/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    scroll-padding-top: 1rem;
    scroll-behavior: smooth;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

/*Variables*/

:root{
    /*--main-color:#444444;*/
    --white-color: #fff;
    --text-color: #000;
    --blue-color: #00040;
    --bxshadow-color: #9191919e;
}
/* custom scroll Bar*/
html::-webkit-scrollbar{
    width: 0 !important;
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    border-radius: 5rem;
    background: var( --white-color);
}
section{
    padding: 4rem 0 2rem;
    position: relative;
}

img{
    width: 100%;
}

body{
    color: var( --white-color);
}

.container{
    max-width: 1068px;
    margin-left: auto;
    margin-right: auto;
}

header{
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: var( --white-color);

}
.bg-opac {
  position: fixed;
  width: 100%;
  height: auto;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: var( --white-color);
  background-size: cover;
  opacity: 0.15;
  top: 0;
  left: 0;
  z-index: 0;
  transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.bg-opac.scrolled {
  background-color: var( --white-color);
  opacity: 1; /* You might want to adjust this depending on your desired opacity */
}

header.shadow{
    background-color: var(--bg-color);
    box-shadow: 4px 4px 4px rgb(15 54 55 / 10%);
    transition: 0.5s ease;
}

header.shadow #search-icon{
    color: var( --white-color);
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 55px;
    z-index: 9999;
    position: relative;
    height: 135px;
}
.whats-icon{
    width: 40px;
}

.shake-lr {
    -webkit-animation: shake-lr 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-lr 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
@keyframes shake-lr {


    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }


    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }


    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }


    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }


    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }


    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

.icon-bar {
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
    right:0;
    z-index: 99999;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

#menu-icon{
    font-size: 35px;
    cursor: pointer;
    color: var(--main-color);
    display: none;
}

