  .featured-icon-box{
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 12px 1px #c2c2c2;
        height: calc(100% - 30px);
    margin-bottom: 20px;
    }
     .featured-icon-box p{
         margin-bottom:0px;
     }
     .featured-icon-box img{
           border-radius: 12px;
    width: 100%;
    height: 180px;
    object-fit: cover;
     }
     
     /*hero banner*/
     .roofing-bg-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: url("../images/slides/slider-mainbg-004.webp") center center / cover no-repeat;
    overflow: hidden;
}

.roofing-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.46) 35%, rgba(0, 0, 0, 0.1) 100%);
}

.roofing-bg-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    color: #fff;
    padding: 80px 0;
}

.roofing-bg-badge {
    display: inline-block;
    background: rgba(255,255,255,0.28);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

.roofing-bg-content h1 {
   font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 12px;
    color: #fff;
}

.roofing-bg-content h1 span {
    color: #ffd22d;
}

.roofing-bg-content p {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.92);
    margin-bottom: 24px;
}

.roofing-bg-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bg-btn-primary,
.bg-btn-secondary {
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bg-btn-primary {
    background: #ffd22d;
    color: #000;
}

.bg-btn-primary:hover {
    background: #6f3610;
    color: #fff;
}

.bg-btn-secondary {
    border: 2px solid #fff;
    color: #fff;
}

.bg-btn-secondary:hover {
    background: #fff;
    color: #1f1f1f;
}

@media (max-width: 991px) {
    .roofing-bg-hero {
        min-height: 75vh;
    }

    .roofing-bg-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .roofing-bg-content {
        text-align: center;
        max-width: 100%;
    }

    .roofing-bg-content h1 {
        font-size: 28px;
    }

    .roofing-bg-content p {
        font-size: 16px;
    }

    .roofing-bg-buttons {
        justify-content: center;
    }
}
    
    /*trust*/
    
.trust-factor-section {
    padding:60px 0;
    background: linear-gradient(180deg, #faf8f4, #ffffff);
}

.trust-factor-header p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

.trust-factor-card {
    background: #fff;
    border-radius: 22px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
   height: calc(100% - 30px);
   margin-bottom:30px;
}

.trust-factor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.trust-icon {
  width: 80px;
    height: 72px;
    margin: 0px auto 10px;
    background: #8b4513;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 800;
}

.trust-factor-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 576px) {
   
    .trust-factor-card {
        padding: 18px 12px;
    }

    .trust-icon {
        width: 68px;
        height: 69px;
        font-size: 23px;
    }
}
    
    .roofing-location-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #faf8f4, #ffffff);
}

    .ktc-shadow-box {
    background: #fff;
    border-radius: 28px;
       padding: 20px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.12);
}


.roofing-location-highlights {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.roofing-location-card {
 background: #f3f2ef;
    border-radius: 18px;
    padding: 12px 18px;
    min-width: 160px;
    text-align: center;
}

.roofing-location-card h4 {
    font-size: 23px;
    font-weight: 800;
    color: #8b4513;
    margin-bottom: 6px;
}

.roofing-location-card span {
    font-size: 15px;
    color: #555;
}
    
    /*Why Builders*/
    
.ktc-whybuild-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #faf8f4, #faf8f4);
}

.ktc-whybuild-content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #1e1e1e;
}

.ktc-whybuild-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 12px;
}

.ktc-whybuild-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ktc-stat-card {
    background: #8b4513;
    color: #fff;
    border-radius: 24px;
    padding: 35px 28px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(139,69,19,0.25);
}

.ktc-stat-card h3 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffd22d;
}

.ktc-stat-card p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.ktc-feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.ktc-feature-card:hover {
    transform: translateY(-4px);
}

.ktc-feature-card span {
    width: 56px;
    height: 56px;
    background: rgba(139,69,19,0.12);
    color: #8b4513;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.ktc-feature-card h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

@media (max-width: 991px) {
    .ktc-whybuild-content h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .ktc-whybuild-content h2 {
        font-size: 28px;
    }

    .ktc-stat-card h3 {
        font-size: 42px;
    }
}
    
    /*faqs*/
.ktc-faq-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f5f0, #ffffff);
}

.ktc-header {
    margin-bottom: 30px;
}


.ktc-header p {
    color: #666;
    font-size: 17px;
    margin: auto;
}


.ktc-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ktc-faq-item {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    transition: 0.3s ease;
}

.ktc-faq-question {
    width: 100%;
    padding: 22px 25px;
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ktc-faq-question span {
    font-size: 24px;
    color: #8b5e3c;
    transition: transform 0.3s ease;
}

.ktc-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 25px;
}

.ktc-faq-answer p {
    padding-bottom: 22px;
    color: #666;
    line-height: 1.7;
}

.ktc-faq-item.active .ktc-faq-answer {
    max-height: 250px;
}

