html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins';
    font-size: 14px;
    color: #212529;
    line-height: 26px;
}
.text-dark{
	color: #212529 !important;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    word-wrap: break-word;
}
h2{
    font-weight: 400;
    color: #212529;
}
.btn{
    color: #212529;
    font-size: 14px;
    padding: 10px 16px;
    font-weight: 500;
}
.btn-success{
    background-color: #A2BA5F;
    border-color: #A2BA5F;
    color: #212529;
}
.btn-success:hover{
    background-color: #212529;
    border-color: #212529;
}

.btn-outline-success:hover{
    background-color: #A2BA5F;
    color: #212529 !important;
}
.hero .btn-success:hover{
    background-color: transparent;
    border-color: #A2BA5F;   
}
.navbar{
    padding: 18px 0px;
}
.nav-link{
    color: #212529;
    padding: 10px 12px !important;
}
.header_sec{
    position: sticky;
    top: 0;
    z-index: 999999;
    background: #fff;
}
.border-top_c {
	border-top:1px solid #dee2e6;
    padding-top: 15px;
}
.border-top_c p {
	margin-bottom:0px;
}
.popop_form p {
	margin-bottom:10px;
}
.popop_form ::placeholder{
	font-size: 13px;
    color: #aaaaaa !important;
}
.popop_form .form-control{
	font-size: 14px;
}
/*Hero section*/
.hero {
    background-image: url('../img/hero_img.png'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: white;
    position: relative;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
  }

  .hero-content {
    position: relative;
    z-index: 1;
  }
  .text-success{
    color: #A2BA5F !important;
  }
  .hero-img {
    max-width: 120px;
    height: auto;
    margin-bottom: 1rem;
  }
  .hero-buttons .btn {
    margin: 0 0.5rem;
  }
  .hero_title{
    font-weight: 600;
    font-size: 64px;
  }
  .hero_title span{
    font-weight: 400;
  }
  .border-success{
    border-color: #A2BA5F !important;
  }

 .zindex{
    z-index: 9999999;
  }
  .modal .form-control:focus{
    color: #000;
  }
  .bg-green{
    background-color: #A2BA5F;
  }

  @media (max-width: 576px) {
    .hero-buttons {
      flex-direction: column;
    }

    .hero-buttons .btn {
      margin: 0.5rem 0;
    }
  }
/*Hero section end*/

/*client section Start*/
.client_sec{
    padding-top: 70px;
    padding-bottom: 60px;
}
.head_2{
    color: #212529;
    font-weight: 400;
}

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .client-logo {
    max-width: 100%;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .client-logo:hover {
    filter: none;
  }
  .hr_line{
    color: #7e8284;
  }
/*client section end*/

/*Dark section Start*/
.dark_sec{
    color: #fff;
}
.dark_sec .container{
      padding-left: 25px;
    padding-right: 25px;
}

.dark_sec .row{
   background-color: #212529;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
}
.dark_sec .head_2{
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 20px;
} 
.dark_sec .weight_500{
    font-weight: 700;
}
.dark_sec p{
    color: #BEC5CB;
}
/*Dark section end*/

/*Service section Start*/
.service_sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.service_sec h2{
    color: #212529;
    font-weight: 400;
    font-size: 60px;
}
.service_sec h2 span{
    color: #A2BA5F;
}
.sticky-wrapper {
    position: relative;
  }
  #serviceSec1.sticky-active {
    position: sticky;
    top: 0;
    z-index: 10;
    background: white; /* Optional: matches page background */
  }

  #serviceSec2{
    position: relative;
    z-index: 11;
  }
