* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: #f9f9f9;
    color: #333;
    line-height: 1.6;
}


/* Back to Top Button */

.back-to-top {
    position: fixed;
    bottom: 30px;
    /* distance from bottom */
    right: 30px;
    /* distance from right */
    display: none;
    /* hidden by default */
    width: 50px;
    height: 50px;
    background-color: #ff617c;
    /* green button */
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    /* circular button */
    font-size: 20px;
    z-index: 9999;
    transition: all 0.3s ease;
}

a {
    text-decoration: none;
}

.back-to-top:hover {
    background-color: #ff617c;
    color: #ffffff;
    transform: translateY(-3px);
}

.back-to-top i {
    vertical-align: middle;
    margin-top: -18px;
}


/* ===============================
   VARIABLES
================================ */

:root {
    --brand-red: #ff617c;
    --brand-red-dark: #ff617c;
    --border: #ddd;
    --muted-gray: #f5f5f5;
    --topbar-blue: #ff617c;
}


/* ===============================
   TOP BAR
================================ */

.brand-topbar {
    display: flex;
    align-items: center;
    justify-content: right;
    background: var(--topbar-blue);
}

#google_translate_element {
    margin-right: 28px;
}


/* ===============================
   GOOGLE TRANSLATE
================================ */

.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 0 !important;
    color: #666;
    white-space: nowrap;
}

.goog-te-combo {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 13px;
    cursor: pointer;
}

body>.skiptranslate {
    display: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}


/* ===============================
   NAVBAR
================================ */

.navbar-brand img {
    width: 220px;
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 150px;
    }
}

.search-item .nav-link {
    font-size: 20px;
    font-weight: 700;
    color: #ff617c;
}

.search-item i {
    font-size: 20px;
    font-weight: 900;
}

.search-item .nav-link:hover {
    color: #ff617c;
}

.site-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 230px;
    margin: 8px 0 8px 10px;
}

.site-search-input {
    width: 100%;
    height: 42px;
    padding: 9px 44px 9px 14px;
    border: 1px solid rgba(255, 97, 124, .35);
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 14px;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.site-search-input:focus {
    border-color: #ff617c;
    box-shadow: 0 0 0 3px rgba(255, 97, 124, .12);
}

.site-search-button {
    position: absolute;
    right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 6px;
    background: #ff617c;
    color: #fff;
    cursor: pointer;
    transition: background .25s ease;
}

.site-search-button:hover {
    background: #111;
}

.site-search-results {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1100;
    display: none;
    width: min(360px, calc(100vw - 32px));
    overflow: hidden;
    border: 1px solid rgba(255, 97, 124, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

.site-search-results.is-open {
    display: block;
}

.site-search-result {
    display: block;
    padding: 12px 14px;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
}

.site-search-result:last-child {
    border-bottom: 0;
}

.site-search-result:hover,
.site-search-result:focus {
    background: #fff1f4;
    color: #111;
}

.site-search-result strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
}

.site-search-result span {
    display: block;
    margin-top: 3px;
    color: #ff617c;
    font-size: 12px;
    font-weight: 700;
}

.site-search-empty {
    padding: 12px 14px;
    color: #666;
    font-size: 14px;
}

.mobile-search-item {
    margin-top: 14px;
}

.mobile-site-search-form {
    width: 100%;
    margin: 0;
}

.mobile-site-search-form .site-search-results {
    left: 0;
    right: auto;
    width: 100%;
}

.brand-navbar .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin: 8px;
    transition: 0.3s;
    font-size: 14px;
}

.brand-navbar .nav-link:hover,
.brand-navbar .nav-link.active {
    color: var(--brand-red);
}


/* ===============================
   DROPDOWN
================================ */

.product-dropdown {
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid var(--border);
    text-transform: capitalize;
}

.dropdown-item {
    text-transform: capitalize;
}

.dropdown-item:hover {
    background: var(--brand-red-dark);
    color: #fff;
}

.products-menu {
    position: relative;
}

.product-mega-menu {
    left: 0;
    width: max-content;
    min-height: 410px;
    padding: 0;
    transform: none;
    overflow: visible;
    border: 0;
    border-radius: 8px;
    background: transparent;
    /* box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22); */
}

.product-flyout-menu {
    position: relative;
    width: 330px;
    min-height: 410px;
    padding: 0 0 10px;
    border-right: 4px solid #ff617c;
    border-radius: 8px 0 0 8px;
    background: #fff;
}

.product-flyout-title {
    padding: 16px 20px 14px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
}

.product-flyout-category {
    position: static;
}

.product-category-link {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 20px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.product-category-link i {
    color: inherit;
    font-size: 14px;
}

.product-flyout-category:hover .product-category-link,
.product-flyout-category:focus-within .product-category-link,
.product-flyout-category.is-active .product-category-link {
    background: #ff617c;
    color: #fff;
}

.product-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: min(440px, calc(100vw - 390px));
    min-height: 410px;
    padding: 22px 24px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    box-shadow: 18px 22px 42px rgba(0, 0, 0, 0.14);
}

.product-flyout-category:hover .product-submenu,
.product-flyout-category:focus-within .product-submenu,
.product-flyout-category.is-active .product-submenu {
    display: block;
}

.product-flyout-menu:has(.product-flyout-category:hover) .product-flyout-category.is-active:not(:hover) .product-submenu,
.product-flyout-menu:has(.product-flyout-category:focus-within) .product-flyout-category.is-active:not(:focus-within) .product-submenu {
    display: none;
}

.product-flyout-menu:has(.product-flyout-category:hover) .product-flyout-category.is-active:not(:hover) .product-category-link,
.product-flyout-menu:has(.product-flyout-category:focus-within) .product-flyout-category.is-active:not(:focus-within) .product-category-link {
    background: transparent;
    color: #111;
}

.product-submenu h6,
.mobile-menu-heading {
    margin: 0 0 12px;
    color: #ff617c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-submenu .dropdown-item,
.product-submenu span {
    display: block;
    padding: 8px 10px;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
}

.product-submenu span,
.product-mobile-menu span {
    color: #777;
}

.product-submenu .dropdown-item {
    border-radius: 6px;
}

.product-submenu .dropdown-item:hover {
    background: #ff617c;
    color: #fff;
}

.product-mobile-menu details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 0 8px;
}

.product-mobile-menu summary,
.product-mobile-menu .mobile-category-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 9px 0;
    color: #111;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
}

