* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

:root {
    --kr-gold: #d8a526;
    --kr-gold-dark: #9a6614;
    --kr-dark: #171008;
    --kr-soft: #fff8e4;
}



body {
    margin: 0;
    color: #112433;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a {
    text-decoration: none;
}

.site-header {
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(17, 36, 51, 0.06);
    position: sticky;
    top: -40px;
    z-index: 1020;
}

.header-top {
    min-height: 40px;
    font-size: 16px;
}

.header-social-wrap {
    background: linear-gradient(90deg, var(--kr-dark), var(--kr-gold-dark));
    padding-left: 30px;
}

.header-social,
.header-call {
    min-height: 40px;
    gap: 12px;
    white-space: nowrap;
}

.header-social {
    color: #ffffff;
}

.header-social a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.header-social a:hover {
    opacity: 0.82;
}

.follow-text {
    font-weight: 500;
}

.header-call-wrap {
    background: #f7f2e3;
    padding-right: 30px;
}

.header-call {
    color: #ffffff;
}

.header-call i {
    color: #292525;

    font-size: 15px;
}

.header-call span {
    color: #292525;

}

.header-call a {
    color: var(--kr-gold-dark);
    font-size: 16px;
    transition: color 0.2s ease;
}

.header-call a:hover {
    color: var(--kr-dark);
}

.main-navbar {
    min-height: 93px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 2px 14px rgba(23, 16, 8, 0.08);
}

.navbar-brand {
    margin: 0;
    gap: 7px;
    min-width: 230px;
}

.brand-logo {
    width: 100px;
    height: 80px;
    object-fit: contain;
    flex: 0 0 auto;
}

.brand-text {
    color: var(--kr-dark);
    line-height: 1.05;
    text-align: left;
}

.brand-text strong {
    display: block;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-text strong span {
    color: var(--kr-gold-dark);
}

.main-navbar .navbar-nav {
    gap: 18px;
}

.main-navbar .nav-link {
    color: var(--kr-dark);
    font-size: 16px;
    font-weight: 600;
    padding: 34px 0;
    transition: color 0.2s ease;
}

.main-navbar .nav-link.active,
.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus {
    color: var(--kr-gold-dark);
}

.header-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-left: 28px;
    padding: 11px 24px;
    border: 2px solid var(--kr-gold);
    border-radius: 4px;
    background: linear-gradient(135deg, var(--kr-gold), #f4ce5d);
    color: var(--kr-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(154, 102, 20, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.header-contact-btn:hover,
.header-contact-btn:focus {
    background: var(--kr-dark);
    color: var(--kr-gold);
    box-shadow: 0 10px 22px rgba(23, 16, 8, 0.25);
    transform: translateY(-1px);
}

.header-search {
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 25px;
    margin-left: 28px;
    border: 0;
    border-left: 1px solid #d8dee3;
    background: transparent;
    color: #6f7d88;
    font-size: 20px;
    transition: color 0.2s ease;
}

.header-search:hover {
    color: var(--kr-gold-dark);
}

.navbar-toggler {
    border: 1px solid #e1e5e8;
    border-radius: 4px;
    width: 44px;
    height: 38px;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(216, 165, 38, 0.2);
}

.navbar-toggler-icon-custom,
.navbar-toggler-icon-custom::before,
.navbar-toggler-icon-custom::after {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--kr-dark);
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
}

.navbar-toggler-icon-custom::before,
.navbar-toggler-icon-custom::after {
    content: "";
    position: absolute;
    left: 0;
}

.navbar-toggler-icon-custom::before {
    top: -7px;
}

.navbar-toggler-icon-custom::after {
    top: 7px;
}

/* about us */
.about-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.about-gallery {
    position: relative;
    max-width: 490px;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
}

.about-img {
    display: block;
    width: 100%;
    height: 242px;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(23, 16, 8, 0.1);
}

.about-img-main {
    width: calc(50% - 3px);
    height: 242px;
    margin-left: auto;
}

.about-img-row {
    --bs-gutter-x: 6px;
    margin-top: -10px;
}

.experience-card {
    position: absolute;
    left: 34px;
    top: 42px;
    width: 248px;
    height: 242px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--kr-dark), var(--kr-gold-dark));
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    box-shadow: 0 18px 32px rgba(154, 102, 20, 0.22);
}

.experience-card span {
    color: #f9dfa0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.experience-card strong {
    color: #ffffff;
    display: block;
    font-size: 70px;
    /* font-family: Georgia, 'Times New Roman', serif; */
    line-height: 0.95;
    margin-top: 8px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--kr-gold-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section-label span {
    font-size: 25px;
}

.section-label::after {
    content: "";
    width: 48px;
    height: 2px;
    background: var(--kr-gold);
}

.about-content h2 {
    color: var(--kr-dark);
    /* font-family: Georgia, 'Times New Roman', serif; */
    font-size: 40px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 20px;
}

.about-content>p {
    color: #5c554b;
    font-size: 16px;
    line-height: 1.50;
    margin-bottom: 30px;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 34px;
}

.feature-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--kr-gold-dark);
    background: var(--kr-soft);
    border: 1px solid rgba(216, 165, 38, 0.3);
    border-radius: 6px;
    font-size: 30px;
    margin-bottom: 14px;
}

