/* RESET STYLES */

/* =========================================================
   GIFT CITY RESALE SECTION
========================================================= */

* {
    box-sizing: border-box;
}

.gift-resale-section {
    width: 100%;
    padding: 20px 15px 40px 15px;
    background: #ffffff;
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #1f4583;
    /* box-sizing: content-box; */
}

.gift-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Beyond Section */
    .home-resale-opportunities-sec {
        width: 60%;
        display: table;
        padding: 5px 0px 40px 0px;
        box-sizing: border-box;
    }
        .resale-property-section {
        width: 100%;
    display: table;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    }
    .img-width-100 {
        width: 100%;height: auto;
    }
    .resale-property-section ul{    display: flex;
    margin-top: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;}
  .resale-property-section ul li{ background: url(../images/explore-btn-blue-arrow-icon2.png) no-repeat 11px 3px; list-style: none; padding: 0 0 8px 39px;
    line-height: 18px;
    font-size: 18px;
    color: #162347;
    display: table;
    font-weight: 700;}
  #beyond-paragraph{ color: #314564 !important;
    padding: 0 15px 20px 20px !important;
    font-size: 16px;
    line-height: 25px;}
  .resale-property-section ul li:first-child{background: none; padding-left: 0px;}

/* Beyond Section */


/* =========================================================
   STATS
========================================================= */

.gift-stats {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 9%);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 32px;
    padding: 16px;
}

.gift-stat-box {
    position: relative;
    min-height: 120px;
    padding: 15px 10px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gift-stat-box:nth-child(1),
.gift-stat-box:nth-child(2) {
    border-bottom: 1px solid #dbe5f5;
}

.gift-stat-box:nth-child(1),
.gift-stat-box:nth-child(3) {
    border-right: 1px solid #dbe5f5;
}

.gift-stat-icon {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 7px;
}
.gift-stat-icon img{
    width: 50px;
    height: auto;
}

.gift-stat-box strong {
    font-size: 20px;
    color: #ff202b;
    font-weight: 700;
}

.gift-stat-box span {
    font-size: 16px;
    color: #2b3d66;
    margin-top: 5px;
}


/* =========================================================
   HEADING
========================================================= */

.gift-heading {
    margin-bottom: 18px;
}

.gift-heading h2 {
    margin: 0;
    color: #1f4583;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 700;
}

.heading-line {
    width: 40px;
    height: 4px;
    background: #ff202b;
    margin: 10px 0;
}

.gift-heading p {
    margin: 0 0 12px 0;
    color: #314564;
    font-size: 16px;
    line-height: 1.4;
}


/* =========================================================
   SLIDER
========================================================= */

.gift-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.gift-slides {
    display: flex;
    transition: transform 0.55s ease-in-out;
    will-change: transform;
}

.gift-slide {
    min-width: 100%;
}
/* .gift-slider .gift-slider-prev{display: none;}
.gift-slider .gift-slider-next{display: none;} */

/* =========================================================
   PROPERTY CARD
========================================================= */

.property-card {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f5;
    /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); */
}

