/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 13:44:56 */
.wpcf7 select {
  color: #fff;
}
.wpcf7-spinner{
    display: none !important;
}
.main_banner .wpcf7-response-output {
    color: #fff;
}

[type=button]:focus {
	background-color:transparent !important;
}
/* Only Contact Page Form */
.contact_page .cf7-contact-form input:not([type="submit"]),
.contact_page .cf7-contact-form textarea,
.contact_page .cf7-contact-form select {
    background-color: #f2f2f2d9;
    color: #000;
    border: 1px solid #ddd;
}

.contact_page select.wpcf7-form-control.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 18px center !important;

    background-size: 20px !important;
}
/* dropdown options = black */
.contact_page .wpcf7 select option {
  color: #000;
  background: #fff;
}

/* when real option selected → make text black */
.contact_page .wpcf7 select:valid {
    color: #000;
    background-color: #f2f2f2d9 !important;
}


.page-id-13 .main_head {
    display: none;
}
.page-id-6 .main_head {
    display: none;
}
.page-id-9 .main_head {
    display: none;
}

.page-id-15 .main_head {
    display: none;
}
.page-id-11 .main_head {
    display: none;
}
.single-post {
    background-color: #000;
}

.single-post .main_head {
    display: none;
}
.single-post .custom-blog .blog-grid {
  grid-template-columns: repeat(3, 1fr);
}

.single-post .custom-blog .blog-card:nth-child(n+4) {
  display: none;
}

.elementor-25 .elementskit-navbar-nav > li.current-menu-item > a {
    color: #2E7D64 !important;
}
.elementor-25 .elementskit-navbar-nav > li:hover > a {
	color: #2E7D64 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2E7D64;
    color: #fff;
}
.sub_foot li:not(:last-child)::after {
    content: "|";
    margin: 0 12px;
    color: #878686;
    top: 2px;
    position: absolute;
    right: -5px;
}

/***************************** Banner Email *****************************/

.subscribe-wrap {
  max-width: 670px;

}

.subscribe-wrap input[type="email"] {
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  margin-bottom: 12px;
  background: #f5f5f5;
}

.subscribe-wrap input[type="submit"] {
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  background: #1f6f55; /* green */
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-wrap input[type="submit"]:hover {
  background: #165643;
}
.subscribe-wrap input::placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  opacity: 1; /* safari fix */
}

/* browser support */
.subscribe-wrap input::-webkit-input-placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
}

.subscribe-wrap input::-moz-placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
}

.subscribe-wrap input:-ms-input-placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
}

.brands_list {
    max-width: 1040px;
    margin: 0 auto;
    gap: 30px;
}


/* Only this specific form */
.newsletter-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.newsletter-form .wpcf7-form-control-wrap {
  width: calc(50% - 6px);
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #000;
}

/* placeholder style */
.newsletter-form input::placeholder {
  color: #767676;
}

/* submit button full width */
.newsletter-form input[type="submit"] {
  width: 100%;
  background: #2f7f64;
  color: #000;
  font-weight: 600;
  padding: 16px;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}
.newsletter-form .wpcf7-form-control-wrap {
  width: 49%;
}
.na_me {
    width: 50%;
}

.emai_l {
    width: 50%;
}

.newsletter-form .cf7-row {
    display: flex;
    gap: 15px;
    align-items: center;
}

.na_me p {
    margin-bottom: 0px !important;
}
.emai_l p {
    margin-bottom: 0px;
}
.sub_foot li a:first-child {
    padding-left: 0px !important;
}


