.dual-color-heading {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

.dual-color-heading .first-part {
    color: #14294c;
    font-weight: bold;
}

.dual-color-heading .second-part {
    color: #ff6600;
    font-weight: bold;
}

.intro-text {
    text-align: center;
    color: #555;
    margin-bottom: 50px;
}

.plan-item {
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
}

.plan-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: #FF5722;
}

.plan-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin-right: 15px;
}

.plan-text {
    font-weight: 500;
    font-size: 1.1rem;
}

.green-icon {
    background-color: #10b981;
    color: white;
}

.orange-icon {
    background-color: #f97316;
    color: white;
}

.blue-icon {
    background-color: #0284c7;
    color: white;
}

.royal-blue-icon {
    background-color: #1e40af;
    color: white;
}

.red-icon {
    background-color: #ef4444;
    color: white;
}

.teal-icon {
    background-color: #14b8a6;
    color: white;
}

.purple-icon {
    background-color: #9333ea;
    color: white;
}

.green-dark-icon {
    background-color: #0f766e;
    color: white;
}

.pink-icon {
    background-color: #db2777;
    color: white;
}

.cyan-icon {
    background-color: #06b6d4;
    color: white;
}

.active-plan {
    border: 2px solid #ff6600;
    background-color: rgba(255, 102, 0, 0.05);
}


/* Pricing section */
/* pricing one  */

/* Custom Styles */
.pricing-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.pricing-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

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

.pricing-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #ff7300;
}

.pricing-card .price {
    font-size: 32px;
    font-weight: bold;
    color: #222;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 18px;
}

.feature-list {
    text-align: left;
    padding-left: 20px;
}

.feature-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

.feature-list li .check-icon {
    color: green;
    font-weight: bold;
}

.feature-list li .cross-icon {
    color: red;
    font-weight: bold;
}

.btn-custom {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

/* Highlighted Card */
.popular-plan {
    background: #ff7300;
    color: white;
}

.popular-plan h3,
.popular-plan .price {
    color: white;
}

.popular-tag {
    background: yellow;
    color: #222;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 20px;
    }
}

/* why should buy our plans */

/* Section Styling */
.benefits-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.benefits-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefits-section p {
    color: #6c757d;
    margin-bottom: 40px;
}

/* Card Styling */
.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

/* Icon Styling */
.benefit-icon {
    font-size: 2rem;
    color: #ff7f00;
    margin-bottom: 10px;
}

.benefit-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff7f00;
}

.benefit-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
}

/* hero */
/* 3rd section */
.hero-section {
    /* background-color: #0a0f29; */
    background: linear-gradient(to right, #81c1b8, #52706c);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 100px 0;

    /* background-image: url('./frontend/images/Benefits\ of\ Using\ a\ Restaurant\ POS\ Software.jpg'); */


    background-position: 0 0;
    background-blend-mode: soft-light;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-button {
    background-color: white;
    color: #0a0f29;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.hero-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.devices-mockup {
    position: relative;
    transform: rotate(-10deg) translateY(10px);
}

.device {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background-color: white;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .devices-mockup {
        margin-top: 50px;
        transform: rotate(-10deg) scale(0.8);
    }
}

/* review section */
.gradient-custom {
    background: radial-gradient(50% 123.47% at 50% 50%, #00ff94 0%, #720059 100%),
        linear-gradient(121.28deg, #669600 0%, #ff0000 100%),
        linear-gradient(360deg, #0029ff 0%, #8fff00 100%),
        radial-gradient(100% 164.72% at 100% 100%, #6100ff 0%, #00ff57 100%),
        radial-gradient(100% 148.07% at 0% 0%, #fff500 0%, #51d500 100%);
    background-blend-mode: screen, color-dodge, overlay, difference, normal;
}

.carousel-indicators {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/* customization 2nd section  */

/* body {
            background-color: #f0f8f8;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        } */

.image-container {
    box-shadow: none;
}

.right-column {
    padding-left: 200px;
}

.customization-container {
    /* padding: 2rem 0; */
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 30px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.feature-check {
    color: #ff9966;
    margin-right: 10px;
}

.features-list {
    margin-top: 20px;
}

/* Make sure the image is responsive */
.center-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .features-list {
        margin-bottom: 30px;
    }
}

/* 3rd section */
/* body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

.process-section {
    position: relative;
    background-color: #f8fcff;
    padding: 80px 0;
    overflow: hidden;
    width: 80%;
    /* height: 80%; */
    
}

.bg-shape-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 40%;
    background-color: #e8f7ff;
    border-radius: 0 0 100% 0;
    z-index: 1;
}

.bg-shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 50%;
    background-color: #e8f7ff;
    border-radius: 100% 0 0 0;
    z-index: 1;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2a3b4c;
}

.section-title h2 span {
    color: #ff7f30;
}

.process-step {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.step-icon {
    margin-right: 15px;
    color: #a0a0a0;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.step-text {
    color: #5a6a7a;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.process-step:hover .step-icon {
    color: #ff7f30;
    transform: scale(1.2);
}

.process-step:hover .step-text {
    color: #2a3b4c;
    font-weight: 500;
}



.process-image img {
    max-width: 60%;
    height: auto;
}

@media (max-width: 991px) {
    .process-image {
        margin-top: 40px;
    }

    .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .process-section {
        padding: 50px 0;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }
}

/* 4th section or team   */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fffef8;
}

.team-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.curve-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    opacity: 0.2;
}

.curve-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    opacity: 0.2;
}

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

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
}

.section-title h2 .orange-text {
    color: #ff7730;
}

.section-title h2 .navy-text {
    color: #2d3748;
}

.section-title p {
    font-size: 1.1rem;
    color: #515b6a;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.carousel-container {
    position: relative;
    padding: 0 50px;
}

.carousel-inner {
    overflow: visible;
}

.feature-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    margin: 15px;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    background-color: #f0f8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.feature-icon img {
    max-width: 100%;
    max-height: 100%;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 15px;
}

.feature-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7730'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7730'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    margin: 0 5px;
}

.carousel-indicators button.active {
    background-color: #ff7730;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 2.2rem;
    }

    .feature-card {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 1.8rem;
    }

    .section-title p {
        font-size: 1rem;
    }

    .carousel-container {
        padding: 0 40px;
    }
}