/********** Template CSS **********/
:root {
    --primary: #f0e373;
    --secondary: #FAF3EB;
    --light: #FFFFFF;
    --dark: #2B2825;
}

.font-secondary {
    /* font-family: 'Pacifico', cursive; */
    font-family: 'Montserrat';
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}

.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid var(--light);
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    /* font-family: 'Oswald', sans-serif; */
    padding: 10px 15px;
    font-size: 16px; 
    font-weight: bold;
    text-transform: capitalize;
    color:#621f0a;
    outline: none;
    transition: .5s;
    font-family: 'Montserrat';

}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color:greenyellow;
}



@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/banner_header.jpg) top right no-repeat;
    background-size: cover;
}
.back{
    background: url(../img/download.jfif) top right no-repeat;
    background-size: cover;
    height: 400px;
}

@media (max-width:776px) {
    .back{
        background: url(../img/download.jfif) top right no-repeat;
        background-size: cover;
        height: 250px;
    }
   
  .navbar-dark .navbar-nav .nav-link {
    /* font-family: 'Oswald', sans-serif; */
   margin-left: 50px;
    
}

.logo1{
  height: 90px; 
  width: 250px; 
  margin-left:-47px;
  margin-top: 25px;
}










}

.logo1{
  height: 110px; 
  width: 334px; 
 }



.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: linear-gradient(rgba(7, 7, 7, 0.74), rgba(8, 8, 8, 0.767)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(0, 0, 0, 0.651), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: linear-gradient(rgba(7, 7, 7, 0.774), rgba(7, 7, 7, 0.76)), url(../img/offer.jpg) center center no-repeat;
    background-size: cover;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
    filter: blur(5px)
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}

.bg-img {
    background: linear-gradient(rgba(0, 0, 0, 0.842), rgba(5, 5, 5, 0.877)), url(../img/background.jfif) center center no-repeat;
    background-size: cover;
}
.bg-img1 {
  background: linear-gradient(rgba(0, 0, 0, 0.747), rgba(5, 5, 5, 0.808)), url(../img/infabanner.jpg);
   background-size: cover;
}

.bg-img2 {
  background: linear-gradient(rgba(0, 0, 0, 0.747), rgba(5, 5, 5, 0.808)), url(../img/contact_banner.jpg);
   background-size: cover;
}



/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    font-family: 'montserrat';
    border: 2px solid#164149;
    border-radius: 20px;
    /* background-color: antiquewhite; */
}
.h5{
    font-family: 'montserrat';
}
.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}






/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.9)), url(../img/banner_header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}




/* Why Choose Us */
.why_choose{ 
    width:100%; 
    margin: 0 0 50px; 
    font-family: 'montserrat';
  }
  .why_choose_head{ 
    width:100%; 
    text-align:center; 
    padding:30px;
  }
  .why_choose_head h1{ 
    width:100%; 
    color: #000000; 
    text-align:center; 
    font-size:32px; 
    font-family: 'montserrat';
  }
  /* .why_choose_head h1 span{ 
    border-bottom: 5px solid #a2437e; 
  } */
  .text-down { 
    position:relative; 
    overflow:hidden;
  }
  .text-down img{ 
    width:100%; 
    height:300px;
    border: 2px solid#000;
  
  }
  .text-down .textbox { 
    width:100%; 
    height:350px; 
    position:absolute; 
    top:0; 
    left:0; 
    margin-top:-255px;
    -webkit-border-radius:50px; 
    -moz-border-radius:50px; 
    -ms-border-radius:50px; 
    border-radius:5px;
    background-color: #000000a6; 
    -webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease; 
  }
  .text-down:hover .textbox { 
    margin-top:0;
  }
  .details{ 
    width:100%; 
    padding: 30px 30px 0;  
    text-align:center; 
    color:rgba(255,255,255,1); 
    font-size:16px;
    font-family: 'montserrat';
  }
  .view-more{ 
    width:100%; 
    padding-top:0;  
    text-align:center; 
    color:rgba(255,255,255,1); 
    font-size:20px;
    font-weight:bold;
    font-family: 'montserrat';
  }
  .text { 
    text-align:center; 
    padding-top: 70px; 
    color:rgba(255,255,255,1); 
    font-size:20px;
    font-family: 'montserrat'; 
  }
  .top { 
    padding-top:10px;
  }

  


  .text-down1 { 
    position:relative; 
    overflow:hidden;
  }
  .text-down1 img{ 
    width:100%; 
    height:330px;
    border: 2px solid#000;
  
  }
  .text-down1 .textbox { 
    width:100%; 
    height:350px; 
    position:absolute; 
    top:0; 
    left:0; 
    margin-top:255px;
    -webkit-border-radius:50px; 
    -moz-border-radius:50px; 
    -ms-border-radius:50px; 
    border-radius:5px;
    background-color: #0000009f; 
    -webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease; 
  }
  .text-down1:hover .textbox { 
    margin-top:0;
  }




 


     /* Popup container - position it relative to the screen */
     .popup-container {
      display: none; /* Hidden by default */
      position: fixed;
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      font-family:'montserrat' ;
      /* margin-top: 50px; */
    }

    /* Popup content */
    .popup-content {
      background-color: #00000093;
      margin: 15% auto;
      padding: 0px;
      border-radius: 8px;
      width: 75%;
      max-width:100%;
      position: relative;
    }

    .popup-content label {
      display: block;
      margin-bottom: 8px;
      color: #000;
      font-weight: bold;
    }

    .popup-content input[type="text"], 
    .popup-content select {
      width: calc(100% - 20px);
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 16px;
    }

    .popup-content input[type="submit"] {
      background-color: #140c3b;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .popup-content input[type="submit"]:hover {
      background-color: #fff;
      color: #140c3b;
      border: 2px solid#140c3b;
    }

    .popup-content .close {
      position: absolute;
      top: 0px;
      right: 10px;
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      cursor: pointer;
    }

    .popup-content .close:hover {
      color: #fff;
    }





