.core-bg {
    background: #f5991d21;
}

/* Title */
.core-title {
    font-size: 40px;
    font-weight: 800;
}

.core-title span {
    color: #f68a0a;
}

.core-subtext {
    max-width: 650px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
}

.core-line {
    width: 80px;
    height: 3px;
    background: #4caf50;
    margin: 15px auto 0;
    border-radius: 5px;
}

/* Card */
.core-card {
    padding: 40px 25px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    border: 2px solid #f68a0a;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    transition: .3s ease;
    height: 100%;
}

/* Corner background pattern */
.core-card::before {
    content: "";
    position: absolute;
    top: -35px;
    right: -35px;
    width: 110px;
    height: 110px;
    background: #f5991d21;
    border-radius: 50%;
}

/* Hover */
.core-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
    border-color: #0e121d;
}

/* Icon Box */
.core-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    animation: pop 2s infinite ease-in-out;
}

/* Icon Colors */
.icon-blue {
    background: #e22028;
}

.icon-green {
    background: #4caf50;
}

.icon-purple {
    background: #21ab93;
}

.icon-yellow {
    background: #f5991d;
}

/* Heading */
.core-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Text */
.core-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Icon Animation */
@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }

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


/* Section Background */
.impact-section {
    background: url("../img/carousel-1.jpg") center/cover no-repeat;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

/* Dark Overlay */
.impact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 69%);
    backdrop-filter: blur(2px);
}

/* Ensure content stays above overlay */
.impact-section * {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/* Top heading */
.impact-top {
    font-size: 14px;
    letter-spacing: 2px;
    color: #d2d2d2;
}

.impact-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.impact-title span {
    color: #f68a0a;
}

.impact-subtext {
    max-width: 800px;
    margin: 15px auto;
    font-size: 16px;
    color: #eaeaea;
}

/* Card Design */
.impact-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 30px 25px;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    height: 100%;
}

/* Hover */
.impact-card:hover {
    transform: translateY(-10px);
    border-color: #f68a0a;
    box-shadow: 0 6px 28px rgba(140, 255, 117, 0.3);
}

/* Icons */
.impact-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    background: #f68a0a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0f0a;
    font-size: 28px;
}

/* Numbers */
.impact-number {
    font-size: 38px;
    font-weight: 700;
    color: #f68a0a;
    margin-bottom: 5px;
}

/* Card Title */
.impact-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f68a0a;
}

/* Description */
.impact-text {
    font-size: 14px;
    color: #dcdcdc;
}

/* ABOUT SECTION UNIQUE DESIGN */
.about h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.about h1 {
    font-weight: 700;
    line-height: 1.2;
}

.about a.d-flex {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    transition: 0.3s;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.about a.d-flex:hover {
    transform: translateY(-5px);
    background: #f3f8ff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

.about a span {
    color: #ff8c00;
    background: #fff0e0;
    padding: 12px;
    border-radius: 12px;
    font-size: 32px;
}

/* Main Paragraph */
.about p {
    /* font-size: 16.5px; */
    line-height: 1.7;
}

/* Highlight Check Points */
.about .fa-check {
    font-size: 20px;
}

/* RIGHT IMAGE BOX */
.about .right-box img {
    border-radius: 20px;
}

.about .info-box-1 {
    border-radius: 0 0 20px 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.about .info-box-2 img {
    border-radius: 20px 0 0 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.10);
}

/* BUTTON UNIQUE */
.about .btn-primary {
    border-radius: 50px;
    font-size: 18px;
    padding: 12px 35px;
    background: linear-gradient(45deg, #ff8c00, #ffae00);
    border: none;
    box-shadow: 0 5px 20px rgba(255, 140, 0, 0.4);
    transition: 0.3s;
}

.about .btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.6);
}






.impact-split-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow: 0 10px 25px #f5991d21; */
    transition: 0.3s ease;
    min-height: 320px;
}

.impact-split-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 15px 35px #f5971d31; */
}

/* Left Image */
.impact-img {
    flex: 1;
    background-image: url('your-image.jpg');
    /* ← यहीं अपनी इमेज डालना */
    background-size: cover;
    background-position: center;
    min-height: 280px;
}

/* Right Content */
.impact-content {
    flex: 1;
    background: #f5991d21;
}

.impact-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.impact-desc {
    color: #555;
    margin-bottom: 20px;
}

.service-box {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9edf5;
    height: 100%;
}

/* Hover Effect */
.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

/* Icon Box */
.service-icon {
    width: 90px;
    height: 90px;
    background: #f5991d21;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    transition: 0.4s;
}

.service-box:hover .service-icon {
    background: #dde4ff;
    transform: rotate(6deg) scale(1.08);
}

/* Icon Image */
.service-icon img {
    width: 48px;
    height: 48px;
}