/************************* Speaking Form ******************************************/
.cf7-enquiry-form {
  
  padding: 40px;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.cf7-enquiry-form .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.cf7-enquiry-form br {
    display: none;
}
.cf7-enquiry-form .row.full {
  flex-direction: column;
}

.cf7-enquiry-form .col {
  flex: 1;
}

.cf7-enquiry-form label {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
    font-family: "Inter", sans-serif;
}

.cf7-enquiry-form input,
.cf7-enquiry-form select,
.cf7-enquiry-form textarea {
  width: 100%;
  padding: 14px;
  background: #1b1b1b;
  border: 1px solid #333;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
}

.cf7-enquiry-form textarea {
  height: 120px;
}

.cf7-enquiry-form .submit-wrap {
    margin-top: 0px;
}
.cf7-enquiry-form .submit-wrap p {
    margin-bottom: 0px;
}

.cf7-enquiry-form input[type="submit"] {
    background: #2f7d65;
    color: #000;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
}

.cf7-enquiry-form input[type="submit"]:hover {
  background: #256b56;
}

/******************************* Contact *******************************/

.cf7-contact-form {
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.cf7-contact-form .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-contact-form .row.full {
  flex-direction: column;
}

.cf7-contact-form .col {
  flex: 1;
}

.cf7-contact-form label {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
	font-family: "Inter", sans-serif;
}
.cf7-contact-form br {
    display: none;
}
.cf7-contact-form p {
    margin-bottom: 0px;
}

.cf7-contact-form input,
.cf7-contact-form select,
.cf7-contact-form textarea {
  width: 100%;
  padding: 14px;
  background: #1b1b1b;
  border: 1px solid #333;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
}

.cf7-contact-form textarea {
  height: 140px;
}

.cf7-contact-form input::placeholder,
.cf7-contact-form textarea::placeholder {
  color: #777;
}

.cf7-contact-form input[type="submit"] {
  background: #2f7d65;
  color: #000;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
}

.cf7-contact-form input[type="submit"]:hover {
  background: #256b56;
}


/*******************************Blog Design **************************/

.page-id-11 .subscribe-wrap {
  display: flex;
  padding: 6px;
  border-radius: 8px;
  max-width: 420px;
}

.page-id-11 .sub-field {
  flex: 1;
}

.page-id-11 .sub-field input {
  width: 500px;
  border: none;
  padding: 20px !important;
  border-radius: 6px;
  font-size: 14px;
}

.page-id-11 .sub-btn input {
  background: #2f7d65;
  color: #000;
  border: none;
  padding: 15px 20px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  width: 200px;
  position: absolute;
  right: 85px;
  top: 10px;
}



.blog-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 2px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.blog-card {
  overflow: hidden;
    transition: 0.3s;
    border-radius: 22px;
    border: 1px solid #252525;
    background: #0E0F11;
    padding: 20px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 364px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-content {
  padding: 20px;
}

.blog-content .date {
    font-size: 16px;
    color: #A3A3A3;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    display: flex;
}

.blog-content h3 a {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
	font-family: "Inter", sans-serif;
}

.blog-content p {
    color: #fff;
    font-size: 18px;
	font-family: "Inter", sans-serif;
	line-height:25px;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #2E7D64;
    font-weight: bold;
    font-size: 18px;
	font-family: "Inter", sans-serif;
    text-decoration: none;
}

.icon-date {
    width: 22px !important;
    margin-right: 6px;
    vertical-align: middle;
    height: 22px !important;
}

.icon-arrow {
  width: 13px !important;
  height: 13px !important;
  margin-left: 6px;
  vertical-align: middle;
  transition: 0.3s;
	border-radius: unset !important;
}

.read-more:hover .icon-arrow {
  transform: translateX(4px);
}
a.read-more:hover {
    color: #2E7D64 !important;
}



/**********************************Podcast ********************/
.podcast-grid {
  display: grid;
  gap: 30px;
}

/* .podcast-card {
  background: #12161c;
  border-radius: 10px;
  padding: 15px;
} */

.podcast-video iframe,
.podcast-video video {
  width: 100%;
  border-radius: 8px;
}
.podcast-card h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
	font-family: "Inter", sans-serif;
}
.podcast-card p {
    color: #fff;
    font-size: 18px;
	font-family: "Inter", sans-serif;
}

.podcast-card a.listen-btn:hover {
    color: #2E7D64;
}

.listen-btn {
    display: inline-block;
    color: #2E7D64;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    border: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.listen-btn:hover {
    background: transparent;
    color: #2E7D64;
}

select.wpcf7-form-control.wpcf7-select {
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

   background: url('https://ornatebeginner.stellarwp.site/wp-content/uploads/2026/02/1.svg') no-repeat right 18px center; 

  padding-left: 20px;
}

select[name="enquiry"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url('https://ornatebeginner.stellarwp.site/wp-content/uploads/2026/02/1.svg') no-repeat right 18px center;

  padding-left: 20px;
}

.newsletter-form p {
    margin-bottom: 0px;
}
/* CF7 date input reset */
.wpcf7 input[type="date"] {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #2a2a2a;
  appearance: none;
  -webkit-appearance: none;
  padding: 14px;
  border-radius: 8px;
}

/* focus style */
.wpcf7 input[type="date"]:focus {
  background: transparent !important;
  outline: none;
  border-color: #4CAF50;
}

/* calendar icon visible on dark theme */
.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 1;
  cursor: pointer;
}
.date-field {
  position: relative;
}

.fake-placeholder {
  position: absolute;
  left: 16px;
  top: 42px;
  color: #777;
  pointer-events: none;
  font-size: 14px;
}
.wpcf7 input[type="date"] {
  height: 56px !important;
  line-height: 56px;
}

/* hide fake placeholder when date selected */
.date-field input:valid + .fake-placeholder {
  display: none;
}

.page-id-637 .main_head {
    display: none;
}

.page-id-637 a {
    color: #2E7D64;
}

.page-id-656 .main_head {
    display: none;
}
.page-id-656 a {
    color: #2E7D64;
}

.page-id-672 .main_head {
    display: none;
}
.page-id-672 a {
    color: #2E7D64;
}

.page-id-682 .main_head {
    display: none;
}

.page-id-682 a {
    color: #2E7D64;
}


/* REMOVE LABEL TEXT (Email address*) */
.es-field-label {
    font-size: 0;
}

/* OPTIONAL: DARK BACKGROUND MATCH */
.es_subscription_form {
    padding: 10px;
}
div#es_form_f1-p6-n1 {
    margin: 0px !important;
}

