/* =========================================
   GTM BREADCRUMB
========================================= */

.gtm-breadcrumb {
   margin: 15px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #777777;
}

.gtm-breadcrumb strong {
    font-weight: 500;
    color: #333333;
}

.breadcrumb-separator {
    color: #999999;
}


/* =========================================
   GTM HERO
========================================= */

.gtm-hero {
    width: 100%;
    background: #f1f6fc;
    padding: 20px 0 20px;
}

.gtm-hero-inner {
    display: flex;
    align-items: center;
    gap: 26px;
}


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

.gtm-image-wrap {
    flex: 0 0 39%;
}

.gtm-hero-image {
   
    object-fit: cover;
    border-radius: 6px;
}


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



.gtm-eyebrow {
    font-size: 14px;
   
    color: #111111;
    margin-bottom: 7px;
}

.gtm-content h1 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.12;
    font-weight: 700;
    color: #050505;
}

.gtm-content h1 span {
    display: block;
    color: #0056d6;
}


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

.services-section {
    width: 100%;
    background: #ffffff;
    padding: 25px 0 35px;
}


/* =========================================================
   SERVICES TITLE
========================================================= */

.services-title {
    margin: 0 0 18px;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;

    color: #111111;
}

.services-title span {
    color: #0056d6;
}


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

.service-card {
    padding: 10px 13px;

    background: #f5f8fc;

    border: 1px solid #e7edf6;

    border-radius: 4px;

    box-shadow: 0 2px 6px rgba(0, 30, 80, 0.04);

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


/* =========================================================
   HOVER
========================================================= */

.service-card:hover {
    transform: translateY(-2px);

    border-color: #cbdcf7;

    box-shadow: 0 5px 14px rgba(0, 30, 80, 0.08);
}


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

.service-icon {
   

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

    margin-right: 10px;
    margin-top: 1px;

    background: #eef4ff;

    border: 1px solid #cddfff;

    border-radius: 4px;

  
}
.service-icon img{
    width: 30px;
    height:30px;
    padding: 4px;
}

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

.service-content {
    flex: 1;
    min-width: 0;
}


.service-content h3 {
    margin: 0 0 4px;

    font-size: 16px;
    line-height: 1.25;

    font-weight: 700;

    color: #111111;
}

.para{
        font-size: 14px;
    line-height: 1.5;
}




/* =========================================
   WHAT YOU GAIN SECTION
========================================= */

.gain-section {
    width: 100%;
    background: #ffffff;
    padding: 28px 0;
}


/* =========================================
   LEFT CONTENT
========================================= */

.gain-left {
    padding-right: 35px;
}

.gain-eyebrow {
    margin-bottom: 8px;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;

    color: #111111;
}

.gain-title-box {
    border: 2px dotted #168cff;
}



/* =========================================
   RIGHT BENEFITS
========================================= */

.gain-benefits {
    display: grid;

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

    border-top: 1px solid #e5eaf2;
    border-left: 1px solid transparent;
}


/* =========================================
   BENEFIT ITEM
========================================= */

.gain-item {
    min-height: 64px;

    display: flex;
    align-items: center;

    padding: 10px 18px;

    border-bottom: 1px solid #e5eaf2;
}

.gain-item:nth-child(odd) {
    border-right: 1px solid #0056d6;
}

.gain-item:nth-child(even) {
    padding-left: 28px;
}

.gain-item:nth-child(3),
.gain-item:nth-child(4) {
    border-bottom: 0;
}


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

.gain-icon {
    

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

    margin-right: 10px;

    background: #f1f6ff;

    border: 1px solid #d6e4ff;

    border-radius: 5px;

    
}
.gain-icon img {
    width: 28px;
    height: 28px;
}

/* =========================================
   BENEFIT TITLE
========================================= */

.gain-item h3 {
    margin: 0;

    font-size: 16px;
    line-height: 1.25;

    font-weight: 600;

    color: #111111;
    gap:10px;
}

/* =========================================
   MARKET ENTRY CTA
========================================= */

.market-entry-cta {
    width: 100%;
    background: #ffffff;
    padding: 20px 0 30px;
}


/* =========================================
   CTA BOX
========================================= */

.market-entry-cta-box {
    position: relative;

    width: 100%;
   

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

    overflow: hidden;

   background-image: url(/new-images/about-us/why-choose.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    border: 1px solid #d8e2ef;
    border-radius: 4px;
}


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

.market-entry-cta-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 700px;

    padding: 20px;

    text-align: center;
}


/* =========================================
   LABEL
========================================= */

.market-entry-cta-label {
    margin-bottom: 13px;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;

    color: #111111;
}


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

.market-entry-cta-content h2 {
    margin: 0 0 10px;

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

    font-weight: 700;

    color: #050505;
}

.market-entry-cta-content h2 span {
    color: #075ddd;
}


/* =========================================
   DESCRIPTION
========================================= */

.market-entry-cta-content p {
  
    font-size: 16px;
    line-height: 1.45;

}


