h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600 !important;
    text-transform: normal;
    line-height: 1;
}

* {
    font-family: Arial, sans-serif;
}

p {
    font-family: "Montserrat", sans-serif !important;
}

.montserrat-font {
    font-family: "Montserrat", sans-serif !important;
}

.slider-caption h2 {
    color: #303030;
    font-weight: 600;
    text-align: left;
    font-size: 35px;
    line-height: .95;
    margin-bottom: 1.75rem;
}

.slider-caption h2 span {
    display: inline-block;
    color: #dd242e !important;
    font-weight: 400;
    font-size: 55px;
    position: relative;
    line-height: .95;
    font-family: 'Brush Script MT', cursive;
}

#scrollUp {
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 77px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px;
    background: #162b9e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#scrollUp:hover {
    background: #dd242e;
}

h2.product-title {
    font-size: 24px;
    font-weight: 600;
    color: #140053;
    margin-bottom: 20px;
    text-transform: none;
}

.product-description {
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    color: #000000;
}

body {
    color: #747474;
}

.logo {
    padding: 10px 0;
}

header {
    position: relative;
    z-index: 1000;
}

.top-header {
    background-color: #162b9e;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
    font-size: 14px;
}

.top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left .contact-info {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
    align-items: center;
    flex-direction: row;
}

.top-left .contact-info li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-left .contact-info li i {
    color: #ffffff;
    font-size: 12px;
}

.top-left .contact-info li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-left .contact-info li a:hover {
    color: #ffffff;
    text-decoration: underline!important;
}

.top-left .contact-info li span {
    color: #ffffff;
}

.top-right .social-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}

.top-right .social-links li a {
    color: #ffffff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
}

.top-right .social-links li a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.main-menu-area {
    background: #ffffff;
    padding: 0px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    width: 100%;
}

.container-fluid {
    width: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo img {
    height: auto;
    max-height: 40px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 50px;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    color: #1a2870;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    position: relative;
}

.nav-links li a:hover {
    opacity: 0.8;
}

.nav-links li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1a2870;
    transition: width 0.3s ease;
}

.nav-links li a:hover::after,
.nav-links li a.active::after {
    width: 100%;
}

.search-box {
    position: relative;
}

.search-box form {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    padding: 10px 40px 10px 15px;
    border: none;
    border-radius: 25px;
    width: 200px;
    font-size: 14px;
    outline: none;
    transition: width 0.3s ease;
}

.search-box i {
    position: absolute;
    right: 15px;
    color: #666;
    pointer-events: none;
}

.cart-icon {
    color: #162b9d;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    transition: opacity 0.3s ease;
}

.cart-icon:hover {
    opacity: 0.8;
}

.cart-icon i {
    font-size: 20px;
}

.cart-icon small {
    font-size: 11px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #0d195a;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.mobile-menu-toggle:hover {
    opacity: 0.8;
}

.hero {
    background: linear-gradient(140deg,
        rgba(255, 255, 255, 1) 39%,
        rgba(249, 253, 255, 0) 100%,
        rgba(255, 255, 255, 0) 0%),
        url('.././img/bg/hero-bg.jpg');
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-caption p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 50px;
    position: relative;
    margin-right: 10px;;
    max-width: 650px;
}

.badge-pill {
    display: inline-block;
    padding: 6px 15px 6px 30px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}

.badge-pill::before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.hero-text .badge-pill {
    padding-left: 15px;
}

.hero-text .badge-pill::before {
    width: 0;
}

.red-badge {
    background: #dd242e26;
    color: #dd242e;
    border: 1px solid #dd242e;
}

.badge-pill.red-badge::before {
    background-color: #dd242e;
}

.blue-badge {
    background: rgba(44, 62, 158, 0.1);
    color: #162b9e;
    border: 1px solid rgba(44, 62, 158, 0.2);
}

.badge-pill.blue-badge::before {
    background-color: #162b9e;
}

h1 {
    font-size: 48px;
    color: #162b9e;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-padding {
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.about-content {
    padding-right: 20px;
}

.title-text {
    font-size: 28px;
    color: #162b9e;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-content span.cursive-text {
    font-family: 'Brush Script MT', cursive;
    color: #dd242e !important;
    font-size: 37px;
    font-weight: 400;
}

.text-content {
    color: #495057;
    font-size: 16px;
    line-height: 1.5;
}

.text-content.sm-text {
    font-size: 15px;
}

.about-content .year-started {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: 100%;
}

.stat-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 240px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    border-radius: 20px;
}

