@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



 @keyframes jittery {
      5%,
    	50% {
        transform: scale(1);
      }
      10% {
        transform: scale(0.9);
      }
      15% {
        transform: scale(1.15);
      }
      20% {
        transform: scale(1.15) rotate(-5deg);
      }
      25% {
        transform: scale(1.15) rotate(5deg);
      }
      30% {
        transform: scale(1.15) rotate(-3deg);
      }
      35% {
        transform: scale(1.15) rotate(2deg);
      }
      40% {
        transform: scale(1.15) rotate(0);
      }
    }
    
    .call_icon {
        animation: jittery 2s infinite;
    }
    

.headbar {
    background: #4E4B56;
    padding: 7px 0px;
}

.headbar .text-bar {}

.headbar .text-bar p {
    margin-bottom: 0px;
    font-family: 'Poppins';
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.header_main {
    padding: 0.7rem 0;
}
.header_main.fixed-top {
    background: white;
    box-shadow: 0px 0px 7px 1px #8f8f8f45;
}

.header_main .logo {
}

.header_main .logo img {
    width: auto;
    height: 70px;
}

.header_main .header-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.header_main .header-cta .cta_cm {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.header_main .header-cta .cta_cm ul {
    list-style: none;
    display: flex;
    align-items: end;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 7px;
}

.header_main .header-cta .cta_cm ul img.cta_icon {}

.header_main .header-cta .cta_cm ul p {
    margin-bottom: 0px;
    color: #4B4F56;
    font-family: "Baloo 2", sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.header_main .header-cta .cta_cm ul h6 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    color: #515050;
    font-weight: 600;
    font-size: 16px;
}

.header_main .header-cta .button_cta a {
    background: #3E424A;
    border: none;
    font-family: 'Poppins';
    font-size: 13px;
    text-transform: capitalize;
    padding: 16px 30px;
    border-radius: 100px;
    font-weight: 600;
}
.row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_main .header-cta .cta_cm ul a {
    text-decoration: none;
}

/*  Banner  */

section.banner-sec {
    padding-top: 6rem;
    padding-bottom: 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-blend-mode: color;
    position: relative;
}

section.banner-sec .banner_row {
    align-items: center;
}

section.banner-sec .text-sec {}

section.banner-sec .text-sec h3 {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
    color: #22ACAC;
    padding-bottom: 3px;
}

section.banner-sec .text-sec h2 {
    color: #242424;
    font-family: Jost;
    font-size: 52px;
    line-height: 58px;
    font-weight: bolder;
    text-transform: capitalize;
    padding-bottom: 0.3rem;
}

section.banner-sec .text-sec p {
    font-family: 'Poppins';
    font-weight: normal;
    color: #242424;
    font-size: 22px;
}
section.banner-sec .banner_btns {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

section.banner-sec .banner_btns a.btn.btn-theme {
    background: #22ACAC;
    color: white;
}

section.banner-sec .banner_btns a.btn {
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    width: max-content;
    border: none;
}

section.banner-sec .banner_btns a.btn.btn-dark {
    background: #3E424A;
}
section.banner-sec .form_box {
    background: #ffffffd9;
    border-radius: 40px;
    box-shadow: 0px 0px 13px 2px #0000004a;
    padding: 20px 25px;
    width: 85%;
    margin-left: auto;
}
section.banner-sec .content-left {
    width: 89%;
}

/* Banner End */


section.banner-form-sec {
    background: #4E4B56;
    padding: 2rem 0;
}

section.banner-form-sec .head_sec {
    text-align: center;
    width: 68%;
    margin: auto;
}

section.banner-form-sec .head_sec h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    font-family: 'Bubblegum Sans';
    font-size: 47px;
    color: white;
    text-transform: capitalize;
    font-weight: normal;
}


section.banner-form-sec .row_form {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

section.banner-form-sec .row_form .input-group {
    align-items: center;
    background: transparent;
    border-radius: 10px;
}

section.banner-form-sec .row_form .input-group .input-group-prepend {display: none;}

section.banner-form-sec .row_form .input-group .input-group-prepend span {
    background: transparent;
    border: none;
}

section.banner-form-sec .row_form .input-group input {
    height: 55px;
}

section.banner-form-sec .row_form  input[type="submit"] {
    background: #22ACAC;
    border: none;
    font-family: 'Bubblegum Sans';
    color: white;
    font-size: 20px;
    text-transform: capitalize;
}


footer .footer_main {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer {
    background: #353940;
}

footer .footer_main .logo_footer img {
    width: auto;
    height: auto;
}

footer .footer_main  .text_footer p {
    font-family: 'Poppins';
    color: #CFCFCF;
    margin-bottom: 0px;
    font-weight: 500;
}

footer .footer_bottom {
    border-top: 1.80px solid #22ACAC;
    width: 100%;
    margin: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

footer .footer_bottom p.copyrights_text {
    margin-bottom: 0px;
    color: #E7E2E2;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 16px;
}

footer .footer_bottom ul.terms_pages {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: end;
}

footer .footer_bottom ul.terms_pages a {
    text-decoration: none;
    color: #969696;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
}

.buttons_footer {
    display: flex;
    gap: 1.4rem;
    flex-wrap: wrap;
    justify-content: end;
}

.buttons_footer a.btn.btn-theme {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 28px;
    background: #22ACAC;
    color: white;
    padding: 13px 35px;
    line-height: normal;
}

.buttons_footer a.btn.btn-light {
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: capitalize;
    border-radius: 28px;
    padding: 13px 35px;
    font-weight: 600;
    background: transparent;
    color: white;
    line-height: normal;
}
footer .footer_main .row {
    align-items: center;
}
section.banner-sec .abs-right {
    position: absolute;
    right: 0;
    width: 50%;
    height: 90%;
    top: 5%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right !important;
}

section.sec_2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

section.sec_2 .sec_row {
    align-items: center;
}

section.sec_2 h3 {
    color: #4B4F56;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

section.sec_2 h2 {
    color: #2A2A2A;
    font-family: 'Jost';
    font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
    width: 75%;
    padding-bottom: 0.3rem;
}

section.sec_2 p {
    color: #828282;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 1.7;
}

.sec_btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding-top: 0.4rem;
}

section.sec_2 .text_sec {
    padding-bottom: 0.5rem;
}

.sec_btns a.btn.btn-dark {
    background: #4B4F56;
    border-radius: 90px;
    color: white;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    padding: 15px 22px;
}

.sec_btns .sec_image {}

.sec_btns .sec_image img {
    width: 100%;
}

section.mid-sec {
    background: #F6F6F6;
    padding: 3.4rem 0;
}

section.mid-sec .section_head {
    padding-bottom: 2rem;
}

section.mid-sec .section_head h4 {
    color: #4B4F56;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
}

section.mid-sec .section_head h2 {
    color: #2A2A2A;
    font-size: 45px;
    font-family: 'Jost';
    font-weight: bold;
    text-transform: capitalize;
    width: 54%;
    margin: auto;
    line-height: 55px;
    padding-top: 0.2rem;
}

.mid_row {
    align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.mid_row .mid_img img {
    width: 100%;
}

.mid_row .text-ar {}

.mid_row .text-ar h5 {
    color: #4B4F56;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: bold;
}

.mid_row .text-ar p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    color: #828282;
    padding-bottom: 0.5rem;
}


section.cta-sec {
    padding: 4.5rem 0;
}

section.cta-sec .box-container {
    background: #EDEDED;
    border-radius: 25px;
    padding: 0px 40px;
    padding-right: 60px;
}

section.cta-sec .box-container .sec_row {
    align-items: center;
}

section.cta-sec .box-container .text-cta {
    width: 85%;
    padding-bottom: 0.6rem;
}

section.cta-sec .box-container .text-cta h3 {
    color: #2A2A2A;
    font-family: 'Jost';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 46px;
    padding-bottom: 0.4rem;
}

section.cta-sec .box-container .text-cta p {
    color: #828282;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
}

section.cta-sec .box-container .image-sec {}

section.cta-sec .box-container .image-sec img {
    width: 100%;
    transform: scale(1.1);
    margin-top: -2.4rem;
}

section.book-sec {
    padding-bottom: 4.5rem;
    padding-top: 5rem;
}

section.book-sec .box-container {
    border: 2px solid black;
    border-radius: 35px;
    padding: 1.8rem 1.8rem;
}

section.book-sec .box-container h4.price {
    text-align: center;
    color: #22ACAC;
    font-family: 'Jost';
    font-weight: bold;
    font-size: 85px;
    line-height: 60px;
    padding-bottom: 2.2rem;
    padding-top: 1.7rem;
}

section.book-sec .box-container ul.list-items {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

section.book-sec .box-container ul.list-items li {
    padding: 3px 0px;
    color: #4B4F56;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
}

section.book-sec .box-container ul.list-items li span {
    text-transform: uppercase;
    color: #4B4F56;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}
section.sec_2 .sec_image img {
    width: 100%;
}

section.book-sec .content-rs {
    width: 90%;
    padding-top: 1.4rem;
}

section.book-sec .content-rs h3 {
    color: #4B4F56;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

section.book-sec .content-rs h2 {
    color: #2A2A2A;
    font-family: 'Jost';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 55px;
}

section.book-sec .content-rs p {
    color: #828282;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    width: 80%;
}

section.book-sec .content-rs h4 {
    color: #4B4F56;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    width: 85%;
}

section.book-sec .content-rs p.bottom-text {
    width: 88%;
    padding-top: 1rem;
    color: #828282;
}

section.faq-sec {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

section.faq-sec .sec-head {
    padding-bottom: 4rem;
}

section.faq-sec .sec-head h3 {
    color: #4B4F56;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
}

section.faq-sec .sec-head h2 {
    text-transform: capitalize;
    font-family: 'Jost';
    font-weight: bold;
    color: #2A2A2A;
    font-size: 45px;
    line-height: 55px;
}

section.faq-sec div#accordionExample {}

section.faq-sec div#accordionExample button.accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 0px;
    color: #4B4F56 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
}

section.faq-sec div#accordionExample h2.accordion-header {
    border: none;
}

section.faq-sec div#accordionExample div.accordion-collapse {
    border: none;
}

section.faq-sec div#accordionExample .accordion-body {
    border: none;
    /* border-bottom: 1px solid black; */
    padding-left: 0px;
    padding-top: 0px;
}

section.faq-sec div#accordionExample .accordion-item {
    border: none;
    border-bottom: 1px solid black;
    padding-bottom: 0.7rem;
    border-radius: 0px;
}

section.faq-sec div#accordionExample .accordion-body p {
    margin-bottom: 0px;
    color: #828282;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins';
    line-height: 1.7;
}
section.banner-form-sec .row_form .input-group input.form-control {
    border-radius: 10px !important;
}

/*  Popup  */


#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 5px 5px;
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 0;
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 55%
}

.modal-right-content {
	width: 100%;
	display: flex;
	align-items: center
}

	.modal-right-content .form-box {
		padding: 0;
		width: 100%;
		background:white;
	}

div#contact-popup form input[type="submit"]{
    color: #fff;
    background-color: #22acac;
    padding: 8px 45px 8px;
    margin-bottom: 30px;
    font-size: 18px;
    border: 1px solid #22acac;
    border-radius: 50px !important;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-bottom: 0px;
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: transparent !important;
	width: 45%;
	margin: auto;
}

	.modal-content .form-box .row {
		margin-bottom: 12px
	}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #22acac;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

	#contact-popup button.close:focus {
		outline: 0
	}

	#contact-popup button.close img {
		max-width: 15px;
		filter: brightness(15) invert(1)
	}

