.banner-inner-caption h1 {
    margin-bottom: 20px;
    font-size: 62px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

.banner-inner-caption>p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    color: #fff;
}

/* Blurred / Glass Effect List */
.banner-inner-caption ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.banner-inner-caption ul li {
    position: relative;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    margin: 0;

    /* Glass / Blur Effect */
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Small check icon */
.banner-inner-caption ul li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);

    font-size: 12px;
    font-weight: 700;
}

/* Buttons wrapper only - anchor tags are not styled */
.banner-inner-caption .banner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.banner-inner-caption .banner-btns a:last-child {
    background: var(--color-primary) !important;
    color: #fff !important;
}

.banner-inner-caption .banner-btns a:hover {
    border-radius: 40px;
}

.left-thumbnail-about-area-two .small-image img {
    border: 0 solid var(--color-primary);
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.left-thumbnail-about-area-two .counter-about-area {
    top: 50px;
    left: -80px;
}

.section-padding {
    padding: 40px 0;
}

.section-padding-about {
    padding: 80px 0;
    padding-bottom: 30px;
}

.about-home p {
    margin-bottom: 5px !important;
    color: #222 !important;
}

.about-home {
    gap: 5px !important;
    margin-top: 8px !important;
}

.home-about-right span.pre {
    margin-bottom: 5px !important;
}

.home-about-right h2.title {
    margin-bottom: 10px !important;
}

.check-wrapper-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.single-check {
    width: 49%;
}

.single-check i {
    color: #9c1025 !important;
}

.about-home h6 {
    margin: 0;
    margin-top: 10px !important;
    color:#9c1025;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}


.namas-service-card {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    isolation: isolate;
}

/* Background Overlay */
.namas-service-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.60) 40%, rgba(0, 0, 0, 0.15) 100%);
    transition: background 0.5s ease;
}

.namas-service-content {
    width: 100%;
    padding: 35px;
    color: #fff;
}

.namas-service-main {
    transition: transform 0.5s ease;
}

.namas-service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.namas-service-main h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.namas-service-main p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0 !important;
}

.namas-service-hover {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: max-height 0.6s ease, opacity 0.4s ease, transform 0.5s ease, margin-top 0.5s ease;
}

.namas-service-hover h4 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Services List */
.namas-service-hover ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 25px;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.namas-service-hover ul li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.5;
    margin: 5px 0;
}

.namas-service-hover ul li::before {
    content: "\f26a";
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "bootstrap-icons";
    font-size: 13px;
    color: #fff;
}

.namas-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #fff;
    color: #111;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.namas-service-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.namas-service-btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.namas-service-btn:hover i {
    transform: translate(3px, -3px);
}

/* ======================================== HOVER EFFECT ======================================== */
.namas-service-card:hover .namas-service-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.85) 65%, rgba(0, 0, 0, 0.50) 100%);
}

.namas-service-card:hover .namas-service-main {
    transform: translateY(-10px);
}

.namas-service-card:hover .namas-service-hover {
    max-height: 400px;
    margin-top: 20px;
    opacity: 1;
    transform: translateY(0);
}

.mySwiper-service-1 {
    position: relative;
}

.swiper-button-prev-service,
.swiper-button-next-service {

    width: 50px;
    height: 50px;
    border: 1px solid #ccc !important;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 7px;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.5s;

}

.swiper-button-prev-service {
    margin-left: 0;
}

.swiper-button-next-service {
    right: -70px;
}

.swiper-button-prev-service:hover,
.swiper-button-next-service:hover {
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
}

.Industries-right span.pre {
    margin-bottom: 10px;
}

.Industries-right h2 {
    font-size: 35px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.Industries-right p.disc {
    color: #111;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

a.more-btn {
    padding: 7px 15px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 7px;
    height: 45px;
    margin-top: 20px;
    display: flex;
    width: fit-content;
    transition: 0.5s;
}

a.more-btn:hover {
    border-radius: 40px;
}

.Industries-right {
    padding-left: 25px;
}

.text-section p {
    font-size: 16px;
    margin: 0;
}

.text-section span.pre {
    margin-bottom: 10px;
}

.text-section h2 {
    margin-bottom: 10px;
}

.insight-widget {
    border: 1px solid #ccc;
    height: 100%;
    max-width: 100% !important;
    padding: 20px;
    border-radius: 10px;
}

.insight-widget .information h4 {
    font-size: 17.5px !important;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    line-height: 25px;
}

.insight-widget .information p {
    font-size: 15.5px;
    margin: 0;
}

.insight-widget img {
    width: 45px;
}


.namas-newsletter-section {
    position: relative;
    padding: 70px 0;
    background: var(--color-primary);
    overflow: hidden;
}

.namas-newsletter-content {
    max-width: 600px;
}

.namas-newsletter-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.namas-newsletter-content h2 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.namas-newsletter-content p {
    max-width: 560px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #fff;
}

/* ========================================== NEWSLETTER FORM ========================================== */
.namas-newsletter-form {
    max-width: 520px;
    margin-left: auto;
}

.namas-newsletter-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.namas-newsletter-field {
    position: relative;
}

.namas-newsletter-field i {
    position: absolute;
    top: 50%;
    left: 18px;
    color: #888;
    font-size: 16px;
    transform: translateY(-50%);
}

.namas-newsletter-field input {
    width: 100%;
    height: 52px;
    padding: 0 18px 0 48px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    transition: all 0.3s ease;
}

.namas-newsletter-field input::placeholder {
    color: #999;
}

.namas-newsletter-field input:focus {
    border-color: #999;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

/* ========================================== BUTTON ========================================== */
.namas-newsletter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 5px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.namas-newsletter-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.namas-newsletter-btn:hover {
    background: #333;
}

.namas-newsletter-btn:hover i {
    transform: translateX(4px);
}

.footer-logo p {
    font-size: 15px;
    margin: 0;
    color: #111;
}

.footer-logo img {
    width: 250px;
    margin-bottom: 10px;
}

.wized-title h5 {
    font-size: 25px;
    color: #000 !important;
}

.quick-link-inner li a {
    color: #000 !important;
}

.quick-link-inner li a:hover {
    color: #9c1025 !important;
}


.footer-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social ul li {
    margin: 0;
    padding: 0;
}

.footer-social ul li a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #fff;
    font-size: 17px;
    text-decoration: none;

    transition: all 0.3s ease;
}

/* WhatsApp */
.footer-social ul li:nth-child(1) a {
    background: #25D366;
}

/* Facebook */
.footer-social ul li:nth-child(2) a {
    background: #1877F2;
}

/* Instagram */
.footer-social ul li:nth-child(3) a {
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
}

/* X / Twitter */
.footer-social ul li:nth-child(4) a {
    background: #000;
}

/* Hover */
.footer-social ul li a:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* .quick-link-inner ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.quick-link-inner ul li{
    width: 49%;
    margin-bottom: 15px;
} */
.left-thumbnail-about-area-two img.img1 {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.text-center-sec span.pre {
    text-transform: unset;
    margin: 4px 0;
    letter-spacing: 0;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.text-center-sec h2 {
    margin: 0 !important;
    font-size: 30px !important;
    margin-bottom: 5px !important;
}

.text-center-sec p {
    font-size: 17px !important;
    color: #111 !important;
}



.rrl-service-card {
    position: relative;
    display: flex;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border-color 0.5s ease;
}

.rrl-service-image {
    position: relative;
    width: 50%;
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eeeeee;
}

.rrl-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform 0.8s ease,
        filter 0.6s ease;
}

/* Image Hover Effect */
.rrl-service-card:hover .rrl-service-image img {
    transform: scale(1.08);
    filter: brightness(0.35);
}

.rrl-service-hover {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 35px 30px;
    background:
        rgba(3, 9, 34, 0.459);
    transform: translateX(-100%);
    transition: transform 0.65s cubic-bezier(0.77, 0, 0.18, 1);
}

/* Slide Panel On Hover */
.rrl-service-card:hover .rrl-service-hover {
    transform: translateX(0);
}

.rrl-service-hover-title {
    display: block;
    margin-bottom: 15px;
    color: #b93131;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rrl-service-hover-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin-top: 12px;
    background: var(--color-primary);
    transition: width 0.4s ease;
}

.rrl-service-card:hover .rrl-service-hover-title::after {
    width: 75px;
}

.rrl-service-hover ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rrl-service-hover li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: #dddddd;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0;
    transform: translateX(-25px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

/* List Animation */
.rrl-service-card:hover .rrl-service-hover li {
    opacity: 1;
    transform: translateX(0);
}

/* Staggered List Animation */
.rrl-service-card:hover .rrl-service-hover li:nth-child(1) {
    transition-delay: 0.15s;
}

.rrl-service-card:hover .rrl-service-hover li:nth-child(2) {
    transition-delay: 0.20s;
}

.rrl-service-card:hover .rrl-service-hover li:nth-child(3) {
    transition-delay: 0.25s;
}

.rrl-service-card:hover .rrl-service-hover li:nth-child(4) {
    transition-delay: 0.30s;
}

.rrl-service-card:hover .rrl-service-hover li:nth-child(5) {
    transition-delay: 0.35s;
}

/* Gold Bullet */
.rrl-service-hover li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-primary);
}

.rrl-service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background: #ffffff;
}

.rrl-service-number {
    position: absolute;
    top: 25px;
    right: 30px;
    color: rgba(213, 89, 67, 0.35);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.rrl-service-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #b38a3d;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rrl-service-content h3 {
    margin: 0 0 7px;
    color: #111111;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.rrl-service-content h4 {
    margin: 0 0 10px;
    color: #b38a3d;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.rrl-service-content p {
    margin: 0 0 10px;
    color: #464545;
    font-size: 15px;
    line-height: 1.7;
}

.rrl-service-button {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 13px 0;
    border: none;
    background: var(--color-primary) !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition:
        color 0.4s ease,
        border-color 0.4s ease;
    padding: 7px 15px;
    border-radius: 7px;
    /* position: absolute;
	bottom: 15px;
	left: 15px; */
    text-decoration: none;
}

.rrl-service-button span {
    color: #fff;
}

.rrl-service-button i {
    color: #fff;
    font-size: 17px;
    transition: transform 0.4s ease;
}

.rrl-service-button:hover {
    color: #fff;
    background-color: #9c1025;
}

.rrl-service-button:hover i {
    transform: translateX(7px);
}

.rrl-service-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 2px;
    height: 70%;
    background:
        linear-gradient(to bottom,
            transparent,
            #c9a45c,
            transparent);
}