.property-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.property-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-label {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 12px;
    background: #114fbf;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}


/* =========================================================
   PROPERTY CONTENT
========================================================= */

.property-content {
    padding: 20px;
    box-sizing: border-box;
}

.property-content h3 {
    margin: 0 0 4px;
    color: #1f4583;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.property-location {
        display: block;
    color: #5369b1;
    font-size: 13px;
    margin-bottom: 12px;
}

.property-info {
    margin-top: 5px;
        margin-bottom: 10px;
}

.property-info small {
        display: block;
    color: #4058a7;
    font-size: 15px;
    margin-bottom: 3px;
}

.property-info strong {
        display: block;
    color: #1f4583;
    font-size: 17px;
    line-height: 1.2;
}

.property-info.saving strong {
    color: #07933d;
}

.property-note {
    margin: 8px 0 15px;
    color: #5264a4;
    font-size: 12px;
    line-height: 1.3;
}


/* =========================================================
   VIEW DETAILS BUTTON
========================================================= */

.property-btn {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #061b42;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.25s ease;
    box-sizing: border-box;
}

.property-btn:hover {
    background: #0c2d6b;
}

.property-btn .arrow {
    font-size: 21px;
    line-height: 1;
}


/* =========================================================
   SLIDER BUTTONS
========================================================= */

.gift-slider-prev,
.gift-slider-next {
    position: absolute;
    top: 38%;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #1f4583;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(0 0 0 / 36%);
    z-index: 5;
}

.gift-slider-prev {
    left: 5px;
}

.gift-slider-next {
    right: 5px;
}

.gift-slider-prev:hover,
.gift-slider-next:hover {
    background: #1f4583;
    color: #fff;
}


/* =========================================================
   DOTS
========================================================= */

.gift-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.gift-dot {
    width: 9px;
    height: 9px;

    padding: 0;

    border: none;
    border-radius: 50%;

    background: #cbdcf7;

    cursor: pointer;

    transition: 0.25s ease;
}
  
.gift-dot.active {
    background: #143cd1;
    transform: scale(1.15);
}


@media (max-width: 1180px) {
    .home-resale-opportunities-sec{width: 100%;}
    .home-gift-property-cta-own{width: 100% !important;}
    .img-width-100{height: 340px !important;}
}


@media (max-width: 767px) {
    .gift-slider-dots{display: none;}
    .property-card{margin-bottom: 20px;}
    .home-resale-opportunities-sec{width: 100%;}
    .home-gift-property-cta-own{width: 100% !important;}
        .img-width-100 {
        height: auto !important;
    }
}


/* =========================================================
   MORE OPPORTUNITIES
========================================================= */

.more-opportunities {
    margin-top: 28px;
}

.opportunity-heading {
    margin-bottom: 0px;
}

.opportunity-card {
        position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 90px;
    margin-bottom: 8px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e2e8f5;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: 0.25s ease;
    box-sizing: border-box;
}

.opportunity-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.opportunity-image {
    flex: 0 0 60px;
    height: 60px;
    background: #1f4583;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opportunity-image img {
    display: block;
    width: 38px;
    height: 38px;
}

.opportunity-content {
        padding: 0px 28px 3px 10px;
}

.opportunity-content h3 {
    margin: 0 0 6px;
    color: #1f4583;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.opportunity-content p {
    margin: 0 0 12px;
    color: #425081;
    font-size: 16px;
    line-height: 1.4;
}

.opportunity-arrow {
    font-size: 15px;
    color: #1f4583;
    font-weight: 600;
}
.opportunity-arrow a{color: #c1272c;}
.opportunity-arrow a span{
    font-size: 20px;
    color: #c1272c;
    font-weight: 600;
}

.home-gift-property-cta-own {
        width: 60%;
        display: table;
        margin-top: 30px;
        margin-bottom: 40px;
}
    .home-gift-property-cta-own-section {
        width: 100%;
        display: table;
        background: #162347;
        box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
     .home-gift-property-cta-own-section .own-property-text {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 30px 30px 20px 30px;
    }
    .home-gift-property-cta-own-section .own-property-text img {
        width: auto;
    }
    .home-gift-property-cta-own-section .own-property-text h2 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 20px;
        color: #fff;
        font-weight: 600;
    }
    .home-gift-property-cta-own-section .own-property-text h2 em {
        font-style: normal;
        width: 100%;
        display: inline-flex;
        font-size: 24px;
    }
    .home-gift-property-cta-own-section p {
        font-size: 18px !important;
        color: #fff !important;
        text-align: left !important;
        padding-left: 30px !important;
        padding-bottom: 10px !important;
        letter-spacing: 0.4px;
        padding-right: 15px;
    }
    .home-gift-property-cta-own-section a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background: #ff4444;
        width: 230px;
        text-align: center;
        border-radius: 8px;
        padding: 12px 0 12px 0;
        font-weight: 600;
        letter-spacing: 0.4px;
        margin: 0 30px;
        float: none;
        margin-bottom: 25px;
        color: #fff;
        margin-top: 12px;
    }
    .home-gift-property-cta-own-section a img {
        margin-left: 8px;
        width: 18px;
        height: auto;
        margin-top: 3px;
    }
/* =========================================================
   CTA
========================================================= */

.gift-property-cta {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    padding: 16px 12px;
    background: #eef8ff;
    border-radius: 6px;
}
.gift-property-cta .img-span{
    width: 80px;
    height: 80px;
    margin-top: 8px;
}
.gift-property-cta .img-span img{ width: 100%;}
.cta-icon {
    flex: 0 0 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 50px;
    line-height: 1;
}

.cta-content {
    padding-left: 8px;
}

.cta-content h3 {
    margin: 0 0 5px;
    color: #1f4583;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.cta-content p {
        margin: 0 0 14px;
    color: #424c72;
    font-size: 16px;
    line-height: 1.3;
}

.cta-btn {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    padding: 8px 12px;
    border: 1px solid #1f4583;
    border-radius: 6px;
    color: #1f4583;
    background: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.25s ease;
    font-weight: 600;
}

.cta-btn span {
    font-size: 24px;
    line-height: 1;
}

.cta-btn:hover {
    background: #073bd0;
    color: #fff;
}


/* =========================================================
   MOBILE
========================================================= */

.mobile-only {
    display: block;
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 600px) {
    .gift-resale-section {
        padding: 30px 25px;
    }

    .gift-container {
        max-width: 700px;
    }

    .property-image {
        height: 300px;
    }

    .property-content {
        padding: 15px;
    }

    .property-content h3 {
        font-size: 20px;
    }

    .property-info strong {
        font-size: 17px;
    }

    .opportunity-image {
        flex-basis: 60px;
        height: 60px;
    }

    .opportunity-content h3 {
        font-size: 16px;
    }

    .opportunity-content p {
        font-size: 13px;
    }

}


@media (max-width: 991px){
    #testimonial-none {  display: none; }
    .testimonial-card {
        padding: 22px 18px !important;
        margin: 5px auto !important;
        width: 100% !important;
    }
}

/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 992px) {
         
    .gift-resale-section {
        padding: 30px 30px;
    }

    .gift-container {
        max-width: 1200px;
    }

    .mobile-only {
        display: none;
    }


    /* STATS */

    .gift-stats {
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 50px;
    }

    .gift-stat-box {
        min-height: 130px;
        border-bottom: none !important;
        border-right: 1px solid #dbe5f5;
    }

    .gift-stat-box:last-child {
        border-right: none;
    }

    .gift-stat-icon {
        font-size: 42px;
    }

    .gift-stat-box strong {
        font-size: 20px;
    }

    .gift-stat-box span {
        font-size: 15px;
    }


    /* HEADING */

    .gift-heading h2 {
        font-size: 26px;
    }

    .heading-line {
        width: 55px;
        height: 4px;
        margin: 14px 0;
    }

    .gift-heading p {
        max-width: 100%;
        font-size: 16px;
    }


    /* SLIDER */

    .gift-slider {
        margin-top: 25px;
    }

    .property-card {
        display: flex;
        min-height: 370px;
    }

    .property-image {
        width: 50%;
        height: auto;
        min-height: 370px;
    }

    .property-content {
        width: 50%;
        padding: 30px;
    }

    .property-content h3 {
        font-size: 25px;
    }

    .property-location {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .property-info {
        margin-top: 12px;
    }

    .property-info small {
        font-size: 13px;
    }

    .property-info strong {
        font-size: 19px;
    }

    .property-note {
        font-size: 11px;
        margin: 15px 0;
    }

    .property-btn {
        min-height: 48px;
        font-size: 15px;
    }

    .gift-slider-prev,
    .gift-slider-next {
        top: 40%;
    }


    /* MORE OPPORTUNITIES */

    .more-opportunities {
        margin-top: 50px;
    }

    .more-opportunities {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .opportunity-heading {
        grid-column: 1 / -1;
    }

    .opportunity-card {
        display: block;
        min-height: auto;
        padding: 15px 0 0 0;
        overflow: hidden;
        margin: 0;
        text-align: center;
    }

    .opportunity-image {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .opportunity-image img {
        border-radius: 0;
    }

    .opportunity-content {
        padding: 18px;
    }

    .opportunity-content h3 {
        font-size: 19px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .opportunity-content p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .opportunity-content strong {
        font-size: 14px;
    }

    .opportunity-arrow {
        right: 18px;
        top: auto;
        bottom: 15px;
        transform: none;
    }


    /* CTA */

    .gift-property-cta {
        margin-top: 25px;
        padding: 25px 30px;
        align-items: center;
    }

    .cta-icon {
        flex-basis: 100px;
        font-size: 70px;
    }

    .cta-content {
        padding-left: 15px;
    }

    .cta-content h3 {
        font-size: 22px;
    }

    .cta-content p {
        max-width: 700px;
        font-size: 14px;
    }

    .cta-btn {
        font-size: 14px;
        padding: 10px 18px;
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .gift-container {
        max-width: 1320px;
    }

    .gift-heading h2 {
        font-size: 26px;
    }

    .property-card {
        min-height: 370px;
    }

    .property-image {
        min-height: 370px;
    }

    .property-content {
        padding: 30px;
    }

    .property-content h3 {
        font-size: 30px;
    }

    .opportunity-image {
        height: 80px;
        width: 80px;
        margin: 0 auto;
    }
    .home-gift-property-cta-own-section .own-property-text{    justify-content: flex-start;}
    .home-gift-property-cta-own-section a{margin: 20px 30px; width: 250px;}
    .img-width-100 {
    width: 100%;
    height: 300px;
}

}


@media only screen and (max-width: 767px) {
    .home-gift-property-cta-own-section a{width: 86%; margin: 12px 30px 24px 30px;}
}

/**** END PORTFOLIO STYLES*****/

/* =========================================================
   RESET
========================================================= */

.gp-advisory-page,
.gp-advisory-page * {
    box-sizing: border-box;
}

.gp-advisory-page {
    width: 100%;
    background: #fff;
    color: #071a9d;
    font-family: Arial, Helvetica, sans-serif;
}

.gp-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.gp-section-heading {
    margin-bottom: 14px;
}

.gp-section-heading h2 {
    margin: 0;

    color: #1f4583;

    font-size: 24px;
    line-height: 1.18;
    font-weight: 700;
}

.gp-heading-line {
    display: block;

    width: 40px;
    height: 4px;

    margin: 10px 0;

    background: #ff202b;
}

.gp-section-heading p {
    margin: 0;

    color: #314564;

    font-size: 16px;
    line-height: 1.4;
}


/* =========================================================
   ADVISORY SERVICES
========================================================= */

.gp-advisory-services {
    width: 100%;

    border: 1px solid #dce7f5;

    border-radius: 10px;

    overflow: hidden;

    background: #fff;

    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.gp-advisory-card {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 64px;

    padding: 7px 35px 7px 12px;

    text-decoration: none;

    border-bottom: 1px solid #dce7f5;

    transition: .25s ease;
}

/* .gp-advisory-card:last-child {
    border-bottom: none;
} */

.gp-advisory-card:hover {
    background: #f5f9ff;
}

.gp-service-icon {
        width: 55px;
    height: 55px;
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e0eaf6;
    padding-right: 6px;
}

.gp-service-icon img {
    width: 42px;
    height: 42px;

    object-fit: contain;
}

.gp-service-content {
    padding-left: 10px;
}

.gp-service-content h3 {
    margin: 0;

        color: #213a68;
    font-size: 17px;
    line-height: 1.25;

    font-weight: 600;
}

.gp-service-arrow {
    position: absolute;

    right: 12px;
    top: 50%;

    transform: translateY(-50%);

    color: #092bd1;

    font-size: 23px;
    line-height: 1;
}


/* =========================================================
   DARK BUTTON
========================================================= */

.gp-advisory-button-wrap {
    padding: 16px 2px;
}

.gp-dark-button {
    width: 100%;

    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 12px 15px;

    color: #fff;
    background: #061b42;

    border-radius: 8px;

    text-decoration: none;

    font-size: 16px;

    transition: .25s ease;
        font-weight: 600;
}
.gp-dark-button img{  width: 18px; height: auto;}
.gpdark-button-blue{ background: #bd2a32 !important; margin-top: 12px;}

.gp-dark-button b {
    font-size: 20px;
    font-weight: 400;
}

.gp-dark-button:hover {
    background: #092d69;
}


/* =========================================================
   GIFT CITY IMAGE BANNER
========================================================= */

.gp-gift-banner {
    position: relative;

    width: 100%;

    height: 215px;

    overflow: hidden;
}

.gp-gift-banner > img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.gp-banner-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.88) 0%,
            rgba(255,255,255,.45) 45%,
            rgba(255,255,255,0) 75%
        );
}

.gp-banner-content {
    position: absolute;

    left: 18px;
    top: 40px;

    z-index: 2;
}

.gp-banner-content h2 {
    margin: 0;

    color: #061a96;

    font-size: 19px;
    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   TESTIMONIAL
========================================================= */

.gp-testimonial-section {
    padding-top: 40px;
}

.gp-testimonial-slider {
    position: relative;

    width: 100%;

    overflow: hidden;

    touch-action: pan-y;
}

.gp-testimonial-track {
    display: flex;

    transition: transform .55s ease;

    will-change: transform;
}

.gp-testimonial-slide {
    min-width: 100%;

    padding: 0 2px 5px;
}

.gp-testimonial-card {
        position: relative;
    width: 100%;
    padding: 14px;
    border: 1px solid #dce7f5;
    border-radius: 10px;
    background: #f5faff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0%);
}

.gp-quote {
    position: absolute;

    left: 14px;
    top: 10px;

    color: #0b51e9;

    font-size: 42px;
    line-height: 1;

    font-weight: 700;
}

.gp-testimonial-text {
    padding-left: 37px;

    min-height: 88px;
}

.gp-testimonial-text p {
    margin: 0;

    color: #354fa1;

    font-size: 12px;

    line-height: 1.35;
}

.gp-client {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 8px;
}

.gp-client-image {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    border-radius: 50%;

    overflow: hidden;

    background: #e5f0ff;
}

.gp-client-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.gp-client h4 {
    margin: 0 0 2px;

    color: #071a9d;

    font-size: 12px;
}

.gp-client span {
    color: #4057a4;

    font-size: 10px;
}


/* TESTIMONIAL ARROWS */

.gp-testimonial-prev,
.gp-testimonial-next {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 30px;
    height: 30px;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,.9);

    color: #071a9d;

    font-size: 24px;

    cursor: pointer;

    box-shadow: 0 2px 7px rgba(0,0,0,.15);

    z-index: 5;
}

.gp-testimonial-prev {
    left: 7px;
}

.gp-testimonial-next {
    right: 7px;
}


/* DOTS */

.gp-testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 10px;

    margin-top: 7px;
}

.gp-testimonial-dot {
    width: 9px;
    height: 9px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #c9dcfa;

    cursor: pointer;

    transition: .25s ease;
}

.gp-testimonial-dot.active {
    background: #0b3bd2;

    transform: scale(1.15);
}


/* =========================================================
   INSIGHTS
========================================================= */

.gp-insights-section {
    padding-top: 30px;
}

.gp-insights-list {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.gp-insight-card {
        display: flex;
    position: relative;
    width: 100%;
    min-height: 88px;
    padding: 8px;
    border: 1px solid #dce7f5;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .03);
    transition: .25s ease;
}

.gp-insight-card:hover {
    transform: translateY(-2px);
}

.gp-insight-image {
    width: 80px;
    height: 80px;

    flex: 0 0 80px;
}

.gp-insight-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 2px;
}

.gp-insight-content {
    padding: 2px 28px 2px 10px;
}

.gp-insight-content small {
    display: block;
    margin-bottom: 3px;
    color: #4a5370;
    font-size: 13px;
}

.gp-insight-content h3 {
    margin: 0 0 4px;
    color: #1f4583;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.gp-read-more {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #0a38cf;

    font-size: 11px;
}

.gp-read-more b {
    font-size: 20px;
    font-weight: 400;

    line-height: .8;
}


/* VIEW ALL */

.gp-view-all-wrap {
    padding: 13px 0px 15px;
}

.gp-outline-button {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 15px;
    color: #fff;
    background: #061b42;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    transition: .25s ease;
    font-weight: 600;
}
.gp-outline-button img {
    width: 18px;
    height: auto;
}

.gp-outline-button b {
    font-size: 21px;

    font-weight: 400;
}

.gp-outline-button:hover {
        background: #092d69;
}


/* =========================================================
   AHMEDABAD BANNER
========================================================= */

.gp-ahmedabad-banner {
    position: relative;

    width: 100%;

    height: 300px;

    overflow: hidden;
}

.gp-ahmedabad-banner > img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.gp-ahmedabad-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.94) 0%,
            rgba(255,255,255,.6) 42%,
            rgba(255,255,255,.05) 78%
        );
}

