* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #f3f3f3;
}

.btn {
    margin-top: 30px;
    background: #ff9900;
    color: white;
    border: none;
    padding: 16px 30px;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 0 #000;
}

/* ------------------- navbar start ------------------- */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
    background: white;
    position: relative;
    z-index: 100;
}

.logo img {
    width: 40px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.menu a:first-child {
    color: #ff9900;
}

a.cookie {
    text-decoration: none;
}

.nav-btn {
    background: #ff9900;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 0 #000;
}

.hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

/*------------------- navbar end  -------------------*/
/* ------------------- hero start ------------------- */

.hero-area {
    position: relative;
    padding: 120px 20px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ee 45%, #f6e2bb 100%);
}

.hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

.hero-logo img {
    width: 40px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 800;
    max-width: 900px;
    margin: auto;
    line-height: 1.2;
}

.hero-content span {
    color: #ff9900;
    display: block;
}

/*------------------- hero end ------------------- */

/* ------------------- cards start ------------------- */

.income-card {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%) rotate(-8deg);
    width: 200px;
}

.income-card img {
    width: 100%;
}


.users-card {
    position: absolute;
    right: 8%;
    top: 45%;
    transform: rotate(8deg);

    display: flex;
    align-items: center;
    gap: 12px;

    background: white;
    padding: 12px 18px;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.avatars {
    display: flex;
}

.avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -10px;
}

.user-info h4 {
    font-size: 16px;
    margin: 0;
}

.user-info p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

/* ------------------- our story start ------------------- */
.container {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
    text-align: center;
}

.top-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.stat-box {
    background: #fff;
    padding: 35px 20px;
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: .3s;
}

.stat-box h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-box p {
    font-size: 14px;
    color: #666;
}

.story {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.story span {
    color: #ff9900;
    font-weight: 600;
}

.main-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111;
}

.highlight {
    color: #ff9900;
}

.desc {
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.btn:hover {
    transform: translateY(2px);
    box-shadow: 0 4px 0 #c77400;
}

.why-left {
    width: 50%;
}

.mini {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.mini span {
    color: #ffa500;
    font-weight: 600;
}

.why-left h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-left h1 span {
    color: #ffa500;
}

.why-left p {
    color: #cfcfcf;
    line-height: 1.7;
    margin-bottom: 15px;
}

.rocket {
    margin-bottom: 30px;
}

.vision-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #ffa500;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.vision-btn:hover {
    background: #ffb733;
}

.why-right {
    width: 50%;
    height: 420px;
    position: relative;
}

.shape {
    position: absolute;
    right: -51px;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    opacity: 0.5;

    z-index: 1;
}

.circle {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 2px #ff9d00;
    z-index: 3;
    margin: 102px 0px 0 160px;
}


.circle i {
    width: 70px;
}

i.fa-brands.fa-react {
    font-size: 75px;
    color: #ffa500;
}

.feature {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1b1b1b;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.feature img {
    width: 18px;
}


.f1 {
    top: 60px;
    right: -40px;
    padding: 24px;
}

.f2 {
    top: 140px;
    right: -80px;
    padding: 24px;
}

.f3 {
    top: 220px;
    right: -53px;
    padding: 24px;
}

.f4 {
    top: 300px;
    right: -55px;
    padding: 24px;
}

/* ------------------- our story end  ------------------- */

/* ------------------- service section start ------------------- */

.services-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.services-header .logo-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #ff9900;
    font-weight: bold;
    margin-bottom: 10px;
}

.services-header .logo-text img {
    width: 40px;
    height: auto;
}

.services-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-header h1 .highlight {
    color: #ff9900;
}

.services-header p {
    font-size: 16px;
    color: #666;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.selling-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px 20px;
    position: relative;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    color: #ff9900;
    font-size: 18px;
    margin-bottom: 15px;
}

.service-card ul {
    list-style: none;
    padding-left: 0;
}

.service-card ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #555;
}

.service-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff9900;
}

.service-card .service-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
}

.service-card .service-icon img {
    width: 100%;
    height: auto;
}