body form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form {
    background: transparent !important;
    padding: 0px !important;
}
.es_subscription_form .es-subscribe-btn {
    background: #276d55 !important;
}

.frm_sus input.es-subscribe-btn.es-custom-button {
    background-color: #276d55 !important;
    border-radius: 6px !important;
    border-color: #276d55 !important;
    color: #000 !important;
    margin-top: 0px !important;
}

.es_subscription_message.success {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px !important;
}

.es_form_wrapper {
    margin: 0px !important;
}
#pod_enq select {
    color: #fff;
}

/* Dropdown options text color fix */
#pod_enq select option {
    color: #000 !important;
    background: #fff;
}

#speak_enq select {
	color: #fff;
}
/* Dropdown options text color fix */
#speak_enq select option {
    color: #000 !important;
    background: #fff;
}

.tnp-field label {
    display: none;
}
.tnp.tnp-subscription {
    margin: 0px;
    max-width: 100%;
}

input.tnp-submit {
    width: 100% !important;
}
input.tnp-submit {
    border-radius: 6px;
    background: #2E7D64 !important;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 700;
    font-size: 18px !important;
}
/* Wrapper */
.lr-unique-subscription-form {
    max-width: 100%;
    margin: 0 auto;
}

/* Input field */
.lr-unique-email-input {
    width: 100%;
    padding: 16px 18px;
    border-radius: 6px;
    border: none;
    background: #eaeaea;
    font-size: 14px;
    color: #333;
    outline: none;
    margin-bottom: 15px;
}

/* Placeholder color */
.lr-unique-email-input::placeholder {
    color: #666;
}

/* Button */
.lr-unique-subscribe-button {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    border: none;
    background: #2f7d64;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

/* Hover effect */
.lr-unique-subscribe-button:hover {
    background: #276c57;
}

/* Spinner alignment */
.lr-unique-subscribe-button .spinner {
    margin-left: 8px;
}
form#lr-subscription-form {
    margin: 0px;
}

input.lr-unique-email-input {
    border-radius: 6px;
    background: #F9F9F9;
    height: 55px;
}
div#lr-subscription-message {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}
button.lr-unique-subscribe-button:focus {
    background-color: #2e7d64;
}
.lr-unique-email-input::placeholder {
    color: #767676;
    font-size: 18px;
	font-family: "Inter", Sans-serif;
}