.product-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.product-mobile-menu summary::after,
.product-mobile-menu .mobile-category-single::after {
    content: "\f054";
    color: #ff617c;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    transition: transform 0.2s ease;
}

.product-mobile-menu details[open] summary::after {
    transform: rotate(90deg);
}

.product-mobile-menu details a,
.product-mobile-menu details span {
    display: block;
    padding: 7px 0 7px 12px;
    color: #ff617c;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}


/* ===============================
   TOGGLER
================================ */

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,0,0,0.9)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ===============================
   OFFCANVAS
================================ */

.brand-offcanvas {
    background: var(--muted-gray);
}

.brand-offcanvas .nav-link {
    font-weight: 600;
    color: #000;
    padding: 8px 0;
}

.brand-offcanvas .nav-link:hover {
    color: var(--brand-red);
}

.mobile-dropdown>.nav-link {
    min-height: 44px;
    margin: 0;
    padding: 10px 0;
}

.mobile-dropdown>.nav-link i {
    display: inline-flex;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}


/* ===============================
   MOBILE PRODUCTS
================================ */

.mobile-submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    list-style: none;
    padding-left: 15px;
    margin-top: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease, margin-top 0.3s ease;
}

.mobile-submenu.is-open {
    max-height: 70vh;
    overflow-y: auto;
    opacity: 1;
    margin-top: 5px;
}

.mobile-submenu li {
    margin-bottom: 10px;
}

.mobile-submenu li a {
    color: #ff617c;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.mobile-submenu li a:hover {
    color: #ff617c;
}

.mobile-dropdown i.rotate {
    transform: rotate(180deg);
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
    .brand-topbar {
        justify-content: center;
    }
    .brand-topbar {
        display: none;
    }
    .goog-te-combo {
        width: 100%;
    }
}


/* carosel */

.hero-banner {
    width: 100%;
}

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.counter-card {
    padding: 9px 0;
    width: 100%;
    display: block;
}

.counter-row {
    min-height: 300px;
    padding: 2px;
}