.logo{
    font-size: 1.2rem;
    font-weight: 700;
    color: var( --white-color);
    width: 100%;
}
.tile-content{
    color: var(--main-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.contact-row i{
  font-size: 20px;
  margin-right: 10px;
}
.logo span{
    color: var(--main-color);
}
.p-t-0{
  padding-top: 0;
  padding: 0rem 0 0rem;
}

.navbar {
    display: flex;
  column-gap: 3rem;
  width: 40%;
}
.mx-cont{
  width: max-content;
}
.navbar .active:after{
  content: '';
  border-bottom: 3px solid var(--main-color);
  position: absolute;
  bottom: 50px;
  /* left: 0; */
  padding-top: 10px;
  width: 50px;
  animation-name: fadeInLeft;
-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.navbar a{
    color:var(--text-color);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;

}

.navbar a:hover {
  color: var(--main-color);
}

.navbar .active{
  color: var(--main-color);
  display: flex;
  justify-content: center;
  /* border-bottom: 3px solid var(--main-color); */
}
.mob-trans{
  display: none;
}
#search-icon{
    font-size: 24px;
    cursor: pointer;
    color: var(--bg-color);
}

.search-box{
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    background: var(--bg-color);
    box-shadow: 4px 4px 20px rgb(15 54 55 / 10%);
    border: 1px solid  var(--main-color);
    border-radius: 0.5rem;
    clip-path: circle(0% at 100% 0%);
}

.search-box.active{
    clip-path: circle(144% at 100% 0%);
    transition: 0.4s;
}
.search-box input{
    width: 100%;
    padding: 20px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;

}

.home{
    margin: auto;
    width: 100%;
    /* min-height: 640px; */
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 2000px var(--blue-color);
    margin-top: 5rem;

}

.home-text{
    padding-left: 130px;
}

.home-text h1{
    font-size: 2.4rem;
}


.home-text span{
    color: var(--main-color);
}

.home-text h1{
  width: 70%;
}

.home-text p{
    font-size: 20px;
    font-weight: 300;
    margin: 0.5rem 0 1.2rem;
    width: 70%;
    white-space: pre-wrap;
    color:var( --white-color) !important;
}

.btn{
    padding: 10px 15px;
    background: var(--white-color);
    color: var(--main-color);
    font-weight: 400;
    border-radius:8px;
}

.desk-menu-online{
  border: 1px solid var(--main-color);
  color: var(--white-color);
  background-color: var( --main-color);
}
.desk-menu-online:hover{
    background: var(--main-color) !important;
    color: var(--bg-color) !important;
}
.btn:hover {
  background: var( --white-color);
  color: var(--main-color);
  box-shadow: 0px 0px 3px var(--bxshadow-color);
}

.heading{
    text-align: center;
    color: var(--bg-color);
}

.heading span{
    font-weight: 700;
    color: var(--text-color) !important;
    font-size: 1.25rem;
    text-decoration: underline;
}

.heading p{
    font-size: 0.938rem;
    font-weight: 300;
    color: var(--text-color) !important;
    padding-bottom: 15px;
}
.tile-content h1{
  text-decoration: underline;
}
.heading h2{
  color: var(--main-color);
  font-family: CormorantGaramond;
  font-size: 28px;
}
.needs {
  color: var(--main-color);
}


.gallery-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    justify-content: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: -3rem;
}
.close-side-nav{
  font-size: 30px;
  color: var(--white-color);
  position: absolute;
  top: 0px;
  right: 10px;
}
.gallery-container .box {
  flex: 1 1 28rem;
  position: relative;
  /* height: 200px; */
  border-radius: 0.5rem;
  overflow: hidden;
  /* max-width: 413px; */
  width: 800px;
  max-width: 25%;
}

.gallery-container .box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

.gallery-container .box img:hover{
    transform: scale(1.1);
    transition: 0.5s;

}

.gallery-container .box h2{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-weight: 400;
    font-size: 1rem;
    background-color: var(--bg-color) !important;
    padding: 8px;
    border-radius: 0.5rem;
    text-transform: capitalize;
    color: var(--main-color) !important;
}

.gallery-container  .box:hover h2{
    background: var(--main-color);
    color: var(--bg-color);
}

.btn-trans{
  border: transparent;
  outline: transparent;
  background: transparent;
  color: white;
  font-size: 20px;
}

.about{
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
}

.about-img{
    flex: 1 1 21rem;
    position: relative;
}

.about-text{
    flex: 1 1 21rem;
}
.top-left-cliq{
  position: absolute;
  top: -25px;
  left: -25px;
  width: 200px;
}
.top-right-cliq{
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 200px;
}

/*.img-bods::before{*/
/*  content: '';*/
/*  position: absolute;*/
/*  border-top: 7px double var(--main-color);*/
/*  border-left: 7px double var(--main-color);*/
/*  width: 22%;*/
/*  height: 117px;*/
/*  top: -15px;*/
/*  left: -15px;*/
/*}*/
/*.right-deco::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  border-bottom: 7px double var(--main-color);*/
/*  border-right: 7px double var(--main-color);*/
/*  width: 22%;*/
/*  height: 117px;*/
/*  bottom: -15px;*/
/*  right: -15px;*/
/*}*/
.top-head .logo {
  width: auto;
  height: auto;
}
.headlogo img {
   max-width: 300px;
    height: 150px;
    position: fixed;
    top: 20px;
    left: 25px;
    z-index: 99999;
    width: auto;
}
.get-dir-btn{
    border: 2px solid var(--main-color);
    color: var(--main-color);
    background: var(--white-color);
}
.map-tracker{
  width: 300px;
  height: 115px;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 98px;
}
.map-tracker iframe{
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-b-200{
  padding-bottom: 200px;
}
.tran-img{
  position: absolute;
  bottom: 0;
}
.about-text span {
  font-weight: 700;
  color: var(--text-color);
  font-size: 1.25rem;
  text-decoration: underline;
}

.about-text h2{
    font-size: 2rem;
    color: var(--main-color);
    text-transform: uppercase;
    font-family: CormorantGaramond;
    margin-top: 10px;
}
.cont-img-fix{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.form-submit{
  width: 40%;
  float: right;
  background: var( --white-color);
  margin-right: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.about-text p{
    font-size: 18px;
    margin: 0.5rem 0 1.4rem;
    color: var( --text-color) !important;
    font-family: SourceSerif4;
    text-align: justify;
}
.event{
  width: 100%;
  height: auto;
  padding: 20px;
}
.event .card {
  background-color: var( --white-color);
  box-shadow: 0px 0px 5px var( --white-color);
  color: var(--main-color);
  width: 100%;
  max-width: 100%;
  min-height: 145px;
}
.services-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    justify-content: center;
    max-width: 75%;
    margin: auto;
}
.products-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    justify-content: center;
    max-width: 100%;
    margin: auto;
}
.logo-w-busname{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 50%;
  text-align: center;
}
.width-logo {
  height: 150px;
  width: 200px;
  padding: 10px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.inner-img{
  max-width: 100%;
  height: 100%;
  width: 100px;
  height: auto;
}
.wid-fix{
  width: calc(100% - 120px);
  margin-left: 20px;
}
.services-container .box {
  flex: 1 1 23rem;
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
  /* background: var(--bg-color); */
  border-radius: 0.5rem;
  max-width: 446px;
  box-shadow: 0px 0px 8px var(--bxshadow-color);
  z-index: 99;
}
.products-container .box {
  flex: 1 1 23rem;
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
  /* background: var(--bg-color); */
  border-radius: 0.5rem;
  max-width: 446px;
  box-shadow: 0px 0px 8px var(--bxshadow-color);
  z-index: 99;
}

.services-container .box img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1rem;
}
.products-container .box img{
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1rem;
}

.services-container .box h3{
   text-transform: capitalize;
   color: var(--text-color);
}
.products-container .box h3{
   text-transform: capitalize;
   color: var(--text-color);
}

.services-container .box h2{
    font-size: 1.1rem;
    font-weight: 600;
}
.service-modal{
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.product-modal{
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.services-container .box span{
    font-size: 1.1rem;
    font-weight: 600;
    color: #6f6b6b;
    margin-top: 10px;
    margin-bottom: 10px;    
}
.carousel-control-next:active{
    background-color: transparent;
}
.services-container .box .bx{
    color: var( --white-color);
    margin: 0.8rem 0;
}

.services-container .box .btn{
    max-width: 120px;
    padding: 10px 20px;
    border: 1px solid var(--main-color);
}
.products-container .box span{
    font-size: 1.1rem;
    font-weight: 600;
    color: #6f6b6b;
    margin-top: 10px;
    margin-bottom: 10px;    
}
.products-container .box .bx{
    color: var( --white-color);
    margin: 0.8rem 0;
}

.products-container .box .btn{
    max-width: 120px;
    padding: 10px 20px;
    border: 1px solid var(--main-color);
}

#serviceNamePlaceholder{
  text-transform: capitalize;
  /* color: var(--main-color); */
}


.services-container .box .details{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1.8rem;
    right: 1rem;
    font-size: 1rem;
    color: var(--main-color);
}

.services-container .box .details:hover{
    color: var(--main-color);
    text-decoration: underline;
}
.products-container .box .details{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1.8rem;
    right: 1rem;
    font-size: 1rem;
    color: var(--main-color);
}

.products-container .box .details:hover{
    color: var(--main-color);
    text-decoration: underline;
}


.blog-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.blog-container .box{
    flex: 1 1 13rem;
    padding: 20px;
    background-color: var(--bg-color);
}

.blog-container .box:hover{
    background: darkgoldenrod;
}

.blog-container .box span{
    font-size: 0.8rem;
    color: var(--main-color);
}

.blog-container h3{
    font-size: 1.2rem;

}

.blog-container.box p{
    font-size: 0.938rems;
    margin: 4px 0;
}

.blog-container .box .blog-btn{
    display: flex;
    align-items: center;
    column-gap: 4px;
    color: var( --white-color);

}

.blog-container .box .blog-btn .bx{
    font-size: 20px;
}

.blog-container .box .blog-btn:hover{
    color: var(--main-color);
    column-gap: 0.7rem;
    transition: 0.4s;

}

.footer{
    background: var(--main-color);
    color: var( --white-color);
    border-top: 2px solid var(--main-color);
}

.footer-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
    text-align:center;
}

.footer-container .logo{
    color: var( --white-color);
    margin-bottom: 1rem;

}

.footer-container .footer-box{
    display: flex;
    flex-direction: column;
}

.footer-box span {
    margin-top:0px;
    margin-bottom:15px;
    color: var( --white-color);
}



.social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.social-banner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
    margin-top: 25px;
}

.social, .social-banner  a{
    font-size: 24px;
    color:var( --white-color);
    margin-right: 1rem;
}

.social, .social-banner a:hover{
    color: var(--main-color);
}


.footer-box h3{
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;

}


.footer-box p:hover{
    color: var(--bg-color);
}


.footer-box a,
.footer-box p{
    color: var( --white-color);
    margin-bottom: 10px;

}

.fill-form{
  color: red;
  font-size: 20px;
  text-align: center;
  
}

#fillFormMessage{
  padding: 10px 0px;
}