.rrl-service-content::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 35px;
    height: 35px;
    border-right: 1px solid rgba(201, 164, 92, 0.4);
    border-bottom: 1px solid rgba(201, 164, 92, 0.4);
    pointer-events: none;
}


.rrl-service-hover::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.rrl-service-hover::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 10px;
}

/* Handle */
.rrl-service-hover::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}


.single-feature-two {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 20px 22px;

    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);

    overflow: hidden;
    cursor: pointer;

    transition: all 0.35s ease;
}

/* Left accent line */
.single-feature-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 3px;
    height: 0;

    background: var(--color-primary);
    border-radius: 0 0 5px 5px;

    transition: height 0.35s ease;
}
.single-feature-two> img{
    width: 50px;
}
.single-feature-two-cs{
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 15px;

    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 14px;

    overflow: hidden;
    cursor: pointer;

    transition: all 0.35s ease;
}
.single-feature-two-cs> img{
    width: 70px !important;
    height: 70px !important;
    object-fit: contain;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}
/* Icon */
.single-feature-two>i {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 12px;

    background: linear-gradient(135deg,
            #f66d6d,
            #5d0303);

    color: #fff;
    font-size: 21px;

    transition: all 0.35s ease;
}

/* Text */
.single-feature-two p {
    margin: 0;

    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;

    transition: all 0.35s ease;
}
.single-feature-two-cs p {
    margin: 0;

    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;

    transition: all 0.35s ease;
}

/* Hover */
.single-feature-two:hover {
    border-color: #ddd;

    transform: translateY(-5px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
}

.single-feature-two:hover::before {
    height: 100%;
}

.single-feature-two:hover>i {
    background: var(--color-primary);
    color: #fff;

    transform: scale(1.08) rotate(-5deg);
}

.single-feature-two:hover p {
    transform: translateX(3px);
}

.bg-light-red {
    background-color: #fdf0f0;
}

.insight-widget-cs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;

    padding: 30px;

    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;

    overflow: hidden;

    transition: all 0.4s ease;
    border-radius: 15px;
    height: 100%;
}

/* Left vertical accent */
.insight-widget-cs::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;

    width: 150px;
    height: 150px;

    background: #e10b0b5c;
    border-radius: 0 50% 50% 50%;
}

/* Icon */
.insight-widget-cs .icon {
    position: relative;

    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5f5f5;

    border-radius: 50%;

    transition: all 0.4s ease;
}

.insight-widget-cs .icon::after {
    content: "";

    position: absolute;
    inset: -6px;

    border: 1px solid #eee;
    border-radius: 50%;

    transition: all 0.4s ease;
}

.insight-widget-cs .icon img {
    position: relative;
    z-index: 1;

    width: 38px;
    height: 38px;

    object-fit: contain;

    transition: all 0.4s ease;
}

/* Information */
.insight-widget-cs .information {
    flex: 1;
}

.insight-widget-cs .information .title {
    margin: 0 0 8px;

    color: #1b1b1b;

    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;

    transition: all 0.3s ease;
}