.gp-ahmedabad-content {
    position: absolute;

    left: 18px;
    top: 20px;

    width: 210px;

    z-index: 2;
}

.gp-ahmedabad-content h2 {
    margin: 0;

    color: #061a96;

    font-size: 22px;
    line-height: 1.12;
}

.gp-ahmedabad-content p {
    margin: 0 0 15px;

    color: #4057a4;

    font-size: 12px;
    line-height: 1.35;
}

.gp-red-button {
    display: inline-flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    min-width: 145px;

    padding: 8px 12px;

    color: #fff;

    background: #ff202b;

    border-radius: 3px;

    text-decoration: none;

    font-size: 12px;

    box-shadow: 0 4px 10px rgba(255,32,43,.18);
}

.gp-red-button b {
    font-size: 21px;
    font-weight: 400;
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 600px) {

    .gp-container {
        max-width: 760px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .gp-gift-banner {
        height: 350px;
    }

    .gp-banner-content {
        left: calc(50% - 350px);
        top: 90px;
    }

    .gp-banner-content h2 {
        font-size: 28px;
    }

    .gp-ahmedabad-banner {
        height: 400px;
    }

    .gp-ahmedabad-content {
        left: calc(50% - 350px);
        top: 50px;
        width: 300px;
    }

    .gp-ahmedabad-content h2 {
        font-size: 30px;
    }

}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 992px) {

    .gp-container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }


    /* HEADING */

    .gp-section-heading h2 {
        font-size: 30px;
    }

    .gp-section-heading p {
        max-width: 700px;

        font-size: 16px;
    }

    .gp-heading-line {
        width: 55px;
        height: 4px;

        margin: 13px 0;
    }


    /* SERVICES */

    .gp-advisory-services {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        overflow: visible;

        border: none;

        gap: 15px;

        box-shadow: none;

        background: transparent;
    }

    .gp-advisory-card {
        min-height: 105px;

        padding: 10px 45px 10px 18px;

        border: 1px solid #dce7f5;

        border-radius: 5px;

        box-shadow: 0 3px 12px rgba(0,0,0,.04);
    }

    .gp-service-icon {
        width: 65px;
        height: 65px;
        border-right: 0px;
        flex-basis: 65px;
    }

    .gp-service-icon img {
        width: 48px;
        height: 48px;
    }

    .gp-service-content h3 {
        font-size: 16px;
    }

    .gp-service-arrow {
        right: 18px;

        font-size: 28px;
    }

    .gp-advisory-button-wrap {
        padding: 20px 0 5px;
        text-align: left;
    }

    .gp-dark-button {
        display: inline-flex;
        justify-content: space-between;
        width: auto;

        min-width: 245px;

        padding: 12px 20px;
        margin-right: 12px;
    }


    /* GIFT BANNER */

    .gp-gift-banner {
        height: 460px;
    }

    .gp-banner-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(255,255,255,.94) 0%,
                rgba(255,255,255,.7) 35%,
                rgba(255,255,255,.1) 65%,
                rgba(255,255,255,0) 100%
            );
    }

    .gp-banner-content {
        left: calc(50% - 570px);

        top: 120px;
    }

    .gp-banner-content h2 {
        font-size: 38px;
    }


    /* TESTIMONIAL */

    .gp-testimonial-section {
        padding-top: 60px;
    }

    .gp-testimonial-card {
        padding: 30px;

        min-height: 220px;
    }

    .gp-testimonial-text {
        padding-left: 50px;

        min-height: 105px;
    }

    .gp-testimonial-text p {
        font-size: 16px;

        max-width: 800px;
    }

    .gp-quote {
        font-size: 60px;
    }

    .gp-client h4 {
        font-size: 15px;
    }

    .gp-client span {
        font-size: 12px;
    }


    /* INSIGHTS */

    .gp-insights-list {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 20px;
    }

    .gp-insight-card {
        display: block;

        padding: 0;

        min-height: 100%;
    }

    .gp-insight-image {
        width: 100%;
        height: 190px;
    }

    .gp-insight-content {
        padding: 18px;

        min-height: 100px;
    }

    .gp-insight-content small {
        font-size: 14px;        margin-bottom: 7px;
    }

    .gp-insight-content h3 {
        font-size: 18px;

        line-height: 1.3;
    }

    .gp-read-more {
        font-size: 13px;
    }

    .gp-view-all-wrap {
        padding: 25px 0 45px;
    }

    .gp-outline-button {
        width: auto;
        justify-content: space-between;
        min-width: 210px;

        display: inline-flex;

        padding: 10px 20px;
    }


    /* AHMEDABAD */

    .gp-ahmedabad-banner {
        height: 520px;
    }

    .gp-ahmedabad-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(255,255,255,.96) 0%,
                rgba(255,255,255,.75) 35%,
                rgba(255,255,255,.15) 70%,
                rgba(255,255,255,0) 100%
            );
    }

    .gp-ahmedabad-content {
        left: calc(50% - 570px);

        top: 80px;

        width: 390px;
    }

    .gp-ahmedabad-content h2 {
        font-size: 40px;
    }

    .gp-ahmedabad-content p {
        max-width: 330px;

        font-size: 15px;
    }

    .gp-red-button {
        min-width: 210px;

        padding: 12px 18px;

        font-size: 14px;
    }

}


