.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease;
    margin: 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f58220;
}

.btn-orange {
    background-color: #f58220;
    color: white;
    border-radius: 50px;
    padding: 6px 20px;
    font-weight: 500;
}

.btn-orange:hover {
    background-color: #d96d15;
    color: white;
}

.navbar-brand img {
    height: 50px;
}

/* Hero Section */
.netway-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),

}

.netway-header h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
}

.netway-header p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.netway-header .btn {
    border-radius: 30px;
    padding: 12px 28px;
    transition: 0.3s ease;
}

.netway-header .btn:hover {
    background-color: #0d6efd;
    color: #fff;
    transform: translateY(-3px);
}

.mt-2 {
    padding-top: 3rem;
}

#footer {
    font-size: 15px;
    margin-top: 20px;
}

#footer .footer-links a {
    color: black;
    margin-left: 15px;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    text-decoration: none;
}

#footer .footer-links a:hover {
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #e4e5ea;
    /* text-align: center; */
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    /* overflow: hidden; */
    /* border: 1px solid #f9f9f9; */
}

.pricing .box h3 {
    font-weight: 400;
    padding: 15px 0;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    text-align: center;
}

/* .pricing .box h3 span {
  background: #899d25;
  color: #fff;
  padding: 5px 10px;
} */

.pricing .box h4 {
    font-size: 42px;
    color: #f2821a;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f2821a;
    padding-bottom: 10px;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
}

.pricing .box h4 strong {
    margin-right: auto;
}

.pricing .box h4 em span {
    font-size: 14px;
    color: #e30513;
}

.pricing .box.slick-active.slick-center h4 {
    color: #f9f9f9;
}

.pricing .box.slick-active.slick-center h4 span {
    color: #111;
}

.router-img {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    font-size: 14px;
    color: #0c0c0c;
}

.router-img img {
    margin-right: 10px;
}

.planFooter {
    background-color: #eb1f2a;
    text-align: center;
    padding: 7px 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.pricing .box h4 sup {
    font-size: 16px;
    top: -15px;
    left: -3px;
    color: #222;
}

.pricing .box h4 sub {
    font-size: 16px;
    top: -1px;
    left: -3px;
    color: #222;
}

.pricing .box h4 span {
    color: #111;
    font-size: 16px;
    font-weight: 300;
}

.pricing .box h4 .card-circle span {
    font-weight: 700;
    font-size: 22px;
}

.pricing .box ul {
    padding: 0 3px;
    list-style: none;
    color: #222222;
    /* text-align: center; */
    line-height: 20px;
    font-size: 14px;
    margin: 0px;
    width: 100%;
    transition: 0.3s;
}

.pricing .box ul li {
    border-bottom: 1px dashed #ef8019;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
}

.pricing .box ul li:hover {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.pricing .box ul li:last-child {
    border-bottom: none;
}

.pricing .box ul .dropdown-hover {
    /* position: absolute;
  top: 0;
  left: 0px;
  right: 0px; */
    background: #fff;
    padding: 0;
    z-index: 9;
    border-radius: 0 0 5px 5px;
    border: none;
    transition: 0.3s;
    height: 0;
    overflow: hidden;
    margin: -5px 0 0 0;
}

.pricing .box ul .dropdown-hover li {
    margin: 0px;
    padding: 3px 0px;
    border-bottom: 1px dashed #f2821a;
}

.pricing .box ul li:hover+.dropdown-hover {
    padding: 5px 0;
    height: 145px;
    border: 1px solid #ddd;
}

.pricing .box ul .dropdown-hover ul li:last-child {
    border-bottom: none;
}

.pricing .box ul i {
    color: #f2821a;
    font-size: 18px;
    padding-right: 4px;
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .box .btn-wrap {
    padding: 15px;
    text-align: center;
}

.pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 50px;
    border: 2px solid #f2821a;
    color: #f2821a;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .box .btn-buy:hover {
    background: #f2821a;
    color: #fff;
}

.pricing .recommended .btn-buy {
    background: #f2821a;
    color: #fff;
}

.pricing .recommended .btn-buy:hover {
    /*background: #2383c4;
  border-color: #2383c4;*/
    background: #899d24;
    border-color: #899d24;
}

.smart-plan {
    margin-top: 60px;
    padding-bottom: 30px;
}

.pricing .recommended h3 {
    color: #444444;
}

/* .pricing .pricing-slider {
  gap: 20px;
} */

.pricing .box .ott-platform ul li {
    display: inline-block;
    /*width: 46px;*/
    width: 23%;
    padding: 2px 5px;
    border: 1px solid #f2821a;
    border-radius: 5px;
    background: #fff;
}

.pricing .box .ott-platform ul li img {
    max-width: 100%;
}

.pricing .pricing-slider .slick-slide {
    height: 445px;
    margin: 0 15px 0 15px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    flex-direction: column;
}

.pricing .slick-track {
    padding: 30px 0;
}

.pricing .pricing-slider .slick-slide,
.pricing .pricing-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}


.card-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.card-circle .percent {
    position: relative;
}

.card-circle svg {
    position: relative;
    width: 110px;
    height: 110px;
    transform: rotate(-90deg);
}

.card-circle svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
}

.card-circle svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #3498db;
}

.card-circle .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
}

.card-circle .number h3 {
    font-weight: 200;
    font-size: 15px;
}

.card-circle .number h3 span {
    font-size: 2rem;
}

.card-circle:nth-child(1) svg circle:last-of-type {
    stroke: #ae5603;
}

.card-circle:nth-child(2) svg circle:last-of-type {
    stroke: #2ecc71;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.pricing .pricing-slider .slick-center,
.pricing.pricing -slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1) !important;
}

.pricing .pricing-slider .box:hover {
    transform: scale(1.1) !important;
    background-color: #f2821a;
    transition: 0.3s;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: -22px;
}

.slick-prev {
    left: -25px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
    font-family: inherit;
}

.pricing {
    margin-top: 30px;
}

.section-title h2,
h3 {
    text-align: center;

}

.section-title {
    margin-bottom: 20px;
}

.section-title h2 {
    color: orange;
}




        /* Container */
        /* .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        } */

        /* Section Styling */
        section {
            margin-bottom: 3rem;
            background-color: #fff;
            border-radius: 10px;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
        
            transition: transform 0.3s ease;
        }

        

        h2 {
            color: #2c3e50;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            position: relative;
        }

        /* h2::after {
            content: '';
            width: 60px;
            height: 4px;
            background-color: #e29207;
            position: absolute;
            bottom: -10px;
            left: 0;
        } */

        h3 {
            color: hsl(0, 0%, 3%);
            font-size: 1.5rem;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
        }

        p {
            color: #555;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        /* Card Layout for Benefits and FTTH Advantages */
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-top: 1.5rem;
        }

        .card {
            background-color: #ecf0f1;
            padding: 1.5rem;
            border-radius: 8px;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .card:hover {
            background-color: #1abc9c;
            transform: scale(1.05);
        }

        .card:hover h3,
        .card:hover p {
            color: #fff;
        }

        /* Button Styling */
        .cta-button {
            display: inline-block;
            background-color: #1abc9c;
            color: #fff;
            padding: 0.75rem 1.5rem;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            margin-top: 1rem;
            transition: background-color 0.3s ease;
        }

        .cta-button:hover {
            background-color: #16a085;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            nav ul {
                flex-direction: column;
                text-align: center;
            }

            .container {
                padding: 1rem;
            }

            section {
                padding: 1.5rem;
            }

            h2 {
                font-size: 1.8rem;
            }

            h3 {
                font-size: 1.3rem;
            }
        }