.page-heading ul li span.sub-page-title { display: inline-block; margin-left: 0.6rem; line-height: 1rem; position: relative; } .page-heading { background: #046489; } .b_title { font-size: 24px !important; font-weight: 700 !important; } .custom-hero-section { position: relative; background-image: url("../images/consulting_advisory/consulting_advisory_bg_banner.webp"); background-size: cover; background-position: center; height: 380px; /* adjust as needed */ display: flex; align-items: center; justify-content: center; text-align: center; } /* .custom-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 99, 136, 0.6); } */ .custom-hero-content { position: relative; color: #ffffff; z-index: 1; max-width: 900px; text-align: center; padding: 0 20px; } .custom-hero-content h1 { font-size: 5rem; font-weight: 700; margin-bottom: 12px; line-height: 1.3; text-shadow: 6px 5px 1px rgba(0, 0, 0, 0.3); } .custom-hero-content p { font-size: 1.5rem; font-weight: 500; text-align: center; } /* Responsive adjustments */ @media (max-width: 768px) { .custom-hero-section { height: 300px; padding: 0 15px; } .custom-hero-content h1 { font-size: 2rem; text-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3); } .custom-hero-content p { font-size: 1rem; } } .custom-offering-section { text-align: center; padding: 10px; background-color: #ffffff; } .impact-delivered-section{ text-align: center; padding: 30px; background-color: #ffffff; } .custom-offering-title { color: #006b8f; font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 6px; position: relative; /* display: inline-block; */ } .custom-offering-line { width: 260px; height: 2px; background-color: #006b8f; margin: 0 auto 20px auto; overflow-x: clip; /* mask: linear-gradient(red 0 0) padding-box, conic-gradient(red var(--p), transparent 0%) border-box; */ position: relative; /* transition: transform 0.3s ease; */ /* overflow: hidden; keeps ::before inside */ } .custom-offering-line::before { content: ""; position: absolute; top: -2px; left: 0; /* transform: translate(-50%, -50%); */ width: 25px; height: 6px; background-color: #0099c1; border-radius: 2px; /* animation: p 0.3s linear forwards; */ -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: MOVE-BG; animation-name: MOVE-BG; } .sec-title .bar::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 100%; width: 5px; background: #fff; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: MOVE-BG; animation-name: MOVE-BG; } @keyframes MOVE-BG { 0% { transform: translateX(0); } 100% { transform: translateX(260px); } } .custom-offering-text { /* max-width: 800px; */ margin: 0 auto; color: #006b8f; font-size: 1.5rem; line-height: 1.6; font-weight: 600; text-align: center; } .offering-img { width: 100%; } /* Responsive */ @media (max-width: 768px) { .custom-offering-title { font-size: 1.8rem; } .custom-offering-text { font-size: 0.95rem; padding: 0 10px; } } .custom-services-container { max-width: 1200px; margin: 0 auto; display: flex; gap: 20px; align-items: flex-start; } .custom-services-list { flex: 1; display: flex; flex-direction: column; gap: 20px; text-align: left; } .service-item { display: flex; align-items: flex-start; gap: 15px; } .service-item img { width: 55px; height: 55px; flex-shrink: 0; opacity: 0.6; } .service-item h3 { color: #006b8f; /* blue shade */ font-size: 1.3rem; font-weight: 700; margin-bottom: 4px; } .service-item p { color: #000; font-size: 1rem; line-height: 1.4; font-weight: 600; } /* .custom-services-image { flex: 0 0 45%; } */ .custom-services-image img { width: 100%; height: auto; display: block; border-radius: 4px; } .service-item .content { padding: 5px; background: linear-gradient(to right, #d3ebf3 10%, #fff 40%); width: 100%; position: relative; padding-left: 15px; } .service-item .content::before { content: ""; position: absolute; left: -13px; top: 6px; width: 2px; height: 44px; background: #006b8f85; } /* Responsive */ @media (max-width: 992px) { .custom-services-container { flex-direction: column; } .custom-services-image { order: -1; margin-bottom: 30px; } } @media (max-width: 600px) { .service-item img { width: 30px; height: 30px; } .service-item h3 { font-size: 1rem; } .service-item p { font-size: 0.9rem; } .profile-designation{ text-align: left; } } .capabilities-section { text-align: center; padding: 30px; background-color: #eff9fd; } .cs-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; } /* Right grid rows */ .cs-right-grid { display: flex; flex-direction: column; gap: 20px; } .cs-right-top { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .cs-right-bottom { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .cs-bottom { display: grid; grid-template-columns: 1.03fr 1fr 1fr; /* grid-template-columns: repeat(3, 1fr); */ gap: 20px; } /* ---------- Left Large Card ---------- */ .cs-card-large { position: relative; background: url("https://picsum.photos/500/800?random=1") center/cover no-repeat; /* border-radius: 6px; */ overflow: hidden; display: flex; flex-direction: column; border: 1px solid #4688a2; justify-content: flex-end; /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */ transition: transform 0.3s ease, box-shadow 0.3s ease; } .cs-card-large:hover { transform: translateY(-6px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); } .cs-card-large-content { background: #f5faff; padding: 15px; z-index: 1; } .cs-card-large-text { font-size: 14px; color: #000; font-weight: 500; font-style: italic; } .cs-card-large:hover .cs-card-large-text { color: #006388; } .cs-readmore { display: block; text-align: right; font-size: 10px; margin-top: 5px; color: #006388; text-decoration: none; font-weight: 600; } .cs-card { position: relative; /* border-radius: 6px; */ overflow: hidden; background: #fff; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid #4688a2; /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */ transition: transform 0.3s ease, box-shadow 0.3s ease; } .cs-card:hover { transform: translateY(-6px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); } .cs-card-img { width: 100%; height: 160px; object-fit: cover; } .cs-card-img-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(38, 131, 168, 0.6); /* semi-transparent overlay */ transition: opacity 0.3s ease; } /* Hover: remove overlay */ .cs-card:hover .cs-card-img-overlay { opacity: 0; } .cs-card-large:hover .cs-card-img-overlay { opacity: 0; } .cs-card-content { padding: 10px; background: #f5faff; z-index: 1; } .cs-card-text { font-size: 13px; color: #000; font-weight: 500; font-style: italic; margin-bottom: 8px; } .cs-card:hover .cs-card-text { color: #006388; } /* ---------- Overlay Card ---------- */ .cs-overlay-card { background: url("https://picsum.photos/400/300?random=5") center/cover no-repeat; color: #fff; } .cs-overlay-card::before { content: ""; position: absolute; inset: 0; background: rgba(0, 76, 145, 0.6); } .cs-overlay-card .cs-card-content { position: relative; color: #fff; background: transparent; } .cs-overlay-card .cs-readmore { color: #fff; } .custom-case-studies { display: flex; flex-direction: column; gap: 20px; } .key-analyst-section { text-align: center; padding: 30px; /* background-color: #eff9fd; */ } .form-section { text-align: center; padding: 30px; /* background-color: #eff9fd; */ } .input_icon { width: 20px; height: 20px; } .input-group .form-control { border-left: none; } .input-group-text { background: transparent; border: 1px solid #5691ab; } .request-form { background: #ecfaffa6; border-radius: 8px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); width: 100%; border: 1px solid #005978; padding: 15px 25px; } .request-form .form-control { border-radius: 6px; box-shadow: none; font-size: 13px; height: 40px; border: 1px solid #5691ab; } .request-form .form-control .disp_secur_code { width: 50%; } textarea.form-control { height: auto; min-height: 100px; resize: vertical; } .btn-primary { background-color: #005978; border-color: #005978; } .btn-primary:hover { background-color: #00455d; border-color: #00455d; } .form-wrap { margin-top: 10px; } .input-group-text img { width: 18px; height: 18px; } #captcha_code { width: 80px; height: 40px; margin-right: 0 !important; border: 1px solid #005978; } .refreshCaptcha { width: 5% !important; height: auto !important; } .checkbox-list { font-style: italic; margin-bottom: 15px; } .checkbox-list .form-check { margin-bottom: 10px; font-size: 13px; color: #005978; padding: 0; } .checkbox-list p { padding: 0; color: #005978; font-size: 16px; font-weight: 600; margin-bottom: 10px; } .request-form h2 { color: #005978; font-size: 28px; margin-bottom: 5px; font-weight: bold; margin-top: 0; text-transform: uppercase; } #captcha_val { width: 50%; } .checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 8px 8px; font-size: 15px; color: #00394f; } .checkbox-grid input[type="checkbox"] { margin-right: 8px; width: 18px; height: 18px; accent-color: #007ca8; cursor: pointer; } .checkbox-grid label { display: flex; font-size: 14px; align-items: flex-start; cursor: pointer; } input[type="checkbox"] { appearance: none; -webkit-appearance: none; -moz-appearance: none; width: 17px; height: 17px; margin: 0px 5px 0px 0; border: 1.5px solid #2a84a5; border-radius: 4px; background-color: #ffffff; position: relative; cursor: pointer; transition: all 0.3s ease-in-out; } input[type="checkbox"]::after { content: ""; background-image: url("../images/consulting_images/check1.png"); background-size: contain; background-repeat: no-repeat; width: 18px; height: 18px; position: absolute; top: 30%; left: 75%; transform: translate(-50%, -50%) scale(0); transition: transform 0.3s ease-in-out; } input[type="checkbox"]:checked::after { transform: translate(-50%, -50%) scale(1); } .form-check { display: inline-flex; } .security_div { gap: 10px; } .security_code { margin: 0; font-style: italic; font-size: 13px; color: #464646; } .h2border { width: 18.4%; margin-left: 4px; border-bottom: 2px solid #005978; } .form-control { font-style: italic; } .form-control:focus { border-color: #5691ab; } .input-group-prepend { margin-right: 0; } .exp-btn { padding: 6px 20px; border: 1px solid #005978; background: linear-gradient(to bottom, #23a7d6 0%, #0d3f5c 100%); font-weight: 600; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); font-size: 16px; cursor: pointer; width: 100%; border-radius: 8px; color: #fff; } .form-btn { gap: 10px; } .heading-consulting { font-size: 2.5rem; color: #005978; font-weight: 700; text-align: center; margin: 10px 0 15px; } /* OFFERING SECTION */ .offering-section { background: #f5f7fa; padding: 60px 20px; font-family: Arial, sans-serif; } .offering-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; /* max-width: 1300px; */ margin: 20px auto; } .offering-card { background: #fbfdfe; border-radius: 12px; padding: 15px 20px 40px; text-align: left; position: relative; overflow: hidden; border: 1px solid #89c7dd; transition: all 0.4s ease; } .offering-card:hover{ box-shadow: 5px 8px 11px rgba(0, 0, 0, 0.3); transform: translateY(-5px); } .offering-icon { font-size: 40px; margin-bottom: 15px; transition: transform 0.3s ease; } .offering-icon-img { width: 60px; } .offering-title { font-size: 2rem; font-weight: bold; color: #005978; margin-bottom: 10px; } /* Truncate text initially */ .offering-text { font-size: 16px; color: #000; display: -webkit-box; text-align: left; font-weight: 500; -webkit-line-clamp: 6; /* Number of lines shown */ -webkit-box-orient: vertical; overflow: hidden; transition: all 0.4s ease; } /* When card expands, show full text */ .offering-card.expanded .offering-text { -webkit-line-clamp: unset; overflow: visible; } /* Expanded state */ .offering-card.expanded { grid-column: span 2; background-size: cover; background-position: center; background-color: #f4fcfe; color: #fff; box-shadow: 5px 8px 11px rgba(0, 0, 0, 0.3); border: 1px solid #007ca8; /* transform: scale(1.01); */ } /* .offering-card.expanded::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); border-radius: 12px; } */ .offering-card.expanded .offering-icon, .offering-card.expanded .offering-title, .offering-card.expanded .offering-text { position: relative; z-index: 2; } .offering-card.expanded .offering-text { color: #000; /* font-size: 17px; */ } .offering-card.expanded .offering-title{ color: #005978; margin-top: 6rem; width: 70%; } .offering-card.expanded .offering-icon { transform: translateY(-8px); float: right; margin-top: 10px; margin-bottom: 0; } .offering-card.expanded .read-more{ display: none; } .offering-card.expanded .bottom-text i.fa-circle-chevron-left{ display: block; } /* Unique background images on expand */ /* Common styling for all cards */ .offering-card-1, .offering-card-2, .offering-card-3, .offering-card-4, .offering-card-5, .offering-card-6, .offering-card-7 { position: relative; overflow: hidden; transition: all 0.3s ease; } .offering-card-1.expanded .offering-icon-img, .offering-card-2.expanded .offering-icon-img, .offering-card-3.expanded .offering-icon-img, .offering-card-4.expanded .offering-icon-img, .offering-card-5.expanded .offering-icon-img, .offering-card-6.expanded .offering-icon-img, .offering-card-7.expanded .offering-icon-img  { width: 90px; height: auto; display: none; } .offering-icon-img-expand{ display: none; } .offering-card.expanded .offering-icon-img-expand { width: 90px; height: auto; display: block; } .bottom-text{ text-align: right; font-weight: 700; color: #005978; margin-top: 20px; position: absolute; bottom: 10px; right: 10px; } .read-more{ text-align: right; } .bottom-text i.fa-circle-chevron-left{ display: none; } .hidden-input { display: none; opacity: 0; width: 100%; float: left; transition: opacity .3s ease-in-out } /* .offering-card-1.expanded::before, .offering-card-2.expanded::before, .offering-card-3.expanded::before, .offering-card-4.expanded::before, .offering-card-5.expanded::before, .offering-card-6.expanded::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.2; z-index: 0; } */ /* Specific background images for each card .offering-card-1.expanded::before { background-image: url("../images/research_analyst/syndicate_bg.webp"); } .offering-card-2.expanded::before { background-image: url("../images/research_analyst/syndicate_bg.webp"); } .offering-card-3.expanded::before { background-image: url("../images/research_analyst/syndicate_bg.webp"); } .offering-card-4.expanded::before { background-image: url("../images/research_analyst/syndicate_bg.webp"); } .offering-card-5.expanded::before { background-image: url("../images/research_analyst/syndicate_bg.webp"); } .offering-card-6.expanded::before { background-image: url("../images/research_analyst/syndicate_bg.webp"); } */ /* Keep text and icons above the overlay */ .offering-card-content { position: relative; z-index: 1; } .profile-designation{ text-align: left; } /* Responsive */ @media (max-width: 1100px) { .offering-grid { grid-template-columns: repeat(3, 1fr); } .offering-card.expanded { grid-column: span 2; } } @media (max-width: 600px) { .offering-grid { grid-template-columns: 1fr; } .offering-card.expanded { grid-column: span 1; } } @media (min-width: 1560px) { .profile-name { font-size: 1rem !important; } .profile-domain { font-size: 0.9rem; } .profile-designation { font-size: 0.9rem !important; } .profile-experience { font-size: 0.9rem; } .custom-hero-content h1{ font-size: 4.5rem; } .heading-consulting{ font-size: 2rem; } .offering-title{ font-size: 1.5rem; } .read-more{ font-size: 0.8rem; } } /* Responsive */ @media (max-width: 992px) { .insights-container { flex-direction: column; } .insights-image { width: 100%; } .insights-grid { grid-template-columns: repeat(2, 1fr); } .bottom-section { flex-direction: column; gap: 30px; } } @media (max-width: 992px) { .custom-services-image { display: none; } .custom-hero-content h1 { font-size: 3.5rem; } .custom-hero-content p { font-size: 1.4rem; } } @media (max-width: 1200px) { .service-item p { font-size: 1rem; } .service-item h3 { font-size: 1.3rem; } } @media(max-width:1023px){ .offering-text { display: block;       /* Allow full content */ -webkit-line-clamp: none; -webkit-box-orient: unset; overflow: visible; font-size: 14px; } .offering-title{ font-size: 1.5rem; } .bottom-text{ display: none; } .offering-card{ padding: 15px 20px 20px; } .offering-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .service-item h3 { font-size: 1.3rem; } .service-item p { font-size: 1rem; } .custom-offering-text { font-size: 1.2rem; /* padding: 0 10px; */ margin-bottom: 10px; } .cs-grid { grid-template-columns: 2fr; } /* .cs-card-large { height: 280px; background: url(https://picsum.photos/500/800?random=1) no-repeat; background-size: cover; } */ .cs-right-top, .cs-right-bottom, .cs-bottom { grid-template-columns: repeat(1, 1fr); /* Single column for cards */ } .cs-card-img { display: none; } .insights-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } .insight-title { font-size: 24px; } .insight-text { font-size: 16px; } .bottom-grid { gap: 30px; } .custom-case-studies { height: 400px; overflow-y: scroll; } .offering-grid { grid-template-columns: repeat(2, 1fr); } .heading-consulting{ font-size: 1.8rem; } } @media (max-width: 600px) { .service-item h3 { font-size: 1.2rem; } .service-item p { font-size: 0.9rem; } .service-item { align-items: center; gap: 8px; } .service-item .content::before { left: 0; top: 0; width: 2px; height: 100%; } .service-item img { width: 40px; height: 40px; } .custom-offering-section { padding: 20px 10px; } .impact-delivered-section{ padding: 20px 10px; } .profile-image { width: 70px; height: 70px; } .request-form h2 { font-size: 24px; } .request-form { padding: 15px 20px; } .insight-title { font-size: 20px; } .insight-text { font-size: 14px; } .insights-grid { gap: 20px; } .bottom-grid { gap: 20px; } .key-analyst-section { padding: 10px 0; } .capabilities-section { padding: 20px 10px; } .custom-offering-section .container { padding: 0; } .form-section { padding: 10px 0; } .request-form { padding: 15px 8px; } .custom-hero-content h1 { font-size: 2.5rem; } .custom-hero-content p { font-size: 1.4rem; } .offering-grid { grid-template-columns: repeat(1, 1fr); } .offering-icon{ float: right; margin: 5px 0px 0 10px; } .b_title{ font-size: 16px !important; } } @media(max-width:375px){ .offering-icon{ display: none; } .exp-btn{ font-size: 12px; } .page-heading ul li span.sub-page-title{ line-height: 1.6rem; } .form-btn{ flex-direction: column; } } @media(max-width:320px){ .custom-hero-content h1 { font-size: 2.3rem; } .heading-consulting { font-size: 1.5rem; } .custom-offering-section { padding: 10px 10px; } } .selected-dial-code { display: none; } .about-content p.head-text { color: #006389; font-size: 14 px; font-weight: 700; margin-bottom: 8px; } ::-webkit-scrollbar-thumb { border-radius: 10px; background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, #b3ebff), color-stop(0.72, #80ddff), color-stop(0.86, #4dcfff) ); } ::-webkit-scrollbar { width: 6px; height: 6px; background-color: #f5f5f5; } .profile-card-wrapper { position: relative; } .about-content p { font-size: 14px; color: #000; margin-bottom: 8px; line-height: 1.6; } .modal-content { border-radius: 10px; } .modal-title { color: #005978; font-weight: 700; } .modal-lg { max-width: 900px; } .about-content { height: 350px; overflow-y: auto; padding-right: 10px; } .modal-header img { width: 50px; height: auto; margin-right: 10px; } .header-data { display: flex; flex-direction: column; } .header-data p { font-weight: 600; } #phone { padding-left: 52px !important; }

section{
  padding: 30px 0;
}
 .mesb-banner{
    box-sizing:border-box;
  
    margin:0 auto;
    background:#ffffff;
    color:#231f20;
    display:grid;
    grid-template-columns:minmax(0, 1.05fr) minmax(0, 1fr);
    align-items:center;
    gap:clamp(24px, 4vw, 56px);
    -webkit-font-smoothing:antialiased;
  }

 
  /* ---------- Left: copy ---------- */
  .mesb-copy{ min-width:0; }
 
  .mesb-headline{
    font-weight:700;
   font-size: clamp(32px, 5vw, 55px);
    line-height:1.04;
    letter-spacing:-0.015em;
    color:#17628c;
    margin:0 0 clamp(18px, 2.4vw, 30px);
    /* max-width:12ch; */
  }
  .mesb-headline__accent{ color:#2c9ccb; }
 
  .mesb-eyebrow{
    font-weight:700;
  font-size: clamp(18px, 1.5vw, 24px);
    line-height:1.3;
    letter-spacing:0.015em;
    text-align: left;
    text-transform:uppercase;
    color:#17628c;
    margin:0 0 clamp(12px, 1.6vw, 18px);
  }
 
  .mesb-lede{
    font-weight:600;
font-size: clamp(16px, 1vw, 18px);
    line-height:1.55;
    color:#000;
    text-align:left;
    margin:0;
  }
 
  /* ---------- Right: image slot ---------- */
  .mesb-visual{
    min-width:0;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .mesb-visual__img{
    display:block;
    width:100%;
    height:auto;
    max-height:440px;
    object-fit:contain;
  }
  /* Shown only if the image is missing or fails to load */
  .mesb-visual__placeholder{
    width:100%;
    aspect-ratio:1 / 1;
    max-height:440px;
    border:2px dashed #dce7ee;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8ba7b8;
    font-size:0.95rem;
    letter-spacing:0.02em;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 860px){
    .mesb-banner{
      grid-template-columns:1fr;
      gap:clamp(28px, 6vw, 40px);
    }
    .mesb-visual{ order:2; }
    .mesb-headline{ max-width:none; }
    .mesb-visual__img,
    .mesb-visual__placeholder{ max-width:420px; margin-left:auto; margin-right:auto; }
  }
 
  /* ---------- Entrance ---------- */
  .mesb-reveal{
    opacity:0;
    transform:translateY(10px);
    animation:mesb-rise .6s cubic-bezier(.22,.61,.36,1) forwards;
  }
  .mesb-copy.mesb-reveal{ animation-delay:.05s; }
  .mesb-visual.mesb-reveal{ animation-delay:.18s; }
  @keyframes mesb-rise{ to{ opacity:1; transform:none; } }
  @media (prefers-reduced-motion: reduce){
    .mesb-reveal{ opacity:1; transform:none; animation:none; }
  }

  .meov-section{
    box-sizing:border-box;
    margin:0 auto;
    background:#ffffff;
    color:#231f20;
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.2fr);
    /* align-items:center; */
    gap:clamp(28px, 4vw, 56px);
    -webkit-font-smoothing:antialiased;
  }
  
 
  /* ---------- Left: copy ---------- */
  .meov-copy{ min-width:0; }
 
  .meov-eyebrow{
    font-weight:700;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height:1.3;
    text-transform:uppercase;
    color:#17628c;
    margin:0 0 clamp(10px, 1.2vw, 14px);
  }
 
  .meov-heading{
    font-weight:600;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height:1.18;
    letter-spacing:-0.01em;
    color:#1b1b1b;
    margin:0 0 clamp(14px, 1.8vw, 10px);
  }
 
  .meov-body{
    font-weight:500;
font-size: clamp(16px, 1vw, 18px);
    color:#231f20;
    margin:0 0 0.9em;
  }
  .meov-body:last-child{ margin-bottom:0; }
 
  /* ---------- Right: teal panel ---------- */
  .meov-panel{
    min-width:0;
    background:#0e5b7c;
    padding:30px;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:20px 30px;
    border-left: 6px solid #0099c1;
  }
 
  .meov-feature{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
  }
 
  .meov-feature__icon{
    flex:0 0 auto;
    width:50px;
    height:50px;
    /* border:1.5px solid rgba(255,255,255,0.55); */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #007ca8;
  }
  .meov-feature__icon img{
    width:22px;
    height:22px;
    display:block;
    stroke:#ffffff;
    fill:none;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
 
  .meov-feature__text{ min-width:0; }
 
  .meov-feature__title{
    font-weight:700;
font-size: clamp(16px, 1vw, 22px);
    line-height:1.25;
    color:#ffffff;
    margin:0 0 5px;
  }
 
  .meov-feature__caption{
    font-weight:400;
    font-size: clamp(11px, 0.7vw, 14px);
    line-height:1.4;
    color:#fff;
    text-align: left;
    margin:0;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 900px){
    .meov-section{
      grid-template-columns:1fr;
      gap:clamp(28px, 5vw, 40px);
    }
    .meov-heading{ max-width:none; }
    .meov-body{ max-width:none; }
  }
  @media (max-width: 520px){
    .meov-panel{ grid-template-columns:1fr; }
  }

  .mech-section{
    background:#eff9fd;
    padding: 45px 0px ;
    /* color:#231f20; */
  }

 
  .mech-inner{
    max-width:1180px;
    margin:0 auto;
  }
 
  /* ---------- Heading block ---------- */
  .mech-eyebrow{
    font-weight:700;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height:1.3;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#17628c;
    margin:0 0 8px;
  }
 
  .mech-heading{
    font-weight:600;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height:1.2;
    letter-spacing:-0.01em;
    color:#1b1b1b;
    margin:0 0 10px;
  }
 
  .mech-deck{
    font-size: clamp(16px, 1.5vw, 22px);
    line-height:1.5;
    color:#5a6570;
    margin:0 0 clamp(24px, 3vw, 38px);
    /* max-width:70ch; */
    font-weight: 500;
  }
 
  /* ---------- Card grid ---------- */
  .mech-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:50px 40px;
  }
 
  .mech-card{
    background:#ffffff;
    border:1px solid #eef4f8;
    border-radius:10px;
    padding:clamp(18px, 2vw, 24px);
    box-shadow:7px 7px 9px rgba(0, 0, 0, 0.25);
    min-width:0;
  }
 
  .mech-card__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:35px;
    height:35px;
    border-radius:30px;
    background:#e6f1f8;
    color:#17628c;
    font-weight:700;
    font-size:1.5rem;
    line-height:1;
    margin-bottom:8px;
  }
 
  .mech-card__title{
    font-weight:700;
font-size: clamp(16px, 1.5vw, 20px);
    line-height:1.3;
    color:#17628c;
    margin:0 0 7px;
  }
 
  .mech-card__text{
    font-size: clamp(16px, 1vw, 18px);
    line-height:1.3;
    color:#5a6570;
    text-align: left;
    margin:0;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 900px){
    .mech-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 560px){
    .mech-grid{ grid-template-columns:1fr; }
  }

  .meap-section{
    margin:0 auto;
    padding:clamp(28px, 4.5vw, 56px) 0;
    color:#231f20;
    -webkit-font-smoothing:antialiased;
  }
  
 
  /* ---------- Heading block ---------- */
  .meap-eyebrow{
    font-weight:700;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height:1.3;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#17628c;
    margin:0 0 8px;
  }
 
  .meap-heading{
    font-weight:600;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height:1.2;
    letter-spacing:-0.01em;
    color:#1b1b1b;
    margin:0 0 10px;
  }
 
  .meap-deck{
font-size: clamp(16px, 1vw, 18px);
    line-height:1.5;
    color:#5a6570;
    margin:0 15px clamp(12px, 2.8vw, 12px) 0;
    max-width:600px;
    text-align: left;
  }
 
  /* ---------- Two-column body ---------- */
  .meap-split{
    display:grid;
    grid-template-columns:minmax(0, 1.1fr) minmax(0, 0.8fr);
    align-items:center;
    transform: translateY(-52px);
    /* gap:clamp(22px, 3vw, 40px); */
  }
 
  /* ---------- Left: steps panel ---------- */
  .meap-steps{
    background:#f3f5f7;
    padding:clamp(22px, 2.6vw, 24px) clamp(18px, 2.4vw, 28px);
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:clamp(30px, 1.9vw, 33px);
    border-left: 6px solid #dddddd;
  }
 
  .meap-step{ min-width:0; }
 
  .meap-step__title{
    font-weight:700;
    font-size: clamp(16px, 1.5vw, 23px);
    line-height:1.3;
    color:#17628c;
    margin:0 0 4px;
  }
 
  .meap-step__text{
    font-size: clamp(14px, 0.8vw, 16px);
    line-height:1.45;
    color:#000;
    margin:0;
  }
 
  /* ---------- Right: image ---------- */
  .meap-visual{
    min-width:0;
    display:flex;
  }
  .meap-visual__img{
    display:block;
    width:100%;
    height:100%;
    min-height:300px;
    object-fit:cover;
    object-position:center;
  }
  /* Shown only if the image is missing or fails to load */
  .meap-visual__placeholder{
    width:100%;
    min-height:340px;
    border:2px dashed #e4e9ee;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#93a3b0;
    font-size:0.95rem;
    letter-spacing:0.02em;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 860px){
    .meap-split{
      grid-template-columns:1fr;
      gap:clamp(22px, 4vw, 32px);
      transform: translateY(0) ;
    }
    .meap-visual{ order:-1; display: none;}
    .meap-visual__img{ height:auto; max-height:340px; }
  }

  .insightpro-why-section {
  padding: 40px 0px;
}

.insightpro-wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.insightpro-heading-area {
  margin-bottom: 25px;
}

.insightpro-subtitle {
  display: inline-block;
  color: #0b6a88;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.insightpro-main-title {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.insightpro-description {
  /* max-width: 950px; */
font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
  color: #000;
}

.insightpro-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 60px;
}