@media (max-width: 600px) {
.gp-outline-button{ justify-content: space-between;padding: 12px 20px;}

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .gp-container {
        max-width: 100%;
    }

    .gp-section-heading h2 {
        font-size: 30px;
    }

    .gp-advisory-services {
        grid-template-columns: repeat(4, 1fr);
    }

    .gp-advisory-card {
        min-height: 180px;

        flex-direction: column;

        align-items: flex-start;

        justify-content: center;

        padding: 0 25px;
    }

    .gp-service-content {
        padding: 12px 0 0;
    }

    .gp-service-content h3 {
        font-size: 18px;
    }

    .gp-gift-banner {
        height: 540px;
    }

    .gp-banner-content {
        left: calc(50% - 630px);
        top: 145px;
    }

    .gp-banner-content h2 {
        font-size: 44px;
    }

    .gp-ahmedabad-banner {
        height: 600px;
    }

    .gp-ahmedabad-content {
        left: calc(50% - 630px);
        top: 100px;
    }

}


/* Main Testimonial Card */
.testimonial-box{display: flex; gap: 18px;}
#testimonial-padi-btm{padding-bottom: 20px;}
.testimonial-card {
    width: 33%;
    /* max-width: 650px; */
    margin: 10px 0;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e6effb;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(20, 60, 120, 0.04);
    box-sizing: border-box;
}