.about-feature h3 {
    color: var(--kr-dark);
    /* font-family: Georgia, 'Times New Roman', serif; */
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-feature p {
    color: #6c6256;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.about-action {
    gap: 22px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 46px;
    padding: 12px 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kr-gold), #f5d964);
    color: var(--kr-dark);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 22px rgba(154, 102, 20, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.about-btn:hover,
.about-btn:focus {
    background: var(--kr-dark);
    color: var(--kr-gold);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(23, 16, 8, 0.25);
}

.about-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--kr-dark);
    font-size: 17px;
    font-weight: 800;
}

.about-phone i {
    color: var(--kr-gold-dark);
}

/* mission visison */

.mission-vision-section {
    width: 100%;
    background-image: linear-gradient(rgba(23, 16, 8, 0.62), rgba(23, 16, 8, 0.62)), url("../images/bg-img.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mission-vision-overlay {
    width: 100%;
    padding: 78px 0;
    background: rgba(0, 0, 0, 0.18);
}

.mv-card {
    min-height: 230px;
    color: #ffffff;
    gap: 22px;
}

.mv-img-wrap {
    width: 155px;
    height: 230px;
    flex: 0 0 155px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.mv-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mv-content {
    max-width: 380px;
}

.mv-content h2 {
    color: #ffffff;
    /* font-family: Georgia, 'Times New Roman', serif; */
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 12px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.mv-content p {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 22px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.services-section {
    padding: 60px 0;
    background: #ffffff;
}

.services-label {
    margin-bottom: 10px;
}

.services-label::before {
    content: "";
    width: 48px;
    height: 2px;
    background: var(--kr-gold);
}

.services-heading {
    max-width: 650px;
    margin: 0 auto 65px;
    color: var(--kr-dark);
    /* font-family: Georgia, 'Times New Roman', serif; */
    font-size: 40px;
    font-weight: 800;
    line-height: 1.06
}

.services-grid {
    padding-top: 16px;
    row-gap: 76px;
}

.services-grid>[class*="col-"] {
    display: flex;
}

.service-card {
    min-height: 285px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: visible;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(23, 16, 8, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 992px) {
    .services-grid>[class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(23, 16, 8, 0.72), rgba(23, 16, 8, 0.72)), var(--service-img);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    opacity: 0;
    clip-path: inset(0 100% 0 0 round 8px);
    transition: clip-path 0.42s ease, opacity 0.22s ease;
    z-index: 0;
    pointer-events: none;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(23, 16, 8, 0.16);
}

.service-card:hover::before {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 8px);
}

.service-card:not(:hover)::before {
    clip-path: inset(0 0 0 100% round 8px);
    opacity: 0;
}

.service-icon {
    width: 112px;
    height: 112px;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 9px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(23, 16, 8, 0.1);
}

.service-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.service-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 90px 44px 36px;
    text-align: center;
}

.service-content h3 {
    color: var(--kr-dark);
    /* font-family: Georgia, 'Times New Roman', serif; */
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 16px;
    transition: color 0.25s ease;
}

.service-content p {
    color: #6c6256;
    font-size: 18px;
    line-height: 1.35;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    transition: color 0.25s ease;
}

.service-card:hover .service-content h3,
.service-card:hover .service-content p {
    color: #ffffff;
}

.stats-section {
    width: 100%;
    padding: 44px 0 34px;
    background: linear-gradient(135deg, var(--kr-dark), var(--kr-gold-dark));
    color: #ffffff;
}

.stat-item {
    min-height: 154px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-icon {
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 22px;
}

.stat-item h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.gallery-section {
    padding: 50px 0 0;
    background: #ffffff;
}

.gallery-heading {
    max-width: 720px;
    margin: 0 auto 35px;
    color: var(--kr-dark);
    font-size: 45px;
    font-weight: 800;
    line-height: 1.07;
}

.gallery-mosaic {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    overflow: hidden;
    background: var(--kr-dark);
}

.gallery-col {
    display: grid;
    grid-template-rows: 185px 310px;
}

.gallery-col:nth-child(even) {
    grid-template-rows: 310px 185px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    background: var(--kr-dark);
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 16, 8, 0), rgba(23, 16, 8, 0.36));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.gallery-item:hover::after {
    opacity: 1;
}

.work-process-section {
    padding: 56px 40px;

    overflow: hidden;
}

.process-image-wrap {
    position: relative;
    min-height: 560px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(23, 16, 8, 0.16);
}

.process-image-wrap::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 2px solid rgba(216, 165, 38, 0.65);
    border-radius: 6px;
    z-index: 1;
    pointer-events: none;
}

.process-image-wrap img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: block;
    object-fit: cover;
}

.process-image-badge {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--kr-gold), #f7d76b);
    color: var(--kr-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    animation: badgePulse 2.8s ease-in-out infinite;
}

.process-image-badge span {
    font-size: 54px;
    font-weight: 900;
    line-height: 0.9;
}

.process-image-badge p {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.process-content h2 {
    color: var(--kr-dark);
    font-size: 35px;
    font-weight: 900;
    line-height: 1.16;
    margin-bottom: 16px;
}

.process-intro {
    color: #6c6256;
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 30px;
}

.process-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.process-timeline::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 22px;
    bottom: 22px;
    width: 2px;
    background: linear-gradient(180deg, var(--kr-gold), rgba(216, 165, 38, 0.08));
}

.process-step {
    position: relative;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 22px 24px;
    border: 1px solid rgba(216, 165, 38, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 32px rgba(23, 16, 8, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    animation: processRise 0.75s ease both;
}

.process-step:nth-child(2) {
    animation-delay: 0.1s;
}

.process-step:nth-child(3) {
    animation-delay: 0.2s;
}

.process-step:nth-child(4) {
    animation-delay: 0.3s;
}

.process-step:hover {
    transform: translateX(10px);
    border-color: var(--kr-gold);
    box-shadow: 0 20px 42px rgba(23, 16, 8, 0.12);
}

.process-count {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--kr-dark);
    color: var(--kr-gold);
    font-size: 18px;
    font-weight: 900;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 22px rgba(23, 16, 8, 0.18);
}

.process-step-text h3 {
    color: var(--kr-dark);
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 8px;
}

.process-step-text p {
    color: #6c6256;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.foundation-section {
    padding: 30px 0;
    background: #ffffff;
}

.foundation-box {
    position: relative;
    overflow: hidden;
    padding: 48px 54px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(23, 16, 8, 0.94), rgba(154, 102, 20, 0.9)),
        url("https://www.axiomlandbase.in/wp-content/uploads/2020/04/NCR-developers-hope-to-resume-work-soon-keep-labourers-at-construction-site.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 54px rgba(23, 16, 8, 0.16);
}


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

.foundation-content .section-label {
    color: #f7d76b;
}

.foundation-content h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 16px;
}

.foundation-content p {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.72;
    margin: 0;
}

.foundation-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kr-gold), #f7d76b);
    color: var(--kr-dark);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
    white-space: nowrap;
}

