* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    background: white;
    color: #fff;
    scroll-behavior: smooth;
    display: contents;
}

.container {
    width: 1620px;
    max-width: 100%;
    margin: auto;
}

.textarea {
    max-width: 100%;
    height: 227px;
    border-radius: 6px;
    display: flex;
    border: 1px solid #D7D7D7;
    border-width: 1px;
    font-family: 'Poppins';
    margin-top: 5px;
}

.formdescription {
    padding: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7C7C7C;
}

.main-header {
    background: transparent;
    display: flex;
    justify-content: center;
}

/* container */
.header-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: center;
    padding: 15px;
}

/* logo */
.logo img {
    height: 40px;
}

/* right section */
.header-right {
    display: flex;
    align-items: center;
    gap: 1px;
}

/* Get in touch button */
.contact-btn {
    background: #353845;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

/* arrow circle button */
.arrow-btn {
    background: #26E1E7;
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}

/* hover effects */
.contact-btn:hover {
    background: #353845;
}

.arrow-btn:hover {
    background: #06b6d4;
}

.hero {
    padding: 106px 0;
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/OC-08.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
}

.hero::after {
    content: "";
    position: absolute;
    width: 514px;
    height: 631px;
    opacity: 1;
    top: 354px;
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Group-29.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    background-position: right bottom;
    right: 0px;
    pointer-events: none;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:102px;
      position: relative;
    z-index: 1;
    padding: 0px 20px 30px;
}

.hero-left {
    flex: 1;
    padding: 0px 10px 10px 10px;
}

.hero-left h1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 60px;
    line-height: 80.84px;
    letter-spacing: 0px;
}

.hero-left h1 span {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 60px;
    line-height: 80.84px;
    letter-spacing: 0px;
    color: #14FFAF;
}

.hero-left p {
    font-size: 18px;
    padding-right: 61px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 26px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn {
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-8px);
}

.theamdevlop {
    max-width: 100%;
    padding-left: 40px;
}

.theamdevlop img{
    max-width: 100%;
}

