 #testimonials-body{background: #fff;}
 #contact-banner {
    width: 100%;
    height: 250px;
}
.contact-image-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.contact-image-banner::before{
    content: "";
    position: absolute;
    top: 0;
    right: 70px;
    width: 275px;
    height: 262px;
    background-image: url(../images/testimonial-banner-building-image.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}
#contact-banner .home-bnr-display-block {
    display: block !important;
    width: 100%;
    height: 250px;
}
 #contact-banner .home-bnr-display-none{display: block !important;width: 100%; height: 250px;}
 #contact-banner p{
  font-size: 19px !important; margin-top: 10px;text-shadow: 0px 1px 1px rgb(40 40 40);
 }
 #contact-banner .banner-text a img {
    width: auto;
    height: 16px !important;
    margin-left: 10px;
}
 #contact-banner p label{display: table;}
 #contact-banner p em{display: table;}
#contact-banner .banner-text{ padding-left: 20px !important; bottom: 20px !important;}
#contact-banner .banner-text em{
    color: #e8f0ff;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 22px;
    padding-bottom: 0px;
    display: block;
    text-shadow: 0px 1px 1px rgb(58 58 58);
}
#contact-banner .banner-text h1{
    line-height: 46px !important;font-size: 36px; text-shadow: 0px 1px 1px rgb(0 0 0);
}

/* breadcrum css start */
.services-breadcrum {
    width: 100%;
    display: flex;
    background: #fff;
}
.services-breadcrum ul {
    display: flex;
    color: #333;
    align-items: center;
    padding: 9px 0px 5px 20px;
}
.services-breadcrum ul li {
    color: #333;
    padding: 0 8px;
    font-size: 17px;
}
.services-breadcrum ul li:first-child {
    padding-left: 0px;
}
.services-breadcrum ul li {
    color: #333;
    padding: 0 8px;
    font-size: 17px;
    font-weight: 600;
}
.services-breadcrum ul li a {
    color: #333;
}
/* breadcrum css start */


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

.services-section {
    background: #ffffff;
    padding: 0px 20px 30px 20px;
}

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

.section-heading {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto 30px;
}

.section-heading h2 {
    color: #1f4583;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 32px;
    padding: 16px 0 6px 0;
    text-align: left;
}

.heading-line {
    display: block;
    width: 42px;
    height: 4px;
    background: #ed3136;
    margin: 12px 0 18px;
}

.section-heading .heading-line {
    margin: 0 0 20px 0;
}

.section-heading p {
    color: #314564;
    font-size: 16px;
}


/* =========================================
   SERVICE GRID
========================================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}


/* =========================================
   SERVICE CARD
========================================= */

.service-card {
    min-height: 175px;
    display: flex;
    gap: 14px;

    padding: 12px;

    background: #ffffff;

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

    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(20, 45, 76, 0.10);
}


/* =========================================
   SERVICE IMAGE
========================================= */

.service-image {
    width: 125px;
    min-width: 125px;
    height: 150px;

    overflow: hidden;
    border-radius: 6px;
}

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

    transition: transform 0.4s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}


/* =========================================
   SERVICE CONTENT
========================================= */

.service-content {
    padding: 2px 3px;
}

.service-content h3 {
    color: #1f4583;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;

    margin-bottom: 6px;
}

.service-content p {
    color: #314564;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.service-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.service-links a {
    color: #0059ad;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 4px;
    transition: color 0.2s ease;
}

.service-links a:hover {
    color: #ec3b3b;
}

.service-links span {
    font-size: 20px;
    margin-left: 4px;
}


/* =========================================
   PARTNER CARD
========================================= */

.service-partner-card {
    min-height: 175px;

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

    background:
        linear-gradient(
            to bottom,
            #f5f9fc 0%,
            #edf4f8 100%
        );

    overflow: hidden;

    position: relative;
}

.partner-content {
    text-align: center;
    padding: 18px 15px 0;
    position: relative;
    z-index: 2;
}

.partner-content h3 {
    color: #102c4d;
    font-size: 18px;
    line-height: 1.35;
}

.partner-line {
    width: 38px;
    height: 4px;

    background: #e7b84e;

    display: block;
    margin: 10px auto;
}