/* Main Content */
.testimonial-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Quote */
.quote-icon {
    flex: 0 0 auto;
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 0.75;
    color: #bd2a32;
    margin-top: 3px;
}

/* Text Area */
.testimonial-text {
    flex: 1;
}

.testimonial-text p {
    margin: 3px 0 28px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #1f4583;
}

/* Author */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Author Image */
.author-image {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: #eaf4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

/* Author Details */
.author-info h4 {
    margin: 0 0 3px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #2b4674;
}

.author-info span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    color: #5269bd;
}

/* Mobile */
@media (max-width: 600px) {

    .testimonial-card {
        padding: 22px 18px;
        margin: 5px auto;
        width: 100%;
    }
    .gp-dark-button{margin-right: 0px; justify-content: space-between;padding: 12px 20px;}
    .testimonial-content {
        gap: 14px;
    }

    .quote-icon {
        font-size: 68px;
    }

    .testimonial-text p {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 22px;
    }

    .author-image {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .author-info h4 {
        font-size: 16px;
    }

    .author-info span {
        font-size: 13px;
    }
}


/* =====================================
   AHMEDABAD PROPERTY BANNER
===================================== */

.ahmedabad-property-banner {
    position: relative;
    width: 50%;
    /* max-width: 550px; */
    min-height: 500px;
    margin: 0 auto;

    overflow: hidden;
    border-radius: 8px;

    background: #eef6ff;
    box-sizing: border-box;
    float: left;
}


/* Background Image */
.ahmedabad-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}