.check-circle {
    background: #ff617c;
    color: #ebe7e8;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.section-img-1,
.section-img {
    width: 100%;
    display: block;
    height: 332px;
    object-fit: cover;
    margin: 0;
    padding: 5px;
}

.counterr-card {
    display: none;
    width: 100%;
}

@media (max-width: 991px) {
    .countrrr {
        display: none;
    }
    .counterr-card {
        display: block;
    }
    .counterr-card .row {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .counterr-card .col-lg-5,
    .counterr-card .col-lg-7 {
        width: 100%;
        padding: 0;
    }
    .m-counter-img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        padding: 5px;
    }
}


/* PAGE BANNER */

.page-banner {
    position: relative;
    width: 100%;
    min-height: 291px;
    background: url("../images/company-ban.png") center/cover no-repeat;
}

.contact-banner {
    position: relative;
    width: 100%;
    min-height: 291px;
    background: url("../images/contact-ban.png") center/cover no-repeat;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.banner-content h3 {
    font-size: 46px;
    font-weight: 800;
}

.banner-content p {
    margin-top: 8px;
    font-size: 16px;
    opacity: .9;
}


/* BREADCRUMB FLOATING */

.breadcrumb-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -35px;
    position: relative;
    z-index: 5;
}

.breadcrumb-box {
    background: #fff;
    padding: 14px 30px;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
    display: flex;
    gap: 12px;
    align-items: center;
}

.breadcrumb-box a {
    color: #0a0909;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.breadcrumb-box a:hover {
    color: #030303;
}

.breadcrumb-box span {
    font-weight: 600;
    color: #777;
}

.breadcrumb-box .active {
    color: #ff617c;
    font-weight: 700;
}


/* MOBILE */

@media(max-width:768px) {
    .banner-content h1 {
        font-size: 32px;
    }
    .breadcrumb-box {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}


/* about us */

.wow {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease;
}


/* FADE IN LEFT (Text) */

.wow.fadeInLeft {
    transform: translateX(-50px);
}


/* FADE IN RIGHT (Image) */

.wow.fadeInRight {
    transform: translateX(50px);
}


/* ACTIVE STATE */

.wow.animate {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}


/* Handle data-wow-delay */

.wow[data-wow-delay] {
    transition-delay: var(--wow-delay);
}


/* BUTTON */

.about-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 28px;
    background: #ff617c;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-btn:hover {
    background: #333;
    transform: translateY(-2px);
}


/* IMAGE */

.about-img img {
    width: 100%;
    border-radius: 14px;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .about-text,
    .about-img {
        text-align: center;
        margin-bottom: 20px;
    }
}

.about-text h2 {
    /* font-family:'Helvetica Neue, Helvetica, Arial, sans-serif'; */
    font-size: 2.5rem;
    font-weight: 500;
    color: #0a0a0a;
    position: relative;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: 1px;
    overflow: hidden;
    background: linear-gradient(120deg, #ff617c, #ff617c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slideInGradient 1s ease forwards;
}

.about-text h2::after {
    content: "";
    display: block;
    width: 150px !important;
    height: 4px;
    background: #ff617c;
    border-radius: 2px;
    margin-top: 12px;
    animation: expandLine 0.8s ease forwards;
}

@keyframes slideInGradient {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .about-text h2 {
        font-size: 2rem;
    }
    .about-text h2::after {
        width: 40px;
    }
}


/* ================= CONTACT SECTION ================= */

.contact-section {
    padding: 50px 20px;
    background: #f9f9f9;
}

.contact-section .intro-text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    color: #070606;
}

.contact-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact-info {
    flex: 1;
    background: #ff617c;
    color: #fff;
    padding: 40px 30px;
}

.contact-info h3 {
    margin-bottom: 25px;
}

.contact-info .contact-item {
    margin-bottom: 20px;
}

.contact-info .contact-item i {
    margin-right: 10px;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
}

.contact-form {
    flex: 1;
    padding: 40px 30px;
}

.contact-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.contact-form textarea {
    resize: vertical;
    min-height: 80px;
}

.contact-form .btn-send {
    background: #ff617c;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.contact-form .btn-send:hover {
    background: #ff617c;
}


/* Responsive */

@media (max-width: 991px) {
    .contact-wrapper {
        flex-direction: column;
    }
}

.global-network {
    padding: 60px 20px;
    background: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.section-title {
    font-size: 28px;
    color: #ff617c;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 3px solid #ff617c;
}

.section-desc {
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #0a0909;
}

.map-section {
    width: 100%;
}

.map-container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.world-map {
    width: 100%;
    height: auto;
    display: block;
}


/* Responsive scaling */

@media (max-width: 991px) {
    .map-marker {
        font-size: 12px;
        padding: 5px 10px;
    }
}

@media (max-width: 576px) {
    .map-marker {
        font-size: 10px;
        padding: 4px 8px;
    }
    .map-marker .flag {
        font-size: 14px;
    }
}


/* ===== Heading Section ===== */

.heading-section .subheading {
    display: inline-block;
    margin-bottom: 0;
    color: #040404;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: capitalize;
    position: relative;
}


/* Decorative lines */

.heading-section .subheading::after,
.heading-section .subheading::before {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: #000;
}

.heading-section .subheading::after {
    left: -60px;
}

.heading-section .subheading::before {
    right: -60px;
}


/* Main Heading */

.heading-section h2 {
    font-size: 40px;
    font-weight: 600;
}


/* ===== White Theme ===== */

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white .subheading::after,
.heading-section.heading-section-white .subheading::before {
    background: #fff;
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}


/* ===== Tablet (≤ 991px) ===== */

@media (max-width: 991px) {
    .heading-section .subheading {
        font-size: 26px;
        letter-spacing: 1.5px;
    }
    .heading-section .subheading::after,
    .heading-section .subheading::before {
        width: 35px;
    }
    .heading-section .subheading::after {
        left: -45px;
    }
    .heading-section .subheading::before {
        right: -45px;
    }
    .heading-section h2 {
        font-size: 32px;
    }
}


/* ===== Mobile (≤ 767px) ===== */

@media (max-width: 767px) {
    .heading-section .subheading {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .heading-section .subheading::after,
    .heading-section .subheading::before {
        width: 25px;
    }
    .heading-section .subheading::after {
        left: -35px;
    }
    .heading-section .subheading::before {
        right: -35px;
    }
    .heading-section h2 {
        font-size: 28px;
    }
}


/* ===== Small Mobile (≤ 480px) ===== */

@media (max-width: 480px) {
    .heading-section .subheading {
        font-size: 18px;
    }
    .heading-section .subheading::after,
    .heading-section .subheading::before {
        display: none;
        /* cleaner look on very small screens */
    }
    .heading-section h2 {
        font-size: 24px;
    }
}


/* CLIENT LOGO SLIDER */

.partner-slider {
    overflow: hidden;
    padding: 20px 0;
}


/* ROW */

.partner-row {
    display: flex;
    gap: 20px;
    width: max-content;
    margin-bottom: 28px;
    flex-wrap: nowrap;
    /* Keep in single row for slider */
}


/* LOGO BOX */

.partner-logo {
    width: 150px;
    height: 150px;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s ease;
    flex-shrink: 0;
    /* Prevent shrinking on small screens */
}

.partner-logo img {
    width: 150px;
    height: 150px;
    transition: 0.35s ease;
    object-fit: contain;
}


/* HOVER EFFECT */

.partner-logo:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px;
}

a {
    text-decoration: none;
}

.partner-logo:hover img {
    filter: grayscale(0%);
}


/* ANIMATION */

.move-left {
    animation: moveLeft 30s linear infinite;
}

.move-right {
    animation: moveRight 30s linear infinite;
}

.partner-slider:hover .partner-row {
    animation-play-state: paused;
}

@keyframes moveLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}


/* SINGLE RESPONSIVE MEDIA QUERY FOR CLIENT LOGO SLIDER */

@media (max-width: 1024px) {
    .partner-row {
        gap: 10px;
        /* reduce spacing on smaller screens */
    }
    .partner-logo {
        width: 90px;
        /* resize logos proportionally */
        height: 70px;
        flex-shrink: 0;
        /* prevent distortion */
    }
    .partner-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* keep image aspect ratio */
    }
}


