
body {
    font-family: 'Montserrat', sans-serif;
    color: #666;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}



/******* Menu ************/


.top_menu{
    padding: 10px 0;
    background: #2f4c7f00;
    position: absolute;
    z-index: 1034;
}
.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-logo {
    width: 100%;
}
.home-menu  span {
    color: #fff;
}

.menu-bar{
    display: flex;
    padding: 0 10px;
	align-items: center;
}
.logo {
    width: auto;
}
.logo img{
    height: 70px;
}
.cus-menu {
    width: 80%;
    text-align: right;
    display: flex;
    justify-content: end;
}
.call{

}
.call a{
    background: #05750e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
}
.telegram{
margin-left: 15px;
}
.telegram a{
    background: #ffac1c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
    background: #fff;
}

/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
}
.slider::before {

}


.slider .carousel-caption {
    text-align: left;
    bottom: 0px;
    top: 0px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    left: 5%;
    right: 5%;
}
.slider-bg {
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    /* text-align: center; */
    width: 40%;
    background: #00000082;
    padding: 30px;
}


.slider-bg h2{
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 62px;

}
.slider-bg h4{
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 11px;

}
.slider-bg p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;

}

.slider .carousel-item img{
    height: 100vh;
    object-fit: cover;
}

.cus-btn{
    background: #05750e;
    padding: 14px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 00;
    border-radius: 0px;
}

html {
    scroll-behavior: smooth;
  }
  .slide-contact {
    position: absolute;
    top: 100px;
    right: 90px;
    width: 35%;
}
.slide-contact-box{
    background: #2d6cb5ad;
    padding: 25px;
}
.slide-contact-box h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.slide-contact-box .form-label {
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500;
}
.slide-contact-box .form-control {
    display: block;
    width: 100%;
    padding: 0.8rem 0.75rem;
    border-radius: 0px;
}
.slide-contact-box .btn-primary {
    background-color: #fff;
    border-color: #fff;
    border-radius: 60px;
    color: #065eb7;
    padding: 10px 30px;
    FONT-WEIGHT: 500;
}
/******* about ************/
.about{
padding: 60px 0;
}
.about-text{

}
.about-text h2{
    font-weight: 700;
    font-size: 31px;
}
.about-text h2 span{
    color:#05750e
}
.about-text h6{
    color: #000;
    font-weight: 700;
}
.about-img{
    margin-top: 30px;
    position: relative;
    z-index: 0;
}
.about-img:before{
    content: '';
    background: #05750e40;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -30px;
    top: -33px;
}
/******* cta ************/
.cta{
    background: #05750e;
    padding: 30px 0;
}
.cta h2{
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}
.cta h2 span{
    font-size: 40px;
    font-weight: 700;
}
/******* club ************/

.club{
padding: 50px 0;
}
.club-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wp-club-box{
    border: 1px solid #aba9a9;
    width: 23%;
    margin: 12px 10px;
    text-align: center;
    padding: 21px;
}
.wp-club-box p{
    margin: 14px 00 0;
    font-size: 17px;
    font-weight: 600;
    color: #666;
}
.location{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.location .about-text h6{
    text-transform: uppercase;
    font-size: 22px;
    color: #05750e;
}

.facility-img {
    position: sticky;
    top: 80px;
}
.facility-item {
    margin-bottom: 30px;
}
.facility-item h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}
.facility-item p{
    margin-bottom: 20px;
}

.facility-item ul {
    list-style: none;
    margin: 0px;
}
.facility-item ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9px;
    font-weight: 500;
}
.facility-item ul li div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.town .wp-club-box {
    border: 0px solid #aba9a9;
    box-shadow: 0px 0px 10px #00000042;
    border-radius: 5px;
}
.wp-club-box img{
   width: 80px;
    height: 70px;
    object-fit: contain;
}

.testimonial{
    background: #f3f3f3;
    padding: 50px 0 30px;
}