.form-box h3 + p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px;
	max-width: 100%;
}

.form-box h3 {
	font-size: 28px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 25px;
	font-weight: 700
}

.form-box p.my-pform {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    font-family: 'Poppins';
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	border-radius: 30px;
	padding: 38px !important;
	margin: 0 0px 0 0;
}

	.form-box button.web-blue-btn {
		color: #fff;
		border: 1px solid #22acac;
		background-color: #22acac;
		display: inline-block;
		padding: 10px 40px 6px;
		text-decoration: none;
		font-weight: 500;
		font-family: "Josefin Sans",serif;
		font-size: 18px;
		text-transform: uppercase;
		border-radius: 50px;
		text-align: center;
		margin: 16px auto 0;
		width: 180px
	}

	.form-box input.form-control {
		height: 45px;
		border-color: #707070
	}

	.form-box input::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea.form-control {
		border-color: #707070
	}

    .boxpopupimage {
    	padding-left: 60px;
    }
    
    span.clr-changed {
       color: #22acac;
    }

    /*  Popup End */
    
    
    .services_slider .item {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      padding: 1.7rem 1rem;
      margin: 30px 10px;
      height: auto;
    }
    
    .services_slider .item:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    }
    .services_slider .item h5{
      padding-top:10px;
      font-size:20px;
      font-weight:600;
      font-family: 'Poppins';
      padding-bottom: 5px;
    }
    
    
    .services_slider .item p {
        font-size: 14px;
        font-family: 'Poppins';
    }
    
    .services_slider .item ul li {
        font-size: 14px;
        list-style: none;
        font-family: 'Poppins';
    }
    
    .services_slider .item ul {
        margin: 0px;
        padding-left: 0px;
    }
    section.build_sec .section-head h3 {
        color: #4B4F56;
        font-size: 20px;
        font-family: 'Poppins';
        font-weight: 600;
        text-transform: uppercase;
    }
    
    section.build_sec .section-head h2 {
        color: #2A2A2A;
        font-family: 'Jost';
        font-size: 40px;
        font-weight: bold;
        text-transform: capitalize;
        width: 70%;
        margin: auto;
    }
    
    section.publishers-sec .swiper-container {
        overflow: hidden;
    }
    
    section.publishers-sec .swiper-container div.swiper-wrapper {
        display: flex;
        align-items: center;
    }
    
    section.publishers-sec .swiper-slide {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    
    section.publishers-sec .swiper-slide img {
        margin: auto;
        width: 50%;
        height: auto;
        object-fit: cover;
        filter: opacity(0.8);
    }
    
    section.publishers-sec {
        background: #ffffff;
        position: relative;
        padding-top: 1.8rem;
        padding-bottom: 0.2rem;
    }
    
    section.publishers-sec .section-head h2 {
        color: #000000;
        font-size: 35px;
        margin-bottom: 0px;
        font-family: 'Poppins';
        font-weight: 600;
    }
    
    
.middle_sec {
    padding: 5.5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.middle_sec::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(34, 172, 172, 0.03) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.5; }
    50% { transform: scale(1.1) rotate(180deg); opacity: 0.8; }
}