/* products */

.services {
    border: 1px solid #ff617c;
    margin-top: 25px;
    margin-bottom: 40px;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .icon {
    line-height: 1.3;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border: 1px solid #f0cbd3;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(200, 13, 55, 0.1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-icon1 {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.product-offering-icon {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: #c80d37;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease, color 0.3s ease;
}

.services:hover .product-offering-icon {
    stroke: #c80d37;
    transform: scale(1.1);
}

.product-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}


/* Optional hover effect */

.services:hover .service-icon1 {
    transform: scale(1.1);
    transition: 0.3s ease;
}

.services .icon:after,
.services .icon:before {
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .icon:after {
    left: 50%;
    bottom: -13px;
    content: "";
    width: 25px;
    height: 2px;
    background: #c80d37;
    transform: translateX(-50%);
}

.services .icon:before {
    display: none;
}

.services .icon span {
    font-size: 50px;
    color: #fff;
}

.services .media-body {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.8);
}

.services .media-body h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .media-body p {
    margin-bottom: 0;
}

.services:hover {
    background: #ff617c;
}

.services:hover .icon {
    background: #ff617c;
}

.services:hover .icon:after {
    background: #fff;
}

.services:hover .icon:before {
    display: none;
}

.services:hover span {
    color: #ff617c;
}