.foundation-btn:hover,
.foundation-btn:focus {
    background: #ffffff;
    color: var(--kr-gold-dark);
    transform: translateY(-2px);
}

.contact-section {
    padding: 40px 30px;
    background:
        radial-gradient(circle at 90% 8%, rgba(216, 165, 38, 0.14), transparent 25%),
        #fffaf0;
}

.contact-info-box,
.contact-form-box {
    border-radius: 8px;
    box-shadow: 0 22px 50px rgba(23, 16, 8, 0.1);
}

.contact-info-box {
    padding: 42px 34px;
    background:
        linear-gradient(135deg, rgba(23, 16, 8, 0.96), rgba(154, 102, 20, 0.9)),
        url("https://img.freepik.com/free-photo/happy-workers-construction-site-young-civil-engineer-manager-architects-handshaking-construction-site-looking-construction-phase-cooperation-teamwork-concept_640221-293.jpg?semt=ais_hybrid&w=740&q=80");
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.contact-info-box .section-label {
    color: #f7d76b;
}

.contact-info-box h2,
.contact-form-box h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 14px;
}

.contact-info-box h2 {
    color: #ffffff;
}

.contact-lead {
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 34px;
}

.contact-detail-list {
    display: grid;
    gap: 20px;
}

.contact-detail {
    display: flex;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
}

