h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;

}

body {
    font-family: 'Poppins', sans-serif;
}

ul {
    padding: 0;
    list-style: none;
}

.btn-blue {
    background-color: #132C74;
    color: white;
    border-radius: 50px;
    padding: 12px 25px;
    border: 1px solid #132C74;
}

.btn-yellow {
    background-color: #B66119;
    color: white;
    border-radius: 50px;
    padding: 12px 25px;
    border: 1px solid #B66119;
}

.top-right {
    display: flex;
    gap: 12px;
}

nav.navbar {
    background-color: white;
    border: 3px solid #132C74;
    border-radius: 50px;
    padding: 20px;
}

a.nav-link {
    color: #000000;
    position: relative;
    font-size: 17px;
}a.nav-link {
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #132C74;
    bottom: 0;
    height: 4px;
    border-radius: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease;
}

.navbar-nav li {
    margin: 0px 16px;
}

section.home-banner{
    background-image: url('../img/home-banner-bg.png');
    padding-top: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 0px;
}

.top-header ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.top-header ul p {
    margin: 0;
    color: white;
    font-size: 14px;
    border-right: 2px solid white;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 14px;
}

.top-header li:last-child p {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

a.nav-link.active {
    font-weight: bold;
}

a.nav-link.active:before {
    opacity: 1;
}

a.navbar-brand {
    margin: 0;
    position: absolute;
    left: -30px;
}

a.navbar-brand img {
    height: 150px;
}


ul.navbar-nav {
    padding-left: 40px;
}

.banner-content h1 {
    color: #FFFFFF;
    font-size: 70px;
    letter-spacing: -5%;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 40px;
}

.banner-content p {
    color: #F3F3F3;
    letter-spacing: -5%;
    font-size: 18px;
    max-width: 600px;
    margin: 0;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    margin-top: -30px;
}

.banner-form {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #132C74;
}
.banner-form h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 28px;
}
.banner-form .form-group {
    margin-bottom: 16px;
}
.banner-form .form-control,
.banner-form .form-select {
    background-color: #F8F8F8;
    border: 1px solid #F8F8F8;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
    color: #1E1E1E;
    height: auto;
}
.banner-form textarea.form-control {
    border-radius: 16px;
    resize: none;
}
.banner-form .form-control::placeholder {
    color: #9A9A9A;
}
.banner-form .form-control:focus,
.banner-form .form-select:focus {
    background-color: #FFFFFF;
    border-color: #132C74;
    box-shadow: none;
    outline: none;
}
.banner-form .form-select {
    color: #1E1E1E;
}
.file-upload label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #FAFAFA;
    border: 1.5px dashed #CFCFCF;
    border-radius: 50px;
    padding: 16px 20px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    width: 100%;
    margin: 0;
}
.file-upload label strong {
    color: #1A1A1A;
    text-decoration: underline;
    font-weight: 600;
}
.file-icon {
    font-size: 16px;
}
.btn-submit {
    background-color: #B66119;
    color: white;
    border-radius: 50px;
    padding: 15px 25px;
    border: 1px solid #B66119;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    transition: background-color 0.3s ease;
}
.btn-submit:hover {
    background-color: #9A4F12;
    color: white;
}

.banner-content {
    margin-top: 50px;
}

.section-heading h2 {
    color: #1E1E1E;
    font-size: 55px;
    letter-spacing: -5%;
}

.section-heading h2 span {
    color: #B66119;
}

section.trusted {
    padding: 100px 0;
    overflow: hidden;
}
.trusted .section-heading {
    margin-bottom: 80px;
}
.trusted-images {
    width: 100%;
    overflow: hidden;
}
.trusted-track {
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    animation: trusted-scroll 40s linear infinite;
}
.trusted-track:hover {
    animation-play-state: paused;
}
.trusted-track img {
    height: 300px;
    width: auto;
    border-radius: 16px;
    flex-shrink: 0;
}
@keyframes trusted-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

section.categories .section-heading h2 span, section.process .section-heading h2 span, .style .section-heading h2 span{
    color: #132C74;
}