.middle_sec .decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.middle_sec .floating-icon {
    position: absolute;
    color: rgba(34, 172, 172, 0.1);
    font-size: 3rem;
    animation: floatSlow 12s ease-in-out infinite;
}

.middle_sec .icon1 { top: 15%; left: 8%; animation-delay: 0s; }
.middle_sec .icon2 { top: 25%; right: 12%; animation-delay: 3s; }
.middle_sec .icon3 { bottom: 20%; left: 15%; animation-delay: 6s; }
.middle_sec .icon4 { bottom: 30%; right: 8%; animation-delay: 9s; }

@keyframes floatSlow {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-15px) rotate(90deg); }
    50% { transform: translateY(-30px) rotate(180deg); }
    75% { transform: translateY(-15px) rotate(270deg); }
}

.middle_sec .text-container {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 32px;
    padding: 4rem 3rem;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(34, 172, 172, 0.1);
    position: relative;
    overflow: hidden;
}

.middle_sec .text-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #22ACAC, #20b2aa, #16a085);
    border-radius: 32px 32px 0 0;
}

.middle_sec .quote-icon {
    position: absolute;
    top: -10px;
    left: 30px;
    background: linear-gradient(135deg, #22ACAC, #1a8a8a);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(34, 172, 172, 0.3);
}

.middle_sec .text-container h2 {
    font-family: 'Jost', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 2rem;
    line-height: 1.2;
    position: relative;
}

.middle_sec .text-container h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #22ACAC, #20b2aa);
    border-radius: 2px;
}