.cont-form{
  align-items: end;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact-us-form{
  width: 45%;
  float: right;
  background: var( --white-color);
  margin-right: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.copyright{
    padding: 10px;
    text-align: center;
    color: var(--bg-color);
    background: var( --white-color);
}
.contact-row span a{
  color: var(--main-color);
}
/* Making Responsive */
@media (max-width: 1080px) {
    .container {
      /* margin-left: 1rem; */
      margin-right: 1rem;
    }
  }
  @media (max-width: 991px) {
    .nav {
      padding: 15px 20px;
      
    }
    section {
      padding: 3rem 0 1rem;
    }
    .home-text {
      padding-left: 2rem;
    }
    .home-text h1 {
      font-size: 25px;
    }
    .serv-mod .close, 
    .serv-mod .close:hover, 
    .close:focus {
      top: 0px;
      right: -5px;
    }
    .about-img{
      display: flex;
      justify-content: center;
    }
    .serv-mod {
      width: 100%;
      max-width: 80%;
      padding: 0px;
      top: 0;
      left: 0;
      right: 0;
      transform: translate(10%, 10%);
    }
    .btn {
      padding: 10px;
      color: var(--main-color);
      background: var( --white-color);
    }

    .container1 {
      width: 100%;
    }
    .cont-img-fix {
      flex-direction: column;
    }
    #contact-us-form {
      width: 90%;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .form-submit {
      width: 90%;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 920px) {
    #search-icon {
      color: var( --white-color);
    }
  }
  @media (max-width: 768px) {
    .search-box input {
      padding: 15px;
    }
    .nav {
      padding: 10px 0;
    }
    .container {
      margin-left: 0rem;
      margin-right: 0rem;
    }
    #menu-icon {
      display: initial;
    }
    .navbar {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      background: var(--bg-color);
      row-gap: 0.5rem;
      text-align: center;
      box-shadow: 4px 4px 20px rgb(15 54 55 / 20%);
      clip-path: circle(0% at 0% 0%);
      transition: 0.6s;
    }
    .navbar a {
      display: block;
      padding: 15px;
    }
    .event-calendar {
      width: 100%;
      margin: 20px;
      min-width: 100%;
    }
    .event{
      padding: 0;
    }
    .navbar a:hover,
    .navbar .active {
      border-bottom: none;
      background: var(--main-color);
      color: var(--bg-color);
    }
    .navbar.active {
      clip-path: circle(144% at 0% 0%);
    }
    .blog-container .box {
      padding: 4px;
    }
    
  }
  @media (max-width: 727px) {
    
    .modal-body h2 {
      font-size: 13px !important;
    }  
    .heading span {
      font-size: 1.3rem;
    }
    .heading h2 {
      font-size: 1.4rem;
    }
    
    .modal-body h2 {
      font-size: 17px;
    }
    .about {
      flex-direction: row;
    }
    
    .about-text {
      text-align: left;
    }
    .about-text h2 {
      font-size: 1.4rem;
    }
    .gallery-container {
      max-width: 95%;
    }
    .heading {
      padding: 0px 10px;
    }
    .heading h2 {
      padding-top: 10px;
    }
    .about-img-cont {
      width: auto;
      max-width: 90%;
    }
    .about-text, .about-img{
      margin-left: 0 !important;
    }
    .mob-trans{
      display: block;
    }
    .mob-tr-rel{
      position: relative;
    }
    .web-trans{
      display: none;
    }
    
    .gallery-container .box {
        max-width:100%;
    }
    .event-calendar .event-left-content .title-event {
        min-width: 300px;
    }
  }
  @media (max-width: 607px) {
    .footer-container {
      display: flex;
      justify-content: center;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 360px) {
    .search-box input {
      padding: 11px;
    }
    .home {
      min-height: 500px;
    }
    .home-text h1 {
      font-size: 1.5rem;
    }
    .home-text p br {
      display: contents;
    }
  }
  

  .footer-pages ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    gap: 2rem;
  }
  .footer-pages li {
    list-style: none;
    display: inline-block;   
    text-align: center;
  }

  .footer-pages li a {
    color: var( --white-color);
  }
  .cont-btn{
    background-color: #ffd700;
    color: var(--main-color);
    padding: 8px 17px;
    border-radius: 5px;
    outline: none;
    border: 0;
  }
  .cont-btn a:active{
    color: var(--main-color);
  }
/* Contact Us CSS Start Here */
#contact {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.container1 {
    background: var( --white-color);
    padding: 25px 40px 10px 40px;
    width: 60%;
    border-radius: 3px;
}
.cont-form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.form {
    width: 100%;
    max-width: 820px;
    background-color: var( --white-color);
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    background-color: var(--main-color);
    position: relative;
}