.city-line {
    position: absolute;

    left: 0;
    right: 0;

    bottom: -105px;

    height: 135px;

    display: flex;
    justify-content: space-around;
    align-items: flex-end;

    color: #8ea2b4;
    opacity: 0.38;
}

.city-line span {
    font-size: 60px;
    line-height: 1;
}


/* =========================================
   COMMERCIAL SECTION
========================================= */

.commercial-section {
    margin-top: 25px;

    padding: 25px;

    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 30px;

    background: #eef7fc;

    border-radius: 7px;
}


/* =========================================
   COMMERCIAL INTRO
========================================= */

.commercial-intro h2 {
    color: #1f4583;
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 600;
}

.commercial-intro .heading-line {
    margin: 10px 0 18px;
}

.commercial-intro p {
        color: #294056;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
}


/* =========================================
   COMMERCIAL CARDS
========================================= */

.commercial-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.commercial-card {
    background: #ffffff;
    border-radius: 7px;

    overflow: hidden;

    border: 1px solid #e1e6eb;
}

.commercial-image {
    height: 100px;
    overflow: hidden;
}

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

    transition: transform 0.4s ease;
}

.commercial-card:hover img {
    transform: scale(1.05);
}

.commercial-content {
    padding: 10px;
}

.commercial-content h3 {
    color: #1f4583;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
    font-weight: 600;
}

.commercial-content p {
    color: #314564;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.commercial-content a {
    color: #0059ad;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}
.commercial-content a:hover {
    color: #ec3b3b;
}

.commercial-content a span {
    margin-left: 3px;
    font-size: 18px;
}


/* =========================================
   LOCAL SUPPORT
========================================= */

.local-support {
    margin-top: 0;
    background: #ffffff;
}

.local-inner {
    min-height: 145px;

    display: flex;

    /* grid-template-columns: 1fr 1.8fr 0.75fr 1fr; */

    align-items: center;

    gap: 25px;

    padding-top: 30px;
    padding-bottom: 30px;
}

.local-title {
    border-right: 1px solid #d7dde3;
    width: 500px;
}

.local-title h2 {
    color: #102c4d;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
}

.local-title .heading-line {
    margin: 12px 0 0;
}

.local-text p {
        color: #314564;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.local-text p:last-child {
    margin-bottom: 0;
}

.local-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 19px;
    background: #123b62;
    color: #ffffff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.local-button a:hover {
    background: #1b5891;
    color: #fff;
}

.local-button a span {
    margin-left: 8px;
    font-size: 22px;
}

.local-building {
    align-self: stretch;

    display: flex;
    align-items: flex-end;
}

.local-building img {
    max-height: 125px;
    object-fit: contain;
    object-position: bottom;
}


/* =========================================
   CONTACT CTA
========================================= */

