.banner_width {width: 85%;margin: 0 auto;z-index: 1;position: relative;}
.search-wrapper{

width: 100%;

background:rgba(255,255,255,.94);

backdrop-filter:blur(18px);

border-radius:18px;

padding:18px 20px;

box-shadow:0 10px 40px rgba(0,0,0,.15);
}

.tabs{

display:flex;
gap:55px;
padding:0 10px 18px;
border-bottom:1px solid #ececec;

}

.tabs a{

text-decoration:none;
color:#222;
font-size:15px;
font-weight:600;
padding-bottom:12px;
position:relative;

}

.tabs a.active{

color:#ff3b7d;

}

.tabs a.active:after{

content:"";
position:absolute;
left:0;
bottom:-1px;
width:100%;
height:2px;
background:#ff3b7d;

}

.search-row{

display:flex;

gap: 8px;

margin-top:18px;
}

.search-box{

flex:2.4;
height:58px;
border:1px solid #ececec;
border-radius:10px;
display:flex;
align-items:center;
padding:0 18px;

}

.search-box i{

color:#ff3b7d;
font-size:18px;

}

.search-box input{

border:none;

outline:none;

width:100%;

padding:0 15px;

font-size:15px;

background: transparent;
}

.nearby{

display:flex;
align-items:center;
gap:8px;
font-size:15px;
font-weight:600;
color:#ff3b7d;
cursor:pointer;

}

.filter{

flex:0.9;
height:58px;
border:1px solid #ececec;
border-radius:10px;
padding:9px 16px;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;

}

.filter small{

display:block;
font-size:11px;
color:#888;
margin-bottom:5px;

}

.filter span{

font-size: 12px;

font-weight:600;

color:#111;
}

.filter i{

color:#666;
font-size:14px;

}