/* ------------------- Our Approach section start  -------------------*/

.main-approach-container {
    background: #0b0b0b;
    color: white;
    padding: 60px 10px;

}

.approach {
    color: white;
    padding: 80px 20px;
}

.approach-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.approach-images {
    display: flex;
    gap: 30px;
    flex: 1;
    align-items: center;
}

.img-box {
    overflow: hidden;
    border-radius: 20px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img1 {
    width: 250px;
    height: 350px;
}

.img2 {
    width: 250px;
    height: 300px;
    margin-top: 80px;
}

.approach-content {
    flex: 1;
}

.approach-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.approach-content span {
    color: #ffa500;
}

.item {
    margin-bottom: 25px;
}

.item h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.item i {
    color: #ff3b3b;
}

.vision {
    border-left: 3px solid #ffa500;
    padding-left: 20px;
}

.vision p {
    font-size: 15px;
    line-height: 1.7;
    color: #ccc;
    margin-bottom: 25px;
}


.btn:hover {
    background: #ff8c00;
}

/*------------------- Our Approach section end ------------------- */


/*------------------- scale your business section start  ------------------- */

.top-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 20px;
}

.hero {
    text-align: center;
    margin-bottom: 40px;
}

.hero h1 {
    font-size: 42px;
    font-weight: 800;
}

.hero span {
    color: #f5a623;
}

.hero p {
    margin-top: 8px;
    color: #666;
}

.booking-wrapper {
    display: flex;
    justify-content: center;
}

.booking-card {
    max-width: 900px;
    width: 100%;
    display: flex;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 40px;
}

.right.why-right {
    display: flex;
}

.left {
    flex: 1;
    padding: 40px;

}

.left h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.info {
    margin-bottom: 15px;
    color: #666;
}

.vision-btn {
    margin-top: 30px;
    background: #ff9900;
    color: white;
    border: none;
    padding: 16px 30px;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 0 #fff;
}

.cookie {
    display: block;
    margin-top: 40px;
    color: #3b82f6;
    font-size: 14px;
}

.right {
    flex: 1;
    padding: 40px;
}