.hero-form {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 16px;
    color: #000;
    font-size: 14px;
    max-width: 697px;
    font-family: 'poppins';
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.modal-form{
    padding: 10px;
}

.hero-form .label:after {
    content: " *";
    color: #FF0000;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;

}

.hero-form h3 {
    margin-bottom: 20px;
}

.stats {
    padding: 100px 0;
    background: #11152a;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.stats h2 {
    font-size: 40px;
    color: #14FFAF;
}

.services-section {
    padding: 60px;
    background: #111948;
}

.subtitle {
    color: #ffffff;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.header-row h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 46px;
    line-height: 80.84px;
}

.header-row span {
    color: #14FFAF;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 46px;
    line-height: 80.84px;
}

.desc {
    max-width: 37%;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

/* grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* cards */
.card {
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s;
    background: #0000001A;
    border: 1px solid;
}

.card:hover {
    transform: translateY(-10px);
}

.card h3 {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 31.14px;
    letter-spacing: 0px;
}
.card p {
    font-size: 18px;
    padding-bottom: 20px;

}
.testimonials {
    padding: 120px 0;
    background: #11152a;
    text-align: center;
}

.testimonial-card {
    background: #1e223d;
    padding: 40px;
    border-radius: 20px;
}

.blogs {
    padding: 120px 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.blog-card {
    background: #1e223d;
    border-radius: 20px;
}

.slider {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 45px 0;
    position: relative;
}

.slider-track {
    display: flex;
    gap: 50px;
}

.slide {
    flex: 0 0 auto;
}
.blog-card .card-body {
    display: flex;
    flex-direction: column;
    height: 50%;
}
 
.blog-card .read-more {
    margin-top: auto;
    display: inline-flex;
}

.slide img {
    width: 218.75px;
    cursor: pointer;
    transition: transform 0.3s;
}

.slide img:hover {
    transform: scale(1.1);
}

.client-header {
    text-align: center;
    padding: 50px 20px 10px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.asterisk-sign{ color: red; }

.client-subtitle {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.15px;
    text-align: center;
    color: black;
}

.client-title {
    color: #222;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 32px;
    line-height: 36.83px;
    letter-spacing: 0px;
    text-align: center;
}
.status-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client-title .highlight {
    font-family: Blacker Display;
    font-weight: 700;
    font-style: Italic;
    font-size: 32px;
    line-height: 36.83px;
    letter-spacing: 0px;
    text-align: center;
    color: #3EB5E8;
}

.stats-section {
    justify-content: center;
    padding: 60px 20px;
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/status-scaled.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f4f4f4;
    background-blend-mode: lighten;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.95;
}

.stats-top-text {
    color: #000;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

/* heading */
.stats-heading {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 39px;
}

.stats-highlight {
    position: relative;
}

.stats-highlight::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 100%;
    height: 6px;
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* Makes it responsive */
}

/* card */
.stats-card {
    background: #111948;
    color: white;
    border-radius: 30px;
    padding: 40px 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: center;
    max-width: 1300px;
}

.stats-card .logo {
    justify-content: center;
    display: flex;
    align-items: center;

}

/* stat item */
.stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
}

.stat img {
    width: 163px;
    max-height: 116px;
}

.stat h3 {
    color: #14FFAF;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 47px;
    line-height: 57px;
    letter-spacing: 0px;
}

.stat p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 0px;
    color: #d6d6d6;
}

.logo img {
     max-width: 179px;
    margin-bottom: 10px;
}

/* button */
.stats-btn {
    margin-top: 30px;
    background: linear-gradient(90deg, #111948 0%, #293CAE 100%);
    color: white;
    border: none;
    border-radius: 49px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 24px 64px;
}

.stats-btn:hover {
    background: #1c2c85;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* modal box */
.modal-content {
    background: white;
    padding: 10px 30px;
    border-radius: 15px;
    width: auto;
    position: relative;
    color: #000;
    max-width: 80%;
}

/* close button */
.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

/* inputs */
input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
        margin-top: 3px;
    margin-bottom: 10px;
}

.modal-form input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
}

textarea {
    height: 100px;
    margin-top: 0px;
}

.row {
    display: flex;
    gap: 10px;
}

.row div {
    flex: 1;
}

/* submit */
.submit-btn {
    width: 50%;
    padding: 12px;
    background: linear-gradient(90deg, #111948 0%, #293CAE 100%);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    cursor: pointer;
}

/* support section */
.support-section {
    padding: 60px 0 0;
    background: white;
}

.support-formet {
    display: flex;
    justify-content: center;

}

.support-form {
    background: #ffffff;
    padding: 108px 40px;
    max-width: 100%;
    text-align: center;
    /* border-radius: 90px; */
    position: relative;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    justify-content: center;
    background: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Frame-1000006952.svg') no-repeat center;
    background-size: 100% 454PX;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-form h2 {
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 58.95px;
    font-size: 48px;
    letter-spacing: 0px;
    text-align: center;
}

.support-form h2 span {
    font-style: italic;
}


.title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 48px;
    line-height: 58.95px;
    text-align: center;
    color: #000;
}

.title span {
    position: relative;
    display: inline-block;
}

.title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    aspect-ratio: 50 / 1;
    /* Replace with your image ratio */
    background: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png') no-repeat center;
    background-size: 100% 100%;
}

.support-form h2 span {
    position: relative;
    display: inline-block;
}

.support-form h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png') no-repeat center;
    background-size: 100% 100%;
}

.support-form p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 25px;
    line-height: 36.83px;
    padding: 30px 20px;
    max-width: 71%;
    color: #7C7C7C;
}

.form-container {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 847px;
    margin: 24px auto 0px;
    background: #111948;
    border-radius: 77px;
    padding: 11px 0px;
    max-height: 76px;
}

.form-container input {
    border: none;
    background: none;
    padding-left: 35px !important;
    outline: none;
    border-radius: 50px;
    font-weight: 700;
    margin: 0 !important;
    max-width: 50% !important;
    color: white;
    font-family: 'Poppins';
    font-size: 18.56px;
}

.form-container input::placeholder {
    color: white;
    font-size: 18px;
}

.form-container button {
    border: none;
    cursor: pointer;
    color: white;
    background: linear-gradient(270deg, #111948 0%, #14FFAF 100%);
    max-width: 100%;
    width: 402px;
    height: 60px;
    border-radius: 77px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18.56px;
    line-height: 62.57px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-section {
    padding: 80px 20px;
    background: white;
}

.benefit-container {
    background: #eef1f3;
    border-radius: 49px;
    padding: 70px 40px;
    height: 450px;
    text-align: center;
}
.emailinput{
    background-color: transparent !important;
}

.services-subtitle {
    color: #ffffff;
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    line-height: 36.83px;

}

.subtitle {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}

.benefitcards {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: -200px;
    margin-bottom: 30px;
}

.benefits-section-card {
    background: #ffffff;
    padding: 50px;
    max-width: 493px;
    height: 416px;
    border-radius: 48px;
    box-shadow: 0px 11px 20px 0px #00000014;
    text-align: left;
    transition: 0.3s ease;
}

.benefits-section-card:hover {
    transform: translateY(-8px);
}

.benefits-section-card .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.benefits-section-card h3 {
    margin-bottom: 15px;
    color: #111;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
}

.benefits-section-card p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 26px;
}

.hyva-wrapper {
    padding: 60px 40px;
    background: #111948;
}

.hyva-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* Text Area */
.hyva-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hyva-label {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 24px;
}

.hyva-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 80.84px;
}