.insight-widget-cs .information .disc {
    margin: 0;

    color: #777;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}


/* Hover */
.insight-widget-cs:hover {
    border-color: var(--color-primary);

    /* transform: translateX(6px); */

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
}

.insight-widget-cs:hover::before {
    transform: scaleY(1);
}

.insight-widget-cs:hover .icon {
    background: var(--color-primary);

    transform: rotate(8deg);
}

.insight-widget-cs:hover .icon::after {
    inset: -10px;
    border-color: #111;
    opacity: 0.15;
}

.insight-widget-cs:hover .icon img {
    filter: brightness(0) invert(1);
    transform: rotate(-8deg) scale(1.1);
}

.insight-widget-cs:hover .information .title {
    transform: translateX(5px);
}

.bg-gradiant {
    background: radial-gradient(circle, #f19d9d81 0%, rgba(255, 255, 255, 1) 100%);
}

.quick-link-contact ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.quick-link-contact ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 0;
    margin-bottom: 18px;
}

.quick-link-contact ul li:last-child {
    margin-bottom: 0;
}

/* Icon */
.quick-link-contact ul li>i {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: linear-gradient(135deg,
            #b13030,
            #8d2525);

    color: #fff;
    font-size: 16px;

    box-shadow: 0 6px 15px rgba(177, 48, 48, 0.2);

    transition: all 0.3s ease;
}

/* Text */
.quick-link-contact ul li p {
    margin: 0;

    color: #222;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;

    transition: all 0.3s ease;
}


.pages-baner {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;


}

.pages-baner h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}
.pages-baner p{
    text-align: center;
    font-size: 16.5px;
    color: #fff;
    margin: 0;
    margin-top: 10px;

}
.pages-baner h3{
    text-align: center;
    margin: 0;
    font-size: 25px;
    color: #fff;
}

.about-main-section {
    position: relative;
    background: #fff;
}


/* =========================================
   LEFT CONTENT
========================================= */

.about-main-content {
    padding-right: 50px;
}

.about-main-subtitle {
    display: inline-block;
    margin-bottom: 12px;

    color: #b13030;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-main-title {
    max-width: 650px;
    margin: 0 0 15px;

    color: #1b1b1b;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
}

.about-main-content p {
    margin: 0 0 11px;

    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.about-main-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   RIGHT SIDE
========================================= */

.about-main-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* =========================================
   VISION / MISSION BOX
========================================= */

.about-main-box {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 20px;

    padding: 28px;

    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 12px;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);

    overflow: hidden;

    transition: all 0.35s ease;
}


/* Left Accent */
.about-main-box::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 3px;
    height: 0;

    background: linear-gradient(180deg,
            #b13030,
            #8d2525);

    transition: height 0.35s ease;
}


/* Icon */
.about-main-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 10px;

    background: linear-gradient(135deg,
            #b13030,
            #8d2525);

    color: #fff;
    font-size: 21px;

    box-shadow: 0 8px 20px rgba(177, 48, 48, 0.18);

    transition: all 0.35s ease;
}


/* Box Content */
.about-main-box-content {
    flex: 1;
}

.about-main-box-content h3 {
    margin: 0 0 10px;

    color: #1b1b1b;
    font-size: 21px;
    font-weight: 600;
}

.about-main-box-content p {
    margin: 0;

    color: #454545;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.75;
}


/* =========================================
   HOVER EFFECT
========================================= */

.about-main-box:hover {
    border-color: #e0e0e0;

    transform: translateY(-5px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.about-main-box:hover::before {
    height: 100%;
}

.about-main-box:hover .about-main-icon {
    transform: scale(1.05);
}

.about-main-top h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

.about-main-top p {
    font-size: 16.5px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.about-main-top img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

.about-main-values {
    position: relative;
    background: #fff;
}


.bg-dark-red {
    background: var(--color-primary);
}

.bg-dark-red h2,
.bg-dark-red p {
    color: #fff !important;
}

.about-core-value-card {
    position: relative;

    display: flex;
    align-items: center;
    gap: 18px;

    padding: 18px 22px;

    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);

    overflow: hidden;

    transition: all 0.35s ease;
}


/* Left Accent */
.about-core-value-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 3px;
    height: 0;

    background: linear-gradient(180deg,
            #b13030,
            #8d2525);

    transition: height 0.35s ease;
}


/* Icon */
.about-core-value-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 8px;

    background: #f8eeee;

    color: #b13030;

    font-size: 20px;

    transition: all 0.35s ease;
}


/* Title */
.about-core-value-card h3 {
    margin: 0;

    color: #222;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    transition: all 0.3s ease;
}


/* Hover */
.about-core-value-card:hover {
    border-color: #e1d0d0;

    transform: translateY(-4px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.about-core-value-card:hover::before {
    height: 100%;
}

.about-core-value-card:hover .about-core-value-icon {
    background: linear-gradient(135deg,
            #b13030,
            #8d2525);

    color: #fff;

    transform: scale(1.05);
}

.about-core-value-card:hover h3 {
    color: #b13030;
}


.founder-main-section {
    position: relative;
    background: #fff;
}


/* ==========================================
   FOUNDER IMAGE
========================================== */

.founder-main-image-wrapper {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
    padding: 0 25px 25px 0;
}

.founder-main-image {
    position: relative;
    height: 600px;

    overflow: hidden;

    border-radius: 14px;

    background: #f5f5f5;
}

.founder-main-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(180deg,
            transparent 60%,
            rgba(0, 0, 0, 0.35));

    pointer-events: none;
}

.founder-main-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.founder-main-image-wrapper:hover .founder-main-image img {
    transform: scale(1.04);
}


/* ==========================================
   IMAGE DECORATION
========================================== */

.founder-main-image-wrapper::before {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 85%;
    height: 85%;

    border: 2px solid #b13030;
    border-radius: 14px;

    z-index: 0;
}

.founder-main-image {
    position: relative;
    z-index: 1;
}


/* ==========================================
   EXPERIENCE BADGE
========================================== */

.founder-main-experience {
    position: absolute;

    left: -15px;
    bottom: 45px;

    z-index: 3;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 16px 22px;

    background: linear-gradient(135deg,
            #b13030,
            #8d2525);

    border-radius: 8px;

    color: #fff;

    box-shadow: 0 12px 30px rgba(177, 48, 48, 0.25);
}

.founder-main-experience strong {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.founder-main-experience span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


/* ==========================================
   CONTENT
========================================== */

.founder-main-content {
    padding-left: 45px;
}

.founder-main-subtitle {
    display: inline-block;

    margin-bottom: 10px;

    color: #b13030;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.founder-main-content h2 {
    margin: 0 0 8px;

    color: #1b1b1b;

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.founder-main-content h4 {
    margin: 0 0 12px;

    color: #383838;

    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.5;
}


/* ==========================================
   HIGHLIGHT
========================================== */

.founder-main-highlight {
    position: relative;

    margin-bottom: 15px;
    padding: 18px 20px;

    background: #faf5f5;

    border-left: 3px solid #b13030;

    color: #8d2525;

    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}


/* ==========================================
   PARAGRAPHS
========================================== */

.founder-main-content>p {
    margin: 0 0 10px;

    color: #3c3c3c;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}


/* ==========================================
   QUOTE
========================================== */

.founder-main-quote {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 15px;

    margin-top: 25px;
    padding: 20px 22px;

    background: #f8f8f8;

    border-radius: 8px;
}

.founder-main-quote>i {
    flex-shrink: 0;

    color: #b13030;

    font-size: 28px;
    line-height: 1;
}

.founder-main-quote p {
    margin: 0;

    color: #555;

    font-size: 15px;
    font-style: italic;
    line-height: 1.7;
}


.founder-legacy-section {
    position: relative;
    background: #fafafa;
    overflow: hidden;
}


/* ==========================================
   LEFT HEADING
========================================== */

.founder-legacy-heading {
    padding-right: 50px;
}

.founder-legacy-subtitle {
    display: inline-block;
    margin-bottom: 12px;

    color: #ccc;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.founder-legacy-heading h2 {
    max-width: 450px;

    margin: 0;

    color: #fff;

    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
}


/* Accent Line */

.founder-legacy-line {
    width: 70px;
    height: 3px;

    margin-top: 25px;

    background: linear-gradient(90deg,
            #b13030,
            #8d2525);
}


/* Experience */

.founder-legacy-number {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 35px;
}

.founder-legacy-number strong {
    color: #b13030;

    font-size: 52px;
    font-weight: 600;
    line-height: 1;
}

.founder-legacy-number span {
    color: #777;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}


/* ==========================================
   RIGHT CONTENT
========================================== */

.founder-legacy-content {
    padding-left: 30px;
}

.founder-legacy-content>p {
    margin: 0 0 10px;

    color: #fff;

    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.65;
}


/* ==========================================
   HIGHLIGHT BOX
========================================== */

.founder-legacy-highlight {
    position: relative;

    margin-top:10px;
    padding: 20px 30px;

    background: #fff;

    border: 1px solid #eeeeee;
    border-left: 4px solid #b13030;
    border-radius: 8px;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
}
.founder-legacy-highlight ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.founder-legacy-highlight ul li{
    width: 49%;
    margin:5px 0;
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    color: #000;
    font-size: 16px;

}
.founder-legacy-highlight ul li::before{
    width: 10px;
    height: 10px;
    background: var(--color-primary);
    content: '';
    position: absolute;
    top: 8px;
    left: -10px;
    rotate: 50deg;
}
.founder-legacy-highlight-label {
    display: block;

    margin-bottom: 10px;

    color: #b13030;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.founder-legacy-highlight p {
    margin: 0 0 12px;

    color: #666;

    font-size: 16px;
    line-height: 1.7;
}

.founder-legacy-highlight h3 {
    margin: 0;

    color: #222;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
}


/* ==========================================
   HOVER EFFECT
========================================== */

.founder-legacy-highlight {
    transition: all 0.35s ease;
}

.founder-legacy-highlight:hover {
    transform: translateY(-4px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.expertise-widget {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 25px;

    background: #fff;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.035);

    transition: all 0.45s ease;
    height: 100%;
}


/* ==========================================
   TOP ACCENT
========================================== */

.expertise-widget::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    background: linear-gradient(90deg,
            #b13030,
            #8d2525);

    transition: width 0.45s ease;
}


/* ==========================================
   LARGE BACKGROUND COUNT
========================================== */

.expertise-widget-count {
    position: absolute;

    top: 5px;
    right: 15px;

    color: #b13030;

    opacity: 0.055;

    font-size: 100px;
    font-weight: 700;
    line-height: 1;

    pointer-events: none;

    transition: all 0.5s ease;
}


/* ==========================================
   CONTENT
========================================== */

.expertise-widget-content {
    position: relative;
    z-index: 2;
}

.expertise-widget-label {
    display: inline-block;

    margin-bottom: 18px;

    color: #b13030;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.expertise-widget h3 {
    max-width: 280px;

    margin: 0 0 16px;

    color: #1b1b1b;

    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;

    transition: all 0.35s ease;
}

.expertise-widget p {
    max-width: 290px;

    margin: 0;

    color: #777;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}


/* ==========================================
   ARROW
========================================== */

.expertise-widget-arrow {
    position: relative;
    z-index: 2;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 25px;

    border: 1px solid #e5e5e5;
    border-radius: 50%;

    color: #b13030;

    font-size: 17px;

    transition: all 0.4s ease;
}


/* ==========================================
   HOVER
========================================== */

.expertise-widget:hover {
    transform: translateY(-8px);

    border-color: #e3d0d0;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
}

.expertise-widget:hover::before {
    width: 100%;
}

.expertise-widget:hover .expertise-widget-count {
    opacity: 0.1;

    transform: translate(-5px, 5px) scale(1.08);
}

.expertise-widget:hover h3 {
    color: #b13030;
}

.expertise-widget:hover .expertise-widget-arrow {
    background: linear-gradient(135deg,
            #b13030,
            #8d2525);

    border-color: #b13030;

    color: #fff;

    transform: rotate(45deg);
}


/* ==========================================
   HOVER BACKGROUND GLOW
========================================== */

.expertise-widget::after {
    content: "";

    position: absolute;

    right: -80px;
    bottom: -80px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: rgba(177, 48, 48, 0.035);

    transition: all 0.5s ease;
}

.expertise-widget:hover::after {
    transform: scale(1.5);
}


.service-widget-home {
    display: grid;
    grid-template-columns: 50% 50%;
   
    overflow: hidden;
    background: #ffffff;
    /* border: 1px solid #e8e8e8; */
    border-radius: 10px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.4s ease;
}

/* Card Hover */
.service-widget-home:hover {
    transform: translateY(-5px);
}

/* ========================================= LEFT IMAGE ========================================= */
.service-widget-home>img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-widget-home:hover>img {
    transform: scale(1.05);
}

/* ========================================= RIGHT CONTENT ========================================= */
.service-widget-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px 25px;
    background: #ffffff;
}

/* ========================================= NUMBER ========================================= */
.service-widget-content-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.service-widget-home:hover .service-widget-content-number {
    background: var(--color-primary);
    color: #fff;
}

/* ========================================= TITLE ========================================= */
.service-widget-content h3 {
    margin: 0 0 10px;
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

/* ========================================= DESCRIPTION ========================================= */
.service-widget-content>p {
    max-width: 620px;
    margin: 0 0 10px;
    color: #393939;
    font-size: 16px;
    line-height: 1.7;
}

/* ========================================= KEY SERVICES ========================================= */
.service-widget-content-key {
    margin-bottom: 20px;
    margin-top: 10px;
}

.service-widget-content-key-title {
    display: block;
    margin-bottom: 5px;
    color: #b13030;
    font-size: 18px;
    font-weight: 700;
}

/* Services List */
.service-widget-content-key ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-widget-content-key ul li {
    position: relative;
    padding-left: 18px;
    color: #393939;
    font-size: 16.5px;
    line-height: 1.6;
    font-weight: 500;
    margin:0px 0;
}

.service-widget-content-key ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111;
}

/* ========================================= BUTTON ========================================= */
.service-widget-content-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 50px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-widget-content-button i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.service-widget-content-button:hover {
    padding-left: 26px;
    padding-right: 18px;
   background: var(--color-primary);
    color: #fff;
}

.service-widget-content-button:hover i {
    transform: translateX(5px);
}

/* ========================================= DECORATIVE ELEMENT ========================================= */
.service-widget-content::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    pointer-events: none;
}


.about-main-specialization {
    position: relative;
    background: #fafafa;
}


/* ==========================================
   SECTION HEADING
========================================== */

.about-main-specialization-heading {
    max-width: 650px;
}

.about-main-specialization-subtitle {
    display: inline-block;

    margin-bottom: 10px;

    color: #b13030;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-main-specialization-heading h2 {
    margin: 0;

    color: #1b1b1b;

    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
}

.about-main-specialization-intro {
    max-width:550px;

    margin: 0 0 5px auto;

    color: #000;

    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.8;
}


/* ==========================================
   SPECIALIZATION ITEM
========================================== */

.about-main-specialization-item {
    position: relative;

    min-height: 82px;

    display: flex;
    align-items: center;

    gap: 16px;

    padding: 18px 20px;

    background: #fff;

    border: 1px solid #e9e9e9;
    border-radius: 10px;

    overflow: hidden;

    transition: all 0.4s ease;
}


/* ==========================================
   ICON
========================================== */

.about-main-specialization-icon {
    position: relative;
    z-index: 2;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 8px;

    background: #faf0f0;

    color: #b13030;

    font-size: 18px;

    transition: all 0.35s ease;
}


/* ==========================================
   TITLE
========================================== */

.about-main-specialization-item h3 {
    position: relative;
    z-index: 2;

    flex: 1;

    margin: 0;

    color: #000;

    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;

    transition: all 0.35s ease;
}


/* ==========================================
   ARROW
========================================== */

.about-main-specialization-item > i {
    position: relative;
    z-index: 2;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border: 1px solid #e5e5e5;
    border-radius: 50%;

    color: #999;

    font-size: 14px;

    transition: all 0.35s ease;
}


/* ==========================================
   RED HOVER BACKGROUND
========================================== */

.about-main-specialization-item::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    background: linear-gradient(
        135deg,
        #b13030,
        #8d2525
    );

    transition: width 0.45s ease;

    z-index: 1;
}


/* ==========================================
   CARD HOVER
========================================== */

.about-main-specialization-item:hover {
    border-color: #b13030;

    transform: translateY(-4px);

    box-shadow: 0 12px 30px rgba(177, 48, 48, 0.12);
}

.about-main-specialization-item:hover::before {
    width: 100%;
}


/* ==========================================
   ICON HOVER
========================================== */

.about-main-specialization-item:hover
.about-main-specialization-icon {
    background: rgba(255, 255, 255, 0.15);

    color: #fff;

    transform: scale(1.08);
}


/* ==========================================
   TITLE HOVER
========================================== */

.about-main-specialization-item:hover h3 {
    color: #fff;
}


/* ==========================================
   ARROW HOVER
========================================== */

.about-main-specialization-item:hover > i {
    border-color: rgba(255, 255, 255, 0.4);

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    transform: rotate(45deg);
}


/* ==========================================
   HOVER SHINE EFFECT
========================================== */

.about-main-specialization-item::after {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent
    );

    transform: skewX(-20deg);

    transition: left 0.7s ease;

    z-index: 2;

    pointer-events: none;
}

.about-main-specialization-item:hover::after {
    left: 130%;
}



.experience-list {
    position: relative;
    padding-left: 30px;
}

.experience-list::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #dee2e6;
}

.experience-card {
    position: relative;
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.experience-card:last-child {
    margin-bottom: 0;
}

.experience-card .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    z-index: 2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   
}

.experience-card .content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .3s;
    width: 100%;
}

.experience-card .content:hover {
    transform: translateY(-5px);
}

.experience-card h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.experience-card h6 {
    color: #8d2525;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 17px;
}

.experience-card h6 span {
    color: #54585b;
    font-weight: 500;
}

.experience-card p {
    margin-bottom: 0;
    color: #000;
    line-height: 1.8;
    font-size: 16.5px;
}


.about-profile-section{
    background:#fafafa;
}

.about-profile-subtitle{
    display:inline-block;
    color:#b13030;
    font-size:13px;
    font-weight:600;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.about-profile-section h2{
    font-size:38px;
    font-weight:600;
    color:#222;
    margin:0;
}

/* Card */

.about-profile-card{
    position:relative;
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:35px;
    height:100%;
    transition:.4s;
    overflow:hidden;
}
/* 
.about-profile-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:#b13030;
    transition:.4s;
}

.about-profile-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.about-profile-card:hover::before{
    width:100%;
    opacity:.04;
} */

/* Icon */

.about-profile-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#fff4f4;
    color:#b13030;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
    transition:.4s;
}


/* Heading */

.about-profile-card h3{
    font-size:24px;
    margin-bottom:30px;
    color:#222;
}

/* Item */

.about-profile-item{
    position:relative;
    padding-left:24px;
    padding-bottom:22px;
    margin-bottom:22px;
    border-bottom:1px solid #efefef;
}

.about-profile-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.about-profile-item::before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#b13030;
}

.about-profile-item h4{
    font-size:18px;
    font-weight:700;
    margin-bottom:6px;
    color:#222;
}

.about-profile-item span{
    color:#777;
    font-size:16px;
    line-height:1.7;
}

.bg-img-attach{
    background-image:linear-gradient(158deg, rgba(0, 0, 0, 0.41) 0%, rgb(0 0 0 / 58%) 100%), url(../images/banner/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img-attach-2{
    background-image:linear-gradient(158deg, rgba(0, 0, 0, 0.41) 0%, rgb(0 0 0 / 58%) 100%), url(../images/banner/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.founder-glass-card{

    position:relative;

    display:flex;
    align-items:flex-start;
    gap:20px;
    height: 100%;

    padding:20px;

    border-radius:18px;

    background:rgba(223, 223, 223, 0.12);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.25);

    

    overflow:hidden;

    transition:.45s;
}


/* Glow */

.founder-glass-card::before{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    right:-60px;
    top:-60px;

    border-radius:50%;

    background:rgba(177,48,48,.18);

    filter:blur(50px);
}


/* Shine */

.founder-glass-card::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        135deg,
        rgba(255,255,255,.22),
        transparent 40%
    );

    pointer-events:none;
}


/*==============================
ICON
==============================*/

.founder-glass-icon{

    width:65px;
    height:65px;

    min-width:65px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:rgba(249, 201, 201, 0.377);

    color:#b13030;

    backdrop-filter:blur(10px);

    font-size:28px;

    transition:.4s;
}


/*==============================
CONTENT
==============================*/

.founder-glass-content{

    position:relative;
    z-index:2;
}

.founder-glass-content h3{

    margin:0 0 5px;

    color:#fff;

    font-size:20px;
    font-weight:600;

    line-height:1.4;
}

.founder-glass-content p{

    margin:0;

    color:#e9e9e9;

    font-size:15px;

    line-height:1.5;
}


/*==============================
HOVER
==============================*/

.founder-glass-card:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.18);

    border-color:rgba(177,48,48,.35);

    box-shadow:
        0 25px 55px rgba(177,48,48,.15);
}

.founder-glass-card:hover .founder-glass-icon{

    background:#b13030;

    color:#fff;

    transform:rotate(10deg) scale(1.08);
}


.founder-philosophy-section{
    background:#fafafa;
}

/* IMAGE */

.founder-philosophy-image{
    position:relative;
}

.founder-philosophy-image img{

    width:100%;
    height:560px;

    object-fit:cover;

    border-radius:18px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

/* badge */

.founder-philosophy-badge{

    position:absolute;

    right:-20px;
    bottom:35px;

    width:135px;
    height:135px;

    border-radius:50%;

    background:linear-gradient(135deg,#b13030,#861d1d);

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    box-shadow:0 15px 35px rgba(177,48,48,.25);
}

.founder-philosophy-badge span{

    font-size:36px;
    font-weight:700;
    line-height:1;
}

.founder-philosophy-badge small{

    margin-top:6px;

    font-size:13px;

    line-height:1.5;
}

/* CONTENT */

.founder-philosophy-content{

    padding-left:25px;
}

.founder-philosophy-subtitle{

    display:inline-block;

    color:#b13030;

    font-size:16px;

    font-weight:600;


    margin-bottom:15px;
}

.founder-philosophy-content h2{

    font-size:35px;

    font-weight:600;

    color:#222;

    margin-bottom:25px;
}

/* Quote */

.founder-philosophy-quote{

    position:relative;

    background:#fff;

    padding:30px;

    border-radius:18px;

    border-left:5px solid #b13030;

    box-shadow:0 20px 45px rgba(0,0,0,.05);
}

.founder-philosophy-quote i{

    color:#b13030;

    font-size:50px;

    margin-bottom:20px;

    display:inline-block;
}

.founder-philosophy-quote p{

    margin:0;

    color:#404040;

    font-size:19px;

    line-height:1.9;

    font-style:italic;
}

/* Author */

.founder-philosophy-author{

    margin-top:30px;
}

.founder-philosophy-author h4{

    margin-bottom:5px;

    color:#222;

    font-size:24px;

    font-weight:600;
}

.founder-philosophy-author span{

    color:#b13030;

    font-size:15px;
}

/* Hover */

.founder-philosophy-image img,
.founder-philosophy-quote{

    transition:.45s;
}

.founder-philosophy-image:hover img{

    transform:translateY(-8px);
}

.founder-philosophy-quote:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 70px rgba(177,48,48,.10);
}
.rts-call-to-action-area-two{
height: fit-content !important;
padding: 40px 0;
}
.cta-style-two-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.cta-style-two-area .fst{
    width: 50%;
}
.cta-style-two-area .fst h3{
    font-size: 35px;
    margin-bottom: 5px;
}
.cta-style-two-area .fst p{
    margin:12px 0;
    font-size: 16px;
}
.cta-style-two-area h6{
    line-height: 28px;
    color: #f6f4f4;
}
.box-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}


.main-service-container{
    position: relative;

    background: #fff;

    border-radius: 12px;

    overflow: hidden;

    border: 1px solid #ececec;

   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    transition: .45s ease;
}

.main-service-container:hover{
    transform: translateY(-8px);

   
}


/* Left Accent */

/* .main-service-container::before{

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 5px;
    height: 100%;

    background: linear-gradient(
        to bottom,
        #b13030,
        #8c2020
    );
} */


/*==================================
ROW
==================================*/

.main-service-container .row{
    align-items: center;
}


/*==================================
IMAGE
==================================*/

.main-service-img{

    position: relative;

    overflow: hidden;

    height: 100%;
}

.main-service-img img{

    width: 100%;
    height: 350px;

    object-fit: cover;

    transition: .6s;
}

.main-service-container:hover .main-service-img img{

    transform: scale(1.08);
}

/* Overlay */

.main-service-img::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.35),
        transparent 45%
    );

    z-index:1;
}


.main-service-content{

    padding:25px;
}

.main-service-content h3{

    font-size:30px;

    font-weight:700;

    color:#222;

    margin-bottom:10px;
}

.main-service-content h6{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-bottom:12px;

    color:#b13030;

    font-size:17px;

    font-weight:600;
}

.main-service-content h6::before{

    content:"";

    width:28px;
    height:2px;

    background:#b13030;
}

.main-service-content p{

    color:#444444;

    font-size:16px;

    line-height:1.9;

    margin-bottom:15px;
}


/*==================================
BUTTON
==================================*/

.main-service-content a{

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:8px 25px;

    text-decoration:none;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        #b13030,
        #8f2525
    );

    color:#fff;

    font-size:15px;

    font-weight:500;

    transition:.35s;

    box-shadow:0 15px 35px rgba(177,48,48,.20);
}

.main-service-content a::after{

    content:"\F138";

    font-family:"bootstrap-icons";

    transition:.35s;
}

.main-service-content a:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 18px 40px rgba(177,48,48,.30);
}

.main-service-content a:hover::after{

    transform:translateX(6px);
}


/*==================================
DECORATIVE SHAPE
==================================*/
.modal{
    background-color: #0000006d;
}

.main-service-content{

    position:relative;
}

.main-service-content::before{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    right:-70px;
    top:-70px;

    border-radius:50%;

    background:rgba(177,48,48,.04);
}


.modal-service-class .modal-dialog{
    max-width:850px;
}

.modal-service-class .modal-content{

    border:none;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 30px 80px rgba(0,0,0,.15);
}


/* Header */

.modal-service-class .modal-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    padding:25px;

    border-bottom:1px solid #f1f1f1;

    background:#fff;
}