.stat-card-1::before {
    background: url('.././img/card/card-1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity:1;
}

.stat-card-2::before {
    background: url('.././img/card/card-2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity:1;
}

.stat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    border-radius: 15px;
    border: solid 5px #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.stat-card-1 .stat-overlay {
    background: linear-gradient(12deg, rgb(221 36 46) 9%, #df303a00 60%)
}

.stat-card-2 .stat-overlay {
    background: linear-gradient(12deg, rgb(221 36 46) 9%, #df303a00 60%)
}

.stat-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.stat-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.stat-content {
    color: white;
}

.stat-value {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.stat-label {
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    line-height: 1.3;
}

.card-header {
    background: white;
    border-radius: 15px!important;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icon-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #5c6bc0 0%, #3f51b5 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(63, 81, 181, 0.3);
}

.icon-badge .fa-star {
    width: 20px;
    height: 20px;
    color: white;
}

.card-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-title {
    font-size: 17px;
    font-weight: 700;
    color: #2C359A;
    margin-bottom: 10px;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
}

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

.icon-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.feature-card:hover .icon-wrapper {
    transform: scale(1.1);
}

.icon-wrapper.blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.icon-wrapper.pink {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.icon-wrapper svg {
    width: 24px;
    height: 24px;
}

.icon-wrapper.blue svg {
    fill: #1976d2;
}

.icon-wrapper.pink svg {
    fill: #e91e63;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.2;
}

.feature-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.latest-section {
    background-color: #FFF4F2;
}

footer {
    background: linear-gradient(135deg, #2d3a98 0%, #2d3a98 50%, #2d3a98 100%);
    color: white;
    padding: 40px 0;
}

.footer-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 50px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.logo-group span {
    font-family: 'Brush Script MT', cursive;
    font-size: 24px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    opacity: 1;
    transform: translateX(5px);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.contact-item a {
    color: #fff;
}

.contact-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.footer-bottom-area {
    background: #E14851;
}

.copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.copyright p a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif !important;
}

.default-btn {
    background: linear-gradient(135deg, #162b9e, #1e88e5);
    color: white;
    border: none;
    padding: 12px 23px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.default-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(46, 49, 146, 0.3);
    color: #F5F9FF;
}

.default-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.input {
    width: 25px;
    height: 25px;
    background-color: #15004c;
    position: relative;
    border-radius: 50%;
}

.input:hover {
    cursor: pointer;
}

.input::before,
.input::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2c3e50;
    width: 10vw;
    height: 5px;
    max-width: 1300px;
}

.input::before {
    left: calc(-4vw + 12.5px);
}

.input::after {
    right: calc(-4vw + 12.5px);
}

.input.active {
    background-color: #ff0000;
}

.input.active::before {
    background-color: #2c3e50;
}

.input.active::after {
    background-color: #ff0000;
}
.input.active span {
    font-weight: 700;
}

.input.active span::before {
    font-size: 13px;
    color: #ff0000;
}

.input.active span::after {
    font-size: 15px;
}

.input.active ~ .input,
.input.active ~ .input::before,
.input.active ~ .input::after {
    background-color: #15004c;
}

.input span {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    text-align: center;
    color: #15004c;
    line-height: 12px;
}

.input span::before,
.input span::after {
    visibility: visible;
    position: absolute;
    left: 50%;
}

.input span::after {
    content: attr(data-year);
    top: 25px;
    transform: translateX(-50%);
    font-size: 14px;
}

.input span::before {
    content: attr(data-info);
    top: -65px;
    width: 70px;
    transform: translateX(-5px) rotateZ(-45deg);
    font-size: 12px;
    text-indent: -10px;
}

.product-text h5 {
    font-size: 15px;
    color: #a60d0f;
}

.product-text {
    font-size: 21px;
}

.product-text h4 a {
    color: #162b9e;
}

.fb-card {
    border: none !important;
    border-radius: 0;
    background: #fff4f2  !important;
}

.fb-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fb-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
}

.fb-card-body {
    top: 60px;
    width: 100%;
    z-index: 2; 
    background: transparent;
    text-align: center;
}

.fb-card-text {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    color: #333333;
    text-align: left;
    padding: 20px 10px 0 0;
}

.contacts-form input {
    height: 60px;
}

.contacts-icon::after {
    top: 16px;
}

.form-control {
    padding: 0 28px;
    font-weight: 500;
    font-size: 18px;
    border: 2px solid #e9e9e9;
    height: 60px;
    border-radius: 0;
    color: #666666;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
}

.main-menu-area form {
    width: 100%;
    position: relative;
    margin: 0;
}

.main-menu-area .search-input {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: .375rem 3rem .375rem .75rem;
    width: 100%;
}

.main-menu-area form i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #333333;
}

.more-btn {
    background: #2d3a98;
    padding: 12px 40px;
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.home-product {
    cursor: pointer;
}

.home-product h4.product-short-name {
    color: #162b9e;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

.home-product .product-text h4 a {
    color: #333333;
}

.home-product .product-text h4 {
    text-align: left;
}

.home-product .product-text h5 {
    display: none;
}

.home-product .product-wrapper {
    background: #ffffff;
    border-radius: 10px;
}

.product-img a img {
    border-radius: 10px;
}

.home-product .product-action {
    position: relative;
    opacity: 1;
    margin-top: 20px;
    font-size: 16px;
}

.home-product .product-wrapper:hover .product-action {
    bottom: unset;
}

.home-product .product-action a.c-btn {
    background: #dd242e;
    padding: 12px 15px;
}

.home-product .product-text {
    padding: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.grey-bg {
    background: #F5F9FF;
}

.inner-banner {
    background: linear-gradient(93deg, rgba(255, 255, 255, 1) 10%, rgba(249, 253, 255, .5) 50%, rgba(255, 255, 255, 0) 100%), url('../img/bg/inner-banner.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    height: 200px;
}

.inner-banner h2 {
    font-size: 32px;
    font-weight: 700;
    color: #303030;
}

.inner-banner li {
    color: #303030;
    margin-top: 15px;
    font-size: 15px;
    list-style-type: none;
}

.inner-banner li a {
    color: #162b9e;
}

.inner-banner li a:hover {
    text-decoration: underline;
}

.inner-banner li::after {
    content: ">";
    padding: 0 10px;
}

.inner-banner li:last-child:after {
    content: "";
}

.submit-btn {
    width: 100%;
    padding: 18px 40px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);
}

.submit-btn:active {
    transform: translateY(-1px);
}

.alert {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: none;
}

.alert.show {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Loading state */
.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.submit-btn.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.swiper-container {
    padding-bottom: 40px;
    overflow: hidden;
}


.swiper-pagination {
    bottom: 0 !important;
}

#navRight,
.nav-right,
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 280px;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    max-width: 85vw;
}

#navRight.active,
.nav-right.active,
.mobile-menu.active {
    transform: translateX(0);
}

#menuOverlay,
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
}

#menuOverlay.active,
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

header,
.navbar {
    width: 100%;
    max-width: 100%;
    position: relative;
}

#menuToggle,
.menu-toggle {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

/* Responsive */
@media (min-width: 500px) {
    .slider-caption h2 {
        font-size: 48px;
        line-height: .85;
    }

    .slider-caption h2 span {
        font-size: 72px;
        line-height: .85;
    }

    .slider-caption p {
        font-size: 18px;
        line-height: 28px;
    }

    .default-btn {
        padding: 15px 28px;
        font-size: 16px;
    }

    .text-content {
        color: #495057;
        font-size: 17px;
    }

    .inner-banner h2 {
        font-size: 38px;
    }

    .inner-banner li {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .hero {
        padding: 0;
        height: calc(100vh - 164px);
    }

    .text-content {
        font-size: 18px;
    }

    .text-content.sm-text {
        font-size: 16px;
    }

    .title-text {
        font-size: 32px;
        line-height: 1.3;
    }

    .about-content span.cursive-text {
        font-size: 45px;
    }

    .stats-grid {
        gap: 20px;
    }

    .stat-value {
        font-size: 25px;
    }

    .stat-label {
        font-size: 18px;
    }

    .stat-card {
        min-height: 280px;
    }

    .card-header {
        min-height: 200px;
        padding: 40px 20px;
    }

    .feature-title {
        font-size: 18px;
    }

    .inner-banner {
        height: 250px;
    }

    .inner-banner h2 {
        font-size: 45px;
    }
}

@media (min-width: 768px) {
    .slider-caption h2 {
        font-size: 65px;
    }

    .slider-caption h2 span {
        font-size: 100px;
    }

    .slider-caption p {
        font-size: 20px;
        line-height: 30px;
    }

    .default-btn {
        padding: 15px 35px;
        font-size: 18px;
    }

    .fb-card-text {
        margin: 0;
    }

    .stat-value {
        font-size: 30px;
    }

    .stat-label {
        font-size: 20px;
    }

    .card-header {
        min-height: 230px;
    }

    .swiper-container {
        padding-bottom: 0;
    }

    .productSwiper.swiper-container {
        overflow: visible;
    }

    .footer-column h3 {
        font-size: 18px;
    }

    .contact-info {
        gap: 15px;
    }

    .footer-links {
        gap: 12px;
    }

    .copyright p {
        font-size: 15px;
    }

    footer {
        padding: 60px 0 40px;
    }
}

@media (min-width: 968px) {
    .logo img {
        max-height: 60px;
    }

    #menuToggle,
    .menu-toggle,
    #menuOverlay,
    .menu-overlay {
        display: none;
    }

    #navRight,
    .nav-right {
        position: static;
        transform: none;
        width: auto;
        height: auto;
        background: transparent;
        justify-content: end;
    }
}

@media (min-width: 992px) {
    .slider-caption h2 {
        font-size: 70px;
        line-height: .75;
    }

    .slider-caption h2 span {
        font-size: 115px;
        line-height: .75;
    }

    .top-header {
        padding: 10px 0;
    }

    .top-header {
        padding: 10px 0;
    }

    .title-text {
        font-size: 38px;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .about-content span.cursive-text {
        font-size: 58px;
    }

    .card-content {
        padding: 15px;
    }

    .card-header {
        min-height: 260px;
    }

    .product-title {
        font-size: 19px;
    }

    .product-description {
        font-size: 16px;
        line-height: 23px;
    }

    .section-padding {
        padding: 100px 0;
    }

    .feature-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .feature-description {
        font-size: 15px;
        color: #666;
        line-height: 1.5;
    }

    .feature-card {
        padding: 25px 30px;
    }

    .inner-banner h2 {
        font-size: 56px;
    }

    .inner-banner {
        height: 300px;
    }

    .inner-banner li {
        font-size: 18px;
    }

    .main-menu-area form {
        max-width: 230px;
    }
}

@media (min-width: 1200px) {
    .slider-caption h2 {
        font-size: 85px;
    }

    .slider-caption h2 span {
        font-size: 130px;
    }

    .text-content {
        font-size: 20px;
    }

    .text-content.sm-text {
        font-size: 17px;
    }

    .main-menu-area form {
        max-width: 300px;
    }

    .card-content {
        padding: 20px;
    }
}

@media (min-width: 1250px) {
    .input::before {
        left: -37.5px;
    }

    .input::after {
        right: -37.5px;
    }
}

@media (max-width: 1024px) {
    .nav-links {
        gap: 20px;
    }

    .search-input {
        width: 150px;
    }
}

@media (max-width: 968px) {
    .mobile-menu-toggle {
        display: block;
    }

    .nav-right {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 300px;
        background: #ffffff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 80px 20px 20px;
        gap: 0;
        transition: right 0.4s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
    }

    .nav-right.active {
        right: 0;
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-links li a {
        display: block;
        padding: 15px 10px;
        font-size: 16px;
    }

    .nav-links li a::after {
        display: none;
    }

    .search-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .search-box form {
        width: 100%;
    }

    .search-input {
        width: 100%;
        padding: 12px 40px 12px 15px;
    }

    .cart-icon {
        padding: 15px;
        border: 1px solid rgb(22 43 157);
        border-radius: 8px;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .mobile-menu-toggle.close {
        position: fixed;
        top: 20px;
        right: 20px;
        display: none;
        z-index: 1002;
    }

    .nav-right.active ~ .mobile-menu-toggle.close {
        display: block;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .menu-overlay.active {
        display: block;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: 100%;
    }

    .nav-links a {
        padding: 15px 20px;
        color: white;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .search-box {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .cart-icon {
        margin: 20px;
    }
}

@media (max-width: 850px) {
    .input {
        width: 17px;
        height: 17px;
    }

    .input::before,
    .input::after {
        height: 3px;
    }

    .input::before {
        left: calc(-4vw + 8.5px);
    }

    .input::after {
        right: calc(-4vw + 8.5px);
    }
}

@media (max-width: 600px) {
    .input {
        width: 60px;
        height: 60px;
        margin: 0 10px 50px;
        background-color: #aeb6bf;
    }

    .input::before,
    .input::after {
        content: none;
    }

    .input span {
        width: 100%;
        height: 100%;
        display: block;
    }

    .input span::before {
        top: calc(100% + 5px);
        transform: translateX(-50%);
        text-indent: 0;
        text-align: center;
    }

    .input span::after {
        top: 50%;
        transform: translate(-50%, -50%);
        color: #ecf0f1;
    }
}

@media only screen and (max-width: 576px) {
    .top-left .contact-info {
        gap: 20px;
    }

    .top-left .contact-info li a {
        display: none;
    }

    .top-right .social-links li a {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    nav {
        padding: 12px 0;
    }

    .nav-right {
        width: 280px;
    }
}

@media (max-width: 400px) {
    body {
        min-height: 950px;
    }
}