/* Light Overlay */
.ahmedabad-property-banner::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(6 27 66 / 40%) 38%, rgb(6 27 66 / 65%) 72%, rgb(6 27 66) 100%);
    z-index: 1;
}


/* Content */
.ahmedabad-content {
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 42px 38px 35px;

    box-sizing: border-box;
}


/* Heading */
.ahmedabad-content h2 {
    margin: 0;

    font-size: 42px;
    line-height: 1.08;
    font-weight: 700;
text-shadow: 0px 1px 1px rgb(0 0 0);
    color: #fff;
}


/* Red Line */
.ahmedabad-line {
    display: block;

    width: 80px;
    height: 6px;

    margin: 20px 0 20px;

    background: #ff3d3d;
}


/* Paragraph */
.ahmedabad-content p {
    margin: 0 0 20px;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-shadow: 0px 1px 1px rgb(0 0 0);
    color: #fff;
}


/* Button */
.ahmedabad-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    min-width: 290px;

    padding: 12px 22px 12px 28px;

    border-radius: 7px;

    background: #ff3737;
    color: #ffffff;

    text-decoration: none;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;

    box-sizing: border-box;

    transition: all 0.3s ease;
}


/* Button Arrow */
.ahmedabad-btn strong {
    margin-left: 18px;
    line-height: 0.8;
    font-weight: 300;
}
.ahmedabad-btn strong img{width: 18px; height: auto;}