.modal-service-subtitle{

    display:inline-block;

    color:#b13030;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:8px;
}

.modal-service-class .modal-title{

    margin:0;

    font-size:30px;

    font-weight:600;

    color:#222;
}


/* Close Button */

.modal-service-close{

    width:44px;
    height:44px;

    border:none;

    border-radius:50%;

    background:#f6f6f6;

    color:#555;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    transition:.35s;
}

.modal-service-close:hover{

    background:#b13030;

    color:#fff;

    transform:rotate(90deg);
}


/* Body */

.modal-services{

    padding:25px;
}

.modal-services ul{

   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   flex-wrap: wrap;

    gap:5;

    margin:0;

    padding:0;

    list-style:none;
}

.modal-services li{

    display:flex;

    align-items:center;

    gap:10px;

    color:#363636;

    font-size:15px;

    line-height:1.7;
    margin:5px 0;
    width: 49%;
    font-size: 16px;
    font-weight: 500;
    background-color: #f7f7f7;
    padding:5px 10px;
    border-radius: 10px;
}

.modal-services li i{

    color:#b13030;

    font-size:25px;

    margin-top:2px;
}


/* Footer */

.modal-footer-btm{

    display:flex;

    justify-content:flex-end;

    gap:15px;

    padding:15px 35px;

    border-top:1px solid #f2f2f2;

    background:#fafafa;
}


