@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* Prevent horizontal scrolling */
html, body {
  overflow-x: hidden;
}

.ptb-80{padding-block: 80px;}
.pb-80{padding-bottom: 80px;}
.pt-80{padding-top: 80px;}

.navbar-menu li span svg {
    font-size: 14px;
}

.banner-section {
    margin-top: 87px;
    position: relative;
    /* background: linear-gradient(90deg, rgb(33 114 195) 0%, rgb(44 141 210 / 89%) 56%, rgb(54 156 220 / 77%) 88%, rgb(68 178 229 / 90%) 100%); */
}

.ban-content h1 {
    font-weight: 800;
    color: #ffff;
    font-size: 50px;
    text-transform: uppercase;word-spacing: 12px;
}

.ban-content p {
    font-size: 17px;
    font-weight: 500;
    color: #ffff;
}

.ban-content{
    /* min-height: 300px; */
}

.error{
    font-size: 13px;
    color: red;
}

.banner-overlay h1 {
    font-weight: 800;
    font-size: 55px;
    color: #ffff;
    text-shadow: 1px 1px 1px #459042;
    text-transform: uppercase;
    line-height: 117%;
    word-spacing: 2px;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    right: 0;
    bottom: 0;
}

.footer-logo img {
    width: 250px;
}

.navbar-menu li .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 10px 0;
    min-width: 200px;
    box-shadow: 1px -1px 14px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding-block: 0px;
}

.navbar-menu li:hover>.dropdown {
    display: block;
}

.navbar-menu li .dropdown li {
    padding: 10px 15px;
    white-space: nowrap;
}

.navbar-menu li .dropdown li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.footer-content h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    color: #003670;
}

.footer-content p {
    font-size: 16px;
    color: #444444;
    line-height: 160%;
}

.footer-section {
    padding-block: 50px;
    background: #f6f6f6;
}

.footer-content ul li {
    list-style-type: none;
    line-height: 35px;
}

.footer-content ul li a {
    text-decoration: none;
    color: #444444;
    display: block;
    width: 100%;
}

.footer-content ul {
    margin: 0px;
    padding: 0px;
}

.footer-content p a {
    text-decoration: none;
    color: #444444;
}