.contact-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--kr-gold);
    color: var(--kr-dark);
    font-size: 18px;
}

.contact-detail h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 6px;
}

.contact-detail p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.contact-detail a {
    color: rgba(255, 255, 255, 0.9);
    overflow-wrap: anywhere;
}

.contact-detail a:hover {
    color: #f7d76b;
}

.contact-form-box {
    padding: 42px;
    background: #ffffff;
}

.contact-form-box h2 {
    color: var(--kr-dark);
    margin-bottom: 26px;
}

.contact-form-box .form-label {
    color: var(--kr-dark);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
}

.contact-form-box .form-control,
.contact-form-box .form-select {
    min-height: 50px;
    border: 1px solid rgba(154, 102, 20, 0.22);
    border-radius: 6px;
    color: var(--kr-dark);
    font-size: 15px;
    padding: 12px 14px;
    background-color: #fffdf8;
}

.contact-form-box textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus {
    border-color: var(--kr-gold);
    box-shadow: 0 0 0 4px rgba(216, 165, 38, 0.16);
    background-color: #ffffff;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 32px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kr-gold), #f7d76b);
    color: var(--kr-dark);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(154, 102, 20, 0.22);
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: var(--kr-dark);
    color: var(--kr-gold);
    transform: translateY(-2px);
}

.faq-section {
    position: relative;
    padding: 96px 0;
    background:
        linear-gradient(135deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 255, 255, 0.98) 46%, rgba(250, 244, 231, 0.92) 100%);
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    inset: 34px auto auto -86px;
    width: 230px;
    height: 230px;
    border: 38px solid rgba(216, 165, 38, 0.12);
    border-radius: 50%;
}

.faq-section::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    background: rgba(23, 16, 8, 0.05);
    border-radius: 50%;
}

.faq-section .container {
    position: relative;
    z-index: 1;
}

.faq-intro {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 46px 38px;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(23, 16, 8, 0.96), rgba(55, 36, 14, 0.96)),
        url("../images/new-logo.png") center right 24px / 160px auto no-repeat;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(23, 16, 8, 0.18);
}