/* Buttons */

.modal-btn-outline{

    padding:8px 28px;

    border:1px solid #ddd;

    border-radius:50px;

    background:#fff;

    color:#555;

    font-size:15px;

    transition:.35s;
    width: fit-content;
}

.modal-btn-outline:hover{

    border-color:#b13030;

    color:#b13030;
}

.modal-btn-primary{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:8px 28px;

    border-radius:50px;

    background:linear-gradient(135deg,#b13030,#8f2525);

    color:#fff;

    text-decoration:none;

    font-size:15px;

    transition:.35s;
    width: fit-content;
}

.modal-btn-primary:hover{

    color:#fff;

    transform:translateY(-2px);
}

.modal-btn-primary i{

    transition:.3s;
}

.modal-btn-primary:hover i{

    transform:translateX(5px);
}

.expert-network-section{
    position:relative;
    background:#fff;
}

.expert-network-content{
    padding-right:40px;
}

.expert-network-subtitle{

    display:inline-block;

    color:#b13030;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

    position:relative;

    padding-left:45px;
}

.expert-network-subtitle::before{

    content:"";

    position:absolute;

    left:0;
    top:50%;

    width:32px;
    height:2px;

    background:#b13030;
}

.expert-network-content h2{

    font-size:38px;

    font-weight:600;

    color:#222;

    margin-bottom:15px;

    line-height:1.3;
}

.expert-network-content p{

    color:#454444;

    font-size:16px;

    line-height:1.7;

    margin-bottom:10px;
}


/*=========================
Image
=========================*/

.expert-network-image{

    position:relative;
}

.expert-network-image img{

    width:100%;

    height:360px;

    object-fit:cover;

    border-radius:20px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.08);
}


/* Floating Card */

.expert-network-badge{

    position:absolute;

    left:-35px;

    bottom:35px;

    background:#fff;

    padding:20px 24px;

    border-radius:16px;

    display:flex;

    align-items:center;

    gap:18px;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

    max-width:320px;

    transition:.4s;
}

.expert-network-badge i{

    width:60px;
    height:60px;

    border-radius:15px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#b13030;

    color:#fff;

    font-size:26px;
}

.expert-network-badge h4{

    margin:0 0 4px;

    font-size:18px;

    color:#222;
}

.expert-network-badge span{

    color:#666;

    font-size:14px;
}

.expert-network-image:hover .expert-network-badge{

    transform:translateY(-8px);
}


.expert-network-list-section{
    background:#fafafa;
}