.ptb-80 {
    padding-block: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-150 {
    padding-top: 150px;
}

.br-10 {
    border-radius: 10px;
}

.inner-banner {
    margin-top: 85px;
    position: relative;
}

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

.footer-logo span {
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 1px;
    color: #003670;
    margin-left: 10px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo h5 {
    font-weight: 700;
}

.social-icons a {
    font-size: 17px;
    margin-right: 15px;
    color: #fff !important;
    border-radius: 50px;
}

.social-icons .twitter {
    background: #000000;
    padding: 7px 10px;
}

.social-icons .facebook {
    background: #0866ff;
    padding: 7px 12px;
}

.social-icons .instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    padding: 8px 12px;
}

.social-icons .youtube {
    background: #CD201F;
    padding: 8px 10px;
}

.footer-content {
    margin-bottom: 25px;
}

.footer-bottom {
    padding-block: 20px;
    background: linear-gradient(0deg, #0e562f, #418e40);
}

.copyright {
    color: #ffff;
    text-align: center;
}

.social-icons {
    line-height: 45px;
}

 p{text-align: justify;}
  /* header */
.navbar-light .navbar-nav .nav-link{
    color: #000 !important;
    padding: 18px;    font-size: 17px;
    font-weight: 600;
}

nav .nav-link:hover {
    color: rgb(255 116 26) !important;
}

header {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px #0006;
}

/* Increase logo size */
.navbar-brand img {
  /* height: 50px !important; */
  max-height: 80px;
  transition: all 0.3s ease-in-out;
}

.navbar-brand{padding: 0px !important;}

/* Dropdown open on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* removes gap */
  opacity: 1;
  visibility: visible;
}

.navbar-nav{
gap: 15px;
}

#navbarMenu{
    padding-right: 40px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* Default hidden state */
.dropdown-menu {
  display: none; /* let Bootstrap toggle this */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* When dropdown is shown */
.dropdown-menu.show {
  display: block; /* Bootstrap adds .show class automatically */
  opacity: 1;
  transform: translateY(0);
}

.dropdown-menu :hover{color:rgb(255 116 26) !important;}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}

.nav-contact a{
    background: #1e7635 !important;
    box-shadow: none;
    color: #ffff !important;
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: 500;
    text-decoration: none;
}
.about-con h2{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}
p{color: #555555;}
.about-con p{
    color: #555555;
    line-height: 29px;
}
/* .about-con p span{
    color: #459042;
    line-height: 29px;
    font-size: 35px;
} */
.about-con a{
    padding: 10px 30px;
    border: 2px solid #1e7635 !important;
    color: #1e7635 !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 45px;
}

.about-in{
    position: relative;
    padding: 40px 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.about-in h3{
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
}

.icon-box img{
    margin-bottom: 25px;
}

.ab-gap{
    margin-bottom: 70px;
}

.project-border {
    border-radius: 10px;
}

.project-item{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.project-border img {
    border-radius: 10px 10px 0px 0px;
}

.projects {
    position: relative;
    padding: 20px;
}

.project-prize {
    color: #2e2c2c;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
    line-height: 14px;
}

.auto-price {
    position: relative;
    top: 12px;
    font-size: 15px;
}

.contact-seller {
    float: right;
}

.contact-seller a {
    background-color: #1e7635 !important;
    border-radius: 4px;
    color: #ffff !important;
    font-weight: 500;
}

.project-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2e2c2c;
    margin-bottom: 5px;
    padding: 0;
}

.project-title p {
    font-size: 13px;
    font-weight: 400;
    color: #929090;
    padding-top: 0px;
}

.projects a{
    text-decoration: none;
}

.project-location h3{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.6) 79%, rgba(0, 0, 0, 0.86) 114%);
    position: absolute;
    font-size: 18px;
    /* height: 61px; */
    color: #ffff;
    z-index: 15;
    top: -75px;
    width: 100%;
    right: 0px;
    padding: 40px 20px 15px 20px;
}

.project-section{
    background: #092410;
    /* background: #1e7635; */
}

.section-title h2{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.getin h3{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

.getinform{
    padding: 60px;
    background: #ffff;
}

.getintouch{
    background: #f6f6f6;
    border: 2px solid #ffff;
}

.getinbtn{
    width: 100%;
    background: #1e7635 !important;
    text-transform: uppercase;
    color: #ffff !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
}
.getinform .input-group input{
    font-size: 15px;
    font-weight: 500;
    padding-block: 8px;
}

.getin span{
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin: 20px 0px;
}

.testi-det img{
    width: 65px !important;
}

.testi-det{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testi-card{
    padding: 25px;
    background: #f6f6f6;
    border-radius: 10px;
}

.testi-name h5{
    font-weight: 600;
}

.testi-name h6{
    font-size: 15px;
}

.owl-nav button{display: none;}

.accordion-button:not(.collapsed) {
    background: #1e7635 !important;
    color: #ffff !important;
    box-shadow: none;
    font-weight: 500;
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale(100) invert(100);
}

.details{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
}

.details img{
    margin-bottom: 20px;
}

.details h3{
    margin-bottom: 20px;
    font-weight: 600;
}

.details p{
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
}

.details p a{
    text-decoration: none;
    color: #555555;
}

.section-title h5{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3.5px;
    color: #1e7635;
    margin-bottom: 20px;
}

.vimi-div .nav-item{
    flex: auto;
}

.vimi-div .nav-item .nav-link{
    width: 100%;
    background: #eeee;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #000;
    border-radius: 0px;
    border: 1px solid #ffff;
    box-shadow: none;
    outline: none;
}

.vimi-div .nav-item .nav-link.active{
    width: 100%;
    background: #1e7635;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #ffff;
    border-radius: 0px;
    border: 1px solid #ffff;
}

.vimi-div .tab-content .tab-pane{
    border-bottom: 1px solid #eeee;
    border-right: 1px solid #eeee;
    border-left: 1px solid #eeee;
    padding: 20px;
    margin: 0px 2px;
}
.vimi-div .tab-content .tab-pane p{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 27px;
}

.three-div{
    position: relative;
}

.three-points{
    background: #00572f;
}

.three-div h1{
    position: absolute;
    font-size: 180px;
    font-weight: 700;
    top: 0;
    left: 0;
    z-index: 0;
    line-height: 0.8;
    font-family: 'initial';
    color: #ffffff52;
}

.three-div h4{
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #ffff;
    position: relative;
    z-index: 2;
}

.three-div p{
    color: #ffff;
    z-index: 2;
    position: relative;
}

.gx-10{
    --bs-gutter-x: 5rem !important;
}

/* .team-div img{
    margin-bottom: 15px;
    padding-bottom: 10px;
} */
.team-div img{
    background: #ffff;
}
.team-div h4{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
}

.ml-20{
    margin-left: 45px;
}

.our-team{
    background: #00572f14;
}

/* .team-div{
    background: #ffff;
    padding: 10px;
} */

.green-btn{
    background-color: #1e7635 !important;
    border-radius: 2px;
    color: #ffff !important;
    font-weight: 500;
}

.pro-buttons{
    display: flex; 
    align-items: center;
    justify-content: space-between;
}

.pro-details{
    padding: 30px;
}

.pro-details h3{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.pro-details h6{
    margin-bottom: 25px;
}

.pro-details p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.project-image-1{
    background: url(../images/project-image.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 13px 0px 0px 13px;
}

.project-image-2{
    background: url(../images/project-image2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 13px 0px 0px 13px;
}

.progap{
    margin-bottom: 50px;
}

.pro-radius{
    border-radius: 13px;
}

.pro-details ul{
    margin: 0 0 25px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-details ul li{
    list-style-type: none;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
}

.pro-details ul li img{
    width: 35px;
}

.rating svg{
    color: #ffc530;
}

.property-btn a{
    margin-right: 10px;
}

.upcoming-project{
    background: url(../images/coming.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .thanks-sub{
    font-size: 22px;
    color: #ffff;
  }
  .thanks-para{
    font-size: 17px;
    color: #ffff;
    width: 60%;
  }


    

@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 13px;
    font-size: 16px;
  }
  .about-in p{
    font-size: 14.7px;
  }
  .testi-para p{
    font-size: 16px;
  }
  .testi-card{
    min-height: 235px;
  }
  .details {
    padding: 40px 40px;
    min-height: 285px;
}
  
}

/* media Query start  */
@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        height: 90vh;
        background: #fff;
        position: absolute;
        top: 98%;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 10px 0;
    }

    .thanks-para {
        width: 100%;
    }

    .navbar-menu.open {
        display: block;
    }

    .navbar-menu li {
        position: relative;
        padding-block: 15px;
    }

    .navbar-menu li a{
        line-height: 30px;
        width: 100%;
    }

    .navbar-menu li.dropdown-open>ul {
        display: block;
    }

    .navbar-menu li ul {
        display: none;
        list-style: none;
        padding-left: 20px;
        background: #fafafa;
    }

    .hamburger {
        font-size: 26px;
        background: none;
        border: none;
    }

    body.overflow-hidden {
        overflow: hidden;
    }

    .banner-overlay h1 {
        font-size: 35px;
    }

    .banner-section {
        margin-top: 80px;
    }

    .banner-overlay p {
        font-size: 14px;
    }

    .banner-overlay {
        margin-top: 0px;
    }

    .navbar-menu {
        padding-inline: 15px;
    }

    .navbar-menu li .dropdown li {
        padding: 10px
    }

    .navbar-menu li .dropdown {
        position: relative;
        box-shadow: none;
    }

    .navbar-menu li .dropdown li a {
        font-size: 15px;
    }

    #navbarMenu {
        padding-right: 0px;
    }

    .details{
        margin-bottom: 20px;
    }

    .hamburger {
        padding: 7px 20px;
        line-height: 30px;
    }

    .social-icons {
        margin-bottom: 25px;
    }

    .all-perfom {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .tech-points {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0px;
    }

    html,
    body {
        overflow-x: hidden;
    }
    .navbar-brand img {
        max-height: 70px;
    }
    .ptb-80{
        padding-block: 40px;
    }
    .pt-80{
        padding-top: 40px;
    }
    .pb-80{
        padding-bottom: 40px;
    }
    .about-con h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about-img img{
        margin-bottom: 20px;
    }
    .ab-gap{
        margin-bottom: 50px;
    }
    .about-in{
        margin-bottom: 20px;
    }
    .section-title h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .project-item{
        margin-bottom: 30px;
    }
    .accordion-button{
        font-weight: 600;
    }
    .getin h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .getin {
        margin-bottom: 30px;
    }
    .getinform{
        padding: 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 7px 15px;
    }
    .navbar-nav{
        padding-block: 35px;
    }
    .nav-contact{
        margin-left: 15px;
    }
    .nav-link.pe-0{
        margin-bottom: 20px;
    }
    .upcoming-project {
        height: 400px;
    }
    .three-div{
        margin-bottom: 40px;
    }
    .vimi-div .nav-item .nav-link{
        padding-block: 10px;
    }
    .team-div{
        margin-bottom: 25px;
    }
    .project-image-1 {
        height: 340px;
        border-radius: 13px 13px 0px 0px;
    }
    .pro-details {
        padding: 20px;
    }
    .pro-details h3 {
        font-size: 28px;
    }
    .pro-details p {
        text-align: start;
    }
    .pro-details ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 20px;
    }
    .pro-buttons {
        display: block;
    }
    .rating{
        margin-bottom: 20px;
    }
    .property-btn a {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 10px;
        padding-block: 10px;
        font-size: 17px;
    }
    .project-image-2 {
        height: 340px;
        border-radius: 13px 13px 0px 0px;
    }
    .ml-20{
        margin-left: 0px;
    }
}

@media(min-width:1000px) and (max-width:1400px) {
    .banner-overlay h1 {
        font-size: 50px;
    }

    .banner-overlay p {
        font-size: 16px;
    }

    .perform-list p {
        font-size: 15px;
    }

    .banner-section {
        margin-top: 80px;
    }
}

.visually-hidden {
  position: absolute;
  left: -9999px;
}