
       @font-face {
            font-family: "Eras Light ITC";
            src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
                url("../fonts/ErasITC-Light.woff") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Eras Medium ITC";
            src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
                url("../fonts/ErasITC-Medium.woff") format("woff");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }


        @font-face {
            font-family: "ErasITC-Medium";
            src: url("../fonts/ErasITC-Medium.woff");
        }


        @font-face {
            font-family: "Inter_18pt-Regular";
            src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
        }

        @font-face {
            font-family: "PublicSans-Regular";
            src: url(../fonts/Public_Sans/static/PublicSans-Regular.ttf);
        }

        @font-face {
            font-family: "PublicSans-Bold";
            src: url(../fonts/Public_Sans/static/PublicSans-Bold.ttf);
        }


        @font-face {
            font-family: "ErasDemiITC";
            src: url(../fonts/ErasDemiITC.ttf);
        }




        H2 span {
            color: #0047bb;
            font-weight: bold;
            /* font-family: "Raleway-Medium"; *  /* font-family: "Montserrat-Regular"; */
            /* font-family: "PublicSans-Bold", sans-serif; */
            font-family: "ErasDemiITC";
        }

        h2 {
            /* text-align: center; */
            font-size: 2.5rem;
            line-height: 1.4em;
            color: #021440;
            /* font-family: "Raleway-Medium"; */
            /* font-family: "Montserrat-Regular"; */
            font-family: "PublicSans-Bold", sans-serif;
            /* margin-bottom: 90px; */
        }

        h3 {
            text-align: left;
            font-size: 17px;
            line-height: 25px;
             color: #021440;
            font-family: "PublicSans-Bold", sans-serif;
        }

        p {
            font-size: 17px;
            line-height: 25px;
            color: #434e5c;
            /* letter-spacing: 1.5px; */
            /* text-align: center; */
            /* font-family: "Poppins-Regular"; */
            font-family: "Inter_18pt-Regular";
        }


        .bttn {
            margin: 0 auto;
            box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
            text-decoration: none;
            font-size: 1.1rem;
            line-height: 1.5;
            width: fit-content;
            transition: 0.5s ease;
            text-align: left;
            /* margin: 0 auto; */
            border-radius: 3px;
            background: #f2b500;
            color: #0e0d0d;
            display: flex;
            align-items: center;
            padding: 0.575rem 1.9rem;
        }