form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.input-container {
    position: relative;
    margin: 1.5rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 1px solid var(--main-color);
    background: none;
    padding: 0.6rem 1.2rem;
    color: black;    
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}
.pt-30{
    padding-top: 30px;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 35%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: black;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}
.send-button{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn-contact-sub{
    padding: 15px 13px;
    background-color: var(--main-color);
    border: 2px solid var( --white-color);
    font-size: 20px;
    color: var( --white-color);
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 35%;
    border: 0;
}

.btn-contact-sub:hover {
  background: var( --white-color);
  color: var(--main-color);
  border: 2px solid var(--main-color);
}
.title {
    color: var(--main-color);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}
.select-serv{
    display: flex;
    flex-direction: column;
    -webkit-appearance: none;
}
.select-serv select{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    -webkit-appearance: none;
}
.select-serv select:focus-visible{
    border: 1px solid var(--main-color);
    outline: 1px solid var(--main-color);
}
.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 20px;
    background-color: var( --white-color);
    top: 50%;
    transform: translateY(-50%);
}
select.input-gap {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    -webkit-appearance: none; /* Remove default iOS styling */
    -moz-appearance: none; /* Remove default Firefox styling */
    appearance: none; /* Remove default styling for other browsers */
}

.green-shadow {
  box-shadow: 0 0 5px var(--main-color);
  border: 1px solid var(--main-color);
}

/* Option styling */
select.input-gap option {
    padding: 10px;
}
.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}
.nav.container .logo span{
  color:var(--main-color)
}
.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}
@media(max-width:991px){
    .btn-contact-sub{
        width: 50%;
        padding: 7px 7px;
    }
    .home-text p{
        width: 60%;
    }
    .mob-cont-none {
      display: none;
    }
    
    .home{
        margin-top: 80px;
    }
    .container1 {
      width: 100%;
    }
    .serv-mod {
      max-width: 85% !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      transform: translate(10%, 10%) !important;
  }
  .navbar {
    display: none;
  }
  #menu-icon {
    display: block;
  }
  .headlogo img {
    left: 0 !important;
  }
  .side-menu.show {
    left: 0;
    z-index: 99999;
  }
  .nav {
    padding: 10px 0;
    margin-left: 5rem;
  }
  .desk-menu-online {
    display: none !important;
}
}
@media(max-width:690px){
    .container1{
        width: 70%;
        padding: 25px 15px 10px 15px;
    }
    .home-text p{
        width: 100%;
    }
    .title {
        font-size: 1.15rem;
    }
}
@media(max-width:550px){
    .container1{
        width: 85%;
        padding: 25px 15px 10px 15px;
    }
}
@media(max-width:425px){
    .container1{
        width: 90%;
        padding: 25px 15px 10px 15px;
    }
}