.expert-network-title-sm{

    display:inline-block;

    color:#b13030;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;
}

.expert-network-title{

    font-size:40px;

    font-weight:600;

    color:#222;
}


/* Box */

.expert-network-box{

    background:#fff;

    border-radius:20px;

    border:1px solid #ececec;

    padding:25px;

    height:100%;

    transition:.4s;

   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



/* Header */

.expert-network-box-header{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:30px;
}

.expert-network-box-header i{

    width:55px;
    height:55px;

    border-radius:14px;

    background:#fff3f3;

    color:#b13030;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
}

.expert-network-box-header h3{

    margin:0;

    font-size:20px;
    font-weight: 700;
    color: #000;
}


/* Grid */

.expert-network-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);
    gap: 10px;

   
}

.expert-network-item{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:16.5px;

    color:#393939;

    line-height:1.6;
    margin-bottom: 15px;
}

.expert-network-item i{

    color:#b13030;

    font-size:20px;

    margin-top:3px;
}


/* Feature List */

.expert-network-feature{

    display:flex;

    flex-direction:column;

    gap:10px;
}

.expert-network-feature-item{

    display:flex;

    align-items:center;

    gap:15px;

    padding:15px;

    border-radius:12px;

    background:#fafafa;

    transition:.35s;
}


.expert-network-feature-item i{

    font-size:22px;

    color:#b13030;

    transition:.35s;
}

.expert-network-feature-item span{

    font-size:15px;

    font-weight:500;
}

.blog-boxes{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #ececec;

    transition:.4s;

    height:100%;
  border: 1px solid #ccc;
}

.blog-boxes:hover{

    transform:translateY(-8px);
}


/* Image */

.blog-boxes img{

    width:100%;

    height:240px;

    object-fit:cover;

    display:block;

    transition:.5s;
}

.blog-boxes:hover img{

    transform:scale(1.05);
}


/* Content */

.blog-boxes h3{

    padding:15px;
    padding-bottom: 5px;

    margin:0;

    font-size:20px;

    font-weight:700;

    line-height:1.4;

    color:#1a1a1a;

    transition:.3s;
    margin: 0;
}

.blog-boxes:hover h3{

    color:#b13030;
}


/* Paragraph - 3 Lines */

.blog-boxes p{

    padding:0 15px;

    margin:0;

    color:#313030;

    font-size:15.5px;

    line-height:1.6;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;
}


/* Button */

.blog-boxes a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin:25px;

    color:#b13030;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.3s;
}

.blog-boxes a::after{

    content:"\F138";

    font-family:"bootstrap-icons";

    transition:.3s;
}

.blog-boxes a:hover{

    color:#8f2323;
}

.blog-boxes a:hover::after{

    transform:translateX(5px);
}


.blog-details{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #d0d0d0;

}

.blog-details-image{

    width:100%;

    height:400px;

    object-fit:cover;
}

.blog-category{

    display:inline-block;

    margin:15px 25px 10px;

    background:#fff3f3;

    color:#b13030;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;
}

.blog-details h1{

    padding:0 25px;

    font-size:28px;

    line-height:1.35;

    color:#222;

    margin-bottom:5px;
}

.blog-details h5{

    padding:0 25px;

    color:#b13030;

    font-size:22px;

    margin-bottom:10px;
    margin-top: 10px;
}

.blog-details p{

    padding:0 25px;

    color:#3c3c3c;

    font-size:16.5px;

    line-height:1.9;

    margin-bottom:12px;
}

.blog-details p:last-child{

    padding-bottom:35px;
}


/*==================================
SIDEBAR
==================================*/

.blog-sidebar{

    position:sticky;

    top:110px;
}

.blog-widget{

    background:#fff;

    border-radius:18px;

    padding:30px;

    margin-bottom:20px;

    border:1px solid #ececec;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-widget h4{

    margin-bottom:25px;

    font-size:24px;

    color:#222;
}

.blog-widget ul{

    list-style:none;

    margin:0;

    padding:0;
}

.blog-widget li{

    display:flex;

    gap:12px;

    margin-bottom:16px;

    color:#555;

    line-height:1.6;
}

.blog-widget li:last-child{

    margin-bottom:0;
}

.blog-widget i{

    color:#b13030;

    font-size:18px;

    margin-top:3px;
}


.namas-cta-section{

    position: relative;

    overflow: hidden;
}

.namas-cta-wrapper{

    position: relative;

    padding:30px 40px;

    border-radius:24px;

    background:linear-gradient(135deg,#b13030 0%,#8f2323 100%);

    overflow:hidden;

    z-index:1;
}


/* Decorative circles */

.namas-cta-wrapper::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-140px;

    right:-100px;
}

.namas-cta-wrapper::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    bottom:-70px;

    left:-70px;
}


/* Content */

.namas-cta-content{

    position:relative;

    z-index:2;
}

.namas-cta-subtitle{

    display:inline-block;

    padding:8px 18px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(8px);

    border:1px solid rgba(255,255,255,.18);

    border-radius:30px;

    color:#fff;

    font-size:13px;

    letter-spacing:2px;

    font-weight:600;

    text-transform:uppercase;

    margin-bottom:18px;
}

.namas-cta-content h2{

    color:#fff;

    font-size:42px;

    font-weight:600;

    line-height:1.3;

    margin-bottom:10px;
}

.namas-cta-content h5{

    color:rgba(255,255,255,.92);

    font-size:20px;

    font-weight:500;

    line-height:1.6;

    margin-bottom:10px;
}

.namas-cta-content p{

    color:rgba(255,255,255,.82);

    font-size:15px;

    line-height:1.9;

    margin-bottom:10px;
}


/* Buttons */

.namas-cta-action{

    position:relative;

    z-index:2;

    display:flex;

    flex-direction:column;

    gap:18px;

    justify-content:center;

    align-items:flex-end;

    height:100%;
}

.namas-cta-btn,
.namas-cta-btn-outline{

    width:280px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    text-decoration:none;

    padding:16px 28px;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    transition:.35s;
}

.namas-cta-btn{

    background:#fff;

    color:#b13030;
}

.namas-cta-btn:hover{

    background:#222;

    color:#fff;

    transform:translateY(-4px);
}

.namas-cta-btn-outline{

    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    color:#fff;
}

.namas-cta-btn-outline:hover{

    background:#fff;

    color:#b13030;

    transform:translateY(-4px);
}


.namas-consult-section{

    background:#f8f9fb;

}

.namas-consult-wrapper{

    /* background:#fff; */

    border-radius:24px;

    /* padding:60px; */

    /* box-shadow:0 20px 60px rgba(0,0,0,.06); */

    position:relative;

    overflow:hidden;

}
/* 
.namas-consult-wrapper::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(177,48,48,.05);

    right:-140px;

    top:-140px;

} */

.namas-consult-subtitle{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#fff3f3;

    color:#b13030;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:10px;

}

.namas-consult-content h2{

    font-size:35px;

    font-weight:600;

    color:#222;

    margin-bottom:10px;

    line-height:1.3;

}

.namas-consult-content>p{

    color:#3c3c3c;

    font-size:15.5px;

    line-height:1.9;

    margin-bottom:15px;

}

/* Feature */

.namas-consult-item{

    display:flex;

    align-items:center;

    gap:14px;

    background:#fff;

    border:1px solid #ececec;

    border-radius:14px;

    padding:16px 18px;

    margin-bottom:10px;

    transition:.35s;

}

/* .namas-consult-item:hover{

    transform:translateX(8px);

    border-color:#b13030;

    box-shadow:0 12px 30px rgba(177,48,48,.08);

} */

.namas-consult-item i{

    color:#fff;

    background:linear-gradient(135deg,#b13030,#d74b4b);

    width:42px;

    height:42px;

    border-radius:12px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    font-size:18px;

}

.namas-consult-item span{

    color:#1f1f1f;

    font-size:15px;
    font-weight: 500;
    line-height:1.6;

}

/* Right Card */

.namas-consult-card{

    background:linear-gradient(135deg,#b13030,#8e2323);

    border-radius:24px;

    padding:25px;

    text-align:center;

    color:#fff;

    position:sticky;

    top:50px;

    overflow:hidden;

}

.namas-consult-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    right:-80px;

    bottom:-80px;

}

.namas-consult-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 15px;

}

.namas-consult-icon i{

    font-size:38px;

}

.namas-consult-card h3{

    color:#fff;

    font-size:28px;

    margin-bottom:10px;

}

.namas-consult-card p{

    color:rgba(255,255,255,.9);

    line-height:1.9;

    font-size:15px;

    margin-bottom:15px;

}

.namas-consult-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff;

    color:#b13030;

    text-decoration:none;

    padding:15px 30px;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

}

.namas-consult-btn:hover{

    background:#222;

    color:#fff;

    transform:translateY(-4px);

}


.namas-contact-section{

    background:#f8f9fb;

}

