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

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

p,
a {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 5%;
    color: #404040;
}

.padding {
    padding: 80px 0;
}

.border-right {
    border-right: 1px solid #F9E0B7;
}

.rounded {
    border-radius: 16px !important;
}

.text-orange {
    background: linear-gradient(90deg, #F4A82D 0%, #F06828 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Anek Kannada", sans-serif;
}

.head-social-icon {
    background: linear-gradient(269.81deg, #F06828 0.16%, #EA2422 99.84%);
    width: 30px;
    height: 30px;
    padding: 6px;
    color: #fff;
    border-radius: 22px;
    line-height: 1.2;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
i,
form label,
div{
	    overflow: visible;
}

.heading .flex {
    justify-content: space-between;
}

/* TOPBAR */
/* .topbar {
    background: transparent;
    position: absolute;
    top: 7px;
    left: 13.5%;
} */

.head-span span {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #6D6E72;
    font-size: 15.5px;
    line-height: 100%;
    letter-spacing: 5%;
    vertical-align: middle;
}

/* NAVBAR */

/* LOGO */
.logo-wrap {
    position: absolute;
    left: 0%;
    /* top: -40px; */
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.logo-wrap img {
    width: 108px;
	height: 108px
}

.right-footer img {
    width: 92px;
    height: 92px;
}

nav {
    top: 6%;
    z-index: 99999999;
}

/* NAV LINKS */
.nav-link,
.dropdown-item {
    font-weight: 500;
    color: #6D6E72;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.dropdown-item{
line-height: 35px;
}

.nav-item:hover .nav-link,
.nav-item .nav-link.active,
.dropdown-item:hover,
.navbar-nav .nav-link.show {
    color: #F4A82D;
}

a.dropdown-item:active {
    background: transparent;
    color: #F4A82D;
}

/* BUTTON */
.btn-1 {
    background: linear-gradient(269.81deg, #F06828 0.16%, #EA2422 99.84%);
    color: #fff;
    border-radius: 20px;
    padding: 12px 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    transition: all .4s ease;
}

.btn-1:hover {
    border: 1px solid #EA2622;
    color: #fff;
    background: linear-gradient(269.81deg, rgba(240, 104, 40, 0) 0.16%, rgba(234, 36, 34, 0) 99.84%);
    color: #EC3724;
    transition: all .4s ease;
}

.btn-2 {
    border: 1px solid #EA2622;
    color: #fff;
    border-radius: 20px;
    padding: 12px 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    background: linear-gradient(269.81deg, rgba(240, 104, 40, 0) 0.16%, rgba(234, 36, 34, 0) 99.84%);
    vertical-align: middle;
    color: #EC3724;
    transition: all .4s ease;
}

.btn-2:hover {
    background: linear-gradient(269.81deg, #F06828 0.16%, #EA2422 99.84%);
    color: #fff;
}


.custom-navbar .container {
    background: #fff;
    border-radius: 50px;
    gap: 100px;
    padding: 13px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    justify-content: center;
/*     padding-left: 100px !important; */
}

.custom-navbar {
    top: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.custom-navbar .container {
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
}

.custom-navbar .logo-wrap {
    width: 120px;
    height: 100%;
    top: 0;
    border-radius: 0;
    left: 15px;
    box-shadow: none;
}


/* HERO */
.bg-color {
    background: #fffbea;
}

.hero-padding {
    padding: 0 110px;
}

.hero-tag {
    background: #6D6E72;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;

}

.hero-padding h1 {
    font-size: 60px;
}

h1 {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #F4A82D;
}

.hero-padding h1 span {
    font-family: Anek Kannada;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #EC3724;
}

h1 span {
    font-family: Anek Kannada;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #EC3724;
}

.hero-section p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5%;
    vertical-align: middle;
    color: #404040;
}

/* IMAGE SHAPE */
.hero-img-wrap {
    position: relative;
}

.hero-back {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -2%;
	width: 100%;
}

.hero-img-wrap .hero-up-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: inherit;
}


/* About */


.bottom-about h5 {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: capitalize;
}

.new-nav.nav-link.active {
    color: #EC3724;
}

.new-nav {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #6D6E72;
    text-align: left;
    padding-left: 0;
}


.bottom-about {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    box-shadow: 0px 0px 10px 0px #00000026;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bottom-about img {
    width: 52px;
    height: 52px;
}

.about-contact h5 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 5%;
    vertical-align: middle;
    color: #6D6E72;

}

.about-contact h5 span {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
    vertical-align: middle;
    color: #EB3223;
}

/* 🔥 CIRCLE BACKGROUND */
.bottom-about::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 27%;
    transform: translateY(-50%);
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(240, 104, 40, 0.15) 0%, rgba(236, 55, 36, 0.15) 100%);
}

/* ICON ABOVE CIRCLE */
.bottom-about img {
    position: relative;
    z-index: 1;
    width: 52px;
}

/* IMAGE LAYOUT */
.about-images {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

/* LEFT BIG IMAGE */
.img-large {
    flex: 1;
}

.img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* RIGHT SIDE */
.img-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 52%;
    justify-content: space-between;
}

/* SMALL IMAGE */
.img-small img {
    width: 100%;
    border-radius: 20px;
}

/* CIRCLE CARD */
.circle-card {
    background: url(./images/circle.png) center/ cover;
    background-repeat: no-repeat;
    padding: 2.9rem;
}

.circle-card h2 {
    color: #F4A82D;
    font-size: 40px;
    margin: 10px 0;
}

.circle-card p {
    color: #EF5B47;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;

}

/* USERS */
.users {
    display: flex;
    justify-content: center;
}


/* service */

.service-icon {
    position: absolute;
    right: 0;
    top: -44px;
    width: 120px;
    height: 120px;
    text-align: center;
    align-content: center;
    background: linear-gradient(180deg, #F06828 0%, #EC3724 100%);
    border-radius: 50%;
}

.service-icon img {
    width: 60%;
}

.card-img-top {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.service-card {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;

}

.service-card-title {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    color: #F4A82D;
    text-transform: capitalize;
}

.service-card-text {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    color: #6D6E72;
}


.card:hover .btn-2 {
    background: linear-gradient(269.81deg, #F06828 0.16%, #EA2422 99.84%);
    color: #fff;
}

.card:hover .service-card-title {
    color: #EA2422;
}

.card:hover .service-icon {
    background: linear-gradient(180deg, #F4A72D 0%, #F06B28 100%);
}




/* why choose */

.boxes .box {
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 20px 0px #0000001A;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    width: auto;
/*     height: 385px; */
	height: fit-content;
    border-radius: 16px;
    padding: 14px;
}

.why-img {
    background: linear-gradient(180deg, #F4A82D 0%, #F06828 100%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    align-content: center;
    justify-self: center;
    margin-bottom: 10px;
}

.boxes .box .why-img img {
    width: 80px;
    height: 80px;

}

.boxes .box h3 {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    color: #EC3724;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;

}

.boxes .box p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 5%;
    text-align: center;
    color: #6D6E72;
    vertical-align: middle;

}

.boxes .box:hover h3,
.boxes .box:hover p {
    color: #fff;
}


.boxes .box::before,
.boxes .box::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
}

.boxes .box::before {
    background: #FFFBEA;
    top: 0;
}

.boxes .box::after {
    background: linear-gradient(269.81deg, #F06828 0.16%, #EA2422 99.84%);
    top: 98%;
}

.boxes .box:hover::after {
    top: 0;
}

.boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}


/* contact */

form {
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    background: #FFFFFF;
    padding: 2rem;
}

form label {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #6D6E72;
}

.form-control {
    border-radius: 15.5px;
    border-width: 1px;
    border: 1px solid #D8D8D8;
    background: #F8F8F8;
    padding: 10px;
    color: #B3B3B3;
}




/* testimonial */

/* CARD */
.testimonial-card {
    display: flex;
    gap: 15px;
    background: #FFFBEA;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    width: 500px;
    height: 160px;
    border-radius: 15.5px;

}

.testimonial-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/* ZIG-ZAG */
.testimonial-card.top,
.testimonial-card:nth-child(1){
    margin-bottom: 30px;
    transform: translateX(60px);
}

.testimonial-card.bottom,
.testimonial-card:nth-child(2){
    transform: translateX(10px);
}

/* TEXT */
.testimonial-card h5 {
    margin-top: 10px;
    font-family: "Anek Kannada", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #F4A82D;
}

.testimonial-card span {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #EC3724;

}

/* SWIPER */
.swiper {
    padding: 30px 0;
}


.footer-bottom {
    background: linear-gradient(269.81deg, #F06828 0.16%, #EA2422 99.84%);
    border-radius: 20.5px;
    padding: 20px;
}

.footer-bottom p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 5%;
    vertical-align: middle;
    color: white;
    margin: 0;
    text-align: center;
}

.right-footer {
    border-radius: 15.5px;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.foot-social-icon {
    background: linear-gradient(180deg, #F4A82D 0%, #F06828 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
}

footer h3 {
    font-family: "Anek Kannada", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #EC3724;
}

footer p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 5%;
    vertical-align: middle;
    color: #404040;
}

footer ul li a {
    color: #404040;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 5%;
}

footer ul li {
    list-style: none;
}

footer ul li i {
    --fa-rotate-angle: 45deg;
    background: linear-gradient(180deg, #F4A82D 0%, #F06828 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    margin-right: 5px;
}

footer .flex {
    justify-content: space-between;
}

.footer-social i {
    background: linear-gradient(180deg, #F4A82D 0%, #F06828 100%);
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    align-content: center;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .testimonial-card.top,
    .testimonial-card.bottom {
        transform: none;
    }

    .testimonial-card {
        max-width: 100%;
    }
}


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

@media (max-width: 576px) {
    .boxes {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .about-images {
        flex-direction: column;
    }

    .img-right {
        width: 100%;
    }

    .circle-card {
        border-radius: 20px;
    }
}



/* RESPONSIVE */
@media (max-width: 991px) {

    .logo-wrap {
        position: static;
        margin-bottom: 10px;
    }

    .custom-navbar .container {
        border-radius: 20px;
    }

    .hero-section {
        text-align: center;
    }

    .hero-section h1 {
        font-size: 34px;
    }

    .hero-img-wrap {
        margin-top: 30px;
        border-radius: 30px;
    }

    .quote-btn {
        display: none;
    }
}


/* =============================== Breadcrumb ============================== */

.breadcrumb-hero {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.breadcrumb-bg {
    position: absolute;
    inset: 0;
}

.breadcrumb-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.breadcrumb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.2));
    z-index: 1;
}

/* CONTENT */
.breadcrumb-content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}

.breadcrumb-nav a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-nav span {
    margin: 0 5px;
}

/* ACTIVE */
.breadcrumb-nav .active {
    color: #F06728;
}

/* HOVER */
.breadcrumb-nav a:hover {
    text-decoration: underline;
}

/* faq */

.custom-accordion {
    width: 800px;
    justify-self: center;
}

.custom-accordion .accordion-item {
    border: none;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* BUTTON */
.custom-accordion .accordion-button {
    background: #fff;
    font-weight: 500;
    padding: 18px;
    box-shadow: none;
}

/* REMOVE DEFAULT ICON */
.custom-accordion .accordion-button::after {
    display: none;
}

/* ADD CUSTOM ICON */
.custom-accordion .accordion-button::before {
    content: "+";
    font-size: 20px;
    margin-right: 15px;
    color: #EA2622;
    transition: 0.3s;
}

/* ACTIVE STATE */
.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "–";
    color: #F06728;
    margin-right: 15px;
    transition: 0.3s;
}

/* BODY */
.accordion-body {
    background: #fff;
    color: #666;
    padding: 15px 20px;
}

/* HOVER EFFECT */
.custom-accordion .accordion-item:hover {
    transform: translateY(-3px);
    transition: 0.3s;
}





/* contact */

.social-icon {
    background: linear-gradient(180deg, #F4A82D 0%, #F06828 100%);
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    align-content: center;
}


.social-icon {
    font-size: 20px;
    min-width: 40px;
    /* keeps alignment consistent */
}

.contact-text {
    word-break: break-word;
    /* prevents ugly overflow */
}

.shadow span {
    font-size: 14px;
    color: #888;
}

.shadow.flex.p-3.m-3.rounded {
    flex-wrap: nowrap;
}





/* ================================== Support =========================================== */



/* CARD */
.service-card {
    position: relative;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

/* IMAGE */
.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* OVERLAY */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT */
.service-card h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

h5 {
    font-family: "Anek Kannada", sans-serif;
}

/* HOVER EFFECT */
.service-card:hover img {
    transform: scale(1.1);
}

.service-card:hover .overlay {
    background: linear-gradient(to top,
            rgba(234, 38, 34, 0.8),
            rgba(240, 103, 40, 0.4));
}


/* ==========================================about page=============================== */

/* SMALL CARD */
.about-highlight {
    background: #f5e8cf;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: fit-content;
}

/* MASONRY GRID */
.masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* ITEMS */
.masonry .item {
    overflow: hidden;
    height: 100px;
    border-radius: 20px;
}

.masonry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

/* SIZES */
.tall {
    grid-row: span 2;
    height: 215px !important;
}

.wide {
    grid-column: span 3;
    height: 150px !important;
}

/* HOVER EFFECT */
.masonry img:hover {
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}







.about-premium {
    position: relative;
}

/* STACK WRAPPER */
.stack-wrapper {
    position: relative;
    height: 450px;
}

/* IMAGE */
.stack-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

/* CARDS */
.stack-card {
    position: absolute;
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 150px;
}

/* INDIVIDUAL POSITIONS (ZIG-ZAG LOOK) */
.card-1 {
    top: 10px;
    right: 20%;
}

.card-2 {
    top: 40%;
    right: 0;
}

.card-3 {
    bottom: 10px;
    right: 25%;
}

/* TEXT */
.stack-card h3 {
    color: #F06728;
    margin: 0;
}

.stack-card p {
    font-size: 14px;
    color: #666;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .stack-wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .stack-card,
    .stack-img {
        position: static;
        width: 100%;
    }
}



/* SECTION */

.about-stack {
    position: relative;
}

/* EACH SECTION */
.stack-item {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 150px;
    color: #fff;
}

/* BACKGROUNDS */
.stack-1 {
    background: url(images/support-background.avif) center/ cover;
}

.stack-2 {
    background: url(images/back.avif) center/ cover;
}

.stack-3 {
    background: url(images/support-background.avif) center/ cover;
}

/* CONTENT */
.stack-item .content {
    max-width: 500px;
    z-index: 1;
}

/* MOBILE FIX */
@media (max-width: 991px) {
    .stack-item {
        position: relative;
        height: auto;
        padding: 60px 20px;
    }
}





/* IMAGE STACK */
.team-visual {
    position: relative;
    height: 450px;
}

/* IMAGES */
.team-visual .img {
    position: absolute;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* POSITIONS (OVERLAP MAGIC) */
.img-1 {
    width: 60%;
    top: 0;
    left: 0;
}

.img-2 {
    width: 50%;
    top: 80px;
    right: 0;
}

.img-3 {
    width: 45%;
    bottom: 0;
    left: 20%;
}

/* FLOATING BADGE */
.team-badge {
    position: absolute;
    bottom: 20px;
    right: 10%;
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* TEXT */
.about-team-creative h2 span {
    background: linear-gradient(90deg, #EA2622, #F06728);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* POINTS */
.team-points {
    list-style: none;
    padding: 0;
}

.team-points li {
    margin-bottom: 10px;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .team-visual {
        height: auto;
    }

    .team-visual .img,
    .team-badge {
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
}


/* WRAPPER */
.about-center-wrapper {
    position: relative;
    height: 500px;
}

/* CENTER IMAGE */
.center-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* CONTENT BOX */
.content-box {
    position: absolute;
    width: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.content-box:hover {
    transform: translateY(-5px);
}

/* POSITIONS */
.left-top {
    top: 0;
    left: 0;
}

.left-bottom {
    bottom: 0;
    left: 0;
}

.right-top {
    top: 0;
    right: 0;
}

.right-bottom {
    bottom: 0;
    right: 0;
}

/* TEXT */
.content-box h5 {
    color: #EA2622;
    margin-bottom: 5px;
}

.content-box p {
    font-size: 14px;
    color: #666;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .about-center-wrapper {
        position: static;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .center-img {
        position: static;
        transform: none;
    }

    .content-box {
        position: static;
        width: 100%;
        text-align: center;
    }
}




/* CARD */
.trust-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

/* ICON */
.trust-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, #EA2622, #F06728);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.trust-card .icon i {
    color: #fff;
    font-size: 20px;
}

/* TEXT */
.trust-card h5 {
    margin-bottom: 8px;
}

.trust-card p {
    font-size: 14px;
}

/* HOVER EFFECT */
.trust-card:hover {
    transform: translateY(-8px);
    border: 1px solid #EA2422;
}

.trust-card:hover::before {
    opacity: 1;
}


/* SECTION BACKGROUND */
.ndis-steps {
    position: relative;
    padding: 100px 0;
    background: url('images/support-background.avif') center/cover no-repeat fixed;
}

/* DARK OVERLAY */
.ndis-steps .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* CONTENT */
.ndis-steps .container {
    position: relative;
    z-index: 2;
}

/* WRAPPER */
.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* CONNECTING LINE */
.steps-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, #EA2622, #F06728);
    z-index: 0;
}

/* STEP CARD */
.step-box {
    position: relative;
    z-index: 1;
    width: 30%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    border-radius: 20px;
    color: #fff;
    transition: 0.3s;
}

/* NUMBER */
.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    font-size: 20px;
    border-radius: 50%;
    background: linear-gradient(90deg, #EA2622, #F06728);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Anek Kannada", sans-serif;
}

/* TEXT */
.step-box h5 {
    margin-bottom: 10px;
    font-family: "Anek Kannada", sans-serif;
}

.step-box p {
    opacity: 0.8;
}

/* HOVER */
.step-box:hover {
    transform: translateY(-8px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .steps-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .steps-wrapper::before {
        display: none;
    }

    .step-box {
        width: 100%;
    }
}




/* SECTION */
.ndis-editorial {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.editorial-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.editorial-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DARK OVERLAY */
.ndis-editorial::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.7) 40%,
            rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

/* CONTENT */
.editorial-content {
    position: relative;
    z-index: 3;
    color: #fff;
    max-width: 450px;
}

/* FLOATING CARDS */
.editorial-points {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */
.point-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 15px;
    width: 70%;
    margin-left: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

/* ZIG-ZAG */
.point-card:nth-child(2) {
    margin-right: auto;
    margin-left: 0;
}

/* HOVER */
.point-card:hover {
    transform: translateX(-10px);
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .ndis-editorial {
        padding: 80px 0;
    }

    .editorial-content {
        margin-bottom: 40px;
    }

    .point-card {
        width: 100%;
        margin: 0;
    }
}



/* SECTION BACKGROUND */
.ndis-cta {
    position: relative;
    padding: 100px 0;
    /* background: linear-gradient(135deg, #EA2622, #F06728); */
    overflow: hidden;
}

/* GLOW EFFECT */
.ndis-cta::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(100px);
    top: -100px;
    left: -100px;
}

/* INNER BOX */
.cta-box {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 50px 30px;
    border-radius: 25px;
    color: #fff;
    max-width: 700px;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .cta-actions {
        flex-direction: column;
    }
}

@media screen and (max-width: 1400px) {
    .custom-navbar .container {
/*         justify-content: end; */
        gap: 10px;
        padding: 10px 25px !important;
    }
}


.shadow.flex.p-3.m-3.rounded.justify-content-center {
    justify-content: space-evenly !important;
}


.d-flex.flex-column.align-items-start {
    gap: 5px;
}





/* ===================================== service page ======================================= */


.hero-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

/* VISUAL */
.hero-visual {
    position: relative;
}

/* MAIN IMAGE */
.main-img {
    width: 100%;
    border-radius: 25px;
}

/* FLOATING CARDS */
.floating-card {
    position: absolute;
    background: #fff;
    padding: 10px 18px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transition: .4s;
    font-family: "Outfit", sans-serif;
}

/* POSITIONS */
.service-card-1 {
    top: 10%;
    left: 15px;
}

.service-card-2 {
    right: 15px;
    bottom: 40%;
}

.service-card-3 {
    bottom: 15px;
    left: 30%;
}

/* HOVER */
.floating-card:hover {
    transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .hero-actions {
        flex-direction: column;
    }

    .floating-card {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
}



/* WRAPPER */
.expand-wrapper {
    display: flex;
    gap: 15px;
    height: 400px;
}

/* CARD */
.expand-card {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}

/* IMAGE */
.expand-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.expand-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.2));
}

/* CONTENT */
.expand-card .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
}

.expand-card h5 {
    margin-bottom: 5px;
}

.expand-card p {
    opacity: 0;
    font-size: 14px;
    transition: 0.3s;
}

/* HOVER EFFECT */
.expand-card:hover {
    flex: 3;
}

.expand-card:hover p {
    opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .expand-wrapper {
        flex-direction: column;
        height: auto;
    }

    .expand-card {
        height: 250px;
    }

    .expand-card:hover {
        flex: unset;
    }

    .expand-card p {
        opacity: 1;
    }
}



/* TITLE */

/* CARD */
.feature-card {
    min-width: 260px;
    background: #f8f8f8;
    padding: 30px 20px;
    border-radius: 20px;
    scroll-snap-align: start;
    transition: 0.3s;
}

/* ICON */
.feature-card i {
    font-size: 24px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #EA2622, #F06728);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* TEXT */
.feature-card h5 {
    margin-bottom: 5px;
}

.feature-card p {
    font-size: 14px;
    color: #666;
}

/* HOVER */
.feature-card:hover {
    transform: translateY(-8px);
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* SECTION */
.services-flow {
    position: relative;
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}

/* CURVED BACKGROUND */
.curve-bg {
    position: absolute;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #EA2622, #F06728);
    border-radius: 50%;
    top: -200px;
    right: -200px;
    opacity: 0.1;
}

/* IMAGE */
.flow-img img {
    width: 100%;
    border-radius: 30px;
}

/* HEADING */
.services-flow h2 span {
    background: linear-gradient(90deg, #EA2622, #F06728);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* FLOW LIST */
.flow-list {
    margin-top: 30px;
}

/* ITEM */
.flow-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* NUMBER */
.flow-item span {
    font-size: 24px;
    font-weight: bold;
    color: #EA2622;
}

/* TEXT */
.flow-item p {
    margin: 0;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .curve-bg {
        display: none;
    }

    .services-flow {
        padding: 80px 0;
    }
}




/* SECTION */
.services-cinematic {
    position: relative;
    height: 500px;
    overflow: hidden;
}

/* BACKGROUND */
.cinematic-bg {
    position: absolute;
    inset: 0;
}

.cinematic-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.services-cinematic::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.3));
    z-index: 1;
}

/* CONTENT */
.cinematic-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 500px;
    padding-top: 120px;
}

/* HEADING */
.cinematic-content h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

/* TEXT */
.cinematic-content p {
    margin-bottom: 20px;
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .services-cinematic {
        height: auto;
        padding: 80px 0;
    }

    .cinematic-content {
        padding-top: 0;
        text-align: center;
        margin: auto;
    }
}


@media screen and (max-width: 580px){

/* Headings */

h1, h1>span {
    font-size: 28px !important;;
    line-height: 1.2 !important;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
}

h3 {
    font-size: 20px !important;
    line-height: 1.4;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
    line-height: 1.5 !important;
}

h6 {
    font-size: 14px;
    line-height: 1.5;
}
	
	.service-card-title{
		font-size: 22px !important;
	}
	
	.btn {
    	font-size: 16px;
	}
	
	.breadcrumb-hero {
		height: 150px !important;
	}
	
	.center-img img {
		height: auto;
	}

/* Paragraph */
p {
    font-size: 15px !important;
    line-height: 1.7;
}

.hero-padding {
    padding: 10px;
}
	
	.service-icon {
		right: 15%;
		width: 100px;
		height: 100px;
	}
	
	.card-img-top {
    	border-radius: 50%;
    	height: 150px;
    	width: 150px;
    	object-fit: cover;
	}

}

/* Tablet */
@media (min-width: 768px) {
    h1, h1>span { font-size: 36px !important;; }
    h2 { font-size: 30px; }
    h3 { font-size: 24px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }

    p { font-size: 16px; }

}

/* Desktop */
@media (min-width: 1024px) {
    h1, h1>span { font-size: 44px !important; }
    h2 { font-size: 36px; }
    h3 { font-size: 28px; }
    h4 { font-size: 22px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    p { font-size: 17px; }
}


@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
		width: 300px;
    }
	
	.hero-padding {
   		padding: 30px 45px;
	}
}

@media (min-width: 1024px) and (max-width: 1200px){
	.boxes {
    	grid-template-columns: repeat(3, 1fr);
	}
	
	.testimonial-card {
    	width: 400px;
    	height: auto;
	}
	
	.circle-card {
    	padding: 2rem;
	}
}

@media (min-width: 767px) and (max-width: 991px){
	.img-right {
    	flex-direction: row;
		padding: 20px;
	}
}


@media (max-width: 768px){
	 .custom-navbar .container {
        justify-content: space-between;
	}
	
	.backgrouund-transparent.py-1.d-flex.gap-3.small.head-span{
		display: none !important;
	}

    /* Navbar alignment fix */
    .custom-navbar .container {
        flex-wrap: wrap;
    }

    /* Logo left, toggler right */
    .navbar-brand {
        width: auto;
    }

    .navbar-toggler {
        margin-left: auto;
        z-index: 1001;
    }

    /* Collapse menu full width */
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        z-index: 999;
        text-align: left !important;
    }

    /* Menu UL full width */
    .navbar-nav {
        width: 100%;
        gap: 10px;
    }

    /* Menu items proper spacing */
    .navbar-nav .nav-link {
        display: block;
        padding: 10px 0;
        font-size: 18px;
    }

    /* Dropdown fix */
    .dropdown-menu {
        position: static;
        border: none;
        padding-left: 10px;
        box-shadow: none;
    }

    /* Header overflow fix */
    .custom-navbar {
        overflow: visible !important;
    }

    /* Hide top bar (already did but keeping safe) */
    .head-span {
        display: none !important;
    }


    .navbar-collapse {
        transition: opacity 0.3s ease;
        opacity: 0;
    }

    .navbar-collapse.show {
        opacity: 1;
    }
			
	.navbar-collapse.collapsing {
    	transition: height 0.35s ease !important;
	}
			
	.navbar-collapse {
    	will-change: height;
	}
			
	.logo-wrap img {
    	width: auto;
    	height: 80px;
	}
			
	.custom-navbar .logo-wrap{
		padding: 0;
		margin: 0;
	}
			
	.bottom-about img{
		width: 60px;
		height: auto;
	}
			
	.text-m-center{
		text-align: center;
	}
			
	.text-m-center>.flex{
		justify-content: center !important;
	}
		
	.boxes .box{
		height: fit-content;
	}
			
	.about .hero-tag,
	.about-premium .hero-tag{
		margin-top: 25px;
	}
			
	.wpcf7-list-item {
    	margin: 0 !important;
	}
			
	form{
		padding: 1.3rem ;
	}
	
	.testimonial-card img {
    	width: 80px;
    	height: 80px;
	}
	
	.testimonial-card{
		height: fit-content;
	}
	
	.masonry {
        margin-top: 25px;
    }
	
	.custom-accordion {
		width: auto;
	}
	
	.expand-card .content {
    	position: static;
    	padding: 20px;
    	background: linear-gradient(269.81deg, #F06828 0.16%, #EA2422 99.84%);
	}
	
	.expand-card::after{
		display: none;
	}
	
	footer .right-footer p,
	footer .right-footer a{
		font-size: 15px;
	}
	
	.service-column .service-column-card {
		padding-top: 50px;
	}
	
	footer ul li a{
		font-size: 15px;
	}
	
}

@media (max-width: 400px){
	.testimonial-card{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.service-icon {
		right: 8%;
		width: 100px;
		height: 100px;
	}
}

.stack-item .content p{
	color: white;
}

.form-check{
	padding: 0;
}




@media (max-width: 768px){
	
    .breadcrumb-content h1 {
        font-size: 28px;
    }
	
	.about-images .img-box.img-large{
		display: none;
	}

    .breadcrumb-bg img {
        object-position: right center;
    }
	
	.breadcrumb-hero {
		height: 220px;
	}
	
	.breadcrumb-content {
    	padding-top: 20px;
	}
	
	input::placeholder{
		font-size: 14px;
	}
	
	form>.row>div>p{
		margin: 0;
	}

    .dropdown-menu {
        position: static !important;
        display: none;
        width: 100%;
        border: none;
        box-shadow: none;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }

    .dropdown-toggle::after {
        margin-left: 10px;
		align-items: center;
		
    }
	
	.navbar-nav {
        text-align: center !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        max-height: 250px;
        overflow-y: auto;
        overflow-x: hidden;

        padding: 10px 0;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .navbar-nav .dropdown-menu::-webkit-scrollbar {
        width: 4px;
    }

    .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    /* Menu items spacing */
    .navbar-nav .dropdown-menu .nav-link {
        padding: 8px 10px;
        font-size: 14px;
    }

    .navbar-nav .dropdown-menu {
        mask-image: linear-gradient(to bottom, black 85%, transparent);
        -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent);
    }
	
	.hero-tag{
		margin-top: 20px;
	}
	
	.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link,
	.bottom-about h5{
    	font-size: 21px;
	}
}



@media (min-width: 992px){

    .navbar-nav .dropdown-menu {
        min-width: 400px;
        padding: 20px;
    }

    .navbar-nav .dropdown-menu li {
        list-style: none;
    }

    .navbar-nav .dropdown-menu .nav-link {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        font-size: 17px;
        transition: all 0.3s ease;
    }

    .navbar-nav .dropdown-menu .nav-link:hover {
        background: #f97316;
        color: #fff;
        transform: translateX(5px);
    }
	
	
	.custom-navbar .btn-1 {
    position: absolute;
    right: 15px;
}
}



.p-relative{
	position: relative;
}

.p-sticky{
	position: sticky;
	top: 100px;
}

/* 20.04.2026 */
.disability-footer {
    border-top: 1px solid #000;
}