.search-btn{

width: 110px;

border:none;

border-radius:10px;

background:linear-gradient(90deg,#ff7043,#ff2f8e);

color:#fff;

font-size:16px;

font-weight:600;

cursor:pointer;
}

.search-btn i{

margin-left:8px;

}


.prop-card{
    width:280px;
    background:#eef5fc;
    border-radius:14px;
    padding:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.prop-card h2{
    font-size: 20px;
    font-weight: 600;
    color:#222;
    margin-bottom:4px;
}

.prop-card .location{
    font-size:15px;
    color:#777;
    margin-bottom: 10px;
}

.prop-card .price{
    font-size: 20px;
    font-weight: 600;
    color:#298bfe;
    margin-bottom: 10px;
}
.prop-card .price span{color:#298bfe;}

.prop-card .info{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom: 5px;
    color:#444;
    font-size:15px;
}
.prop-card .info span {color:#444}
.prop-card .info svg{
    width: 15px;
    height: 15px;
    fill:#298bfe;
}

.prop-card .btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 8px 10px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius: 6px;
    text-decoration:none;
    color:#222;
    font-size: 14px;
    font-weight: 500;
    transition:.3s;
    margin-top: 10px;
}




.prop-card .info span {color:#444}
.prop-card .info svg{
    width: 15px;
    height: 15px;
    fill:#298bfe;
}

.prop-card .btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 8px 10px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius: 6px;
    text-decoration:none;
    color:#222;
    font-size: 14px;
    font-weight: 500;
    transition:.3s;
    margin-top: 10px;
}

.feature_x_section{
    background:#fff;
}

.feature_x_box{
    background:#fff;
    border:1px solid #f3f3f3;
    border-radius:16px;
    padding: 15px 15px;
    display:flex;
    gap:18px;
    height:100%;
    align-items:flex-start;
    transition:.35s ease;
    box-shadow:0 6px 22px rgba(0,0,0,.04);
    position:relative;
    overflow:hidden;
}



.feature_x_box>*{
    position:relative;
    z-index:2;
}

.feature_x_box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}



.feature_x_icon{
   
}

.feature_x_icon i{
    font-size:28px;
    color:#ff2b78;
    transition:.35s;
}

.feature_x_content h4{
    font-size: 17px;
    font-weight:700;
    margin-bottom:8px;
    color:#222;
    transition:.35s;
}

.feature_x_content p{
    font-size:15px;
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
    transition:.35s;
}

.feature_x_content a{
    text-decoration:none;
    font-size: 15px;
    font-weight:600;
    color:#ff2b78;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:.35s;
}

.feature_x_content a i{
    font-size:13px;
}

.feature_x_box:hover .feature_x_icon{
    background:#fff;
}


.feature_x_box:hover .feature_x_content h4{}




@media(max-width:991px){

    .feature_x_box{
        padding:24px;
    }

}

@media(max-width:576px){

    .feature_x_box{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

}

.feature_x_icon svg{
    width: 56px;
    height: 56px;
    /* fill: red; */
    color: #ea3e74;
}





/* ............detail............ */

 /* NAVBAR */
    .details-navbar{
      width:100%;
      display:flex;
      justify-content: center;
      position:relative;
      z-index:999;
      background: #fff;
      /* box-shadow: 0 2px 5px rgb(0 0 0 / 6%); */
    }

    .details-navbar.sticky{
      position:fixed;
      top: 68px;
      left:0;
      margin-top:0;
      padding: 0px 0;
      background: #ffffff;
      animation:slideDown .3s ease;
    }

    .details-navbar ul{
      display:flex;
      list-style:none;
      background:#fff;
      /* box-shadow:0 2px 10px rgba(0,0,0,0.08); */
      overflow-x:auto;
      white-space:nowrap;
    }

    .details-navbar ul::-webkit-scrollbar{
      display:none;
    }

    .details-navbar ul li a{
      display:block;
      padding: 18px 20px;
      text-decoration:none;
      color:#333;
      font-size: 16px;
      font-weight:500;
      position:relative;
      transition:.3s;
    }

    .details-navbar ul li a:hover,
    .details-navbar ul li a.active{
      color: #0078f7;
    }

    .details-navbar ul li a.active::after{
      content:"";
      position:absolute;
      left:0;
      bottom:0;
      width:100%;
      height:3px;
      background: #0078f7;
      border-radius:10px;
    }

    /* section{
      height:600px;
      width:90%;
      margin:30px auto;
      background:#fff;
      border-radius:12px;
      padding:40px;
    } */

    @keyframes slideDown{
      from{
        transform:translateY(-100%);
      }
      to{
        transform:translateY(0);
      }
    }

    @media(max-width:768px){

      .details-navbar{
        padding:0 10px;
      }

      .details-navbar ul li a{
        padding:15px 16px;
        font-size:13px;
      }

    }
section.bread_prop {
    position: relative;
    background: url(../../assets/img/banner.png);
    padding: 198px 0px 50px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
nav.property-breadcrumb {
    position: relative;
}
section.bread_prop:before
{
    position:absolute;
    content:'';
    background: radial-gradient(circle at 18% 40%, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 22%, rgba(255, 255, 255, .75) 40%, rgba(255, 255, 255, .35) 58%, rgb(255 255 255 / 9%) 72%), linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .90) 18%, rgba(255, 255, 255, .72) 35%, rgba(255, 255, 255, .40) 52%, rgb(255 255 255 / 59%) 65%, rgb(255 255 255 / 45%) 78%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*==================================================
PROPERTY GALLERY
==================================================*/

.property-gallery{
    padding:40px 0;
    background:#fff;
}

.gallery-wrapper{
    position:relative;
    overflow:hidden;
    border-radius:18px;
}

.galleryMain{
    border-radius:18px;
}

.galleryMain .swiper-slide{
    overflow:hidden;
}

.galleryMain img{
    transition:.8s ease;
}

.galleryMain:hover img{
    transform:scale(1.05);
}

/*=========================================
Featured Badge
=========================================*/

.featured-badge{

    position:absolute;
    top:20px;
    left:20px;
    z-index:20;
    background:#ff3158;
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:10px 18px;
    border-radius:8px;
    letter-spacing:.5px;
}


/*=========================================
Navigation
=========================================*/

.gallery-prev,
.gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.45);
    backdrop-filter:blur(12px);
    color:#fff;
    cursor:pointer;
    z-index:20;
    transition:.35s;
}

.gallery-prev{
left:20px;
}

.gallery-next{
right:20px;
}

.gallery-prev:hover,
.gallery-next:hover{
background:#ff3158;
}


/*=========================================
Bottom Blur
=========================================*/

.gallery-action{
position:absolute;
right:20px;
bottom:20px;
display:flex;
gap:15px;
z-index:30;
}

.gallery-btn{
height:50px;
padding:0 22px;
border:none;
border-radius:12px;
background:rgba(20,20,20,.65);
backdrop-filter:blur(18px);
color:#fff;
font-weight:600;
display:flex;
align-items:center;
gap:10px;
transition:.3s;
}

.gallery-btn:hover{
background:#ff3158;
}

.image-count{
height:50px;
padding:0 18px;
border-radius:12px;
background:rgba(20,20,20,.65);
backdrop-filter:blur(18px);
display:flex;
align-items:center;
gap:10px;
color:#fff;
font-weight:600;
}


/*=========================================
Thumbnail Slider
=========================================*/

.galleryThumb{
margin-top:18px;
}

.galleryThumb .swiper-slide{
cursor:pointer;
height:100px;
border-radius:12px;
overflow:hidden;
}

.galleryThumb img{
width:100%;
height:100%;
object-fit:cover;
transition:.4s;
opacity:.75;
}

.galleryThumb img:hover{
transform:scale(1.08);
}

.galleryThumb .swiper-slide-thumb-active img{opacity:1;border: 1px solid #ff3158;}


/*=========================================
More Card
=========================================*/

.more-images{
width:100%;
height:100%;
background:#3b3131;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
color:#fff;
font-weight:700;
border-radius:12px;
}

.more-images span{
font-size:30px;
}

.more-images small{
font-size:15px;
}


/*=========================================
Shadow
=========================================*/

.gallery-wrapper{}


/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

.galleryMain img{
height:420px;
}

.galleryThumb .swiper-slide{
height:80px;
}

}

@media(max-width:768px){

.galleryMain img{
height:280px;
}

.gallery-prev,
.gallery-next{
width:42px;
height:42px;
}

.gallery-action{
left:10px;
right:10px;
bottom:10px;
justify-content:space-between;
}

.gallery-btn{
font-size:13px;
padding:0 15px;
}

.image-count{font-size:13px;}

.galleryThumb .swiper-slide{height:65px;}

}

.property-gallery{
    padding:40px 0;
}

.gallery-wrapper{
    position:relative;
}

/*=============================
        MAIN SLIDER
==============================*/

.galleryMain{
    border-radius:18px;
    overflow:hidden;
    position:relative;
    height: 393px;
    background:#ddd;
}

.galleryMain .swiper-slide{
    overflow:hidden;
}

.galleryMain img{
    width:100%;
    height: 100%;
    object-fit:cover;
    display:block;
}

/*=============================
        FEATURED
==============================*/

.featured-badge{

position:absolute;

top:18px;

left:18px;

z-index:20;

background: #0078f7;

color:#fff;

font-size:12px;

font-weight:700;

padding:8px 14px;

border-radius:8px;

letter-spacing:.5px;

text-transform:uppercase;
}

/*=============================
        NAVIGATION
==============================*/

.gallery-prev,
.gallery-next{

    position:absolute;

    top:50%;

    width:48px;

    height:48px;

    border-radius:12px;

    background:rgba(0,0,0,.45);

    backdrop-filter:blur(10px);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    cursor:pointer;

    z-index:20;

    transition:.35s;

    transform:translateY(-50%);

}

.gallery-prev{

    left:18px;

}

.gallery-next{

    right:18px;

}

.gallery-prev:hover,
.gallery-next:hover{

    background:#fff;

    color:#111;

}

.gallery-prev i,
.gallery-next i{

    font-size:18px;

}

/*=============================
        BOTTOM PANEL
==============================*/

.gallery-bottom{

    position:absolute;

    right:18px;

    bottom:18px;

    display:flex;

    align-items:center;

    gap:12px;

    z-index:20;

}

.view-gallery{

    border:none;

    background:rgba(0,0,0,.60);

    color:#fff;

    padding:12px 18px;

    border-radius:12px;

    display:flex;

    align-items:center;

    gap:8px;

    font-weight:600;

    backdrop-filter:blur(12px);

    transition:.3s;

}

.view-gallery:hover{

    background:#fff;

    color:#111;

}

.gallery-counter{

    background:rgba(0,0,0,.60);

    color:#fff;

    padding:12px 18px;

    border-radius:12px;

    display:flex;

    align-items:center;

    gap:8px;

    backdrop-filter:blur(12px);

    font-weight:600;

}

/*=============================
        THUMBNAILS
==============================*/

.galleryThumb{

    margin-top:12px;

}

.galleryThumb .swiper-slide{

height: 78px;

width: 100px;

border-radius:12px;

overflow:hidden;

cursor:pointer;

opacity:.6;

transition:.35s;

border:3px solid transparent;
}

.galleryThumb img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.galleryThumb .swiper-slide-thumb-active{

opacity:1;

border-color:#fff;
}

/*=============================
        MORE CARD
==============================*/

.more-slide{

    position:relative;

}

.more-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-weight:700;

}

.more-overlay span{

    font-size:24px;

}

.more-overlay small{

    font-size:14px;

}

/*=============================
        RESPONSIVE
==============================*/

@media(max-width:992px){

.galleryMain{

height:420px;

}

.galleryMain img{

height:420px;

}

}

@media(max-width:768px){

.galleryMain{

height:300px;

}

.galleryMain img{

height:300px;

}

.gallery-prev,
.gallery-next{

width:40px;
height:40px;

}

.gallery-bottom{

right:10px;
bottom:10px;

gap:8px;

}

.view-gallery,
.gallery-counter{

padding:10px 14px;

font-size:13px;

}

.galleryThumb .swiper-slide{

height:70px;

}

}


.content_wrap_d h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 16px;
}
.content_wrap_d p {
    font-size: 14px;
    margin-bottom: 10px;
}