.namas-contact-subtitle{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#ffecec;

    color:#b13030;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:15px;

}

.namas-contact-info h2{

    font-size:42px;

    margin-bottom:35px;

    font-weight:600;

}

.namas-contact-widget{

    display:flex;

    gap:20px;

    padding:15px;

    background:#fff;

    border-radius:18px;

    margin-bottom:20px;

    border:1px solid #a6a6a6;

    transition:.35s;

}

.namas-contact-widget:hover{

    transform:translateY(-5px);

    border-color:#b13030;

    box-shadow:0 20px 45px rgba(0,0,0,.06);

}

.namas-contact-icon{

    width:60px;

    height:60px;

    border-radius:18px;

    background:linear-gradient(135deg,#b13030,#d64d4d);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    flex-shrink:0;

}

.namas-contact-content h5{

    font-size:18px;
    font-weight: 700;
    color: #000;

    margin-bottom:8px;

}

.namas-contact-content p{

    color:#666;

    line-height:1.6;

    margin-bottom:10px;

    font-size:15px;

}

/*==============================
FORM
==============================*/

.namas-contact-form{

    background:#fff;

    border-radius:24px;

    padding:25px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.namas-contact-form h3{

    font-size:27px;

    margin-bottom:15px;
    font-weight: 700;

}

.namas-contact-form label{

    display:block;

    margin-bottom:4px;

    font-size:14px;

    font-weight:500;

    color:#333;

}

.namas-contact-form input,

.namas-contact-form textarea{

    width:100%;

    border:1px solid #ddd;

    border-radius:12px;

    padding:14px 18px;

    font-size:15px;

    transition:.3s;

    outline:none;

    background:#fafafa;

}

.namas-contact-form input:focus,

.namas-contact-form textarea:focus{

    border-color:#b13030;

    background:#fff;

    box-shadow:0 0 0 4px rgba(177,48,48,.08);

}

.namas-contact-form textarea{

    resize:none;

}

.namas-contact-btn{

    border:none;

    background:linear-gradient(135deg,#b13030,#8e2323);

    color:#fff;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    display:inline-flex;

    align-items:center;

    gap:10px;

    transition:.35s;
    width: fit-content;

}

.namas-contact-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(177,48,48,.25);

}

.nav-top-main li a{
    position: relative;

}
.nav-top-main li a::before{
    width: 0;
    background-color: #8e2323;
    position: absolute;
    bottom: -10px;
    content: '';
    top: 30px;
    height: 2px;

}
.nav-top-main li a:hover::before{
    width: 100%;
    transition: 0.5s;
}
header .main-nav > a:hover{
    color: #b01717 !important;
}
.button-area{
    display: none !important;
}

@media screen and (max-width:991px){
    .button-area{
    display: block !important;
}
}
.about-main-top{
    background: var(--color-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.about-main-top::before{
    width: 200px;
    height: 200px;
    background-color: #ffffff13;
    position: absolute;
    bottom: -50px;
    left: -50px;
    border-radius: 50%;
    content: '';

}
.about-main-top::after{
    width: 200px;
    height: 200px;
    background-color: #ffffff13;
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    content: '';

}
.about-main-top h3{
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    font-size: 30px;
    margin: 0;
    width: 45%;
    text-align: left;
}
.about-main-top p{
    width: 45%;
    font-size: 15.5px;
    color: #ebebeb;
    margin: 0;
}
.working-time a{
    color: #fff;
    font-size: 13px;
}
.header-top-area-wrapper .header-top-one-wrapper .left .wrk::after{
    content: unset !important;
}

.bg-gradiant-2{
   background: linear-gradient(
        135deg,
        #b93131 0%,
        #571414 50%,
        #b93131 100%
    );;
}
.white-text h2,.white-text span,.white-text p{
    color: #fff !important;
}

.white-text p {
    color: #f1f1f1 !important;
}
.loan-home{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.loan-home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.loan-inner-home{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #b93131 0%,
        #57141439 50%,
        #b9313106 100%
    );;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
    padding-right: 150px;
}
.loan-inner-home h3{
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.loan-inner-home p{
    font-size: 16.5px;
    max-width: 80%;
    margin:10px 0;
    color: #fff;
}

.loan-inner-home a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: fit-content;
    padding: 13px 18px;
    border-radius:7px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 10px;
}
.loan-inner-home a:hover{
    border-radius: 40px;
}

.about-loan-expert-section {
    background: #f8fafc;
}

.about-loan-expert-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    height: 600px;
    object-fit: cover;
    border-radius: 20px !important;
}
.about-loan-expert-content{
    padding-left: 20px;

}
.about-loan-expert-subtitle {
    display: inline-block;
    color: #b01717;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
}

.about-loan-expert-title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.3;
}
.about-loan-expert-title span{
    font-size: 16px;
}

.about-loan-expert-description {
    color: #2d3238;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 5px;
}

.about-loan-expert-highlights {
    margin-top: 10px;
}

.about-loan-expert-highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    height: 100%;
    transition: all .3s ease;
}

.about-loan-expert-highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.about-loan-expert-highlight span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background:#f8cbcb;
    color: #8e2323;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
}

.about-loan-expert-highlight p {
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.about-loan-expert-button {
    background: var(--color-primary);
    color: #fff !important;
    padding: 14px 34px;
    border-radius: 7px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
    font-size: 16px;
}

.about-loan-expert-button:hover {
  border-radius: 40px;
}

@media (max-width: 991px) {
    .about-loan-expert-title {
        font-size: 30px;
    }
}


.about-loan-expert-section{
    background:#f7f9fc;
}

.about-loan-expert-image{
    position:relative;
}

.about-loan-expert-image img{
    width:100%;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.about-loan-expert-badge{
    position:absolute;
    bottom:25px;
    right:-20px;
    background:var(--color-primary);
    color:#fff;
    padding:18px 22px;
    border-radius:14px;
    text-align:center;
}

.about-loan-expert-badge span{
    display:block;
    font-size:32px;
    font-weight:700;
    line-height:1;
}

.about-loan-expert-badge small{
    font-size:14px;
    font-weight:500;
}

.about-loan-expert-subtitle{
    display:inline-block;
    color:#b01717;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:4px;
}

.about-loan-expert-title{
    font-size:35px;
    font-weight:700;
    color:#000;
    margin-bottom:5px;
}

.about-loan-expert-designation{
    font-size:17px;
    color:#b01717;
    font-weight:600;
    margin-bottom:10px;
}

.about-loan-expert-tagline{
    font-size:23px;
    font-weight:600;
    color:#222;
    margin-bottom:5px;
    line-height:1.4;
}

.about-loan-expert-description{
    color:#000;
    font-size:16px;
    line-height:1.9;
    margin-bottom:7px;
}

.about-loan-expert-feature{
    display:flex;
    align-items:flex-start;
    gap:15px;
    background:#fff;
    border:1px solid #edf1f7;
    padding:18px;
    border-radius:12px;
    transition:.3s;
    height:100%;
}

.about-loan-expert-feature:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.about-loan-expert-feature i{
    width:48px;
    height:48px;
    background:#f4d6d6;
    color:#b13030;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.about-loan-expert-feature span{
    color:#000;
    font-weight:600;
    line-height:1.6;
}

.about-loan-expert-btn{
    display:inline-block;
    background:var(--color-primary);
    color:#fff;
    padding:10px 25px;
    border-radius:7px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.about-loan-expert-btn:hover{
    border-radius: 40px;
    color:#fff;
}

.loan-page-exp{
    padding-left: 20px;
}
.loan-page-img{
    position: sticky;
    top: 30px;
}

/* 
.loan-widget-card{
    position:relative;
    height:520px;
    border-radius:20px;
    overflow:hidden;
    background-image:url("../images/banner/1.jpg") ;
    cursor:pointer;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.loan-widget-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.88),
        rgba(0,0,0,.45),
        rgba(0,0,0,.15)
    );
    transition:.4s;
}

.loan-widget-card:hover::before{
    background:linear-gradient(
        to top,
        rgba(0,0,0,.92),
        rgba(0,0,0,.70)
    );
}

.loan-widget-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:35px;
    color:#fff;
    transform:translateY(380px);
    transition:.45s ease;
}

.loan-widget-card:hover .loan-widget-overlay{
    transform:translateY(0);
}

.loan-widget-number{
    display:inline-flex;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0d6efd;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.loan-widget-title{
    font-size:25px;
    font-weight:700;
    margin-bottom:8px;
    color: #fff;
}

.loan-widget-subtitle{
    font-size:15px;
    font-weight:500;
    margin-bottom:10px;
    line-height:1.5;
    color: #f7f7f7;
}

.loan-widget-description{
    font-size:15px;
    line-height:1.8;
    color:rgba(255,255,255,.88);
    margin-bottom:10px;
    opacity:0;
    transition:.3s;
}

.loan-widget-list{
    margin:0 0 25px;
    padding:0;
    list-style:none;
    opacity:0;
    transition:.3s;
}

.loan-widget-list li{
    position:relative;
    padding-left:26px;
    margin-bottom:10px;
    color:#fff;
}

.loan-widget-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#b01717;
    font-weight:700;
}

.loan-widget-btn{
    display:inline-block;
    background:var(--color-primary);
    color:#fff;
    text-decoration:none;
    padding:12px 28px;
    border-radius:7px;
    font-weight:600;
    opacity:0;
    transform:translateY(15px);
    transition:.35s;
}

.loan-widget-btn:hover{
    border-radius: 40px;
    color:#fff;
}

.loan-widget-card:hover .loan-widget-description,
.loan-widget-card:hover .loan-widget-list,
.loan-widget-card:hover .loan-widget-btn{
    opacity:1;
}

.loan-widget-card:hover .loan-widget-btn{
    transform:translateY(0);
}

@media(max-width:991px){

    .loan-widget-card{
        height:480px;
    }

    .loan-widget-overlay{
        transform:translateY(0);
    }

    .loan-widget-description,
    .loan-widget-list,
    .loan-widget-btn{
        opacity:1;
    }

    .loan-widget-btn{
        transform:none;
    }

} */

.loan-widget-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:520px;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.loan-widget-image{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.loan-widget-card:hover .loan-widget-image{
    transform:scale(1.08);
}

.loan-widget-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.9),
    rgba(0,0,0,.25),
    transparent);
}

.loan-widget-content{
    position:absolute;
    left:25px;
    right:25px;
    bottom:25px;
    z-index:2;
}

.loan-widget-title{
    color:#fff;
    font-size:25px;
    font-weight:700;
    margin-bottom:10px;
}

.loan-widget-subtitle{
    color:#fff;
    font-size:15px;
    margin-bottom:0;
}

.loan-widget-hover{
    max-height:0;
    overflow:hidden;
    opacity:0;
    margin-top:20px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.2);
    border-radius:15px;
    padding:0 20px;
    transition:.45s;
}