.testimonial-box {
    box-shadow: 0px 0px 10px #00000042;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 4px;
    background: #fff;
}
.testimonial-box i{
    color: #05750e;
    font-size: 30px;
    margin-bottom: 20px;
}
.testimonial-box h6{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
}
.star {
    display: flex;
    justify-content: space-between;
}
.star-text span{
    color: #666;
    font-weight: 500;
}
.star-icon{

}
.star-icon i{
    font-size: 18px;
    color: #ffa200;
}
.faq{
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.faq::before {
    content: '';
    background: #000000b5;
    height: 100%;
    width: 55%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.faq-box h3{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-bottom: 8px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1.25rem;
    font-weight: 600;

}

.accordion-button:not(.collapsed) {
    color: #000;
}
.accordion-body {
    font-weight: 500;
    color: #575555;
}
.gallery {
    padding: 50px 0 30px;
}
.gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery .owl-theme .owl-dots{
    display: none;
}
.owl-theme .owl-nav[class*=owl-] {
    color: #000;
}
.owl-theme .owl-nav[class*=owl-]:hover{
    color: #000;
}
.gallery .owl-carousel .owl-nav button.owl-next{
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-size: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);
    right: -30px;
    top: 110px;
    padding: 0px 0 7px !important;
}
.gallery .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-size: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);

    left: -50px;

    top: 110px;
    padding: 0px 0 7px !important;
}
.nav {
    justify-content: center;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 22px 0;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000;
    font-size: 20x;
    position: relative;
    font-weight: 700;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #05750e;
    background-color: #fff;
    border-color: #fff;
}
.gallery-col {
    position: relative;
    overflow: hidden;
    background: #000;
    display: inline-block;
    width: 100%;
}
.pic1 img {
    width: 100%;
    height: auto;
    border: solid #E5BA43 3px;
}
.gallery-col img {
    width: 100%;
    border-radius: 0;
    transition: .7s;
    object-fit: cover;
}
.gallery-zoom-overlay {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-zoom-overlay i {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 5px;
    display: flex;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
}
.gallery-col:hover .gallery-zoom-overlay {
    display: flex;
}
.gallery-col:hover img {
    transform: scale(1.1);
    opacity: .5;
    transition: .7s;
}
.image img {
    height: 540px;
    object-fit: cover;
    position: relative;
}

.thumb-icon-video {
    position: absolute;
    z-index: 9;
    top: 42%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.video-main{
    position: relative;
    display: inline-block;
}
@keyframes waves {
	0% {
		-webkit-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0
	}

	50% {
		opacity: .9
	}

	100% {
		-webkit-transform: scale(.9, .9);
		transform: scale(.9, .9);
		opacity: 0
	}
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #05750e;
    opacity: 0;
    border-radius: 100%;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-animation: 3s ease-in-out infinite waves;
    animation: 3s ease-in-out infinite waves;
    display: inline-block;
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.video-popup {
    height: 70px;
    width: 70px;
    line-height: 66px;
    border-radius: 100%;
    background: #fff;
    color: #05750e;
    z-index: 999;
    border: 0;
    font-size: 37px;
    margin-left: 0;
    display: inline-block;
}
span.cus-nav {
    color: #000;
    font-size: 20px;
    line-height: 40px;
}
.what {
    position: fixed;
    z-index: 9999;
    left: 6px;
    bottom: 20px;
   
}
.what a{
    position: relative;
    display: block;
}

.what a span {
    background: #05750e;
    color: #fff;
    padding: 8px 17px 8px 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0 25px 25px 0;
    margin-left: -18px;
    display: block;
    position: absolute;
    top: 5px;
    left: 100%;
    width: 165px;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transform-origin: left;
}
.what a:hover span {
    transform: scaleX(1);
}

.what a i {
    font-size: 33px;
    color: #fff;
    position: relative;
    z-index: 999;
    background: #05750e;
    color: #fff;
    padding: 8px 0 0 11px;
    height: 51px;
    width: 50px;
    border-radius: 100px;
}
.footer{
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
        padding: 50px 0;
}
.map h2{
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;

}
.contact-form{
    background: #000;
    padding: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.contact-form h2{
    font-weight: 700;
    color: #fff;
}
.contact-form .form-label {
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 0.775rem 0.75rem;
    border-radius: 0px;
}
.contact-form .btn-primary {
    color: #fff;
    background-color: #05750e;
    border-color: #05750e;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: 600;
}
.contact-detail{
    margin-left: 20px;
}
.contact-detail p{
    color: #fff;
    margin-bottom: 10px;
}
.contact-detail p a{
    color: #fff;
}
.copy{
    background: #05750e;
    padding: 20px 0;
}
.copy p{
    color: #fff;
    margin-bottom: 0px;
}
.cus-contact{
    rotate: -90deg;
    position: fixed;
    right: -63px;
    top: 51%;
    z-index: 999;
}
.cus-contact a{
    background-color: #05750e;
    padding: 10px 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonial .owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-size: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);
    left: -50px;
    top: 110px;
    padding: 0px 0 7px !important;
}
.testimonial .owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-size: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);
    right: -30px;
    top: 110px;
    padding: 0px 0 7px !important;
}
.thanks {
    position: relative;
}

.thanks .menu-bar {
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
}

.thanks-box{
      background: #e9e8e8;
    padding: 50px 0;

}
.thanks-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    text-align: center;
}
.thanks-text h3{
     color: #05750e;
    font-weight: 700;
    font-size: 30px;
}
.thanks-text p{
        font-size: 17px;
    margin-bottom: 20px;
}

