  
@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);
}




 * {
    margin: 0;
     padding: 0;
     box-sizing: border-box;
    }



    .wrap{
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }

    h1,h2,h3{
        
        font-family: "PublicSans-Bold", sans-serif;
    }

     p{
        font-family:"Inter-18pt-Regular";
     }

  .support-banner {
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    color: #fff;
    padding: 80px 0;
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 450px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.support-content {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.support-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 500px;
    opacity: 0.95;
}

/* Right side full background image */
.support-image {
    background: url("../images/support.webp") center/cover no-repeat;
    width: 100%;
    height: 100%;
}

/* Responsive */
@media (max-width: 992px) {
    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-content {
        text-align: center;
    }

    .support-content p {
        margin: 0 auto;
    }

    .support-image {
        min-height: 250px;
    }
}


.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 60px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.info-section {
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    color: #fff;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-section h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.info-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 500px;
}

.call-section {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-mockup {
    width: 100%;
    height: 100%;
    background: url("your-image.jpg") center/cover no-repeat;
}


      

        .hero-title {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 30px;
            letter-spacing: -2px;
            background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-description {
            font-size: 1.4rem;
            margin-bottom: 60px;
            opacity: 0.9;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 300;
        }

        .hero-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            max-width: 600px;
            margin: 0 auto;
        }

        .stat-item {
            text-align: center;
        }

        .stat-value {
            font-size: 3rem;
            font-weight: 900;
            display: block;
            margin-bottom: 10px;
            background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .stat-label {
            font-size: 0.9rem;
            opacity: 0.8;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }



.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:5px;
    background: #f2b500;
    color: #0e0d0d;
    display: flex
;
    align-items: center;
    padding: 11px 19px;
}


.bttn:hover{
  box-shadow: none;}



 .main-content {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 120px;
    padding-right: 60px;
    padding-bottom:0px;
    padding-left: 60px;
  }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 80px;
            margin-bottom: 80px;
        }

        .service-card {
            background: white;
            border-radius: 4px;
            padding: 50px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    /* background: linear-gradient(90deg, #c9980f8f, #dd872f); */
    background: linear-gradient(90deg, #1976d2, #0d47a1);
}

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
        }

        .service-header {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

        .service-icon {
    width: 60px;
    height: 60px;
    /* background: linear-gradient(135deg, rgb(254 242 219), rgb(254 232 191)); */
    background: linear-gradient(135deg, #1976d2, #0d47a1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    /* border: 2px solid rgb(231 174 15 / 68%); */
}

        .service-number {
            color: #ffffff;
            font-weight: 800;
            font-size: 1.4rem;
        }

        .service-meta {
            flex: 1;
        }

        .service-category {
            font-size: 0.85rem;
            color: #0065f2;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 8px;
        }

        .service-name {
            font-size: 1.8rem;
            font-weight: 700;
            color: #021440;
            margin: 0;
            line-height: 1.2;
        }

        .service-text {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 35px;
            line-height: 1.7;
        }

        .service-points {
            list-style: none;
            padding: 0;
            margin: 0 0 0px 0;
        }

        .service-points li {
            padding: 12px 0;
            color: #555;
            font-size: 1rem;
            position: relative;
            padding-left: 30px;
            border-bottom: 1px solid #f0f0f0;
        }

        .service-points li:last-child {
            border-bottom: none;
        }

      .service-points li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1976d2;
    font-weight: bold;
    font-size: 1.1rem;
}

        .service-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: linear-gradient(135deg, #1976d2, #0d47a1);
    color: white;
    text-decoration: none;
    /* font-weight: 600; */
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}

        .service-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
        }

        .service-button::after {
            content: '→';
            margin-left: 12px;
            transition: transform 0.3s ease;
        }

        .service-button:hover::after {
            transform: translateX(4px);
        }

        .premium-banner {background:linear-gradient(135deg, #e4eeff9e 50%, #cedfffa8 100%);
               /* background:linear-gradient(135deg, #0d47a1 50%, #1976d2 100%); */
             /* background: linear-gradient(90deg, #0d47a1, #1976d2 ); */
            /* background: linear-gradient(135deg, #050505 0%, #2d2d2d 100%); */
            /* border-radius: 32px; */
            padding: 80px 0px;
            color: white;
            position: relative;
            overflow: hidden;
            margin-top: 80px;
        }

        .premium-banner::before {
            opacity: 0.9;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url(../images/grid-bg.svg);
            /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>'); */
            /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(102,126,234,0.3)"><animate attributeName="opacity" values="0.3;0.8;0.3" dur="3s" repeatCount="indefinite"/></circle><circle cx="80" cy="30" r="1.5" fill="rgba(118,75,162,0.3)"><animate attributeName="opacity" values="0.3;0.8;0.3" dur="4s" repeatCount="indefinite"/></circle><circle cx="30" cy="80" r="2.5" fill="rgba(102,126,234,0.3)"><animate attributeName="opacity" values="0.3;0.8;0.3" dur="5s" repeatCount="indefinite"/></circle></svg>'); */
            background-size: 200px 200px;
        }

        .premium-content {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .premium-text {
            max-width: none;
        }

        .premium-category {
            font-size: 0.85rem;
            color: #0065f2;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 20px;
        }

        .premium-title {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 30px;
            line-height: 1.1;
            /* background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%); */
            /* -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text; */
            color: #021440;
        }

        .premium-description {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.9;
            line-height: 1.7; color: #434e5c;
        }

        .premium-features {
            list-style: none;
            padding: 0;
            margin: 0 0 0px 0;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .premium-features li {
            color: #666;
            font-size: 1rem;
            position: relative;
            padding-left: 30px;
        }

.premium-features li::before {
    content: '★';
    position: absolute;
    left: 0;
    color: #1976d2;
    font-size: 1.2rem;
}

        .premium-button {
            display: inline-flex;
            align-items: center;
            padding: 20px 40px;
            background: white;
            color: #1a1a1a;
            text-decoration: none;
            font-weight: 700;
            border-radius: 12px;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }

        .premium-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3);
        }

        .premium-visual {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 300px;
            background: rgba(102, 126, 234, 0.1);
            border-radius: 20px;
            position: relative;
        }
.premium-visual img{ width:400px;height: 400px;}
        .premium-icon {
            width: 120px;
            height: 120px;
        }

        @media (max-width: 1200px) {
            .service-grid {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .premium-content {
                grid-template-columns: 1fr;
                gap: 60px;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .hero-content,
            .main-content {
                padding-left: 30px;
                padding-right: 30px;
            }

            .hero-title {
                font-size: 2.5rem;
            }

            .premium-title {
                font-size: 2.2rem;
            }

            .hero-stats {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .service-card,
            .premium-banner {
                padding: 40px 30px;
            }

            .premium-features {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .hero-content,
            .main-content {
                padding-left: 20px;
                padding-right: 20px;
            padding-top: 30px;}

            .hero-title {
                font-size: 2rem;
            }

            .service-name {
                font-size: 1.5rem;
            }

            .premium-title {
                font-size: 1.8rem;
            }

            .service-card,
            .premium-banner {
                padding: 30px 20px;
            }
        }
    