.ktc-faq-item.active .ktc-faq-question span {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
   
    .ktc-faq-question {
        font-size: 15px;
        padding: 18px;
    }
}
.ktc-faq-question:focus,
.ktc-faq-question:active,
.ktc-faq-question:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.ktc-header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 32px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0;
}

.ktc-header h2::before,
.ktc-header h2::after {
    content: "";
    flex: 1;
    height: 2px;
    max-width: 140px;
    background: linear-gradient(to right, transparent, #8b5e3c);
}

.ktc-header h2::after {
    background: linear-gradient(to left, transparent, #8b5e3c);
}

.ktc-header h2 span {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .ktc-header h2 {
        font-size: 28px;
        gap: 12px;
    }

    .ktc-header h2::before,
    .ktc-header h2::after {
        max-width: 60px;
    }
}


/*Built for Every Application*/

.ktc-application-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #faf8f4, #ffffff);
}


.ktc-badge {
    display: inline-block;
    background: rgba(139,69,19,0.12);
    color: #8b4513;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}


.ktc-application-header p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.ktc-app-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin-bottom:26px;
}

.ktc-app-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.ktc-app-icon {
       width: 66px;
    height: 66px;
    margin: 0 auto 10px;
    background: #8b4513;
    color: #fff;
    font-size: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ktc-app-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #222;
}

.ktc-app-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .ktc-application-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .ktc-application-header h2 {
        font-size: 28px;
    }

    .ktc-app-card {
        padding: 24px 18px;
    }
}


.ktc-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 10px 0 20px;
}

.ktc-highlight-box {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
   box-shadow: 0 0px 20px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease;
}

.ktc-highlight-box:hover {
    transform: translateY(-4px);
}

.ktc-highlight-box span {
  width: 29px;
    height: 29px;
    background: #8b4513;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    flex-shrink: 0;
}

.ktc-highlight-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #222;
}

@media (max-width: 576px) {
    .ktc-highlight-grid {
        grid-template-columns: 1fr;
    }
}

/* Shared */
.ktc-badge {
    display: inline-block;
    background: rgba(139,94,60,0.12);
    color: #8b5e3c;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ktc-jally-section,
.ktc-install-section {
    padding: 60px 0;
}

.ktc-jally-section {
    background: #faf7f2;
}

.ktc-install-section {
    background: #ffffff;
}

.ktc-jally-image img,
.ktc-install-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

@media (min-width: 768px) {
    .ktc-jally-image img,
.ktc-install-image img {
        width: 100%;
   object-fit: cover;
    height: 370px;

}
    
}

.ktc-jally-content h2,
.ktc-install-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.ktc-jally-content p,
.ktc-install-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}

.ktc-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #8b5e3c;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.ktc-btn-main:hover {
    transform: translateY(-3px);
    color: #fff;
}


@media (max-width: 768px) {
    .ktc-jally-section,
    .ktc-install-section {
        padding: 50px 0;
    }

    .ktc-jally-content h2,
    .ktc-install-content h2 {
        font-size: 26px;
    }
}

/*process*/
.ktc-process-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f9f7f3, #ffffff);
}

.ktc-process-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 18px;
}

.ktc-process-header p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.ktc-step-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
   margin-bottom: 30px;
    height: calc(100% - 30px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.3s ease;
}

.ktc-step-card:hover {
    transform: translateY(-8px);
}

.step-number {
    width: 62px;
    height: 62px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5e3c, #d4a373);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 25px rgba(139,94,60,0.3);
}

.ktc-step-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.ktc-step-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991px) {
    .ktc-process-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .ktc-process-section {
        padding: 70px 0;
    }

    .ktc-process-header h2 {
        font-size: 28px;
    }

    .ktc-process-header p {
        font-size: 16px;
    }
}

/*partner*/

.ktc-franchise-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #faf7f2, #ffffff);
}

.ktc-left-box,
.ktc-right-box {
    border-radius: 22px;
    padding: 24px;
    height: 100%;
}

.ktc-left-box {
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.ktc-right-box {
    background: linear-gradient(135deg, #1f1f1f, #2b2b2b);
    color: #fff;
    box-shadow: 0 20px 55px rgba(0,0,0,0.18);
}

.ktc-label,
.ktc-right-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ktc-label {
    background: rgba(139,94,60,0.12);
    color: #8b5e3c;
}

.ktc-right-tag {
    background: rgba(212,163,115,0.18);
    color: #F8C301;
}

.ktc-left-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1f1f1f;
}

.ktc-left-box p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.ktc-note {
    background: #f7f1ea;
    border-left: 4px solid #8b5e3c;
    padding: 14px 18px;
    border-radius: 14px;
    margin: 20px 0;
    color: #333;
}

.ktc-benefits {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.ktc-benefits li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #333;
}

.ktc-benefits li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #8b5e3c;
        width: 22px;
    height: 22px;
    background-color:#000;
    color: #fff;
    border-radius:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.ktc-right-box h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color:#fff;
}

.ktc-right-box h3 span {
    color: #F8C301;
}

.ktc-feature-box {
      background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 14px;
}

