﻿.why-section-text p {
    font-size: 14px;
}

.why-section-title, .why-section-text p, .why-section-text h5 {
    color: #232c5f;
}

    .why-section-title span {
        font-size: inherit;
        color: inherit;
        font-weight: 700;
    }

.BlueCard-wrapper {
    min-height: 150px;
    background: #ffd700;
    border-radius: 30px;
}

    .BlueCard-wrapper:hover {
        border-radius: 30px;
    }

.BlueCard-title {
    color: #232c5f;
}

.BlueCard-icon {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid white;
    background: white;
    border-radius: 50%;
}

.BlueCard-title {
    margin-top: 50px;
}

.slick-dotted.slick-slider {
    padding: 10px 110px;
}

@media(max-width:768px) {
    .slick-dotted.slick-slider {
        padding: 10px 60px;
    }
}

@media(max-width:500px) {
    .slick-dotted.slick-slider {
        padding: 10px 20px;
    }
}

.somtel-cards-wrapper .slick-list, .somtel-cards-wrapper-2 .slick-list {
    padding-top: 25px;
}

.cable-title-container {
    position: relative;
    height: 100%;
    border-bottom: 3px solid #ffd700;
}

    .cable-title-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.fiber-card-why {
    background: #eeeeee;
    padding: 20px;
    border-radius: 12px;
    margin: 0px 20px;
}

    .fiber-card-why div {
        top: -20px;
        border-radius: 20px;
        background: #ffd700;
    }

    .fiber-card-why h3 {
        color: #232c5f;
        font-size: 16px;
        line-height: 16px;
        margin: 0px;
        padding: 10px;
    }

.fiber-card-text {
    list-style-type: disc;
    display: list-item;
    margin-left: 1.5em;
    color: #232c5f;
    font-weight: bold;
}

    .fiber-card-text span {
        color: inherit;
        font-weight: 400;
        font-size: inherit;
    }

.fiber-header-title {
    color: #232c5f;
    font-weight: 700;
    font-size: clamp(18px, 4vw, 60px);
    width: 50%;
}

.cable-header-absolute {
    top: 35%;
    left: 5%;
}

@media(max-width:550px) {
    .cable-title-container {
        height: 250px;
    }

    .fiber-header-title {
        width: 40%;
    }

    .cable-title-container img {
        object-fit: cover;
    }
}

.fiber-header-title span {
    font-weight: inherit;
    font-size: inherit;
    background: #ffd700;
    color: inherit;
    padding: 2px;
}

.header-image {
    border-bottom: 6px solid #ffd700;
}

.cable-icons {
    display: flex;
    justify-content: center;
}

    .cable-icons img {
        background: navy;
        border-radius: 50%;
        padding: 3px;
    }

.scale-hover {
    transition: transform 0.2s ease-in-out;
}

    .scale-hover:hover {
        transform: scale(1.07);
    }

.cable-animation {
    opacity: 0;
    transition: 600ms ease-in;
}

    .cable-animation.show {
        opacity: 1;
    }

.cable-box {
    border-radius: 15px;
    min-height: 220px;
    padding: 20px;
    box-shadow: 1px 1px 10px #000042;
    background: linear-gradient(45deg, #fed700, #efe7bb);
}

    .cable-box h4 {
        height: fit-content;
        font-size: clamp(16px,20px,24px);
    }

.gradient-cable {
    color: navy;
}