.insightpro-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.insightpro-icon {
  color: #0b6a88;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

.insightpro-content h4 {
  font-size: 20px;
  color: #0b6a88;
  font-weight: 700;
  margin: 0 0 6px;
}

.insightpro-content h4 span {
  color: #535353;
  font-weight: 600;
  font-size: 15px;
}

.insightpro-content p {
  margin: 0;
  color: #000;
  line-height: 1.3;
  font-size: 16px;
  text-align: left;
}

/* Responsive */
@media (max-width: 768px) {


  .insightpro-feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ── Section ── */
.ocs-section {
  /* max-width: 1080px; */
  padding: 30px 0;
  margin: 0 auto;
  background: rgba(160, 232, 249, 0.23);
}

/* ── Header ── */
.ocs-header {
  margin-bottom: 20px;
}

.ocs-header__eyebrow {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #006389;
  /* margin-bottom: 8px; */
}

.ocs-header__title {
  font-size: 34px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}

/* ── Grid ── */
.ocs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}

/* ── Card ── */
.ocs-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.22s,
    box-shadow 0.22s;
  cursor: default;
  position: relative;
  max-width: 240px;
  overflow: hidden;
}

.ocs-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #2a7bbf, #00b4d8);
  border-radius: 12px 0 0 12px;
  transition: height 0.3s ease;
}