.popular-categories{
    background: linear-gradient(rgba(0, 0, 0, 0.562), rgba(5, 5, 5, 0.507)), url(../img/popular_background.jfif) center center no-repeat;
    background-size: cover;
}

  
  .popular-categories .section-heading {
    text-align: center;
    margin-bottom: 80px;
  }
  
  .popular-categories .naccs {
    position: relative;
    background-color: #140c3b;
    border-radius: 7px;
  }
  
  .popular-categories .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
  }
  
  .popular-categories .icon img {
    max-width: 27px;
  }
  
  .popular-categories .naccs .menu div.first-thumb {
    border-top-left-radius: 7px;
  }
  
  .popular-categories .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-bottom-left-radius: 7px;
  }
  
  .popular-categories .naccs .menu div {
    color: #fff;
    font-size: 15px;
    background-color: #deac47;
    margin-bottom: 1px;
    height: 126px;
    text-align: left;
    padding: 0px 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories .naccs .menu div.active,
  .popular-categories .naccs .menu div.active .thumb {
    background-color: #140c3b;
  }
  
  .popular-categories ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
  }
  
  .popular-categories ul.nacc li {
    width: 100%;
  }
  
  .popular-categories .nacc .thumb .left-text {
    margin-left: 30px;
  }
  
  .popular-categories .nacc .thumb .left-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
  }
  
  .popular-categories .nacc .thumb .left-text p {
    color: #fff;
    margin-bottom: 30px;
  }
  
  .popular-categories .nacc .thumb .right-image {
    padding: 60px;
    display: inline-flex;
  } 
  
  .popular-categories .nacc .thumb img {
    border-radius: 7px;
  }
  
  .popular-categories .nacc .thumb .left-text .main-white-button a{
    width: 100%;
    text-align: center;
    
  }
  
  
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}  

.main-white-button a {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #2a2a2a;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 7px;
    letter-spacing: 0.25px;
    transition: all .3s;
}





/* Gallery styles */
#image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  display: block;
  transition: transform 0.5s ease;
  
}

.gallery-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .item-overlay {
  transform: translateY(0);
}

/* .item-overlay h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
} */

.item-overlay p {
  margin: 0;
  font-size: 0.9rem;
}

/* Lightbox styles */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#lightbox.hidden {
  display: none;
}

#lightbox-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

#lightbox-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 768px) {
  #image-gallery {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  
}

@media (max-width: 480px) {
  #image-gallery {
      grid-template-columns: 1fr;
  }
  
  h1 {
      font-size: 2rem;
  }
  
  .filter-btn {
      padding: 0.4rem 0.8rem;
      font-size: 0.9rem;
  }

}




.hotel{
  background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(5, 5, 5, 0.87)), url(../img/land_acquisition.jfif) center center no-repeat;
    background-size: cover;
}

.hotel1{
  background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(5, 5, 5, 0.87)), url(../img/finance.webp) center center no-repeat;
    background-size: cover;
}

.hotel2{
  background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(5, 5, 5, 0.87)), url(../img/documentation.jfif) center center no-repeat;
    background-size: cover;
}