.services:hover .media-body {
    color: rgba(255, 255, 255, 0.8);
}

.services:hover .media-body h3 {
    color: #fff;
}

.services.active {
    background: #ff617c;
}

.services.active .icon span {
    color: #fff;
}

.services.active .media-body {
    color: rgba(255, 255, 255, 0.8);
}

.services.active .media-body h3 {
    color: #fff;
}

.services.active .media-body p {
    margin-bottom: 0;
}

.services-wrap {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.services-wrap .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    background: #ff617c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-wrap .icon span {
    font-size: 40px;
    color: #fff;
}

.services-wrap .media-body {
    width: calc(100% - 80px);
}

.services-wrap .media-body h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
}

.services-wrap:hover .icon {
    background: #ff617c;
}

.services-wrap:hover .icon span {
    color: #fff;
}


/* missiona nd vision */


/* our leaderss */


/* GV SECTION */

section.gvSection {
    padding: 60px 15px;
    background: #f9f9f9;
    text-align: center;
}

section.gvSection .gvList ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* allow wrapping on smaller screens */
    justify-content: center;
    /* center all cards */
    gap: 30px;
    padding: 0;
    margin: 0;
}

section.gvSection .gvList ul li {
    flex: 1 1 300px;
    /* cards grow/shrink and min-width 300px */
    max-width: 360px;
    /* limit max width */
    border: 1px solid #f2f2f2;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 12px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section.gvSection .gvList ul li:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 25px, rgba(0, 0, 0, 0.22) 0px 8px 10px;
}

section.gvSection .gvList ul li .gvItem img {
    height: 100px;
    margin-bottom: 20px;
}

section.gvSection .gvList ul li .gvTitle {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff617c;
}

section.gvSection .gvList ul li .txt p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}


/* RESPONSIVE */

@media (max-width: 1024px) {
    section.gvSection .gvList ul {
        gap: 20px;
    }
    section.gvSection .gvList ul li {
        max-width: 320px;
        padding: 25px 18px;
    }
    section.gvSection .gvList ul li .gvTitle {
        font-size: 20px;
    }
    section.gvSection .gvList ul li .gvItem img {
        height: 90px;
    }
}

@media (max-width: 768px) {
    section.gvSection .gvList ul {
        flex-direction: column;
        /* stack cards vertically */
        align-items: center;
    }
    section.gvSection .gvList ul li {
        flex: 1 1 90%;
        max-width: 90%;
    }
    section.gvSection .gvList ul li .gvTitle {
        font-size: 18px;
    }
    section.gvSection .gvList ul li .gvItem img {
        height: 80px;
    }
}

@media (max-width: 480px) {
    section.gvSection {
        padding: 40px 15px 20px;
    }
    section.gvSection .gvList ul li {
        padding: 18px 15px;
    }
    section.gvSection .gvList ul li .gvTitle {
        font-size: 16px;
    }
}


/* our leaders section */

.lux-leadership {
    padding: 60px 20px;
    background: #ffffff;
    position: relative;
}