.ocs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(26, 46, 74, 0.12);
}

.ocs-card:hover::before {
  height: 100%;
}

.ocs-card__title {
  font-size: 22px;
  font-weight: 600;
  color: #006389;
  line-height: 1.2;
  margin-bottom: 5px;
}

.ocs-card__text {
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 1.3;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ocs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .ocs-grid {
    grid-template-columns: 1fr;
  }
  .ocs-header__title {
    font-size: 26px;
  }
}



/* ── Header Row ── */
.iws-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.iws-header__left {
}

.iws-header__eyebrow {
  font-size: clamp(1.5rem, 1.05vw, 1rem);
  font-weight: 700;
  /* letter-spacing: 2.5px; */
  text-transform: uppercase;
  color: #006389;
  margin-bottom: 0px;
}

.iws-header__title {
  font-size: clamp(1.6rem, 2.9vw, 2.5rem);
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}

/* ── Nav Arrows ── */
.iws-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.iws-nav__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #c0d4e8;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
  color: #2a7bbf;
}

.iws-nav__btn:hover {
  background: #2a7bbf;
  border-color: #2a7bbf;
  color: #fff;
}

.iws-nav__btn svg {
  width: 14px;
  height: 14px;
}

/* ── Slider Wrapper ── */
.iws-slider-wrap {
  overflow: hidden;
  border-radius: 14px;
}