/* Hover */
.ahmedabad-btn:hover {
    background: #e92e2e;
    transform: translateY(-2px);
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 767px) {

    .ahmedabad-property-banner {
        min-height: 470px;
        width: 100%;
        float: none;
    }

    .ahmedabad-content {
        padding: 35px 28px;
    }

    .ahmedabad-content h2 {
        font-size: 30px;
    }
    .ahmedabad-line {
    width: 70px;
    height: 5px;
    margin: 11px 0 20px;
}

    .ahmedabad-content p {
        font-size: 18px;
    }

    .ahmedabad-btn {
        min-width: 270px;
        font-size: 19px;
    }
    .property-enquiry{ width: 100% !important;margin: 40px 0 40px 0 !important; float: none;}
    #testimonial-none{display: none;}
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 480px) {

    .ahmedabad-property-banner {
        width: 100%;
        min-height: 530px;

        border-radius: 7px;
    }

    .ahmedabad-content {
        padding: 20px;
    }

    .ahmedabad-content h2 {
        font-size: 34px;
        line-height: 1.1;
    }

    .ahmedabad-line {
        width: 78px;
        height: 5px;
        margin: 10px 0 24px 0;
    }

    .ahmedabad-content p {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 28px;
    }

    .ahmedabad-btn {
        width: 100%;
        min-width: 0;

       padding: 11px 18px 11px 25px;
        font-size: 16px;
    }

    .ahmedabad-btn strong {
        margin-left: 12px;
    }
}