section.categories {
    padding: 100px 0;
    background-image: url(../img/category-bg.png);
    background-size: 100% 90%;
    \: right;
    background-repeat: no-repeat;
}

.category-box {
    margin-top: 50px;
}
.category-tabs {
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    margin: 0 auto 40px;
    max-width: 100%;
    width: 100%;
    justify-content: space-around;
}
.category-tabs .nav-item {
    margin: 0;
}
.category-tabs .nav-link {
    color: #1E1E1E;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 50px;
    white-space: nowrap;
    border: none;
    background: transparent;
    transition: all 0.3s ease;
}
.category-tabs .nav-link.active {
    background-color: #B66119;
    color: #FFFFFF;
}
.category-slide {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
    align-items: center;
    gap: 25px;
}
.category-img {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
}
.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.category-info {
    flex: 0 0 58%;
    max-width: 58%;
    padding: 45px 45px 45px 20px;
}
.category-info h3 {
    font-size: 52px;
    color: #1E1E1E;
    margin-bottom: 18px;
    letter-spacing: -5%;
}
.category-info p {
    color: #6B6D71;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: -5%;
}
.category-info h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1E1E1E;
    margin-bottom: 12px;
}
.best-for {
    display: flex;
    gap: 40px;
    margin-bottom: 28px;
}
.best-for ul {
    margin: 0;
}
.best-for ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
    color: #1E1E1E;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -5%;
}
.best-for ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1E1E1E;
}
.btn-explore {
    background-color: #B66119;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 15px;
    border: 1px solid #B66119;
    transition: background-color 0.3s ease;
}
.btn-explore:hover {
    background-color: #9A4F12;
    color: #FFFFFF;
}
.category-swiper {
    padding-bottom: 70px;
}
.category-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #D9D9D9;
    opacity: 0.4;
    border: 1px solid #D9D9D9;
    margin: 0px 5px !important;
}
.category-swiper .swiper-pagination-bullet-active {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    opacity: 1;
}

.section-heading.text-white h2 {
    color: #FFFFFF;
}

.testimonials {
    margin-top: 100px;
}

.testimonials-img {
    text-align: right;
}

.testimonials-slider {
    margin-top: 60px;
    overflow: hidden;
}
.reviews-swiper {
    overflow: visible;
}
.review-card {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 22px 22px;
    /* box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08); */
    height: 100%;
    min-height: 220px;
}
.review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.review-meta {
    flex: 1;
}
.review-meta h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1E1E1E;
    margin: 0;
}
.review-meta span {
    font-size: 12px;
    color: #9A9A9A;
}
.review-source {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.review-card p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

section.process {
    padding: 100px 0px;
}

.process-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-top: 80px;
}
.process-item {
    flex: 1;
    text-align: left;
    position: relative;
    max-width: 300px;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transition: border-color 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
.process-item.down {
    margin-top: 50px;
}
.process-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 5px;
    border: 2px solid #132C74;
    position: relative;
    transition: all 0.4s ease;
    top: 0;
}
.process-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process-text {
    padding: 0 20px 20px;
}
.process-num {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 700;
    color: #E8E8E8;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    letter-spacing: -5%;
}
.process-text h4 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 12px;
}
.process-text p {
    font-size: 15px;
    color: #6E6F77;
    line-height: 1.6;
    margin: 0;
}
.process-text p a {
    color: #6E6F77;
    font-weight: 600;
    text-decoration: none;
}

/* connecting arrows between circles */
.process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -74px;
    width: 90px;
    height: 40px;
    background-image: url('../img/process-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.process-item.up:not(:last-child)::after {
    transform: rotate(0deg);
}
.process-item.down:not(:last-child)::after {
    transform: scaleY(-1);
    bottom: 10px;
    top: auto;
    right: -106px;
}

@media (max-width: 991px) {
    .process-steps {
        flex-wrap: wrap;
        gap: 40px;
    }
    .process-item,
    .process-item.down {
        flex: 0 0 45%;
        max-width: 45%;
        margin-top: 0;
    }
    .process-item::after {
        display: none;
    }
}