/* modal open|close controller */
#mpo-modal-controller {
    position: absolute;
    left: -999em;
    opacity: 0;
  }
  .mpo-modal-open:checked ~ .mpo-modal-wrap {
    display: block;
  }
  .mpo-modal-open:checked ~ .mpo-modal-wrap:before,
  .mpo-modal-open:checked ~ .mpo-modal-wrap .mpo-modal-overlay {
    display: block;
  }
  .mpo-modal-close {
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    color: var( --white-color);
  }
  
  /* modal */
  
  .mpo-modal-wrap {
    display: none;
  }
  .mpo-modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
  }
  
  .modal-remv-before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
  }
  
  .mpo-modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
  }
  .mpo-modal-body {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 35%;
    max-height: 90%;
    padding: 15px 0;
    background: var( --white-color);
    border-radius: 0.25em;
    overflow: hidden;
    text-align: center;
    width: 100%;
    z-index: 103;
  }
  .mpo-modal-body p {
    text-align: left;
    line-height: 1.3;
  }
  .mpo-modal-content {
    margin: auto;
    position: relative;
    width: 100%;
    background: var(--main-color);
  }
  .mpo-modal-content h2{
    color: #ffd700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    padding: 5px;
    margin-top: 10px;
  }

  .mpo-modal-content h4{
    color: var(--main-color);
    text-align: left;
    margin-bottom: 10px;
  }

  .mpo-modal-content ul {
    color: var(--main-color);
    text-align: left;
    margin-left: 13px;
    line-height: 25px;
  }

  .mpo-modal-content ul li { 
    /* list-style: disc; */
  }

  .mpo-modal-slide {
    display: flex;
    position: absolute;
    transition: all 0.4s ease-in;
    width: 100%;
  }

 .mpo-modal-slide {
    margin-top: -15px;
    margin-bottom: -15px;
 }

  .modal-content-2 {
    left: 100%;
  }
  .modal-content-3 {
    left: 200%;
  }
  #modal-content-1:checked ~ .content-1 {
    left: 0;
    overflow: auto;
    position: relative;
  }
  #modal-content-1:checked ~ .content-2 {
    left: 100%;
  }
  #modal-content-2:checked ~ .content-1 {
    left: -100%;
  }
  #modal-content-2:checked ~ .content-2 {
    left: 0;
    overflow: auto;
    position: relative;
  }
  #modal-content-2:checked ~ .content-3 {
    left: 100%;
  }
  #modal-content-3:checked ~ .content-1 {
    left: -200%;
  }
  #modal-content-3:checked ~ .content-2 {
    left: -100%;
  }
  #modal-content-3:checked ~ .content-3 {
    left: 0;
    overflow: auto;
    position: relative;
  }
  .mpo-modal-nav {
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .mpo-modal-nav label {
    position: absolute;
    background: #f7f7f7;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font: 50px Arial;
    line-height: 45px;
    height: 50px;
    width: 80px;
    padding: 0 30px 0 25px;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: -7px;
    text-align: center;
  }
  .mpo-modal-nav label.prev-slide {
    content: '';
    left: 0;
  }
  .mpo-modal-nav label.next-slide {
    content: '';
    right: 0;
  } 
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* main w/ opacity */
}

