:root {
    --primary-color: #498757;
    --secondary-color:#ffb800;
}

body{
   
}

html, body{
    overflow-x: clip;
     font-family: "Epilogue", sans-serif;
}

p{  
    color: #000;
    font-size: 14.8px;
    line-height: 1.6;
    font-weight: 400;
}

img{
    height:auto;
    max-width:100% !important;
}


li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}

.tamil-faq-sec{
    padding:5rem 0;
    position:relative;
}

.sec-big-title{
    font-size: 28px;
    font-weight: 600;
}
.sec-small-title{
    font-size: 14px;
    font-weight: 600;
       color: #498757;
}

.section-title{
    margin-bottom:30px;
}

.tamil-faq-sec .accordion-item {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
    background: #fff;
    margin-bottom: 20px;
}
.tamil-faq-sec .accordion-item:not(:first-of-type) {
    border-top: 1px solid #eaeaea;
}
.tamil-faq-sec .accordion-item .accordion-header {
	background: #fff !important;
	padding: 7px 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	        border-radius:5px;
}
.tamil-faq-sec .accordion-item .accordion-button {
    background: none !important;
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
}

.tamil-faq-sec .accordion-button:not(.collapsed) {
    color: #000!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tamil-faq-sec .accordion-item .accordion-body {
    font-size:15px;
    padding-top:0;
}

.tamil-faq-sec .accordion-button:focus {
    box-shadow: none !important;
}


.heade-sec-mainn{
    position:relative;
    background-color:#fff;
    transition: .5s;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
    padding: 10px 0;
}

.mega-menu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin:0;
    padding:0;
}

.mega-menu .dropdownd {
    position: relative;
    padding-right: 15px;
}

.dropdownd .dropn-btnmobile{
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    transition: all 0.3s 0s ease-out;
}
.dropdownd:hover .dropn-btnmobile{
    transform: rotate(180deg);
}

.dropdownd .dropn-btnmobile i{
    font-size: 14px;
}

.mega-menu-coirse {
    background-color: #ffffff;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    padding: 18px;
    width: 300px;
    position: absolute;
    left: -100px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.5s;
    top: 100%;
    border-radius: 0 0 4px 4px;
    top: 100px;
    margin-top:15px;
}
.mega-menu .dropdownd:hover .mega-menu-coirse{
    opacity: 1;
    pointer-events: all;
    top: 100%;
}
.mega-menu-coirse li:not(:last-child){
    margin-bottom:10px;
}
.mega-menu > ul li a{
    font-size: 13.5px;
    font-weight: 600;
}

.hambuuefer, .close-button {
    display: none;
}

.tamilbtn{
    font-size: 16px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    transition: all 0.3s linear;
    border-radius: 6px;
    white-space: nowrap;
    background-color:var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-size:15px;
    line-height:1.5;
}
.tamilbtn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent;
}