.wrap
{
  margin:50px auto 0 auto;
  width:100%;
  display:flex;
  align-items:space-around;
  max-width:1200px;
}
.tile
{
  width:380px;
  height:380px;
  margin:10px;
  background-color:#000000e8;
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
  font-family:'montserrat';
  border-radius: 10px;
}
.tile img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
   
}
.tile .text
{
/*   z-index:99; */
  position:absolute;
  padding:30px;
  height:calc(100% - 60px);
}
.tile h1
{
  border-radius: 10px;
  padding: 20px;
  background-color: #000000b7;
  font-weight:300;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.897);
}
.tile h2
{
  font-weight:100;
  margin:20px 0 0 0;
  font-style:italic;
   transform: translateX(200px);
}
.tile p
{
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
  text-align: left;
  font-size: 16px;
  margin-top: -20px;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.tile:hover
{
/*   background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
  transform:scale(1.05);
}
.tile:hover img
{
  opacity: 0.2;
}
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots
{
  position:absolute;
  bottom:20px;
  right:30px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  
}

.dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
 
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
   transition-delay: 0.15s;
}


@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    width:400px;
  }
}











.swiper {
  width: 100%;
  /* height: 100vh; */
 font-family: 'montserrat';
}
.swiper-slide img {
  width: 100%;
  height: 400px;
  box-shadow: 3px 3px 3px 7px #fff;
  /* border-radius: 10px; */
  /* border:2px solid#140c3b; */
  /* color: #a8224c; */
  
}
@media only screen and (max-width: 767px) {
  .swiper-slide img {
  width: 100%;
  height: 250px;
 
}

}


form {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 5px #0000003a;
  max-width: 600px;
  width: 100%;
}
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: left;
  margin-left:12px;
}
input[type="text"], select {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
input[type="submit"] {
  background-color: #140c3b;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #140c3b;
  border:2px solid #140c3b;
}
.center {
  text-align: center;
}


.gallery-item1 {
  position: relative;
  /* overflow: hidden; */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-item1 img {
  width: 100%;
  height: 400px;
  display: block;
  /* border-radius: 10px; */
  transition: transform 0.5s ease;
  /* border:2px solid#140c3b; */
  
}

.gallery-item1:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.gallery-item1:hover img {
  transform: scale(1.1);
 
}

.item-overlay1 {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item1:hover .item-overlay1 {
  transform: translateY(0);

}

/* .item-overlay h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
} */

.item-overlay1 p {
  margin: 0;
  font-size: 0.9rem;
}

/* Hide the submenu initially */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -1px; /* Align with the parent item */
}

/* Show the submenu when the parent is hovered */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* Optional: Add spacing and styling for submenu items */
.dropdown-submenu .dropdown-menu .dropdown-item {
  padding: 10px 20px;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  /* Ensure the menu displays correctly on mobile */
  .dropdown-menu {
    position: static; /* Change to static for full-width on mobile */
    width: 75%;
    margin-left: 50px;

  }

  /* Adjust submenu position for mobile view */
  .dropdown-menu .dropdown-menu {
    position: static; /* Ensure submenu behaves like a block in mobile */
    margin-top: 0;
    left: 0;
  }

  /* Increase padding for touch screens */
  .dropdown-menu .dropdown-item {
    padding: 15px; /* Adjust padding for mobile */
  }

  /* Optional: Remove absolute positioning for mobile */
  .dropdown-menu .dropdown-item {
    position: static;
    float: center;
  }
}

.custom-divider {
  background-color: #140c3b; /* Sets the color of the divider */
  height: 2px; /* Adjust the height if needed */
  margin: 0.5rem 0; /* Adjust margin if needed */
  width: 48%;
}

.custom-divider1 {
  background-color: #000; /* Sets the color of the divider */
  height: 2px; /* Adjust the height if needed */
  margin: 0.5rem 0; /* Adjust margin if needed */
  width: 40%;
  float: center;
}

.line{
  color: #140c3b;
  height: 5px;
}
.footer1{
  margin-left: -60px;
}

@media (max-width: 768px) {

  .footer1{
    margin-left: 0px;
  }
  .land{
    width: 100%;
  }

}


/* .divider {
  font-size: 30px;
  display: flex;
  align-items: center;
  color: #140c3b;
  font-family: 'montserrat';
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 2px;
  background-color: #140c3b;
  margin: 5px;
} */








form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* Style for the label */
label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* Style for the input fields */
input[type="number"] {
  width: 92%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

/* Add hover effect for input fields */
input[type="number"]:hover {
  border-color: #999;
}

/* Add focus effect for input fields */
input[type="number"]:focus {
  outline: none;
  border-color: #666;
}

/* Make the submit button look nicer */
button[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  background-color:#93d32f;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[type="submit"]:hover {
 
  background-color:white;
  color: black;
 
}



/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
  form {
      padding: 10px;
  }

  label, input[type="number"], button[type="submit"] {
      font-size: 14px;
  }
}