
*{
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
::-webkit-scrollbar {
    display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
:root{
    --logo-color: #229da7;
    --white: #fff;
    --black: #000;
    --wp-color: #26c943;
    --gray: #f4f1f1;
    --lightblack: #797777eb;
    --lightgray: #9e9c9ceb;

}
a{
    text-decoration: none !important;
    /* color: var(--black) !important; */
}

/* utilities - start */
.bg-color{
    background: var(--logo-color) !important;
}
.bg-gray{
    background-color: var(--gray) !important;
}
.text-color{
    color: var(--logo-color) !important;
}
.fill-color{
    fill: var(--logo-color) !important;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dir-col{
    flex-direction: column;
}
.short-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fs-12{
    font-size: 12px;
}

/* utilities - end */
.icon-img img,
.inp-div img,
.rp-img img,
.loveimg img,
.workimg img,
.endtoend img,
.dg-icon img,
.pimg img,
.popimg img,
.gye-img img,
.item img{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

/* offer bar - start */
.offer-bar{
    height: 50px;
    padding-top: 15px;
    border-bottom: 1px solid var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-close-btn{
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 600;
    font-size: 30px;
    background: transparent;
}
/* offer bar - end */

/* nav bar - start */
.navbar .navdiv{
    display: flex;
    justify-content: space-between;
}
.wp-icon{
    width: 45px;
    height: 45px;
    background-color: var(--wp-color);
    border-radius: 50%;
}
.btn-gfe{
    color: var(--white) !important;
    background-color: var(--logo-color) !important;
    transition: all 1s ease-in-out;
   
}
.btn-animate{
    animation: buttonAnimation 3s ease-in-out infinite;
    transition: all 1s ease-in-out;
}
@keyframes buttonAnimation {
    0% { transform: scale(1);}
    50% {transform: scale(1.1);}
    100% { transform: scale(1);}
  }
.navbar-nav{
    justify-content: space-evenly !important;
}
.navbar-nav li a{
    color: var(--logo-color);
    font-size: 20px;
}
.dropdown-menu{--bs-dropdown-link-active-bg: #229da7 !important;}
/* nav bar - end */

/* home banner - start */
.home-banner .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}
.home-banner .owl-nav .owl-prev,
.home-banner .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    color: var(--white) !important;
    transform: scale(3);
}
.home-banner .owl-nav .owl-prev{
    left: 20px;
}
.home-banner .owl-nav .owl-next{
    right: 20px;
}
.banner-area{
    background-image: url('../images/lp/banner/lp_banner.jpg');
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    width: 100%;
    padding: 115px 0;
    height: 70vh;
}
/* home banner - end */
/* why choose us - start */
.whychooseus .slider{
    overflow: hidden;
    white-space: nowrap;
}
.whychooseus .slide-track{
    display: inline-block;
    animation: scroll 25s linear 1s infinite;
}
@keyframes scroll {
    0%{
        transform:translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.whychooseus .slider:hover .slide-track{
    animation-play-state: paused;
}
.whychooseus .slider .slide-track img{
    width: 205px;
}
/* why choose us - end */

/* complete service - start */
.cts-card{
    padding: 10px;
    height: 310px;
    border-radius: 15px;
}
.card1{
    background-color: #6ad3dc;
}
.card2{
    background-color: var(--white);
    box-shadow: 0 0 5px var(--black);
}
.card2 h3{
    font-size: 20px;
}
.card2 p{
    font-size: 12px;
}
/* complete service - end */

/* get estimate - start */
.gediv1,
.gediv2,
.gediv3{
    background-color: var(--white);
    box-shadow: 0 0 5px var(--logo-color);
    border-radius: 15px;
}
.gediv1:hover,
.gediv2:hover,
.gediv3:hover{
    box-shadow: 0 0 20px var(--logo-color);
}
/* get estimate - end */

/* slidr div - start */
.sliderdiv .item img{
    border-radius: 15px;
}
/* .slider .owl-item{
    height: 250px;
} */
.slider .owl-item .item{
    height: 100%;
}
.sliderdiv .owl-prev{
    top: 45%;
    left: -30px;
    position: absolute;
    transform: scale(2);
}
.sliderdiv .owl-next{
    top: 45%;
    right: -30px;
    position: absolute;
    transform: scale(2);
}
/* slidr div - end */

/* way we work - start */
.bg-step{
    width: 30px;
    height: 30px;
    background-color: #b0eff5;
    border-radius: 50%;
    padding-top: 4px;
    font-weight: bold;
    color: var(--black);
    cursor: pointer;
}
.active-step{
    background-color: var(--logo-color);
    color: var(--white);
}
.p-line{
    margin-top: 15px;
    width: 12%;
    border-top: 1px solid var(--black);
}
.p-line1{
    margin-right: -15px;
}
.p-line2{
    margin-left: -20px;
    margin-right: -15px;
}
.p-line3{
    margin-left: -20px;
    margin-right: -30px;
}
.p-line4{
    margin-left: -30px;
    /*margin-right: -30px;*/
}
.step-line{
    width: 5% !important;
}
.tstep{
    font-size: 13px;
}
.cstep{
    animation: step 1s ease-in;
}
@keyframes step {
    0%{
        transform: translateY(50%);
        opacity: 0;
    }
}
/* way we work - end */

/* end to end - start */
.endtoend{
    max-width: 150px !important;
}
.endtoend h4{
    font-size: 18px;
}
/* end to end - end */

/* what set us apart - start */
.wsus div div{
    position: relative;
}
.wsus .frow{
    display: flex;
    justify-content:end;
    text-align: end;
    align-items: center;
}
.wsus .frow p{
    margin: 0;
}
.wsus .tbr{
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px var(--logo-color);
}
.wsus .bbr{
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px var(--logo-color);
}
.wsus .brd{
    height: 100%;
    padding: 10px 15px 0 15px;
    border: 1px solid var(--logo-color);
    box-shadow: 0 0 10px var(--logo-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wsus .trow{
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* what set us apart - end */

/* love us - start */
.loveus div{
    flex-wrap: wrap-reverse !important;
}
/* love us - end */

/* review - start */
.review .item{
    height: 300px;
}
.review .item .card{
    border: none;
    box-shadow: 0 0 15px var(--black);
    border-radius: 10px;
    height: 100%;
}
.review .item .card iframe{
    width: 100%;
    height: 80%;
    border-radius: 15px;
}
.review .owl-prev{
    top: 130px;
    left: -30px;
    position: absolute;
    transform: scale(2);
}
.review .owl-next{
    top: 130px;
    right: -30px;
    position: absolute;
    transform: scale(2);
}
/* review - end */

/* blog- start */
.blog .item .card{
    width: 100%;
    border: none;
    box-shadow: 0 0 15px var(--black);
    border-radius: 10px;
}
.blog .owl-prev{
    top: 130px;
    left: -30px;
    position: absolute;
    transform: scale(2);
}
.blog .owl-next{
    top: 130px;
    right: -30px;
    position: absolute;
    transform: scale(2);
}
/* blog- start */

/* partner - start */
.partner .slider{
    overflow: hidden;
    white-space: nowrap;
}
.partner .slide-track{
    display: inline-block;
    animation: partner 15s linear 1s infinite;
}
@keyframes partner {
    0%{
        transform:translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.partner .slider:hover .slide-track{
    animation-play-state: paused;
}
.partner .slide-track .img-card{
    background-color: var(--white);
    box-shadow: 0 0 5px var(--black);
    border-radius: 10px;
    margin: 5px;
}
/* partner - end */

/* location - start */
.btn-loc{
    background-color: rgb(198, 192, 192);
    border-radius: 15px;
}
.btn-loc h2{
    margin: 0;
    padding: 20px;
    color: var(--white);
    cursor: pointer;
}
.btn-loc .de-active{
    background-color: transparent;
}
.btn-loc .active{
    background-color: rgb(89, 88, 88);
    border-radius: 15px;
}
.icon-div ul li{
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--logo-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 25px;
}
.add-div ul{
    padding-left: 0;
}
.add-div ul li{
    list-style: none;
    height: 50px;
    display: flex;
    align-items: center;
    margin-block: 25px;
}
/* location - end */

/* footer - start */
.footer ul li,.footer ul li:first-child{
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--logo-color);
    margin:0 7px;
    padding: 2px 14px;
    line-height: 44px
}
.footer ul li:first-child{
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--logo-color);
    margin:0 7px;
    padding: 2px 18px;
    line-height: 44px
}
.footer-link span a{
    color: #fff !important;
}
.footer-link p a{
    color: var(--black) !important;
}
/* footer - end */

/* links - start */
.link-sec{
    background-color: #363534;
    color: var(--white);
}
.links ul li a{
    color: var(--gray) !important;
}
.links ul li{
    list-style: none;
}
.line{
    border-bottom: 2px solid var(--logo-color);
}
/* links - end */

/* process is easy - start */
.pie-div{
    background-color: var(--white);
    box-shadow: 0 0 5px var(--black);
    border-radius: 30px;
    width: 250px;
    height: 250px;
    padding: 10px;
    position: relative;
}
.pie-img{
    height: 100%;
    border: 1px solid var(--logo-color);
    border-radius: 30px;
}
.pie-img img{
    position: absolute;
    bottom: -17px;
}
.pie-con{
    margin-top: 10px;
    text-align: center;
}
.earn-ref{
    background-color: var(--logo-color);
    border-radius: 25px;
}
.tc-div{
    background-color: var(--white);
    border-radius: 25px;
    padding: 10px;
    font-size: 20px;
}
/* process is easy - end */

/* design gallery - start */
.dg-img{
    cursor: pointer;
    /* height: 250px; */
}
.dg-img img{
    max-width: 100%;
    min-width: 100%;
    border-radius: 15px;
}
.img-gallery h2 {
    font-size: 19px !important;
}

/* design gallery - end */

/* recent project images - start */
.rp-img{
    padding: 5px;
    cursor: pointer;
    /* height: 250px; */
}
.rp-img img{
    border-radius: 15px;
}
.lg-img-wrap{
    top: 3% !important;
    max-height: 95% !important;
}
/* recent project images - start */


/* Popup Container */
/* Popup Background */
.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1500;
}

/* Popup Container */
/* Popup Background */
.popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    overflow: hidden;
}

/* Popup Container */
.popupdiv {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 900px;
    height: auto;
    max-height: 90vh;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    align-items: center; /* ✅ Ensures content stays centered */
    overflow-y: auto; /* ✅ Allows scrolling if content overflows */
}

/* Left Side Image */
.popimg {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.popimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Side Form */
.formdiv {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    overflow-y: auto; /* ✅ Enables scrolling if needed */
    max-height: 90vh;
}

/* Form */
.formdiv form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto; /* ✅ Keeps form centered */
}

/* Form Fields */
.formdiv .input-custom,
.formdiv select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Close Button */
.clsbtn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.clsbtn button {
    border: none;
    background: red;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
}

/* Responsive Adjustments */

  
@media (max-width: 980px) {
  .popimg {
      display: none;
  }
  .formdiv {
    width: 100%;

}

.formdiv div {
  width: 100%;

}
}

@media (max-width: 768px) {
    .popupdiv {
        flex-direction: column;
        width: 90%;
        height: 90vh;
        justify-content: center;
    }

 
}

/* design gallery popup - start */
.dg-popup{
    z-index: 150;
}
.dg-popupdiv{
    background: var(--black);
    max-width: 80%;
    max-height: 90vh;
    animation: dgpopup 0.5s linear;
}
@keyframes dgpopup {
    0%{
        transform: scale(0.5);
    }
    100%{
        transform: scale(1);
    }
}
.popupinfo{
    max-width: 100%;
    max-height: 100%;
    margin: 30px;
    border-radius: 20px;
    display: flex;
    color: var(--black);
    background-color: var(--white);
}
.pimg{
    width: 55%;
}
.pctn{
    width: 45%;
}
.pimg img{
    border-radius: 20px 0 0 20px;
}
.dg-popup .carousel-control-next,
.dg-popup .carousel-control-prev {
    border-radius: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--logo-color);
    opacity: 1;
}
.dg-popup .carousel-control-next{
    right: 2%;
}
.dg-popup .carousel-control-prev {
    left: 2%;
}
.dg-icon{
    width: 70px;
}
.dg-icon p{
    font-size: 12px;
}
.b-line{
    width: 95%;
    border-bottom: 1px solid var(--gray);
}
/* design gallery popup - end */

/* get your estimate - start */
.gye-div{
    position: relative;
    background: transparent;
    z-index: 0;    
}
.dot-line{
    position: absolute;
    top: 50px;
    border-bottom: 2px dotted var(--lightblack);
    width: 70%;
    z-index: -1;
}
.gye-div .row{
    background: transparent;
}
.gye-img{
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid var(--lightblack);
}
.gye-con{
    flex-direction: column;
}
.esthome-btn2{
    display: none;
}
/* get your estimate - end */

/* calculate - start */
.cal-nav{
    height: 80px;
    box-shadow: 0 1px 5px var(--black);
}
.cal-logo{
    padding-top: 10px;
}
.cal-num{
    padding-top: 30px;
}
.cal-div{
    position: relative;
    z-index: 0;
    padding-top: 30px;
}
.cal-div p{
    font-size: 10px;
}
.prog-line1{
    position: absolute;
    z-index: -1;
    top: 39px;
    left: 16%;
    width: 0%;
    height: 3px;
    background-color: var(--logo-color);
    transition: width 0.3s ease;
}
.prog-line2{
    position: absolute;
    z-index: -2;
    top: 39px;
    left: 16%;
    width: 66%;
    border-bottom: 1px solid var(--lightblack);
}

.prog-dot{
    background-color: var(--white);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--lightblack);
}
.p-active{
    border: 6px solid var(--logo-color);
}
.p-finish{
    background-color: var(--logo-color);
    border: 1px solid var(--logo-color);
}
.p-finish::after{
    content: " ";
    display: block;
    width: 10px;
    height: 6px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    margin-top: 5px;
    margin-left: 4px;
    transform: rotate(-45deg);
}
.cal-form{
    background-color: rgba(232, 230, 230, 0.5);
}
.cal-form-div{
    position: relative;
    margin-top: 20px;
    background-color: var(--white);
    box-shadow: 0 0 5px var(--gray);
    border-radius: 10px;
    width: 800px;
    height: calc(100vh - 100px);
}
.inp-div input{
    transform: scale(1.5);
    margin-right: 10px;
}
.inp-div{
    width: 350px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.div-arrow{
    position: absolute;
    top: 15px;
    right: 15px;
}
.sub-div,
.div-up{
    display: none;
}
.sub-div{
    margin-top: -15px;
    padding: 0 15px 5px;
}
.inp-div2{
    padding: 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}
.non-selected{
    box-shadow: 0 2px 2px gray;
}
.selected{
    border: 2px solid var(--logo-color);
}
.next-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 15px 30px;
    color: var(--white);
    background-color: #b8e2e6;
}
.back-btn{
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 15px 30px;
    color: var(--logo-color);
    background-color: var(--white);
    cursor: pointer;
}
.pac-div{
    width: 100%;
    height: 75vh;
    overflow: auto;
}
.rig-icon{
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}
.rig-icon::before{
    content: " ";
    display: block;
    width: 15px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 5px;
    border: solid var(--logo-color);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}
#ptype{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#finish,
#package{
    display: none;
}
.c-form{
    width: 390px;
}
.c-form input,
.c-form select{
    border: 1px solid var(--lightblack);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.c-form p{
    font-size: 13px;
}
.wp-div label{
    font-size: 14px;
}
/* calculate - end */

/* terms & condition - start */
.tandc{
    padding: 25px !important;
    background-color: var(--white);
    box-shadow: 0 0 5px var(--lightblack);
    border-radius: 15px;
    color: var(--lightblack);
}
.tandc table th,
.tandc table td{
    color: var(--lightblack);
}
/* terms & condition - end */

.my-swal{
    z-index: 2000 !important;
  }
  div:where(.swal2-container){
    z-index: 2000 !important;
  
  }
/* Sweet Alert CSS - end */  

/* landing pages css start */
.lpbanner{
    position: relative;
}
.lpimage{
    overflow: hidden;
}
.lpimage img{
    min-width: 100%;
    min-height: 510px;
}
.lpform{
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lpformdiv{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    padding-right: 10%;
}
.enquiry-form{
    padding: 15px;
    box-shadow: 0 0 15px var(--logo-color);
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur(2px );
    border-radius: 10px;
    min-width: 300px;
    max-width: 420px;
}
.fs-13{
    font-size: 13px !important;
}
.fixed{position: fixed;
    z-index: 2;}
.point{    bottom: 40px;
    right: 55px;}
.whatsapp-icon{
        width: 60px;
    }
/* landing pages css end */

/* customer support page start */
.cssec {
    height: 100vh;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.cssec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    filter: blur(5px);
    z-index: -1;
}
.csdiv{
    background: var(--white);
    box-shadow: 0 0 2px var(--logo-color);
    border-radius: 10px;
    min-width: 30%;
    animation: popup 0.5s linear;
    overflow: scroll;
    padding: 30px;
}
@keyframes popup {
    0%{
        transform: scale(0.5);
    }
    100%{
        transform: scale(1);
    }
}
.csdiv textarea,
.csdiv input {
    border: 1px solid var(--lightgray);
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
/* customer support page end */

/* thank you page start */
.thimg{
    max-width: 100%;
}
.imgdiv{
    background-color: var(--white);
    border-radius: 5px;
}
/* thank you page end */


#otpwrap input {
    width: 40px;
    height: 40px
}

#otpwrap input[type=number]::-webkit-inner-spin-button,
#otpwrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

#otpwrap .form-control:focus {
    box-shadow: none;
    border: 2px solid #229da7
}


#otpwrap2 input {
    width: 40px;
    height: 40px
}

#otpwrap2 input[type=number]::-webkit-inner-spin-button,
#otpwrap2 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}



#otpwrap2 .form-control:focus {
    box-shadow: none;
    border: 2px solid #229da7
}



#otpwrap3 input {
    width: 40px;
    height: 40px
}

#otpwrap3 input[type=number]::-webkit-inner-spin-button,
#otpwrap3 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}



#otpwrap3 .form-control:focus {
    box-shadow: none;
    border: 2px solid #229da7
}


.cutom-resend-otp{
    font-size: 12px !important           ;
}


.toast-top-center {
    top: 20px !important; /* Adjust this value for the space above */
    right: 0;
    left: 0;
    margin: auto;
}

.whatsapp-label{
    width: auto !important;
}

.form-confirm-text{
    font-size: 12px !important;
    cursor: pointer;

  }


  #submit_btn:disabled{
    background-color: #b8e2e6;
    color: #ffffff;
    opacity: 0.6;
    cursor: not-allowed;
  }


    .location-section {
            padding: 50px 0;
            background-color: var(--gray); /* Light grey background similar to image */
        }
        .location-section h2 {
            text-align: center;
            margin-bottom: 40px;
            font-weight: bold;
        }
        .location-item {
            background-color: #fff; /* White background for each location block */
            border-radius: 8px; /* Rounded corners */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
            padding: 20px; /* Inner padding */
            margin-bottom: 30px; /* Space between location blocks */
            height: 100%; /* Make columns equal height if content varies */
            display: flex; /* Use flexbox for internal layout */
            flex-direction: column; /* Stack map and details vertically */
        }
        .map-container {
            width: 100%; /* Map container takes full width */
            margin-bottom: 15px; /* Space between map and details */
        }
        .map-container iframe {
            width: 100%; /* Make iframe fill the container */
            height: 250px; /* Set a fixed height for the map */
            border: 0; /* Remove iframe default border */
            border-radius: 8px; /* Match container rounded corners */
        }
        .details-container {
            flex-grow: 1; /* Allow details to take up remaining space */
        }
        .details-container h3 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 1.3rem; /* Slightly larger heading */
        }
        .details-container .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .details-container .contact-item i {
            font-size: 20px; /* Slightly smaller icons */
            margin-right: 15px;
            color: #555; /* Darker grey for icons */
        }
         .details-container .contact-item span {
             font-size: 1rem; /* Standard text size */
             color: #333; /* Dark grey for text */
         }