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

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            color: #333;
            line-height: 1.6;
            background: #0a0e1a;
        }

        /* Header */
header {
    background: #0a0e1a;
    padding: 1.2rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0px solid rgba(255,255,255,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

        .logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
.logo img {
    position: relative;
    top: 5px;
	width: 250px;
}
img.logo-sticky {
    display: none;
}
header#myHeader.sticky img.logo-sticky {
    display: block;
}
header#myHeader.sticky img.logo-normal {
    display: none;
}
header#myHeader.sticky {
    background: #fff;
}
header#myHeader.sticky nav a {
    color: #000;
}

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
        }

        nav {
            display: flex;
            align-items: center;
            gap: 2.5rem;
        }

        nav a {
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s;
        }

        nav a:hover {
            color: #f19b00;
        }
        

.nav-btn {
    background: #f19b00;
    color: #fff!important;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
}
.nav-btn:hover {
    background: #e19101;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

        /* Hero Section */
.hero {
    background-image: url(../images/banner-bg.jpg);
    padding: 5rem 5% 7rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.text-btn {
    color: #e3b165;
    background: #f0981042;
    display: inline-block;
    border: 1px solid #f09810;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: 12px;
    margin: 0 0 25px 0;
}

        .hero-content h1 {
            color: white;
            font-size: 3.5rem;
            font-weight: 600;
            line-height: 1.1;
            margin-bottom: 1rem;
        }

        .hero-content h1 .highlight {
            color: #f49d10;
        }

        .hero-subtitle {
            color: rgba(255,255,255,0.7);
            font-size: 1.05rem;
            margin-bottom: 2.5rem;
            line-height: 1.7;
        }

        .hero-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

.btn-primary {
    background: #f49d10;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: transform 0.2s;
}

        .btn-primary:hover {
            transform: translateY(-2px);
        }

.btn-secondary {
    color: white;
    padding: 8px 25px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s;
}

        .btn-secondary:hover {
            border-color: white;
        }

.hero-cards {
    flex-direction: column;
    width: 70%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s;
    margin: auto;
}

        .hero-card {
            border-radius: 12px;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            transition: all 0.3s;
            margin: 10px 0 0 0;
        }



        .card-icon {
            width: 50px;
            height: 50px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            flex-shrink: 0;
        }

        .card-icon.yellow {
            background: linear-gradient(135deg, #d4a855 0%, #f0c975 100%);
        }

        .card-icon.blue {
            background: linear-gradient(135deg, #4a90e2 0%, #6bb6ff 100%);
        }

        .card-icon.green {
            background: linear-gradient(135deg, #50c878 0%, #7ee89e 100%);
        }

        .card-content h3 {
            color: white;
            font-size: 1.05rem;
            font-weight: 600;
            margin-bottom: 0rem;
        }

        .card-content p {
            color: rgba(255,255,255,0.6);
            font-size: 0.9rem;
        }

        /* About Section */
        .about {
            background: #ffffff;
            padding: 5rem 5%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
        }

.about-left span {
    color: #f3a006;
}

        .about-left h2 {
            color: #0a0e1a;
            font-size: 2.3rem;
            font-weight: 600;
            margin-bottom: 2.5rem;
        }

.about-section {
    margin-bottom: 2.5rem;
    background: #f9fafc;
    border-radius: 13px;
    padding: 25px;
    border-left: 3px solid #f3a006;
}

        .about-section h3 {
            color: #0a0e1a;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

.about-section p {
    color: #666;
    font-size: 0.98rem;
    line-height: 1.8;
    font-style: italic;
}
.about-section1 h3 {
    font-weight: 600;
}
.bottam-text {
    border-top: 1px solid #21293c;
    padding: 17px 0;
    margin: 30px 0 0 0;
    color: #a8a8a9;
    font-style: italic;
}

        .success-card {
            background: #0a0e1a;
            color: white;
            padding: 2.5rem;
            border-radius: 12px;
            height: fit-content;
        }

        .success-card h3 {
            color: white;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 1rem;
            position: relative;
            padding: 0px 0 0 32px;
        }
.success-card h3::before {
    background-image: url(../images/Proven.png);
    content: '';
    position: absolute;
    left: 2px;
    color: #d4a855;
    height: 21px;
    font-weight: bold;
    font-size: 1.1rem;
    width: 14px;
    top: 8px;
}
.success-card li::before {
    background-image: url(../images/list-icon.png);
    content: '';
    position: absolute;
    left: 0;
    color: #d4a855;
    height: 19px;
    font-weight: bold;
    font-size: 1.1rem;
    width: 19px;
    top: 14px;
}

        .success-card > p {
            color: rgba(255,255,255,0.7);
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }

        .success-card ul {
            list-style: none;
        }

        .success-card li {
            padding: 0.7rem 0;
            padding-left: 2rem;
            position: relative;
            color: #a8a8a9;
            font-size: 0.95rem;
            line-height: 1.6;
        }



        /* Deliverables Section */
        .deliverables {
            background: #f8f9fb;
            padding: 5rem 5%;
        }

        .section-header {
            text-align: center;
            margin-bottom: 3.5rem;
        }

        .section-header h2 {
            color: #0a0e1a;
            font-size: 2.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .section-header p {
            color: #666;
            font-size: 1rem;
        }

        .deliverables-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.8rem;
            max-width: 1200px;
            margin: 0 auto;
        }

.deliverable-item {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 3px solid #131720;
}

        .deliverable-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }

.deliverable-icon {    width: 40px;    height: 37px;    border-radius: 8px;    display: flex;    align-items: center;    justify-content: center;    font-size: 1.6rem;    margin-bottom: 1.3rem;    background: #f1f4fb;}.deliverable-item:hover .deliverable-icon {    background: #f19b00;}
.deliverable-icon i {    background: #f1f4fb;    padding: 7px 3px;    border-radius: 8px;}.deliverable-item:hover .deliverable-icon i {    background: #f19b00;    color: #fff;}
        .deliverable-item h3 {
            color: #0a0e1a;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
        }

        .deliverable-item p {
            color: #666;
            font-size: 0.92rem;
            line-height: 1.7;
        }

        /* Methodology Section */
        .methodology {
            background: white;
            padding: 5rem 5%;
        }

        .methodology-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2.5rem;
            max-width: 1100px;
            margin: 0 auto;
        }

        .methodology-step {
            text-align: center;			position: relative;
        }		.methodology-step .number {    position: absolute;    top: -12px;    background: #000;    width: 30px;    border-radius: 50%;    height: 30px;    color: #fff;    z-index: 999;}

        .step-circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.3rem;
            position: relative;
            transition: transform 0.3s;			box-shadow: 0 15px 40px rgb(0 0 0 / 12%);
        }		.step-circle i {    font-size: 25px;}.methodology-step:hover .step-circle i {    color: #f19b00;}.methodology-step:hover .step-circle {    border: 1px solid #f19b00;}

        .methodology-step:hover .step-circle {
            transform: scale(1.1);
        }

        .step-number {
            color: white;
            font-size: 2.2rem;
            font-weight: 600;
        }

        .methodology-step h4 {
            color: #0a0e1a;
            font-size: 1.05rem;
            font-weight: 600;
            margin-bottom: 0.6rem;
        }

        .methodology-step p {
            color: #666;
            font-size: 0.9rem;
        }

        /* Why Choose Section */
        .why-choose {
            background: #fff;
            padding: 5rem 15%;
            text-align: center;
        }
.why-choose-inner {
    background: #f9fafc;
    border-radius: 20px;
    padding: 35px 10px;
}

.consultation-left {
    color: white;
    padding: 0 200px 0 0;
}
        .why-choose h2 {
            color: #0a0e1a;
            font-size: 2.3rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .why-choose-content {
            max-width: 950px;
            margin: 0 auto;
            color: #666;
            font-size: 1rem;
            line-height: 1.9;
        }

        /* Consultation Section */
        .consultation {
            background: linear-gradient(135deg, #0a0e1a 0%, #1a2538 100%);
            padding: 6rem 5%;
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .consultation-left {
            color: white;
        }

        .consultation-left h2 {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 1.3rem;
        }

        .consultation-left > p {
            color: #c8cfdd;
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 3rem;
        }

        .consultation-info {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    position: relative;
    margin: 0 0 0 60px;
}

        .info-item strong {
            color: white;
            font-size: 1rem;
            font-weight: 600;
        }

.info-item p {
    color: #c8cfdd;
    font-size: 0.95rem;
}
.info-item a {
    text-decoration: none;
    color: #c8cfdd;
}
.email-box::before {
    content: '';
    width: 50px;
    left: -62px;
    height: 50px;
    position: absolute;
    background-image: url(../images/mail.png);
    top: 3px;
}
.info-box::before {
    content: '';
    width: 50px;
    left: -62px;
    height: 50px;
    position: absolute;
    background-image: url(../images/calender.png);
    top: 3px;
}


        .form-card {
            background: white;
            padding: 2.8rem;
            border-radius: 14px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }

        .form-header {
            display: flex;
            align-items: flex-start;
            gap: 1.2rem;
            margin-bottom: 1.8rem;
        }

        .form-icon-box {
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, #fff5e6 0%, #ffe8c2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            flex-shrink: 0;
        }

        .form-title h3 {
            color: #0a0e1a;
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 0.4rem;
        }
.form-title p {
    color: #c87e1d;
    font-size: 12px;
}
.form-text {
    font-size: 18px;
    color: #42516e;
    line-height: 24px;
    margin-bottom: 30px;
}

        .form-card input,
        .form-card textarea {
            width: 100%;
            padding: 1rem;
            margin-bottom: 1.2rem;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-family: inherit;
            font-size: 0.95rem;
            transition: border-color 0.3s;
        }

        .form-card input:focus,
        .form-card textarea:focus {
            outline: none;
            border-color: #d4a855;
        }

.form-card button {
    width: 100%;
    background: #f49e0b;
    color: #fff;
    padding: 1.1rem;
    border: none;
    border-radius: 8px;
    font-weight: normal;
    font-size: 1.05rem;
    cursor: pointer;
    transition: transform 0.2s;
}
.form-text-bottom {
    font-size: 12px;
    text-align: center;
    margin: 40px 0 0 0;
    border-top: 1px solid #f1f1f1;
    padding: 15px 0 0 0;
    color: #8f8f8f;
}
.form-text-bottom a {
    color: #f49e0b;
    text-decoration: none;
}

        .form-card button:hover {
            transform: translateY(-2px);
        }
.site-footer {  background: linear-gradient(90deg, #020617, #020617);  border-top: 1px solid rgba(255, 255, 255, 0.15);}.footer-container {  max-width: 1280px;  margin: auto;  padding: 22px 30px;  display: flex;  align-items: center;  justify-content: space-between;}/* Logo */.footer-logo h2 {  color: #ffffff;  font-size: 20px;  letter-spacing: 2px;}
.footer-logo img {
    width: 250px;
}
.footer-logo .divider {  width: 120px;  height: 1px;  background: rgba(255, 255, 255, 0.3);  margin: 8px 0;}.footer-logo .cn-text {  color: #cbd5e1;  font-size: 12px;}/* Tagline */.footer-tagline {  color: #94a3b8;  font-size: 14px;}/* Right Section */.footer-right {  text-align: right;  font-size: 13px;  color: #94a3b8;}.footer-right a {  color: #94a3b8;  text-decoration: none;  margin-right: 15px;}.footer-right a:hover {  color: #ffffff;}
        /* Responsive Design */
        @media (max-width: 1024px) {
            .hero,
            .about,
            .consultation {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

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

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

            .hero-content h1 {
                font-size: 2.8rem;
            }
        }

        @media (max-width: 768px) {
 
 .hero-cards {
    flex-direction: column;
    width: 100%;
}
.consultation-left {
    padding: 0 0px 0 0;
}
            header {
                padding: 1rem 4%;
            }

            .mobile-menu-btn {
                display: block;
            }

            nav {
                position: fixed;
                top: 70px;
                left: -100%;
                width: 100%;
                background: #0a0e1a;
                flex-direction: column;
                align-items: flex-start;
                padding: 2rem 4%;
                gap: 1.5rem;
                transition: left 0.3s;
                border-top: 1px solid rgba(255,255,255,0.1);
            }

            nav.active {
                left: 0;
            }

            nav a {
                font-size: 1.1rem;
            }

            .nav-btn {
                width: 100%;
                text-align: center;
            }

            .hero {
                padding: 3rem 4%;
            }
.hero-content {    text-align: center;}
            .hero-content h1 {
                font-size: 2.2rem;				text-align: center;
            }

            .hero-subtitle {
                font-size: 0.95rem;				text-align: center;
            }

            .about,
            .deliverables,
            .methodology,
            .why-choose,
            .consultation {
                padding: 3rem 4%;
            }



            .section-header h2,
            .about-left h2,
            .why-choose h2,
            .consultation-left h2 {
                font-size: 1.8rem;
            }

            .deliverables-grid,
            .methodology-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .consultation {
                gap: 2rem;
            }

            .form-card {
                padding: 2rem;
            }			.footer-container {    width: 96%;    margin: auto;    padding: 22px 15px;    display: inline-block;    align-items: center;}    .footer-right {        text-align: center;        margin: 10px 0 0 0;    }.footer-tagline {    text-align: center;}.footer-logo {    text-align: center;}.site-footer {    width: 100%;    display: inline-block;}
        }

        @media (max-width: 480px) {
            .hero-content h1 {
                font-size: 1.8rem;
            }

            .hero-buttons {
                flex-direction: column;
                width: 100%;
            }

            .btn-primary,
            .btn-secondary {
                width: 100%;
                text-align: center;
            }

            .section-header h2 {
                font-size: 1.5rem;
            }

            .consultation-left h2 {
                font-size: 1.8rem;
            }
        }