.iws-slider {
  display: flex;
  gap: 16px;
  padding: 10px 0;
  transition: transform 0.4s ease;
}

/* ── Card ── */
.iws-card {
  flex: 0 0 calc(20% - 13px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
  text-decoration: none;
}

.iws-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(26, 46, 74, 0.13);
}

.iws-card__image {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.iws-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.iws-card:hover .iws-card__image img {
  transform: scale(1.06);
}

.iws-card__body {
  padding: 14px 14px 16px;
}

.iws-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #006389;
  line-height: 1.2;
}

/* ── Dots ── */
.iws-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.iws-dots__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c0d4e8;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}

.iws-dots__dot--active {
  background: #2a7bbf;
  transform: scale(1.3);
}


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 42, 70, 0.55);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  z-index: 1000;
  padding: 20px;
}

.popup-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.popup-box {
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  
  padding: 28px 26px 26px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.25s ease;
}

.popup-overlay.is-open .popup-box {
  transform: translateY(0) scale(1);
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: #f0f4f8;
  color: #112a46;
  font-size: 22px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.popup-close:hover {
  background: #006389;
  color: #fff;
  transform: rotate(90deg);
}

.popup-title {
  font-size: 20px;
  font-weight: 700;
  color: #006389;
  margin: 0 30px 12px 0;
  line-height: 1.3;
}

.popup-desc {
  font-size: 15px;
  color: #3a4a5c;
  /* height: 300px;
  padding-right: 10px;
  overflow-y: scroll; */
  line-height: 1.6;
  margin: 0;
}

.popup-trigger{
  cursor: pointer;
}

.wwa-features__title span i {
    color: #005f87;
}
@media(max-width:992px){
  .iws-card {
  flex: 0 0 calc(25% - 13px);
}
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .iws-card {
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  .iws-card {
    flex: 0 0 calc(100%);
  }
  .iws-header__title {
    font-size: 22px;
  }
}

@media(max-width:1199px){
  .meov-panel{
    padding: 15px;
    gap: 20px;
  }
   .meap-split{
    transform: translateY(-5px);
  }
}

@media(max-width:1024px){
 
  
  
}
@media(max-width:992px){
  .meov-panel{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    
  }
   .meap-split{
    transform: translateY(0px);
    grid-template-columns: minmax(0, 1fr);
  }
  .meap-visual{
    display: none;
  }
}