.hyva-highlight {
    color: #14F3AA;
}

.hyva-description {
    font-size: 18px;
    max-width: 710px;
    margin-bottom: 25px;
}

/* Features List */
.hyva-features {
    list-style: none;
    margin-bottom: 30px;
}

.hyva-feature-item {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
}

.hyva-feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url('/wp-content/uploads/2026/03/Symbol.svg') no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Button */
.hyva-btn {
    background: #14F3AA;
    color: #0f1b4c;
    border: none;
    max-width: 246px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border-radius: 49px;
    font-size: 14px;
    padding: 24px 64px;

}


/* Card Area */
.hyva-card-box {
    display: flex;
    justify-content: center;
    max-width: 48%;
}

.hyva-card-box img {
    width: 100%;
}


.advantage {
    background: white;
}

.ticktok-form {
    background: white;
    display: flex;
    justify-content: center;
}

.advantage-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto;
    padding: 70px 40px;
    align-items: center;
    background: white;
}

/* Left: badge + tags */
.advantage-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.badge {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 4px;
    animation: pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.tags-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tag {
    font-size: 20px;
    font-weight: 500;
    height: 74px;
    color: #000;
    background: #fff;
    cursor: default;
    text-align: center;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease forwards;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid transparent;
    border-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Frame-1000006966.svg')6;
}

/* Right: heading + text + button */
.advantage-right {
    opacity: 0;
    transform: translateX(20px);
    animation: slideIn 0.7s ease forwards 0.3s;
}

.advantage-right h2 {
    font-size: 60px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}



.advantage-right h2 span {
    position: relative;
    display: inline-block;
}



.advantage-right h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 14px;
    background: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png') no-repeat center;
    background-size: 100% 100%;
}



.advantage-right p {
    font-size: 18px;
    color: #7C7C7C;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 28px;
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #00c9a7, #00a88a);
    color: #fff;
    font-weight: 700;
    font-size: 11.67px;
    padding: 14px 28px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(0, 201, 167, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 201, 167, 0.45);
}

/* ── SECTION 2: CTA + Form ── */
.bottom-section {
    background: #f3f4f6;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 60px;
    gap: 20PX;
}

.cta-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    max-width: 51%;
    opacity: 0;
    animation: fadeUp 0.7s ease forwards 0.5s;
}

.cta-left h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 80.84px;
    letter-spacing: 0px;
    color: #111;
}

.cta-left h2 span {
    position: relative;
    display: inline-block;
}

.cta-left h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 14px;
    background: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png') no-repeat center;
    background-size: 100% 100%;
}

.cta-left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #7C7C7C;
}