.modal-content {
  /* background-color: #fefefe; */
  margin: auto;
  padding: 20px;
  /* border: 1px solid #888; */
  max-width: 80%;
  overflow-y: auto;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  /* max-width: 35%; */
  /* max-height: 90%; */
  padding: 15px 0;
  /* background: var(--white-color); */
  border-radius: 0.25em;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 103;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* Close button */
.close {
   float: right;
    font-size: 20px;
    font-weight: bold;
    width: 59px;
    color: var(--main-color);
    outline: none;
    border: 0;
    padding: 2px;
    color: var( --white-color);
    border-radius: 50%;
    padding: 0px 17px;
}

.close:hover,
.close:focus {
  outline: none;
  border: 0;
  padding: 0px 17px;
  color: var(--main-color);
    cursor: pointer;
}

/* Modal header */
.modal-header {
    padding: 0px 0px;
    background-color: var(--main-color);
    color: white;
}

/* Modal body */

.modal-body h2{
  background-color: var(--main-color);
  color: var( --white-color);
  min-height: 40px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.modal-body-headname{
  padding: 0px 5rem;
}
.modal-serv .serv-mod .close,
.modal-serv .serv-mod .close:hover, 
.modal-serv .close:focus{
  background-color: transparent !important;
}
.modal-body h4{
  color: var(--main-color);
  text-align: left;
  margin-bottom: 10px;
}

.modal-body ul {
  color: var(--main-color);
  text-align: left;
  margin-left: 13px;
  line-height: 25px;
}
.social_icon{
  font-size: 18px;
  color: var(--main-color);
  background-color: var( --white-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  display: inline-flex !important;
  justify-content: center;
} 
.modal-body ul li { 
  /* list-style: disc; */
}
/* Modal footer */
.modal-footer {
    padding: 2px 16px;
    /* background-color: #5cb85c; */
    color: white;
} 
  @media only screen and (max-width: 767px) {
    .modal-content,
    .mpo-modal-body {
      max-width: 95%;
      width: 100%;
      border-radius: 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .mob-cont-none{
      display: none;
    }
    .headlogo img {
        right: 0 !important;
        left: auto !important;
    }
    .nav {
      padding: 10px;
      /* margin-left: 20px;
      margin-right: 7rem; */
      margin: 0;
      /* padding: 15px 0px 0px 20px; */
    }
    .services-container .box .btn {
      max-width: 95px;
      padding: 5px 5px;
      font-size: 13px;
      color: var(--main-color);
      border: 1px solid var(--main-color);
    }
    .products-container .box .btn {
      max-width: 95px;
      padding: 5px 5px;
      font-size: 13px;
      color: var(--main-color);
      border: 1px solid var(--main-color);
    }
    .service-modal {
      font-size: 13px;
    }
    .product-modal {
      font-size: 13px;
    }
    .headlogo img {
      max-width: 250px;
      height: 100px;
    }
    .about-img-cont {
      width: auto;
      max-width: 85%;
    }
    .event-calendar .event-left-content .title-event h2{
      white-space: break-spaces;
    }
    .side-menu .btn {
      padding: 10px 0px;
      background: var( --white-color);
    }
  
    
    .serv-mod .close, .serv-mod .close:hover, .close:focus {
      padding: 0px 11px;
      width: 10px !important;
      top: 0 !important;
      right: 10px !important;
    }
    .cont-img-fix {
      flex-direction: column;
    }
    #contact-us-form {
      width: 90%;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .form-submit {
      width: 90%;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .services-container {
      margin-top: 2rem;
      justify-content: center;
      max-width: 100%;
      margin: 0;
      padding: 0;
    }
    .products-container {
      margin-top: 2rem;
      justify-content: center;
      max-width: 100%;
      margin: 0;
      padding: 0;
    }
    .p-b-200 {
      padding-bottom: 40px;
    }
    .about-img-cont {
      width: auto;
      max-width: 90%;
    }
    .top-right-cliq {
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 145px;
    }
    .top-left-cliq {
      position: absolute;
      top: -16px;
      left: -16px;
      width: 145px;
    }
  }
 
  

 /* upcoming events */

 .event-calendar *,
.event-calendar div {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-calendar {  
  width: 100%;
  margin: 20px;
  min-width: 300px;
}

.event-calendar a {
  text-decoration: none;
  color: var( --white-color);
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  outline: 4px double var(--main-color);
  outline-offset: -12px;
}

.event-calendar a:hover {
  /* opacity: 0.7; */
  color: #ffd700;
}

.event-calendar a:hover .title-event {
  transform: translate(5%, 0);
  -webkit-transform: translate(5%, 0);
  -moz-transform: translate(5%, 0);
}
.title-event.d-flex{
  width: 100px;
  height: 100px;
}
.event-calendar ul,
.event-calendar ul li,
.event-calendar h1,
.event-calendar h2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-calendar .events-body ul li {
  position: relative;
}
.event-calendar .events-body ul li:last-child {
  border: 0;
}

.event-calendar .heading-title {
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: 4px solid var( --white-color);
  font-size: 0.9em;
  position: relative;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.event-calendar .heading-title h1 {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 700;
  font-size: 2rem;
  text-transform: capitalize;
}

.event-calendar .icon-box {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  font-size: 1.8em;
}

/* EVENTS LEFT CONTES */
.event-calendar .event-left-content {
  padding: 15px 20px;
  box-shadow: 0px 0px 10px var(--bxshadow-color);
}

.event-calendar .event-left-content .title-event,
.event-calendar .event-left-content .title-event h2,
.event-calendar .event-left-content .event-date,
.event-calendar .event-left-content .event-location {
  font-family: "Roboto", sans-serif;
}

.event-calendar .event-left-content .title-event {
  width: 100%;
  display: flex;
  /* max-width: 80%; */
  /* width: 80%; */
  gap: 15px;
  padding: 5px 10px;
  align-items: center;
  min-width: 425px;
  min-height: 125px;
}

.event-calendar .event-left-content .title-event h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--main-color);
  width: 100%;
}

.event-calendar .event-left-content .event-date {
  font-size: 0.8em;
  margin-bottom: 10px;
  color: var(--text-color)
}

.event-calendar .event-left-content .event-location {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

/* EVENT ICON HOLDER  */
.event-calendar .event-icon {
  position: absolute;
  width: 75px;
  height: 65px;
  display: block;
  background: #ffd700;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: var( --white-color);

  -webkit-border-radius: 8px;
  border-radius: 8px;

  padding: 2px 10px;
}

.event-calendar .event-icon .month,
.event-calendar .event-icon .date {
  display: block;
}

.event-calendar .event-icon .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 5px;
}

.event-calendar .event-icon .date {
  font-size: 1.1em;
  font-weight: bold;
}

/*.carousel-img-cus{*/
/*  height: 500px !important;*/
/*}*/

#productCarousel{
  background-color: white;
}
@media(min-width:320px) and (max-width:370px){
  .btn-page {
    width: 30px !important;
  }
}

/* FOR RESPONSIVE ONLY  */
@media only screen and (max-width: 480px) {
  .event-calendar {
    width: 100%;
    margin: 0;
  }
  .nav{
    height: 145px;
  }
  .event-calendar .heading-title h1 {
    font-size: 1em;
  }

  .event-calendar .title-event h2 {
    font-size: 0.9em;
  }

  .event-calendar .event-left-content .event-date,
  .event-calendar .event-left-content .event-location {
    font-size: 0.8em;
  }
  .serv-mod {
    top: 120px !important;
  }
  .logo span{
    font-size: 13px;
  }
  .banner-imgs {
    min-height: 240px;
  }
  
  .carousel-img-cus{
    height: 250px !important;
  }
  .label-leads {
    font-size: 14px;
  }
  .form-control {
    margin-bottom: 2px !important;
  }
  .error {
    font-size: 10px;
  }
  .gal-pagi-btn{
    margin-left: 5px !important;
  }
  .modal-body h2 {
    min-height: 30px;
  }
  .modal-header {
    padding: 10px 10px !important;
  }
  .footer-pages ul {
    gap: 1rem;
  }
  .width-logo{
    height: 100px;
    aspect-ratio: 4 / 3;
  }
  #email_id-error, #full_name-error, #mobile_no-error, #service_id-error {
    font-size: 13px;
    }
}
.gal-pagi-btn{
  margin-left: 10px;
}
.about-img-cont{
  width: auto;
  max-width:80%;
}
.about-text,
.about-img{
  width: auto;
  max-width: 40%;
  margin-left: 25px;
}
.event-calendar{
    width: 100%;
    max-width: 100%;
}
.about{
  justify-content: center;
  align-items: center;

}
@media(max-width:1300px){
  .about-text,
  .about-img{
    width: auto;
    max-width: 100%;
  }
}
@media(max-width:927px){
  .event-calendar{
    max-width: 100%;
    width: 100%;
  }
}
@media(min-width:928px) and (max-width:1300px){
  .event-calendar {
    width: 100%;
    max-width: 95%;
  }
  .close {
    top: 0px !important;
    right: 5px !important;
  }
  .container1 {
    width: 75%;
  }
  .gallery-container .box {
        max-width:40%;
   }
}
@media(min-width:1300px) and (max-width:1455px){
  .about-img-cont {
    width: auto;
    max-width: 70%;
  }
}
@media(max-width:440px){
    #menu-icon {
        padding-right: 10px !important;
    }
}
/* _____________________________ */
body {
  font-family: Arial, sans-serif;
}

/* Style for the box and modal link */
.box {
  display: inline-block;
  margin: 20px;
}

.box img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.box h2 {
  text-align: center;
}

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* main with transparency */
}

.modal-content {
  position: relative;
  margin: 0;
  /* padding: 20px; */
  width: 100%;
  /* max-width: 1155px; */
  padding: 0px;
}

.close {
  color: var( --white-color) !important;
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
}

/* Carousel styles */
.carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}