.lux-leadership::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #ff617c 0%, #ff617c 100%);
    z-index: 0;
}

.lux-container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: auto;
}

.lux-head {
    text-align: center;
    margin-bottom: 80px;
    color: #fff;
}

.lux-head h2 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 15px;
}

.lux-head p {
    font-size: 18px;
    opacity: 0.9;
}


/* GRID */

.lux-board {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 60px;
}


/* CARD */

.lux-item {
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.lux-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 80px rgba(254, 96, 123, 0.3);
}


/* IMAGE */

.lux-img {
    width: 140px;
    height: 140px;
    margin: -100px auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.lux-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* TEXT */

.lux-info h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 8px;
}

.lux-info span {
    font-size: 16px;
    color: #ff617c;
    font-weight: 500;
}


/* Responsive */

@media(max-width:768px) {
    .lux-head h2 {
        font-size: 30px;
    }
    .lux-item {
        padding: 40px 20px;
    }
    .lux-img {
        width: 110px;
        height: 110px;
        margin-top: -70px;
    }
}


/* footer */

.kc-footer {
    color: #0a0808;
    background-color: #ecf0f2;
    padding: 70px 60px 25px;
    font-family: 'Segoe UI', sans-serif;
}

.kc-footer-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1400px;
    margin: auto;
}

.ftco-heading-2 {
    color: #ff617c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-left: 3px;
}

.ftco-heading-2::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #ff617c;
    display: block;
    margin-top: 8px;
}

.footer-col p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    line-height: 1.8;
    margin-bottom: 6px;
}

.footer-col ul li a {
    color: #0c0a0a;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.footer-col ul li i {
    margin-right: 8px;
    color: #040404;
}

.social-title {
    margin-top: 25px;
}

.footer-social {
    display: flex;
    gap: 14px;
    margin-top: 12px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    background: #ff617c;
    color: #f0f2f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 40px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.footer-bottom a {
    color: #080707;
    text-decoration: none;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .kc-footer-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .about-sec {
        padding: 12px 0;
    }
}

@media (max-width: 576px) {
    .kc-footer {
        padding: 50px 25px 20px;
    }
    .kc-footer-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

.contact-header {
    height: 186px;
    max-height: 247px;
    background-color: #ff617c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}


/* content wrapper */

.contact-header .container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* main heading */

.contact-header h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
}


/* breadcrumb text */

.contact-header p a {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
}

@media (max-width: 992px) {
    .contact-header h2 {
        font-size: 34px;
    }
    .contact-header {
        height: 132px;
        max-height: 247px;
        background-color: #ff617c;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .contact-header h2 {
        font-size: 28px;
    }
    .contact-header p,
    .contact-header p a {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .contact-header h2 {
        font-size: 24px;
    }
}


/* Section Background */

.container-fluid.py-5 {
    background: linear-gradient(180deg, #fff 0%, #fff5f7 100%);
}


/* Section Cards */

.med-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    border: 1px solid #f3f3f3;
}

.med-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}


/* Section Titles */

.med-title {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
    position: relative;
}

.med-title:after {
    content: "";
    width: 45px;
    height: 3px;
    background: #ff617c;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 2px;
}


/* List Styling */

.med-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.med-list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
}

.med-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #ff617c;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* CTA Box */

.cta-box {
    background: linear-gradient(135deg, #ff617c, #ff617c);
    padding: 40px;
    border-radius: 16px;
    color: white;
}

.cta-box h3 {
    color: white;
}

.cta-box p {
    opacity: 0.95;
}


/* Image Styling */

.product-img {
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}


/* Responsive */

@media (max-width:768px) {
    .med-card {
        padding: 20px;
    }
}


/* Usage + Precaution Cards */

.info-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all .35s ease;
    border: 1px solid #f2f2f2;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}


/* Card Headers */

.info-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ff617c, #ff617c);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-right: 14px;
}

.info-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}


/* List Styling */

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    color: #555;
    font-size: 15px;
}

.info-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #ff617c;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* FAQ Section */

.faq-box {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}


/* Accordion Custom */

.accordion-button {
    font-weight: 600;
    color: #222;
}

.accordion-button:not(.collapsed) {
    background: #fff1f4;
    color: #ff617c;
    box-shadow: none;
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #f3f3f3;
}