.faq-intro::after {
    content: "";
    position: absolute;
    right: -58px;
    top: -58px;
    width: 170px;
    height: 170px;
    border: 26px solid rgba(216, 165, 38, 0.16);
    border-radius: 50%;
}

.faq-intro .section-label {
    color: #f7d76b;
}

.faq-intro h2 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.16;
    margin-bottom: 16px;
}

.faq-intro>p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 24px;
}

.faq-highlights {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-bottom: 34px;
}

.faq-highlights span {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 800;
}

.faq-highlights i {
    color: #f7d76b;
    font-size: 17px;
}

.faq-mini-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(247, 215, 107, 0.24);
    backdrop-filter: blur(10px);
}

.faq-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--kr-gold), #f7d76b);
    color: var(--kr-dark);
    font-size: 24px;
}

.faq-mini-card span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.faq-mini-card a {
    display: inline-flex;
    margin-top: 3px;
    color: #f7d76b;
    font-weight: 800;
    text-decoration: none;
}

.faq-mini-card a:hover {
    color: #ffffff;
}

.faq-accordion {
    display: grid;
    gap: 18px;
    height: 100%;
    align-content: center;
}

.faq-accordion .accordion-item {
    position: relative;
    border: 1px solid rgba(154, 102, 20, 0.14);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(23, 16, 8, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.faq-accordion .accordion-item::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--kr-gold), var(--kr-gold-dark));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.faq-accordion .accordion-item:hover {
    border-color: rgba(216, 165, 38, 0.38);
    box-shadow: 0 24px 48px rgba(23, 16, 8, 0.12);
    transform: translateY(-2px);
}

.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed))::before {
    opacity: 1;
}

.faq-accordion .accordion-button {
    min-height: 72px;
    padding: 20px 24px 20px 30px;
    color: var(--kr-dark);
    background: transparent;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--kr-dark);
    background: linear-gradient(135deg, rgba(216, 165, 38, 0.16), rgba(255, 250, 240, 0.95));
}

.faq-accordion .accordion-button::after {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    margin-left: 18px;
    border-radius: 50%;
    background-color: rgba(23, 16, 8, 0.92);
    background-position: center;
    background-size: 14px;
    filter: invert(1);
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-color: var(--kr-gold-dark);
}

.faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 4px rgba(216, 165, 38, 0.16);
}

.faq-accordion .accordion-body {
    padding: 0 28px 24px 30px;
    color: #6c6256;
    font-size: 15px;
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(255, 250, 240, 0.95), rgba(255, 255, 255, 0.98));
    border-top: 1px solid rgba(154, 102, 20, 0.1);
}

.kr-footer {
    color: #ffffff;
    background: var(--kr-dark);
}

.kr-footer-main {
    position: relative;
    padding: 58px 0 66px;
    background:
        linear-gradient(90deg, rgba(23, 16, 8, 0.92), rgba(23, 16, 8, 0.78)),
        url("https://images.pexels.com/photos/34842258/pexels-photo-34842258/free-photo-of-construction-worker-carrying-rebar-at-site.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.kr-footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(23, 16, 8, 0.25);
}

.kr-footer-main .container {
    position: relative;
    z-index: 1;
}

.kr-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #ffffff;
}

.kr-footer-logo img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 6px;
}

.kr-footer-logo span {
    display: grid;
    gap: 0;
    line-height: 1.05;
}

.kr-footer-logo strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.kr-footer-logo strong:first-child {
    color: #f7d76b;
    font-size: 24px;
}

.kr-footer-about {
    max-width: 320px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 20px;
}

.kr-footer-contact,
.kr-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kr-footer-contact {
    display: grid;
    gap: 13px;
}

.kr-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.55;
}

.kr-footer-contact i {
    width: 18px;
    flex: 0 0 18px;
    color: #f7d76b;
    font-size: 17px;
    margin-top: 3px;
}