.nex_s {
    background: #e9e9e9fa;
    padding: 25px 25px;
    border-radius: 7px;
}

ul.f_detail {
    display: flex;
    flex-wrap: wrap;
    /* gap: 0px 20px; */
    justify-content: space-between;
}


ul.f_detail li {
    width: 30%;
    margin-bottom: 20px;
    padding: 2px 9px;
}

ul.f_detail li span {color: #000;font-weight: 600;font-size: 16px;line-height: 16px;}

ul.f_detail li p {
    font-size: 14px;
    margin: 0;
    color: #262626;
}
ul.f_detail li:last-child{
    margin-bottom:0px;
}

.content_wrap_d table{
            width: 100%;
            border-collapse: collapse;
            background: #fff;
        }

        .content_wrap_d table thead{
            background: #e9e9e9;
        }

       .content_wrap_d table th{
            padding: 10px 20px;
            text-align: center;
            font-size: 16px;
            color: #222;
            /* border: 1px solid #e5e5e5; */
        }

        .content_wrap_d table td{
            padding: 20px 0px;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
        }

        .content_wrap_d table td:nth-child(4) {
  color: #ee4180;
}


.floor_plan {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.floor_plan img {
    width: 30%;
    height: 158px;
    object-fit: cover;
    border-radius: 7px;
}

     .amenities-box{
      background:#fff;
      /* padding:18px 20px; */
      border-radius:4px;
    }

    /*================ ITEM =================*/

    .amenity-item{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:12px;
      color:#222;
      transition:.3s;
      cursor:pointer;
    }

    .amenity-item:hover{
      transform:translateX(3px);
    }

    /*================ ICON =================*/

    .amenity-item i{
      font-size:14px;
      color:#000;
      line-height:1;
    }

    .amenity-item span{
      white-space:nowrap;
      font-weight: 500;
      font-size: 16px;
      color: #262626;
    }

    /*================ REMOVE EXTRA MARGIN =================*/

    .amenity-item.last{
      margin-bottom:0;
    }

    @media(max-width:767px){

      .amenity-item{
        font-size:11px;
      }

    }
    .amenity-item img {
    width: 25px;
}

.row_fx {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.div_ad {
    padding: 10px 18px;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    margin-bottom: 7px;
}
ul.adv_li {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

ul.adv_li li img {
    width: 50px;
    margin: auto;
    display: block;
}

ul.adv_li li {
    padding: 9px 16px;
    background: #ececec54;
    /* gap: 21px; */
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 14%;
    text-align: center;
}

ul.adv_li li p {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 600;
}
.adv_icon {
    margin-top: 24px;
}
.review-card{
      background:#fff;
      border-radius:22px;
      padding: 11px;
      height:100%;
      box-shadow:0 0 10px rgba(0,0,0,0.04);
      transition:.3s;
      border: 1px solid #ececec;
    }

    .review-card:hover{
      transform:translateY(-5px);
    }

    .review-header{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      margin-bottom:20px;
    }

    .review-user{
      display: block;
    }

    .review-user img{
      width:60px;
      height:60px;
      border-radius:12px;
      object-fit:cover;
    }

    .review-user h5{
      margin:0;
      font-size: 13px;
      font-weight:700;
      margin-top: 9px;
    }

    .stars{
      color:#ff9800;
      font-size: 10px;
    }

    .review-text{
      color:#5f6673;
      font-size: 12px;
      line-height:1.7;
    }

    @media(max-width:991px){

      .big-rating{
        font-size:70px;
      }

      .star-big{
        font-size:50px;
      }

      .review-count{
        font-size:28px;
      }

      .summary-title{
        font-size:30px;
      }

      .recommend-box h3{
        font-size:40px;
      }

      .recommend-box p{
        font-size:20px;
      }

      .top-review-title{
        font-size:30px;
      }

      .review-user h5{
        font-size:22px;
      }

      .review-text{
        font-size:18px;
      }
    }

    .container.review-section {
    display: block;
}
.star_s i {
    font-size: 28px;
    margin-left: 14px;
    color: #ffb400;
}

section.Project_det {
    padding-top: 50px;
}




.form_sid_wrap .form-group{
    margin-bottom:15px;
}

.form_sid_wrap .form-group input,
.form_sid_wrap .form-group select{
    width:100%;
    height:45px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    padding:0 15px;
    outline:none;
    font-size:14px;
}

/* BUTTON */

.form_sid_wrap .submit-btn{
    width:100%;
    height:45px;
    border:none;
    background: #0078f7;
    color:#fff;
    border-radius:6px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
}
.form_sid h2 {
    font-size: 25px;
    font-weight: 600;
    color: #0078f7;
    margin-bottom: 10px;
}
.form_sid {
    padding: 20px 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
}
.aside {
    width: 100%;
    position: sticky;
    top: 134px;
}
.wpar_project_det {
    padding-right: 50px;
}

.nv_wrp {
    box-shadow: 0 4px 28px rgba(26, 26, 46, 0.12);
}

/*=====================================
        CONTACT HERO SECTION
======================================*/

.contact-section{
    position:relative;
    padding: 60px 0;
    overflow:hidden;
    background: #fff;
}

.contact-overlay{

position:absolute;

inset:0;

background: linear-gradient(90deg, rgb(14 14 15 / 85%) 0%, rgb(10 18 35 / 67%) 45%, rgb(10 18 35 / 0%) 100%);
}

/* Container */

.contact-section .container{
    position:relative;
    z-index:2;
}

/*=====================================
            LEFT CONTENT
======================================*/

.contact-content{

    color:#fff;

    max-width:620px;

}

.sub-title{

display:inline-flex;

align-items:center;

gap:10px;

padding:8px 18px;

border-radius:40px;

background: rgb(238 65 128 / 18%);

border: 1px solid rgb(238 65 128);

color: #262626;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

margin-bottom:25px;
}

.contact-content h2{

font-size: 35px;

line-height:1.15;

font-weight:800;

margin-bottom:25px;

color: #262626;
}

.contact-content p{

font-size:18px;

line-height:1.9;

color: #262626;

margin-bottom:35px;
}

/*=====================================
            FEATURES
======================================*/

.contact-features{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

    margin-bottom:40px;

}

.contact-features div{

display:flex;

align-items:center;

gap:10px;

font-size:16px;

color: #262626;
}

.contact-features i{

color: #ee4180;

font-size:18px;
}

/*=====================================
            BUTTONS
======================================*/

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.call-btn{

background: #0272f3;

color:#fff;

padding: 12px 34px;

border-radius:14px;

text-decoration:none;

height: auto;

font-weight:700;

transition:.35s;

display:inline-flex;

align-items:center;

gap:10px;

box-shadow: 0 15px 35px rgb(85 50 60 / 26%);
}

.call-btn:hover{

/* transform:translateY(-4px); */

background: #ffffff;

color:#fff;
}

.outline-btn{

padding:16px 34px;

border: 2px solid rgb(0 116 242);

color: #0074f2;

text-decoration:none;

border-radius:14px;

transition:.35s;

font-weight:700;

height: auto;
}

.outline-btn:hover{

background: #00c9b7;

color: #fbf8f8 !important;

border-color: #00ccbb;
}

/*=====================================
      IMAGE ANIMATION
======================================*/

.contact-section::after{

    content:"";

    position:absolute;

    inset:0;

    background:inherit;

    transform:scale(1.08);

    animation:bgZoom 25s linear infinite alternate;

    z-index:-1;

}

@keyframes bgZoom{

0%{

transform:scale(1.05);

}

100%{

transform:scale(1.15);

}

}

/*=====================================
        CONTACT FORM CARD
======================================*/

.contact-form-card{
    position:relative;
    padding: 30px;
    border-radius:24px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:
    0 25px 70px rgba(0,0,0,.18);
    overflow:hidden;
    transition:.35s;
}

.contact-form-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 35px 80px rgba(0,0,0,.22);

}

.contact-form-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background: linear-gradient(90deg, #f37ba7, #f3558e, #ee4180);
}

/*========================*/

.form-heading{

    margin-bottom:30px;

}

.form-heading h3{

font-size: 25px;

font-weight: 600;

color:#16213E;

margin-bottom:8px;
}

.form-heading p{

    color:#666;

    line-height:1.7;

}

/*========================*/

.form-group{

position:relative;

margin-bottom: 14px;
}

.form-group i{

    position:absolute;

    top:50%;

    left:18px;

    transform:translateY(-50%);

    color:#8B8B8B;

    transition:.3s;

    font-size:16px;

}

.form-group.textarea i{

    top:22px;

    transform:none;

}

/*========================*/

.form-group input,
.form-group select,
.form-group textarea{

width:100%;

border:2px solid #E5E7EB;

border-radius:14px;

background:#fff;

padding: 12px 18px 12px 10px;

font-size:15px;

transition:.3s;

outline:none;

color:#222;
}

/*========================*/

.form-group textarea{

    resize:none;

    min-height:130px;

}

/*========================*/

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{

border-color: #ee4382;

box-shadow:
    0 0 0 4px rgba(167,201,87,.15);
}

.form-group:focus-within i{

    color:#A7C957;

}

/*========================*/

.submit-btn{

width:100%;

height:60px;

border:none;

border-radius:14px;

background: linear-gradient(90deg, #0074f2, #5cadfb);

color:#fff;

font-size:17px;

font-weight:700;

cursor:pointer;

transition:.35s;

display:flex;

justify-content:center;

align-items:center;

gap:12px;
}

.submit-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 20px 40px rgba(167,201,87,.35);

}

.submit-btn i{

    transition:.3s;

}

.submit-btn:hover i{

    transform:translateX(6px);

}

/*========================*/

.trust-line{

    margin-top:22px;

    text-align:center;

    color:#666;

    font-size:14px;

}

.contact-info{

position:relative;

z-index:5;

padding-bottom: 50px;
}

.info-card{

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

    box-shadow:
    0 10px 40px rgba(0,0,0,.08);

    height:100%;

}

.info-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 20px 60px rgba(0,0,0,.12);

}

.info-card .icon{

width:72px;

height:72px;

margin:auto;

border-radius:50%;

background: #0172ed;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

margin-bottom:20px;

transition:.35s;
}

.info-card:hover .icon{

    transform:rotate(10deg) scale(1.1);

}

.info-card h5{

    font-weight:700;

    margin-bottom:10px;

}

.info-card a{

    color:#555;

    text-decoration:none;

}

.info-card a:hover{

    color:#A7C957;

}

.form-group{

    position:relative;

}

.form-group label{

    position:absolute;

    left:50px;

    top:18px;

    color:#888;

    transition:.3s;

    pointer-events:none;

    background:#fff;

    padding:0 6px;

}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,

.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label,

.form-group select:focus+label{

    top:-10px;

    left:42px;

    color:#8BC34A;

    font-size:13px;

    font-weight:600;

}