/* Text */
.service-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-text {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

/* Full animated rainbow background */
.gainin-color-section {
    background: linear-gradient(120deg, #f5991d, #f39a1d, #21ab93, #289e4b, #124a85, #f5991d, #e22028);
    background-size: 600% 600%;
    animation: bgFlow 15s infinite ease-in-out;
    color: #fff;
}

@keyframes bgFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Rainbow animated circular glow around image */
.rainbow-frame {
    padding: 10px;
    border-radius: 20px;
    position: relative;
    animation: floatImg 4s ease-in-out infinite;
}

.rainbow-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 5px;
    background: linear-gradient(135deg, #e22028, #f5991d, #21ab93, #289e4a, #e22028, #21ab93, #289e4b, #e22028);
    background-size: 400% 400%;
    animation: rainbowBorder 6s linear infinite;
    z-index: -1;
}

@keyframes rainbowBorder {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Image styling */
.colorful-image {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* Floating animation */
@keyframes floatImg {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Label Tag */
.colorful-tag {
    background: rgba(255, 255, 255, 0.25);
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 25px;
    backdrop-filter: blur(6px);
    border: 2px solid rgba(255, 255, 255, 0.6);
}

/* Rainbow Heading */
.colorful-heading {
    font-size: 54px;
    font-weight: 900;
    background: linear-gradient(90deg, #e22028, #f5991d, #21ab93, #289e4b, #e22028, #f5991d, #21ab93, #289e4b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    color: transparent;
    animation: headingGlow 4s infinite linear;
}

@keyframes headingGlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* Paragraph Glow */
.colorful-text {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
    animation: fadeIn 1.5s ease-out forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.insurance-section {
    background: linear-gradient(120deg, #f6f7ff, #e8efff);
    padding: 80px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 800;
    background: linear-gradient(90deg, #124a85, #f5991d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title span {
    background: linear-gradient(90deg, #21ab93, #289e4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-desc {
    font-size: 16px;
    color: #444;
}

.service-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #f68a0a;
    box-shadow: 0 10px 35px rgb(246 138 10 / 14%);
}

.icon-box {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 35px;
    color: #fff;
    transition: 0.4s;
}

.icon1 {
    background: linear-gradient(135deg, #ff6363, #ff9c5a);
}

.icon2 {
    background: linear-gradient(135deg, #21ab93, #00f2fe);
}

.icon3 {
    background: linear-gradient(135deg, #7b42f6, #104b85);
}

.service-card:hover .icon-box {
    transform: scale(1.15);
}

.service-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.service-card p {
    color: #555;
    font-size: 15px;
}

.premium-section {
    background: linear-gradient(120deg, #eef7ff, #f8faff);
}

/* Top Cards */
.premium-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #00c6ff, #ff6ec4) border-box;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    height: 100%;
}

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

.premium-card h4 {
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.premium-card p {
    color: #555;
    font-size: 15px;
}

/* Bottom Cards */
.service-card2 {
    background: rgba(255, 255, 255, 0.85);
    padding: 32px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    text-align: center;
    transition: all .4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.service-card2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}


.icon-a {
    background: linear-gradient(135deg, #ff8a5c, #ff6347);
}

.icon-b {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.icon-c {
    background: linear-gradient(135deg, #8e2de2, #4a00e0);
}

.service-card2:hover .icon {
    transform: scale(1.15) rotate(5deg);
}

.service-card2 h4 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.service-card2 p {
    color: #555;
    font-size: 15px;
}

/* Background Gradient */
.contact-section {
    background: linear-gradient(135deg, #f5991d21, #f5991d21);
    color: #000000;
}

/* Left Info Box */
.contact-info-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 30px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.contact-info-box p i {
    color: #ffd700;
    margin-right: 10px;
    font-size: 18px;
}

/* Social Icons */
/* .social-links a {
    height: 42px;
    width: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.3);
    color: white;
    margin-right: 10px;
    border-radius: 50%;
    transition: .3s;
} */

/* .social-links a:hover {
    background: #fff;
    color: #4ccae9;
} */

/* Google Map */
.map-frame {
    height: 250px;
    border: none;
    border-radius: 12px;
}

/* Form Box */
.contact-form-box {
    background: rgb(255 255 255 / 77%);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form-box .form-control {
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 12px;
}

/* Button */



/* BOX DESIGN */
.contact-info-box-unique {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Neon Gradient Border */
.contact-info-box-unique::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #ff9d00, #e22028, #21ab93, #289e4b);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* HEADER TEXT */
.sub-title {
    color: #f68a0a;
    font-size: 20px;
    font-weight: 600;
}

.main-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

/* CONTACT ITEMS */
.info-item {
    display: flex;
    align-items: flex-start; /* Better for multi-line address */
    margin-bottom: 22px;
}

.info-item .icon {
    height: 48px; 
    width: 48px;
    min-width: 48px; /* Force minimum width */
    flex-shrink: 0;   /* Prevent squeezing into an oval */
    background: linear-gradient(135deg, #ff8a00, #e22028);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 18px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 6px 15px rgba(226, 32, 40, 0.35);
    transition: 0.3s;
}

.info-item:hover .icon {
    transform: scale(1.12);
    box-shadow: 0 10px 25px rgba(255, 0, 90, 0.55);
}

.info-item p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    padding-top: 3px; /* Align with the top of the circle icon */
}

/* SOCIAL LINKS */
.social-links-unique a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgb(246 138 10);
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.social-links-unique a:hover {
    background: #fff;
    color: #f68a0a;
    transform: translateY(-3px);
}

.gallery-section {
    background: linear-gradient(135deg, #f9f9f9, #eef7ff);
}

.gallery-title {
    color: #f68a0a;
    font-size: 40px;
    letter-spacing: 1px;
}

.line {
    width: 80px;
    height: 4px;
    background: #f68a0a;
    margin: 10px auto;
    border-radius: 5px;
}

.gallery-box {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform .4s ease, box-shadow .4s ease;
}

.gallery-box img {
    transition: transform .5s ease;
}

.gallery-box:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}

.gallery-box:hover img {
    transform: scale(1.2);
}