.contact-cta {
    position: relative;
    background: linear-gradient(90deg, #ffffff 0%, #ffe6e6 100%);
    overflow: hidden;
    border-radius: 8px;
    padding: 0 20px;
    border: 1px solid #ffe8e8;
}

.contact-cta::after {
    content: "";

    position: absolute;

    right: 2%;
    bottom: -60px;

    width: 400px;
    height: 250px;

    background:
        linear-gradient(
            rgba(255,255,255,0.03),
            rgba(255,255,255,0.01)
        );

    transform: skewX(-10deg);

    pointer-events: none;
}

.contact-inner {
        min-height: 150px;
    display: grid;
    grid-template-columns: 1.25fr 0.9fr;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-content h2 {
        color: #123b62;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.contact-content .heading-line {
    margin: 10px 0 14px;
}

.contact-content p {
   color: #314564;
    font-size: 16px;
    line-height: 1.4;
    max-width: 680px;
}


/* =========================================
   CONTACT BUTTONS
========================================= */

.contact-actions {
    display: grid;

    grid-template-columns: 1fr 1.4fr;

    gap: 9px;
}

.btn {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn span:last-child {
    margin-left: 8px;
    font-size: 22px;
}


/* Gold */
.btn-gold {
        background: #ed3136;
    color: #fff;
}

.btn-gold:hover {
    background: #ffffff;
    color: #333;
}


/* WhatsApp */
.btn-whatsapp {
    background: #08b64c;
    color: #ffffff;
}

.btn-whatsapp:hover {
    background: #06a342;
}

.whatsapp-icon-services {
    margin-right: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


/* Outline */
.btn-outline {
    grid-column: 1 / -1;

    background: #ffffff;

    border: 1px solid rgba(255,255,255,0.8);

    color: #102c4d;
}

.btn-outline:hover {
    background: #102c4d;
    color: #fff;
}


/* ==========   Manage Office CSS Start  ========= */

.managed-office-page{
    background: #fff;
}
.mo-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


/* =====================================================
   COMMON
===================================================== */

.managed-office-page h2 {
    color: #1f4583;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 28px;
    padding: 5px 0 6px 0;
    text-align: left;
    line-height: 1.1;
}

.gold-line {
    display: block;
    width: 42px;
    height: 4px;
    background: #ed3136;
    margin: 3px 0 25px;
}


/* =====================================================
   SECTION 1
   MANAGED OFFICE SOLUTIONS
===================================================== */

.managed-solutions {
    padding: 20px 0;
    background: #ffffff;
}

.managed-solutions .mo-container {
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 20px;
    align-items: center;
}

.solution-content {
    padding-right: 10px;
}

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

.solution-content p {
    color: #314564;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.solution-image {
    height: 370px;
    overflow: hidden;
    border-radius: 8px;
}

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


/* =====================================================
   WHO SECTION
===================================================== */

.who-section {
    border-top: 1px solid #e9edf1;
    border-bottom: 1px solid #e9edf1;
    padding: 18px 0 20px;
}

.who-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 35px;
    align-items: center;
}

.who-content h2 {
    font-size: 27px;
}

.who-content p {
        color: #314564;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.business-types {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.business-card {
    min-height: 125px;
    padding: 15px 7px;

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

    text-align: center;

    background: #f4f8fc;
    border-radius: 7px;
}

.business-icon {
    width: 38px;
    height: 38px;

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

    margin-bottom: 8px;

    color: #0e3459;

    font-size: 38px;
    font-weight: 600;
}

.business-card h3 {
    color: #1f4583;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    display: grid;
}
.business-card h3 label{display: table;}


/* =====================================================
   FINDING SECTION
===================================================== */

.finding-section {
    padding: 18px 0 25px;
}

.finding-section > .mo-container > h2 {
    font-size: 28px;
}

.finding-layout {
    display: grid;
    grid-template-columns: 1.05fr 1fr 0.78fr;
    gap: 30px;
    align-items: stretch;
}

.finding-image {
    min-height: 280px;
    border-radius: 7px;
    overflow: hidden;
}

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

.finding-content {
    color: #46596c;
    font-size: 13px;
    line-height: 1.4;
}

.finding-content p {
    color: #314564;
    font-size: 16px;
}

.requirement-list {
    list-style: none;
    margin: 15px 0 15px;
}

.requirement-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 15px;
}

.requirement-list li span {
    width: 18px;
    height: 18px;

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

    flex-shrink: 0;

    border-radius: 50%;

    background: #e15356;
    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
}

.finding-cta {
    min-height: 280px;

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

    text-align: center;

    padding: 20px;

    border-radius: 8px;
    background: #f1f7fb;
}

.finding-cta .cta-icon {
    width: 80px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #123b63;
    font-size: 38px;
}
.finding-cta .cta-icon img{width: 100%;}
.finding-cta h3 {
    color: #102e50;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.cta-line {
        width: 35px;
    height: 4px;
    background: #ed3136;
    margin: 10px 0 30px;
}

.finding-cta a {
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 5px;
    background: #123b63;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.finding-cta a span {
        margin-left: 8px;
    font-size: 22px;
    height: 35px;
}


/* =====================================================
   COMPARISON
===================================================== */

.comparison-section {
    padding: 0 0 20px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.comparison-card {
    display: grid;
    grid-template-columns: 175px 1fr;

    min-height: 250px;

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

    overflow: hidden;

    background: #ffffff;
}

.comparison-image {
    height: 100%;
    min-height: 250px;
}

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

.comparison-content {
    padding: 10px 14px;
}

.comparison-content h2 {
    font-size: 22px;
}

.comparison-content .gold-line {
    margin: 5px 0 18px;
}

.comparison-content p {
    color: #314564;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.outline-button {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
    border: 1px solid #1261a6;
    border-radius: 4px;
    color: #1f4b87;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
}

.outline-button span {
    margin-left: 7px;
    font-size: 22px;
    height: 34px;
}


/* =====================================================
   GIFT CITY
===================================================== */

.manage-gift-city-section {
    position: relative;
    display: flex;
    /* grid-template-columns: 1.05fr 1.8fr 0.85fr; */
    min-height: 190px;
    background: #f1f7fb;
    overflow: hidden;
}

.gift-city-image {
    height: 190px;
}

.gift-city-image img {
    height: 100%;
    object-fit: cover;
}

.gift-city-content {
    padding: 20px 25px;
    width:70%;
}
.section-label{
    color: #577c95;
    font-size: 14px;
    font-weight: 500;
}

.gift-city-content h2 {
    font-size: 25px;
}

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

.gift-features {
    align-self: center;

    margin-right: 25px;

    padding: 12px;

    background: #ffffff;

    border-radius: 7px;
    width: 30%;
    box-sizing: border-box;
}

.gift-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 5px;
}
.span-location-icon{
    font-size: 58px !important;
    height: 60px;
    margin-top: -26px;
}

.gift-feature span {
    width: 36px;
    color: #1f4583;
    font-size: 35px;
    text-align: center;
}

.gift-feature p {
    color: #1f4583;
    font-size: 16px;
    font-weight: 600;
}


/* =====================================================
   FINAL CTA
===================================================== */

.final-cta {
    position: relative;

    background:#fff;

    overflow: hidden;

    padding: 25px 0;
}

.final-cta::before {
    content: "";

    position: absolute;

    right: 25%;
    bottom: -100px;

    width: 280px;
    height: 260px;

    background: rgba(255,255,255,0.035);

    transform: skewX(-10deg);
}

.final-cta-layout {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.6fr 0.75fr;

    gap: 40px;

    align-items: center;
}

.final-content .section-label {
    color: #ed7578;
}

.final-content h2 {
    color: #1f4583;
    font-size: 28px;
    font-weight: 600;
}

.final-content .gold-line {
    margin: 2px 0 20px;
}

.final-content p {
        color: #314564;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.final-buttons {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.final-button {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.final-button span:last-child {
    font-size: 23px;
    height: 38px;
}

.gold-button {
    background: #ed3136;
    color: #fff;
}

.gold-button:hover {
    background: #be2a2f;
    color: #fff;
}

.white-button {
    background: #e9f3ff;
    color: #102e50;
}

.white-button:hover {
    background: #ddecfd;
}

.whatsapp-button {
    background: #08b94f;
    color: #ffffff;
}

.whatsapp-button:hover {
    background: #079d44;
}

.whatsapp-icon {
    margin-right: auto;
    margin-left: 0 !important;
    margin-right: 7px !important;
}


/* ==========   CORPORATE REAL ESTATE SERVICES  ========== */

.corporate-services {
    width: 100%;
    background: #ffffff;
    color: #102e50;
}

.corporate-container {
        width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}


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

.corporate-heading {
        text-align: left;
    padding: 16px 0;
}

.corporate-heading h2 {
    margin: 0;
    color: #1f4583;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.corporate-heading .gold-line {
    display: block;
    width: 42px;
    height: 4px;
    background: #ed3136;
    margin: 6px 0 25px;
}

.corporate-heading p {
    max-width: 100%;
    color: #314564;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
}


/* =====================================================
   SERVICE GRID
===================================================== */

.corporate-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

    padding-bottom: 30px;
}


/* =====================================================
   SERVICE CARD
===================================================== */

.corporate-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    padding: 15px 13px;
    border: 1px solid #e1e7ed;
    border-radius: 8px;
    background: #ffffff;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.corporate-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 25px rgba(16, 45, 80, 0.08);
}


