
body{
    background-color: #f4f5ff;
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #222222;
}

ul{
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

a{
    text-decoration: none;
}

.contactlist li{
    margin-right: 15px;
}

.headertop{
    background-color: #0282C9;
    padding: 5px 0;
    color: #fff !important;
}

.headertop a{
    color: #fff !important;
}

.headertop a i{
    color: #fff !important;
}


.headerbottom{
    background-color: #fff;
    border-top: 1px solid #d8dae0;
    border-bottom: 1px solid #d8dae0;
    padding: 2px 0;
}

.customctabtn{
    padding: 10px 20px;
    background-color: red;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.buttonfs{
    margin: 10px 0;
}

.helpline-fs a{
    font-size: 17px;
    font-weight: 800;
    color: #019341;
    border: 2px solid #019341;
    padding: 8px 20px;
    display: inline-block;
}

.fs-fold{
    background-color:#FFE1AF;
}

.registration-fs-amount{
    padding: 12px 0;
}
.registration-fs-amount h4{
    font-size: 18px;
}


.fsinner{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
}

.image-fs {
    flex: 2;
}

.image-fs img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fs-text h1{
    color: #000;
    font-size: 24px !important;
    line-height: 40px;
        font-weight: 600;
}

}



@media (min-width: 1200px) {
    .fsinner {
        display: flex;
        height: 570px;
    }
}

.blink_text {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

.fs-text {
    padding: 30px 40px;
    flex: 1;
    align-self: center;
    color: #1a1a1a;
}

.fs-text h1{
    color: #000;
    font-size: 30px;
    line-height: 42px;
        font-weight: 600;
}

.fs-text h3{
    color: #019341;
    font-size: 20px;
    line-height: 25px;
}

.locationlist {
    font-size: 16px;
    font-weight: 500;
    padding: 3px 0;
}


.locationlist i{
    font-size: 16px;
    margin-right: 10px;
}

.navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: space-between !important;
    }


.headerbottom .collapse.show{
        position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2147483647;
    top: 100%;

}

.ctmlist a {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
}
.ctmlist a i{
    margin-right: 8px;
    font-size: 14px;
    color: #3b3d4a;
}

.nav-item a{
    color: #222222;
    font-weight: 500;
    padding: 0px 12px !important;
}

.firstfold{
    z-index: 9;
    position: relative;
    padding-top: 30px;
}

.swiper {
    width: 100%;
    height: 100%;
    
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
  }

  @media (max-width: 576px) {
    .swiper-slide img {
        display: block;
        width: 100%;
      }

      .contactlist{
        flex-direction: column;
        text-align: center;
      }
  }

  .swiper-button-prev, .swiper-button-next {
    color: #fff; /* Change color */
    font-size: 12px; /* Adjust icon size */
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}


.applysectionwithdate{
    z-index: 10;
    position: relative;
    background-color: #E9650C;
}

.innerdiv{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
}

.listbox{
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #d8dae0;
}

.listbox a{
    background-color: #FF0000;
    padding: 14px 35px;
    color: #fff !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.listbox:last-child{
    flex-grow: 1;
    text-align: center;
    border-right: none!important;
}

.dates span{
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.dates h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}


.downloadsec{
    padding: 80px 0;
}

.innerdetailss{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 30px;
}

@media (min-width: 1200px) {
    .innerdetailss{
        column-gap: 80px;
        row-gap: 30px;
    }
    /* .detailsmaintitle{
        width: 65% !important;
    } */
}

.bgdetaisls{
    background-color: #fff;
    padding: 40px;
    border: 1px solid #d8dae0;
    border-radius: 20px;
}

.detailsmaintitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.projectnametitle{
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

.infoitem{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.infoitem i{
    margin-right: 10px;
}

.detailsleft{
    flex-grow: 3;
}


.detailsright{
    /* flex-grow: 1; */
}

.reralinkk{
    text-align: center;
    margin-top: 10px;
}

.rerabtnview{
    color: #2563EB;
    text-decoration: underline;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.overview{
    padding: 30px 0 0;
}

.registrationamount{
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 20px;
    font-size: 22px;
}

.banklogo img{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.reracheck{
    margin-top: 10px;

}

.reracheck h6{
    font-size: 14px;
}
.reracheck h6 a{
    text-decoration: underline;
}

.refundtext{
    margin-top: 30px;
    font-size: 10px;
    margin-bottom: 0;
}

.boxlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 40px;
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .boxlist{
        justify-content: center;
    }
}

.itemboxes{
    padding: 40px 30px;
    background-color: #fff;
    border: 1px solid #d8dae0;
    border-radius: 15px;
    text-align: center;
    width: 23%;
}

.iconimg{
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8dae0;
    padding: 10px;
    border-radius: 100%;
    margin: 0 auto;
}

.iconimg img{
    width: 100%;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.contentbox{
    margin-top: 20px;
    text-align: center;
}

.contentboxtitle{
    font-size: 21px;
}

.buttonbox a{
    color: #673de6;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}


.aboutproject{
    /* background-color: #673de6; */
    padding: 20px 0 0px;
}

.location-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 30px;
}

.inneritemsmain{
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1;
}

.inneritemsmain.itemone{
    padding: 30px 40px;
    color: #fff;
}


/* .itemone{
    flex-grow: 2;
    flex-basis: 0;
    flex-shrink: 2;
}

.itemtwo{
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1;
} */

.imagemainabout img{
    border-radius: 0px;
}


@media (min-width: 992px){
    .imagemainabout{
        text-align: end;
    }

}

.locationmapp{
    padding: 40px 0 60px;
}

.imagelocation{
    text-align: center;
}
.imagelocation img{
    border-radius: 0px;
    width: 100%;
    height: 480px;
    object-fit: cover;
}


.locationlist li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}

.locationlist li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ffffff;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.amenitieslist{
    padding: 80px 0;
    background-color: #fff;
}

.listsall{
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.projectvideo{
    padding: 80px 0;
}


.videobannner{
    text-align: center;
}

.videobannner video {
    width: 820px;
    max-width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #c0c0c0;
    /* margin: 0 auto; */
}

.footermain{
    background-color:#123B8B ;
    padding: 25px 0;
    color: #fff;
}

.footercolumnsmain{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*
.footercolleft{
    width: 20%;
    height: 100%;
    padding: 50px;
}

 */

 .footercolright{
    margin-top: 20px;
}

.menudiv{
    text-align: center;
}

.menudiv ul{
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width:991px){
    .topdivft {
        flex-wrap: wrap;
        
    }

    .boxlist .itemboxes{
        width: 30%;
    }

    .menudiv{
        width: 100%;
        border-bottom: 2px solid #fff;
        border-right: 0px !important;
    }
    .sptemail {
        width: 100%;
    }

    .sptemail {
        width: 100% !important;
    }

    .navbar-nav{
        margin-top: 20px;
        border-top: 1px solid #01589d;
        padding: 30px 0px;
    }

    .navbar-nav .nav-item{
        padding: 10px 0;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

   .headerbottom .collapse.show{
        position: absolute;
    left: -10px;
    right: -10px;
    z-index: 2147483647;
    top: 100%;
    background-color: #e9e9e9;
}

   .headerbottom .navbar-collapse{
        position: absolute;
    left: -10px;
    right: -10px;
    z-index: 2147483647;
    top: 100%;
    background-color: #e9e9e9;
}


.fsinner{
    flex-wrap: wrap;
            flex-direction: column;
}

.fsinner> *{
    width: 100%;
}

.innerdivshops{
    flex-wrap: wrap;
    flex-direction: column;
}

.aboutprojectdeendayal{
    flex-wrap: wrap;
    flex-direction: column;
}
.innerdivdates{
    flex-wrap: wrap;
    flex-direction: column;
}

.pt-getintouch-inner{
    flex-wrap: wrap;
    flex-direction: column;
}




}

@media(max-width:767px){
    .footercolumnsmain{
        flex-direction: column;
    }
    .footercolleft{
        width: 100%;
        padding: 35px
    }

    .footercolright {
        width: 100%;
        height: 100%;
        border-left: 0px;
        border-top: 2px solid #fff;
    }

    .innerdiv {
        flex-wrap: wrap;
    }


    .bordersm{
        border-bottom: 2px solid #d8dae0;
    }

    .innerdiv .listbox:nth-child(2){
        border-right: 0px !important;
    }

    .innerdiv .listbox{
        width: 50%;
        padding: 20px;
        /* border-right: 0px !important; */
    }
    .innerdetailss{
        flex-direction: column;
    }

    .applysectionwithdate{
        padding: 0px 15px;
    }

    .innerdiv {
        padding: 20px 30px !important;
    }

    .boxlist .itemboxes {
        width: 45%;
    }

    .location-div{
        flex-direction: column;
    }
    .reraimg{
        text-align: center;
    }

    .mobileandemial{
        flex-direction: column;
        justify-content: center;
        align-content: center;
                flex-wrap: wrap;
    }
    
    .currenttime{
        text-align: center;
    }
}


@media (max-width: 498px) {
    .innerdiv .listbox {
        width: 100% !important;
        border-right: 0px !important;
        border-bottom: 2px solid #d8dae0;
    }

    .innerdiv .listbox:last-child {
        border-bottom: 0px !important;
    }
    .listbox a {
        display: block;
    }
    .infoitem{
        font-size: 12px;
    }

    .downloadsec{
        padding: 70px 20px;
    }

    .boxlist .itemboxes {
        width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 95% !important;
    }

    .detailsleft {
        flex-grow: 3;
        flex-basis: 0;
    }
    .detailsright {
        flex-grow: 2;
        flex-basis: 0;
    }
}

.topdivft{
    height: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottomdivft{
    width: 920px;
    max-width: 100%;
}

.sptemail {
    text-align: center;
    padding: 30px;
    width: 50%;
}

.customemial{
    font-size: 16px;
}

.bottomdivft p{
    padding: 20px 0 0;
    margin-bottom: 0;
    font-size: 12px;
}

.footerlogo {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
}

.menudiv li a{
    margin: 0px 6px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.applyblock a{
    background-color: #FF0000;
    padding: 14px 35px;
    color: #fff !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 180px;
    text-align: center;
    margin-bottom: 20px;
}

.headbreadcrumbmenu {
    background-color: #E9650C;
}

.headarea{
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headtitle{
    font-size: 36px;
    font-weight: 500;
}

.contentinner .innermaintitle {
    font-size: 26px;
    margin-bottom: 20px;
}


.contentinner .innersubtitle {
    font-size: 20px;
    margin-bottom: 12px;
}


.contentinner .innerblockk {
    margin-bottom: 20px;
}

.contentinner{
    padding: 60px 0;
}

.listitemmmm {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}


.innerlist li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #3b3d4a;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #e2dbfc;
    color: #222;
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    position: relative;
    display: flex;
    margin: 30px 0px 0px;
}


.marquee-wrapper {
    display: flex;
    width: max-content;
    animation: marquee 25s linear infinite;
}

.marquee {
    display: flex;
    gap: 50px;
    min-width: 100vw;
}

/* Add margin to create a gap between the original and duplicate text */
.marquee + .marquee {
    margin-left: 100px; /* Adjust this value to set the gap */
}

/* Infinite scrolling effect */
@keyframes marquee {
    from {
        transform: translateX(50vw);
    }
    to {
        transform: translateX(-100%);
    }
}

.marquee-container:hover .marquee-wrapper {
    animation-play-state: paused;
}

input[type=text], input[type=email], input[type=date], input[type=tel], input, select{
    border-radius: 0px !important;
    height: 46px !important;
    color: #000;
    border: 1px solid #01589d;
    box-shadow: none !important;
    outline: none !important;
}

textarea{
    border-radius: 0px !important;
    color: #000;
    border: 1px solid #01589d !important;
        box-shadow: none !important;
    outline: none !important;
}


.contentboxx{
    padding: 80px 0;
}

.form-group{
    text-align: left;
    margin-bottom: 20px;
}

.form-group label{
    margin-bottom: 10px;
}

.contact-submit{
    background-color: #01589d;
    color: #fff;
    padding: 10px 26px;
    font-weight: 500 !important;
    border-radius: 0px;
    border: 2px solid #01589d;
}

.contact-submit:hover{
    background-color: #fff;
    color: #01589d;
    padding: 10px 26px;
}

th {
    font-size: 13px;
    width: 100px;
    padding: 8px 10px;
}

td {
    font-size: 13px;
    padding: 8px 10px;
}

table {
    border-collapse: collapse;
}

@media(min-width:768px){
    .rtgsdetail{
        margin-left: 20px;
        margin-top: 0 !important;
    }
}

.rtgsdetail{
    margin-top: 40px;
}

.deendayalshopssection{
    padding: 80px 0;
}

.accordion-button:not(.collapsed){
    background-color: #123B8B !important;
    color: #fff !important;
    padding: 16px 20px !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button{
    font-weight: 500;
    font-size: 16px;
}

.accordion-button:focus {
    z-index: 3;
    box-shadow: none !important;
    outline: none !important;
}


        /* Gallery Grid */
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
            gap: 15px;
            max-width: 100%;
            margin: auto;
        }

        .gallery img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 10px;
            transition: transform 0.3s ease-in-out;
            cursor: pointer;
        }



        /* Responsive Breakpoints */
        @media (max-width: 768px) {
            .gallery {
                grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
            }
        }

        @media (max-width: 480px) {
            .gallery {
                grid-template-columns: 1fr; /* 1 column on mobile */
            }
        }

/* @media (max-width:767px){
    .mobilebanner{
        display: block !important;
    }

    .desktopbanner{
        display: none !important;
    }
}

.mobilebanner{
    display: none;
}

.desktopbanner{
    display: block;
} */



.sliderbanner, .carousel-inner, .carousel-item, #carouselExampleAutoplaying {
    height: 100% !important;
}

.pt-image-date img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.textimpt{
    padding: 30px 15px;
    text-align: center;
}

.textimpt h4{
    font-size: 22px;
}

.innerdivshops{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 30px;
}

.twoinneritem{
    flex: 1;
    text-align: center;
    background-color: #0557a8;
    color: #fff;
    padding: 14px 30px;
    border-radius: 10px;
}

.twoinneritem h3{
    font-size: 22px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 0;
}

.twoinneritem h3 span{
   color: #FFE1AF;
}


.aboutprojectdeendayal{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.custom-dd-content {
    flex: 2;
}
.ddform-custom {
    flex: 1;
}

.projectdeendayal{
    padding: 20px 15px;
}

.formtitle{
    font-size: 22px;
}

.viewdocumentbtn{
        display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btndocs{
padding: 10px 20px;
    background-color: red;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

@media (min-width: 992px) {
    .impdates {
        padding-top: 60px !important;
    }
}

.impdates {
    padding: 30px 0px 20px;
}

.innerdivdates {
    display: flex;
    align-items: center;
    gap: 50px;
}

.impdates .dates {
    color: #ffffff;
    background-color: #e62d2f;
    padding: 20px 35px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 26px;
}

.impdates .unitallocation {
    border: 2px solid #d6d6d6;
    padding: 20px 35px;
    border-radius: 10px;
}

.impdates .unitallocation h5 {
    font-size: 24px;
}

.impdates .unitallocation span {
    color: #d52728;
    font-weight: 700;
}


.payment-plan {
    padding: 50px 15px 0px;
}

.download-docs {
    padding: 50px 15px 0px;
}

.payment-plan .ddtitle {
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.ddtitle {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.tablepayment {
    width: 100%;
    overflow-x: auto;
}

.paymentplancentertext table th, .paymentplancentertext table td {
    text-align: center !important;
    vertical-align: middle;
}

table thead th {
    background-color: #E9650C !important;
    color: #ffffff !important;
    font-size: 15px !important;
    vertical-align: middle;
    font-weight: 600;
}

table th, table td {
    text-align: left;
    padding: 10px !important;
}

.paymentplancentertext table tbody td, .paymentplancentertext table tbody th {
    white-space: nowrap;
}

table th, table td {
    font-size: 14px !important;
    font-weight: 500;
    color: #000000;
    border: 1px solid #000;
}

.project-location{
    background-color: #00A85A;
}

.refundabletext{
    padding: 20px 15px;
    background-color: #01589d !important;
    color: #fff;
    text-align: center;
}

.refundabletext p{
    margin-bottom: 0;
    font-size: 22px;
}

.download-inner{

    text-align: center;
}

.refund-blink {
    animation: textblink 1s infinite;
}

@keyframes textblink {
    0% {
    opacity: 0;
}

50% {
    opacity: 1;
}
100% {
    opacity: 0;
}

}

.registrationclosed {
    padding: 15px;
}

.registrationclosed a{
    display: block !important;
    text-align: center;
}


   .gallery {
      display: grid;
      gap: 30px;
      /* Desktop default: 6 columns */
      grid-template-columns: repeat(6, 1fr);
      align-items: start;
    }

    /* Tablet: 3 columns */
    @media (max-width: 1024px) {
      .gallery {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    /* Mobile: 2 columns */
    @media (max-width: 600px) {
      .gallery {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    .card {
      background: white;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(12, 20, 30, 0.06);
      display: flex;
      flex-direction: column;
      min-height: 0;
    }

    /* Make images cover the card area and keep aspect ratio */
    .card img {
      width: 100%;
      height: 0;
      padding-bottom: 66.666%; /* 3:2 aspect ratio */
      object-fit: cover;
      display: block;
    }

    /* Replace the padding-bottom trick with aspect-ratio when supported:
       .card img { aspect-ratio: 3 / 2; width:100%; height:auto; } */

    figure {
      margin: 0;
    }

    figcaption {
      height: 48px;
      display: flex;
      align-items: center;
      padding: 0 12px;
      font-weight: 600;
      font-size: 0.95rem;
      background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,1));
    }

    /* Optional: hover lift */
    .card:hover {
      transform: translateY(-6px);
      transition: transform 200ms ease;
      box-shadow: 0 14px 30px rgba(12,20,30,0.09);
    }

    /* Make headings wrap nicely */
    figcaption .title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .dd-amenities{
        padding: 30px 15px;
    }

    .pt-getin-touch {
    background-color: #F7F7F7;
    padding: 60px 20px;
}

.pt-getin-touch .pt-maintitle {
    font-weight: 600;
}

.pt-getintouch-inner {
    display: flex
;
    align-items: center;
    gap: 50px;
    /* margin-bottom: 40px; */
}

.contactdetails {
    flex: 1;
}

.pt-cardsstems {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
}

.icon {
    background-color: #F78420;
    width: 45px;
    height: 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border-radius: 100%;
}

.icon i {
    color: #fff;
}

.pt-cardsstems h4 {
    font-weight: 600;
    font-size: 22px;
}

.pt-cardsstems p {
    margin-bottom: 0;
}

.formdiv {
    flex: 1;
}


.banerheaing{
    margin-bottom: 20px;
}

.bnnerform{
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 25px !important;
}

.bnnerform input{
    border-radius: 10px;
}

.bnnerform textarea{
    height: 70px !important;
}
