body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;

    z-index: 99;
}

.back-to-top:hover{
    background-color: blueviolet;  
    color: white;
}

/*** Button Start ***/{{ config('app.main_email') }}
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: rgba(80,120,67,255);
    color: rgba(80,120,67,255);
}

.btn.btn-light {
    color: rgba(80,120,67,255);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: rgba(80,120,67,255);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: rgba(80,120,67,255);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: rgba(80,120,67,255);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: rgba(80,120,67,255);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: rgba(80,120,67,255);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: rgba(80,120,67,255);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid rgba(80,120,67,255);
        color: rgba(80,120,67,255);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: rgba(80,120,67,255);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: rgba(80,120,67,255);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: rgba(80,120,67,255);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: rgba(80,120,67,255);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
        height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: rgba(80,120,67,255);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: rgba(80,120,67,255);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid rgba(80,120,67,255);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: rgba(80,120,67,255);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: rgba(80,120,67,255);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: rgba(80,120,67,255);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: rgba(80,120,67,255);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: rgba(80,120,67,255);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: rgba(80,120,67,255);
    color: rgba(80,120,67,255);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: rgba(80,120,67,255);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: rgba(80,120,67,255);
    color: rgba(80,120,67,255);
}
/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: rgba(80,120,67,255);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: rgba(80,120,67,255); 
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid rgba(80,120,67,255); 
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
   
}

.team .team-item .team-icon a {
    width: 40px;
    height: 40px;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: rgba(80,120,67,255);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: rgba(80,120,67,255);
    background: rgba(80,120,67,255);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: rgba(80,120,67,255);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: rgba(80,120,67,255);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: rgba(80,120,67,255);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: rgba(80,120,67,255);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: rgba(80,120,67,255);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: rgba(80,120,67,255);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: rgba(80,120,67,255);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: white;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: rgba(80,120,67,255);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: rgba(80,120,67,255);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: black;
}
/*** copyright end ***/


.about-sub{
    color: rgba(80,120,67,255); 

}

.about-title{
    color: rgba(80,120,67,255); 

}

.about-content{
    font-size: 1.2em;
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    font-weight: 400; 
}

.our-vision{
    color: rgba(80,120,67,255); 
    font-size: 1.7em;
    font-style: bold;
}

.our-vision-text{
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    font-weight: 400; 
    font-size: large;
}

.our-mission{
    color: rgba(80,120,67,255); 
    font-size: 1.7em;
    font-style: bold;
}

.our-mission-text{
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    font-weight: 400; 
    font-size: large;
}

.team-title{
    color: rgba(80,120,67,255); 
}


.team-sub{
    color: rgba(80,120,67,255); 

}


.team-text{
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    font-weight: 400; 
    font-size: 1.2em;
}

.btn-color{
    background-color: rgba(80,120,67,255) !important; 
    color: white !important;
}


.btn-color:hover{
    background-color: rgba(80,120,67,255) !important; 
    color: white !important;
}

.text-color{
    color: rgba(80,120,67,255); 

}

.text-font{
    font-family: Cinzel, sans-serif;
}
.text-font-new{
    font-family: Roboto, sans-serif;
}
.form-control:focus {
    border-color: rgba(80,120,67,255) !important;  /* Custom border color */
    box-shadow: 0 0 5px rgba(175, 173, 76, 0.5) !important; /* Custom box shadow */
    outline: none; /* Remove default outline */
  }

.nav-sub{
    
    font-family: Cinzel, sans-serif;
    color: #333;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}

.nav-line{
    align-self: center;
    margin: 0;
    background-color: rgba(80,120,67,255); 
}

.nav-text{
    font-family: Cinzel, sans-serif;
    letter-spacing: 4px;
   color: rgba(80,120,67,255);
   font-size: 25px;
}


.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}


/* Header Navigation */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px; */
    z-index: 10;
}

.logo {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 120px;
    min-width: 50px;
}

.logo img {
    max-width: 100%;
    height: 10em;
    filter: brightness(1.2);
}

.cont{
    margin-left: 50%;
    z-index: 999;
    overflow: visible;
    background-color: aliceblue;
    color: #333;
    border-radius: .4em;
    visibility: visible;
} 

.cont .bt{
    z-index: 999;
    font-family: Cinzel, sans-serif;
    padding-left: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 28px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    border-style: none;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    transition-behavior: normal;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0s;
    transition-property: all;
    display: flex;
}


/* Hero Heading Styles */
.hero-heading{
    max-width: 500px;

}
.hero-heading h1 {
    position: absolute;
    top: 70%;
    left: 10%;
    color: white;
    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    z-index: 10;
    opacity: 0;
    width: 600px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    /* transform: translateY(50px); */
    animation: fadeInUp 0.8s ease forwards 0.6s;
    /* text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3); */
}