/* =====================================================
   CARD TITLE
===================================================== */

.corporate-card-title {
    display: flex;
    align-items: center;
    gap: 13px;

    min-height: 72px;
}

.corporate-card-title h3 {
        margin: 0;
    color: #1f4583;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}


/* =====================================================
   ICON
===================================================== */

.corporate-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;

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

    border-radius: 50%;

    background: #f0f7fd;
}

.corporate-icon svg {
    width: 34px;
    height: 34px;

    fill: none;
    stroke: #123c67;

    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================================
   CARD CONTENT
===================================================== */

.corporate-card-content {
    margin-top: 0;
    padding-top: 0;
}

.corporate-card-content p {
        margin: 0 0 15px;
    color: #314564;
    font-size: 16px;
    line-height: 1.3;
}

.corporate-card-content a {
    display: inline-flex;
    align-items: center;
    color: #1a486e;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.corporate-card-content a:hover {
    color: #d52c31;
}

.corporate-card-content a span {
    margin-left: 8px;
    font-size: 22px;
    height: 33px;
}


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

.corporate-gift-section {
    width: 100%;
    background: #f0f8ff;

    padding: 28px 0 25px;
}

.gift-content {
    display: grid;
    grid-template-columns: 1.7fr 0.9fr;

    align-items: center;

    gap: 45px;
}


/* =====================================================
   GIFT TEXT
===================================================== */

.gift-text {
    padding-left: 0;
}

.gift-label {
    display: block;
    margin-bottom: 2px;
    color: #5e7d99;
    font-size: 14px;
    font-weight: 500;
}

.gift-text h2 {
        margin: 0;
    color: #1f4583;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.gift-text .gold-line {
    margin: 9px 0 10px;
}

.gift-text p {
    max-width: 720px;
    margin: 0 0 9px;
    color: #314564;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 16px;
}

.gift-text p:last-child {
    margin-bottom: 0;
}
.top-mar-16{margin-top: 16px;}

/* =====================================================
   FEATURE GRID
===================================================== */

.corporate-gift-features {
    display: grid;

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

    gap: 12px;
}

.corporate-gift-features .gift-feature {
    min-height: 92px;

    display: flex;
    flex-direction: column;

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

    text-align: center;

    padding: 10px;

    background: #ffffff;

    border-radius: 5px;
}

.corporate-gift-features .gift-feature-icon {
    width: 36px;
    height: 36px;

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

    margin-bottom: 0px;
}

.corporate-gift-features .gift-feature-icon svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: #265181;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.corporate-gift-features .gift-feature h3 {
    margin: 0;
    color: #233d59;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}




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

@media (max-width: 1100px) {

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

    .commercial-section {
        grid-template-columns: 1fr;
    }

    .local-inner {
        grid-template-columns: 1fr 1.5fr;
    }

    .local-title {
        border-right: 0;width: 100%;
    }

    .local-button {
        text-align: left;
    }

    .local-building {
        display: none;
    }

    .mo-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .managed-solutions .mo-container {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .who-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .business-types {
        grid-template-columns: repeat(5, 1fr);
    }

    .finding-layout {
        grid-template-columns: 1fr 1fr;
    }

    .finding-cta {
        grid-column: 1 / -1;
        min-height: 180px;
    }

    .manage-gift-city-section {
        grid-template-columns: 0.8fr 1.5fr;
    }

    .gift-features {
        display: none;
    }

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

    .corporate-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gift-content {
        grid-template-columns: 1.3fr 1fr;
        gap: 25px;
    }

}


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

@media (max-width: 767px) {
    .services-breadcrum ul{padding-left: 14px;}
    .local-button a span{height: 33px;}
    .btn span:last-child{height: 35px;}
    .contact-image-banner::before{display: none;}
    #contact-banner .home-bnr-display-none{height: 270px;}
    #contact-banner .banner-text h1 {
    line-height: 28px !important;
    font-size: 26px !important;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgb(0 0 0);
}
.corporate-gift-features .gift-feature h3{
        font-size: 18px;
    line-height: 1.1;
}
#contact-banner p {
    font-size: 16px !important;
    margin-top: 8px;
    text-shadow: 0px 1px 1px rgb(40 40 40);
    line-height: 20px;
}
    .banner-text a {
        font-size: 17px;
        padding: 10px 14px !important;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }


    /* Section */

    .services-section {
        padding: 6px 10px;
    }


    /* Heading */

    .section-heading {
        margin-bottom: 22px;
    }

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

    .section-heading p {
        font-size: 14px;
        line-height: 1.5;
    }


    /* =====================================
       SERVICE CARDS ONE BY ONE
    ====================================== */

    .services-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }


    .service-card {

        width: 100%;

        min-height: auto;

        display: grid;

        grid-template-columns: 105px 1fr;

        gap: 13px;

        padding: 10px;

        border-radius: 8px;
        box-sizing: border-box;
    }


    .service-image {

        width: 105px;
        min-width: 105px;

        height: 105px;
    }


    .service-content {
        padding: 0;
    }


    .service-content h3 {
        font-size: 17px;
        line-height: 1.25;
       font-weight: 700;
        margin-bottom: 5px;
    }


    .service-content p {
        font-size: 15px;
        line-height: 1.4;

        margin-bottom: 7px;
    }
    .service-links{
        margin-bottom: 5px;
    }

    .service-links a {
        font-size: 14px;
        line-height: 1.35;
    }


    .service-links span {
        font-size: 15px;
    }


    /* Partner */

    .service-partner-card {
        min-height: 150px;
    }

    .partner-content {
        padding-top: 20px;
    }

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


    /* =====================================
       COMMERCIAL SECTION
    ====================================== */

    .commercial-section {

        display: flex;
        flex-direction: column;

        gap: 20px;

        margin-top: 20px;

        padding: 20px 15px;

        border-radius: 8px;
    }


    .commercial-intro h2 {
        font-size: 26px; font-weight: 700;
    }

    .commercial-intro p {
        font-size: 16px;
    }


    /* Commercial Cards One by One */

    .commercial-cards {

        display: flex;
        flex-direction: column;

        gap: 12px;
    }


    .commercial-card {
        width: 100%;
    }


    .commercial-image {
        height: 180px;
    }


    .commercial-content {
        padding: 14px;
    }


    .commercial-content h3 {
        font-size: 18px;font-weight: 700;
    }


    .commercial-content p {
        font-size: 15px;
        padding-bottom: 6px;
    }


    .commercial-content a {
        font-size: 15px;
    }


    /* =====================================
       LOCAL SUPPORT
    ====================================== */

    .local-inner {

        display: flex;
        flex-direction: column;

        align-items: flex-start;

        gap: 14px;

        padding-top: 25px;
        padding-bottom: 25px;
    }


    .local-title {
        width: 100%;
    }


    .local-title h2 {
        font-size: 26px; font-weight: 700;
    }


    .local-text p {
        font-size: 16px;
    }


    .local-button {
        width: 100%;
    }


    .local-button a {
        width: 100%; box-sizing: border-box;font-size: 16px;padding: 11px 19px;
    }


    /* =====================================
       CONTACT
    ====================================== */

    .contact-inner {

        display: flex;
        flex-direction: column;

        align-items: stretch;

        gap: 20px;

        padding-top: 30px;
        padding-bottom: 30px;
    }


    .contact-content h2 {
        font-size: 26px; font-weight: 700;
    }


    .contact-content p {
        font-size: 16px;
    }


    /* Buttons one by one */

    .contact-actions {

        display: flex;
        flex-direction: column;

        gap: 9px;
    }


    .btn {
        width: 100%;
        min-height: 52px;
        font-size: 16px;
        box-sizing: border-box;
    }


    .btn-outline {
        width: 100%;        border: 1px solid #ccc;
    }
    .contact-cta{margin-bottom: 20px;}

    .mo-container {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* -----------------------------------------------
       COMMON
    ------------------------------------------------ */

    .managed-office-page h2 {
        font-size: 22px;
    }

    .section-label {
        font-size: 14px;
    }


    /* -----------------------------------------------
       SOLUTIONS
    ------------------------------------------------ */

    .managed-solutions {
        padding: 10px 0 25px 0;
    }

    .managed-solutions .mo-container {
        display: flex;
        flex-direction: column;

        gap: 18px;
    }

    .solution-content {
        padding: 0;
    }

    .solution-content h2 {
        font-size: 25px;
    }

    .solution-content p {
        font-size: 16px;
    }

    .solution-image {
        width: 100%;
        height: 220px;
        order: 2;
    }


    /* -----------------------------------------------
       WHO
    ------------------------------------------------ */

    .who-section {
        padding: 25px 0;
    }

    .who-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .who-content h2 {
        font-size: 24px;
    }

    .who-content p {
        font-size: 16px;
    }

    .business-types {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 8px;
    }
.finding-image img {
    width: 100%;
}
.requirement-list li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #314564;
}
    .business-card {
        width: 100%;
        min-height: 70px;

        display: grid;
        grid-template-columns: 55px 1fr;

        text-align: left;

        padding: 10px 15px;
        box-sizing: border-box;
    }

    .business-icon {
        width: 50px;
        height: 50px;

        margin: 0;

        font-size: 36px;
    }

    .business-card h3 {
        font-size: 18px;
        display: flex;
        align-items: center;
        line-height: 1.2;
        padding-left: 10px;
    }
