.breadcrumb-keys {
    position: relative;
    background-image: url(../img/keyword-img/breadcrumb2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.text-justify {
    text-align: justify;
}

.key-about {
    background-color: #000000;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff1313;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-about p {
    color: #ffffff;
}

.key-links {
    background-color: #000000;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff1313;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background-color: #000000;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff1313;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-main h1 {
    color: #000000;
    font-weight: 600;
    font-size: 35px;
}

.caterer-para {
    color: #000000;
    font-size: 35px;
}



/* Why choose css */
.services {
    padding: 60px 0;
    background-color: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
   background: linear-gradient(135deg, #111111, #e6e6e6);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 25px;
}

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

.service-icon {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}

.service-card p {
    color: #ffffff;
    margin-bottom: 15px;
}

/* Why choose css end */


/* Process Section */
.process {
    padding: 60px 0;
    /* background-color: #f0f7ff; */
    /* background-image: url(/assets/img/keyword-img/background-img.webp); */
}

.upvc-bg {
    background-image: url("../img/keyword-img/black-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Optional: soft overlay for readability */
.upvc-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.upvc-bg .container {
    position: relative;
    z-index: 2;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.process-step {
    flex: 1;
    min-width: 250px;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    /* border: 1px solid #ff1313; */
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #ff1313;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.process-step h3 {
    font-size: 21px;
    margin: 20px 0 15px;
    color: #000000;
}


/* Table css */
.table-container {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: white;
    margin-bottom: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

thead {
    background: linear-gradient(to right, #000000, #000000);
    color: white;
}

th {
    padding: 20px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

th i {
    margin-right: 10px;
    font-size: 1.2rem;
}

tbody tr {
    border-bottom: 1px solid #eef2f7;
    transition: all 0.3s ease;
}

tbody tr:hover {
    background-color: #f8fafd;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

td {
    padding: 15px 20px;
    vertical-align: top;
}

@media (max-width: 992px) {

    th,
    td {
        padding: 18px 15px;
    }
}

@media (max-width: 768px) {

    th {
        font-size: 1rem;
    }
}


/* FAQ css start */
/* onnn */
.ptb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 30px;
}


.brochures-prgs {
    cursor: pointer;
    border-top: 3px solid #ff1313;
    border-left: 3px solid #ff1313;
    padding: 11px;
    color: #15131e;
    border-radius: 9px;
    background: #d3d3d336;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.disp {
    display: none;
    padding: 20px;
}


.rotate {
    transform: rotate(180deg);
}

.brochures-prgs .fa {
    font-size: 18px;
    right: -5px;
    width: 40px;
    height: 46px;
    top: 7px;
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    margin-top: -7px;
    margin-right: 6px;
    background: #ff1313;
    color: #fff;
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 12deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -12deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/* onnn */
/* FAQ css end */


/* Testimonial css */
.testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.testimonial {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.testimonial:before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 120px;
    color: #3498db;
    opacity: 0.1;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-content {
    position: relative;
    z-index: 1;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.client-details h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.client-details p {
    color: #3498db;
    font-weight: 600;
    font-size: 1rem;
}

.client-type {
    background-color: #f1f8ff;
    color: #3498db;
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.control-btn {
    background-color: #ff1313;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}

.control-btn:hover {
    background-color: #ff1313;
    transform: scale(1.05);
}

.dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #ff1313;
}

.testimonial:nth-child(2) .client-type {
    background-color: #f0f9ff;
    color: #2ecc71;
}

.testimonial:nth-child(3) .client-type {
    background-color: #f8f9ff;
    color: #9b59b6;
}

.company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    opacity: 0.8;
}

.company-logo span {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 2px;
}

.company-logo .logo-highlight {
    color: #3498db;
}

/* Animation for testimonial transitions */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

/* Responsive design */
@media (max-width: 768px) {

    .testimonial {
        padding: 25px 20px;
    }

    .client-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .control-btn {
        width: 45px;
        height: 45px;
    }

    .features-grid {
        display: grid !important;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .upvc-img img {
        height: auto !important;
        width: 100%;
    }
    .mob-hide {
        display: none;
    }
    .aluminium-img img {
    height: auto !important;
    width: 100%;
}
.caterer-para {
    font-size: 26px;
}
.ralling-img img {
    height: auto !important;
    width: 100%;
}
.partition-img img {
    height: auto !important;
    width: 100%;
}
.wood-img img {
    height: auto !important;
    width: 100%;
}
.invisible-img img {
    height: auto !important;
    width: 100%;
}
.concrete-img img {
    height: auto !important;
    width: 100%;
}
}

@media (max-width: 480px) {

    .testimonial-text {
        font-size: 1rem;
    }
}

.test-black {
    background: #000000;
}

.caterer-clients {
    color: #ffffff;
    margin-bottom: 40px;
}

/* Testimonial css end */


.features-section {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-top: 25px;
}

.features-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 17px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-icon {
    width: 45px;
    height: 45px;
    background: #f1f5f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff1313;
    font-size: 23px;
}

.feature-text {
    font-weight: 600;
    color: #334155;
}

.include {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}

.upvc-img {
    height: 100%;
    width: 100%;
}

.upvc-img img {
    height: 355px;
    width: 100%;
}

.list-all i {
    color: #ff1313;
    margin-right: 6px;
}


.aluminium-img {
    height: 100%;
    width: 100%;
}

.aluminium-img img {
    height: 384px;
    width: 100%;
}

.ralling-img {
    height: 100%;
    width: 100%;
}

.ralling-img img {
    height: 384px;
    width: 100%;
}

.partition-img {
    height: 100%;
    width: 100%;
}

.partition-img img {
    height: 393px;
    width: 100%;
}

.wood-img {
    height: 100%;
    width: 100%;
}

.wood-img img {
    height: 361px;
    width: 100%;
}

.invisible-img {
    height: 100%;
    width: 100%;
}

.invisible-img img {
    height: 360px;
    width: 100%;
}

.concrete-img {
    height: 100%;
    width: 100%;
}

.concrete-img img {
    height: 375px;
    width: 100%;
}

.color-all h2{
    color: #000000 !important;
}

.color-all a{
    color: #6c6c6c !important;
}


.color-head {
    color: #ffffff;
    font-size: 35px;
}

.colo-h {
    color: #ffffff;
}

.wind {
    background: #f2f2f2;
}