.video-wrapper video {
    width: 100%;
    border-radius: 48px;
}

.counter-wrapper{
    background-image: url(../img/counter-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

ul.counter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 80px;
}

ul.counter li {
    text-align: center;
}

ul.counter li h6 {
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: -5%;
    margin-bottom: 8px;
}

ul.counter li p {
    color: #FFFFFF;
    font-size: 20px;
}

.patch {
    margin: 100px 0px 0;
    overflow: hidden;
}

.patch-slider {
    margin-top: 50px;
    overflow: hidden;
}
.patch-swiper {
    overflow: visible;
}
.patch-card {
    height: 100%;
}
.patch-img {
    background-color: #FFFFFF;
    border-radius: 14px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid #E3E3E3;
    border-radius: 30px;
}
.patch-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.patch-info h4 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: -2%;
}
.patch-info p {
    font-size: 14px;
    color: #6E6F77;
    line-height: 1.6;
    margin-bottom: 16px;
}
.patch-info h5 {
    color: #B66119;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}
.patch-spec {
    display: block;
    font-size: 14px;
    color: #6E6F77;
    margin-bottom: 20px;
}
.btn-order {
    background-color: transparent;
    color: #1E1E1E;
    border: 1px solid #132C74;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-weight: 600;
}
.btn-order:hover {
    background-color: #132C74;
    color: #FFFFFF;
}

.patch .container {
    position: relative;
}
.patch-slider {
    margin-top: 50px;
    margin-right: calc(-50vw + 50%);
    overflow: hidden;
    padding-right: 0;
    overflow: hidden;
}
.patch-swiper {
    overflow: visible;
}

.backing-option {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

section.backing {
    padding: 100px 0;
    background-image: url(../img/backing-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.backing-row {
    margin-top: 160px;
}
.backing-box {
    position: relative;
    text-align: center;
    padding: 0 15px 30px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
}
.backing-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #132C74;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    margin-top: -100px;
}
.backing-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.backing-text h4 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.backing-text p {
    font-size: 15px;
    color: #6E6F77;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

/* hover / active state */
.backing-box:hover,
.backing-box.active {
    background-color: #B66119;
}
.backing-box:hover .backing-text h4,
.backing-box.active .backing-text h4,
.backing-box:hover .backing-text p,
.backing-box.active .backing-text p {
    color: #FFFFFF;
}

.style {
    position: relative;
    padding: 200px 0 100px;
    /* overflow: hidden; */
}
.style-img {
    position: absolute;
    bottom: -37px;
    right: 5%;
    width: 50%;
    /* height: 100%; */
    z-index: 1;
    /* overflow: hidden; */
    /* clip-path: ellipse(120% 100% at 100% 0%); */
}
.style-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.style-content {
    position: relative;
    z-index: 2;
}
.style-list {
    margin: 25px 0 20px;
}
.style-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #1E1E1E;
}
.style-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1E1E1E;
}
.style-para {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    max-width: 480px;
    margin-bottom: 30px;
}
.style-features {
    display: flex;
    gap: 45px;
    margin-bottom: 35px;
}
.style-features li {
    text-align: center;
}
.style-features li img {
    height: 32px;
    margin-bottom: 12px;
}
.style-features li h6 {
    font-size: 18px;
    color: #1E1E1E;
    margin: 0;
    line-height: 1.3;
}

.style {
    clip-path: ellipse(67% 110% at 52% 0%);
}

section.faq {
    padding: 120px 0;
}
.faq-row {
    margin-top: 50px;
}
.faq .accordion-item {
    background-color: #FCF8F0;
    border: none;
    border-radius: 12px !important;
    margin-bottom: 18px;
    overflow: hidden;
}
.faq .accordion-button {
    background-color: white;
    color: #1E1E1E;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 18px 22px;
    box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
    background-color: #FCF8F0;
    color: #1E1E1E;
    box-shadow: none;
}
.faq .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.faq .accordion-body {
    padding: 0 22px 20px;
    font-size: 14px;
    color: #6E6F77;
    line-height: 1.6;
}

/* replace default chevron with a + / â€“ icon */
.faq .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 22px;
    font-weight: 400;
    color: #1E1E1E;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    transition: none;
}
.faq .accordion-button:not(.collapsed)::after {
    content: "âˆ’";
    transform: none;
}

section.instagram {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.instagram .insta-handle {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #6E6F77;
    margin-bottom: 8px;
}
.instagram .section-heading h2 {
    margin-bottom: 50px;
}
.insta-images {
    width: 100%;
    overflow: hidden;
}
.insta-track {
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    animation: insta-scroll 40s linear infinite;
}
.insta-track:hover {
    animation-play-state: paused;
}
.insta-item {
    flex-shrink: 0;
}
.insta-item img {
    height: 400px;
    width: 350px;
    object-fit: cover;
    border-radius: 20px;
}
@keyframes insta-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.footer {
    padding-top: 350px;
    position: relative;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: top;
    margin-top: -300px;
}
.footer-logo img {
    height: 130px;
}
.newsletter h2 {
    color: #FFFFFF;
    font-size: 32px;
    margin-bottom: 20px;
}
.newsletter-form {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 6px;
    max-width: 620px;
}
.newsletter-form input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 12px 22px;
    font-size: 15px;
    color: #1E1E1E;
}
.newsletter-form .btn-yellow {
    white-space: nowrap;
}

.footer-links {
    padding: 60px 0 60px;
}
.footer-links h5 {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 25px;
}
.footer-cols {
    display: flex;
    gap: 40px;
}
.footer-links ul li {
    margin-bottom: 8px;
}
.footer-links ul li a {
    color: #7C7E81;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}
.footer-links ul li a:hover {
    color: #B66119;
}
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px !important;
}
.footer-contact li img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.footer-contact li a,
.footer-contact li span {
    color: #7C7E81;
    font-size: 16px;
    text-decoration: none;
}

.footer-bottom .container {
    background-color: #B66119;
    padding: 15px 45px 12px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}
.footer-bottom .copyright {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
}
.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}
.footer-social span {
    color: #FFFFFF;
    font-size: 16px;
}
.footer-social a img {
    width: 18px;
    height: 18px;
}