.svc-section { background:#fff; padding:60px 18px; color:#0f1724; }
  .svc-wrap { max-width:1200px; margin:0 auto; display:grid; grid-template-columns: 1fr 480px; gap:36px; align-items:start; }

  /* Left */
  .badge { display:inline-block; background:#f1f5f9; color:#0b63e6; padding:6px 12px; border-radius:999px; font-weight:600; font-size:13px; margin-bottom:12px; }
  .svc-left h2 { margin:6px 0 10px; line-height:1.15; }
  .svc-left h2 span { color:#0b63e6; }
  .svc-sub { font-weight:600; margin-bottom:16px; }
  .svc-desc { color:#334155; line-height:1.7; margin-bottom:20px; }
   .svc-desc strong { color:#021440; font-weight:700;font-size: 17px;}
  .problems h4 { font-size:1.5rem; margin-bottom:22px; color:#0047bb; font-weight: 600;}
  .problems ul { list-style: none; padding:0; margin:0; color:#334155; }
  .problems li { margin-bottom:12px; line-height:1.6; font-size: 1.2rem; }

  .problems li strong { color:#021440; font-weight:700; font-size: 17px; }

  /* Right (benefits) */
  .svc-right { background:#f8fbff; border-radius:12px; padding:18px; border:1px solid #e6f0ff; }
  .benefit-check {
    width: 24px;
    height: 24px;
    background: #0047bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}
  .svc-right h4 { margin:0 0 12px; font-size:18px; color:#0b2f63; font-weight: 600;}
  .benefits-grid { display:grid; grid-template-columns:1fr; gap:12px; }
  .benefit { display:flex; gap:12px; align-items:flex-start; padding:15px; border-radius:10px; background:#fff; border:1px solid #eef6ff; }
  .benefit .icon { width:44px; height:44px; color:#0b63e6; flex:0 0 44px; display:grid; place-items:center; }
  .benefit p { margin:0; color:#16324a; font-size:15px; line-height:1.35; }
  .benefit strong { display:block; font-weight:700; margin-bottom:4px; color:#002d77; font-size: 16px;}

  .svc-cta { display:inline-block; margin-top:18px; background:linear-gradient(90deg,#0b63e6,#2b7bff); color:#fff; padding:10px 16px; border-radius:8px; text-decoration:none; font-weight:700; box-shadow:0 8px 24px rgba(11,99,230,0.12); }






        /* Created timeline layout for features instead of grid */
        .bbp-section {
            /* width:90%; */
            margin: 60px auto;
            text-align: center;
        }

        .bbp-section h2 {
            /* font-size: 2.5rem; */
            font-weight: 700;
            margin-bottom: 35px;
            text-align: center;
        }

         .bbp-section span {
            font-family: "ErasDemiITC"; 
         }

        .bbp-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }

        .bbp-item {
            padding: 25px;
            background: #f8faff;
            border: 1px solid #e0e9ff;
            border-radius: 12px;
            text-align: left;
            transition: .25s;
        }

        .bbp-item:hover {
            border-color: #3b82f6;
            background: #ffffff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }

        .bbp-item h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .bbp-item p {
            font-size: 15px;
            line-height: 1.5;
            color: #3e4a5b;
        }

        .bbp-btn {
            margin-top: 50px;
            text-align: center;
        }
        .bbp-btn a {
            display: inline-block;
            padding: 17px 60px;
            background: #0047bb;
            color: #fff;
            font-size: 1.3rem;
            border-radius: 5px;
            text-decoration: none;
            box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
            transition: background 0.3s ease;
        }

        .bbp-btn a:hover{
            box-shadow: none;
        }





/* Categories Section - Hexagon Grid */
        .why-choose-section {
            background:radial-gradient(ellipse at top, #f0f8ff 0%, #ffffff 70%);
        }

        .why-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            padding-bottom: 80px;
            text-align: center;
            position: relative;
            padding-top: 6%;

        }

        .why-choose-benefits-list {
            margin-top: 50px;

        }

        .why-container h2 {
            text-align: left;
            padding-bottom: 20px;
            /* font-size: 2.5rem; */
        }

        .why-container span {
            font-family: "ErasDemiITC";
        }

        .why-choose-lft p {
            text-align: justify;
            font-size: 1.3rem;
        }


        .why-choose-benefits-right{
        
            width: 555px;
            max-height: auto;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px;
            /* border: 2px solid rgb(0, 71, 187); */
            
        }
        .why-choose-benefits-right img{
        
            width: 553px;
            max-height: auto;
            
        }


 /* Responsive */
  @media (max-width:980px){
    .svc-wrap { grid-template-columns: 1fr; }
    .svc-right { order:2; margin-top:10px; }
  }
    @media (max-width:768px){
        h2{
            font-size: 2.3rem;
        }
        H2 span {
            font-size: 2.3rem;
        }

        .why-container { grid-template-columns: 1fr; gap:30px; }
        .why-choose-benefits-right, .why-choose-benefits-right img { width:100%; }
    }



    @media (max-width:480px){
     h2{
        font-size: 2rem;
     }
     H2 span {
        font-size: 2rem;
     }
     .bbp-btn a {
        font-size: 1.2rem;
        padding: 15px 30px;
     }
     .svc-desc strong{
        font-size: 15px;
     }
     .problems li strong{
        font-size: 15px;
     }
     .problems li {
        font-size: 1rem;
     }
     .bbp-item p {
        font-size: 1rem;
     }
     .why-choose-lft p {
        font-size: 1.1rem;
     }
    }