.kr-footer a {
    color: rgba(255, 255, 255, 0.94);
    transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.kr-footer a:hover,
.kr-footer a:focus {
    color: #f7d76b;
}

.kr-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.kr-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 17px;
}

.kr-footer-social a:hover,
.kr-footer-social a:focus {
    background: var(--kr-gold);
    color: var(--kr-dark);
    transform: translateY(-2px);
}

.kr-footer-widget h3 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 24px;
}

.kr-footer-widget h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: var(--kr-gold);
}

.kr-footer-links {
    display: grid;
    gap: 13px;
}

.kr-footer-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-weight: 700;
}

.kr-footer-links a::before {
    content: "\F285";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f7d76b;
    font-family: "bootstrap-icons";
    font-size: 13px;
    line-height: 1;
}

.kr-footer-links a:hover {
    transform: translateX(4px);
}

.kr-footer-map {
    width: 100%;
    height: 250px;
    border: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.kr-footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.kr-footer-bottom {
    background: linear-gradient(90deg, var(--kr-gold-dark), var(--kr-gold));
    color: #ffffff;
}

.kr-footer-bottom-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.kr-footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.kr-footer-bottom strong {
    color: #ffffff;
    font-weight: 900;
}

@keyframes processRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}



@media (min-width: 992px) {
    .header-social {
        padding-left: 0;
    }

    .header-call {
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .main-navbar .navbar-nav {
        gap: 14px;
    }

    .main-navbar .nav-link {
        font-size: 17px;
    }

    .header-search {
        margin-left: 18px;
    }

    .header-contact-btn {
        margin-left: 18px;
        padding-inline: 18px;
    }

    .about-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .site-header {
        top: 0;
    }

    .header-top {
        display: none !important;
    }

    .header-social,
    .header-call {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 18px;
        padding: 7px 12px;
        min-height: auto;
        white-space: normal;
        text-align: center;
    }

    .main-navbar {
        min-height: 76px;
        padding: 10px 0;
    }

    .navbar-brand {
        min-width: 0;
    }

    .navbar-collapse {
        border-top: 1px solid #edf0f2;
        margin-top: 14px;
        padding-top: 8px;
    }

    .main-navbar .navbar-nav {
        align-items: stretch !important;
        gap: 0;
    }

    .main-navbar .nav-link {
        padding: 12px 4px;
        font-size: 16px;
        border-bottom: 1px solid #f0f2f4;
    }

    .header-contact-btn {
        width: 100%;
        min-height: 42px;
        margin: 12px 0 4px;
    }

    .gallery-section {
        padding-top: 64px;
    }

    .about-section {
        padding: 64px 0;
    }

    .about-gallery {
        max-width: 520px;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .mission-vision-overlay {
        padding: 62px 0;
    }

    .mv-card {
        justify-content: center;
    }

    .services-section {
        padding: 68px 0;
    }

    .services-heading {
        font-size: 34px;
    }

    .work-process-section {
        padding: 72px 0;
    }

    .process-image-wrap,
    .process-image-wrap img {
        min-height: 420px;
    }

    .process-content h2 {
        font-size: 34px;
    }

    .kr-footer-main {
        padding: 50px 0 56px;
    }

    .kr-footer-map {
        height: 230px;
    }
}

@media (max-width: 767.98px) {
    .gallery-mosaic {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-col,
    .gallery-col:nth-child(even) {
        grid-template-rows: 190px 260px;
    }

    .kr-footer-main {
        padding: 46px 0 0;
    }

    .kr-footer-brand,
    .kr-footer-widget {
        padding-bottom: 34px;
        text-align: left;
    }

    .kr-footer-logo,
    .kr-footer-contact li,
    .kr-footer-social,
    .kr-footer-links a {
        justify-content: left;
    }

    .kr-footer-about {
        margin-inline: auto;
    }

    .kr-footer-contact li {
        flex-direction: column;
        align-items: left;
        gap: 7px;
    }

    .kr-footer-contact i {
        margin-top: 0;
    }

    .kr-footer-widget h3 {
        font-size: 24px;
    }

    .kr-footer-widget h3::after {
        /* margin-inline: auto; */
    }

    .kr-footer-map {
        height: 220px;
    }

    .kr-footer-bottom-inner {
        min-height: auto;
        padding: 18px 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .kr-footer-bottom p {
        font-size: 15px;
        line-height: 1.45;
    }
}

@media (max-width: 575.98px) {
    .brand-logo {
        width: 55px;
        height: 55px;
        object-fit: cover;
    }

    .brand-text strong {
        font-size: 15px;
    }

    .about-section {
        padding: 48px 0;
    }

    .about-gallery {
        padding-top: 0;
        padding-left: 0;
    }

    .experience-card {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 150px;
        margin-bottom: 14px;
    }

    .experience-card span {
        font-size: 16px;
    }

    .experience-card strong {
        font-size: 52px;
    }

    .about-img-main {
        width: 100%;
    }

    .about-img,
    .about-img-main {
        height: 210px;
    }

    .about-content h2 {
        font-size: 29px;
    }

    .about-content>p {
        font-size: 15px;
    }

    .about-feature-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .about-action {
        align-items: stretch !important;
    }

    .about-phone {
        justify-content: center;
        text-align: center;
        font-size: 15px;
    }

    .mission-vision-section {
        background-attachment: scroll;
    }

    .mission-vision-overlay {
        padding: 46px 0;
    }

    .mv-card {
        min-height: auto;
        gap: 18px;
        text-align: center;
    }

    .mv-img-wrap {
        width: 100%;
        height: 220px;
        flex-basis: auto;
        margin-bottom: 18px;
    }

    .mv-content {
        max-width: 100%;
    }

    .mv-content h2 {
        font-size: 28px;
    }

    .mv-content p {
        font-size: 14px;
    }

    .services-section {
        padding: 52px 0;
    }

    .services-heading {
        font-size: 29px;
        margin-bottom: 36px;
    }

    .services-grid {
        padding-top: 0;
    }

    .service-card {
        min-height: auto;
    }

    .service-icon {
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .service-content {
        padding: 110px 20px 24px;
        text-align: center;
    }

    .work-process-section {
        padding: 54px 0;
    }

    .process-image-wrap,
    .process-image-wrap img {
        min-height: 330px;
    }

    .process-image-wrap::before {
        inset: 12px;
    }

    .process-image-badge {
        width: 112px;
        height: 112px;
        right: 20px;
        bottom: 20px;
    }

    .process-image-badge span {
        font-size: 42px;
    }

    .process-image-badge p {
        font-size: 11px;
    }

    .process-content h2 {
        font-size: 29px;
    }

    .process-intro {
        font-size: 15px;
    }

    .process-timeline::before {
        left: 28px;
    }

    .process-step {
        gap: 16px;
        padding: 18px;
    }

    .process-step:hover {
        transform: translateX(0);
    }

    .process-count {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 15px;
    }

    .process-step-text h3 {
        font-size: 18px;
    }

    .process-step-text p {
        font-size: 14px;
    }

    .foundation-section {
        padding: 54px 0;
    }

    .foundation-box {
        padding: 34px 22px;
        text-align: center;
    }

    .foundation-content .section-label {
        justify-content: center;
    }

    .foundation-content h2 {
        font-size: 29px;
    }

    .foundation-content p {
        font-size: 15px;
    }

    .foundation-btn {
        width: 100%;
        margin-top: 8px;
    }

    .contact-section {
        padding: 54px 0;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 28px 20px;
    }

    .contact-info-box h2,
    .contact-form-box h2 {
        font-size: 28px;
    }

    .contact-detail {
        padding: 16px;
        gap: 12px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .faq-section {
        padding: 54px 0;
    }

    .faq-intro {
        padding: 30px 22px;
    }

    .faq-intro h2 {
        font-size: 29px;
    }

    .faq-intro>p {
        font-size: 15px;
    }

    .faq-accordion .accordion-button {
        min-height: 64px;
        padding: 17px 18px;
        font-size: 15px;
    }

    .faq-accordion .accordion-body {
        padding: 0 18px 18px;
        font-size: 14px;
    }

    .stats-section {
        padding: 36px 0;
    }

    .stat-item {
        min-height: 130px;
    }

    .stat-icon {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .gallery-section {
        padding: 56px 0 0;
    }

    .gallery-heading {
        font-size: 29px;
        margin-bottom: 30px;
    }

    .gallery-mosaic {
        grid-template-columns: 1fr;
    }

    .gallery-col,
    .gallery-col:nth-child(even) {
        grid-template-rows: 210px 260px;
    }

    .kr-footer-logo {
        flex-direction: column;
    }

    .kr-footer-logo img {
        width: 78px;
        height: 78px;
    }

    .kr-footer-logo strong,
    .kr-footer-logo strong:first-child {
        text-align: center;
    }

    .kr-footer-links {
        gap: 11px;
    }

    .kr-footer-map {
        height: 205px;
    }
}


/* why choose */
.kr-why-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
    position: relative;
    overflow: hidden;
}

.kr-section-subtitle {
    color: #E2B25B;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}

.kr-section-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 3px;
    background: #E2B25B;
}

.kr-section-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 18px;
}

.kr-section-title span {
    color: #E2B25B;
}

.kr-section-text {
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    max-width: 620px;
    margin-bottom: 34px;
}

.kr-image-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 520px;
    background: url("../images/section-img.jpg") center/cover no-repeat;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.14);
}

.kr-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.35));
}