@media (max-width: 767px) {
    .footer-cols {
        flex-direction: column;
        gap: 0;
    }
    .footer-social {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

/* ---------- Button hover transitions (base) ---------- */
.btn-blue,
.btn-yellow,
.btn-white,
.btn-explore,
.btn-order,
.btn-submit,
.newsletter-form .btn-yellow {
    transition: all 0.3s ease;
}

/* ---------- Blue button ---------- */
.btn-blue:hover {
    background-color: #FFFFFF;
    color: #132C74;
    border-color: #132C74;
}

/* ---------- Yellow / orange button ---------- */
.btn-yellow:hover {
    background-color: #FFFFFF;
    color: #B66119;
    border-color: #B66119;
}

/* ---------- White button (backing section) ---------- */
.btn-white:hover {
    background-color: #132C74;
    color: #FFFFFF;
    border-color: #132C74;
}

/* ---------- Explore button (category tabs) ---------- */
.btn-explore:hover {
    background-color: #FFFFFF;
    color: #B66119;
    border-color: #B66119;
}

/* ---------- Order Now button (patch cards) ---------- */
.btn-order:hover {
    background-color: #132C74;
    color: #FFFFFF;
    border-color: #132C74;
}

/* ---------- Submit button (quote form) ---------- */
.btn-submit:hover {
    background-color: #9A4F12;
    color: #FFFFFF;
    border-color: #9A4F12;
}

.process-item:hover {
    background-color: #B66119;
}

.process-item:hover * {
    color: white;
}

.process-item:hover .process-circle {
    transform: scale(1.05);
}

a.nav-link:hover:before {
    opacity: 1;
}

a.nav-link:hover {
    color: black;
}