/* Hero Text Styles */
.hero-text p {
    position: absolute;
    top: 73%;
    left: 10%;
    color: white;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    z-index: 10;
    width: 600px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease forwards 0.6s;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media Queries */
@media (max-width: 768px) {
    .hero-heading h1 {
        font-size: 40px;
        letter-spacing: 1px;
    }
    
    .hero-sub {
        font-size: 12px;
        letter-spacing: 6px;
    }
    
    .hero-text p {
        font-size: 18px;
        width: 80%;
        letter-spacing: 0.3px;
    }

}

/* hr{*/
/*    position: absolute;*/
/*    color: #90794D;*/
/*    top: 80%;*/
/*    left: 20%;*/
/*    font-size: 68px;*/
/*    font-weight: 400;*/
/*    line-height: 1;*/
/*    z-index: 99;*/
/*} */

.cont .bt:hover{
    background-color: rgba(80,120,67,255); 
    color: white;
}
.cont .bt:hover a{
    /* background-color: rgba(80,120,67,255);  */
    color: white;
}


.cont .bt a{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 400px;
    text-decoration: none;

    /* overflow: visible; */
}
.menu-toggle {
    background: none;
    margin-right: 100px;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 77;
    position: relative;
    transition: transform 0.3s ease;
}

.menu-toggle:hover {
    transform: scale(1.2);
}

/* Enhanced Side Navigation */
.side-nav {
    position: fixed;
    top: 0;
    overflow: scroll;
    right: -550px; /* Wider navigation */
    width: 550px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    transition: right 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 66;
    padding: 80px 40px 40px;
    box-shadow: -4px 0 15px rgba(0,0,0,0.2);
}

.side-nav.active {
    right: 0;

}

.side-nav ul {
    list-style: none;
    opacity: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 5em;
    margin-bottom: 8em;
}

.side-nav ul li {
    padding: 10px;
    border-color: rgba(80,120,67,0.25); /* Custom border color */
    box-shadow: 0 0 2px rgba(80,120,67,0.25); /* Custom box shadow */
    outline: none;
    margin: 15px 0;
    position: relative;
    border-radius: 4px;
}

.side-nav ul li a {
    color: rgba(80,120,67,255); 
    text-decoration: none;
    font-size: 1.5rem; /* Larger font size */
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease;
    display: inline-block;
}

/* .side-nav ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: #ff6b6b;
    transition: width 0.3s ease;
} */

.side-nav ul li:hover {
   /* background-color: rgba(175, 173, 76, 0.5); */
   /* background-color: #245cb3; */
   background-color: rgba(80,120,67,255);
   color: white;
   transition: all .5s ease-in-out;
   
}

.side-nav ul li:hover a {
    color: white;
    transition: color .5s ease-in-out;
}

.side-nav ul li a:hover::before {
    width: 100%;
    color: white;
}

.side-nav ul li a:hover {
    width: 100%;
    color: white;
}

.close-btn {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #BBA476;
    font-size: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.close-btn:hover {
    transform: rotate(90deg);
}

/* Overlay to dim background when nav is open */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(80,120,67,0.25);
    z-index: 25;
    display: none;
}

.nav-overlay.active {
    display: block;
    width: 100%;
    z-index: 55;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .side-nav {
        width: 300px;
    }

    .logo {
        max-width: 120px;
        margin-left: 1em !important;   
    }


    .side-nav ul li a {
        font-size: 1.5rem;
    }
}

@media (max-width: 992px) {
    /* Header Adjustments */
    .header {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .logo {
        max-width: 120px;
    }

    .logo img {
        height: 100px;
    }

     .cont {
         margin-left: 1em; 
        /* order: 3; */
        /* width: 100%; */
        text-align: center;
        margin-top: 10px;
    } 

    .menu-toggle {
        margin-right: 0;
    }

    /* Side Navigation Adjustments */
    .side-nav {
        width: 50%;
        right: -500%;
    }

    .side-nav ul li a {
        font-size: 1.5rem;
    }

    /* Video Container */
    .video-container {
        height: 100vh;
    }

    .video-container video {
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 10px;
    }

    .logo {
        max-width: 80px;
        margin-left: 0 !important;
    }

    .logo img {
        height: 50px;
    }

    .cont .bt {
        padding: 8px 20px;
        font-size: 0.9rem;
    } 

    .side-nav ul li a {
        font-size: 1.2rem;
    }

    .close-bt {
        top: 15px;
        left: 15px;
        font-size: 30px;
    }
}


/* Video Slider Container */
.video-container {
    position: relative;
    width: 100vw;
    height: 100vh;

}

.video-slider {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%; 

}

.video-slide {
    opacity: 0;
    width: 100%;
    height: 100%;
    flex: 0 0 100%; /* Each slide takes full width of the container */
    height: 100%;
    display: flex;
    justify-content: center; /* Center the video horizontally */
    align-items: center; 
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.video-slide.active {
    opacity: 1;
    z-index: 2;
}

.video-slide video {
    margin-left: 0;
    width: 100%; /* Scale video to container width */
    height: 100%; /* Scale video to container height */
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

/* Video Navigation Dots */
.video-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 10;
}

.video-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.video-dot.active {
    background-color: white;
}

/* Rest of your existing styles remain the same */
/* ... (previous CSS for header, navigation, etc.) */


/* style for brochure */
.custom-header {
    font-size: 35px;
    line-height: 1.4;
    font-weight: 400;
    font-family: Cinzel, sans-serif;
    color: rgba(80,120,67,1);
    }

    .brochure-title{
        margin-bottom: -20px;
    }

    .custom-text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(80,120,67,1);
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    }

    .btn-primary {
    background-color: #a88c55;
    border-color: #a88c55;
    }

    .btn-primary:hover {
    background-color: #8a7245;
    border-color: #8a7245;
    }

    .about-genesis-img{
        border-radius: 10px;
    }

    /* .villa-collection-wrapper{
        background-image: linear-gradient(to bottom right, rgba(255, 223, 0, 0.3), rgba(0, 0, 255, 0.3));
      } */

      /* .genesis-wrapper{
        background-image: linear-gradient(to top right, rgba(255, 223, 0, 0.3), rgba(0, 0, 255, 0.3));
      } */

      /* villa */
/* Villa Collection Gallery Styles */
/* Villa Collection Gallery Styles */
.villa-collection-wrapper {
    /* background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%); */
    padding: 4rem 0;
    font-family: 'Arial', sans-serif;
}

.villa-collection-wrapper .text-center {
    margin-bottom: 3rem;
}

.villa-collection-wrapper h1 {
    color: rgba(80,120,67,255); 
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.villa-collection-wrapper h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(to right, #c9b92c, #93c892);
}

.villa-collection-wrapper h1:hover {
    color: #3494e6;
    transform: scale(1.03);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

/* .villa-collection-wrapper .team-text {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
} */

/* Responsive Adjustments */
@media (max-width: 991px) {
    .villa-collection-wrapper {
        padding: 2rem 0;
    }
    
    .villa-collection-wrapper .team-text {
        font-size: 1rem;
    }
}

/* .genesis-info-wrapper{
    background-image: url(".././images/goal_overlay.png");
    background-color: #F5DEB3; 
}
*/

.payment-scheme-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 1s ease;
}

.payment-scheme-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(50, 50, 93, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-header {
    color: white;
    padding: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
}

.page-header h1 {
    margin: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: white;
}

.page-header i {
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.payment-table {
    margin-bottom: 1.5rem;
}

.payment-table thead {

    color: rgba(80,120,67,255);

/* 
.payment-table tbody tr:hover {
    background-color: rgba(74, 108, 247, 0.05);
    transform: scale(1.02);
} */

@media (max-width: 768px) {
    .payment-scheme-container {
        margin: 1rem;
        padding: 1rem;
    }

    .page-header h1 {
        font-size: 1.5rem;
    }

    .table-responsive {
        font-size: 0.9rem;
    }
}
}

.scheme-total{
    background-color: rgba(80,120,67,255);
    color: white;
}

.milestone-row{
    color: black;
}



.benefits-card {
    transition: all 0.3s ease;
    transform-origin: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border: none;
}

.benefits-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.card-icon {
    color: #007bff;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.benefits-card:hover .card-icon {
    transform: rotate(15deg);
}


@media (max-width: 768px) {
    .benefits-card {
        margin-bottom: 20px;
    }
}

/* why invest */


.investment-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    border-top: 4px solid rgba(80,120,67,255);
    background-color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.investment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 3rem;
    color: rgba(80,120,67,255);
    margin-bottom: 15px;
}

.section-title {
    color: rgba(80,120,67,255);
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: rgba(80,120,67,255);
}

.btn-primary {
    background-color: rgba(80,120,67,255);
    border-color: rgba(80,120,67,255);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}

.highlight-box {
    background-color: var(--primary-color-light);
    color: black;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.list-group-item {
    background-color: transparent;
    border-color: rgba(80,120,67,255);
    color: var(--text-color);
}

.list-group-item:before {
    content: '✓';
    color: rgba(80,120,67,255);
    margin-right: 10px;
    font-weight: bold;
}






/* goal css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html{
    scroll-behavior: smooth;
  }
  .wrapper {
    overflow-x: hidden; /* Prevent horizontal overflow */
    overflow-y: hidden; /* Prevent vertical overflow */
  }
  
  ::selection{
    color: #fff;
    background: #ff7979;
  }
  .wrapper{
    max-width: 1080px;
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
  }
  .wrapper .center-line{
    position: absolute;
    height: 100%;
    width: 4px;
    background: rgba(80,120,67,255);
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    transition: background 0.3s ease;
  }
  .wrapper .row{
    display: flex;
    perspective: 1000px;
  }
  .wrapper .row-1{
    opacity: 1;
    justify-content: flex-start;
    transition: transform 0.8s ease, opacity 0.8s ease;
    /* transform: translateX(-100%); */
  }
  .row-1.visible{
   
    transform: translateX(0);
  }
  .wrapper .row-2{
    justify-content: flex-end;
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 1;
    /* transform: translateX(100%); */
  }
  .row-2.visible {
    transform: translateX(0%);
   
}
  .wrapper .row section{
    background: #fff;
    border-radius: 5px;
    width: calc(50% - 40px);
    padding: 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  .wrapper .row section:hover{
    transform: scale(1.035) rotateX(1deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  .wrapper .row section::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    top: 28px;
    z-index: -1;
    transform: rotate(45deg);
    transition: background 0.3s ease;
  }
  .row-1 section::before{
    right: -7px;
  }
  .row-2 section::before{
    left: -7px;
  }

  .row section .icon,
  .center-line .scroll-icon{
    position: absolute;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(80,120,67,255);
    font-size: 17px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  .row section .icon:hover,
  .center-line .scroll-icon:hover{
    transform: rotate(360deg) scale(1.2);
    background: rgba(80,120,67,255);
    color: white;
  }
  .center-line .scroll-icon{
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
  }
  .row-1 section .icon{
    top: 15px;
    right: -60px;
  }
  .row-2 section .icon{
    top: 15px;
    left: -60px;
  }
  .row section .details,
  .row section .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .row section .details .title{
    font-family: Cinzel, sans-serif;
    letter-spacing: 2px;
   font-size: 16px;
    color: rgba(80,120,67,255);
    font-weight: 600;
    transition: color 0.3s ease;
  }
  /* .row section:hover .details .title{
    font-family: Cinzel, sans-serif;
    letter-spacing: 4px;
   color: rgb(178, 149, 93);
   font-size: 25px;
  } */
  .row section p{
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
    font-weight: 400; 
    margin: 10px 0 17px 0;
    transition: color 0.3s ease;
  }
  .row section:hover p{
    color: #555;
  }
  .row section .bottom a{
    text-decoration: none;
    background: rgba(80,120,67,255);
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .row section .bottom a:hover{
    transform: scale(0.97);
    background: rgba(80,120,67,255);
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  }


  @media(max-width: 790px){
    .wrapper .center-line{
      left: 40px;
    }
    .wrapper .row{
      margin: 30px 0 3px 60px;
    }
    .wrapper .row section{
      width: 100%;
    }
    .row-1 section::before{
      left: -7px;
    }
    .row-1 section .icon{
      left: -60px;
    }
  }
  @media(max-width: 440px){
    .wrapper .center-line,
    .row section::before,
    .row section .icon{
      display: none;
    }
    .wrapper .row{
      margin: 10px 0;
    }
  }

  /* Wrapper that holds the video and content */
.video-background-wrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */

}
/* .goal-wrapper{
    background-image: url(".././images/goal_overlay.png");
} */


/* The video element */
/* .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1; 
} */

/* The content inside the div 
.content {
    position: relative; 
    z-index: 1;
    color: white; 
    padding: 20px;
}


/* Base styles for navigation */
.side-nav {
    /* Set maximum height to viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
    position: fixed; /* Keep nav fixed while scrolling */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.side-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.side-nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


/* Large tablets and small laptops */
@media screen and (max-width: 1024px) {
    .side-nav {
        width: 340px;
        padding: 18px;
    }
    
    .nav-sub {
        font-size: 11px;
    }
    
    .nav-text a {
        font-size: 10px;
        padding: 6px 0;
    }
}

/* iPads and medium tablets */
@media screen and (max-width: 820px) {
    .side-nav {
        width: 300px;
        padding: 4px;
    }
    
    .nav-sub {
        font-size: 14px;
    }
    
    .nav-text a {
        font-size: 13px;
        padding: 6px 0;
    }
}

/* Smaller tablets and large phones */
@media screen and (max-width: 768px) {
    .side-nav {
        width: 260px;
        padding: 5px;
    }
    
    .nav-sub {
        font-size: 12px;
    }
    
    .nav-text a {
        font-size: 11px;
       
    }
}

/* Mobile devices */
@media screen and (max-width: 480px) {
    .side-nav {
        width: 220px;
        padding: 12px;
    }
    
    .nav-sub {
        font-size: 12px;
    }
    
    .nav-text a {
        font-size: 11px;
        padding: 5px 0;
    }
}