.kr-experience-box {
    position: absolute;
    left: 26px;
    bottom: 26px;
    background: #ffffff;
    padding: 24px 26px;
    border-left: 6px solid #E2B25B;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    max-width: 310px;
}

.kr-experience-box h3 {
    font-size: 34px;
    font-weight: 800;
    color: #151515;
    margin-bottom: 3px;
}

.kr-experience-box p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.kr-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.kr-feature-card {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 26px 24px;
    border-radius: 6px;
    height: 100%;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.kr-feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: #E2B25B;
    transition: height 0.35s ease;
}

.kr-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(226, 178, 91, 0.7);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.09);
}

.kr-feature-card:hover::before {
    height: 100%;
}

.kr-feature-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 13px;
}

.kr-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 4px;
    background: #f8f5ef;
    color: #E2B25B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.35s ease;
}

.kr-feature-card:hover .kr-icon-box {
    background: #E2B25B;
    color: #151515;
}

.kr-feature-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #151515;
    margin: 0;
    line-height: 1.4;
}

.kr-feature-card p {
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.kr-cta-strip {
    margin-top: 34px;
    background: #151515;
    border-radius: 6px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 4px solid #E2B25B;
}

.kr-cta-strip h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.kr-cta-strip p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.kr-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 22px;
    border-radius: 4px;
    background: #E2B25B;
    color: #151515;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.kr-cta-btn:hover {
    background: #ffffff;
    color: #151515;
    transform: translateX(4px);
}

@media (max-width: 1199px) {
    .kr-image-box {
        min-height: 480px;
    }
}

@media (max-width: 991px) {
    .kr-why-section {
        padding: 80px 0;
    }

    .kr-image-box {
        min-height: 430px;
        margin-bottom: 45px;
    }

    .kr-section-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .kr-feature-list {
        grid-template-columns: 1fr;
    }

    .kr-cta-strip {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .kr-why-section {
        padding: 65px 0;
    }

    .kr-image-box {
        min-height: 360px;
    }

    .kr-experience-box {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
        padding: 20px;
    }

    .kr-experience-box h3 {
        font-size: 28px;
    }

    .kr-feature-card {
        padding: 22px 20px;
    }

    .kr-cta-strip {
        padding: 24px 20px;
    }
}