.middle_sec .text-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 0;
    font-weight: 400;
}

.middle_sec .highlight-text {
    color: #22ACAC;
    font-weight: 600;
    position: relative;
}

.middle_sec .impact-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.middle_sec .stat-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(34, 172, 172, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(34, 172, 172, 0.1);
    transition: all 0.3s ease;
}

.middle_sec .stat-item:hover {
    transform: translateY(-5px);
    background: rgba(34, 172, 172, 0.1);
    box-shadow: 0 10px 30px rgba(34, 172, 172, 0.2);
}

.middle_sec .stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #22ACAC, #1a8a8a);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    color: white;
    font-size: 1.2rem;
}

.middle_sec .stat-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #22ACAC;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Animated text effect */
.middle_sec .animated-words {
    background: linear-gradient(45deg, #22ACAC, #20b2aa, #16a085);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 3s ease-in-out infinite;
    font-weight: 700;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@media (max-width: 768px) {
    .middle_sec {
        padding: 5rem 0;
    }
    
   .middle_sec .text-container {
        padding: 3rem 2rem;
        margin: 0 1rem;
    }
    
    .middle_sec .text-container h2 {
        font-size: 2.5rem;
    }
    
    .middle_sec .text-container p {
        font-size: 1.1rem;
    }
    
    .middle_sec .impact-stats {
        gap: 1.5rem;
    }
    
    .middle_sec .floating-icon {
        display: none;
    }
}
    
   .course-build-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #22ACAC 0%, #1a8a8a 100%);
    position: relative;
    overflow: hidden;
}

.course-build-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,133.3C672,139,768,181,864,186.7C960,192,1056,160,1152,138.7C1248,117,1344,107,1392,101.3L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat;
    background-size: cover;
    opacity: 0.3;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.floating-shapes .shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.shape1 { width: 80px; height: 80px; top: 20%; left: 10%; animation-delay: 0s; }
.shape2 { width: 120px; height: 120px; top: 60%; right: 15%; animation-delay: 2s; }
.shape3 { width: 60px; height: 60px; top: 80%; left: 70%; animation-delay: 4s; }

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.section-content {
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header .badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: inline-block;
    backdrop-filter: blur(10px);
    font-family: poppins;
}

.section-header h2 {
    color: white;
    font-family: 'Jost', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.section-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.persona-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.persona-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #22ACAC, #1a8a8a);
    border-radius: 24px 24px 0 0;
}

.persona-card:hover {
    /*transform: translateY(-12px) scale(1.02);*/
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.persona-card.left::before {
    background: linear-gradient(90deg, #22ACAC, #16a085);
}

.persona-card.right::before {
    background: linear-gradient(90deg, #22ACAC, #20b2aa);
}

.persona-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.persona-icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
    background: linear-gradient(135deg, #22ACAC, #1a8a8a);
}

.persona-card.left .persona-icon {
    background: linear-gradient(135deg, #22ACAC, #16a085);
}

.persona-card.right .persona-icon {
    background: linear-gradient(135deg, #22ACAC, #20b2aa);
}

.persona-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.persona-subtitle {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 0;
}

.persona-list {
    list-style: none;
    padding: 0;
}

.persona-list li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #374151;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.persona-list li:last-child {
    border-bottom: none;
}

.persona-list li i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.persona-card.left .persona-list li i {
    background: linear-gradient(135deg, rgba(34, 172, 172, 0.1), rgba(22, 160, 133, 0.1));
    color: #22ACAC;
}

.persona-card.right .persona-list li i {
    background: linear-gradient(135deg, rgba(34, 172, 172, 0.1), rgba(32, 178, 170, 0.1));
    color: #22ACAC;
}

.cta-section {
    text-align: center;
    margin-top: 4rem;
}

.cta-button {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    color: #1f2937;
    border: none;
    padding: 18px 36px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(34, 172, 172, 0.3);
    color: #1f2937;
}

.cta-button i {
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .course-build-section {
        padding: 4rem 0;
    }
    
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .persona-card {
        padding: 2rem;
        margin-bottom: 2rem;
    }
}