.carousel img {
  width: auto;
  height: 100%;
  max-width: 100%;
  /* max-height: 28%; */
  /* min-height: 350px; */
  max-height: 80vh;
  object-fit: contain;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 10px;
  border-radius: 3px 0 0 3px;
  color: var(--main-color);
  background: var( --white-color);
  border-radius: 50%;
  border: 0;
  padding: 5px 16px;
}

.prev {
  left: 10px;
  border-radius: 3px 0 0 3px;
  color: var(--main-color);
  background: var( --white-color);
  border-radius: 50%;
  border: 0;
  padding: 5px 16px;
}
.modal{
  background-color: rgb(0 0 0 / 80%);
}
.modal-content {
  position: relative;
  margin: 0;
  padding: 20px;
  width: 100%;
  /* max-width: 1155px; */
  padding: 0px;
}
.contact {
  font-size: 20px !important;
}
.mobilephone {
  font-size: 18px !important;
  padding: 5px 9px;
}
.serv-mod{
    position: relative;
    margin: 0;
    padding: 20px;
    width: 100%;
    max-width: 40%;
    padding: 0px;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(70%, 10%);
}
.serv-mod .close, 
.serv-mod .close:hover, .close:focus {
  background: var( --white-color);
  outline: none;
  border: 0;
  padding: 0px 11px;
  color: var(--main-color);
  cursor: pointer;
  width: 40px;
  top: 3px;
  right: 20px;
  font-size: 25px;
}
@media(min-width: 1024px) and (max-width:1200px){

  .navbar {
    column-gap: 1.2rem;
  }
  .event-calendar .event-left-content .title-event h2{
    white-space: break-spaces;
  }
}
@media(min-width: 1400px) and (max-width:1800px){

    .about-text p {
        font-size: 22px;
    }
}
@media(max-width:1024px){
  .event-calendar .event-left-content .title-event h2{
    white-space: break-spaces;
  }
  .navbar {
    display: none;
  }
  #menu-icon {
    display: block;
  }
  .side-menu .btn:hover,
  .side-menu .btn {
    padding: 10px 0px;
    background: var( --white-color);
    box-shadow: none;
  }
  
  .desk-menu-online {
    display: none !important;
  }
  .mob-cont-none {
    display: none;
  }
  /* .headlogo img {
    max-width: 250px;
    height: 100px;
    right: 0 !important;
    left: auto !important;
  } */
  
}
@media (min-width:770px) and (max-width:1024px){
  .services-container .box {
    flex: 1 1 18rem;
  }
  .products-container .box {
    flex: 1 1 18rem;
  }
  .gallery-container .box {
        max-width:40%;
  }
  .products-container .box img{
    height: 220px;
  }
    .side-menu.show {
       
    z-index: 99999;
    }
    .contact-row{
        
        font-size:15px;
    }
}
.event-calendar .event-left-content .title-event h2{
  white-space: break-spaces;
}
.side-menu {
  position: fixed;
  top: 0;
  left: -250px; /* Hide the side menu initially */
  width: 250px;
  height: 100%;
  background-color: var( --white-color); /* Adjust as per your design */
  transition: left 0.3s ease;
}

.side-menu.show {
  left: 0; /* Show the side menu when 'show' class is added */
  background-color: var(--main-color);
  color: var( --white-color);
}

.side-menu ul {
  list-style: none;
  padding: 0;
}

.buss-logo{
  padding-top: 0px;
  object-fit: contain;
}
.text-align{
	text-align: center;
}


.side-menu ul li {
  padding: 15px;
  border-bottom: 1px solid var(--white-color); /* Adjust as per your design */
  color: var(--main-color);
}
.side-menu ul li a{
  color: var( --white-color); 
}
.desk-menu-online {
  display:block;
}

.d-flex-justify {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sa-confirm-button-container .confirm {
      font-size: 23px;
      padding: 10px 25px 10px 25px;
      font-weight: 500;
      color: var(--main-color);
      border: 0;
      cursor: pointer;
  }
.sa-button-container {
     margin-top: 15px; 
}
#email_id-error , #full_name-error ,#mobile_no-error, #service_id-error{
  top: 61px !important;
  color: red;
  left: -5px;
}
.input-gap{
  margin-bottom: 20px;
}
@media(max-width:1500px){
  .map-tracker{
    display: none;
  }
}