.thanks-text span {
    color: #4b4b4b;
    font-weight: 500;
}


.thanks-text h4{
    font-weight: 700;
    font-size: 21px;
}
.thanks-text a{
    
}

hr {
    margin: 2rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .6;
    width: 100%;
}
.connect a{
        background: #05750e;
    color: #fff;
    height: 40px;
    position: relative;
    display: inline-block;
    width: 40px;
    border-radius: 100px;
    line-height: 40px;
    font-size: 18px;
    margin: 12px 3px 0;
}




/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

	
}

@media screen and (max-width: 980px) {
	
	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    
    .slider-bg {
        width: 100%;
        padding: 10px;
        display: flex;
    }
    .slider .carousel-caption {
        bottom: 30px;

        align-items: end;
    }
    .slider-bg h2 {
        font-size: 24px;
    line-height: 21px;
    }
    .slider-bg p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .cus-btn {
        background: #05750e;
        padding: 14px 10px;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        margin: 18px 0 0 30px;
        border-radius: 0px;
        font-size: 14px;
    }
    .about-text h2 {
        font-weight: 700;
        font-size: 28px;
    }
    .about-img:before {
        right: -19px;
        top: -17px;
    }
    .cta h2 {
        color: #fff;
        font-size: 25px;
    }
    .slider .carousel-item img {
        height: 75vh;
        object-fit: cover;
    }
    .wp-club-box {
        border: 1px solid #aba9a9;
        width: 45%;
        margin: 12px 6px;
        text-align: center;
        padding: 11px;
    }

    .wp-club-box p {
        font-size: 15px;
        line-height: 19px;
    }
    .wp-club-box img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .location .about-text h6 {
        font-size: 18px;
    }
    .owl-dots {
        display: none;
    }
 .owl-carousel .owl-nav button.owl-prev{
        left: -28px !important;
        width: 47px !important;
        height: 47px !important;
    }
     .owl-carousel .owl-nav button.owl-next{
        right: -10px !important;
        width: 47px !important; 
        height: 47px !important;
    }
    .faq::before {
        width: 100%;

    }
    .faq {
        padding: 30px 0;
    }
    .faq-box h3 {
        font-size: 34px;
        margin-bottom: 12px;
    }
    .contact-form {
        margin-left: 0px;
    }
    .call a {
        background: #05750e;
        color: #fff;
        padding: 10px 11px;
        border-radius: 0px;
        font-size: 14px;
    }

    .logo img {
        height: 50px;
    }
    .logo {
        width: 30%;
    }
    .call a {
        padding: 10px 11px;
        border-radius: 0px;
        font-size: 14px;
    }
    .slider-bg h4 {
        color: #fff;
        font-size: 27px;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: 6px;
        line-height: 20px;
    }
   .footer {
    padding: 50px 0 20px;
} 
  .gallery {
padding: 40px 0 10px;
}  
.testimonial {
    background: #f3f3f3;
    padding: 40px 0 20px;
}
.location {
    padding: 40px 0 10px;
}

.town {
    padding: 40px 0;
}
.club {
    padding: 40px 0;
}
.about {
    padding: 40px 0;
}    
.thanks-box {
    padding: 30px 0;
}

.thanks-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 0;
    text-align: center;
}



}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}


/*extra css*/


#krishPopupOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

#krishPopup {
    background: #ffffff;
    width: 95%;
    max-width: 420px;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    animation: popupFade 0.4s ease;
    font-family: Arial, sans-serif;
}

@keyframes popupFade {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

#krishPopup img {
    max-width: 120px;
    margin-bottom: 15px;
}

#krishPopup h2 {
    margin: 5px 0 15px;
    color: #0d3b66;
}