.right h3 {
    margin-bottom: 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-header button {
    border: none;
    background: #eee;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    color: #777;
}

.dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.dates div {
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.dates div:hover {
    background: #e6f0ff;
}

.active {
    background: #3b82f6;
    color: white;
}

.timezone {
    margin-top: 25px;
    font-size: 14px;
    color: #555;
}

.growth-services {
    background: #151515;
    color: white;
}

.service-card.growth-card {
    background: #232323;
    border: 0;
}

.service-card.growth-card ul li {
    color: white;
}

/*------------------- scale your business section end  ------------------- */

/* ------------------- footer start ------------------- */
.footer {
    background: #151515;
    color: #fff;
    padding: 60px 80px;
}

.footer-info img {
    margin-bottom: 5px;
}

.copyWright-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.copyWright-links {
    display: flex;
    gap: 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-links h4 {
    margin-bottom: 20px;
}

.footer-links a {
    display: block;
    color: #a0aec0;
    text-decoration: none;
    margin-bottom: 10px;
    transition: var(--transition);
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #2d3748;
    color: #a0aec0;
    font-size: 0.9rem;
}

/* ------------------- footer end ------------------- */

/*----------------- why chose us  ------------------*/

.why-section {
    background: #0b0b0b;
    color: #fff;
    padding: 100px 8%;
}

.why-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}

.left {
    max-width: 520px;
}

.mini {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ff9d00;
    margin-bottom: 15px;
}

.mini img {
    width: 28px;
}

.left h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.left h1 span {
    color: #ff9d00;
}

.left p {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 15px;
}

.rocket {
    margin-bottom: 30px;
}

.vision-btn {
    background: #ff9d00;
    border: none;
    padding: 14px 26px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.vision-btn:hover {
    transform: translateY(-3px);
}

.right {
    position: relative;
    width: 480px;
    height: 450px;

    align-items: center;
    justify-content: center;
}


.shape-light {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 0.08);
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    right: 66px;
}

.shape-dark {
    position: absolute;
    width: 252px;
    height: 230px;
    border-radius: 50%;
    border: 40px solid #241f15;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    right: 109px;
    top: 107px;
}

.circle {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 2px #ff9d00;
    z-index: 3;
}

.circle i {
    width: 120px;
}

.feature {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1a1a1a;
    padding: 14px 22px;
    border-radius: 14px;
    color: #ddd;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
    transition: .3s;
}

.feature::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #2a2a2a;
    font-size: 16px;
}


.feature:hover {
    transform: translateX(-6px);
    background: #222;
}

/*----------------- responsive ----------------------- */
@media(max-width:480px) {
    .copyWright-links a {
        font-size: 10px;
    }

    .footer-links a {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .why-section {
        padding: 60px 6%;
    }

    .why-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .why-left {
        width: 100%;
    }

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

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

    .why-right {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .shape {
        display: none;
    }

    .circle {
        display: none;
    }

    .feature {
        position: static;
        width: 90%;
        justify-content: center;
        margin: 6px auto;
        font-size: 13px;
        padding: 10px 14px;
    }



    .f1,
    .f2,
    .f3,
    .f4 {
        right: auto;
        top: auto;
        bottom: auto;
    }

    .why-section {
        padding: 70px 6%;
    }

    .left h1 {
        font-size: 32px;
    }

    .circle {
        width: 150px;
        height: 150px;
    }

    .circle i {
        width: 70px;
    }

    .feature {
        font-size: 12px;
        padding: 10px 14px;
    }


    .right {
        width: 260px;
        height: 260px;
    }

    .circle {
        width: 160px;
        height: 160px;
    }

    .circle i {
        width: 70px;
    }

    .shape-dark {
        display: none;
    }

    .feature {
        font-size: 11px;
        padding: 8px 12px;
    }

}

@media (max-width: 768px) {
    .copyWright-links a {
        font-size: 10px;
    }

    .footer-links a {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .shape-light,
    .shape-dark {
        display: none;
    }

    .right {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 15px;
    }

    .circle {
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
    }

    .circle img {
        width: 80px;
    }

    .feature {
        position: static;
        width: 90%;
        justify-content: center;
        font-size: 13px;
        padding: 12px 16px;
    }


    .right {
        width: 340px;
        height: 340px;
    }

    .circle {
        width: 200px;
        height: 200px;
    }

    .circle img {
        width: 90px;
    }

    .shape-light {
        width: 260px;
        height: 260px;
        border-width: 30px;
    }

    .shape-dark {
        width: 200px;
        height: 200px;
        border-width: 30px;
    }

    .feature {
        font-size: 12px;
        padding: 10px 14px;
    }

    .f1 {
        right: -20px;
    }

    .f2 {
        right: -40px;
    }

    .f3 {
        right: -40px;
    }

    .f4 {
        right: -20px;
    }

    .main-title {
        font-size: 28px;
    }

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

    .approach-container {
        flex-direction: column;
        text-align: center;
    }

    .approach-images {
        flex-direction: row;
        gap: 10px;
    }

    .img1,
    .img2 {
        width: 150px;
        height: 200px;
        margin-top: 0;
    }

    .booking-card {
        flex-direction: column;
    }

    .left {
        border-right: none;
    }
}

@media (max-width: 992px) {

    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: white;
        padding: 20px;
        gap: 20px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .why-container {
        flex-direction: column;
        text-align: center;
    }

    .right {
        margin-top: 50px;
    }

    .menu.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .navbar {
        padding: 20px;
    }

    .menu {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .income-card,
    .users-card {
        display: none;
    }

    .wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .left h1 {
        font-size: 32px;
    }

    .left p {
        margin: auto;
    }

    .center {
        margin: 40px 0;
    }

    .center::before,
    .center::after {
        width: 250px;
        height: 250px;
    }

    .right {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .feature {
        position: static;
        width: 100%;
        max-width: 280px;
    }

    .right::before {
        display: none;
    }

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

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

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .why-container {
        flex-direction: column;
        text-align: center;
    }

    .right {
        margin-top: 50px;
    }
}