.service_sec1 .row{
    padding-top: 70px;
    padding-bottom: 70px;
}
.service_sec1 h2{
    font-size: 40px;
}
.service_sec1 h5,h3{
    font-size: 36px;
}
.service_sec1 p{
    color: #636E78;
	margin-bottom:0;
}
.service_sec2 .row{
    padding-top: 70px;
    padding-bottom: 70px;
}
.service_sec2 h2{
    font-size: 40px;
}
.service_sec2 h5,h3{
    font-size: 36px;
}
.service_sec2 p{
    color: #636E78;
}
.accordion-button{
    padding: 18px 15px;
    font-size: 18px;
    color: #212529;
    font-weight: 400;
}
.accordion-button:not(.collapsed){
    color: #212529;
    background: transparent;
}
.accordion-button:focus{
    box-shadow:none;
}
.content_sec{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.service_sec2 .accordion-button{
    background-color: #EEEEEE;
}
.bg_lights{
    background-color: #EEEEEE;
}
.green_box .btn-dark:hover{
    background-color: transparent;
    color: #212529 !important;
}
.service_sec1 .accordion-button:not(.collapsed){
    background: #D9DBD2;
}
.service_sec2 .accordion-button:not(.collapsed){
    background: #D9DBD2;
}
/*Service section end*/

/*Results section Start*/
.results_sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.results_sec h2{
    font-size: 60px;
}
.green_box{
    background-color: #A2BA5F;
    padding: 70px 70px;;
    margin-top: 30px;
}
.countor h2{
    font-size: 45px;
    font-weight: 700;
    padding-left: 20px;
    border-left: 4px solid;
    margin-bottom: 28px;
}
.countor h2 span{
    font-size: 26px;
    font-weight: 400;
    display: block
}
.c_icon{
    vertical-align: middle;
    padding-left: 3px;
}
/*Results section end*/

/*Call To section end*/
.green_sec_img .container{
    padding: 0;
}
.call_to_action{
    position: relative;
    margin-top: -4px;
}
.call_to_action .btn-dark:hover{
    background-color: transparent;
    color: #212529 !important;
}
.call_to_action .col-md-4{
    position: relative;
}
.call_to_action .call_to_img {
    position: absolute;
    top: -138px;
    width: 18% !important;
    right: 18%;
}
.call_to_action h2{
    font-size: 60px;
    color: #fff;
}
/* .call_to_action .container{
    background-color: #A2BA5F;
    padding: 0px 70px 70px;
} */
.call_to_action .row{
    background-color: #A2BA5F;
    padding: 0px 50px 70px;
	margin:0;
}
.btn-out-white{
    border: 1px solid #fff;
    color: #fff;
}

.btn-out-white:hover{
    border: 1px solid #212529;
    color: #fff;
    background-color: #212529;
}
/*Call To section end*/

/*FAQ section Start*/
.faq_sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.faq_sec h2{
    font-size: 60px;
}
.faq_sec span{
    color: #A2BA5F;
}
.faq_sec .accordion-button:not(.collapsed){
    background: #D9DBD2;
}
.faq_sec .accordion-button {
    padding: 20px 20px;
    font-size: 14px;
}
.show .accordion-body{
    background-color: #d9dbd2;
}
.faq_sec .accordion-button.show{
    padding: 20px 20px;
    font-size: 14px;
    background: #d9dbd2;
}
.faq_sec .accordion-button::after{
    width: 14px;
    height: 14px;
    background-size: auto;
}
/*FAQ section end*/

/*Footer section Start*/
.footer_sec{
    background-color: #212529;
    padding-top: 70px;
    color: #fff;
}
.foot_title{
    font-size: 20px;
    color: #636E78;
    font-weight: 600;
    margin-bottom: 20px;
}
.foot_link{
    list-style: none;
    padding: 0;
}
.foot_link a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.foot_link li{
    margin-bottom: 7px;
}
.foot_bottom_title{
    font-size: 60px;
    font-weight: 400;
    color: #A2BA5F;
}
.foot_input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
::placeholder{
    color: #fff !important;
}
.border_btn{
    border-radius: 6px !important;
    border-color: #fff; 
}
.border_btn:hover{
    background-color: #a2ba5f;
    color: #212529 !important;
}
.d-flexx{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.bottom_foot{
    background-image: url(../img/foot-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 40px;
}
.bottom_text{
	font-size:28px !important;
}

/* Plus icon (when collapsed) */
.accordion-button::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a.5.5 0 0 1 .5.5V7.5H14a.5.5 0 0 1 0 1H8.5V14a.5.5 0 0 1-1 0V8.5H2a.5.5 0 0 1 0-1h5.5V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
  }

.accordion-flush .accordion-collapse{
	    background: #d9dbd2;
}
.faq_sec .accordion-button::after {
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect x='7' y='1' width='2' height='14' fill='%23000'/%3E%3Crect x='1' y='7' width='14' height='2' fill='%23000'/%3E%3C/svg%3E"); */
background-image: url("https://educationmarketing.developstaging.com/wp-content/uploads/2025/04/plus.png");
background-size: 14px 14px;
background-repeat: no-repeat;
background-position: center;
  }

.faq_sec .accordion-button:not(.collapsed)::after{
	background-image: url("https://educationmarketing.developstaging.com/wp-content/uploads/2025/04/minus.png");
background-size: 14px;
background-repeat: no-repeat;
background-position: center;
}
  
  /* Minus icon (when expanded) */
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
  }

  .form-control:focus{
    background-color: transparent;
    box-shadow: none;
    color: #fff;
  }
  .custom-arrow {
    padding: 7px 10px;
    border-width: 2px;
}
.carousel-indicators [data-bs-target]{
    background-color: #000;
}
/* Input focus style */
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

/* Custom button style */
.custom-arrow {
  padding: 7px 10px;
  border-width: 2px;
}

/* Carousel indicators style (if used) */
.carousel-indicators [data-bs-target] {
  background-color: #000;
}

/*Footer section end*/

.custom-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .custom-carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }

  .custom-carousel-item {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
  }

  .custom-carousel-item img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .custom-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
  }

  .custom-carousel-indicators button {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s, background-color 0.3s;
  }

  .custom-carousel-indicators button.active {
    background-color: #000;
    opacity: 1;
  }
  .pc_block{
    display: block;
  }
  .mb_block{
    display: none;
  }
  .fixed_btn {
    position: fixed;
    right: 19px;
    top: 40%;
    z-index: 99999999;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem 0.375rem 0 0; /* optional: rounded top */
  }
  .plr-0{
    padding-left: 0;
    padding-right: 0;
  }
  .custom-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
    height: 4px;
}
.service_sec_flex{
	display: flex;
    gap: 10px;
    flex-direction: column;
}
.results_sec .custom-carousel-item img {
    border-radius: 15px;
}