.tamilbtn-ccll{
    color: #000;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}
.tamilbtn-ccll:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.mega-menu > ul .dropdownd > a{
    padding:25px 0;
}


.tamil-infor-main ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.tamil-infor-main{
    background:var(--secondary-color);
    padding:10px 0;
}
.tamil-infor-main ul li{
    display: flex;
    gap: 10px;
    line-height: 1;
    align-items: center;
}
.courses-box-handing p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.tamil-infor-main ul li .icon-box-ss{
    color: #000;
}
.tamil-infor-main ul li .icon-box-ss i{
    font-size:16px;
}
.tamil-infor-main ul li a{
    font-size: 15px;
    font-weight: 600;
}

.banner-sec-tamil{
    position:relative;
    background:url('../image/home/win-x-tamil-academy-learning.webp');
    z-index:1;
}

.banner-sec-anim-bg{
   position:relative;  
   z-index:1;
}

/*.banner-sec-anim-bg:before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-image:url(../image/bg/main-shape-banner.webp);*/
/*    background-size:contain;*/
/*    background-repeat:no-repeat;*/
/*    height:150px;*/
/*    width:150px;*/
/*    z-index:-1;*/
/*    right:40px;*/
/*    top:40px;*/
/*    animation: itrotate2 3s ease-in-out 3s infinite alternate forwards;*/
/*}*/
@keyframes itrotate2 {
	0%{
		transform: rotateY(0deg);
	}
	100%{
	  transform:rotateY(360deg);
	}
}
/*.banner-sec-tamil:before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-image:url(../image/bg/main-shape-banner-1.webp);*/
/*    background-size:contain;*/
/*    background-repeat:no-repeat;*/
/*    height:200px;*/
/*    width:200px;*/
/*    z-index:-1;*/
/*    top:-40px;*/
/*    left:-40px;*/
/*}*/
/*.banner-sec-tamil:after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-image:url(../image/bg/plain-banner.webp);*/
/*    background-size:contain;*/
/*    background-repeat:no-repeat;*/
/*    height:100px;*/
/*    width:100px;*/
/*    z-index:-1;*/
/*    bottom:40px;*/
/*    left:40px;*/
/*}*/

.banner-title-content span{
    color:#fff;
}

.banner-title-content h1{
    font-size:45px;
    color:#fff;
    font-weight:600;
}
.banner-title-content .banner-btn{
    margin-top:30px;
}

.banner-title-content h1 span{
    position:relative;
    z-index:1;
}

.banner-title-content h1 span:before{
    position:absolute;
    content:"";
    background-image:url(../image/svg/title-patten.svg);
    background-size:contain;
    background-repeat:no-repeat;
    height:100%;
    width:100%;
    z-index:-1;
    animation: title-animation 4s infinite;
}

@keyframes title-animation {
	0% {
	  width: 0;
	}
	15% {
	  width: 100%;
	}
	85% {
	  opacity: 1;
	}
	90% {
	  width: 100%;
	  opacity: 0;
	}
	to {
	  width: 0;
	  opacity: 0;
	}
}

.banner-img{
    position:relative;
    z-index:1;
}

.banner-img:before{
    position: absolute;
    content: "";
    background-image: url(../image/bg/home-main.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 350px;
    width: 350px;
    top: 20px;
    left: 0;
    z-index: -1;
}
.banner-img:after{
    position:absolute;
    content:"";
    background-image:url(../image/bg/hero-1-5.webp);
    background-size:contain;
    background-repeat:no-repeat;
    height:330px;
    width:330px;
     top:100px;
     left:0;
    z-index: -1;
    animation: rotate 55s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.sticky .heade-sec-mainn{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.sticky .tamil-infor-main{
   display:none; 
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}


.accordion-button::after{
    position:absolute;
    content:"";
    font-family: flaticon_normal-icon !important;
    content:"\f1b4";
    background-image:unset;
    font-size: 12px;
    width: 21px;
    height: 21px;
    background-color: var(--primary-color);
    align-content: center;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    right:15px;
}

.accordion-button:not(.collapsed)::after{
    content:"";
    font-family: flaticon_normal-icon !important;
     content: "\f1f5";
    background-image:unset;
    right:15px;
    background-color: #000;
}

.courses-sec-main{
    padding:5rem 0 10rem;
    margin-bottom:5rem;
    position:relative;
    background:#efefef;
}
.our-onnlii-secc{
      margin-bottom:0;
}

.courses-box-items{
    background-color: #ffffff !important;
    padding: 25px;
    border-radius: 16px;
    transition: all ease .5s;
    position:relative;
}

.courses-box-items:hover{
    transform: translateY(-5px);
}

.courses-box-items .courses-box-handing{
    border-radius: 16px;
    background: #f4f4f4;
    padding: 20px 15px;
    margin: 20px 0;
    text-align: center;
}

.courses-box-items .courses-box-img img{
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.courses-box-items  .courses-box-title h4{
        font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.courses-box-items  .courses-box-title{
    display: flex;
    justify-content: center;
}

.courses-box-items  .courses-box-title span{
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
}
.courses-box-items .courses-box-handing p{
    margin:0;
    font-size: 14px;
}

.courses-box-items .course-btn{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 14.5px 35px 13.5px;
    transition: all ease .5s;
    text-decoration: none;
    border: 1px solid #EEEEEE;
    color: #000;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.courses-box-items .course-btn:hover{
    background:var(--primary-color);
    color:#fff;
}
.courses-box-items .course-btn i{
    position: relative;
    font-size: 18px;
    top: 4px;
}

.courses-inform{
    display: flex;
    padding: 70px 75px;
    border-radius: 20px;
    background-color: #498757;
    border: 1px solid rgba(26, 182, 157, 0.1);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
    justify-content: space-between;
    position: relative;
    margin-bottom: -15rem;
    margin-top: 5rem;
}

.courses-inform-deatail .icon-box-ss i, 
.courses-inform-deatail .icon-box-ss span{
    font-size: 24px;
    color:#fff;
}

.courses-inform-deatail .icon-box-ss i{
    position:relative;
    top:4px;
    margin-right:15px;
}

.courses-inform-deatail a{
    font-size: 20px;
    color:#fff;
}

.courses-inform-deatail .icon-box-ss{
    margin-bottom:5px;
}
.courses-inform-deatail .separator{
    position: absolute;
    top: 50%;
    left: 53%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    transform: translateY(-50%);
    color: #ffffff;
}

.courses-inform-deatail .separator::before {
    content: "";
    top: -45px;
    left: 0;
    right: 0;
    height: 40px;
    width: 3px;
    margin: 0 auto;
    position: absolute;
    background-color: #ffffff;
}

.courses-inform-deatail .separator::after {
    content: "";
    bottom: -45px;
    left: 0;
    right: 0;
    height: 40px;
    width: 3px;
    margin: 0 auto;
    position: absolute;
    background-color: #ffffff;
}

.who-can-sec{
    padding:5rem 0;
    position:relative;
}

.who-can-content .whocan-btn .tamilbtn{
    border-radius: 30px;
    transform: rotate(-50deg);
    margin-left: 170px;
    margin-top: 140px;
}
.who-can-content{
    position:relative;
}

.who-can-content:before{
    position: absolute;
    content: "";
    background-image: url(../image/bg/campus__vector.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    z-index: -1;
    bottom: 0;
    left: 70px;
}

.who-can-items{
    position:relative;
    border-radius: 10px;
    overflow:hidden;
    z-index:1;
    
}

.who-can-items .who-can-img img{
    border-radius: 10px;
    width:100%;
height:100%;
}    

.who-can-items:before{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    transition: all 0.4s ease;
    border-radius: 10px;
}

.who-can-items:hover:before{
    opacity: 0;
}

.who-can-items:after{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    transition: all 0.4s ease;
    left: -50%;
    opacity: 0;
}

.who-can-items:hover:after{
    opacity: 1;
    left: 0;
}

.who-can-items h4{
    margin-bottom: 0;
    position: absolute;
    bottom: 60px;
    font-size: 18px;
    font-weight: 600;
    left: 20px;
    right: 20px;
    transition: .5s ease all;
    z-index: 1;
    line-height: 1.4;
}

.who-can-items:hover h4{
    transform: translateY(-20px);
}

.who-can-items h4 a{
    color: #fff;
       
}

.who-can-items .who-btn{
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size:15px;
    opacity: 0;
    max-height: 0;
    left:20px;
        z-index: 1;
}

.who-can-items:hover .who-btn{
    opacity: 1;
    max-height: 100px;
}

.who-can-items .who-btn i{
    transform: rotate(-35deg);
    margin-left: 5px;
    display: inline-block;
    transition: all 0.4s ease;
    color: #fff;
    top: 3px;
    position: relative;
}

.who-can-items .who-btn:hover i{
    transform: rotate(0);
}

.who-can-img-box{
    margin-left:60px;
}

.who-can-img-box .col-lg-6 .who-can-items:not(:last-child){
    margin-bottom:25px;
}

.who-can-img-box .col-lg-6:nth-child(2){
    margin-top:55px;
}

.why-learn-sec{
    padding:5rem 0;
    position:relative;
}
.why-learn-points{
    padding: 0;
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.why-learn-points li{
    display: flex;
    gap: 20px;
    width: 48%;
    margin-bottom: 15px;
}
.why-learn-points li .icon-box{
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    transition: all 0.5s;
}

.why-learn-points li .content-box h4{
    font-size:18px;
    font-weight:600;
}

.why-learn-points li .content-box p{
    margin:0;
    font-size:15px;
}
.why-learn-points li .icon-box img{
        filter: brightness(0.5) invert(1);
}

.why-learn-box{
    margin-left:40px;
}

.benefits-items-box{
    padding: 32px 30px;
    padding-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    height:100%;
}
.benefits-items-box:before {
    position: absolute;
    content: "";
    background-image: url(../image/bg/categories-12-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 130px;
    width: 130px;
    z-index: -1;
    top: 0;
    left: 0;
}
.benefits-items-box .icon-benefits-box{
    position:absolute;
    top:25px;
    right:25px;
    z-index:-1;
}

.benefits-items-box .icon-benefits-box img{
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.benefits-items-box h4{
    font-size: 18px;
    font-weight: 600;
    max-width: 90%;
    color:#fff;
}

.benefits-items-box p{
    margin:0;
    font-size:15px;
    color:#fff;
}


.benefits-main-sec{
    position:relative;
}

.benefits-main-sec .container > .row {
    gap:20px 0;
}

.benefits-main-sec .col-lg-4 .benefits-items-box{
    background:var(--primary-color);
}

.cta-sec-main{
    padding:20px 0 0;
    position:relative;
    background-image: url(../image/bg/cta-bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
}

.cta-sec-main .cta-box-main .cta-btn{
    margin-top:40px;
}

.cta-sec-main .sec-small-title, .cta-sec-main .sec-big-title, .cta-sec-main p{
    color:#fff;
}
.cta-sec-main .sec-big-title{
    font-size:40px;
}
.cta-sec-main .sec-big-title span{
    position: relative;
    z-index: 1;
}

.cta-sec-main .sec-big-title span:before{
    position: absolute;
    content: "";
    background-image: url(../image/svg/title-patten.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
    animation: title-animation 4s infinite;
}

.cta-sec-main .cta-box-img {
    text-align:end;
    position:relative;
     z-index: 1;
}

.cta-sec-main .cta-box-img:before{
    position: absolute;
    content: "";
    background-image: url(../image/bg/cta-1-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 350px;
    width: 350px;
    top: 20px;
    right: 100px;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    animation: zoomIn 5s infinite !important;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.85, .85, .85);
    transform: scale3d(.85, .85, .85);
  }

  50% {
    opacity: 1;
  }
}

.cta-sec-main .cta-box-img img{
    animation: translateX 3s infinite alternate;
    transition: all 0.3s ease-out 0s;
}

@keyframes translateX{
	0% {
    
    transform: translateX(-30px);
  }
  100% {
    
    transform: translateX(20px);
  }
}

.main-footer-tamil{
    background:rgba(7, 161, 105, 0.05);
    padding:4rem 0;
}


.footer-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 25px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a i{
	color: #000;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i{
	color: var(--primary-color);
}

.footer-links{
	margin: 0 auto;
}

.footer-links h4{
	font-size: 18px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: #000;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a{
	color: var(--primary-color);
}

.footer-links.footer-contact-box{
	max-width: 100%;
}

.footer-contact-box .footer-info-box{
	position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.footer-contact-box .footer-info-box:last-child{
	margin-bottom: 0;
}

.footer-info-box .icon-box{
	position: absolute;
    
    left: 0;
	
}

.footer-info-box .icon-box i{
	font-size: 20px;
	color: #000;
}

.footer-info-box p, .footer-info-box a{
	color: #000;
	margin: 0;
	font-size: 14px;
	font-weight:500;
}

.footer-copyright{
	border-top: 1px solid #ffffff1f;
	padding: 10px 0;
}

.footer-copyright-text p, .footer-copyright-text a{
	color: #000;
	margin: 0;
	font-size:14px;
}
.about-footer-content p {
    color: #000;
    margin: 0;
    max-width: 80%;
    font-size: 14px;
}

.about-footer-content {
    margin-bottom: 30px;
}

.quick-menu-ff ul{
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    gap: 20px;
}

.quick-menu-ff ul li a {
    font-size: 14px;
    position: relative;
    font-weight:500;
}

.quick-menu-ff ul li a:hover{
    color:var(--primary-color);
}

.quick-menu-ff ul li:not(:last-child) a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 1px;
    min-width: 1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 80%;
    background-color: var(--primary-color);
}

.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons {
    display: none;
}

.mega-menu > ul li a.active{
    color:var(--primary-color);
}
.section-title p{
    width:80%;
}



.contact-section {
  padding: 60px 38px;
    padding-bottom: 45px;
    background-color: #fff;
    position:relative
   
   
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;

}

.contact-icon {
  width: 48px;
  height: 48px;
  background: #e8f7f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(18%) saturate(935%) hue-rotate(91deg) brightness(92%) contrast(88%);
}

.contacttext .smallhead {
  margin: 0 0 6px;
  font-size: 16px;
  color: #555;
  font-weight: 600;
}

.contacttext p {
  margin: 0;
  color: #000;
  line-height: 1.5;
}

.contacttext span {
  font-size: 14px;
  color: #666;
}
.acadamy-contact{
    position:relative;
    padding:3rem 0;
}

/* SHAPE IMAGE */
.contact-section::before {
content: "";
    position: absolute;
    top: 304px;
    /* right: -52px; */
    bottom: 0;
    width: 380px;
    height: 303px;
    background-image: url(../image/bg/shape-2-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: 1;
    left: -79px;
}

/* CONTENT ABOVE SHAPE */

.main-contact{
    background:#efefef;
    padding: 87px 80px;
  overflow: hidden; /* important */
}
.contact-form {
  
  margin: auto;
  padding-left:2rem;
}

.form-group {
  margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 14px;
}

.contact-form label span {
  color: red;
  margin-left: 3px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  outline: none;
  height:45px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background: #e9e9e9;
}

.submit-btn {
  background: #0b2c4d;
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background: #081f36;
}

.social-flex{
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
 padding:92px 0 0px 250px;
}

.social-icon{
  width: 38px;
  height: 38px;
  background: #cfe3df69;   /* light circle bg */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-icon i{
  font-size: 18px;
  color:#498757;   /* icon color */
  display: flex;
}

/* Hover */
.social-icon:hover{
  background: #498757;
}

.social-icon:hover i{
  color: #fff;
}

.main-contact .sec-big-title{
    font-size:32px;
}

.contact-select-wrap {
  position: relative;
  display: block;
}

.contact-select-wrap select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  outline: none;
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: inherit;
  color: #222;
  transition: background 0.2s ease;
}

.contact-select-wrap select:focus {
  background: #e9e9e9;
}

.contact-select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #498757;
  border-bottom: 2px solid #498757;
  pointer-events: none;
}

/* Disabled state */
.contact-select-wrap.select-disabled select {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.contact-select-wrap.select-disabled::after {
  opacity: 0.4;
}

/* CSS fix — textarea height override */
.contact-form textarea {
  height: auto;
}

.sec-small-titled{
    font-weight: 600;
    letter-spacing: 1px;
    color: #07a169; /* keep brand green */
}

.why-learn-sec .big-title-home{
    font-size: 50px;
    font-weight: 800;
}



.why-learn-sec .big-section-title {
    position: relative;
    margin-bottom: 5px;
}

/* Main heading */
.why-learn-sec .big-title-home {
    position: relative;
    z-index: 2;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 700;
    color: #000;
}

label.error{
    color:red;
    font-size:13px;
}
.text-link-btn{
    display: inline-block;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.text-link-btn::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
}

.text-link-btn:hover{
    color: var(--primary-color);
}

.text-link-btn:hover::after{
    background: var(--primary-color);
    width: 70%;
}



/* Background text */
/*.why-learn-sec .bg-text::before {*/
/*    content: attr(data-bg);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 37%;*/
/*    transform: translate(-50%, -50%);*/
    
    /*font-size: 80px;             */
/*    font-weight: 800;*/
/*    letter-spacing: 4px;*/
/*    text-transform: uppercase;*/

    /*color: rgba(0, 0, 0, 0.06);   */
/*    white-space: nowrap;*/
    
/*    z-index: -1;*/
/*    pointer-events: none;*/
/*}*/