.loan-widget-card:hover .loan-widget-hover{
    max-height:420px;
    opacity:1;
    padding:20px;
}

.loan-widget-hover p{
    color:#fff;
    line-height:1.8;
    margin-bottom:20px;
}

.loan-widget-hover ul{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}

.loan-widget-hover li{
    color:#fff;
    margin-bottom:10px;
    padding-left:24px;
    position:relative;
}

.loan-widget-hover li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#b01717;
}

.loan-widget-hover a{
    display:inline-block;
    background:var(--color-primary);
    color:#fff;
    padding:7px 15px;
    border-radius:7px;
    text-decoration:none;
    font-size: 15px;
    transition:.3s;
}

.loan-widget-hover a:hover{
    border-radius: 40px;
    color:#fff;
}

@media(max-width:991px){

    .loan-widget-card{
        height:auto;
    }

    .loan-widget-hover{
        max-height:500px;
        opacity:1;
        padding:20px;
    }

}


.why-choose-loan-section{
    background:#f7f7f7;
}

.why-choose-loan-subtitle{
    display:inline-block;
    color:#8f2525;
    font-size:15px;
    font-weight:500;
    margin-bottom:5px;
}

.why-choose-loan-title{
    font-size:35px;
    font-weight:600;
    color:#000;
    margin-bottom:10px;
}

.why-choose-loan-text{
    font-size:16px;
    color:#222;
    line-height:1.8;
    margin-bottom:15px;
}

.why-choose-loan-card{
    background:#fff;
    border-radius:16px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
}


.why-choose-loan-card i{
    font-size:42px;
    color:#b01717;
    margin-bottom:20px;
    display:inline-block;
}

.why-choose-loan-card h5{
    font-size:16px;
    font-weight:600;
    color:#000;
    line-height:1.6;
    margin:0;
}

.why-choose-loan-btn{
    display:inline-block;
    padding:15px 40px;
    border-radius:50px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.why-choose-loan-btn:hover{
    background:#084298;
    color:#fff;
}
.loan-page-exp-cs > *{
    color: #fff !important;
}
.loan-page-exp-cs p{
   width: 100% !important;
    text-align: left;
}

.profile-card{
    width:100%;
    background:#fff;
    border-radius:24px;
    padding:25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position:relative;
    overflow:hidden;
}
/* 
.profile-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:7px;
    background:linear-gradient(90deg,#0d6efd,#00c6ff);
} */

.contact-profile-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.contact-profile-head .name{
    font-size:27px;
    font-weight:600;
    color:#000;
    margin-bottom:5px;
}

.contact-profile-head .designation{
    display:inline-block;
        background: #f1c6c6;
    color: #a01414;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:0;
}

.head-card .company{
    font-size:15px;
    font-weight:500;
    color:#a01414;
    margin-bottom:10px;
}

.head-card  .info{
    display:flex;
   justify-content: center;
   align-items: center;
    gap:18px;
}

.head-card .item{
    display:flex;
    align-items:center;
    gap:16px;
    padding:14px 18px;
    border-radius:14px;
    background:#fff9f9;
    transition:.3s;
    border: 1px solid #ccc;
    width: 33%;
}


.head-card .item i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:var(--color-primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
    transition:.3s;
}


.head-card .item span{
    font-size:15px;
    font-weight:500;
    word-break:break-word;
}


/* 
.bank-widget {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    transition: .3s;
    font-weight: 600;
    color: #000;
    font-size: 17px;
    line-height: 24px;
}

.bank-widget:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
}

.bank-widget img {
    width: 90px !important;
    height: 90px;
    object-fit: contain;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    flex-shrink: 0;
}

.bank-widget i {
    font-size: 30px;
    color: #0d6825;
    margin-right: 5px;
} */


.bank-widget {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    transition: 0.3s ease;
}

.bank-widget:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.bank-logo {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.bank-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps different logo ratios looking consistent */
    padding: 6px;
}

.bank-info {
    display: flex;
    flex-direction: column;
}

.bank-name {
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.loan-interest {
    margin-top: 0px;
    font-size: 14px;
    color: #28a745;
    font-weight: 500;
}

.bank-listing {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bank-listing .table {
    margin: 0;
}

.bank-listing thead {
    background: var(--color-primary);
}

.bank-listing thead th {
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.bank-listing tbody td {
    padding:10px 16px;
    vertical-align: middle;
    font-size: 15px;
    color: #444;
    border: 1px solid #ccc !important;
}

.bank-listing tbody tr:last-child td {
    border-bottom: none;
}

/* Bank column */
.bank-listing tbody td:first-child {
   
    font-weight: 600;
    font-size: 17px;
}

/* Logo container */
.bank-listing tbody td img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
    padding: 4px;
    flex-shrink: 0;
    margin-right: 10px;
}

/* Interest Rate */
.bank-listing tbody td:last-child {
    color: #198754;
    font-weight: 600;
    font-size: 16px;
}

.bank-title h4{
    font-size: 18px;
    font-weight: 700;
    color: #b13030;
    margin-bottom: 5px;
}


.line-space {
    width: 100%;
    height: 2px;
    margin: 30px 0;
    background: linear-gradient(to right, transparent, #b13030, #c53f3f, #8d2525, transparent);
}

.disclaimer-box {
    padding: 20px;
  
    border-radius: 8px;
   
}

.disclaimer-box p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    text-align: left;
    font-style: italic;
}

.disclaimer-box h6{
    margin: 0;
    color: #fff;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 15px;
}
/* 
.nbfc-section {
  background: #f8f9fb;
} */

.nbfc-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.nbfc-card:hover {
  transform: translateY(-4px);
  border-color: #d9dde3;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.nbfc-logo {
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #edf0f3;
  border-radius: 12px;
  background: #fff;
}

.nbfc-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nbfc-content {
  flex: 1;
}

.nbfc-content h3 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.nbfc-content p {
  margin: 0;
  color: #626b78;
  font-size: 15px;
  line-height: 1.6;
}

.bg-gradiant-3 {
    background: linear-gradient(135deg, #a73131 0%, #c74e4e 50%, #a31c1c 100%);
}

.share-page {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.share-page button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.share-page button:hover {
    background: #fff;
    color: #861d1d;
    transform: translateY(-2px);
}

.share-page button i {
    font-size: 18px;
}

.share-page button:active {
    transform: scale(0.94);
}



.whatspp-home {
    position: fixed;
    bottom: 6%;
    right: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: fit-content;
    height: 55px;
    width: 55px;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
   z-index: 5000;
    gap: 10px;
    font-size: 23px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
}
.whatspp-home i{
    color: #fff;
}

.whatspp-home:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
}
.whatspp-home:hover i {
    color: #25D366;
}
.contact-map{
    width: 100%;
    height: 45vh;

}
.contact-map iframe{
    width: 100%;
    height: 100%;
    
}