.business-card h3 label{display: block;}

    /* -----------------------------------------------
       FINDING
    ------------------------------------------------ */

    .finding-section {
        padding: 25px 0;
    }

    .finding-section > .mo-container > h2 {
        font-size: 24px;
    }

    .finding-layout {
        display: flex;
        flex-direction: column;

        gap: 15px;
    }

    .finding-image {
        width: 100%;
        height: 230px;
        min-height: 0;
    }

    .finding-content {
        font-size: 13px;
    }

    .finding-cta {
        min-height: 220px;

        padding: 25px 20px;
    }

    .finding-cta h3 {
        font-size: 19px;
    }


    /* -----------------------------------------------
       COMPARISON
    ------------------------------------------------ */

    .comparison-section {
        padding-bottom: 25px;
    }

    .comparison-grid {
        display: flex;
        flex-direction: column;

        gap: 15px;
    }

    .comparison-card {
        display: flex;
        flex-direction: column;

        min-height: 0;
    }

    .comparison-image {
        width: 100%;
        height: 210px;
        min-height: 0;
    }

    .comparison-content {
        padding: 14px;
    }

    .comparison-content h2 {
        font-size: 22px;
    }

    .comparison-content p {
        font-size: 16px;
    }

    .outline-button {
        width: 100%;
        min-height: 45px;
        font-size: 16px;
        box-sizing: border-box;
    }


    /* -----------------------------------------------
       GIFT CITY
    ------------------------------------------------ */

    .manage-gift-city-section {
        display: flex;
        flex-direction: column;

        min-height: 0;
    }

    .gift-city-image {
        width: 100%;
        height: 220px;
    }

    .gift-city-content {
        padding: 22px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .gift-city-content h2 {
        font-size: 24px;
    }

    .gift-city-content p {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .gift-features {
                display: flex;
        margin: 0 15px 20px;
        flex-direction: column;
        width: 92%;
        box-sizing: border-box;
    }

    .gift-feature {
        min-height: 42px;
    }


    /* -----------------------------------------------
       FINAL CTA
    ------------------------------------------------ */

    .final-cta {
        padding: 28px 0;
    }

    .final-cta-layout {
        display: flex;
        flex-direction: column;

        gap: 20px;

        align-items: stretch;
    }

    .final-content h2 {
        font-size: 22px; font-weight: 700;
    }

    .final-content p {
        font-size: 16px;
    }

    .final-buttons {
        width: 100%;    gap: 12px;
    }

    .final-button {
        width: 100%;
        min-height: 46px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .corporate-container {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* ---------------------------------------------
       HEADING
    --------------------------------------------- */

    .corporate-heading {
        padding: 25px 5px 18px;
    }

    .corporate-heading h2 {
        font-size: 22px;
        line-height: 1.25;
        font-weight: 700;
    }

    .corporate-heading p {
        font-size: 16px;
        line-height: 1.4;
    }


    /* ---------------------------------------------
       SERVICE CARDS ONE BY ONE
    --------------------------------------------- */

    .corporate-services-grid {
        display: flex;
        flex-direction: column;

        gap: 12px;

        padding-bottom: 20px;
    }


    .corporate-card {
        width: 100%;
        min-height: 0;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 8px;
    }


    .corporate-card-title {
        min-height: 60px;
    }


    .corporate-card-title h3 {
        font-size: 18px;font-weight: 700;
    }


    .corporate-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .corporate-icon svg {
    width: 40px;
    height: 40px;
    }


    .corporate-card-content {
        margin-top: 12px;
        padding-top: 0;
    }


    .corporate-card-content p {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 12px;
    }


    .corporate-card-content a {
        font-size: 15px;
        font-weight: 700;
    }


    /* ---------------------------------------------
       GIFT CITY
    --------------------------------------------- */

    .corporate-gift-section {
        padding: 25px 0;
    }


    .gift-content {
        display: flex;
        flex-direction: column;

        gap: 20px;
    }


    .gift-text h2 {
        font-size: 22px;font-weight: 700;
    }


    .gift-text p {
        font-size: 16px;
        line-height: 1.4;
    }

    .corporate-gift-features{
        gap: 15px;
        width: 100%;
    }
    .corporate-gift-features .gift-feature{
        width: auto;
    }

    /* ---------------------------------------------
       FEATURES ONE BY ONE
    --------------------------------------------- */

    .gift-feature {
        width: 100%;

        min-height:28px;

        display: grid;
        grid-template-columns: 55px 1fr;

        justify-content: initial;

        text-align: left;

        padding: 10px 15px;
        gap: 0px;
    }

    .gift-feature p {
        font-size: 18px;
        font-weight: 700;
    }

    .gift-feature-icon {
        width: 45px;
        height: 45px;

        margin: 0;
    }


    .gift-feature-icon svg {
        width: 27px;
        height: 27px;
    }


    .gift-feature h3 {
        font-size: 14px;

        display: flex;
        align-items: center;
    }

}


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

@media (max-width: 480px) {
    #contact-banner .banner-text {
    padding-left: 10px !important;
}
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }


    .section-heading h2 {
        font-size: 25px;font-weight: 700;
    }


    .service-card {
        grid-template-columns: 90px 1fr;
        gap: 11px;
        padding: 8px;
        box-sizing: border-box;
    }


    .service-image {

        width: 90px;
        min-width: 90px;

        height: 110px;
    }


    .service-content h3 {
        font-size: 17px;font-weight: 700;
    }


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


    .service-links a {
        font-size: 15px;
    }


    .commercial-section {
        padding: 18px 12px;
    }


    .commercial-intro h2 {
        font-size: 23px;
    }


    .commercial-image {
        height: 180px;
    }


    .contact-content h2 {
        font-size: 26px; font-weight: 700;
    }


    .mo-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .managed-office-page h2 {
        font-size: 22px;
    }

    .solution-image {
        height: 190px;
    }

    .finding-image {
        height: 190px;
    }

    .comparison-image {
        height: 185px;
    }

    .gift-city-image {
        height: 190px;
    }

    .business-card {
        grid-template-columns: 48px 1fr;
    }

    .business-icon {
        width: 50px;
        height: 50px;
    }

    .corporate-container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .corporate-heading h2 {
        font-size: 22px;
    }


    .corporate-card {
        padding: 13px; box-sizing: border-box;
    }


    .corporate-card-title h3 {
        font-size: 17px;
    }


    .corporate-card-content p {
        font-size: 16px;
        margin-bottom: 12px;
    }


    .corporate-card-content a {
        font-size: 15px;
    }


    .gift-text h2 {
        font-size: 22px;
    }

}


@media (max-width: 375px) {
    #contact-banner .banner-text {
    padding-left: 10px !important;
    bottom: 10px !important;
}
    #contact-banner .banner-text h1 {
        line-height: 28px !important;
        font-size: 25px !important;
        text-shadow: 0px 1px 1px rgb(0 0 0);
    }
        #contact-banner p {
        font-size: 16px !important;
        margin-top: 8px;
        text-shadow: 0px 1px 1px rgb(40 40 40);
        margin-right: 0px;
    }
}