/* ==========================================
   PROPERTY ENQUIRY
========================================== */

.property-enquiry {
    width: 46%;
    /* max-width: 560px; */
    margin: 0 0 0 4%;
    padding: 20px;
    box-sizing: border-box;

    background: #f2f9ff;
    border-radius: 8px;
    margin-top: 0px;
    margin-bottom: 30px;
    float: left;
}


/* Inner */
.property-enquiry-inner {
    width: 100%;
}


/* Heading */
.property-enquiry h2 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}


/* Description */
.enquiry-description {
    margin: 0 0 25px;

    color: #4261b3;
    font-family: Arial, sans-serif;

    font-size: 19px;
    line-height: 1.45;
    font-weight: 400;
}


/* ==========================================
   SELECT BOX
========================================== */

.custom-select {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}


.custom-select select {
    appearance: none;
    -webkit-appearance: none;

    width: 100%;
    height: 50px;

    padding: 0 60px 0 22px;

    background: #ffffff;

    border: 1px solid #d8e7f8;
    border-radius: 8px;

    outline: none;

    color: #23325f;

    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;

    cursor: pointer;

    box-sizing: border-box;

    transition: border-color 0.25s ease,
                box-shadow 0.25s ease;
}


/* Placeholder */
.custom-select select:invalid {
    color: #23325f;
}


/* Focus */
.custom-select select:focus {
    border-color: #23325f;
    box-shadow: 0 0 0 3px rgba(36, 91, 232, 0.08);
}


/* Arrow */
.select-arrow {
    position: absolute;

    top: 50%;
    right: 22px;

    transform: translateY(-50%);

    pointer-events: none;

    color: #23325f;
    font-size: 17px;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.enquiry-submit {
    width: 100%;
    height: 50px;

    margin-top: 3px;

    border: none;
    border-radius: 8px;

    background: #061b42;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;

    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;

    cursor: pointer;

    transition: all 0.3s ease;

    box-shadow: 0 2px 5px rgba(255, 56, 56, 0.15);
    margin-top: 25px;
}


/* Button Arrow */
.enquiry-submit strong {
    font-weight: 300;
}


/* Hover */
.enquiry-submit:hover {
    background: #0e295c;
    transform: translateY(-1px);
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {
    .gift-slider-prev, .gift-slider-next{ top: 31%;display: none;}
    .property-enquiry {
        width: 100%;
        max-width: 100%;

        padding: 25px 16px;

        border-radius: 7px;
        margin-left: 0;
        margin-top: 35px;
    }
    .property-location{color: #4d5a83; font-size: 14px;}


    .property-enquiry h2 {
        font-size: 24px;
    }


    .enquiry-description {
        font-size: 17px;
        line-height: 1.45;
        margin-bottom: 20px;
    }


    .custom-select {
        margin-bottom: 13px;
    }


    .custom-select select {
        height: 48px;
        padding-left: 18px;
        padding-right: 50px;
        font-size: 15px;
    }


    .select-arrow {
        right: 18px;
        font-size: 15px;
    }


    .enquiry-submit {
        height: 48px;
        gap: 15px;
        font-size: 16px;
        padding: 12px 20px;
        justify-content: space-between;
    }

.enquiry-submit strong img{width: 18px; height: auto;}

}