.btn-outline {
    display: inline-block;
    background: #14F3AA;
    color: #111948;
    max-width: 310px;
    padding: 20px 30px;
    border-radius: 49px;
    border: #14F3AA;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}



/* Rocket emoji */
.rocket {
    display: flex;
    margin-left: 8px;
    position: absolute;
    right: -14px;
    height: 100px;
    bottom: -66px;

}

.creative {
    display: flex;
    margin-left: 8px;
    position: absolute;
    top: -80px;
    height: 100px;
    left: -74px;
}

@keyframes rocketFloat {

    0%,
    100% {
        transform: translateY(0) rotate(-10deg);
    }

    50% {
        transform: translateY(-8px) rotate(5deg);
    }
}

@keyframes pop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.process-section {
    background: white;
    padding: 60px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.processheading {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.processheading span {
    position: relative;
    display: inline-block;
}

.processheading span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 8px;
    background: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png') no-repeat center;
    background-size: 100% 100%;
}

/* ── Process Row ── */
.process {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}

/* ── Step ── */
.step {
    position: relative;
    cursor: pointer;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards;
    margin-right: -50px;
    justify-content: center;
}

.step:nth-child(1) {
    animation-delay: 0.3s;
}

.step:nth-child(2) {
    animation-delay: 0.45s;
}

.step:nth-child(3) {
    animation-delay: 0.6s;
}

.step:nth-child(4) {
    animation-delay: 0.75s;
}

.step:nth-child(5) {
    animation-delay: 0.9s;
}

/* Overlap circles */
.step {
    margin-left: -10px;
}

/* ── Circle ── */
.circle {
    height: 350px;
    max-width: 350px;
    border-radius: 50%;
    border: 2px dashed #b0dfd6;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    background: transparent;
    overflow: hidden;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Gradient fill layer */
.circle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    opacity: 0;
    background: linear-gradient(180deg, #111948 0%, #14F3AA 100%);
    transform: scale(0.5);
    transition: opacity 0.4s cubic-bezier(0.34, 1.3, 0.64, 1),
        transform 0.4s cubic-bezier(0.34, 1.3, 0.64, 1);
    z-index: 0;
}

/* Hover: show gradient */
.step:hover .circle::before {
    opacity: 1;
    transform: scale(1);
}

.step:hover+.step .circle,
.step:has(+ .step:hover) .circle {
    border-color: transparent;
    z-index: 0;
}

/* hovered circle gets its normal dashed border back */
.step:hover .circle {
    border-color: #b0dfd6;
    z-index: 1;
}

/* ── Text ── */
.step-num,
.step-label,
.step-desc {
    position: relative;
    z-index: 1;
    transition: color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.step-num {
    font-size: 30px;
    font-weight: 400;
    color: #7C7C7C;
    letter-spacing: 0.07em;
    margin-bottom: 8px;
}

.step-label {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    line-height: 1.35;
}

.step-desc {
    font-size: 18px;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(6px);
    padding: 0px 10px;
    transition: opacity 0.35s ease 0.05s,
        transform 0.35s ease 0.05s,
        max-height 0.4s ease;
}

.step:hover .step-num {
    color: rgba(255, 255, 255, 0.6);
}



.step:hover .step-label {
    color: #fff;
}

.step:hover .step-desc {
    opacity: 1;
    transform: translateY(0);
    max-height: 80px;
}

/* ── Keyframes ── */
@keyframes fadeDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

.partner-section {
    background: #111948;
    padding: 40px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.partner-section-wrapper {
    background: #111948;
    padding: 60px 40px;
}

/* Left content */
.partner-left {
    opacity: 0;
    transform: translateX(-24px);
    animation: slideRight 0.7s ease forwards 0.2s;
}

.partner-eyebrow {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.partner-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 80.84px;
    letter-spacing: 0px;
}

.partner-title span {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    color: #14F3AA;
    line-height: 80.84px;
    letter-spacing: 0px;
}

.partner-desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 32px;
}

/* Right — Video card */
.partner-right {
    opacity: 0;
    transform: translateX(24px);
    animation: slideLeft 0.7s ease forwards 0.35s;
    max-width: 100%;
}

.video-card {
    position: relative;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.video-card iframe {
    position: relative;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

/* ═══════════════════════════════════════
     SECTION 2 — BLOGS (Light)
  ═══════════════════════════════════════ */
.blog-section {
    background: #fff;
    padding: 70px 60px 0px;
}

.blog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.2s;
}

.blog-pera {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.blog-title {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    line-height: 80.84px;
}

.btn-explore {
    display: inline-block;
    background: var(--teal);
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 212, 170, 0.3);
}

.btn-explore:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 212, 170, 0.4);
}

/* Blog Cards Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.blog-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid var(--card-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.55s ease forwards;
}

.blog-card:nth-child(1) {
    animation-delay: 0.3s;
}

.blog-card:nth-child(2) {
    animation-delay: 0.42s;
}

.blog-card:nth-child(3) {
    animation-delay: 0.54s;
}

.blog-card:nth-child(4) {
    animation-delay: 0.66s;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* Card thumbnail */
.card-thumb {
    width: 100%;
    aspect-ratio: 16/10;
    position: relative;
    overflow: hidden;
}

/* Card thumbnail background container */
.card-thumb-bg {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.4s ease;
    border-radius: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-card:hover .card-thumb-bg {
    transform: scale(1.04);
}

.thumb-1 {
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Frame-1410136910.png');
}

.thumb-2 {
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Frame-1410136978.png');
}

.thumb-3 {
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Frame-1410136979.png');
}

.thumb-4 {
    background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Frame-1410136980.png');
}

/* Hyva logo badge */
.hyva-badge {
    top: 8px;
    left: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 0.6rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.05em;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* h logo for card 4 */
.h-logo {
    width: 50px;
    height: 50px;
    background: var(--teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 14px;
    right: 14px;
}

/* Card body */
.card-body {
    padding: 16px;
}

.card-body h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #3D8BAD;
    text-decoration: none;
    transition: color 0.2s;
}

.read-more i {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    transition: transform 0.2s;
    rotate: -30deg;
}

/* ── Keyframes ── */
@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq {
    background: white;
    display: flex;
    justify-content: center;
}

.faq-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 70px 40px 80px;
    align-items: start;
    gap: 100px;
}

.faq-left {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.6s ease forwards 0.2s;
}

.faq-left h2 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
    line-height: 1.1;
}

.faq-left p {
    font-size: 18px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 26px;
}

/* FAQ Accordion */
.faq-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInR 0.6s ease forwards 0.3s;
}

.faq-item {
    border-radius: 10px;
    overflow: hidden;
    background: #F5F5F5;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    gap: 12px;
}

.faq-question span {
    font-size: 15.6px;
    font-weight: 700;
    color: #000;
    flex: 1;
    line-height: 1.4;
}

.faq-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* icon states: show plus when closed, show close when open */
.faq-icon {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-icon .icon-plus,
.faq-icon .icon-close {
    font-size: 0.75rem;
    color: #000;
}

.faq-icon .icon-close {
    display: none;
}

.faq-item.open .faq-icon .icon-plus {
    display: none;
}

.faq-item.open .faq-icon .icon-close {
    display: block;
    color: #000;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
    padding: 0 20px 18px;
    font-size: 15.9px;
    color: #747474;
    line-height: 24px;
    max-height: 140px;
}

.faq-item.open .faq-answer {
    max-height: 160px;
}

footer {
    background: #000B18;
    color: #fff;
    background-image: url(/wp-content/uploads/2024/11/Frame-2147224168.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-main {
    margin: 0 auto;
    padding: 58px 40px 52px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
}

/* Brand col */
.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
}

.brand-logo img {
    max-width: 181px;
    height: 50px;
}

.footer-brand .address {
    font-weight: 400;
    font-size: 19px;
    line-height: 28.8px;
    color: #FFFFFF;
    margin-bottom: 10px;
      font-family: 'Plus Jakarta Sans' , Sans-serif; 
}

.footer-brand .contact-line {
 font-family: 'Plus Jakarta Sans' , Sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 21.6px;

}

.footer-brand .contact-line a {
    font-family: 'Plus Jakarta Sans' , Sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 21.6px;
    color: #3EB5E8;
}

.social-icons {
    display: flex;
    gap: 9px;
    margin-top: 20px;
}

.social-icon {
    width: 36px;
    height: 36px;
    background: #3EB5E8;
    border-radius: 3.7px;
    border: 1.5px solid #252840;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    color: #ffffff;
}

.social-icon i {
    width: 14px;
    height: 14px;
}

.footer-col h4 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    font-family: 'plus Jakarta Sans' , Sans-serif;
    margin-bottom: 18px;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-col ul li a {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'Plus Jakarta Sans', Sans-serif;
}

.footer-col ul li a:hover {
    color: #3EB5E8;
}

.footer-bottom {
    border-top: 1px solid #9F9F9F36;
    text-align: center;
    padding: 18px 40px;
}

.footer-bottom p {
    font-size: 19px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans',Sans-serif;
}

/* Keyframes */
@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInR {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Address wrapper */
.address {
  display: block;
  margin: 0;
}

/* Each address row */
.address-item {
  display: inline-flex;        /* FIX for span */
  align-items: flex-start;
  gap: 8px;
  width: 100%;                /* force new line */
  margin-bottom: 12px;
}

/* Flag */
.address-item img.flag {
  width: 24px;
  height: auto;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Contact section FIX */
.footer-brand .address .contact-info {
  display: block;
  margin-top: 12px;
}

/* Left labels */
.footer-brand .address .contact-info .label {
  display: inline-block;
  width: 95px;
  vertical-align: top;
}

/* Right numbers wrapper */
.footer-brand .address .contact-info .numbers {
  display: inline-block;
  vertical-align: top;
}

/* 🔥 MAIN FIX (your issue) */
.footer-brand .address .contact-info .numbers span {
  display: block !important;
  white-space: normal !important;
  line-height: 1.6;
}

/* Remove <br> impact */
.footer-brand .address .contact-info br {
  display: none;
}

span.contact-info a {
    color: white;
    text-decoration: none;
}

@media(max-width:1630px) {
    .circle {
        height: 240px;
        width: 240px;
        border-radius: 50%;
        border: 2px dashed #b0dfd6;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 16px;
        background: transparent;
        overflow: hidden;
        transition: border-color 0.4s ease, box-shadow 0.4s ease;
    }


.stats-card{
    max-width: 947px;
}

    textarea{
        height: 165px !important;
    }


    .creative {
        display: flex;
        margin-left: 8px;
        position: absolute;
        top: -37px;
        height: 50px;
        left: -29px;
    }
    .rocket {
    display: flex;
    margin-left: 8px;
    position: absolute;
    right: -13px;
    height: 70px;
    bottom: -51px;
}

    .form-container button {
    border: none;
    cursor: pointer;
    display: flex;
    color: white;
    background: linear-gradient(270deg, #111948 0%, #14FFAF 100%);
    max-width: 100%;
    width: 402px;
    height: 60px;
    border-radius: 77px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18.56px;
    line-height: 43.57px;
}

    .container {
        width: 1300px;
        max-width: 100%;
        margin: auto;
    }

    .card h3 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 17px;
        line-height: 31.14px;
        letter-spacing: 0px;
    }

    .hero-left h1 {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 48px;
        line-height: 50.84px;
        letter-spacing: 0px;
    }

    .hero-left h1 span {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 48px;
        line-height: 50.84px;
        letter-spacing: 0px;
    }

    .support-form h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .benefits-section-card {
        max-width: 375px;
        height: auto;
    }

    .benefits-section-card p {
        font-size: 14px;
        line-height: normal;
    }

    .title {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        color: #000;
        padding-bottom: 60px;
    }

    .benefit-container {
        height: 385px;
        padding: 60px 40px;
    }

    .benefits-section {
        padding: 40px 20px;
        background: white;
    }

    .header-row span {
        font-size: 30px;
        line-height: normal;
    }

    .header-row h2 {
        font-size: 30px;
        line-height: normal;
    }

    .support-form {
        padding: 40px;
            background-size: 85% 454PX;

    }

    .services-subtitle {
        font-size: 18.23px;
    }

    .desc {
        font-size: 14px;
        max-width: 40%;
    }

    .stats-heading {
        font-size: 30px;
    }

    .stats-top-text {
        font-size: 20px;
    }

    .hero-left p {
        font-size: 14px;
          padding-right: 0px;
    }

    .stats-section {
        padding-top: 20px;
    }

    .support-form p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 20px;
        line-height: 31.83px;
        padding: 13px 20px;
        max-width: 71%;
        color: #7C7C7C;
    }

    .benefits-section-card h3 {
        font-size: 16px;
        line-height: 11px;
    }

    .hyva-title {
        font-size: 40px;
        line-height: normal;
        font-weight: 600;
    }

    .hyva-description {
        font-size: 16px;
        max-width: 567px;
        margin-bottom: 15px;
    }

    .hyva-feature-item {
        font-size: 16px;
    }

    .advantage-right h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .tag {
        font-size: 14px;
    }

    .advantage-right p {
        font-size: 14px;
        line-height: 21px;
    }

    .hyva-feature-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: url(/wp-content/uploads/2026/03/Symbol.svg) no-repeat center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-left h2 {
        font-size: 45px;
        font-weight: 600;
        line-height: normal;
    }

    .cta-left p {
        font-size: 14px;
    }

    .processheading {
        font-size: 30px;
        font-weight: 600;
    }

    .step-num {
        font-size: 14px;
    }

    .step-label {
        font-size: 16px;
    }

    .step-desc {
        font-size: 14px;
    }

    .partner-title {
        font-size: 30px;
        line-height: normal;
    }

    .partner-title span {
        font-size: 30px;
        line-height: normal;
    }

    .partner-desc {
        font-size: 14px;
    }

    .btn-outline {
        padding: 21px 58px;
    }

    .blog-pera {
        font-size: 14px;
    }

    .blog-title {
        font-size: 30px;
        font-weight: 600;
    }

    .hyva-label {
        font-size: 20px;
    }

    .benefitcards{
       margin-top: -176px;
    }


.stat h3 {
    font-size: 35px;
} 

.stat p {
    font-size: 18px;
}

.card {
    padding: 20px;
}
.card p {
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 26px;
    }
}

@media(max-width:1100px) {
    .form-container {
        max-width: 561px;
        max-height: 71px;
    }

    
    .benefits-section-card .icon {
       width: 43px;
       height: 39px;
    }


.benefits-section-card {
 padding: 15px;
}
    .support-form h2 {
        font-size: 21px;
        line-height: normal;
    }

    .support-form p {
        font-size: 15px;
        line-height: normal;
    }

    .benefitcards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 28px;
        position: relative;
        margin-top: -130px;
        margin-bottom: 30px;
    }

    .title {
        font-weight: 600;
        font-size: 30px;
    }

    .hero-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .hyva-form{
        text-align: left;
    }
    .btn{
        height: 79px;
    }

    .process {
        flex-direction: column;
        gap: 16px;
    }

    .step {
        margin-left: -47px;
        margin-right: -13px;
    }

    .circle {
        height: 200px;
        width: 267px;
        border-radius: 50%;
        border: 2px dashed #b0dfd6;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 16px;
        background: transparent;
        overflow: hidden;
        transition: border-color 0.4s ease, box-shadow 0.4s ease;
    }

    .hyva-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .advantage-section {
        grid-template-columns: 1fr;
        padding: 40px 20px;
    }

    .services-section {
        padding: 60px 10px;
        background: #111948;
    }

    .stats-heading {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 35px;
        letter-spacing: 0px;
        text-align: center;
        position: relative;
        color: #000;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }


    .hyva-card-box {
        display: flex;
        justify-content: center;
        padding-top: 20px;
        max-width: 100%;
    }

    .partner-section {
        grid-template-columns: 1fr;
        padding: 50px 0px;
        gap: 40px;
    }

    .blog-section {
        padding: 50px 28px 60px;
    }

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

    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .header-row h2 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 25px;
        letter-spacing: 0px;
    }
     .header-row h2  span{
        font-size: 25px;
}


    .benefits-section-card {
        flex-direction: column;
        align-items: center;
        max-width: 82%;
    }

    .faq-section {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 50px 24px 60px;
    }

    .faq-left p {
        max-width: 100%;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        padding: 44px 24px 40px;
    }

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

    .form-container button {
        border: none;
        cursor: pointer;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 600;
        color: white;
        background: linear-gradient(270deg, #111948 0%, #14FFAF 100%);
        max-width: 100%;

    }

    .hero-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .hyva-content {
        flex-direction: column;
    }

    .hyva-description {
        margin: 0 auto 25px;
    }

    .hyva-feature-item::before {
        display: none;
    }

    .hyva-feature-item::before {
        content: "";
        position: absolute;
        top: 3px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: url('/wp-content/uploads/2026/03/Symbol.svg') no-repeat center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .creative {
        display: flex;
        margin-left: 8px;
        position: absolute;
        top: -37px;
        height: 50px;
        left: -29px;
    }

    .bottom-section {
        flex-direction: column;
    }

    .cta-left {
        max-width: 100%;
    }
    .card p {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 24px;
}
.card h3 {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 31.14px;
    letter-spacing: 0px;
}


.benefitcards {
        display: grid;
        gap: 28px;
        position: relative;
        margin-top: -130px;
        margin-bottom: 30px;
        display: flex;
    }
        .benefits-section-card {
        padding: 30px;
        max-width: 375px;
    }

}

@media(max-width:760px) {
    .main-header {
        background: transparent;
        display: flex;
        justify-content: center;
    }

        .hero-left h1 span {
                    font-size: 30px;
        }
         .hero-wrapper {
        gap: 50px;
    }

    .submit-btn{
      width: 100%;
    }
   
.theamdevlop{
    padding: 35px 14px;
}

    .hyva-wrapper {
    padding: 30px 20px;
}

    .support-form p {
        font-size: 14px;
        line-height: 20px;
    }

    .benefits-section-card h3 {
        margin-bottom: 15px;
        color: #111;
        font-weight: 600;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
    }

    .hyva-features{
        margin-bottom: 0px;
    } 


    .benefits-section-card p {
        font-size: 13px;
    }

    .card p {
        font-size: 16px;
        padding-bottom: 20px;
        line-height: 18.96px;
    }

    .card h3 {
        font-size: 20px;
    }

    .services-subtitle {
        color: #ffffff;
        font-size: 18.23px;
        font-weight: 500;
    }

    .hyva-card-box {
        display: flex;
        justify-content: center;
        padding-top: 20px;
        max-width: 100%;
    }

    .hyva-btn {
        background: #14F3AA;
        color: #0f1b4c;
        border: none;
        padding: 14px 28px;
        border-radius: 30px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s ease;
        margin-bottom: 10px;
    }

    .cta-left h2 span::after {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 100%;
        width: 50%;
        height: 14px;
        background-image: url('https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .row {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .read-more i {
        rotate: -30deg;
    }

    .support-form {
        background: #ffffff;
        padding: 10px;
        max-width: 100%;
        text-align: center;
        position: relative;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .desc {
        max-width: 100%;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .form-container {
        display: flex;
        justify-content: start;
        align-items: center;
        max-width: 847px;
        flex-direction: column;
        background: #111948;
        border-radius: 38px;
        max-height: 100%;

    }

    .hero-buttons {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
    }

    .process {
        flex-direction: column;
        gap: 16px;
    }

    .circle {
        height: 256px;
        width: 246px;
        border-radius: 50%;
        border: 2px dashed #b0dfd6;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 16px;
        background: transparent;
        overflow: hidden;
        transition: border-color 0.4s ease, box-shadow 0.4s ease;
    }

    .step-label {
        font-size: 16px;
    }

    .step-desc {
        font-size: 12px;
    }

    .blog-pera {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    .blog-header {
        margin-bottom: 23px;
}
    .blog-title {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        line-height: normal;
    }
    .card-body h3 {
    font-size: 16px;
}
.read-more {
    font-size: 14px;
}

.blog-section {
        padding: 50px 28px 0px;
    }

    .faq-left p {
    font-size: 15px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: normal;
}

    .step {
        margin-left: 0;
        margin-right: 0px;
    }
    .read-more i {
    width: 10px;
    height: 13px;
}

    .hyva-title {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .header-row h2 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 25px;
        line-height: normal;
    }

    .header-row h2 span {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 25px;
        line-height: normal;
    }

    .form-container button {
        width: 100%;
        border-radius: 50px;
        color: white;
    }

    .contact-btn {
        background: #3a3f45;
        color: white;
        border: none;
        padding: 10px 5px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
        text-decoration: none;
    }

    .arrow-btn {
        background: #26E1E7;
        border: none;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
    }

    .arrow-up {
        color: #000 !important;
        rotate: 30deg;
    }

    .stats-card {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .services-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .hero-left {
        padding: 0px;
        max-width: 100%;
    }

    .hero-left h1 {
        font-size: 30px;
    }

    .partner-title {
        font-family: 'Poppins';
        font-weight: 700;
        font-style: Bold;
        font-size: 22px;
        line-height: normal;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .partner-title span {
        font-family: 'Poppins';
        font-weight: 700;
        font-style: Bold;
        font-size: 22px;
        line-height: normal;
        letter-spacing: 0px;
        color: #14F3AA;
    }
        .partner-section {
            padding: 0px;
        }

    .bottom-section {
        background: #f3f4f6;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 0px;
    }

    .cta-left {
        padding: 40px 28px;
        max-width: 100%;
    }

    .form-right {
        padding: 36px 28px;
    }

    .form-right .form-row {
        grid-template-columns: 1fr;
    }

    .hyva-card-box img {
        max-width: 100%;
        width: auto;
    }

    .stats-heading {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        color: #000;
    }

    .header-row {
        flex-direction: column;
    }

    .benefit-container {
        background: #eef1f3;
        border-radius: 49px;
        padding: 20px;
        height: auto;
        text-align: center;
    }

    .title {
        font-weight: 700;
        font-size: 22px;
        padding-bottom: 4px;
    }

    .form-container input {
        border: none;
        background: none;
        padding-left: 20px !important;
        outline: none;
        border-radius: 50px;
        font-size: 16px;
        margin: 0 !important;
        max-width: 100% !important;
        color: white;
    }

    .benefits-section-card {
        max-width: 100%;
         padding: 40px;  
        height: 100%;
    }

    .hyva-card {
        width: 261px;
        height: 260px;
        background: linear-gradient(145deg, #3f3ccf, #5b4fff);
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 40px rgba(91, 79, 255, 0.6);
        transition: 0.4s ease;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .benefitcards {
        margin-top: 0px;
    }

    .creative {
        display: flex;
        margin-left: 8px;
        position: absolute;
        top: -34px;
        height: 50px;
        left: -29px;
    }

    .tags-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .advantage-right h2 {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        margin-bottom: 18px;
    }

    .btn-outline {
        padding: 15px 25px;
    }

    .rocket {
        display: flex;
        margin-left: 8px;
        position: absolute;
        right: -14px;
        height: 50px;
        bottom: -26px;
    }

    .cta-left h2 {
        font-family: 'Poppins';
        font-weight: 600;
        font-style: Bold;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0px;
        color: #000;
    }
        .hyva-label {
        font-size: 16px;
    }
    .hyva-feature-item {
        font-size: 14px;
    }

    .hyva-description {
        font-size: 14px;
    }

    .processheading {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }

    .advantage-right h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 8px;
    background: url(https://www.icreativetechnologies.com/wp-content/uploads/2026/03/Vector-4.png) no-repeat center;
    background-size: 100% 100%;
}

.partner-eyebrow {
    font-size: 18px;
}
.hero{
    padding-bottom: 0px;
}
.logo img {
    max-width: 120px;
    height: 45px;
  }
}