.sweet-alert h2,p {
  color: var(--main-color) !important;
}

.sa-confirm-button-container .confirm {
  font-size: 23px;
  padding: 10px 25px 10px 25px;
  font-weight: 500;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  cursor: pointer;
  background-color: var(--white-color);
  
}
.sa-button-container {
 margin-top: 15px; 
}

.sa-confirm-button-container .btn:hover {
  background: var(--main-color);
  color: var(--white-color);
}

.logo-w-busname{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 30%;
}

.btn-page {
  padding: 10px 0px;
  color: var(--main-color) !important;
  background: var(--white-color) !important;
  font-size: 16px;
  width: 42px;
  border: 0;
}

.pagination{
  text-align: center;
}

.justify-content-center{
  display: flex;
  justify-content: space-evenly;
  width: 30%;
}
.justify-space-center{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 20px 10px;
}

.arrow-cus{
  color: #000 !important;
  font-size: 23px;
}
@media (max-width: 480px) {
  .home {
    background-size: contain;
    min-height: auto;
    background-position: top;
    box-shadow: unset;
    box-shadow: inset 0 0 0 2000px var(--blue-color);
  }
  .logo {
        font-size: 15px;
    }
  .home-text h1 {
    font-size: 13px;
    width: 95%;
  }
  .home-text p {
    font-size: 12px;
    width: 90%;
    
  }
  
  .booknow-btn{
    padding: 5px;
  }
  .social-banner {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .buss-logo{
    width: 120px;
    /* height: 85px; */
  }
  .nav {
    justify-content: start;
  }
  .logo-w-busname{
    width: 100%;
    /* padding-bottom: 45px; */
  }
  
  .justify-content-center{
    width: 80%;
  }
  
  .btn-page {
      padding: 0px 2px;
      color: var(--main-color);
      background: var(--white-color);
      font-size: 16px;
      width: 40px;
  }
  .close {
    right: 0px;
  }
  .products-container .box img {
    width: 100%;
    object-fit: cover !important;
  }
  .arrow-cus{
    font-size: 23px;
  }
  .width-logo{
    height: 100px;
    aspect-ratio: 4 / 3;
  }
  .close {
      color: var( --white-color) !important;
      position: absolute;
      top: 16%;
  }
  .contact-row{
      font-size: 14px;
  }
  
  
}



@media(min-width:480px) and (max-width:768px){
  .home-text h1 {
    font-size: 20px;
    width: 90%;
  }
  .home-text p {
    font-size: 14px;
    width: 90%;
    
  }
  .banner-imgs {
    min-height: 350px;
  }
  .buss-logo{
    width: 95%;
  }
  .logo-w-busname{
    width: 45%;
  }
  
  .justify-content-center{
    width: 60%;
  }
  
  .serv-mod {
    top: 90px !important;
  }
  .carousel-img-cus{
    height: 370px !important;
  }
  
}

@media(min-width:480px) and (max-width:991px){
  .logo-w-busname{
    justify-content: start;
    flex-direction: row;
    width: 65%;
  }
  .text-align{
    text-align: start;
  }
  .carousel-img-cus{
    height: 420px !important;
  }
  .width-logo{
    height: 120px;
    aspect-ratio: 4 / 3;
  }

}

@media(min-width:768px) and (max-width:991px){
  .buss-logo{
    width: 90%;
  }

}

@media (min-width: 992px) {

  .logo-w-busname{
    justify-content: start;
    flex-direction: row;

  }
  .text-align{
    text-align: start;
  }

}

.btn-contact-sub:disabled {
  background-color: #ccc; /* Light grey background when disabled */
  cursor: default; /* Default cursor on disabled state */
}

/* .btn-contact-sub:hover:not(:disabled) {
  background-color: var(--main-color); 
} */

/* carousel css only */

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.carousel-item {
  position: relative;
  display: none;
  animation: 0.6s ease-in-out;
  /* height: 70vh; Set your height */
}

.carousel-item>.carousel-img {
  width: 100%;
  /* min-height: 70vh; same height */
  height: auto;
}
.carousel-item.carousel-video {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* uncomment the following line if you want to prevent mouse (or touch) clicks */
  /* pointer-events: none; */
}
.carousel-inner>.active,
.carousel-inner>.next {
  display: block;
}

.carousel-inner>.next {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.to-left {
  animation-name: left;
}

.carousel-inner>.from-right {
  animation-name: right;
}

.carousel-inner>.to-right {
  animation-name: right;
  animation-direction: reverse;
}

.carousel-inner>.from-left {
  animation-name: left;
  animation-direction: reverse;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 11%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  height: 15%;
  transform: translateY(-50%);
  background: #0d0d0db5;
  border: 1px solid white;
  border-radius: 30px;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@keyframes left {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes right {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}


/* bootstrap modal only  */

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: aliceblue;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #EEEEEE;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background: var(--main-color);
  align-items: center;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 5px;
  background: aliceblue;
}

.cus-modal-body{
  padding: 0;
}



.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #EEEEEE;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.show .modal-dialog {
  /* transform: none; */
}
.modal.fade .cus-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 60%);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.label-leads {
  display: inline-block;
  margin-bottom: 0.1rem;
  color: #000;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 8px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-group{
  width:100%;
}

.leads-form{
  padding: 0;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  /* border-color: #000; */
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #EEEEEE;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  gap: 2%;
}

@media (min-width: 576px) {
  .cus-modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
  }
}

.error{
  color: red;
}