.warning-box {
    border-left: 4px solid #F8C301;
}

.ktc-feature-box h4 {
    font-size: 20px;
    margin-bottom: 8px;
        color: #F8C301;
}

.ktc-feature-box p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
}

.ktc-main-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    background: #F8C301;
    color: #111;
    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ktc-main-btn:hover {
    transform: translateY(-3px);
    color: #111;
}

@media (max-width: 991px) {
    .ktc-left-box h2 {
        font-size: 30px;
    }

    .ktc-right-box h3 {
        font-size: 26px;
    }

    .ktc-left-box,
    .ktc-right-box {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .ktc-franchise-section {
        padding: 70px 0;
    }

    .ktc-left-box h2 {
        font-size: 24px;
    }
}


/*cta*/

.ktc-quote-cta {
    padding: 50px 0;
    background: linear-gradient(135deg, #f9f6f1, #ffffff);
}

.ktc-cta-box {
    background: linear-gradient(135deg, #1c1c1c, #2b2b2b);
    border-radius: 28px;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

.ktc-cta-box::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: rgba(212,163,115,0.15);
    border-radius: 50%;
}

.ktc-cta-badge {
    display: inline-block;
    background: rgb(255 255 255 / 30%);
    color: #F8C301;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.ktc-cta-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ktc-cta-content p {
    color: rgba(255,255,255,0.87);
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.ktc-cta-content strong {
    color: #fff;
}

.ktc-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #F8C301;
    color: #111;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 12px 30px rgba(212,163,115,0.35);
}

.ktc-cta-btn:hover {
    transform: translateY(-4px);
    color: #111;
}

.ktc-cta-btn i {
    transition: transform 0.3s ease;
}

.ktc-cta-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .ktc-cta-box {
        padding: 40px 30px;
        text-align: center;
    }

    .ktc-cta-content h2 {
        font-size: 32px;
    }

    .ktc-cta-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .ktc-cta-content h2 {
        font-size: 26px;
    }

    .ktc-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/*footer*/

.ktc-premium-footer {
    background: linear-gradient(135deg, #111111, #1f1f1f);
    color: #fff;
    padding-top: 80px;
    font-family: inherit;
}

.ktc-footer-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 16px;
    height: 100%;
    transition: 0.3s ease;
}

.ktc-footer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.ktc-footer-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #F8C301;
    position: relative;
}

.ktc-footer-card h3::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #F8C301;
    display: block;
    margin-top: 8px;
}

.ktc-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ktc-footer-links li {
    margin-bottom: 12px;
}

.ktc-footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: 0.3s;
}

.ktc-footer-links a:hover {
    color: #F8C301;
    padding-left: 6px;
}

.ktc-footer-info {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.ktc-footer-info i {
    color: #F8C301;
    font-size: 18px;
    margin-top: 5px;
}

.ktc-footer-info p,
.ktc-footer-info a {
    color: rgba(255,255,255,0.8);
    margin: 0;
    text-decoration: none;
    line-height: 1.7;
}

.ktc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 50px;
    padding: 12px 0;
}

.ktc-footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.7);
}

.ktc-footer-bottom a {
    color: #F8C301;
    text-decoration: none;
}

.ktc-social-icons a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    margin-left: 8px;
    transition: 0.3s;
}

.ktc-social-icons a:hover {
    background: #F8C301;
    color: #111;
    transform: translateY(-4px);
}

@media (max-width: 768px) {
    .ktc-premium-footer {
        padding-top: 50px;
    }

    .ktc-footer-card {
        padding: 22px;
    }

    .ktc-footer-card h3 {
        font-size: 20px;
    }

    .ktc-footer-bottom {
        text-align: center;
    }

    .ktc-social-icons {
        margin-top: 15px;
    }
}

/*project slider*/

.projects-india-section {
    padding: 60px 0;
    background: #faf8f4;
}

.projects-slider-wrapper {
    margin-top: 10px;
}

.projectsSwiper {
    overflow: hidden;
    padding: 10px 5px 20px;
}

.project-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover img {
    transform: scale(1.06);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: #fff;
}

.project-overlay h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
color:#fff;
    
}

.project-overlay span {
    font-size: 15px;
    opacity: 0.9;
}


@media (max-width: 767px) {
  
    .project-card {
        height: 320px;
    }
    
    .ktc-jally-image img,
.ktc-install-image img {
   margin-bottom:25px;
   object-fit: cover;
    height: 250px;
}
}

.p-enq-btn-primary {
    background: #ffd22d;
    color: #000;
    border:1px solid #ffd22d;
}
.p-enq-btn-primary:hover{
       border:1px solid #ffd22d;
       color:#000;
          background: #fff;
}

.p-view-btn-secondary{
        border: 1px solid #8d8d8d ;
}

.p-view-btn-secondary:hover{
       border:1px solid #ffd22d;
       color:#000;
          background: #ffd22d;
}

.p-enq-btn-primary, .p-view-btn-secondary {
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}