@media(max-width:991px){
	.dark_sec .head_2{
		font-size:44px;
	}
	.bottom_text {
		font-size: 24px !important;
	}
	.bottom_foot{
		flex-direction: column-reverse;
	}
	.foot_bottom_title {
		font-size: 50px;
	}
	h2 {
        font-size: 38px !important;
        line-height: 48px;
    }
	.green_box {
		padding: 70px 0px;
	}
	.dark_sec .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.call_to_action .row {
		background-color: #A2BA5F;
		padding: 60px 12px 60px;
	}
	.grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }
	.service_sec1 p{
		margin-bottom:15px;
		margin-top:15px;
	}
	.content_sec{
		gap: 0px;
	}
	.service_sec_flex{
		gap: 0px;
	}
}

@media(max-width:767px){
    h2{
        font-size: 30px !important;
        line-height: 40px;
    }
	.dark_sec .row {
		padding-left: 0;
		padding-right: 0;
	}
	
    .results_sec{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .client_sec{
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .dark_sec .container{
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .service_sec{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .service_sec1 .row{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .content_sec{
        margin: 20px 0px;
    }
    .service_sec2 .row{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .accordion-button {
        padding: 15px 15px;
        font-size: 20px;
        color: #212529;
        font-weight: 400;
        line-height: 30px;
    }
    .hero_title{
        font-size: 40px;
    }
    .green_box{
        padding: 50px 0px;
        margin-top: 20px;
		margin-left: 0;
        margin-right: 0;
    }
    .call_to_action .row{
        padding: 50px 0px 50px;
    }
	
	.custom-arrow {
		padding: 7px 10px !important;
		border-width: 2px;
	}
    .bottom_foot {
        padding-bottom: 50px;
        padding-top: 20px;
        flex-direction: column-reverse;
    }
    .faq_sec{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .faq_sec h2{
        padding-bottom: 20px;
    }
    .mm-0{
        margin-top: 0 !important;
    }
    .faq_sec .accordion-button{
        padding: 15px;
        line-height: 23px;
    }
    .faq_sec .accordion-header{
        padding-bottom: 0;
    }
    #serviceSec1.sticky-active{
        position: relative;
    }
    .mmt-2{
        margin-top: 20px !important;
    }
    .mmb-2{
        margin-bottom: 20px !important;
    }
    li.nav-item {
        border-bottom: 1px solid #d9d9d9;
    }
    ul.navbar-nav.m-auto.mb-2.mb-lg-0 {
        margin: 15px 0px !important;
    }
    .navbar-toggler{
        padding: 7px 10px;
        background: #a2ba5f;
        color: #212529;
        font-size: 16px;
        border-radius: 3px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .slider_title{
        font-size: 22px;
    }
    .grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important; 
    }
    .countor h2{
        line-height: 30px;
        padding-left: 10px;
        margin-bottom: 17px;
    }
    .countor h2 span{
        font-size: 15px;
    }
    .count_btn{
        height: fit-content;
    }
    .pc_block{
        display: none;
    }
    .mb_block{
        display: block;
    }
    .navbar {
        padding: 10px 0px;
    }
	.mmy-3{
		margin-top:20px!important;
		padding-bottom:0px !important;
	}
	.bottom_text {
		font-size: 18px !important;
	}
	  h2 {
        font-size: 26px !important;
        line-height: 36px;
    }
	.footer_icons_css{
		    margin-bottom: 20px;
	}
	.footer_sec{
		padding-top:50px;
	}
}

@media(max-width:428px){
    .btn {
        color: #212529;
        font-size: 14px;
        padding: 10px 10px;
        font-weight: 500;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .container, .container-md, .container-sm {
        max-width: 991px !important;
    }
	  .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }
	 .pc_block {
        display: block;
    }
	   .mb_block {
        display: none;
    }
	.faq_sec .accordion-button {
		padding: 0px 20px;
		font-size: 14px;
	}
	.content_sec{
        margin: 00px 0px;
    }
	.accordion-button {
		padding: 6px 15px;
		font-size: 18px;
		color: #212529;
		font-weight: 400;
		line-height: 30px;
	}
	.service_sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.service_sec1 .row {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

.custom-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.custom-carousel-item {
  flex: 0 0 100%;
}
.footer_sec .wpcf7 input[type="email"] {
    width: 100%;
    border-radius: 0.25rem;
    padding: 0.75rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

/* .wpcf7 input[type="submit"] {
    border: none;
    background-color: transparent;
    color: white;
    padding: 0.75rem 1rem;
    border: 1px solid white;
    border-radius: 0.25rem;
} */

.wpcf7 form .wpcf7-submit i {
    margin-right: 5px;
}
.form_foot p{
	display:flex;
	gap:4px;
}
.custom-arrow {
  position: relative;
}
.foot_submit p {
    border: none;
    background-color: transparent;
    color: white;
    padding: 8px 16px 10px;
    border: 1px solid white;
    border-radius: 0.25rem;
    display: inline-block;
    margin-top: 0;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0;
    border: 0;
}
.foot_submit p::before {
    content: '';
    font-size: 15px;
    width: 15px;
    height: 17px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}
.wpcf7-spinner{
	position:absolute;
}
.foot_submit p:hover{
	background-color: #a2ba5f;
	transition:0.5s;
	border:1px solid #a2ba5f;
}
.footer_icons_css {
  display: flex;
  gap: 10px;
}


section.thank_you {
    padding: 100px 0px;
}
 
section.thank_you {
    padding: 100px 0px;
}
 
.thank_you p {
    font-weight: 400;
    font-size: 16px;
    color: #212529;
}
 
.submit_btn {
    background-color: #BCFF00;
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #212529;
}
 
.submit_btn:hover {
    background-color: #BCFF00;
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #212529;
}
 
.submit_btn:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
}