.single-post {
	color: #fff;
}
button#load-more-btn {
    color: #fff;
    border-color: #2e7d64;
	font-size: 18px;
    font-family: "Inter", sans-serif;
	text-transform:uppercase;
}
button#load-more-btn:hover {
    background-color: transparent;
}
button#load-more-btn:focus {
    background-color: transparent;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.e-con-inner {
    max-width: 85% !important;
    width: 100%;
}
	.podcast-video {
    height: auto;
}
	.page-id-11 .sub-btn input {
        right: 0px;
    }
	.page-id-11 .sub-field input{
		width: 465px;
	}
	.main_head2 a.ekit-menu-nav-link {
    padding-left: 25px !important;
}
	.main_head a.ekit-menu-nav-link {
		padding-left: 25px !important;
	}
	.main_banner {
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
}

.main_banner .e-con-inner {
    padding-top: 200px;
    padding-bottom: 200px;
}

.main_banner h2 {
    font-size: 45px !important;
    line-height: 1.3em !important;
}

.main_banner br {
    display: none;
}

.main_banner p {
    font-size: 20px;
}
	.ab_sec h2 {
    line-height: 1.2em !important;
    font-size: 60px !important;
}
	.pag_ab_sec h2{
		font-size:60px;
	}
	.main_cons_banner h2 {
    font-size: 50px !important;
    line-height: 55px !important;
}
	.main_cons_banner {
    background-position: 30% center !important;
}
}


@media (min-width: 768px) {
  .podcast-grid.swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* ya jo tumhara layout hai */
    gap: 24px;
  }

  .podcast-grid.swiper .swiper-slide {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}


/* mobile */
@media (max-width: 767px) {
  .newsletter-form .wpcf7-form-control-wrap {
    width: 100%;
  }
	.cf7-enquiry-form .row {
    flex-direction: column;
  }
	.cf7-contact-form .row {
    flex-direction: column;
  }
	.main_banner {
    background-position: 20% center !important;
}
	.ab_sec {
    background-position: 75% center !important;
}
	.page-id-11 .sub-field input {
    width: 100% !important;
}
	.page-id-11 .sub-btn input {
    padding: 15px 20px;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 80px;
}
	.podcast-grid {
    
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
	.blog-grid{
		gap:15px;
	}
	.blog-content {
    padding: 10px;
}
	.podcast-card h3 {
    font-size: 20px;
    line-height: 1.2em;
}
	.blog-card img {
    height: 200px;
}
	.blog-content h3 a {
    font-size: 20px;
}
	.page-id-11 .subscribe-wrap {
    display: block;
}
	.blog-card{
		padding:10px;
	}
	
	.ytp-cued-thumbnail-overlay-image {
    height:auto;
}

.ytp-cued-thumbnail-overlay {
    height: auto;
}

	#sub_footer .elementskit-menu-container {
        display: block !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        background: transparent !important;
    }
 
    #sub_footer .elementskit-menu-hamburger,
    #sub_footer .elementskit-menu-overlay,
    #sub_footer .elementskit-nav-identity-panel {
        display: none !important;
    }
 
    #sub_footer .elementskit-navbar-nav {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
    }
 
    /* ✅ Make menu text white */
    #sub_footer .ekit-menu-nav-link {
        color: #fff !important;
        font-size:9px;
        white-space: nowrap;
    }
 
    /* Optional: Active menu white */
    #sub_footer .ekit-menu-nav-link.active {
        color: #fff !important;
        font-size:9px;
    }
    .page-id-11 br {
    display: none;
}
	.cf7-contact-form {
    padding: 0px;
}
	.pag_ab_sec {
    background-position: 75% center !important;
}
	.single-post .custom-blog .blog-grid {
    grid-template-columns: 1fr;
  }
	.cf7-enquiry-form {
    padding-left: 0px;
    padding-right: 0px;
}
	.podcast-grid {
    overflow: hidden;
  }
	input[type="date"] {
  color: #999;
}

input[type="date"]:valid {
  color: #fff;
}
	.mobile_main1 button.elementskit-menu-hamburger {
    width: 30px !important;
}
	.decade_build br {
    display: none;
}
	.main_banner br {
    display: none;
}
	.newsletter-form input[type="submit"] {
    padding: 12px;
}
	.newsletter-form input[type="text"] {
		padding: 10px;
	}
	.newsletter-form input[type="email"] {
		padding: 10px;
	}
	.es_subscription_form input[type="email"] {
    width: 400px !important;
    height: 50px;
    border-radius: 8px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    background: #eaeaea;
    color: #333;
    outline: none;
    box-shadow: none;
}
	
}