#krishPopup p {
    margin: 6px 0;
    font-size: 15px;
    color: #333;
}

.popup-highlight {
    color: red;
    font-weight: bold;
}

.popup-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.popup-buttons a {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}
.popup-buttons a:hover {
    color:#000;
}
.apply-btn {
    background: #2ca54a;
    color: #fff;
}

.later-btn {
    background: #ccc;
    color: #333;
}

#popupClose {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #777;
}
.krish-strip {
    background: #05750e;
    color: #fff;
    padding: 20px 15px;
}

.krish-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.krish-text h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-weight:bold;
}

.krish-text p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #fff;
}

.pay-btn {
    background: #fff;
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.pay-btn:hover {
    background: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .krish-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .krish-text h1 {
        font-size: 20px;
    }
}

.ks3-wrapper{font-family:Arial,sans-serif; width:80%; margin:auto;}
.ks3-tabs{display:flex;gap:30px;padding:15px 20px;border-bottom:1px solid #ddd;}
.ks3-tab{background:none;border:none;font-weight:600;font-size:16px;cursor:pointer;color:#666;}
.ks3-tab.active{color:#0d6efd;}

.ks3-content{display:none;}
.ks3-content.active{display:block;}

.ks3-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 5px 25px rgba(0,0,0,0.06);
    margin-top:15px;
}

.ks3-grid{display:flex;gap:30px;}
.ks3-left{flex:2;}
.ks3-right{
    flex:1;
    background:#f3f6fb;
    padding:20px;
    border-radius:12px;
}

.ks3-row{margin-bottom:12px;font-size:15px;}
.ks3-row span{font-weight:600;width:130px;display:inline-block;}

.ks3-datebox{
    background:#dfe6f2;
    padding:15px;
    border-radius:10px;
    margin:15px 0;
}

.ks3-pink{background:#f4dcdc;}

.ks3-open{
    background:#28a745;
    color:#fff;
    padding:6px 14px;
    border-radius:6px;
    font-size:14px;
    margin-right:10px;
}

.ks3-green{color:#28a745;}
.ks3-red{color:#dc3545;}

.ks3-actions{margin-top:15px;}
.ks3-btn{
    display:inline-block;
    background:#eef0f3;
    padding:10px 18px;
    border-radius:8px;
    text-decoration:none;
    margin-right:10px;
    color:#0d6efd;
    font-weight:500;
    margin:3px 0;
}
.ks3-right h4{
    font-size:17px;
}
.ks3-right a{
    display:block;
    margin-bottom:10px;
    text-decoration:none;
    color:#0d6efd;
    font-size: 14px; 
    border-bottom: 1px dotted #0000001a;
    font-weight: bold;
    line-height: 3rem;
}

.ks3-loan{
    margin-top:15px;
    width:100%;
    padding:12px;
    background:#1e88e5;
    color:#fff;
    border:none;
    border-radius:10px;
    font-weight:600;
    cursor:pointer;
}

/* BLINK EFFECT */
@keyframes blinkRed{
    0%,100%{opacity:1;}
    50%{opacity:0.3;}
}
.ks3-blink-red{color:#dc3545;animation:blinkRed 1s infinite;}

@keyframes blinkBlue{
    0%,100%{opacity:1;}
    50%{opacity:0.5;}
}
.ks3-blink-blue{animation:blinkBlue 1s infinite;}

/* Responsive */
@media(max-width:768px){
    .ks3-grid{flex-direction:column;}
    .ks3-row span{width:auto;display:block;margin-bottom:4px;}
}
.ks4-wrapper{
    background:#ffffff;
    padding:40px 30px;
    border-radius:15px;
    box-shadow:0 6px 25px rgba(0,0,0,0.05);
    font-family:Arial, sans-serif;
    margin-top:30px;
    width:80%;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
}

.ks4-title{
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
    padding-bottom:10px;
    border-bottom:3px solid #2f6fed; /* same blue line */
    color:#0d3b66;
}

.ks4-steps{
    display:flex;
    justify-content:space-between;
    text-align:center;
    gap:20px;
}

.ks4-step{
    flex:1;
}

.ks4-circle{
    width:70px;
    height:70px;
    background:#2ca54a; /* same green */
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    margin:0 auto 15px;
}

.ks4-step h4{
    font-size:18px;
    margin-bottom:6px;
    color:#0d3b66;
    font-weight:bold;
}

.ks4-step p{
    font-size:14px;
    color:#555;
}

/* Responsive */
@media(max-width:992px){
    .ks4-steps{
        flex-wrap:wrap;
    }
    .ks4-step{
        flex:0 0 48%;
        margin-bottom:30px;
    }
}

@media(max-width:576px){
    .ks4-step{
        flex:0 0 100%;
    }
}

.ks5-wrapper{
    background:#ffffff;
    padding:35px 30px;
    border-radius:15px;
    box-shadow:0 6px 25px rgba(0,0,0,0.05);
    font-family:Arial, sans-serif;
    margin-top:20px;
    margin-bottom:20px;
    margin:auto;
    width:80%;
}

.ks5-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:3px solid #2f6fed;
    color:#0d3b66;
}

.ks5-table{
    width:100%; 
    overflow:hidden;
}

.ks5-head{
    display:flex;
    justify-content:space-between;
    background:#4c7edb;
    color:#fff;
    padding:14px 18px;
    font-weight:600;
}

.ks5-row{
    display:flex;
    justify-content:space-between;
    padding:14px 18px;
    border-bottom:1px solid #e5e5e5;
    font-size:15px;
}

.ks5-total{
    font-weight:700;
}

.ks5-green{
    color:#28a745;
    font-weight:600;
}

.ks5-note{
    margin-top:15px;
    font-size:14px;
    color:#555;
}

/* Responsive */
@media(max-width:600px){
    .ks5-head, .ks5-row{
        flex-direction:column;
        gap:5px;
        text-align:center;
    }
}
.ks6-wrapper{
    background:#ffffff;
    padding:35px 30px;
    border-radius:15px;
    box-shadow:0 6px 25px rgba(0,0,0,0.05);
    font-family:Arial, sans-serif;
    margin-top:20px;
    margin-bottom:20px;
    margin:auto;
    width:80%;
}

.ks6-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:3px solid #2f6fed;
    color:#0d3b66;
}

.ks6-table{
    width:100%; 
    overflow:hidden;
}

.ks6-head{
    display:grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    background:#4c7edb;
    color:#fff;
    padding:14px 18px;
    font-weight:600;
}

.ks6-row{
    display:grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    padding:14px 18px;
    border-bottom:1px solid #e5e5e5;
    font-size:15px;
}

/* Responsive */
@media(max-width:768px){
    .ks6-head{
        display:none;
    }

    .ks6-row{
        grid-template-columns:1fr;
        gap:6px;
        border-bottom:1px solid #ddd;
    }

    .ks6-row div{
                display: flex;
        /* justify-content: space-between; */
        text-align: center;
        justify-content: center;
    }

    .ks6-row div::before{
        content: attr(data-label);
        font-weight:600;
        color:#0d3b66;
    }
}




 /* new  Header css start*/
    html {
      scroll-behavior: smooth;
    }
    
    .custom-header {
      position: sticky;
      top: 0;
      z-index: 999;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      padding: 10px 0;
    }
 

    /* Desktop Nav */
    .nav-center {
      display: flex;
      justify-content: center;
      gap: 25px;
    }

    .nav-center a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
      transition: 0.3s;
    }

    .nav-center a:hover {
      color: #05750e;
    }

    .cta-btn {
      background: #05750e;
      color: #fff;
      padding: 8px 18px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 500;
      transition: 0.3s;
    }

    .cta-btn:hover {
      background: #05750e;
      color:#fff;
    }

    /* Mobile Header */
    .mobile-header {
      display: none;
      padding: 10px 15px;
    }

    .hamburger-icon {
      font-size: 24px;
      cursor: pointer;
    }

    /* Mobile Menu */
    .mobile-menu-v2 {
      position: fixed;
      top: 0;
      right: -100%;
      width: 260px;
      height: 100%;
      background: #fff;
      box-shadow: -2px 0 10px rgba(0,0,0,0.1);
      padding: 60px 20px 20px;
      transition: 0.3s ease;
      z-index: 1000;
    }

    .mobile-menu-v2.active {
      right: 0;
    }

    .menu-close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 24px;
      cursor: pointer;
    }

    .mobile-menu-v2 a {
      display: block;
      margin: 15px 0;
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }

    /* Responsive */
    @media(max-width: 991px) {
      .desktop-header {
        display: none;
      }
      .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .cta-btn{
          font-size:10px;
      }
    }
 
 /* new  Header css end*/


