@charset "UTF-8";
/*
Theme Name: Glee - Multipurpose WooCommerce HTML Template
Author: bdevs
Support: nasir.chalo@gmail.com
Description: Multipurpose WooCommerce HTML Template
Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. Banner
5. Product
6. Feature
7. Testimonial
8. Blog
9. Widget
10. Footer
11. Cta
12. About
13. Team
14. Contact
15. Sections Helper
16. Category
17. Support
18. Home Page 2
19. Home Page 3
20. Home Page 4
*/
/*--
    - Mixins
-----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@300;400;500;600;700;800&Nunito:wght@400&family=Rubik:wght@300;400;500;700;900&display=swap");

body {
    color: #243f4d;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

/* Shadow and Outline */
a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    a:active, a:hover {
        text-decoration: none;
    }

button,
.btn {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    button:active, button:hover, button:focus,
    .btn:active,
    .btn:hover,
    .btn:focus {
        outline: 0;
    }

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus,
    .btn:focus {
        outline: 0;
        box-shadow: none;
    }

.form-control:focus {
    color: #333333;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.btn:hover,
.btn:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 48px;
    line-height: 1.3;
}

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

h3 {
    font-size: 28px;
    line-height: 1.3;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}

h6 {
    font-size: 16px;
    line-height: 1.2;
}

hr {
    margin: 20px 0;
    border-color: #352323;
}

ol {
    list-style: decimal;
}

    ol ol ol {
        list-style: lower-roman;
    }

    ol ol {
        list-style: lower-alpha;
    }

p:last-child {
    margin-bottom: 0;
    color: black;
}

/* Form */
label {
    color: black;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: #3367D1;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #3367D1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3367D1;
    color: #fff;
    text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
    color: #243f4d;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #243f4d;
    font-size: 16px;
    opacity: 1;
}

/* Button */
.btn-theme {
    color: #fff;
    border-color: #3367D1;
    background: #3367D1;
}

    .btn-theme:hover {
        background: #3367D1;
        color: #fff;
        border-color: #3367D1;
    }

.btn-rounded {
    border-radius: 100% !important;
}

.btn-square {
    border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
    background: #ddd;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-theme {
    background: #3367D1;
}

.bg-dark {
    background-color: #101a23 !important;
}

.bg-off-white {
    background-color: #f7f7f7;
}

.bg-off-white-2 {
    background-color: #f1f8ff;
}

.bg-blue {
    background-color: #4c87ff !important;
}

.bg-yellow {
    background-color: #fea116 !important;
}

.bg-pink {
    background-color: #fc4557 !important;
}

.bg-egg-blue {
    background-color: #1cb5a3 !important;
}

.bg-purple {
    background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
    background: #ddd;
}

.white-color {
    color: #fff;
}

.black-color {
    color: #000;
}

.theme-color {
    color: #3367D1;
}

/* Others Common Css Here :) */
#scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #3367D1;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    opacity: 0.6;
    cursor: pointer;
    z-index: 9999;
}

    #scrollUp:hover {
        opacity: 1;
    }

.table-row {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

.separator {
    border-top: 1px solid #f2f2f2;
}

.bg-fix {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #3367D1;
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
/* Overlay */
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    [data-overlay]::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
    }

[data-overlay=light]::before {
    background-color: #fff;
}

[data-overlay=dark]::before {
    background-color: #000;
}

[data-overlay=theme]::before {
    background-color: #3367D1;
}

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -330px;
    width: 300px;
    padding: 25px 20px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    z-index: 1020;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

    .slide-bar.show {
        right: 0;
    }

.open-mobile-menu {
    display: inline-block;
}

    .open-mobile-menu a {
        display: block;
        width: 50px;
        height: 50px;
        background: #212121;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        margin-left: 20px;
        color: #fff;
    }

        .open-mobile-menu a:hover {
            background: #3367D1;
        }

        .open-mobile-menu a.active {
            background: #3367D1;
        }

.close-mobile-menu a {
    color: #212121;
    position: relative;
    z-index: 2;
    font-size: 16px;
    top: -10px;
    left: 0;
}

    .close-mobile-menu a:hover {
        color: #ff0000;
    }

.on-side {
    overflow: hidden;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .body-overlay.active {
        opacity: 1;
        display: block;
    }

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .side-mobile-menu ul li a {
        padding: 13px 0;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 16px;
        color: #101a23;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }

        .side-mobile-menu ul li a:hover {
            color: #3367D1;
            padding-left: 5px;
        }

        .side-mobile-menu ul li a[aria-expanded=true] {
            color: #3367D1;
        }

            .side-mobile-menu ul li a[aria-expanded=true]:before {
                background: #3367D1;
                border-color: #3367D1;
            }

    .side-mobile-menu ul li ul {
        padding-left: 0;
        list-style: none;
    }

        .side-mobile-menu ul li ul li {
            padding-left: 15px;
        }

            .side-mobile-menu ul li ul li:hover > a {
                color: #3367D1;
                padding-left: 20px;
            }

                .side-mobile-menu ul li ul li:hover > a:before {
                    background: #3367D1;
                    border-color: #3367D1;
                }

            .side-mobile-menu ul li ul li a {
                position: relative;
                padding-left: 15px;
                text-transform: capitalize;
                font-size: 16px;
            }

                .side-mobile-menu ul li ul li a:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    border: 2px solid #101a23;
                    border-radius: 50%;
                }

                .side-mobile-menu ul li ul li a[aria-expanded=true] {
                    padding-left: 20px;
                }

    .side-mobile-menu ul li.has-dropdown > a:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-width: 2px 0 0 2px;
        border-style: solid;
        border-color: initial;
        right: 16px;
        top: 50%;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        transform-origin: top;
        transition: all 0.3s ease-out;
    }

    .side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
        -webkit-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%);
    }

/* 2. Header */
.header-area {
    padding: 10px 55px;
    position: sticky;
    top: 0;
    z-index: 9999;
}




@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area {
        padding: 10px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area {
        padding: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .header-area {
        padding: 10px 15px;
    }
}

.header-style-1 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 99;
}

@media (max-width: 767px) {
    .header-style-1 {
        top: 15px;
    }
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .main-menu ul li {
        display: inline-block;
        margin-right: 30px;
        position: relative;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .main-menu ul li {
        margin-right: 15px;
    }
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li:hover > a {
    color: #222222;
}

.main-menu ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    padding: 15px 0;
}

.main-menu ul li ul.sub-menu {
    border-top: 2px solid #222;
    position: absolute;
    left: 0;
    top: 110%;
    width: 250px;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
    text-align: left;
    padding: 5px 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .main-menu ul li ul.sub-menu li {
        display: block;
        margin: 0;
    }

        .main-menu ul li ul.sub-menu li a {
            display: block;
            color: #151f2d;
            padding: 10px 30px;
            text-transform: capitalize;
            position: relative;
        }

            .main-menu ul li ul.sub-menu li a:hover {
                color: #3367D1;
            }

.main-menu ul li.has-dropdown > a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
}

.menu-white ul li a {
    color: #fff;
}

    .menu-white ul li a:hover {
        color: #222222;
    }

.attr-menu {
    display: inline-block;
    padding: 0 28px;
    border-radius: 50px;
    background: rgba(35, 160, 54, 0.2);
    margin-right: 45px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .attr-menu {
        margin-left: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .attr-menu {
        background: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .attr-menu {
        background: #fff;
    }
}

@media (max-width: 767px) {
    .attr-menu {
        display: none;
    }
}

.attr-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .attr-menu ul li {
        display: inline-block;
        margin-right: 30px;
    }

        .attr-menu ul li:last-child {
            margin-right: 0;
        }

        .attr-menu ul li a {
            display: inline-block;
            color: #3367D1;
            font-size: 15px;
            padding: 15px 0;
        }

            .attr-menu ul li a:hover {
                color: #222;
            }

.hamburger-menu {
    display: inline-block;
}

    .hamburger-menu a {
        display: inline-block;
    }

        .hamburger-menu a svg path {
            fill: #3367D1;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

@media (min-width: 992px) and (max-width: 1200px) {
    .hamburger-menu a svg path {
        fill: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hamburger-menu a svg path {
        fill: #fff;
    }
}

@media (max-width: 767px) {
    .hamburger-menu a svg path {
        fill: #fff;
    }
}

.hamburger-menu a:hover svg path {
    fill: #222;
}

.header-info {
    display: inline-block;
    padding-left: 64px;
    position: relative;
    margin-right: 80px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-info {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-info {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-info {
        display: none;
    }
}

.header-info .icon {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #3367D1;
    transform: translateY(-50%);
}

.header-info .content {
    text-align: left;
}

    .header-info .content span {
        display: inline-block;
        font-size: 16px;
        line-height: 28px;
        color: #555555;
    }

    .header-info .content h5 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: #222222;
        margin-bottom: 0;
    }

.side-mobile-menu {
    display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .side-mobile-menu {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .side-mobile-menu {
        display: block;
    }
}

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

.offset-sidebar {
    display: block;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .offset-sidebar {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .offset-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .offset-sidebar {
        display: none;
    }
}

.search-area {
    visibility: hidden;
    opacity: 0;
    z-index: -99;
}

    .search-area a.search-close {
        position: absolute;
        right: 100px;
        top: 100px;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-out 1s;
    }

        .search-area a.search-close i {
            color: #3367D1;
            width: 50px;
            height: 50px;
            text-align: center;
            background: #fff;
            border-radius: 50%;
            line-height: 52px;
            font-size: 24px;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

            .search-area a.search-close i:hover {
                background: red;
                color: #fff;
            }

@media (max-width: 767px) {
    .search-area a.search-close {
        right: 50%;
        transform: translateX(50%);
    }
}

.search-area .search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out 1s;
}

    .search-area .search-form form {
        position: relative;
    }

        .search-area .search-form form input {
            width: 100%;
            height: 70px;
            border: 0;
            border-radius: 100px;
            padding-left: 35px;
            padding-right: 60px;
            background: #fff;
            font-size: 20px;
        }

            .search-area .search-form form input::-webkit-input-placeholder {
                font-size: 20px;
            }

            .search-area .search-form form input:-moz-placeholder {
                font-size: 20px;
            }

            .search-area .search-form form input::-moz-placeholder {
                font-size: 20px;
            }

            .search-area .search-form form input:-ms-input-placeholder {
                font-size: 20px;
            }

        .search-area .search-form form button {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            height: 60px;
            width: 60px;
            border-radius: 50%;
            border: 0;
            background: #3367D1;
            color: #fff;
        }

            .search-area .search-form form button:hover {
                -webkit-transform: translateY(-50%) rotate(360deg);
                -ms-transform: translateY(-50%) rotate(360deg);
                transform: translateY(-50%) rotate(360deg);
            }

.search-area.active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    visibility: visible;
    opacity: 1;
}

    .search-area.active a.search-close {
        visibility: visible;
        opacity: 1;
    }

    .search-area.active .search-area-bg {
        height: 100%;
        width: 100%;
        background-color: rgba(23, 26, 33, 0.95);
    }

    .search-area.active .search-area-bg {
        background-color: rgba(0, 0, 0, 0.87);
        padding-bottom: 100%;
        border-radius: 100%;
        overflow: hidden;
        -webkit-animation: search-animation 0.8s ease-out forwards;
        animation: search-animation 0.8s ease-out forwards;
    }

    .search-area.active .search-form {
        visibility: visible;
        opacity: 1;
    }

@-webkit-keyframes search-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes search-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

.header-style-1.sticky-header {
    position: fixed;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #3367D1;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    padding: 10px 55px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-1.sticky-header {
        padding: 10px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-1.sticky-header {
        padding: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1.sticky-header {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .header-style-1.sticky-header {
        padding: 10px 15px;
    }
}

.header-style-1.sticky-header .header-info .icon {
    color: #fff;
}

.header-style-1.sticky-header .header-info .content span {
    color: #fff;
}

.header-style-1.sticky-header .header-info .content h5 {
    color: #fff;
}

.header-style-1.sticky-header .attr-menu {
    background: rgba(255, 255, 255, 0.2);
}

    .header-style-1.sticky-header .attr-menu ul li a {
        color: #fff;
    }

        .header-style-1.sticky-header .attr-menu ul li a:hover {
            color: #222;
        }

.header-style-1.sticky-header .hamburger-menu a svg path {
    fill: #fff;
}

.header-style-1.sticky-header .hamburger-menu a:hover svg path {
    fill: #222;
}

.header-style-2.sticky-header {
    position: fixed;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    padding: 0;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-2.sticky-header {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-2.sticky-header {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-2.sticky-header {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header-style-2.sticky-header {
        padding: 0;
    }
}

.header-style-2.sticky-header .header-top {
    display: none;
    background: #fff;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-2.sticky-header .header-top {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-2.sticky-header .header-top {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-2.sticky-header .header-top {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-style-2.sticky-header .header-top {
        display: block;
    }
}

.header-style-3.sticky-header {
    position: fixed;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    padding: 0;
    background: #fff;
}

    .header-style-3.sticky-header .header-top {
        padding: 15px 0;
    }

.header-style-4.sticky-header {
    position: fixed;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    padding: 0;
    background: #fff;
}

    .header-style-4.sticky-header .header-top {
        padding: 15px 0;
    }

    .header-style-4.sticky-header .header-info-area {
        display: none;
    }


/* --- Entrance Animations --- */

/* 1. Logo Animation */
/* --- Logo Entrance: Left to Right --- */
.logo {
    overflow: hidden; /* Optional: keeps the slide contained within the logo div */
}

    .logo img {
        opacity: 0;
        /* Starts 100 pixels to the left of its original spot */
        transform: translateX(-100px);
        animation: logoSlideRight 5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

@keyframes logoSlideRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0); /* Returns to its CSS-defined position */
    }
}
/* 2. Top Info Area (Email, Map, Phone) */
/* --- Info Text Animation: Top to Bottom --- */
.header-info-3,
.header-info-2 {
    opacity: 0;
    transform: translateY(-30px); /* Starts 30px above */
    animation: textSlideDown 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* --- Staggered Delay (One by One) --- */

/* 1. Email Section */
.header-info-area .header-info-3:nth-child(2) {
    animation-delay: 0.4s;
}

/* 2. Address Section */
.header-info-area .header-info-3:nth-child(3) {
    animation-delay: 0.6s;
}

/* 3. Phone Section (Right side) */
.header-info-area .header-info-2 {
    animation-delay: 0.8s;
}

/* Keyframe for the drop-down effect */
@keyframes textSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 3. Main Menu Items */
.main-menu ul li {
    opacity: 0;
    transform: translateY(-10px);
    animation: slideDownFade 0.5s ease-out forwards;
}

    /* Staggered menu items (up to 7 items) */
    .main-menu ul li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .main-menu ul li:nth-child(2) {
        animation-delay: 0.3s;
    }

    .main-menu ul li:nth-child(3) {
        animation-delay: 0.5s;
    }

    .main-menu ul li:nth-child(4) {
        animation-delay: 0.7s;
    }

    .main-menu ul li:nth-child(5) {
        animation-delay: 0.9s;
    }

    .main-menu ul li:nth-child(6) {
        animation-delay: 1.1s;
    }

    .main-menu ul li:nth-child(7) {
        animation-delay: 1.3s;
    }

    .main-menu ul li:nth-child(8) {
        animation-delay: 1.5s;
    }
    /* 4. Hover Animation for Menu Links */
    .main-menu ul li a {
        position: relative;
        transition: color 0.3s ease;
    }

        /* Liquid underline effect on hover */
        /* 1. The hidden state of the line */
        .main-menu ul li a::after {
            content: '';
            position: absolute;
            width: 0; /* Hidden by default */
            height: 2px;
            bottom: 5px; /* Adjusted slightly to sit under the text */
            left: 0; /* Anchors the start of the line to the left */
            background-color: #F2994A;
            /* This creates the premium smooth feel */
            transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

    /* 2. The hover state: Only show when mouse is over the LI */
    .main-menu ul li:hover > a::after {
        width: 100%; /* Grows to full width */
    }

    /* Ensure the 'a' tag has relative positioning so the line stays attached */
    .main-menu ul li a {
        position: relative;
        display: inline-block;
    }


/* Shared Keyframe */
@keyframes slideDownFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-style-1.sticky-header,
.header-style-4.sticky-header {
    /* ... your existing code ... */
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); /* Makes it feel much smoother */
    animation-duration: 0.8s;
}
.main-menu ul li ul.sub-menu {
    /* Update your existing transition to this */
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(15px);
}

.main-menu ul li:hover ul.sub-menu {
    transform: translateY(0); /* Slides up slightly while fading in */
}


/* Smooth transitions for entire header */
/*.header-area,
.header-middle,
.header-info-area,
.logo img {
    transition: all 0.35s ease-in-out;
}
.header-info-area {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    overflow: hidden;
}
.header-style-4.sticky-header .header-info-area {
    opacity: 0;
    transform: translateY(-20px);
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}*/
/* Normal logo */
/*.logo img {
    max-height: 70px;
}*/

/* Sticky logo */
/*.header-style-4.sticky-header .logo img {
    max-height: 50px;
}
.header-style-4 {
    padding: 20px 55px;
}

    .header-style-4.sticky-header {
        padding: 10px 55px;
        background: #fff;
    }
        .header-style-4.sticky-header .main-menu ul li a {
            padding: 10px 0;
        }
    .header-style-4.sticky-header {
        backdrop-filter: blur(6px);
        background: rgba(255,255,255,0.95);
    }*/





/* 3. Slider */
/*.home-slider-1 {
    position: relative;
}

    .home-slider-1 .single-slide {
        padding-top: 310px;
        padding-bottom: 175px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-1 .single-slide {
        padding-top: 260px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-1 .single-slide {
        padding-top: 260px;
    }
}

@media (max-width: 767px) {
    .home-slider-1 .single-slide {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}

.home-slider-1 .single-slide:before {
    content: "";
    background: #4ca338;
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -2;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-1 .single-slide:before {
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-1 .single-slide:before {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-1 .single-slide:before {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home-slider-1 .single-slide:before {
        width: 100%;
    }
}

.home-slider-1 .single-slide .slider-content-1 {
    position: relative;
}

    .home-slider-1 .single-slide .slider-content-1 .icon {
        position: absolute;
        left: -45px;
        top: -30px;
        z-index: -1;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-1 .single-slide .slider-content-1 .icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-1 .single-slide .slider-content-1 .icon {
        display: none;
    }
}

.home-slider-1 .single-slide .slider-content-1 h2 {
    font-size: 100px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-1 .single-slide .slider-content-1 h2 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .home-slider-1 .single-slide .slider-content-1 h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

.home-slider-1 .single-slide .slider-content-1 p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
}

.home-slider-1 .single-slide .slider-content-1 .read-more {
    display: inline-block;
    padding: 7px 34px 7px 7px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 52px;
}

    .home-slider-1 .single-slide .slider-content-1 .read-more:hover {
        background: #fff;
        color: #3367D1;
    }

        .home-slider-1 .single-slide .slider-content-1 .read-more:hover i {
            background: #3367D1;
            color: #fff;
        }

    .home-slider-1 .single-slide .slider-content-1 .read-more i {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        color: #3367D1;
        line-height: 35px;
        text-align: center;
        margin-right: 18px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

.home-slider-1 .single-slide .slider-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-slider-1 .single-slide .slider-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-1 .single-slide .slider-thumb {
        right: -250px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-1 .single-slide .slider-thumb {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-1 .single-slide .slider-thumb {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-1 .single-slide .slider-thumb {
        display: none;
    }
}

.home-slider-1 .single-slide .slider-thumb .slider-thumb-icon-1 {
    position: absolute;
    top: 35px;
    left: -45px;
}

.home-slider-1 .single-slide .slider-thumb .slider-thumb-icon-2 {
    position: absolute;
    left: -75px;
    bottom: 120px;
}

.home-slider-1 .single-slide .slider-shape-2 {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: -1;
}

@media (max-width: 767px) {
    .home-slider-1 .single-slide .slider-shape-2 {
        display: none;
    }
}

.home-slider-1 .swiper-button-prev {
    left: 50%;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #bdd05d;
    z-index: 99;
    margin: 0 0 0 -40px;
    bottom: 30px;
    top: auto;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-1 .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-1 .swiper-button-prev {
        display: none;
    }
}

.home-slider-1 .swiper-button-prev:hover {
    color: #fff;
    background: #222222;
}

.home-slider-1 .swiper-button-next {
    right: 50%;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #bdd05d;
    z-index: 99;
    margin: 0 -40px 0 0;
    bottom: 30px;
    top: auto;
    border-radius: 50%;
    transform: translateX(50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-1 .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-1 .swiper-button-next {
        display: none;
    }
}

.home-slider-1 .swiper-button-next:hover {
    color: #fff;
    background: #222222;
}

.home-slider-2 {
    position: relative;
}

    .home-slider-2 .single-slide {
        padding-top: 165px;
        padding-bottom: 200px;
        position: relative;
        background: #f9f9f9;
        z-index: 1;
    }

        .home-slider-2 .single-slide .slider-content-2 {
            position: relative;
        }

@media (max-width: 767px) {
    .home-slider-2 .single-slide .slider-content-2 {
        padding-right: 30px;
    }
}

.home-slider-2 .single-slide .slider-content-2 h2 {
    font-size: 72px;
    line-height: 70px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #f26522;
    margin-bottom: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-2 .single-slide .slider-content-2 h2 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .home-slider-2 .single-slide .slider-content-2 h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

.home-slider-2 .single-slide .slider-content-2 p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #222933;
}

.home-slider-2 .single-slide .slider-content-2 .read-more {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #813405;
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
    border: 2px solid #f7ccb8;
    text-transform: capitalize;
}

    .home-slider-2 .single-slide .slider-content-2 .read-more:hover {
        background: #f26522;
        border-color: #f26522;
        color: #fff;
    }

    .home-slider-2 .single-slide .slider-content-2 .read-more i {
        margin-left: 20px;
    }

.home-slider-2 .single-slide .slider-thumb {
    position: absolute;
    right: 16%;
    bottom: 30px;
    z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-2 .single-slide .slider-thumb {
        right: 150px;
        width: 600px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-2 .single-slide .slider-thumb {
        right: 50px;
        width: 600px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-2 .single-slide .slider-thumb {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-2 .single-slide .slider-thumb {
        display: none;
    }
}

.home-slider-2 .single-slide .slider-thumb .slider-thumb-icon-1 {
    position: absolute;
    top: 35px;
    left: -45px;
}

.home-slider-2 .single-slide .slider-thumb .slider-thumb-icon-2 {
    position: absolute;
    left: -75px;
    bottom: 120px;
}

.home-slider-2 .swiper-button-prev {
    left: 100px;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #f26522;
    z-index: 99;
    bottom: auto;
    top: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-2 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-2 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-2 .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-2 .swiper-button-prev {
        display: none;
    }
}

.home-slider-2 .swiper-button-prev:hover {
    color: #fff;
    background: #222222;
}

.home-slider-2 .swiper-button-next {
    right: 100px;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #f26522;
    z-index: 99;
    bottom: auto;
    top: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-2 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-2 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-2 .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-2 .swiper-button-next {
        display: none;
    }
}

.home-slider-2 .swiper-button-next:hover {
    color: #fff;
    background: #222222;
}

.home-slider-3 {
    position: relative;
}

    .home-slider-3 .single-slide {
        padding-top: 200px;
        padding-bottom: 250px;
        position: relative;
        background: #fcd7b6;
        z-index: 1;
    }

@media (max-width: 767px) {
    .home-slider-3 .single-slide {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

.home-slider-3 .single-slide .slider-content-3 {
    position: relative;
}

@media (max-width: 767px) {
    .home-slider-3 .single-slide .slider-content-3 {
        padding-right: 30px;
    }
}

.home-slider-3 .single-slide .slider-content-3 h2 {
    font-size: 72px;
    line-height: 70px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #243f4d;
    margin-bottom: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-3 .single-slide .slider-content-3 h2 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .home-slider-3 .single-slide .slider-content-3 h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

.home-slider-3 .single-slide .slider-content-3 p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #436372;
}

.home-slider-3 .single-slide .slider-content-3 .read-more {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
    border: 2px solid #a3bbc8;
    text-transform: capitalize;
    background: #a3bbc8;
}

    .home-slider-3 .single-slide .slider-content-3 .read-more:hover {
        background: #243f4d;
        border-color: #243f4d;
        color: #fff;
    }

    .home-slider-3 .single-slide .slider-content-3 .read-more i {
        margin-left: 20px;
    }

.home-slider-3 .single-slide .slider-thumb {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 150px;
        width: 600px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 50px;
        width: 600px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-3 .single-slide .slider-thumb {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-3 .single-slide .slider-thumb {
        display: none;
    }
}

.home-slider-3 .single-slide .slider-thumb .slider-thumb-icon-1 {
    position: absolute;
    top: 35px;
    left: -45px;
}

.home-slider-3 .single-slide .slider-thumb .slider-thumb-icon-2 {
    position: absolute;
    left: -75px;
    bottom: 120px;
}

.home-slider-3 .swiper-button-prev {
    left: 100px;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #f26522;
    z-index: 99;
    bottom: auto;
    top: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-3 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-3 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-3 .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-3 .swiper-button-prev {
        display: none;
    }
}

.home-slider-3 .swiper-button-prev:hover {
    color: #fff;
    background: #222222;
}

.home-slider-3 .swiper-button-next {
    right: 100px;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #f26522;
    z-index: 99;
    bottom: auto;
    top: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-3 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-3 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-3 .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-3 .swiper-button-next {
        display: none;
    }
}

.home-slider-3 .swiper-button-next:hover {
    color: #fff;
    background: #222222;
}

.home-slider-3 .swiper-pagination-clickable {
    position: absolute;
    left: 50%;
    width: auto;
    bottom: 45px;
    z-index: 99;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .home-slider-3 .swiper-pagination-clickable {
        display: none;
    }
}

.home-slider-3 .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 32px;
    color: #243f4d;
    font-size: 10px;
    margin-right: 10px;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.home-slider-3 .swiper-pagination-clickable .swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-spacing {
    padding: 0 55px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider-spacing {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider-spacing {
        padding: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-spacing {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .slider-spacing {
        padding: 0;
    }
}

.home-slider-4 {
    position: relative;
    
}
    .home-slider-4 .swiper-container {
        width: 100%;
        height: 100vh;*/ /* IMPORTANT */
    /*}

    .home-slider-4 .swiper-slide {
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
    }

    .home-slider-4 .swiper-slide-active {
        opacity: 1 !important;
        z-index: 2;
    }
    .home-slider-4 .single-slide:before {
        z-index: 0;
    }

    .home-slider-4 .single-slide {
        z-index: 1;
    }
.swiper-container {
    visibility: visible;
}

    .swiper-container.swiper-initialized {
        visibility: visible;
    }


    .home-slider-4 .single-slide {
        padding-top: 200px;
        padding-bottom: 250px;
        position: relative;
        background: #11a8fd;
        position: relative;
        z-index: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

@media (max-width: 767px) {
    .home-slider-4 .single-slide {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

.home-slider-4 .single-slide .slider-content-4 {
    position: relative;
}

@media (max-width: 767px) {
    .home-slider-4 .single-slide .slider-content-4 {
        padding-right: 30px;
    }
}

.home-slider-4 .single-slide .slider-content-4 h2 {
    font-size: 50px;
    line-height: 70px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #1d1e1f;
    margin-bottom: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-4 .single-slide .slider-content-4 h2 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .home-slider-4 .single-slide .slider-content-4 h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

.home-slider-4 .single-slide .slider-content-4 p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #1d1e1f;
}

.home-slider-4 .single-slide .slider-content-4 .read-more {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
    border: 2px solid #11a8fd;
    text-transform: capitalize;
    background: #11a8fd;
    border-radius: 5px;
}

    .home-slider-4 .single-slide .slider-content-4 .read-more:hover {
        background: #fff;
        border-color: #fff;
        color: #11a8fd;
    }

    .home-slider-4 .single-slide .slider-content-4 .read-more i {
        margin-left: 20px;
    }

.home-slider-4 .swiper-button-prev {
    left: 100px;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #f26522;
    z-index: 99;
    bottom: auto;
    top: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-4 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-4 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-4 .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-4 .swiper-button-prev {
        display: none;
    }
}

.home-slider-4 .swiper-button-prev:hover {
    color: #fff;
    background: #222222;
}

.home-slider-4 .swiper-button-next {
    right: 100px;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #f26522;
    z-index: 99;
    bottom: auto;
    top: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .home-slider-4 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-4 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-4 .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider-4 .swiper-button-next {
        display: none;
    }
}

.home-slider-4 .swiper-button-next:hover {
    color: #fff;
    background: #222222;
}

.home-slider-4 .swiper-pagination-clickable {
    position: absolute;
    left: 50%;
    width: auto;
    bottom: 45px;
    z-index: 99;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .home-slider-4 .swiper-pagination-clickable {
        display: none;
    }
}

.home-slider-4 .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 32px;
    color: #243f4d;
    font-size: 10px;
    margin-right: 10px;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.home-slider-4 .swiper-pagination-clickable .swiper-pagination-bullet-active {
    opacity: 1;
}*/

/* 15. Sections Helper */
.section-title {
    display: inline-block;
}

    .section-title .sub-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #3367D1;
        margin-bottom: 22px;
        position: relative;
        display: inline-block;
    }

        .section-title .sub-title:before {
            content: "";
            width: 60px;
            height: 2px;
            background: #3367D1;
            left: -72px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
        }

        .section-title .sub-title:after {
            content: "";
            width: 60px;
            height: 2px;
            background: #3367D1;
            right: -72px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
        }

    .section-title .title {
        color: #013f19;
        font-size: 56px;
        line-height: 58px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .section-title p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 0;
    }

.section-title-2 .title {
    font-size: 24px;
    color: #191919;
    margin-bottom: 0;
}

.section-title-3 .title {
    font-size: 36px;
    color: #191919;
    margin-bottom: 0;
}

.section-title-4 .title {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 0;
}

.section-title-5 .sub-title {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #11a8fd;
    margin-bottom: 20px;
    position: relative;
    padding-right: 90px;
}

    .section-title-5 .sub-title:after {
        content: "";
        width: 70px;
        height: 2px;
        background: #11a8fd;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

.section-title-5 .title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #11a8fd;
    font-size: 30px;
    margin-bottom: 0;
}

.section-title-5.text-white .sub-title {
    color: #fff;
}

    .section-title-5.text-white .sub-title:after {
        background: #fff;
    }

.section-title-5.text-white .title {
    color: #fff;
}

.section-title-6 .title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #222222;
    font-size: 22px;
    position: relative;
    padding-right: 45px;
    display: inline-block;
}

    .section-title-6 .title:after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: #11a8fd;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.section-title.text-white {
    display: inline-block;
}

    .section-title.text-white .sub-title {
        color: #bdd05d;
    }

        .section-title.text-white .sub-title:before {
            background: #bdd05d;
        }

        .section-title.text-white .sub-title:after {
            background: #bdd05d;
        }

    .section-title.text-white .title {
        color: #fff;
    }

    .section-title.text-white p {
        color: #fff;
    }

/* 16. Category */
.category-area {
    background: #bdd05d;
}

.category-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: rgba(35, 160, 54, 0.1);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .category-wrap:hover {
        background: #3367D1;
    }

    .category-wrap .cat-thumb {
        margin-right: 25px;
    }

@media (max-width: 767px) {
    .category-wrap .cat-thumb {
        margin-right: 15px;
    }
}

.category-wrap .cat-thumb img {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .category-wrap .cat-thumb img {
        width: 60px;
        height: 60px;
    }
}

.category-wrap .cat-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.category-wrap .cat-content h4 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
}

    .category-wrap .cat-content h4 a {
        color: #fff;
    }

.category-wrap .cat-content .read-more {
    color: #fff;
}

    .category-wrap .cat-content .read-more:hover {
        padding-left: 5px;
    }

.category-wrap-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: rgba(189, 208, 93, 0.1);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .category-wrap-2:hover {
        background: rgba(189, 208, 93, 1);
    }

        .category-wrap-2:hover .cat-icon a {
            background: #fff;
        }

        .category-wrap-2:hover .cat-content span {
            color: #fff;
        }

        .category-wrap-2:hover .cat-content h4 a {
            color: #fff;
        }

        .category-wrap-2:hover .cat-content .read-more {
            color: #fff;
        }

    .category-wrap-2 .cat-icon {
        margin-right: 25px;
    }

        .category-wrap-2 .cat-icon a {
            display: inline-block;
            color: #013f19;
            width: 100px;
            height: 100px;
            line-height: 100px;
            background: #bdd05d;
            border-radius: 10px;
            text-align: center;
            font-size: 30px;
        }

@media (max-width: 767px) {
    .category-wrap-2 .cat-icon a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .category-wrap-2 .cat-icon {
        margin-right: 15px;
    }
}

.category-wrap-2 .cat-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #4ca338;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.category-wrap-2 .cat-content h4 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
}

    .category-wrap-2 .cat-content h4 a {
        color: #013f19;
    }

.category-wrap-2 .cat-content .read-more {
    color: #4ca338;
}

    .category-wrap-2 .cat-content .read-more:hover {
        padding-left: 5px;
    }

/* 17. Support */
.support-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 35px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .support-wrap {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .support-wrap {
        padding: 30px 15px;
    }
}

.support-wrap:hover .icon {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.support-wrap .icon {
    width: 100px;
    margin-top: 10px;
}

.support-wrap .content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

    .support-wrap .content h4 {
        font-size: 18px;
        font-weight: 700;
        color: #1E5FA8;
        margin-bottom: 10px;
    }

    .support-wrap .content p {
        color: #585858;
        font-size: 16px;
        line-height: 30px;
        font-family: "DM Sans", sans-serif;
    }

.support-bg {
    background: #fff;
    box-shadow: 0 6px 47px 3px rgba(37, 37, 37, 0.05);
    padding: 20px 0;
    position: relative;
    margin-top: -65px;
    z-index: 9;
}

.support-bg-3 {
    background: #fef7f0;
}

.support-spacing {
    padding: 0 55px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .support-spacing {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .support-spacing {
        padding: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .support-spacing {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .support-spacing {
        padding: 0;
    }
}

/*.support-border {
    border-right: 1px solid #e8e4df;
}*/

@media (min-width: 768px) and (max-width: 991px) {
    .support-border {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .support-border {
        border-right: 0;
    }
}

.support-style-2 {
    padding: 40px 130px;
    height: 100%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .support-style-2 {
        padding: 40px 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .support-style-2 {
        padding: 40px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .support-style-2 {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .support-style-2 {
        padding: 30px 15px;
    }
}

.support-style-2 .icon {
    margin-right: 25px;
}

.support-area-3 {
    background: #f3fbff;
    margin-top: -100px;
}

.support-style-3 {
    height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .support-style-3 {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .support-style-3 {
        padding: 30px 15px;
    }
}

.support-style-3 .icon {
    margin-top: 25px;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.brand-area {
    background: #f9f9f9;
}

.brand-wrap {
    text-align: center;
}

.featured-spacing {
    padding: 0 55px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .featured-spacing {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .featured-spacing {
        padding: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-spacing {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .featured-spacing {
        padding: 0;
    }
}

.featured-product-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #feefe2;
}

@media (min-width: 320px) and (max-width: 425px) {
    .featured-product-wrap {
        margin-top: 0;
    }
}

.featured-product-wrap .thumb {
    width: 40%;
    text-align: center;
    padding: 0 15px;
}

@media (min-width: 320px) and (max-width: 425px) {
    .featured-product-wrap .thumb {
        display: none;
    }
}

.featured-product-wrap .thumb img {
    margin-top: -60px;
    margin-bottom: 60px;
}

.featured-product-wrap .content {
    width: 60%;
    padding-right: 150px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .featured-product-wrap .content {
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .featured-product-wrap .content {
        padding-right: 20px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .featured-product-wrap .content {
        width: 100%;
        padding: 30px;
    }
}

.featured-product-wrap .content h4 {
    color: #243f4d;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
}

@media (min-width: 320px) and (max-width: 425px) {
    .featured-product-wrap .content h4 {
        font-size: 22px;
        line-height: 30px;
    }
}

.featured-product-wrap .content p {
    color: #243f4d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.featured-product-wrap .content .read-more {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #436372;
    font-size: 15px;
    font-weight: 500;
    margin-top: 28px;
    border: 2px solid #436372;
    text-transform: capitalize;
    border-radius: 5px;
}

    .featured-product-wrap .content .read-more:hover {
        background: #243f4d;
        color: #fff;
    }

    .featured-product-wrap .content .read-more i {
        margin-left: 20px;
    }

.video-play {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .video-play:before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #a3bbc8;
        z-index: -1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.5;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        -webkit-animation-name: shape-2;
        animation-name: shape-2;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        animation-delay: 0.8s;
    }

    .video-play a {
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background: #a3bbc8;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 24px;
        position: relative;
    }

        .video-play a:hover {
            background: #fcd7b6;
        }

@keyframes shape-2 {
    from {
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.offer-area {
    background: #f6fcff;
    position: relative;
    z-index: 1;
}

    .offer-area .offer-thumb-1 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

.offer-content .sub-title {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-left: 70px;
    position: relative;
    color: #11a8fd;
    margin-bottom: 15px;
    display: inline-block;
}

    .offer-content .sub-title:before {
        content: "";
        width: 50px;
        height: 2px;
        background: #11a8fd;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        position: absolute;
    }

.offer-content h4 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #222222;
    margin-bottom: 15px;
}

.offer-content p {
    font-size: 16px;
    line-height: 30px;
    color: #565872;
    margin-bottom: 0;
}

.offer-content .read-more {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 25px;
    border: 2px solid #11a8fd;
    text-transform: capitalize;
    background: #11a8fd;
    border-radius: 5px;
}

    .offer-content .read-more:hover {
        background: #303eff;
        border-color: #303eff;
        color: #fff;
    }

    .offer-content .read-more i {
        margin-left: 20px;
    }

/*.breadcrumb-area {
    background: #edf1f4;
}

    .breadcrumb-area .title {
        color: #222933;
        font-size: 36px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .breadcrumb-area ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .breadcrumb-area ul li {
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            text-transform: capitalize;
            color: #9a9ea2;
        }

            .breadcrumb-area ul li:after {
                content: "/";
                margin-left: 10px;
                margin-right: 10px;
            }

@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area ul li:after {
        margin-left: 18px;
        margin-right: 14px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-area ul li:after {
        margin-left: 10px;
        margin-right: 6px;
    }
}

.breadcrumb-area ul li:last-child:after {
    display: none;
}

.breadcrumb-area ul li a {
    display: inline-block;
    color: #9a9ea2;
}

    .breadcrumb-area ul li a:hover {
        color: #fcd7b6;
    }

.breadcrumb-area ul li.active {
    color: #fcd7b6;
}*/

.about-counter {
    border-top: 2px solid #ebeef3;
}

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

@media (max-width: 767px) {
    .counter-border {
        border-right: 0;
    }
}

.counter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .counter-wrap {
        margin-bottom: 30px;
    }
}

.counter-wrap .icon {
    width: 50px;
    font-size: 40px;
    color: #a3bbc8;
}

.counter-wrap .content h4 {
    font-size: 34px;
    line-height: 38px;
    color: #243f4d;
    margin-bottom: 0;
}

.counter-wrap .content p {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #4c4c4c;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.counter-area {
    background: #fcd7b6;
}

.counter-wrap-2 {
    text-align: center;
}

    .counter-wrap-2 .icon {
        margin-bottom: 20px;
    }

    .counter-wrap-2 .content h4 {
        font-size: 36px;
        color: #243f4d;
        margin-bottom: 15px;
    }

    .counter-wrap-2 .content p {
        color: #243f4d;
        font-size: 18px;
        font-weight: 700;
        font-family: "DM Sans", sans-serif;
        margin-bottom: 0;
    }

.login-form .input-wrap {
    margin-bottom: 25px;
}

    .login-form .input-wrap label {
        font-size: 14px;
        color: #436372;
        margin-bottom: 14px;
    }

    .login-form .input-wrap input {
        width: 100%;
        border: 1px solid #f6f6f6;
        height: 60px;
        padding: 0 20px;
    }

.login-form .submit-btn {
    width: 100%;
    background: #a3bbc8;
    color: #fff;
    height: 60px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
}

    .login-form .submit-btn:hover {
        color: #fff;
        background: #fcd7b6;
    }

.login-form .checkbox-wrap {
    margin-bottom: 20px;
}

    .login-form .checkbox-wrap label {
        font-size: 14px;
        color: #436372;
        margin-left: 5px;
        margin-bottom: 0;
    }

.login-form .label-text {
    margin-bottom: 20px;
}

    .login-form .label-text a {
        font-size: 14px;
        color: #436372;
    }

        .login-form .label-text a:hover {
            color: #fcd7b6;
        }

.login-form .create-info {
    padding-top: 26px;
    border-top: 1px solid #f6f6f6;
}

    .login-form .create-info span {
        display: inline-block;
        font-size: 14px;
        color: #436372;
        margin-bottom: 26px;
    }

    .login-form .create-info .create-btn {
        width: 100%;
        background: #fff;
        color: #243f4d;
        height: 60px;
        font-size: 18px;
        font-weight: 500;
        border: 2px solid #a3bbc8;
    }

        .login-form .create-info .create-btn:hover {
            color: #fff;
            background: #a3bbc8;
        }

.faq-wrap .title {
    text-align: center;
}

    .faq-wrap .title h3 {
        font-size: 36px;
        color: #243f4d;
        font-weight: 700;
        margin-bottom: 0;
    }

.accordion-wrapper .accordion-wrap {
    margin-bottom: 15px;
}

    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 24px;
        font-weight: 500;
        color: #243f4d;
        background: #fff;
        width: 100%;
        border: 0;
        padding-right: 50px;
        padding-bottom: 20px;
        text-align: left;
        border-radius: 0;
        position: relative;
        border-bottom: 1px solid #ececec;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 18px;
    }
}

.accordion-wrapper .accordion-wrap .accordion-header button:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
    background: transparent;
    height: 50px;
    line-height: 50px;
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .accordion-wrapper .accordion-wrap .accordion-header button:after {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true] {
    color: #243f4d;
    border-color: transparent;
}

    .accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true]:after {
        content: "";
        background: #a3bbc8;
        color: #fff;
    }

.accordion-wrapper .accordion-wrap .accordion-body {
    padding: 18px 0;
}

    .accordion-wrapper .accordion-wrap .accordion-body p {
        color: #243f4d;
        font-size: 16px;
        line-height: 30px;
    }

.terms-content {
    color: #243f4d;
    font-size: 16px;
    line-height: 30px;
}

    .terms-content h4 {
        font-size: 24px;
        color: #243f4d;
        font-weight: 500;
    }

    .terms-content ol li {
        margin-bottom: 15px;
    }

/* 4. Banner */
.banner-spacing {
    padding: 0 55px;
}

@media (max-width: 767px) {
    .banner-spacing {
        padding: 0 15px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .banner-spacing {
        padding: 0;
    }
}

.banner-wrap {
    position: relative;
}

    .banner-wrap:hover .banner-thumb img {
        transform: scale(1.05);
    }

    .banner-wrap .banner-thumb {
        overflow: hidden;
    }

        .banner-wrap .banner-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

    .banner-wrap .banner-content {
        position: absolute;
        left: 0;
        top: 0;
        padding: 60px 50px;
        width: 100%;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-wrap .banner-content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .banner-wrap .banner-content {
        padding: 30px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .banner-wrap .banner-content {
        padding: 15px;
    }
}

.banner-wrap .banner-content h4 {
    font-size: 35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-wrap .banner-content h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner-wrap .banner-content h4 {
        font-size: 24px;
    }
}

.banner-wrap .banner-content h4 a {
    color: #fff;
}

    .banner-wrap .banner-content h4 a:hover {
        color: #013f19;
    }

.banner-wrap .banner-content .read-more a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #3367D1;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(35, 160, 54, 0.2);
}

    .banner-wrap .banner-content .read-more a:hover {
        background: #3367D1;
        color: #fff;
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    }

.banner-wrap .small-content {
    padding: 30px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-wrap .small-content {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .banner-wrap .small-content {
        padding: 15px;
    }
}

.banner-wrap .small-content h4 {
    font-size: 24px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-wrap .small-content h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .banner-wrap .small-content h4 {
        font-size: 18px;
    }
}

.banner-wrap-2 {
    position: relative;
}

    .banner-wrap-2:hover .banner-thumb img {
        transform: scale(1.05);
    }

    .banner-wrap-2 .banner-thumb {
        overflow: hidden;
    }

        .banner-wrap-2 .banner-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

    .banner-wrap-2 .banner-content {
        position: absolute;
        left: 0;
        top: 20px;
        padding: 20px 30px;
        width: 100%;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-wrap-2 .banner-content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .banner-wrap-2 .banner-content {
        padding: 30px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .banner-wrap-2 .banner-content {
        padding: 15px;
    }
}

.banner-wrap-2 .banner-content h4 {
    font-size: 24px;
}

    .banner-wrap-2 .banner-content h4 a {
        color: #262626;
    }

        .banner-wrap-2 .banner-content h4 a:hover {
            color: #f26522;
        }

.banner-wrap-2 .content-align-center {
    top: 50%;
    transform: translateY(-50%);
}

/* 5. Product */
.product-wrap {
    border-radius: 10px;
    overflow: hidden;
}

    .product-wrap:hover .product-thumb img {
        transform: scale(1.05);
    }

    .product-wrap:hover .product-thumb .product-action {
        visibility: visible;
        opacity: 1;
        bottom: 20px;
    }

    .product-wrap .product-thumb {
        position: relative;
        overflow: hidden;
    }

        .product-wrap .product-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

        .product-wrap .product-thumb .product-action {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            visibility: hidden;
            opacity: 0;
            z-index: 3;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

            .product-wrap .product-thumb .product-action a {
                display: inline-block;
                width: 45px;
                height: 45px;
                line-height: 45px;
                background: #fff;
                color: #3367D1;
                font-size: 16px;
                text-align: center;
                margin: 0 8px;
                border-radius: 50%;
            }

                .product-wrap .product-thumb .product-action a:hover {
                    background: #3367D1;
                    color: #fff;
                }

        .product-wrap .product-thumb .product-action-2 a {
            background: #edf6eb;
        }

    .product-wrap .product-content {
        text-align: center;
        padding: 25px 15px;
        background: #fcfcfc;
    }

        .product-wrap .product-content h4 {
            font-size: 17px;
            line-height: 26px;
            font-weight: 500;
            margin-bottom: 8px;
        }

            .product-wrap .product-content h4 a {
                color: #013f19;
            }

                .product-wrap .product-content h4 a:hover {
                    color: #3367D1;
                }

        .product-wrap .product-content .price {
            font-size: 16px;
            line-height: 26px;
            color: #3367D1;
            display: inline-block;
        }

.product-area-2 {
    background: rgba(35, 160, 54, 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .product-area-2 .product-shape-1 {
        position: absolute;
        left: 0;
        bottom: 65px;
        z-index: -1;
    }

    .product-area-2 .product-shape-2 {
        position: absolute;
        right: 0;
        top: 160px;
        z-index: -1;
    }

    .product-area-2 .product-shape-3 {
        position: absolute;
        left: 325px;
        top: 180px;
        z-index: -1;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .product-area-2 .product-shape-3 {
        left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-area-2 .product-shape-3 {
        left: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-area-2 .product-shape-3 {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-area-2 .product-shape-3 {
        display: none;
    }
}

.product-area-2 .product-shape-4 {
    position: absolute;
    right: 185px;
    bottom: 60px;
    z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .product-area-2 .product-shape-4 {
        right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-area-2 .product-shape-4 {
        right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-area-2 .product-shape-4 {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-area-2 .product-shape-4 {
        display: none;
    }
}

.product-slider-1 {
    position: relative;
}

    .product-slider-1:hover .swiper-button-prev,
    .product-slider-1:hover .swiper-button-next {
        visibility: visible;
        opacity: 1;
    }

    .product-slider-1 .swiper-button-prev {
        left: -100px;
        height: 65px;
        width: 65px;
        font-size: 20px;
        color: #fff;
        background: #bdd05d;
        z-index: 99;
        top: 50%;
        border-radius: 50%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .product-slider-1 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-slider-1 .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-slider-1 .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-slider-1 .swiper-button-prev {
        display: none;
    }
}

.product-slider-1 .swiper-button-prev:hover {
    color: #fff;
    background: #3367D1;
}

.product-slider-1 .swiper-button-next {
    right: -100px;
    height: 65px;
    width: 65px;
    font-size: 20px;
    color: #fff;
    background: #bdd05d;
    z-index: 99;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .product-slider-1 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-slider-1 .swiper-button-next {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-slider-1 .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-slider-1 .swiper-button-next {
        display: none;
    }
}

.product-slider-1 .swiper-button-next:hover {
    color: #fff;
    background: #3367D1;
}

.product-wrap-2 {
    overflow: hidden;
}

    .product-wrap-2:hover .product-thumb img {
        transform: scale(1.05);
    }

    .product-wrap-2:hover .product-thumb .product-action {
        visibility: visible;
        opacity: 1;
        bottom: 20px;
    }

    .product-wrap-2 .product-thumb {
        position: relative;
        overflow: hidden;
        border: 2px solid #f2f2f2;
    }

        .product-wrap-2 .product-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

        .product-wrap-2 .product-thumb .product-action {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            visibility: hidden;
            opacity: 0;
            z-index: 3;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

            .product-wrap-2 .product-thumb .product-action a {
                display: inline-block;
                width: 45px;
                height: 45px;
                line-height: 45px;
                background: #f4fbff;
                color: #f26522;
                font-size: 16px;
                text-align: center;
                margin: 0 8px;
                border-radius: 50%;
            }

                .product-wrap-2 .product-thumb .product-action a:hover {
                    background: #f26522;
                    color: #fff;
                }

        .product-wrap-2 .product-thumb .product-action-2 a {
            background: #edf6eb;
        }

    .product-wrap-2 .product-content {
        text-align: center;
        padding: 25px 15px;
    }

        .product-wrap-2 .product-content h4 {
            font-size: 16px;
            line-height: 26px;
            font-weight: 500;
            margin-bottom: 8px;
        }

            .product-wrap-2 .product-content h4 a {
                color: #646464;
            }

                .product-wrap-2 .product-content h4 a:hover {
                    color: #f26522;
                }

        .product-wrap-2 .product-content .price {
            font-size: 16px;
            line-height: 26px;
            font-weight: 700;
            color: #f26522;
            display: inline-block;
        }

.product-filter-nav {
    background: #f9f9f9;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    border-radius: 50px;
}

@media (min-width: 320px) and (max-width: 425px) {
    .product-filter-nav {
        padding: 0px 15px;
    }
}

.product-filter-nav button {
    display: inline-block;
    background: none;
    border: 0;
    padding: 18px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

@media (max-width: 767px) {
    .product-filter-nav button {
        padding: 18px 20px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .product-filter-nav button {
        padding: 18px 10px;
        font-size: 12px;
    }
}

.product-filter-nav button:hover {
    color: #f26522;
}

.product-filter-nav button.active {
    color: #f26522;
}

.style-2 {
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

    .style-2 .product-thumb {
        border: 0;
    }

.product-tap-wrapper .product-tab-contents {
    padding: 45px 40px;
    border: 2px solid #ececec;
}

.product-tap-wrapper .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
    margin-bottom: -2px;
}

    .product-tap-wrapper .nav-tabs a {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 34px 20px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        color: #000000;
        margin: 0;
        border: 2px solid #ececec;
        border-right: 0;
        border-radius: 0;
    }

        .product-tap-wrapper .nav-tabs a:last-child {
            border-right: 2px solid #ececec;
        }

@media (max-width: 767px) {
    .product-tap-wrapper .nav-tabs a {
        padding: 20px 20px;
        border-right: 2px solid #ececec;
    }
}

.product-tap-wrapper .nav-tabs a:hover {
    color: #fff;
    background-color: #f26522;
    border-color: #f26522;
}

.product-tap-wrapper .nav-tabs a.active {
    color: #fff;
    background-color: #f26522;
    border-color: #f26522;
}

.product-wrap-3 {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

    .product-wrap-3:hover .product-thumb img {
        transform: scale(1.05);
    }

    .product-wrap-3:hover .product-thumb .product-action {
        visibility: visible;
        opacity: 1;
        bottom: 20px;
    }

    .product-wrap-3 .product-thumb {
        position: relative;
        overflow: hidden;
    }

        .product-wrap-3 .product-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

        .product-wrap-3 .product-thumb .product-action {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            visibility: hidden;
            opacity: 0;
            z-index: 3;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

            .product-wrap-3 .product-thumb .product-action a {
                display: inline-block;
                width: 45px;
                height: 45px;
                line-height: 45px;
                background: #fff;
                color: #a3bbc8;
                font-size: 16px;
                text-align: center;
                margin: 0 8px;
                border-radius: 50%;
            }

                .product-wrap-3 .product-thumb .product-action a:hover {
                    background: #a3bbc8;
                    color: #fff;
                }

        .product-wrap-3 .product-thumb .product-action-2 a {
            background: #edf6eb;
        }

    .product-wrap-3 .product-content {
        text-align: center;
        padding: 20px 15px;
    }

        .product-wrap-3 .product-content h4 {
            font-size: 16px;
            line-height: 26px;
            font-weight: 500;
            margin-bottom: 8px;
        }

            .product-wrap-3 .product-content h4 a {
                color: #243f4d;
            }

                .product-wrap-3 .product-content h4 a:hover {
                    color: #fcd7b6;
                }

        .product-wrap-3 .product-content .price {
            font-size: 16px;
            line-height: 26px;
            font-weight: 700;
            color: #a3bbc8;
            display: inline-block;
        }

.filter-nav-2 {
    background: none;
    border-radius: 0;
}

    .filter-nav-2 button {
        display: inline-block;
        background: none;
        border: 0;
        padding: 10px 15px;
        color: #8b8b8b;
        font-size: 16px;
        text-transform: capitalize;
    }

@media (max-width: 767px) {
    .filter-nav-2 button {
        padding: 18px 20px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .filter-nav-2 button {
        padding: 18px 10px;
        font-size: 12px;
    }
}

.filter-nav-2 button:hover {
    color: #191919;
}

.filter-nav-2 button.active {
    color: #191919;
}

.cat-product-wrap {
    min-height: 250px;
    width: 100%;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

    .cat-product-wrap:hover .product-thumb img {
        transform: scale(1.05);
    }

    .cat-product-wrap .product-thumb {
        position: absolute;
        bottom: 25px;
        right: 0;
    }

        .cat-product-wrap .product-thumb img {
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

    .cat-product-wrap .product-content {
        position: absolute;
        left: 35px;
        top: 40px;
    }

        .cat-product-wrap .product-content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
        }

            .cat-product-wrap .product-content h4 a {
                color: #191919;
            }

                .cat-product-wrap .product-content h4 a:hover {
                    color: #fcd7b6;
                }

        .cat-product-wrap .product-content .cat {
            color: #a3bbc8;
            font-size: 16px;
            font-family: "DM Sans", sans-serif;
            font-weight: 700;
        }

.cat-filter-nav button {
    display: inline-block;
    background: none;
    border: 0;
    padding: 10px 15px;
    color: #8b8b8b;
    font-size: 16px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .cat-filter-nav button {
        padding: 18px 15px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .cat-filter-nav button {
        padding: 18px 10px;
        font-size: 12px;
    }
}

.cat-filter-nav button:hover {
    color: #191919;
}

.cat-filter-nav button.active {
    color: #191919;
}

.filter-nav-4 {
    background: none;
    padding: 0;
    border-radius: 0;
}

    .filter-nav-4 button {
        font-family: "Poppins", sans-serif;
        padding: 5px 15px;
        font-size: 16px;
        color: #737373;
        background: #e7f6ff;
        border-radius: 5px;
        margin: 0 3px 10px;
    }

        .filter-nav-4 button:hover {
            background: #11a8fd;
            color: #fff;
        }

        .filter-nav-4 button.active {
            background: #11a8fd;
            color: #fff;
        }

.product-style-4 .product-thumb .product-action a {
    background: #fff;
    color: #11a8fd;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

    .product-style-4 .product-thumb .product-action a:hover {
        background: #11a8fd;
        color: #fff;
    }

.product-style-4 .product-content h4 {
    font-family: "Poppins", sans-serif;
}

    .product-style-4 .product-content h4 a {
        color: #243f4d;
    }

        .product-style-4 .product-content h4 a:hover {
            color: #11a8fd;
        }

.product-style-4 .product-content .price {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #11a8fd;
}

.top-product-wrap {
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .top-product-wrap:hover .cart-btn a {
        background-color: #11a8fd;
        color: #fff;
    }

    .top-product-wrap .thumb {
        width: 120px;
        margin-right: 15px;
    }

@media (min-width: 320px) and (max-width: 425px) {
    .top-product-wrap .thumb {
        width: 100%;
    }
}

.top-product-wrap .content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

    .top-product-wrap .content .cat {
        color: #878787;
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        display: inline-block;
        margin-bottom: 10px;
    }

    .top-product-wrap .content h4 {
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .top-product-wrap .content h4 a {
            color: #243f4d;
        }

            .top-product-wrap .content h4 a:hover {
                color: #11a8fd;
            }

    .top-product-wrap .content .price {
        display: inline-block;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #11a8fd;
    }

.top-product-wrap .cart-btn a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #11a8fd;
    background-color: #e7f6ff;
    border-radius: 50%;
    text-align: center;
}

.shop-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .shop-pagination ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        .shop-pagination ul li:last-child {
            margin-right: 0;
        }

        .shop-pagination ul li .page-numbers {
            background: #fff;
            color: #243f4d;
            font-size: 16px;
            font-weight: 400;
            font-family: "Rubik", sans-serif;
            display: inline-block;
            text-align: center;
            text-transform: uppercase;
            border-radius: 2px;
            border: 1px solid #a3bbc8;
            padding: 14px 20px;
        }

            .shop-pagination ul li .page-numbers:hover {
                background: #a3bbc8;
                border-color: #a3bbc8;
                color: #fff;
            }

            .shop-pagination ul li .page-numbers.current {
                background: #a3bbc8;
                border-color: #a3bbc8;
                color: #fff;
            }

.product-wrap-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .product-wrap-4 .product-thumb {
        width: 40%;
        margin-right: 50px;
        border: 2px solid #f2f2f2;
    }

        .product-wrap-4 .product-thumb img {
            width: 100%;
        }

@media (max-width: 767px) {
    .product-wrap-4 .product-thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.product-wrap-4 .product-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

    .product-wrap-4 .product-content h4 {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 40px;
        margin-bottom: 12px;
    }

        .product-wrap-4 .product-content h4 a {
            color: #333333;
        }

            .product-wrap-4 .product-content h4 a:hover {
                color: #fcd7b6;
            }

    .product-wrap-4 .product-content .rating {
        list-style: none;
        padding: 0;
        margin: 0 0 26px;
    }

        .product-wrap-4 .product-content .rating li {
            display: inline-block;
            font-size: 14px;
            color: #d6d6d6;
            margin-right: 5px;
        }

            .product-wrap-4 .product-content .rating li.active {
                color: #ffcc00;
            }

    .product-wrap-4 .product-content .price {
        color: #333333;
        font-size: 30px;
        margin-bottom: 18px;
        display: inline-block;
    }

    .product-wrap-4 .product-content .text p {
        font-size: 16px;
        line-height: 30px;
        color: #243f4d;
        margin-bottom: 0;
    }

    .product-wrap-4 .product-content .product-action {
        margin-top: 30px;
    }

        .product-wrap-4 .product-content .product-action a {
            display: inline-block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            background: #fff;
            color: #a2bac7;
            font-size: 16px;
            text-align: center;
            margin-right: 10px;
            box-shadow: 0 6px 47px 3px rgba(37, 37, 37, 0.05);
        }

            .product-wrap-4 .product-content .product-action a:hover {
                background: #a2bac7;
                color: #fff;
            }

.product-tab-nav {
    display: flex;
    flex-wrap: wrap;
}

    .product-tab-nav a {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .product-tab-nav a {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .product-tab-nav a {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-right: 10px;
    }
}

.product-tab-nav a:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.product-tab-nav a img {
    width: 100%;
    border: 2px solid #f2f2f2;
}

.product-tab-content .tab-pane img {
    width: 100%;
    border: 2px solid #f2f2f2;
}

.product-details h4 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 12px;
}

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

        .product-details h4 a:hover {
            color: #fcd7b6;
        }

.product-details .rating {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

    .product-details .rating li {
        display: inline-block;
        font-size: 14px;
        color: #d6d6d6;
        margin-right: 5px;
    }

        .product-details .rating li.active {
            color: #ffcc00;
        }

.product-details .price {
    color: #333333;
    font-size: 30px;
    margin-bottom: 18px;
    display: inline-block;
}

.product-details .text p {
    font-size: 16px;
    line-height: 30px;
    color: #243f4d;
    margin-bottom: 0;
}

.product-details .product-action-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .product-details .product-action-box .product-quantity {
        margin-right: 15px;
    }

@media (min-width: 320px) and (max-width: 425px) {
    .product-details .product-action-box .product-quantity {
        margin-bottom: 20px;
    }
}

.product-details .product-action-box .product-quantity .quantity {
    position: relative;
    display: inline-block;
}

    .product-details .product-action-box .product-quantity .quantity input {
        width: 160px;
        font-size: 14px;
        color: #333333;
        padding: 0 50px;
        border: 1px solid #a3bbc8;
        text-align: center;
        outline: none;
        height: 50px;
    }

    .product-details .product-action-box .product-quantity .quantity .minus {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 100%;
        background: #fff;
        line-height: 50px;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        border: 1px solid #a3bbc8;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

        .product-details .product-action-box .product-quantity .quantity .minus:hover {
            background: #a3bbc8;
            color: #fff;
        }

    .product-details .product-action-box .product-quantity .quantity .plus {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        background: #fff;
        line-height: 50px;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        color: #333333;
        border: 1px solid #a3bbc8;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

        .product-details .product-action-box .product-quantity .quantity .plus:hover {
            background: #a3bbc8;
            color: #fff;
        }

.product-details .product-action-box .add-to-cart .btn {
    padding: 13px 50px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
    background: #a3bbc8;
    color: #fff;
}

    .product-details .product-action-box .add-to-cart .btn:hover {
        background: #fcd7b6;
        color: #fff;
    }

.product-details .product-serial,
.product-details .product-cat,
.product-details .product-tag {
    color: #243f4d;
    font-size: 16px;
    line-height: 30px;
}

    .product-details .product-serial a,
    .product-details .product-cat a,
    .product-details .product-tag a {
        color: #243f4d;
    }

        .product-details .product-serial a:hover,
        .product-details .product-cat a:hover,
        .product-details .product-tag a:hover {
            color: #fcd7b6;
        }

.review-tab-wrapper .review-tab {
    margin-bottom: 30px;
    border-bottom: 0;
    justify-content: center;
}

    .review-tab-wrapper .review-tab a {
        font-size: 18px;
        color: #243f4d;
        font-weight: 500;
        padding: 15px 23px;
        position: relative;
        z-index: 2;
        background: #edf1f4;
        margin: 0 7px;
        border-radius: 10px;
    }

@media (max-width: 767px) {
    .review-tab-wrapper .review-tab a {
        font-size: 18px;
        margin-top: 10px;
    }
}

.review-tab-wrapper .review-tab a:hover {
    color: #fff;
    background: #a3bbc8;
}

.review-tab-wrapper .review-tab a.active {
    color: #fff;
    background: #a3bbc8;
}

.review-tab-wrapper .review-tab-content .tab-pane p {
    font-size: 16px;
    line-height: 30px;
    color: #243f4d;
}

.product-slider-2 {
    margin-right: -15px;
    margin-left: -15px;
}

    .product-slider-2 .single-slide {
        padding: 15px;
    }

        .product-slider-2 .single-slide .product-wrap-3 {
            box-shadow: 0px 0 15px 3px rgba(37, 37, 37, 0.05);
        }

    .product-slider-2 .swiper-button-prev {
        right: 85px;
        height: 50px;
        width: 50px;
        font-size: 16px;
        color: #a3bbc8;
        background: #fff;
        z-index: 99;
        top: -75px;
        border-radius: 10px;
        left: auto;
        border: 2px solid #a3bbc8;
    }

@media (max-width: 767px) {
    .product-slider-2 .swiper-button-prev {
        display: none;
    }
}

.product-slider-2 .swiper-button-prev:hover {
    color: #fff;
    background: #a3bbc8;
}

.product-slider-2 .swiper-button-next {
    right: 15px;
    height: 50px;
    width: 50px;
    font-size: 16px;
    color: #a3bbc8;
    background: #fff;
    z-index: 99;
    top: -75px;
    border-radius: 10px;
    border: 2px solid #a3bbc8;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
    .product-slider-2 .swiper-button-next {
        display: none;
    }
}

.product-slider-2 .swiper-button-next:hover {
    color: #fff;
    background: #a3bbc8;
}

.cart-table thead th {
    color: #436372;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    border-top: 0;
    vertical-align: middle;
}

.cart-table tbody td {
    border-bottom: 1px solid #ebebeb;
    vertical-align: middle;
}

.cart-table .product-thumb a {
    display: inline-block;
    border: 2px solid #ebebeb;
}

    .cart-table .product-thumb a img {
        width: 70px;
    }

.cart-table .product-name a {
    font-size: 18px;
    color: #171717;
}

    .cart-table .product-name a:hover {
        color: #fcd7b6;
    }

.cart-table .product-price span {
    color: #436372;
    font-size: 18px;
    font-weight: 500;
}

.cart-table .product-status {
    text-align: center;
}

    .cart-table .product-status span {
        color: #436372;
        font-size: 18px;
    }

.cart-table .product-btn {
    text-align: center;
}

    .cart-table .product-btn .btn {
        background: #a3bbc8;
        color: #fff;
        padding: 10px 35px;
        font-weight: 700;
        color: #fff;
        font-size: 14px;
        border-radius: 0;
    }

        .cart-table .product-btn .btn:hover {
            color: #fff;
            background: #fcd7b6;
        }

        .cart-table .product-btn .btn.disabled {
            background: #e3eaee;
            color: #7b7c7d;
        }

.cart-table .product-remove {
    text-align: center;
}

    .cart-table .product-remove a {
        color: #436372;
    }

        .cart-table .product-remove a:hover {
            color: red;
        }

.cart-navigation a {
    text-transform: uppercase;
    color: #436372;
    font-size: 13px;
    font-weight: 700;
}

    .cart-navigation a:hover {
        color: #fcd7b6;
    }

.cart-navigation.prev i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .cart-navigation.prev {
        text-align: center;
    }
}

.cart-navigation.next {
    text-align: right;
}

    .cart-navigation.next i {
        margin-left: 5px;
    }

@media (max-width: 767px) {
    .cart-navigation.next {
        text-align: center;
    }
}

/* 6. Feature */
.feature-wrap {
    display: flex;
    flex-wrap: wrap;
    background: #3367D1;
}

    .feature-wrap:hover .feature-thumb a img {
        transform: scale(1.05);
    }

    .feature-wrap .feature-thumb {
        width: 45%;
        overflow: hidden;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .feature-wrap .feature-thumb {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .feature-wrap .feature-thumb {
        width: 40%;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .feature-wrap .feature-thumb {
        width: 100%;
    }
}

.feature-wrap .feature-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.feature-wrap .feature-content {
    width: 55%;
    padding: 30px 35px;
    align-self: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .feature-wrap .feature-content {
        width: 60%;
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .feature-wrap .feature-content {
        width: 60%;
        padding: 30px 25px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .feature-wrap .feature-content {
        width: 100%;
        padding: 30px 25px;
    }
}

.feature-wrap .feature-content h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

    .feature-wrap .feature-content h4 a {
        color: #fff;
    }

        .feature-wrap .feature-content h4 a:hover {
            color: #013f19;
        }

.feature-wrap .feature-content p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.feature-wrap .feature-content .read-more {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

    .feature-wrap .feature-content .read-more i {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #bdd05d;
        line-height: 22px;
        text-align: center;
        margin-right: 5px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .feature-wrap .feature-content .read-more:hover {
        color: #013f19;
    }

        .feature-wrap .feature-content .read-more:hover i {
            margin-right: 8px;
            color: #fff;
        }

/* 7. Testimonial */
.testimonial-area {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

    .testimonial-area::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: #013f19;
        opacity: 0.7;
        z-index: -1;
    }

.testimonial-wrap {
    padding: 50px 40px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 10px 3px rgba(37, 37, 37, 0.05);
}

@media (min-width: 320px) and (max-width: 425px) {
    .testimonial-wrap {
        padding: 30px 20px;
    }
}

.testimonial-wrap:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: -1;
    font-weight: 900;
}

.testimonial-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    border-top: 90px solid #bdd05d;
    border-right: 100px solid transparent;
}

.testimonial-wrap .testimonial-thumb {
    width: 90px;
}

@media (min-width: 320px) and (max-width: 425px) {
    .testimonial-wrap .testimonial-thumb {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
}

.testimonial-wrap .testimonial-thumb img {
    width: 90px;
    height: 90px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

.testimonial-wrap .testimonial-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 40px;
}

@media (min-width: 320px) and (max-width: 425px) {
    .testimonial-wrap .testimonial-content {
        padding-left: 0;
    }
}

.testimonial-wrap .testimonial-content h4 {
    font-size: 18px;
    line-height: 30px;
    font-family: "Rubik", sans-serif;
    color: #3367D1;
    padding-right: 65px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

    .testimonial-wrap .testimonial-content h4:before {
        content: "";
        height: 2px;
        width: 50px;
        background: #3367D1;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.testimonial-wrap .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
    color: #565872;
}

.testimonial-slider-1 .single-slide {
    padding: 15px;
}

.testimonial-area-2 {
    background-color: #1E5FA8;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .testimonial-area-2 {
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-2 {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .testimonial-area-2 {
        background-size: cover;
    }
}

/*.testimonial-wrap-2 {
    padding: 70px 35px 30px 35px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 14px 0px rgba(37, 37, 37, 0.05);
}*/

@media (min-width: 320px) and (max-width: 425px) {
    .testimonial-wrap-2 {
        padding: 30px 20px;
    }
}
.testimonial-wrap-2 {
    position: relative;
    background: #fff;
    padding: 35px 25px 25px;
    overflow: hidden;
}

    /* Top-left triangle ribbon */
    .testimonial-wrap-2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 85px;
        background: #d8efff;
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    /* Quote icon */
    .testimonial-wrap-2 .quote-icon {
        position: absolute;
        top: 0px;
        left: 10px;
        font-size: 50px;
        font-weight: 900;
        color: #1E5FA8;
        line-height: 1;
        z-index: 2;
        font-family: Arial, sans-serif;
    }

/*.testimonial-wrap-2:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #b1d1f0;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: -1;
    font-weight: 900;
}
*/
.testimonial-wrap-2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    border-top: 90px solid #b1d1f0;
    border-right: 100px solid transparent;
}
/* Swiper slides equal height */
.testimonial-slider-2 .swiper-wrapper {
    display: flex;
}

.testimonial-slider-2 .single-slide {
    display: flex;
    height: auto;
}

/* Card structure */
.testimonial-wrap-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    /* BORDER */
    border: 1px solid #dbe7f3;
    /* optional soft shadow */
    box-shadow: 0 6px 20px rgba(30, 95, 168, 0.08);
    transition: all 0.3s ease;
}

    /* Optional hover effect (professional look) */
    .testimonial-wrap-2:hover {
        border-color: #1E5FA8;
        box-shadow: 0 10px 28px rgba(30, 95, 168, 0.18);
    }

    /* TEXT AREA – SAME HEIGHT */
    .testimonial-wrap-2 .content {
        min-height: 180px; /* ⭐ adjust as needed */
        display: flex;
        align-items: flex-start;
    }

    /* AUTHOR ALWAYS AT BOTTOM */
    .testimonial-wrap-2 .testimonial-author {
        margin-top: auto;
        display: flex;
        align-items: center;
        padding-top: 20px;
    }


.testimonial-wrap-2 .testimonial-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

    .testimonial-wrap-2 .testimonial-author .content p {
        font-size: 16px;
        line-height: 30px;
        color: #565872;
        margin-bottom: 0;
    }

    .testimonial-wrap-2 .testimonial-author .testimonial-thumb {
        width: 70px;
        margin-right: 15px;
    }

        .testimonial-wrap-2 .testimonial-author .testimonial-thumb img {
            width: 70px;
            height: 70px;
            border: 4px solid #fff;
            border-radius: 50%;
            box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.11);
        }

    .testimonial-wrap-2 .testimonial-author .testimonial-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .testimonial-wrap-2 .testimonial-author .testimonial-content h4 {
            font-size: 16px;
            line-height: 26px;
            font-family: "Poppins", sans-serif;
            color: #222222;
            margin-bottom: 0;
        }

        .testimonial-wrap-2 .testimonial-author .testimonial-content span {
            display: inline-block;
            font-size: 16px;
            line-height: 30px;
            color: #11a8fd;
        }

.testimonial-slider-2 .single-slide {
    padding: 15px;
}
.section-title-5 .title span {
    display: inline-block;
    color: #b1d1f0;
    animation: colorPop 0.6s cubic-bezier(0.23,1,0.32,1) forwards;
    opacity: 0;
}

.section-title-5 .title:hover span {
    animation-play-state: running;
}

.section-title-5 .title span:nth-child(1) { animation-delay: 0.1s; }
.section-title-5 .title span:nth-child(2) { animation-delay: 0.15s; }
.section-title-5 .title span:nth-child(3) { animation-delay: 0.2s; }
/* Continue for all letters... */

@keyframes colorPop {
    0% { 
        opacity: 0; 
        transform: translateY(30px) scale(0.8);
        filter: hue-rotate(0deg);
    }
    50% { 
        opacity: 1; 
        transform: translateY(-10px) scale(1.1);
        filter: hue-rotate(90deg);
    }
    100% { 
        opacity: 1; 
        transform: translateY(0) scale(1);
        filter: hue-rotate(180deg);
    }
}


/* 8. Blog */
.blog-wrap:hover .blog-thumb img {
    transform: scale(1.05);
}

.blog-wrap .blog-thumb {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}

    .blog-wrap .blog-thumb img {
        width: 100%;
        border-radius: 10px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

.blog-wrap .blog-meta .meta-date {
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    background: #3367D1;
    border-radius: 10px;
    margin-bottom: 12px;
}

.blog-wrap .blog-title h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

    .blog-wrap .blog-title h4 a {
        color: #222222;
    }

        .blog-wrap .blog-title h4 a:hover {
            color: #3367D1;
        }

.blog-wrap .read-more {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #3367D1;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(35, 160, 54, 0.2);
}

    .blog-wrap .read-more:hover {
        background: #3367D1;
        color: #fff;
    }

.blog-area .view-more a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #262626;
}

    .blog-area .view-more a:hover {
        color: #f26522;
    }

.view-more-3 a:hover {
    color: #fcd7b6 !important;
}

.view-more-4 a:hover {
    color: #11a8fd !important;
}

.blog-wrap-2 {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

    .blog-wrap-2:hover .blog-thumb img {
        transform: scale(1.05);
    }

    .blog-wrap-2 .blog-thumb img {
        width: 100%;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .blog-wrap-2 .blog-content {
        position: relative;
        padding: 35px 25px;
        background: #fff;
    }

        .blog-wrap-2 .blog-content .blog-meta {
            position: absolute;
            left: 30px;
            top: 0;
            transform: translateY(-50%);
            background: #f26522;
            border-radius: 30px;
            padding: 10px 25px;
        }

            .blog-wrap-2 .blog-content .blog-meta span {
                font-size: 14px;
                color: #fff;
                display: inline-block;
                text-transform: uppercase;
            }

        .blog-wrap-2 .blog-content .blog-title h4 {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 2px solid #e0e0e0;
        }

            .blog-wrap-2 .blog-content .blog-title h4 a {
                color: #222222;
            }

                .blog-wrap-2 .blog-content .blog-title h4 a:hover {
                    color: #f26522;
                }

        .blog-wrap-2 .blog-content .blog-footer span {
            display: inline-block;
            margin-right: 20px;
            font-size: 12px;
            color: #222933;
        }

.blog-style-2 .blog-content {
    position: relative;
    padding: 35px 25px;
    background: #fff;
}

    .blog-style-2 .blog-content .blog-meta {
        background: #a3bbc8;
        padding: 8px 25px;
    }

    .blog-style-2 .blog-content .blog-title h4 a {
        color: #262626;
    }

        .blog-style-2 .blog-content .blog-title h4 a:hover {
            color: #fcd7b6;
        }

    .blog-style-2 .blog-content .blog-footer span {
        color: #222933;
    }

.blog-style-3 .blog-content {
    position: relative;
    padding: 35px 25px;
    background: #fff;
}

    .blog-style-3 .blog-content .blog-meta {
        font-family: "Poppins", sans-serif;
        background: #11a8fd;
        padding: 8px 25px;
    }

    .blog-style-3 .blog-content .blog-title h4 {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .blog-style-3 .blog-content .blog-title h4 a {
            color: #262626;
        }

            .blog-style-3 .blog-content .blog-title h4 a:hover {
                color: #11a8fd;
            }

    .blog-style-3 .blog-content .blog-footer span {
        color: #222933;
    }

.blog-box-wrap .blog-box-thumb {
    position: relative;
}

    .blog-box-wrap .blog-box-thumb a {
        display: block;
    }

        .blog-box-wrap .blog-box-thumb a img {
            width: 100%;
        }

    .blog-box-wrap .blog-box-thumb .blog-box-meta {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #a3bbc8;
        padding: 20px 25px;
    }

@media (max-width: 767px) {
    .blog-box-wrap .blog-box-thumb .blog-box-meta {
        padding: 10px 16px;
    }
}

.blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-date {
    display: inline-block;
    margin-right: 15px;
}

    .blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-date a {
        font-size: 12px;
        color: #fff;
    }

        .blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-date a i {
            margin-right: 5px;
        }

        .blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-date a:hover {
            color: #fcd7b6;
        }

.blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-user {
    display: inline-block;
}

    .blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-user a {
        font-size: 12px;
        color: #fff;
    }

        .blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-user a i {
            margin-right: 5px;
        }

        .blog-box-wrap .blog-box-thumb .blog-box-meta .blog-meta-user a:hover {
            color: #fcd7b6;
        }

.blog-box-wrap .blog-box-details .blog-box-title h3 {
    font-size: 36px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .blog-box-wrap .blog-box-details .blog-box-title h3 {
        font-size: 24px;
    }
}

.blog-box-wrap .blog-box-details .blog-box-title h3 a {
    color: #333333;
}

.blog-box-wrap .blog-box-details .blog-box-content p {
    color: #243f4d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.blog-box-wrap .blog-box-details .read-more {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #a3bbc8;
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
    border: 2px solid #a3bbc8;
    text-transform: capitalize;
}

    .blog-box-wrap .blog-box-details .read-more i {
        margin-left: 20px;
    }

    .blog-box-wrap .blog-box-details .read-more:hover {
        color: #fff;
        background: #a3bbc8;
    }

.blog-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .blog-pagination ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        .blog-pagination ul li:last-child {
            margin-right: 0;
        }

        .blog-pagination ul li .page-numbers {
            background: #fff;
            color: #243f4d;
            font-size: 16px;
            font-weight: 400;
            font-family: "Rubik", sans-serif;
            display: inline-block;
            text-align: center;
            text-transform: uppercase;
            border-radius: 2px;
            border: 1px solid #a3bbc8;
            padding: 14px 20px;
        }

            .blog-pagination ul li .page-numbers:hover {
                background: #a3bbc8;
                border-color: #a3bbc8;
                color: #fff;
            }

            .blog-pagination ul li .page-numbers.current {
                background: #a3bbc8;
                border-color: #a3bbc8;
                color: #fff;
            }

.blog-single-wrap .blog-box-thumb {
    position: relative;
}

    .blog-single-wrap .blog-box-thumb a {
        display: block;
    }

        .blog-single-wrap .blog-box-thumb a img {
            width: 100%;
        }

    .blog-single-wrap .blog-box-thumb .blog-box-meta {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #a3bbc8;
        padding: 20px 25px;
    }

@media (max-width: 767px) {
    .blog-single-wrap .blog-box-thumb .blog-box-meta {
        padding: 10px 16px;
    }
}

.blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-date {
    display: inline-block;
    margin-right: 15px;
}

    .blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-date a {
        font-size: 12px;
        color: #fff;
    }

        .blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-date a i {
            margin-right: 5px;
        }

        .blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-date a:hover {
            color: #fcd7b6;
        }

.blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-user {
    display: inline-block;
}

    .blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-user a {
        font-size: 12px;
        color: #fff;
    }

        .blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-user a i {
            margin-right: 5px;
        }

        .blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-user a:hover {
            color: #fcd7b6;
        }

.blog-single-wrap .blog-box-details .blog-box-title h3 {
    font-size: 36px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333333;
}

@media (max-width: 767px) {
    .blog-single-wrap .blog-box-details .blog-box-title h3 {
        font-size: 24px;
    }
}

.blog-single-wrap .blog-box-details .blog-box-content p {
    color: #243f4d;
    font-size: 16px;
    line-height: 30px;
}

.blog-single-wrap .blog-box-details blockquote {
    background: #edf1f4;
    border-left: 5px solid #a3bbc8;
    padding: 25px 30px 25px 40px;
}

    .blog-single-wrap .blog-box-details blockquote p {
        font-size: 16px;
        line-height: 30px;
        color: #243f4d;
    }

    .blog-single-wrap .blog-box-details blockquote .author-name {
        color: #243f4d;
        font-size: 16px;
        padding-left: 40px;
        position: relative;
        margin-bottom: 0;
    }

        .blog-single-wrap .blog-box-details blockquote .author-name:before {
            content: "";
            height: 2px;
            width: 20px;
            background: #a3bbc8;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            position: absolute;
        }

.blog-single-wrap .blog-box-footer {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

    .blog-single-wrap .blog-box-footer .blog-box-tag {
        text-align: right;
    }

@media (max-width: 767px) {
    .blog-single-wrap .blog-box-footer .blog-box-tag {
        text-align: left;
    }
}

.blog-single-wrap .blog-box-footer .blog-box-tag span {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    margin-right: 10px;
}

.blog-single-wrap .blog-box-footer .blog-box-tag a {
    display: inline-block;
    color: #a1a1a1;
    margin-right: 5px;
    font-size: 16px;
}

    .blog-single-wrap .blog-box-footer .blog-box-tag a:hover {
        color: #fcd7b6;
    }

.blog-single-wrap .blog-box-footer .blog-box-share {
    text-align: right;
}

@media (max-width: 767px) {
    .blog-single-wrap .blog-box-footer .blog-box-share {
        text-align: left;
    }
}

.blog-single-wrap .blog-box-footer .blog-box-share span {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    margin-right: 10px;
}

.blog-single-wrap .blog-box-footer .blog-box-share ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .blog-single-wrap .blog-box-footer .blog-box-share ul li {
        display: inline-block;
    }

        .blog-single-wrap .blog-box-footer .blog-box-share ul li a {
            display: inline-block;
            color: #a1a1a1;
            margin-right: 5px;
            font-size: 16px;
        }

            .blog-single-wrap .blog-box-footer .blog-box-share ul li a:hover {
                color: #fcd7b6;
            }

.blog-single-wrap .blog-box-footer .blog-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .blog-single-wrap .blog-box-footer .blog-author .thumb {
        width: 80px;
        margin-right: 15px;
    }

    .blog-single-wrap .blog-box-footer .blog-author .content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .blog-single-wrap .blog-box-footer .blog-author .content h4 {
            font-size: 18px;
            font-weight: 500;
            font-family: "Rubik", sans-serif;
            margin-bottom: 5px;
        }

            .blog-single-wrap .blog-box-footer .blog-author .content h4 a {
                color: #333333;
            }

        .blog-single-wrap .blog-box-footer .blog-author .content span {
            font-size: 16px;
            color: #666666;
        }

.blog-comments .blog-comments-title h4 {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #436372;
}

.blog-comments .latest-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .blog-comments .latest-comments ul li .comments-reply {
        padding-left: 40px;
    }

.blog-comments .latest-comments > ul > li:last-child .comments-box {
    margin-bottom: 0;
    border-bottom: 0;
}

.blog-comments .latest-comments .comments-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}

    .blog-comments .latest-comments .comments-box .comments-avatar {
        width: 145px;
    }

@media (max-width: 767px) {
    .blog-comments .latest-comments .comments-box .comments-avatar {
        width: 100px;
    }
}

.blog-comments .latest-comments .comments-box .comments-avatar img {
    width: 100px;
    height: 100px;
}

@media (max-width: 767px) {
    .blog-comments .latest-comments .comments-box .comments-avatar img {
        width: 80px;
        height: 80px;
    }
}

.blog-comments .latest-comments .comments-box .comments-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

    .blog-comments .latest-comments .comments-box .comments-text .comments-author-name h5 {
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 15px;
    }

    .blog-comments .latest-comments .comments-box .comments-text .comments-author-name span {
        font-size: 14px;
        color: #9e9e9e;
    }

    .blog-comments .latest-comments .comments-box .comments-text p {
        color: #565872;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .blog-comments .latest-comments .comments-box .comments-text .replay {
        font-size: 14px;
        font-weight: 400;
        color: #516278;
    }

        .blog-comments .latest-comments .comments-box .comments-text .replay i {
            margin-left: 5px;
        }

        .blog-comments .latest-comments .comments-box .comments-text .replay:hover {
            color: #fcd7b6;
        }

.comment-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 15px 50px 15px 30px;
    background: #fafafa;
    color: #565872;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .comment-form input::-webkit-input-placeholder,
    .comment-form textarea::-webkit-input-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .comment-form input:-moz-placeholder,
    .comment-form textarea:-moz-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .comment-form input::-moz-placeholder,
    .comment-form textarea::-moz-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .comment-form input:-ms-input-placeholder,
    .comment-form textarea:-ms-input-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .comment-form input:focus,
    .comment-form textarea:focus {
        color: #222;
    }

        .comment-form input:focus::-webkit-input-placeholder,
        .comment-form textarea:focus::-webkit-input-placeholder {
            opacity: 0;
        }

        .comment-form input:focus:-moz-placeholder,
        .comment-form textarea:focus:-moz-placeholder {
            opacity: 0;
        }

        .comment-form input:focus::-moz-placeholder,
        .comment-form textarea:focus::-moz-placeholder {
            opacity: 0;
        }

        .comment-form input:focus:-ms-input-placeholder,
        .comment-form textarea:focus:-ms-input-placeholder {
            opacity: 0;
        }

        .comment-form input:focus ~ .form-icon,
        .comment-form textarea:focus ~ .form-icon {
            color: #fcd7b6;
        }

.comment-form textarea {
    min-height: 145px;
    resize: none;
}

.comment-form .form-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.comment-form .textarea-icon {
    transform: translateY(0);
    top: 15px;
}

.comment-form .btn {
    padding: 18px 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #a3bbc8;
    border-color: #a3bbc8;
}

    .comment-form .btn:hover {
        background: #fcd7b6;
        border-color: #fcd7b6;
        color: #fff;
    }

/* 9. Widget */
.footer-widget {
    margin-bottom: 30px;
}

.about-widget .about-logo {
    margin-bottom: 50px;
}

.about-widget ul {
    list-style: none;
    margin: 0;

    padding: 0;
}

    .about-widget ul li {
        display: inline-block;
        color: #222222;
        font-size: 20px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 10px;
    }

.links-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .links-widgets ul li {
        display: block;
        margin-bottom: 25px;
    }

        .links-widgets ul li a {
            display: inline-block;
            color: #013f19;
            font-size: 16px;
            font-family: "DM Sans", sans-serif;
            line-height: 26px;
            font-weight: 500;
        }

            .links-widgets ul li a:hover {
                color: #fff;
            }

.newsletter-widget form {
    margin-bottom: 15px;
}

    .newsletter-widget form .input-wrap {
        position: relative;
    }

        .newsletter-widget form .input-wrap:before {
            content: "";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 30px;
            top: 50%;
            color: #b0b9c2;
            transform: translateY(-50%);
        }

        .newsletter-widget form .input-wrap input {
            width: 100%;
            height: 60px;
            line-height: 60px;
            padding-left: 60px;
            padding-right: 144px;
            background: #fff;
            border: 0;
            border-radius: 50px;
        }

            .newsletter-widget form .input-wrap input::-webkit-input-placeholder {
                color: #b0b9c2;
            }

            .newsletter-widget form .input-wrap input:-moz-placeholder {
                color: #b0b9c2;
            }

            .newsletter-widget form .input-wrap input::-moz-placeholder {
                color: #b0b9c2;
            }

            .newsletter-widget form .input-wrap input:-ms-input-placeholder {
                color: #b0b9c2;
            }

            .newsletter-widget form .input-wrap input:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .newsletter-widget form .input-wrap input:focus:-moz-placeholder {
                color: transparent;
            }

            .newsletter-widget form .input-wrap input:focus::-moz-placeholder {
                color: transparent;
            }

            .newsletter-widget form .input-wrap input:focus:-ms-input-placeholder {
                color: transparent;
            }

        .newsletter-widget form .input-wrap button {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            height: 50px;
            padding: 0 30px;
            background: #3367D1;
            color: #fff;
            border: 0;
            border-radius: 50px;
        }

            .newsletter-widget form .input-wrap button:hover {
                background: #013f19;
            }

.newsletter-widget p {
    font-size: 16px;
    line-height: 30px;
    color: #013f19;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

.newsletter-widget .social {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .newsletter-widget .social li {
        display: inline-block;
        margin-right: 10px;
    }

        .newsletter-widget .social li a {
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 38px;
            text-align: center;
            background: #fff;
            border-radius: 50%;
            color: #3367D1;
            font-size: 14px;
        }

            .newsletter-widget .social li a:hover {
                color: #fff;
                background: #3367D1;
            }

.offset-widget {
    margin-bottom: 30px;
}

    .offset-widget .widget-title {
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #222;
    }

.offset-logo {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.instagram {
    overflow: hidden;
    margin: 0 -4px;
}

    .instagram > a {
        float: left;
        width: 33.33%;
        padding: 0 4px;
        margin-bottom: 7px;
    }

.social-widget a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    background: #222;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

    .social-widget a:hover {
        color: #fff;
        background: #3367D1;
    }

.info-widget p {
    color: #565872;
    margin-bottom: 5px;
    line-height: 28px;
}

.product-widget .widget-title {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-right: 56px;
}

    .product-widget .widget-title:after {
        content: "";
        width: 38px;
        height: 2px;
        background: #a3bbc8;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.product-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .product-category ul li {
        display: block;
    }

        .product-category ul li a {
            display: block;
            color: #243f4d;
            padding: 16px 22px 16px 15px;
            background: transparent;
            border-radius: 10px;
        }

            .product-category ul li a i {
                float: right;
            }

            .product-category ul li a:hover {
                background: rgba(163, 187, 200, 0.2);
            }

.shop-filter .input-wrap {
    margin-bottom: 20px;
}

    .shop-filter .input-wrap input {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 3px;
        background: #a3bbc8;
        outline: none;
    }

        .shop-filter .input-wrap input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 15px;
            height: 15px;
            background: #a3bbc8;
            cursor: pointer;
        }

        .shop-filter .input-wrap input::-moz-range-thumb {
            width: 15px;
            height: 15px;
            background: #a3bbc8;
            cursor: pointer;
            border-radius: 0px;
        }

.shop-filter .price-range {
    display: flex;
    justify-content: space-between;
}

    .shop-filter .price-range span {
        font-size: 14px;
        color: #243f4d;
    }

.product-brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .product-brand ul li {
        display: block;
    }

        .product-brand ul li a {
            display: block;
            color: #243f4d;
            padding: 16px 22px 16px 15px;
            background: transparent;
            border-radius: 10px;
        }

            .product-brand ul li a span {
                float: right;
                color: #b3b3b3;
                -webkit-transition: all 0.3s linear 0s;
                -moz-transition: all 0.3s linear 0s;
                -ms-transition: all 0.3s linear 0s;
                -o-transition: all 0.3s linear 0s;
                transition: all 0.3s linear 0s;
            }

            .product-brand ul li a:hover {
                background: rgba(163, 187, 200, 0.2);
            }

                .product-brand ul li a:hover span {
                    color: #243f4d;
                }

.recent-product-widget .w-product-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

    .recent-product-widget .w-product-wrap .thumb {
        width: 70px;
        margin-right: 15px;
        border: 2px solid #f2f2f2;
    }

    .recent-product-widget .w-product-wrap .content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .recent-product-widget .w-product-wrap .content h5 {
            font-size: 14px;
            font-family: "Rubik", sans-serif;
            font-weight: 400;
            margin-bottom: 0;
        }

            .recent-product-widget .w-product-wrap .content h5 a {
                color: #333333;
            }

                .recent-product-widget .w-product-wrap .content h5 a:hover {
                    color: #fcd7b6;
                }

        .recent-product-widget .w-product-wrap .content .rating {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .recent-product-widget .w-product-wrap .content .rating li {
                display: inline-block;
                font-size: 14px;
                color: #d6d6d6;
            }

                .recent-product-widget .w-product-wrap .content .rating li.active {
                    color: #ffcc00;
                }

        .recent-product-widget .w-product-wrap .content .price {
            color: #333333;
            font-size: 15px;
        }

.widget-wrap .widget-title {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-right: 56px;
}

    .widget-wrap .widget-title:after {
        content: "";
        width: 38px;
        height: 2px;
        background: #a3bbc8;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.search-form-widget form {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .search-form-widget form input {
        width: 100%;
        padding-left: 20px;
        padding-right: 75px;
        height: 50px;
        border: 2px solid #edf1f4;
        background: #fff;
        font-size: 18px;
        color: #565872;
    }

        .search-form-widget form input::-webkit-input-placeholder {
            color: #565872;
        }

        .search-form-widget form input:-moz-placeholder {
            color: #565872;
        }

        .search-form-widget form input::-moz-placeholder {
            color: #565872;
        }

        .search-form-widget form input:-ms-input-placeholder {
            color: #565872;
        }

        .search-form-widget form input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .search-form-widget form input:focus:-moz-placeholder {
            color: transparent;
        }

        .search-form-widget form input:focus::-moz-placeholder {
            color: transparent;
        }

        .search-form-widget form input:focus:-ms-input-placeholder {
            color: transparent;
        }

    .search-form-widget form button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
        font-size: 18px;
        color: #184c7d;
        background: #edf1f4;
        border: 0;
    }

        .search-form-widget form button:hover {
            color: #fff;
            background: #fcd7b6;
        }

.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .widget_categories ul li {
        display: block;
    }

        .widget_categories ul li a {
            display: block;
            color: #243f4d;
            padding: 16px 22px 16px 15px;
            background: transparent;
            border-radius: 10px;
        }

            .widget_categories ul li a i {
                float: right;
            }

            .widget_categories ul li a:hover {
                background: rgba(163, 187, 200, 0.2);
            }

.recent-post-widget .recent-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

    .recent-post-widget .recent-post:last-child {
        margin-bottom: 0;
    }

    .recent-post-widget .recent-post:hover .popular-thumb img {
        transform: scale(1.05);
    }

    .recent-post-widget .recent-post .recent-thumb {
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }

        .recent-post-widget .recent-post .recent-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

    .recent-post-widget .recent-post .recent-details {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .recent-post-widget .recent-post .recent-details h4 {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0;
        }

            .recent-post-widget .recent-post .recent-details h4 a {
                color: #333333;
            }

                .recent-post-widget .recent-post .recent-details h4 a:hover {
                    color: #fcd7b6;
                }

        .recent-post-widget .recent-post .recent-details span {
            font-size: 12px;
            color: #9a9a9a;
        }

            .recent-post-widget .recent-post .recent-details span i {
                margin-right: 5px;
            }

/* 10. Footer */
.footer-top {
    background: #1E5FA8;
    position: relative;
    z-index: 1;
}

    .footer-top .footer-shape-1 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

@media (max-width: 767px) {
    .footer-top .footer-shape-1 {
        display: none;
    }
}

.footer-top .footer-shape-2 {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
}

@media (max-width: 767px) {
    .footer-top .footer-shape-2 {
        display: none;
    }
}

.footer-bottom {
    background: #fff;
}

.copyright {
    font-size: 16px;
    line-height: 30px;
    color: #013f19;
}

@media (min-width: 768px) and (max-width: 991px) {
    .copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .copyright {
        text-align: center;
    }
}

.footer-menu {
    text-align: right;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-menu {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-menu {
        text-align: center;
    }
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-menu ul li {
        display: inline-block;
        margin-left: 30px;
    }

        .footer-menu ul li a {
            display: inline-block;
            color: #013f19;
            font-size: 16px;
            line-height: 30px;
        }

            .footer-menu ul li a:hover {
                color: #3367D1;
            }


.footer-style-2 .footer-top {
    background: #fff;
}

.footer-style-2 .footer-bottom {
    background: #fff;
}

.footer-style-2 .footer-border {
    border-top: 1px solid #dae4e9;
}

.footer-style-2 .footer-widget .widget-title {
    color: #1f2044;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-style-2 .about-widget ul li {
    color: #7b7b7b;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.footer-style-2 .links-widgets ul li {
    margin-bottom: 15px;
}

    .footer-style-2 .links-widgets ul li a {
        color: #7b7b7b;
        font-size: 14px;
        font-family: "Rubik", sans-serif;
        line-height: 26px;
        font-weight: 400;
    }

        .footer-style-2 .links-widgets ul li a:hover {
            color: #f26522;
        }

.footer-style-2 .newsletter-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.footer-style-2 .newsletter-widget form .input-wrap input {
    border-radius: 0;
    background: #f9f9f9;
}

.footer-style-2 .newsletter-widget form .input-wrap button {
    border-radius: 0;
    background: #f26522;
    height: 100%;
    right: 0;
}

.footer-style-2 .copyright {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
}

.footer-style-2 .footer-menu ul li {
    margin: 0;
}

    .footer-style-2 .footer-menu ul li:before {
        content: "|";
        margin: 0 15px;
        color: #7b7b7b;
    }

    .footer-style-2 .footer-menu ul li:first-child:before {
        content: "";
    }

    .footer-style-2 .footer-menu ul li a {
        font-size: 14px;
        color: #7b7b7b;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        text-transform: capitalize;
    }

        .footer-style-2 .footer-menu ul li a:hover {
            color: #f26522;
        }

.footer-style-3 .footer-top {
    background: #fff;
}

.footer-style-3 .footer-bottom {
    background: #fff;
}

.footer-style-3 .footer-border {
    border-top: 1px solid #a3bbc8;
}

.footer-style-3 .footer-widget .widget-title {
    color: #1f2044;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-style-3 .about-widget ul li {
    color: #7b7b7b;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.footer-style-3 .links-widgets ul li {
    margin-bottom: 15px;
}

    .footer-style-3 .links-widgets ul li a {
        color: #7b7b7b;
        font-size: 14px;
        font-family: "Rubik", sans-serif;
        line-height: 26px;
        font-weight: 400;
    }

        .footer-style-3 .links-widgets ul li a:hover {
            color: #fcd7b6;
        }

.footer-style-3 .newsletter-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.footer-style-3 .newsletter-widget form .input-wrap input {
    border-radius: 0;
    background: rgba(252, 215, 182, 0.5);
}

    .footer-style-3 .newsletter-widget form .input-wrap input::-webkit-input-placeholder {
        color: #234969;
    }

    .footer-style-3 .newsletter-widget form .input-wrap input:-moz-placeholder {
        color: #234969;
    }

    .footer-style-3 .newsletter-widget form .input-wrap input::-moz-placeholder {
        color: #234969;
    }

    .footer-style-3 .newsletter-widget form .input-wrap input:-ms-input-placeholder {
        color: #234969;
    }

    .footer-style-3 .newsletter-widget form .input-wrap input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .footer-style-3 .newsletter-widget form .input-wrap input:focus:-moz-placeholder {
        color: transparent;
    }

    .footer-style-3 .newsletter-widget form .input-wrap input:focus::-moz-placeholder {
        color: transparent;
    }

    .footer-style-3 .newsletter-widget form .input-wrap input:focus:-ms-input-placeholder {
        color: transparent;
    }

.footer-style-3 .newsletter-widget form .input-wrap button {
    border-radius: 0;
    background: #a3bbc8;
    height: 100%;
    color: #fff;
    right: 0;
}

.footer-style-3 .copyright {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
}

.footer-style-3 .footer-menu ul li {
    margin: 0;
}

    .footer-style-3 .footer-menu ul li:before {
        content: "|";
        margin: 0 15px;
        color: #7b7b7b;
    }

    .footer-style-3 .footer-menu ul li:first-child:before {
        content: "";
    }

    .footer-style-3 .footer-menu ul li a {
        font-size: 14px;
        color: #7b7b7b;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        text-transform: capitalize;
    }

        .footer-style-3 .footer-menu ul li a:hover {
            color: #fcd7b6;
        }

.footer-style-4 .footer-top {
    background: #fff;
}

.footer-style-4 .footer-bottom {
    background: #fff;
}

.footer-style-4 .footer-border {
    border-top: 1px solid #a3bbc8;
}

.footer-style-4 .footer-widget .widget-title {
    color: #222222;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-style-4 .about-widget ul li {
    color: #7b7b7b;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.footer-style-4 .links-widgets ul li {
    margin-bottom: 15px;
}

    .footer-style-4 .links-widgets ul li a {
        color: #7b7b7b;
        font-size: 14px;
        font-family: "Rubik", sans-serif;
        line-height: 26px;
        font-weight: 400;
    }

        .footer-style-4 .links-widgets ul li a:hover {
            color: #11a8fd;
        }

.footer-style-4 .newsletter-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.footer-style-4 .newsletter-widget form .input-wrap input {
    border-radius: 0;
    background: #e7f6ff;
    color: #234969;
}

    .footer-style-4 .newsletter-widget form .input-wrap input::-webkit-input-placeholder {
        color: #234969;
    }

    .footer-style-4 .newsletter-widget form .input-wrap input:-moz-placeholder {
        color: #234969;
    }

    .footer-style-4 .newsletter-widget form .input-wrap input::-moz-placeholder {
        color: #234969;
    }

    .footer-style-4 .newsletter-widget form .input-wrap input:-ms-input-placeholder {
        color: #234969;
    }

    .footer-style-4 .newsletter-widget form .input-wrap input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .footer-style-4 .newsletter-widget form .input-wrap input:focus:-moz-placeholder {
        color: transparent;
    }

    .footer-style-4 .newsletter-widget form .input-wrap input:focus::-moz-placeholder {
        color: transparent;
    }

    .footer-style-4 .newsletter-widget form .input-wrap input:focus:-ms-input-placeholder {
        color: transparent;
    }

.footer-style-4 .newsletter-widget form .input-wrap button {
    border-radius: 0;
    background: #11a8fd;
    height: 100%;
    color: #fff;
    right: 0;
}

.footer-style-4 .copyright {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
}

.footer-style-4 .footer-menu ul li {
    margin: 0;
}

    .footer-style-4 .footer-menu ul li:before {
        content: "|";
        margin: 0 15px;
        color: #7b7b7b;
    }

    .footer-style-4 .footer-menu ul li:first-child:before {
        content: "";
    }

    .footer-style-4 .footer-menu ul li a {
        font-size: 14px;
        color: #7b7b7b;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        text-transform: capitalize;
    }

        .footer-style-4 .footer-menu ul li a:hover {
            color: #11a8fd;
        }

/* 11. Cta */
.cta-area {
    background: #175278;
    position: relative;
    z-index: 1;
}

    .cta-area .cta-thumb-1 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-thumb-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta-area .cta-thumb-1 {
        display: none;
    }
}

.cta-area .cta-thumb-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-thumb-2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta-area .cta-thumb-2 {
        display: none;
    }
}

.cta-area .cta-thumb {
    text-align: right;
    position: relative;
    margin-bottom: -65px;
    z-index: 9;
    margin-top: 65px;
}

.newsletter-form h4 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
}

.newsletter-form p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.newsletter-form form .input-wrap {
    position: relative;
}

    .newsletter-form form .input-wrap input {
        width: 100%;
        height: 50px;
        background: #fff;
        border: 0;
        border-radius: 100px;
        padding-left: 30px;
        padding-right: 180px;
    }

@media (min-width: 320px) and (max-width: 425px) {
    .newsletter-form form .input-wrap input {
        padding-right: 110px;
    }
}

.newsletter-form form .input-wrap input:focus::-webkit-input-placeholder {
    color: transparent;
}

.newsletter-form form .input-wrap input:focus:-moz-placeholder {
    color: transparent;
}

.newsletter-form form .input-wrap input:focus::-moz-placeholder {
    color: transparent;
}

.newsletter-form form .input-wrap input:focus:-ms-input-placeholder {
    color: transparent;
}

.newsletter-form form .input-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 100%;
    background: #f26522;
    border-radius: 0 100px 100px 0;
    color: #fff;
    border: 0;
}

@media (min-width: 320px) and (max-width: 425px) {
    .newsletter-form form .input-wrap button {
        width: 100px;
    }
}

/* 18. Home Page 2 */
.home-page-2 *::-moz-selection {
    background: #f26522;
}

.home-page-2 ::-moz-selection {
    background: #f26522;
}

.home-page-2 ::selection {
    background: #f26522;
}

.home-page-2 #scrollUp {
    background: #f26522 !important;
}

.home-page-2 .offset-widget .widget-title {
    color: #f26522;
}

.home-page-2 .social-widget a:hover {
    background: #f26522;
}

.home-page-2 .side-mobile-menu ul li a:hover {
    color: #f26522;
}

.home-page-2 .side-mobile-menu ul li a[aria-expanded=true] {
    color: #f26522;
}

    .home-page-2 .side-mobile-menu ul li a[aria-expanded=true]:before {
        background: #f26522;
        border-color: #f26522;
    }

.home-page-2 .side-mobile-menu ul li ul li:hover > a {
    color: #f26522;
}

    .home-page-2 .side-mobile-menu ul li ul li:hover > a:before {
        background: #f26522;
        border-color: #f26522;
    }

.home-page-2 .preloader span {
    background: #f26522;
}

.header-style-2 {
    padding: 0;
}

    .header-style-2 .header-top {
        padding: 30px 0;
    }

        .header-style-2 .header-top .header-search form {
            position: relative;
        }

            .header-style-2 .header-top .header-search form input {
                height: 50px;
                width: 100%;
                border: 1px solid #ececec;
                color: #222;
                padding-left: 22px;
                padding-right: 210px;
            }

                .header-style-2 .header-top .header-search form input::-webkit-input-placeholder {
                    color: #565872;
                }

                .header-style-2 .header-top .header-search form input:-moz-placeholder {
                    color: #565872;
                }

                .header-style-2 .header-top .header-search form input::-moz-placeholder {
                    color: #565872;
                }

                .header-style-2 .header-top .header-search form input:-ms-input-placeholder {
                    color: #565872;
                }

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-2 .header-top .header-search form input {
        padding-right: 150px;
    }
}

.header-style-2 .header-top .header-search form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.header-style-2 .header-top .header-search form input:focus:-moz-placeholder {
    color: transparent;
}

.header-style-2 .header-top .header-search form input:focus::-moz-placeholder {
    color: transparent;
}

.header-style-2 .header-top .header-search form input:focus:-ms-input-placeholder {
    color: transparent;
}

.header-style-2 .header-top .header-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    color: #fff;
    background: #f26522;
    border: 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-2 .header-top .header-search form button {
        width: 150px;
    }
}

.header-style-2 .header-top .header-search form button i {
    margin-right: 10px;
}

.header-style-2 .header-top .header-button {
    text-align: right;
}

    .header-style-2 .header-top .header-button ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .header-style-2 .header-top .header-button ul li {
            display: inline-block;
        }

            .header-style-2 .header-top .header-button ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #585858;
                margin: 0 2px;
            }

                .header-style-2 .header-top .header-button ul li a:hover {
                    color: #f26522;
                }

.header-style-2 .header-bottom {
    padding: 15px 0;
    background: #234969;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-2 .header-bottom {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-style-2 .header-bottom {
        display: none;
    }
}

.header-style-2 .header-bottom .menu-white ul li:hover > a {
    color: #f26522;
}

.header-style-2 .header-bottom .menu-white ul li a {
    color: #fff;
}

.header-style-2 .header-bottom .menu-white ul li ul.sub-menu {
    border-top: 2px solid #f26522;
}

    .header-style-2 .header-bottom .menu-white ul li ul.sub-menu li a {
        color: #222;
    }

        .header-style-2 .header-bottom .menu-white ul li ul.sub-menu li a:hover {
            color: #f26522;
        }

.header-style-2 .attr-menu-2 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
    margin-right: 45px;
}

@media (max-width: 767px) {
    .header-style-2 .attr-menu-2 {
        margin-right: 15px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .header-style-2 .attr-menu-2 {
        display: none;
    }
}

.header-style-2 .attr-menu-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .header-style-2 .attr-menu-2 ul li {
        display: inline-block;
        padding-right: 10px;
        position: relative;
    }

        .header-style-2 .attr-menu-2 ul li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 2px;
            height: 32px;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.4);
        }

        .header-style-2 .attr-menu-2 ul li:last-child {
            padding-right: 0;
        }

            .header-style-2 .attr-menu-2 ul li:last-child:after {
                display: none;
            }

        .header-style-2 .attr-menu-2 ul li a {
            display: inline-block;
            color: #fff;
            font-size: 15px;
            padding: 5px 10px;
            position: relative;
        }

            .header-style-2 .attr-menu-2 ul li a span {
                position: absolute;
                right: 0;
                top: 0;
                width: 16px;
                height: 16px;
                background: #f26522;
                font-size: 10px;
                font-family: "DM Sans", sans-serif;
                border-radius: 50%;
                text-align: center;
                -webkit-transition: all 0.3s linear 0s;
                -moz-transition: all 0.3s linear 0s;
                -ms-transition: all 0.3s linear 0s;
                -o-transition: all 0.3s linear 0s;
                transition: all 0.3s linear 0s;
            }

            .header-style-2 .attr-menu-2 ul li a:hover {
                color: #f26522;
            }

                .header-style-2 .attr-menu-2 ul li a:hover span {
                    background: #fff;
                    transform: scale(1.5);
                }

.header-style-2 .hamburger-menu a svg path {
    fill: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-2 .hamburger-menu a svg path {
        fill: #222;
    }
}

@media (max-width: 767px) {
    .header-style-2 .hamburger-menu a svg path {
        fill: #222;
    }
}

.header-style-2 .hamburger-menu a:hover svg path {
    fill: #f26522;
}

/* 19. Home Page 3 */
.home-page-3 *::-moz-selection {
    background: #fcd7b6;
}

.home-page-3 ::-moz-selection {
    background: #fcd7b6;
}

.home-page-3 ::selection {
    background: #fcd7b6;
}

.home-page-3 #scrollUp {
    background: #fcd7b6 !important;
}

.home-page-3 .offset-widget .widget-title {
    color: #fcd7b6;
}

.home-page-3 .social-widget a:hover {
    background: #fcd7b6;
}

.home-page-3 .search-area .search-close i {
    color: #fcd7b6;
}

.home-page-3 .search-area .search-form form button {
    background: #fcd7b6;
}

.home-page-3 .side-mobile-menu ul li a:hover {
    color: #fcd7b6;
}

.home-page-3 .side-mobile-menu ul li a[aria-expanded=true] {
    color: #fcd7b6;
}

    .home-page-3 .side-mobile-menu ul li a[aria-expanded=true]:before {
        background: #fcd7b6;
        border-color: #fcd7b6;
    }

.home-page-3 .side-mobile-menu ul li ul li:hover > a {
    color: #fcd7b6;
}

    .home-page-3 .side-mobile-menu ul li ul li:hover > a:before {
        background: #fcd7b6;
        border-color: #fcd7b6;
    }

.home-page-3 .preloader span {
    background: #fcd7b6;
}

@media (max-width: 767px) {
    .header-style-3 {
        padding: 0;
    }
}

.header-style-3 .header-top {
    padding: 30px 0;
}

.header-style-3 .main-menu {
    text-align: center;
}

    .header-style-3 .main-menu ul li {
        margin-right: 15px;
        margin-left: 15px;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-3 .main-menu ul li {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.header-style-3 .main-menu ul li > a {
    color: #fcd7b6;
}

.header-style-3 .main-menu ul li a {
    color: #1E5FA8;
}

.header-style-3 .main-menu ul li ul.sub-menu {
    border-top: 2px solid #fcd7b6;
}

    .header-style-3 .main-menu ul li ul.sub-menu li a {
        color: #436372;
    }

        .header-style-3 .main-menu ul li ul.sub-menu li a:hover {
            color: #fcd7b6;
        }

.header-style-3 .header-search {
    display: inline-block;
}

@media (max-width: 767px) {
    .header-style-3 .header-search {
        display: none;
    }
}

.header-style-3 .header-search a {
    display: inline-block;
    width: 50px;
    color: #fff;
    background: #edf1f4;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

    .header-style-3 .header-search a:hover {
        background: #fcd7b6;
    }

.header-style-3 .attr-menu-2 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: #fcd7b6;
    margin-right: 18px;
    margin-left: 18px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-3 .attr-menu-2 {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .header-style-3 .attr-menu-2 {
        margin-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .header-style-3 .attr-menu-2 {
        display: none;
    }
}

.header-style-3 .attr-menu-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .header-style-3 .attr-menu-2 ul li {
        display: inline-block;
        padding-right: 10px;
        position: relative;
    }

        .header-style-3 .attr-menu-2 ul li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 2px;
            height: 32px;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.4);
        }

        .header-style-3 .attr-menu-2 ul li:last-child {
            padding-right: 0;
        }

            .header-style-3 .attr-menu-2 ul li:last-child:after {
                display: none;
            }

        .header-style-3 .attr-menu-2 ul li a {
            display: inline-block;
            color: #27414f;
            font-size: 15px;
            padding: 5px 10px;
            position: relative;
        }

            .header-style-3 .attr-menu-2 ul li a span {
                position: absolute;
                right: 0;
                top: 0;
                width: 16px;
                height: 16px;
                background: #fff;
                color: #27414f;
                font-size: 10px;
                font-family: "DM Sans", sans-serif;
                border-radius: 50%;
                text-align: center;
                -webkit-transition: all 0.3s linear 0s;
                -moz-transition: all 0.3s linear 0s;
                -ms-transition: all 0.3s linear 0s;
                -o-transition: all 0.3s linear 0s;
                transition: all 0.3s linear 0s;
            }

            .header-style-3 .attr-menu-2 ul li a:hover {
                color: #fff;
            }

                .header-style-3 .attr-menu-2 ul li a:hover span {
                    color: #fcd7b6;
                    background: #fff;
                    transform: scale(1.5);
                }

.header-style-3 .hamburger-menu {
    display: inline-block;
}

    .header-style-3 .hamburger-menu a {
        display: inline-block;
        width: 50px;
        background: #a3bbc8;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
    }

        .header-style-3 .hamburger-menu a svg path {
            fill: #fff;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-3 .hamburger-menu a svg path  {
        fill: #fff;
    }
}

@media (max-width: 767px) {
    .header-style-3 .hamburger-menu a svg path {
        fill: #fff;
    }
}

.header-style-3 .hamburger-menu a:hover {
    background: #fcd7b6;
}

.brand-area-3 {
    background: rgba(252, 215, 182, 0.2);
}

/* 20. Home Page 4 */
.home-page-4 *::-moz-selection {
    background: #11a8fd;
}

.home-page-4 ::-moz-selection {
    background: #11a8fd;
}

.home-page-4 ::selection {
    background: #11a8fd;
}

.home-page-4 #scrollUp {
    background: #11a8fd !important;
}

.home-page-4 .offset-widget .widget-title {
    color: #11a8fd;
}

.home-page-4 .social-widget a:hover {
    background: #11a8fd;
}

.home-page-4 .search-area .search-close i {
    color: #11a8fd;
}

.home-page-4 .search-area .search-form form button {
    background: #11a8fd;
}

.home-page-4 .side-mobile-menu ul li a:hover {
    color: #11a8fd;
}

.home-page-4 .side-mobile-menu ul li a[aria-expanded=true] {
    color: #11a8fd;
}

    .home-page-4 .side-mobile-menu ul li a[aria-expanded=true]:before {
        background: #11a8fd;
        border-color: #11a8fd;
    }

.home-page-4 .side-mobile-menu ul li ul li:hover > a {
    color: #11a8fd;
}

    .home-page-4 .side-mobile-menu ul li ul li:hover > a:before {
        background: #11a8fd;
        border-color: #11a8fd;
    }

.home-page-4 .preloader span {
    background: #11a8fd;
}

.header-middle .header-info-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

    .header-middle .header-info-2:hover .icon {
        color: #fff;
        background: #11a8fd;
    }

    .header-middle .header-info-2 .icon {
        font-size: 18px;
        line-height: 50px;
        color: #11a8fd;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        margin-right: 15px;
        background: rgba(17, 168, 253, 0.2);
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .header-middle .header-info-2 .content {
        text-align: left;
    }

        .header-middle .header-info-2 .content span {
            display: block;
            font-size: 16px;
            line-height: 1;
            color: #00196a;
        }

        .header-middle .header-info-2 .content a {
            display: inline-block;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 26px;
            color: #00196a;
        }

.header-middle .header-info-3 {
    display: inline-block;
    font-size: 14px;
    margin-left: 40px;
}

    .header-middle .header-info-3 i {
        font-size: 16px;
        margin-right: 10px;
        color: #11a8fd;
    }

    .header-middle .header-info-3 a {
        color: #00196a;
        font-weight: 500;
    }

        .header-middle .header-info-3 a:hover {
            color: #11a8fd;
        }

.header-middle .header-menu-bg {
    background: #1E5FA8;
    padding: 25px;
    position: relative;
    margin-bottom: -55px;
    z-index: 99;
}

.header-style-4 {
    padding: 0 55px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-4 {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-4 {
        padding: 30px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-4 {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .header-style-4 {
        padding: 30px 0;
    }
}

.header-style-4 .main-menu ul li {
    margin-right: 15px;
    margin-left: 15px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-4 .main-menu ul li {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.header-style-4 .main-menu ul li:hover > a {
    color: #F2994A;
}

.header-style-4 .main-menu ul li a {
    color: #fff;
}

.header-style-4 .main-menu ul li ul.sub-menu {
    border-top: 2px solid #303eff;
}

    .header-style-4 .main-menu ul li ul.sub-menu li a {
        color: #222;
    }

        .header-style-4 .main-menu ul li ul.sub-menu li a:hover {
            color: #F2994A;
        }

.header-style-4 .header-search {
    display: inline-block;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .header-style-4 .header-search {
        display: none;
    }
}

.header-style-4 .header-search a {
    display: inline-block;
    width: 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-4 .header-search a {
        background: #11a8fd;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-4 .header-search a {
        background: #11a8fd;
    }
}

@media (max-width: 767px) {
    .header-style-4 .header-search a {
        background: #11a8fd;
    }
}

.header-style-4 .header-search a:hover {
    color: #11a8fd;
    background: #fff;
}

.header-style-4 .attr-menu-2 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(48, 62, 255, 0.2);
    margin-right: 18px;
    margin-left: 18px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-style-4 .attr-menu-2 {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .header-style-4 .attr-menu-2 {
        margin-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .header-style-4 .attr-menu-2 {
        display: none;
    }
}

.header-style-4 .attr-menu-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .header-style-4 .attr-menu-2 ul li {
        display: inline-block;
        padding-right: 10px;
        position: relative;
    }

        .header-style-4 .attr-menu-2 ul li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 2px;
            height: 32px;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.4);
        }

        .header-style-4 .attr-menu-2 ul li:last-child {
            padding-right: 0;
        }

            .header-style-4 .attr-menu-2 ul li:last-child:after {
                display: none;
            }

        .header-style-4 .attr-menu-2 ul li a {
            display: inline-block;
            color: #274250;
            font-size: 15px;
            padding: 5px 10px;
            position: relative;
        }

            .header-style-4 .attr-menu-2 ul li a span {
                position: absolute;
                right: 0;
                top: 0;
                width: 16px;
                height: 16px;
                background: #303eff;
                color: #fff;
                font-size: 10px;
                font-family: "DM Sans", sans-serif;
                border-radius: 50%;
                text-align: center;
                -webkit-transition: all 0.3s linear 0s;
                -moz-transition: all 0.3s linear 0s;
                -ms-transition: all 0.3s linear 0s;
                -o-transition: all 0.3s linear 0s;
                transition: all 0.3s linear 0s;
            }

            .header-style-4 .attr-menu-2 ul li a:hover span {
                background: #11a8fd;
                transform: scale(1.5);
            }

.header-style-4 .hamburger-menu {
    display: inline-block;
}

    .header-style-4 .hamburger-menu a {
        display: inline-block;
        width: 50px;
        background: rgba(255, 255, 255, 0.2);
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
    }

        .header-style-4 .hamburger-menu a svg path {
            fill: #fff;
        }

@media (min-width: 992px) and (max-width: 1200px) {
    .header-style-4 .hamburger-menu a {
        background: #11a8fd;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-4 .hamburger-menu a {
        background: #11a8fd;
    }
}

@media (max-width: 767px) {
    .header-style-4 .hamburger-menu a {
        background: #11a8fd;
    }
}

.header-style-4 .hamburger-menu a:hover {
    background: #fff;
}

    .header-style-4 .hamburger-menu a:hover svg path {
        fill: #11a8fd;
    }

.category-wrap-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #d8efff;
    padding: 55px 60px;
    height: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .category-wrap-3 {
        padding: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category-wrap-3 {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .category-wrap-3 {
        padding: 20px;
    }
}

.category-wrap-3:hover {
    background: #1E5FA8;
}

    .category-wrap-3:hover .content h4 {
        color: #fff;
    }

    .category-wrap-3:hover .content p {
        color: #fff;
    }

    .category-wrap-3:hover .content .read-more a {
        color: #fff;
    }

        .category-wrap-3:hover .content .read-more a i {
            background: #fff;
            color: #11a8fd;
        }

.category-wrap-3 .thumb {
    width: 40%;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .category-wrap-3 .thumb {
        width: 35%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category-wrap-3 .thumb {
        width: 30%;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .category-wrap-3 .thumb {
        width: 30%;
    }
}

.category-wrap-3 .content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 40px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .category-wrap-3 .content {
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category-wrap-3 .content {
        padding-left: 15px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .category-wrap-3 .content {
        padding-left: 15px;
    }
}

.category-wrap-3 .content h4 {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .category-wrap-3 .content h4 {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category-wrap-3 .content h4 {
        font-size: 20px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .category-wrap-3 .content h4 {
        font-size: 18px;
    }
}

.category-wrap-3 .content p {
    font-size: 16px;
    line-height: 30px;
    color: #565872;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .category-wrap-3 .content p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category-wrap-3 .content p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .category-wrap-3 .content p {
        font-size: 14px;
        line-height: 26px;
    }
}

.category-wrap-3 .content .read-more {
    margin-top: 24px;
}

    .category-wrap-3 .content .read-more a {
        display: inline-block;
        font-size: 12px;
        color: #11a8fd;
        font-weight: 700;
    }

        .category-wrap-3 .content .read-more a i {
            display: inline-block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            background: #11a8fd;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            margin-right: 15px;
        }

/* 12. About */
/* Enhanced professional staggered reveal animation */
.about-content {
    overflow: hidden;

}

.about-item {
    margin-bottom: 40px;
    padding: 25px;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(30, 95, 168, 0.08);
    border: 1px solid rgba(30, 95, 168, 0.1);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .about-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 48px rgba(30, 95, 168, 0.15);
    }

    .about-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #1E5FA8, #a3bbc8);
        transform: scaleX(0);
        transition: transform 0.6s ease;
    }

    .about-item:hover::before {
        transform: scaleX(1);
    }

    .about-item h5 {
        color: #1E5FA8;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 16px;
        position: relative;
    }

    .about-item p {
        color: #555;
        line-height: 1.8;
        font-size: 16px;
        margin: 0;
    }

/* Staggered entrance animation - improved with scale and fade */
.reveal-item {
    opacity: 0;
    transform: translateX(-60px) scale(0.95);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: calc(0.15s * var(--i, 1));
}

    .reveal-item.active {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

/* Trigger animation on scroll */
.about-content {
    position: relative;
}

    .about-content.animate .reveal-item {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

/* Responsive improvements */
@media (max-width: 768px) {
    .about-item {
        padding: 20px;
        margin-bottom: 30px;
    }

        .about-item h5 {
            font-size: 20px;
        }
}


/* 13. Team */
.team-text h4 {
    color: #243f4d;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.team-text p {
    font-size: 16px;
    line-height: 30px;
    color: #243f4d;
    margin-bottom: 0;
}

.team-text .read-more {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 32px;
    border: 2px solid #a3bbc8;
    text-transform: capitalize;
    background: #a3bbc8;
    border-radius: 10px;
}

    .team-text .read-more:hover {
        background: #243f4d;
        border-color: #243f4d;
        color: #fff;
    }

    .team-text .read-more i {
        margin-left: 20px;
    }

.team-wrap {
    position: relative;
    z-index: 1;
}

    .team-wrap:hover .thumb img {
        transform: scale(1.05);
    }

    .team-wrap .thumb {
        overflow: hidden;
    }

        .team-wrap .thumb img {
            width: 100%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

    .team-wrap .content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(50%);
        background: #fff;
        z-index: 2;
        padding: 30px 25px;
        box-shadow: 0px 6px 57px 0px rgba(37, 37, 37, 0.05);
        width: 90%;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .team-wrap .content {
        padding: 30px 20px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .team-wrap .content {
        padding: 30px 10px;
        width: 95%;
    }
}

.team-wrap .content .team-author {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

    .team-wrap .content .team-author h4 {
        color: #436372;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .team-wrap .content .team-author span {
        display: inline-block;
        color: #565872;
        font-size: 16px;
    }

.team-wrap .content .team-links {
    width: 35%;
}

    .team-wrap .content .team-links a {
        display: inline-block;
        margin-right: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #888888;
        background: #f6f6f6;
        border-radius: 50%;
        text-align: center;
    }

        .team-wrap .content .team-links a:last-child {
            margin-right: 0;
        }

        .team-wrap .content .team-links a:hover {
            color: #fff;
            background: #fcd7b6;
        }

/* 14. Contact */
/*.contact-info {
    background: #fbfbfb;
    padding: 50px 30px;
    text-align: center;
    margin-bottom: 30px;
    border: 2px solid #fbfbfb;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .contact-info .icon {
        box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
        width: 80px;
        height: 80px;
        border-radius: 30px;
        text-align: center;
        line-height: 80px;
        margin: 0 auto 30px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .contact-info .details h4 {
        color: #222222;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .contact-info .details ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .contact-info .details ul li {
            display: inline-block;
            color: #565872;
            font-size: 16px;
            line-height: 30px;
        }

    .contact-info.active {
        border-color: #a3bbc8;
    }

        .contact-info.active .icon {
            background: #a3bbc8;
        }

.contact-form-wrap .form-group {
    position: relative;
    margin-bottom: 25px;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
    width: 100%;
    padding: 15px 50px 15px 30px;
    background: #fafafa;
    color: #565872;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .contact-form-wrap input::-webkit-input-placeholder,
    .contact-form-wrap textarea::-webkit-input-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .contact-form-wrap input:-moz-placeholder,
    .contact-form-wrap textarea:-moz-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .contact-form-wrap input::-moz-placeholder,
    .contact-form-wrap textarea::-moz-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .contact-form-wrap input:-ms-input-placeholder,
    .contact-form-wrap textarea:-ms-input-placeholder {
        color: #565969;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .contact-form-wrap input:focus,
    .contact-form-wrap textarea:focus {
        color: #222;
    }

        .contact-form-wrap input:focus::-webkit-input-placeholder,
        .contact-form-wrap textarea:focus::-webkit-input-placeholder {
            opacity: 0;
        }

        .contact-form-wrap input:focus:-moz-placeholder,
        .contact-form-wrap textarea:focus:-moz-placeholder {
            opacity: 0;
        }

        .contact-form-wrap input:focus::-moz-placeholder,
        .contact-form-wrap textarea:focus::-moz-placeholder {
            opacity: 0;
        }

        .contact-form-wrap input:focus:-ms-input-placeholder,
        .contact-form-wrap textarea:focus:-ms-input-placeholder {
            opacity: 0;
        }

        .contact-form-wrap input:focus ~ .form-icon,
        .contact-form-wrap textarea:focus ~ .form-icon {
            color: #fcd7b6;
        }

.contact-form-wrap textarea {
    min-height: 145px;
    resize: none;
}

.contact-form-wrap .form-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form-wrap .textarea-icon {
    transform: translateY(0);
    top: 15px;
}

.contact-form-wrap .btn {
    padding: 18px 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #a3bbc8;
    border-color: #a3bbc8;
}

    .contact-form-wrap .btn:hover {
        background: #fcd7b6;
        border-color: #fcd7b6;
        color: #fff;
    }

.contact-map {
    height: 340px;
    width: 100%;
}

.logo{
    width: 80%;
}*/
/*# sourceMappingURL=main.css.map */







/* PREMIUM SERVICES 2026 - GLASSMORPHISM */
.premium-services-area {
    position: relative;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f5ff 100%);
    overflow: hidden;
}

/* Animated Background */
.services-bg-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(30,95,168,0.08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0,212,255,0.06) 0%, transparent 50%);
    animation: bgPulse 8s ease-in-out infinite;
    z-index: 1;
}

@keyframes bgPulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

/* 3D GLASS SERVICE CARDS */
.service-card {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 24px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(40px);
    animation: cardRise 0.8s forwards;
}

    .service-card:nth-child(1) {
        animation-delay: 0.2s;
    }

    .service-card:nth-child(2) {
        animation-delay: 0.4s;
    }

    .service-card:nth-child(3) {
        animation-delay: 0.6s;
    }

@keyframes cardRise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 35px 80px rgba(0,0,0,0.2), 0 0 40px rgba(30,95,168,0.3);
    border-color: rgba(0,212,255,0.5);
}

/* FLOATING ICON SYSTEM */
.icon-float {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
    filter: drop-shadow(0 10px 20px rgba(30,95,168,0.3));
    animation: iconFloat 4s ease-in-out infinite;
}

.icon-glow {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,212,255,0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: glowPulse 3s ease-in-out infinite;
}

.service-card:hover .icon-glow {
    opacity: 1;
}

.service-card:hover .service-icon {
    transform: scale(1.15) rotate(10deg);
    filter: drop-shadow(0 20px 40px rgba(0,212,255,0.6)) brightness(1.2);
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
}

/* Shimmer Effect */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 1s;
}

.service-card:hover::before {
    left: 100%;
}

/* Content Styling */
.content h4 {
    color: #1E5FA8;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}


.content p {
    color:black;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .service-card {
        margin-bottom: 20px;
        height: auto;
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .premium-services-area {
        padding: 40px 0 !important;
    }

    .service-card {
        padding: 30px 20px;
    }
}
/* WHAT WE DO TITLE - SAME ANIMATED EFFECT */
.section-title-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom:90px;
    position: relative;
}

.gradient-text {
    margin: 0 !important;
    font-size:35px;
    font-weight: 600;
    line-height: 1.1 !important;
    white-space: nowrap !important; /* SINGLE LINE */
    background: linear-gradient(90deg, #e8f4fd 0%, /* Light blue */
    #b8e6ff 25%, /* Soft cyan */
    #4fc3f7 50%, /* Medical blue */
    #81d4fa 75%, /* Sky blue */
    #e8f4fd 100% /* Light blue */
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlow 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes gradientFlow {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* ANIMATED LINES */
.modern-line {
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #1E5FA8 50%, #00d4ff);
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    flex-shrink: 0;
}

    .modern-line::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, #00d4ff, transparent);
        animation: lineShimmer 3s infinite;
    }

@keyframes lineShimmer {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* HOVER EFFECTS */
.section-title-center:hover .gradient-text {
    transform: scale(1.05);
    text-shadow: 0 0 25px rgba(79,195,247,0.6);
}

.section-title-center:hover .modern-line {
    transform: scaleY(1.3);
    box-shadow: 0 0 15px rgba(0,212,255,0.5);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .section-title-center {
        gap: 25px;
    }

    .modern-line {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .section-title-center {
        flex-direction: column;
        gap: 15px;
    }

    .modern-line {
        width: 50px;
    }
}



.footer-style-custom {
    background: linear-gradient(90deg, #1f7fa6, #2c3e63);
    color: #fff;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-left: 20px;
}

.footer-newsletter {
    display: flex;
    max-width: 420px;
    margin-left: 20px;
}

    .footer-newsletter input {
        flex: 1;
        height: 45px;
        border: none;
        padding: 0 15px;
        border-radius: 6px 0 0 6px;
        outline: none;
    }

    .footer-newsletter button {
        width: 55px;
        background: #F2994A;
        border: none;
        color: #fff;
        font-size: 18px;
        border-radius: 0 6px 6px 0;
        cursor: pointer;
    }

.footer-links {
    display: block; /* change from flex */
}

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-links ul li {
            margin-bottom: 10px;
        }

            .footer-links ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                margin-left: -20px;
            }

                .footer-links ul li a:hover {
                    text-decoration: underline;
                }


.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-contact li {
        display: flex;
        gap: 12px;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.5;
        margin-right: -10px;
    }

    .footer-contact i {
        margin-top: 4px;
        color: #fff;
        font-size: 18px;
    }





.product-wrap-3 {
    position: relative;
    border-radius: 16px;
    background: #fff;
    transition: all 0.4s ease;
}

    .product-wrap-3::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px;
        background: linear-gradient( 120deg, rgba(0,140,255,0.15), rgba(255,255,255,0.1) );
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }

    .product-wrap-3:hover::after {
        opacity: 1;
    }

    .product-wrap-3:hover {
        box-shadow: 0 25px 60px rgba(0, 120, 255, 0.25);
        transform: translateY(-8px);
    }

/* MAIN DROPDOWN */
.has-dropdown {
    position: relative;
}

    /* FIRST LEVEL (OPEN BELOW) */
    .has-dropdown > .sub-menu {
        position: absolute;
        top: 100%; /* BELOW */
        left: 0;
        min-width: 260px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        display: none;
        z-index: 999;
    }

    /* OPEN ON HOVER */
    .has-dropdown:hover > .sub-menu {
        display: block;
    }

/* SECOND LEVEL WRAPPER */
.has-submenu {
    position: relative;
    
}

    /* SECOND LEVEL (OPEN RIGHT SIDE) */
    .has-submenu > .second-level {
        position: absolute;
        top: 0; /* SAME LINE */
        left: 100%; /* RIGHT SIDE */
        min-width: 280px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        display: none;
        z-index: 1000;
    }

    /* OPEN SECOND LEVEL ON HOVER */
    .has-submenu:hover > .second-level {
        display: block;
    }

/* MENU ITEMS */
.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #eee;
    background: #fff;
    transition: 0.3s;
}

    /* HOVER EFFECT */
    .sub-menu li a:hover {
        background: #f5f9ff;
        color: #1e5fa8;
    }

/* ARROW */
.arrow {
    font-size: 18px;
    color: #1e5fa8;
}
.has-submenu > .second-level {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
}
/* MENU LINK BASE */
.sub-menu li a {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

    /* HOVER LINE */
    .sub-menu li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #F2994A;
        transition: width 0.3s ease;
    }

    /* ON HOVER */
    .sub-menu li a:hover::after {
        width: 100%;
    }

.main-menu li a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

    /* HOVER LINE */
    .main-menu li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #F2994A;
        transition: width 0.3s ease;
    }

    /* ON HOVER */
    .main-menu li a:hover::after {
        width: 100%;
    }


/*about description animation*/

/* Base hidden state */
.reveal-item {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 2s ease;
}

    /* When visible */
    .reveal-item.active {
        opacity: 1;
        transform: translateX(0);
    }

/* Typography polish */
/*.about-item h5 {
    color: #1E5FA8;
    font-weight: 600;
    margin-top: 30px;
}

.about-item p {
    color: #555;
    line-height: 1.8;
    margin-top: 10px;
}*/
/* Hidden state */
/*.reveal-item {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 2s ease;
}*/

    /* Visible state */
    /*.reveal-item.active {
        opacity: 1;
        transform: translateX(0);
    }*/

/* Smooth spacing */
/*.about-item {
    margin-bottom: 30px;
}*/






/*
welcome animation*/





/* Main Container */
.offer-area {
    background: linear-gradient(145deg, #f8fcff 0%, #ffffff 50%, #f0f7ff 100%);
    position: relative;
    padding: 40px 0 !important; /* MINIMAL padding */
    margin: 0 !important; /* NO margins */
}

/* Animated Background System */
.ambient-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 25%, rgba(30,95,168,0.12) 0%, transparent 60%), radial-gradient(circle at 85% 75%, rgba(0,212,255,0.1) 0%, transparent 60%), radial-gradient(circle at 40% 90%, rgba(102,126,234,0.08) 0%, transparent 60%);
    animation: ambientPulse 8s ease-in-out infinite;
    z-index: 1;
}

@keyframes ambientPulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.floating-particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(3px 3px at 30px 40px, rgba(0,212,255,0.4), transparent), radial-gradient(2px 2px at 80px 80px, rgba(30,95,168,0.5), transparent), radial-gradient(1px 1px at 120px 30px, rgba(102,126,234,0.6), transparent);
    background-size: 150px 120px;
    animation: particleFloat 25s linear infinite;
    z-index: 1;
}

@keyframes particleFloat {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-150px, -120px);
    }
}

/* Welcome Badge */
.welcome-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1E5FA8, #00d4ff);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(30,95,168,0.3);
    animation: badgeSlide 1s 0.5s both;
    position: relative;
    overflow: hidden;
}

    .welcome-badge::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
        transform: translateX(-100%);
        animation: shimmer 2s infinite;
    }

@keyframes badgeSlide {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* LETTER-BY-LETTER ANIMATION */
.hero-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    margin: 40px 0 60px;
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(100px) rotateX(-90deg);
    animation: letterPop 0.8s cubic-bezier(0.23,1,0.32,1) forwards;
}

    .char:nth-child(odd) {
        animation-delay: 0.1s;
    }

    .char:nth-child(even) {
        animation-delay: 0.15s;
    }

    .char:nth-child(1n+7) {
        animation-delay: 0.2s;
    }

@keyframes letterPop {
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

.gradient-title .char {
    background: linear-gradient(135deg, #1E5FA8 0%, #00d4ff 50%, #667eea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* GLASS STACK CARDS */
.glass-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 40px 0;
}

.glass-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(25px);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 28px 32px;
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    animation: glassStack 1s forwards;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

    .glass-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        transition: left 0.8s;
    }

    .glass-card:hover::before {
        left: 100%;
    }

    .glass-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 35px 70px rgba(0,0,0,0.15);
    }

    .glass-card.active {
        animation-delay: 2s;
    }

    .glass-card:nth-child(2) {
        animation-delay: 2.3s;
    }

    .glass-card:nth-child(3) {
        animation-delay: 2.6s;
    }

@keyframes glassStack {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.glass-card p {
    margin: 0;
    font-size: 16px;
   
    color: #2d3748;
    line-height: 1.6;
}

/* PREMIUM CTA */
.premium-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1E5FA8 0%, #00d4ff);
    color: white;
    padding: 18px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(30,95,168,0.3);
    transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
}

    .premium-cta:hover {
        transform: translateY(-4px) scale(1.05);
        box-shadow: 0 30px 60px rgba(30,95,168,0.4);
    }

    .premium-cta svg {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
    }

    .premium-cta:hover svg {
        transform: translateX(8px) rotate(90deg);
    }

/* 3D ORBITING IMAGE */
.hero-image-orbit {
    perspective: 1500px;
}
/*
.image-container {
    position: relative;
    transform-style: preserve-3d;
    animation: orbit360 12s cubic-bezier(0.23,1,0.32,1) infinite;
}

.image-ring {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(30,95,168,0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateX(80deg);
    animation: ringRotate 10s linear infinite reverse;
}

    .image-ring.delay-1 {
        animation-delay: -3s;
    }

    .image-ring.delay-2 {
        animation-delay: -6s;
    }
*/
.main-hero-img {
    opacity: 0;
    transform: translateY(80px) scale(0.9);
    animation: heroImageReveal 1.6s cubic-bezier(0.23,1,0.32,1) forwards;
    animation-delay: 2s;
}
@keyframes heroImageReveal {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.image-container {
    animation: imageFloat 6s ease-in-out infinite;
}
.main-hero-img {
    box-shadow: 0 40px 80px rgba(0,0,0,0.18), 0 0 60px rgba(30,95,168,0.25);
    animation: heroImageReveal 1.6s cubic-bezier(0.23,1,0.32,1) forwards, glowPulse 4s ease-in-out infinite;
}
@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 40px 80px rgba(0,0,0,0.18), 0 0 50px rgba(30,95,168,0.25);
    }

    50% {
        box-shadow: 0 50px 100px rgba(0,0,0,0.25), 0 0 80px rgba(0,212,255,0.45);
    }
}

@keyframes imageFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

.main-hero-img {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 420px;
    border-radius: 32px;
    box-shadow: 0 50px 100px rgba(0,0,0,0.2), 0 0 60px rgba(30,95,168,0.3);
    transition: all 0.6s cubic-bezier(0.23,1,0.32,1);
}
/*
.image-container:hover .main-hero-img {
    transform: scale(1.1) rotateY(15deg) rotateX(10deg) translateZ(60px);
    box-shadow: 0 70px 140px rgba(0,0,0,0.3), 0 0 100px rgba(0,212,255,0.6);
}
*/
@keyframes orbit360 {
    0%, 100% {
        transform: rotateY(0deg) rotateX(5deg);
    }

    33% {
        transform: rotateY(120deg) rotateX(8deg) translateZ(20px);
    }

    66% {
        transform: rotateY(240deg) rotateX(2deg) translateZ(10px);
    }
}

@keyframes ringRotate {
    from {
        transform: translate(-50%, -50%) rotateX(80deg) rotateZ(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotateX(80deg) rotateZ(360deg);
    }
}

/* DECORATIVE BLOBS */
.decorative-blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.blob {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(30,95,168,0.1), rgba(0,212,255,0.1));
    animation: blobFloat 15s ease-in-out infinite;
}

.blob-1 {
    width: 120px;
    height: 120px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.blob-2 {
    width: 80px;
    height: 80px;
    top: 70%;
    right: 15%;
    animation-delay: -5s;
}

.blob-3 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 20%;
    animation-delay: -10s;
}

@keyframes blobFloat {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }

    33% {
        transform: translateY(-20px) scale(1.1);
    }

    66% {
        transform: translateY(-10px) scale(0.95);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .glass-stack {
        gap: 12px;
    }

    .glass-card {
        padding: 20px 24px;
    }

    .image-ring {
        display: none;
    }
}

@media (max-width: 576px) {
    .offer-area {
        padding: 80px 0 60px;
    }

    .premium-cta {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
    }
}




/*for what we do
*/



/* Enhanced 2026 Aesthetic Animations */
:root {
    --primary-glow: linear-gradient(135deg, #1E5FA8 0%, #00d4ff 25%, #667eea 50%, #764ba2 75%, #f093fb 100%);
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --neon-glow: 0 0 20px rgba(30, 95, 168, 0.5);
    --particle-glow: rgba(0, 212, 255, 0.6);
}

/* Section Title with Animated Gradient */
.gradient-text {
    background: var(--primary-glow);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 8s ease infinite;
    font-weight: 900;
    position: relative;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Floating Particles Background */
.category-area-2 {
    position: relative;
    perspective: 1500px;
    overflow: hidden;
}

    .category-area-2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(2px 2px at 20px 30px, var(--particle-glow), transparent), radial-gradient(2px 2px at 40px 70px, rgba(102, 126, 234, 0.6), transparent), radial-gradient(1px 1px at 90px 40px, rgba(246, 147, 251, 0.6), transparent), radial-gradient(1px 1px at 130px 80px, var(--particle-glow), transparent);
        background-repeat: repeat;
        background-size: 200px 100px;
        animation: floatParticles 20s linear infinite;
        pointer-events: none;
        z-index: 0;
    }

@keyframes floatParticles {
    0% {
        transform: translateX(0px) translateY(0px);
    }

    100% {
        transform: translateX(-200px) translateY(-100px);
    }
}

/* Revolutionary Glassmorphism Cards */
.feature-card-2026 {
    position: relative;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 32px;
    padding: 48px 32px;
    text-align: center;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: var(--neon-glow), 0 25px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 1;
}

    .feature-card-2026::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--primary-glow);
        padding: 2px;
        border-radius: 32px;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
        -webkit-mask-composite: xor;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .feature-card-2026:hover::before {
        opacity: 1;
    }

    .feature-card-2026:hover {
        transform: translateY(-16px) rotateX(5deg) rotateY(5deg);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(30, 95, 168, 0.5);
        box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4), 0 0 40px rgba(30, 95, 168, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

/* 3D Icon Animation */
.icon-box {
    position: relative;
    transform: translateZ(80px);
    margin-bottom: 24px;
}

    .icon-box img {
        width: 96px;
        height: 96px;
        filter: drop-shadow(0 10px 20px rgba(30, 95, 168, 0.3));
        transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 24px;
    }

.feature-card-2026:hover .icon-box img {
    transform: scale(1.15) rotateY(360deg) translateZ(50px);
    filter: drop-shadow(0 20px 40px rgba(30, 95, 168, 0.6)) brightness(1.2) saturate(1.4);
}

/* Floating Card Content */
.card-content {
    transform: translateZ(40px);
    position: relative;
}

    .card-content h4 {
        font-size: 20px;
        font-weight: 800;
        color: #1E5FA8;
      
        margin: 0 0 16px 0;
        letter-spacing: -0.02em;
    }

    .card-content p {
        color: black;
        line-height: 1.6;
        font-size: 16px;
        margin: 0;
    }

/* Advanced Button with Ripple Effect */
.btn-minimal {
    position: relative;
    color: #00d4ff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 28px;
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
}

    .btn-minimal::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s;
    }

    .btn-minimal:hover::before {
        left: 100%;
    }

    .btn-minimal:hover {
        letter-spacing: 3px;
        color: #fff;
        background: rgba(0, 212, 255, 0.15);
        border-color: rgba(0, 212, 255, 0.6);
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
    }

/* Staggered Entrance Animation */
@keyframes revealCard {
    0% {
        opacity: 0;
        transform: translateY(60px) rotateX(-15deg) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }
}

.reveal-card {
    opacity: 1;
    animation: revealCard 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

    .reveal-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .reveal-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .reveal-card:nth-child(3) {
        animation-delay: 0.3s;
    }

/* Modern Lines Animation */
.modern-line {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: var(--primary-glow);
    border-radius: 2px;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

    .modern-line::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        animation: lineGlow 3s infinite;
    }

@keyframes lineGlow {
    0%, 100% {
        left: -100%;
    }

    50% {
        left: 100%;
    }
}
/* FIXED: Proper Z-Index & Overflow for Descriptions */
.feature-card-2026 {
    /* ... keep all previous styles ... */
    position: relative; /* Ensure relative positioning */
    z-index: 2; /* Higher z-index than particles */
}

.icon-box {
    position: relative;
    z-index: 4; /* Highest layer for icons */
    transform: translateZ(80px);
    margin-bottom: 24px;
}

.card-content {
    position: relative;
    z-index: 3; /* Above card background */
    transform: translateZ(40px);
    padding: 0 8px; /* Prevent text clipping */
    
}

/* FIXED: Card Overflow & Text Visibility */
.feature-card-2026 {
    /* ... keep all previous ... */
    overflow: visible !important; /* Allow text to render fully */
    min-height: 280px; /* Ensure enough space for text */
}

.card-content h4, .card-content p {
    position: relative;
    z-index: 5; /* Force text above everything */
    transform: translateZ(0); /* Reset 3D for text readability */
}

/* Enhanced Text Shadows for Readability */
/*.card-content h4 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 255, 255, 0.2);
}
*/
.card-content p {
 
    padding: 0 16px; /* Extra padding for mobile */
}
/* MOBILE: Add space between cards + Default border */
@media (max-width: 991px) {
    /* ✅ SPACE BETWEEN CARDS (20px gap) */
    .row.g-4 > .row.g-4 > [class*="col-"] {
        margin-bottom: 24px !important;
        padding-bottom: 12px; /* Extra touch space */
    }
    
    /* ✅ DEFAULT BORDER (Not hover only) */
    .feature-card-2026 {
        border: 2px solid rgba(30, 95, 168, 0.3) !important;
        border-radius: 32px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
    }
    
    /* Remove hover effects on mobile */
    .feature-card-2026:hover {
        transform: none !important;
        border-color: rgba(30, 95, 168, 0.4) !important;
        box-shadow: 0 12px 40px rgba(0,0,0,0.15) !important;
    }
    
    /* Fix card spacing */
    .category-area-2 .row {
        margin: 0 -12px !important;
    }
    
    .category-area-2 [class*="col-"] {
        padding: 0 12px !important;
    }
}

/* EXTRA SMALL MOBILE (under 576px) */
@media (max-width: 575px) {
    .row.g-4 > .row.g-4 > [class*="col-"] {
        margin-bottom: 28px !important; /* More space on tiny screens */
    }
    
    .feature-card-2026 {
        margin-bottom: 20px !important;
       /* padding: 24px 20px !important;*/
       margin-left:15px;
       margin-right:15px;
      
      
    }
}






/*for slider*/




/* ========================================
   PREMIUM SLIDER - 2026 MEDICAL AESTHETICS
======================================== */

/* ========================================
   PREMIUM SLIDER - 2026 MEDICAL AESTHETICS
======================================== */

/* COMPLETE FIXED FEATURE STACK - FULL RESPONSIVE */
.premium-slider-area {
    background: linear-gradient(145deg, #0d2252 0%, #1a3a6e 50%, #0f2b5a 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.slider-bg-animation,
.floating-particles-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.slider-bg-animation {
    background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0,212,255,0.1) 0%, transparent 50%), radial-gradient(circle at 50% 10%, rgba(30,95,168,0.18) 0%, transparent 50%);
    animation: bgPulse 15s ease-in-out infinite;
}

@keyframes bgPulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

.floating-particles-slider {
    background-image: radial-gradient(3px 3px at 30px 40px, rgba(0,212,255,0.7), transparent), radial-gradient(2px 2px at 80px 90px, rgba(255,255,255,0.5), transparent), radial-gradient(2px 2px at 120px 30px, rgba(84,160,255,0.6), transparent);
    background-repeat: repeat;
    background-size: 200px 150px;
    animation: particleDrift 25s linear infinite;
}

@keyframes particleDrift {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(-200px) translateY(-150px);
    }
}

/* Content Container */
.container.position-relative.z-3 {
    z-index: 3;
    position: relative;
}

.slider-content-premium {
    opacity: 0;
    transform: translateY(60px);
    animation: contentReveal 1.2s cubic-bezier(0.23,1,0.32,1) 0.5s forwards;
}

@keyframes contentReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FIXED FEATURE STACK - PROPER ICON DISPLAY */
.feature-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 60px 0 70px;
    position: relative;
}

.feature-item {
    display: flex !important;
    align-items: flex-start;
    gap: 24px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 24px;
    padding: 32px;
    opacity: 0;
    transform: translateX(-70px) scale(0.96);
    transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation-fill-mode: forwards;
}

    .feature-item:nth-child(1) {
        animation: featureSlide 0.9s 1.0s forwards;
    }

    .feature-item:nth-child(2) {
        animation: featureSlide 0.9s 1.3s forwards;
    }

    .feature-item:nth-child(3) {
        animation: featureSlide 0.9s 1.6s forwards;
    }

@keyframes featureSlide {
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.8s ease;
}

.feature-item:hover::before {
    left: 100%;
}

.feature-item:hover {
    transform: translateX(8px) scale(1.02);
    background: rgba(255,255,255,0.18);
    box-shadow: 0 30px 70px rgba(0,0,0,0.4), 0 0 40px rgba(0,212,255,0.3);
    border-color: rgba(0,212,255,0.5);
}

/* FIXED ICON STYLING - PROPER DISPLAY */
.feature-icon {
    font-size: 36px !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.15)) !important;
    backdrop-filter: blur(15px) !important;
    flex-shrink: 0 !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.3) !important;
    position: relative !important;
    z-index: 2 !important;
    flex: 0 0 auto !important;
    line-height: 1 !important;
    animation: iconPulse 2.5s ease-in-out infinite !important;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 12px 35px rgba(0,0,0,0.3);
    }

    50% {
        transform: scale(1.12) rotate(180deg);
        box-shadow: 0 20px 50px rgba(0,212,255,0.4);
    }
}

.feature-text {
    flex: 1;
    position: relative;
    z-index: 2;
}

    .feature-text h4 {
        color: #ffffff !important;
        font-size: 22px !important;
        font-weight: 800 !important;
        margin: 0 0 12px 0 !important;
        line-height: 1.3 !important;
    }

    .feature-text p {
        color: rgba(255,255,255,0.95) !important;
        font-size: 16px !important;
        margin: 0 !important;
        line-height: 1.65 !important;
        font-weight: 500 !important;
    }

/* Magnetic Title FIXED */
.slider-title {
    font-size: clamp(28px, 5vw, 36px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 65px !important;
    position: relative !important;
}

.title-gradient {
    display: block !important;
    background: linear-gradient(135deg, #00d4ff 0%, #ffffff 50%, #1E5FA8 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* Image Gallery FIXED */
.premium-image-gallery {
    perspective: 1400px;
    height: 500px;
}

.gallery-slider {
    height: 100%;
}

.image-card {
    height: 100%;
    border-radius: 28px !important;
    overflow: hidden !important;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06)) !important;
    backdrop-filter: blur(25px) !important;
    border: 2px solid rgba(255,255,255,0.25) !important;
    box-shadow: 0 45px 95px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.35) !important;
    transform-style: preserve-3d !important;
    position: relative !important;
}

    .image-card img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        transition: transform 0.7s ease !important;
    }

.swiper-slide-active .image-card {
    transform: rotateY(8deg) rotateX(6deg) translateZ(60px) scale(1.08) !important;
    box-shadow: 0 70px 140px rgba(0,0,0,0.55), 0 0 90px rgba(0,212,255,0.5) !important;
}

.image-overlay {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85)) !important;
    color: white !important;
    padding: 35px 28px 28px !important;
    transform: translateY(100%) !important;
    transition: transform 0.5s ease !important;
}

.image-card:hover .image-overlay,
.swiper-slide-active .image-card .image-overlay {
    transform: translateY(0) !important;
}

.image-overlay span {
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
}

/* Swiper Controls */
.swiper-button-prev,
.swiper-button-next {
    color: #00d4ff !important;
    width: 60px !important;
    height: 60px !important;
    background: rgba(255,255,255,0.18) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 50% !important;
    margin-top: -30px !important;
    transition: all 0.4s ease !important;
    z-index: 20 !important;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: rgba(0,212,255,0.35) !important;
        transform: scale(1.15) !important;
        box-shadow: 0 0 30px rgba(0,212,255,0.6) !important;
    }

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background: rgba(255,255,255,0.45) !important;
    opacity: 0.8 !important;
    margin: 0 8px !important;
    transition: all 0.4s ease !important;
}

.swiper-pagination-bullet-active {
    background: #00d4ff !important;
    opacity: 1 !important;
    transform: scale(1.5) !important;
    box-shadow: 0 0 15px rgba(0,212,255,0.8) !important;
}

/* RESPONSIVE FIXES */
@media (max-width: 991px) {
    .premium-slider-area {
        padding: 90px 0;
        min-height: auto;
    }

    .feature-item {
        padding: 25px !important;
        gap: 20px !important;
    }

    .feature-icon {
        width: 64px !important;
        height: 64px !important;
        font-size: 32px !important;
    }

    .premium-image-gallery {
        height: 420px !important;
    }
}

@media (max-width: 768px) {
    .feature-stack {
        gap: 20px !important;
        margin: 40px 0 50px !important;
    }

    .feature-item {
        flex-direction: column !important;
        text-align: center !important;
        padding: 28px 24px !important;
    }

    .feature-icon {
        margin: 0 auto 16px !important;
    }

    .premium-image-gallery {
        height: 380px !important;
        margin-top: 40px !important;
    }

    .image-card img {
        height: 100% !important;
    }
}

@media (max-width: 480px) {
    .slider-title {
        font-size: 26px !important;
    }

    .feature-text h4 {
        font-size: 20px !important;
    }
}

/* Swiper breathing animation for active slide */
.swiper-slide-active .image-card {
    animation: imageBreathe 4s ease-in-out infinite;
}

@keyframes imageBreathe {
    0%, 100% {
        transform: rotateY(8deg) rotateX(6deg) translateZ(60px) scale(1.08);
        box-shadow: 0 70px 140px rgba(0,0,0,0.55), 0 0 90px rgba(0,212,255,0.5);
    }

    50% {
        transform: rotateY(10deg) rotateX(8deg) translateZ(70px) scale(1.1);
        box-shadow: 0 80px 160px rgba(0,0,0,0.6), 0 0 110px rgba(0,212,255,0.6);
    }
}








/*    for vision*/
/* Guiding Principles - Distinct floating entrance animation */
.principle-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(30, 95, 168, 0.1);
    border: 1px solid rgba(163, 187, 200, 0.2);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .principle-card:hover {
        transform: translateY(-15px) rotateX(5deg);
        box-shadow: 0 25px 60px rgba(30, 95, 168, 0.2);
    }

    .principle-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(163, 187, 200, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: all 0.6s ease;
        z-index: 0;
    }

    .principle-card:hover::before {
        opacity: 1;
        transform: rotate(45deg);
    }

.principle-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

    .principle-icon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        transition: all 0.4s ease;
        filter: grayscale(0.3);
    }

.principle-card:hover .principle-icon img {
    filter: grayscale(0);
    transform: scale(1.1) rotate(10deg);
}

.principle-card h6 {
    font-size: 22px;
    font-weight: 700;
    color: #1E5FA8;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.principle-card p {
    color: #555;
    line-height: 1.75;
    font-size: 15px;
    position: relative;
    z-index: 2;
}

/* Distinct staggered floating animation */
.reveal-card {
    opacity: 0;
    transform: translateY(60px) scale(0.9) rotate(-5deg);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: var(--card-delay, 0s);
}

    .reveal-card.active {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }

/* Section title animation */
.section-title {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #243f4d;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 0;
        height: 4px;
        background: linear-gradient(90deg, #1E5FA8, #a3bbc8);
        transition: all 0.8s ease;
        transform: translateX(-50%);
    }

    .section-title.animate::after {
        width: 80px;
    }

/* Responsive */
@media (max-width: 768px) {
    .principle-card {
        padding: 30px 20px;
        margin-bottom: 25px;
    }

    .principle-icon img {
        width: 60px;
        height: 60px;
    }

    
}





/*for about page top  part*/



/* About Page Hero - Elegant typewriter & particle entrance */
/* Fixed About Hero with Proper Background Image */
.about-hero {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 95, 168, 0.85) 0%, rgba(36, 63, 77, 0.9) 50%, rgba(162, 187, 200, 0.85) 100%);
    z-index: 1;
    animation: overlayPulse 6s ease-in-out infinite;
}

@keyframes overlayPulse {
    0%, 100% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.8;
    }
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%);
    animation: heroFloat 20s ease-in-out infinite;
    z-index: 1;
    mix-blend-mode: overlay;
}

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.breadcrumb-content {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-hero-title {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 50%, #e0f2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 90%;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
    animation: titleGlow 3s ease-out forwards;
}

    .title::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
        animation: titleShine 2s ease-in-out 1s both;
    }

@keyframes titleGlow {
    0% {
        opacity: 0;
        transform: scale(0.3) rotateX(-90deg);
        filter: blur(20px);
    }

    50% {
        filter: blur(5px);
        transform: scale(1.05) rotateX(0);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotateX(0);
        filter: blur(0);
    }
}

@keyframes titleShine {
    0% {
        left: -100%;
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

.breadcrumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

    .breadcrumb-list li {
        position: relative;
        font-size: 16px;
        color: rgba(255,255,255,0.95);
        opacity: 0;
        transform: translateY(20px);
        animation: breadcrumbSlide 0.8s ease forwards;
        text-shadow: 0 1px 5px rgba(0,0,0,0.5);
        font-weight: 500;
    }

        .breadcrumb-list li:nth-child(1) {
            animation-delay: 1.2s;
        }

        .breadcrumb-list li:nth-child(2) {
            animation-delay: 1.5s;
        }

        .breadcrumb-list li.active {
            color: #ffffff;
            font-weight: 700;
            text-shadow: 0 0 15px rgba(30, 95, 168, 0.6);
        }

        .breadcrumb-list li::after {
            content: '/';
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            color: rgba(255,255,255,0.7);
            font-size: 14px;
            font-weight: 300;
        }

        .breadcrumb-list li:last-child::after {
            display: none;
        }

        .breadcrumb-list li a {
            color: rgba(255,255,255,0.9);
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 8px 16px;
            border-radius: 25px;
            backdrop-filter: blur(10px);
        }

            .breadcrumb-list li a:hover {
                color: #ffffff;
                background: rgba(255,255,255,0.25);
                box-shadow: 0 5px 20px rgba(0,0,0,0.3);
            }

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .about-hero {
        min-height: 300px;
        background-attachment: scroll; /* Better mobile performance */
        padding: 40px 20px;
    }

    .title {
        font-size: 36px;
        max-width: 100%;
        line-height: 1.2;
        justify-content: center !important;
    }

    .breadcrumb-list {
        gap: 10px;
        max-width: 90%;
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 270px;
    }

    .title {
        font-size: 32px;
        justify-content: center !important;
    }

    .breadcrumb-list {
        gap: 8px;
        font-size: 15px;
    }

        .breadcrumb-list li::after {
            right: -8px;
        }
}

@media (max-width: 480px) {
    .about-hero {
        min-height: 230px;
        padding: 30px 15px;
    }

    .title {
        font-size: 28px;
        justify-content: center !important;
    }

    .breadcrumb-list {
        gap: 6px;
        font-size: 14px;
        max-width: 280px;
    }

        .breadcrumb-list li::after {
            right: -6px;
            font-size: 13px;
        }
}

@media (max-width: 360px) {
    .breadcrumb-list {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

        .breadcrumb-list li::after {
            display: none;

        }

        .breadcrumb-list li.active::before {
            content: '→';
            margin-left: 6px;
            color: #ffffff;
        }
}
/* ========================================
   SIMPLE ABOUT CONTENT - Timeline Style
======================================== */
.about-content {
    padding: 80px 0;
    position: relative;
}

.about-timeline {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.7s ease-out;
    position: relative;
}

    .timeline-item.visible {
        opacity: 1;
        transform: translateX(0);
    }

/* Number Circle */
.timeline-number {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
    margin-right: 25px;
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.3);
    z-index: 2;
}

/* Connection Line */
.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 35px;
    right: -95px;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, transparent);
    z-index: 1;
}

/* Content Card */
.timeline-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 35px;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #3b82f6;
    position: relative;
    backdrop-filter: blur(12px);
}

    .timeline-content::before {
        content: '';
        position: absolute;
        top: 42px;
        left: -28px;
        width: 28px;
        height: 3px;
        background: #3b82f6;
        z-index: 1;
    }

    .timeline-content h5 {
        font-size: 1.45rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .timeline-content p {
        color: #475569;
        font-size: 1.02rem;
        line-height: 1.7;
        margin: 0;
    }

/* Hover */
.timeline-item:hover .timeline-number {
    transform: scale(1.08);
    box-shadow: 0 18px 40px rgba(59, 130, 246, 0.4);
}

.timeline-item:hover .timeline-content {
    transform: translateX(8px);
    box-shadow: 0 22px 55px rgba(59, 130, 246, 0.15);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .timeline-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 50px;
    }

    .timeline-number {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .timeline-item::after,
    .timeline-content::before {
        display: none;
    }

    .timeline-content {
        padding: 28px 30px;
    }
}

@media (max-width: 768px) {
    .about-content {
        padding: 60px 0;
    }

    .timeline-item {
        margin-bottom: 40px;
    }

    .timeline-number {
        width: 65px;
        height: 65px;
        font-size: 1.3rem;
        margin-bottom: 18px;
    }

    .timeline-content {
        padding: 25px 25px;
    }

        .timeline-content h5 {
            font-size: 1.35rem;
        }

        .timeline-content p {
            font-size: 1rem;
        }
}

@media (max-width: 480px) {
    .about-content {
        padding: 50px 0;
    }

    .timeline-number {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }

    .timeline-content {
        padding: 22px 20px;
        border-radius: 16px;
    }

        .timeline-content h5 {
            font-size: 1.25rem;
            margin-bottom: 12px;
        }
}
/* ========================================
   PERFECTLY ALIGNED PRINCIPLE CARDS
======================================== */
.principle-section-fixed {
    padding: 100px 0 !important;
}

.principle-card-fixed {
    height: 100%;
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    padding: 35px 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(59,130,246,0.2);
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .principle-card-fixed:hover {
        transform: translateY(-12px);
        box-shadow: 0 30px 70px rgba(59,130,246,0.25);
        border-color: #3b82f6;
    }

/* PERFECT ICON ALIGNMENT */
.principle-icon-fixed {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(59,130,246,0.2);
    transition: all 0.4s ease;
    flex-shrink: 0;
}

    .principle-icon-fixed img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.principle-card-fixed:hover .principle-icon-fixed {
    transform: scale(1.1);
}

/* PERFECT CONTENT ALIGNMENT */
.card-content-fixed {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .card-content-fixed h6 {
        font-size: 1.45rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .card-content-fixed p {
        color: #475569;
        font-size: 1rem;
        line-height: 1.65;
        margin: 0;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* COMPACT VALUES LIST */
.values-compact {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

    .values-compact li {
        font-size: 0.95rem;
        color: #475569;
        font-weight: 500;
        line-height: 1.4;
    }

/* RESPONSIVE PERFECTION */
@media (max-width: 991px) {
    .row.g-0 > [class*="col-"] {
        padding: 0 8px;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .principle-card-fixed {
        padding: 30px 20px;
        margin-bottom: 25px;
    }

    .principle-icon-fixed {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .card-content-fixed h6 {
        font-size: 1.25rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .principle-section-fixed {
        padding: 60px 0 !important;
    }

    .principle-card-fixed {
        padding: 25px 18px;
        margin-bottom: 20px;
    }
}



/*

for products page
*/


.product-tile {
    background: white;
    border-radius: 18px;
    padding: 20px;
    padding-bottom: 20px;
    text-align: center;
    min-height: 400px; /* instead of fixed height */
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
}

    /* THIN SOLID COLORFUL BORDER */
    .product-tile::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 22px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
        border: 3px solid;
        border-color: #1E5FA8;
        /* Makes it solid */
    }

@keyframes colorRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-tile:hover::before {
    opacity: 1;
    animation-play-state: running;
}

.product-tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(30, 95, 168, 0.2);
}

@keyframes colorRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Clean up redundant border declarations */
.product-tile:hover,
.product-tile.animate,
.image-holder img {
    /* Remove redundant border properties */
}

/* Keep all other existing styles unchanged */
.image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-tile:hover .image-holder img {
    transform: scale(1.05);
}

.hover-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(30, 95, 168, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 12px;
}

.product-tile:hover .hover-glow {
    opacity: 1;
}

.product-tile h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1E5FA8;
    margin: 12px 0 0 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0.2s;
}

.product-tile:hover h6 {
    opacity: 1;
    transform: translateY(0);
}

/* SIMPLE ENTRANCE */
.product-tile {
    opacity: 0;
    transform: translateY(30px);
}

    .product-tile.animate {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.6s ease;
    }

@media (max-width: 991px) {
    .product-tile {
        min-height: 100%;
        padding: 18px;
    }

    .image-holder {
        height: 260px;
    }
}

@media (max-width: 768px) {

    .container-fluid.pl-150,
    .container-fluid.pr-150 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .product-tile {
        min-height: auto; /* REMOVE fixed height */
        padding: 14px;
        transform: none;
    }

    .image-holder {
        height: 100%;
        margin-bottom: 10px;
    }

    /* Disable hover lift on mobile */
    .product-tile:hover {
        transform: none;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }

    /* Always show title on mobile */
    .product-tile h6 {
        opacity: 1;
        transform: none;
        font-size: 16px;
        margin-top: 8px;
    }

    /* Border effect lighter */
    .product-tile::before {
        opacity: 1;
        border-width: 2px;
    }
}

@media (max-width: 480px) {
    .image-holder {
        height: 100%;
    }

    .product-tile h6 {
        font-size: 15px;
        padding: 18px;
    }
}

.simple-product-grid .row {
    margin-bottom: 40px; /* space after every row */
}

    /* Remove extra space after last row */
   
@media (max-width: 768px) {
    .simple-product-grid .row {
        margin-bottom: 0; /* avoid double spacing */
    }

    .simple-product-grid .col-12 {
        margin-bottom: 24px; /* space after each card */
    }

       
}
.product-tile {
    margin-bottom: 0; /* keep controlled by grid */
}
/* Product Links Styling */
.product-link {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .product-link:hover {
        transform: translateY(-5px);
    }

    .product-link .product-tile {
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .product-link:hover .product-tile {
        transform: scale(1.02);
        box-shadow: 0 25px 50px rgba(30, 95, 168, 0.3);
    }

/* Enhanced Product Tile Hover */





/*
for P1 page*/

/* ========================================
   PERFECT RESPONSIVE PRODUCT PAGE
======================================== */
.product-details-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f7ff 100%);
}

.product-perfect-layout {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* LEFT COLUMN - Large Image + Tech Specs */
.left-column {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* RESPONSIVE Image Size */
.image-wrapper {
    width: 100%;
    height: 600px; /* Desktop */
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 70px rgba(0,0,0,0.18);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

    .image-wrapper:hover {
        transform: translateY(-12px);
        box-shadow: 0 40px 100px rgba(59,130,246,0.3);
    }

    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 10px 25px rgba(59,130,246,0.4);
}

/* Technical Specs */
.technical-specs-section {
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
    padding: 25px;
    border-left: 5px solid #10b981;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

    .technical-specs-section h4 {
        color: #059669;
        font-size: 1.25rem; /* Optimized */
        margin-bottom: 18px;
        font-weight: 800;
    }

.specs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 0.98rem;
}

    .spec-row:last-child {
        border-bottom: none;
    }

    .spec-row span {
        color: #64748b;
        font-weight: 600;
    }

    .spec-row strong {
        color: #1e293b;
        font-weight: 500;
        font-size: 1.05rem;
    }

/* RIGHT COLUMN */
.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .product-description h3 {
        font-size: 2.2rem; /* Optimized desktop */
        font-weight: 800;
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0;
    }

.content-section {
    background: rgba(255,255,255,0.85);
    border-radius: 20px;
    padding: 25px;
    border-left: 5px solid #3b82f6;
    box-shadow: 0 12px 35px rgba(0,0,0,0.09);
    transition: all 0.4s ease;
}

    .content-section:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(59,130,246,0.2);
    }

    .content-section h5 {
        color: #1e293b;
        font-size: 1.2rem; /* Optimized */
        margin-bottom: 15px;
        font-weight: 700;
    }

    .content-section p {
        color: #475569;
        line-height: 1.7;
        font-size: 1.02rem; /* Optimized */
        margin-bottom: 0;
    }

/* Advanced Features - SAME HEIGHT as Tech Specs */
.advanced-features-section {
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
    padding: 25px;
    border-left: 5px solid #10b981;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

    .advanced-features-section h4 {
        color: #059669;
        font-size: 1.25rem; /* Same as tech specs */
        margin-bottom: 18px;
        font-weight: 800;
    }

    .advanced-features-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
        /*display: grid;*/
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .advanced-features-section li {
        color: #1e293b;
        padding-left: 25px;
        position: relative;
        font-weight: 500;
        font-size: 0.95rem; /* Optimized */
        line-height: 2.3;
    }

        .advanced-features-section li::before {
            content: '✅';
            position: absolute;
            left: 0;
            top: 1px;
            color: #10b981;
            font-size: 1rem;
        }

/* ========================================
   PERFECT MOBILE RESPONSIVE
======================================== */
@media (max-width: 992px) {

    /* Stack everything */
    .product-perfect-layout {
        flex-direction: column;
        gap: 35px;
    }

    /* Make both columns behave as one flow */
    .left-column,
    .right-column {
        display: contents;
    }

    /* ORDERING */
    .image-wrapper {
        order: 1;
    }

    .product-description {
        order: 2;
    }

    .technical-specs-section {
        order: 3;
    }

    .advanced-features-section {
        order: 4;
    }

    /* Image behavior */
    .image-wrapper {
        height: auto;
        aspect-ratio: 4 / 3;
    }

        .image-wrapper img {
            object-fit: contain;
            background: #fff;
        }

    .advanced-features-section ul {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
    .product-details-section {
        padding: 60px 0;
    }

    /* MOBILE FULL WIDTH IMAGE */
    .image-wrapper {
        aspect-ratio: 1 / 1; /* square look (modern) */
        border-radius: 0;
    }

    .product-description h3 {
        font-size: 1.9rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .content-section h5 {
        font-size: 1.15rem;
    }

    .content-section p {
        font-size: 1rem;
    }

    .technical-specs-section,
    .advanced-features-section {
        padding: 20px;
    }

        .technical-specs-section h4,
        .advanced-features-section h4 {
            font-size: 1.2rem;
        }

    .specs-list {
        gap: 10px;
    }

    .spec-row {
        padding: 12px 0;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .image-wrapper {
        width: 100% !important;
    }

    .product-description h3 {
        font-size: 1.7rem;
    }

    .content-section,
    .technical-specs-section,
    .advanced-features-section {
        padding: 18px;
    }
}











/*
for home page search part*/
/* MEDICAL PARTS SEARCH - ENHANCED VERSION */
.medical-parts-search {
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0f1e 0%, #1a1f2e 50%, #16213e 100%);
}

.search-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(0,212,255,0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(30,95,168,0.1) 0%, transparent 50%);
}

.scan-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff, #1E5FA8, #00d4ff, transparent);
    animation: scanMove 8s linear infinite;
    box-shadow: 0 0 20px rgba(0,212,255,0.5);
}

    .scan-lines::before {
        content: '';
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #54a0ff, transparent);
        animation: scanMove 12s linear infinite reverse;
    }

@keyframes scanMove {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.particle-field {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(2px 2px at 20px 30px, #00d4ff, transparent), radial-gradient(2px 2px at 40px 70px, rgba(30,95,168,0.8), transparent), radial-gradient(1px 1px at 90px 40px, #54a0ff, transparent), radial-gradient(1px 1px at 130px 80px, #00d4ff, transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: particleFloat 20s linear infinite;
}

@keyframes particleFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(-20px) rotate(360deg);
    }
}

.search-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    padding: 30px 30px;
   
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-shadow: 0 40px 120px rgba(0,0,0,0.4);
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

    .search-card.reveal-float {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

.search-badge {
    background: linear-gradient(135deg, #00d4ff, #1E5FA8);
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,212,255,0.4);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.gradient-title {
    font-size: 2.7rem;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 50%, #00d4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    line-height: 1.1;
}

.typewriter-text .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    animation: typeChar 0.6s forwards;
}

@keyframes typeChar {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.4s;
}

    .search-subtitle.reveal-slide-up {
        opacity: 1;
        transform: translateY(0);
    }

.highlight-link {
    color: #00d4ff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

    .highlight-link::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #00d4ff, #54a0ff);
        transition: width 0.4s ease;
    }

    .highlight-link:hover::after {
        width: 100%;
    }

.search-input-group {
    max-width: 600px;
    margin: 0 auto 40px;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease 0.6s;
}

    .search-input-group.reveal-scale {
        opacity: 1;
        transform: scale(1);
    }

.input-wrapper {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 15px;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.1rem;
    padding: 20px 25px;
    outline: none;
}

    .search-input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

.search-trigger {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00d4ff, #1E5FA8);
    border: none;
    border-radius: 14px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,212,255,0.4);
}

    .search-trigger:hover {
        transform: scale(1.1) rotate(10deg);
        box-shadow: 0 15px 40px rgba(0,212,255,0.6);
    }

    .search-trigger svg {
        width: 24px;
        height: 24px;
    }

.search-stats {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.quick-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.8s;
}

    .quick-actions.reveal-slide-up-delay {
        opacity: 1;
        transform: translateY(0);
    }

.quick-btn {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
}

    .quick-btn:hover {
        background: rgba(0, 212, 255, 0.2);
        border-color: #00d4ff;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0,212,255,0.3);
    }

/* RESPONSIVE */
@media (max-width: 768px) {
    .search-card {
        padding: 50px 30px;
        margin: 20px;
    }

    .gradient-title {
        font-size: 2.5rem;
    }

    .search-input-group {
        max-width: 100%;
    }

    .quick-actions {
        flex-direction: column;
        align-items: center;
    }
}
.search-part-btn {
    width: 100%;
    max-width: 320px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #00d4ff, #1E5FA8);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 16px;
    cursor: pointer;

    box-shadow: 0 12px 35px rgba(0,212,255,0.4);
    transition: all 0.4s ease;
}

.search-part-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 18px 45px rgba(0,212,255,0.6);
}





/*
for service page*/




/* ========================================
   SERVICES PAGE - LIGHT ANIMATED THEME
======================================== */

/* Light Animated Background */
.services-description {
    background: linear-gradient(135deg, #e8f4fd 0%, #f0f7ff 50%, #e3f2fd 100%);
    padding: 120px 0;
    color: #1e293b;
    position: relative;
    overflow: hidden;
}

    .services-description::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.12) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
        animation: lightBgFloat 20s ease-in-out infinite;
        z-index: 1;
    }

@keyframes lightBgFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }

    33% {
        transform: translateY(-15px) scale(1.02);
        opacity: 1;
    }

    66% {
        transform: translateY(10px) scale(0.98);
        opacity: 0.9;
    }
}

/* Content Layering */
.desc-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

    .desc-content h3 {
        font-size: 2.5rem;
        font-weight: 800;
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #1d4ed8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 2rem;
        text-align: center;
    }

    .desc-content p {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #475569;
        margin-bottom: 1.5rem;
        text-align: center;
    }

/* Light Theme Service Tabs */
.service-tabs-container {
    position: relative;
    z-index: 2;
}

.service-tab {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 24px;
    padding: 50px 40px;
    margin-bottom: 40px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.1);
}

    .service-tab::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #3b82f6, #10b981, #6366f1);
        transform: scaleX(0);
        transition: transform 0.4s ease;
        border-radius: 24px 24px 0 0;
    }

    .service-tab:hover {
        transform: translateY(-15px);
        box-shadow: 0 30px 60px rgba(59, 130, 246, 0.25);
        border-color: rgba(59, 130, 246, 0.4);
    }

        .service-tab:hover::before {
            transform: scaleX(1);
        }

.service-tab-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(59, 130, 246, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
    transition: all 0.4s ease;
}

    .service-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

.service-tab:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
}

.service-tab h3 {
    color: #1e293b;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
    flex: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-tab-content {
    display: block;
    opacity: 1;
    max-height: 1000px;
    transition: all 0.4s ease;
}

.service-details {
    color: #334155;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1.05rem;
    font-weight: 400;
}

.service-benefits {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 250, 252, 0.9) 100%);
    border-radius: 20px;
    padding: 30px;
    border-left: 5px solid #10b981;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.1);
}

    .service-benefits h4 {
        color: #059669;
        font-size: 1.4rem;
        margin-bottom: 20px;
        font-weight: 800;
        display: flex;
        align-items: center;
    }

        .service-benefits h4::before {
            content: '⭐';
            margin-right: 10px;
            animation: starPulse 2s ease-in-out infinite;
        }

@keyframes starPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefits-list li {
        color: #1e293b;
        margin-bottom: 15px;
        padding-left: 35px;
        position: relative;
        line-height: 1.6;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .benefits-list li:hover {
            color: #1e40af;
            transform: translateX(5px);
        }

        .benefits-list li::before {
            content: '✅';
            position: absolute;
            left: 0;
            top: 2px;
            color: #10b981;
            font-weight: bold;
            font-size: 1.3rem;
            text-shadow: 0 2px 5px rgba(16, 185, 129, 0.3);
        }

/* Responsive Design */
@media (max-width: 768px) {
    .services-description {
        padding: 80px 0;
    }

    .desc-content h3 {
        font-size: 2rem;
    }

    .service-tab-header {
        flex-direction: column;
        text-align: center;
    }

    .service-icon {
        margin-right: 0;
        margin-bottom: 20px;
        width: 70px;
        height: 70px;
    }

    .service-tab {
        padding: 40px 25px;
        margin-bottom: 25px;
    }
}

/* Hero Section Enhancement for Light Theme */
.breadcrumb-area.about-hero .title {
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.breadcrumb-area.about-hero p {
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

/* Ensure proper stacking context */
.services-description,
.service-tabs-container {
    position: relative;
}


/* ========================================
   SERVICES TABS WITH SPLIT LAYOUT
======================================== */

.services-tabs-wrapper {
    padding: 120px 0;
    background: linear-gradient(135deg, #e8f4fd 0%, #f0f7ff 50%, #e3f2fd 100%);
    position: relative;
    overflow: hidden;
}

    .services-tabs-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.08) 0%, transparent 50%);
        animation: lightFloat 25s ease-in-out infinite;
    }

@keyframes lightFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-20px) scale(1.05);
        opacity: 1;
    }
}

/* Tabs Navigation */
.tabs-nav {
    margin-bottom: 60px;
}

.nav-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    padding: 0 20px;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border: 2px solid transparent;
   /* transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);*/
    position: relative;
    min-width: 180px;
    text-align: center;
}

    .nav-item.active {
        background: rgba(255, 255, 255, 0.95);
        border-color: #3b82f6;
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
    }

    .nav-item:hover:not(.active) {
        background: rgba(255, 255, 255, 0.9);
        transform: translateY(-5px);
        border-color: rgba(59, 130, 246, 0.3);
    }

.nav-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
    transition: all 0.4s ease;
}

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

.nav-item:hover .nav-icon,
.nav-item.active .nav-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.3);
}

.nav-item span {
    font-weight: 500;
    font-size: 1rem;
    color: #1e293b;
    transition: color 0.3s ease;
}

.nav-item.active span {
    color: #3b82f6;
}

.tab-indicator {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #10b981);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

/* Tab Content */
.tabs-content {
    position: relative;
}

.tab-pane {
    display: none;
    animation: fadeInUp 0.6s ease-out;
}

    .tab-pane.active {
        display: block;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Split Layout (Same as before) */
.service-split-item .split-layout {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.split-layout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6, #10b981, #6366f1);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.split-layout:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(59, 130, 246, 0.25);
}

    .split-layout:hover::before {
        transform: scaleX(1);
    }

.split-image {
    flex: 0 0 320px;
    margin-right: 50px;
}

    .split-image img {
        width: 100%;
        height: 300px;
        object-fit: fill;
        border-radius: 20px;
        box-shadow: 0 20px 50px rgba(59, 130, 246, 0.3);
        transition: all 0.5s ease;
    }

.split-layout:hover .split-image img {
    transform: scale(1.05);
}

.split-content h3 {
    color: #1e293b;
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-details {
    color: #334155;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.service-benefits {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
    border-radius: 20px;
    padding: 35px;
    border-left: 6px solid #10b981;
}

    .service-benefits h4 {
        color: #059669;
        font-size: 1.5rem;
        margin-bottom: 25px;
        font-weight: 800;
    }

.benefits-list li {
    color: #1e293b;
    margin-bottom: 18px;
    padding-left: 40px;
    position: relative;
    line-height: 1.7;
    font-weight: 500;
    font-size: 1.05rem;
}

    .benefits-list li::before {
        content: '✅';
        position: absolute;
        left: 0;
        top: 0;
        color: #10b981;
        font-size: 1.4rem;
    }

/* Responsive */
@media (max-width: 992px) {
    .split-layout {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .split-image {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-item {
        min-width: auto;
        flex-direction: row;
        justify-content: center;
    }

    .nav-icon {
        margin-right: 15px;
        margin-bottom: 0;
    }
}
/* ========================================
   DESCRIPTION SECTION - TEXT LEFT + IMAGE RIGHT
======================================== */

/* Description Split Layout */
.desc-split-layout {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.desc-text {
    flex: 1;
    padding-right: 30px;
}

    .desc-text h3 {
        font-size: 2.3rem;
        font-weight: 800;
        background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #1E5FA8;
        background-clip: text;
        margin-bottom: 2rem;
        text-align: left;
    }

    .desc-text p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: black;
        margin-bottom: 1.5rem;
        text-align: left;
    }

/* Animated Image Container */
.desc-image {
    flex: 0 0 450px;
    position: relative;
}

.image-container {
    width: 100%;
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(5deg);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

    .image-container:hover {
        transform: perspective(1000px) rotateY(0deg) translateY(-10px);
        box-shadow: 0 40px 100px rgba(59, 130, 246, 0.4);
    }

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        transition: transform 0.8s ease;
    }

    .image-container:hover img {
        transform: scale(1.1);
    }

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 95, 168, 0.1) 0%, rgba(59, 130, 246, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 24px;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
    .desc-split-layout {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .desc-text {
        padding-right: 0;
        order: 2;
    }

    .desc-image {
        order: 1;
        flex: none;
    }

    .image-container {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .desc-text h3 {
        font-size: 2.2rem;
        text-align: center;
    }

    .desc-text p {
        text-align: center;
        font-size: 1.05rem;
    }

    .image-container {
        height: 280px;
    }
}









/*
for Injector page*/

/* ========================================
   INJECTOR PAGE - SPLIT LAYOUT
======================================== */
.injector-details-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #e8f4fd 0%, #f0f7ff 50%, #e3f2fd 100%);
    position: relative;
    overflow: hidden;
}

    .injector-details-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
        animation: gentleFloat 20s ease-in-out infinite;
    }

@keyframes gentleFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.injector-split-layout {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.injector-text {
    flex: 1;
    padding-right: 30px;
}

.section-title {
    font-size: 2.3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2.5rem;
}

.feature-highlight {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    border-left: 5px solid #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
    transition: all 0.3s ease;
}

    .feature-highlight:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
    }

    .feature-highlight h4 {
        color: #1e293b;
        font-size: 1.3rem;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .feature-highlight p {
        color: #475569;
        line-height: 1.7;
        margin: 0;
    }

.key-features {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
    border-radius: 20px;
    padding: 30px;
    border-left: 6px solid #10b981;
}

    .key-features h4 {
        color: #059669;
        font-size: 1.4rem;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .key-features ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .key-features li {
        color: #1e293b;
        margin-bottom: 12px;
        padding-left: 30px;
        position: relative;
        font-weight: 500;
    }

        .key-features li::before {
            content: '✨';
            position: absolute;
            left: 0;
            top: 0;
        }

/* Auto-Sliding Images */
.injector-images {
    flex: 0 0 500px;
    position: relative;
}

.image-slider-container {
    width: 100%;
    aspect-ratio: 4 / 5; /* ideal for product images */
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    position: relative;
}

.slide-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

    .slide-item.active {
        opacity: 1;
        transform: scale(1);
    }

    .slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

.image-slider-container:hover .slide-item.active img {
    transform: scale(1.05);
}

.slide-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .dot.active {
        background: #3b82f6;
        transform: scale(1.3);
    }

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.9);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

    .slider-prev:hover, .slider-next:hover {
        background: #3b82f6;
        transform: translateY(-50%) scale(1.1);
    }





/* ... Keep existing desktop styles ... */

/* Updated Responsive Rules */
@media (max-width: 992px) {
    .injector-split-layout {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 0 15px; /* Added padding for mobile breathing room */
    }

    .injector-text {
        padding-right: 0;
        width: 100%;
    }

    .injector-images {
        flex: 0 0 auto; /* Remove fixed basis */
        width: 100%;    /* Force full width */
        max-width: 600px; /* Keep it from getting too huge on tablets */
        margin: 0 auto;
    }

    .image-slider-container {
        height: 450px; /* Better height for tablets */
    }
    
    .key-features li {
        text-align: left; /* Keep list items readable */
    }
}

@media (max-width: 768px) {
    .injector-details-section {
        padding: 60px 0; /* Reduce section padding on mobile */
    }

    .section-title {
        font-size: 1.8rem; /* Scaled down for mobile */
    }

    .image-slider-container {
        aspect-ratio: 4 / 5; /* ideal for product images */
        height: auto;
    }
    .slide-item img {
        object-fit: contain;
    }
  


    /* Make arrows smaller on mobile so they don't block the image */
    .slider-prev, .slider-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .slider-prev { left: 10px; }
    .slider-next { right: 10px; }

    .feature-highlight {
        padding: 15px;
        text-align: left; /* Keep text alignment logical */
    }
}

@media (max-width: 480px) {
    .image-slider-container {
        height: 250px; /* Small phones */
    }
    
    .slide-overlay {
        font-size: 0.8rem;
        padding: 5px 15px;
    }
}









/*for index page equipment parts*/


:root {
    --primary-blue: #00a8e8;
    --mri-blue: #3b82f6;
    --ct-green: #10b981;
    --xray-purple: #8b5cf6;
    --ultrasound-orange: #f59e0b;
    --more-gold: #f59e0b;
    --text-dark: #333;
    --bg-light: #f8f9fa;
}

.equipment-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: -20px;
}

    .equipment-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--primary-blue), transparent);
        animation: shine 3s infinite;
    }

keyframes shine {
    0%, 100%

{
    opacity: 0;
    transform: translateX(-100%);
}

50% {
    opacity: 1;
    transform: translateX(100%);
}

}

.section-title {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
    color: var(--text-dark);
    position: relative;
}

.section-subtitle {
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 500;
}

/* ✅ 5 Cards in 1 Row - Perfect Grid */
.medical-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* ← 5 equal columns */
    gap: 25px; /* ← Perfect spacing */
    max-width: 1400px; /* ← Wider container */
    margin: 0 auto;
    padding: 0 10px;
}

/* Medical Cards - Smaller for 5-col */
.medical-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    padding: 40px 20px 25px; /* ← Reduced padding */
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #1E5FA8;
    transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

    .medical-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        transition: left 0.6s;
    }

    .medical-card:hover::before {
        left: 100%;
    }

    .medical-card:hover {
        transform: translateY(-12px) scale(1.03);
        box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        border-color: #1E5FA8;
    }

/* SCANNING EFFECT */
.scan-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px; /* ← Thinner for smaller cards */
    background: linear-gradient(90deg, transparent, var(--primary-blue), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.medical-card:hover .scan-effect {
    opacity: 1;
    animation: scan-line 1.5s infinite;
}

@keyframes scan-line {
    0%

{
    transform: translateX(-100%);
}

100% {
    transform: translateX(100%);
}

}

.scan-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
    animation: scan-glow 2s infinite;
}

@keyframes scan-glow {
    0%

{
    box-shadow: 0 0 5px rgba(0,168,232,0.6);
}

50% {
    box-shadow: 0 0 15px rgba(0,168,232,1);
}

100% {
    box-shadow: 0 0 5px rgba(0,168,232,0.6);
}

}

/* Image Medical - Perfect for your images */
.image-medical {
    position: relative;
    width: 85px; /* ← Perfect for 5-col */
    height: 85px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
}

.medical-card:hover .image-medical {
    transform: scale(1.12) rotate(3deg);
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.equip-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ← Perfect image fit */
    transition: all 0.4s ease;
    filter: brightness(0.92) contrast(1.1);
}

.medical-card:hover .equip-image {
    filter: brightness(1.15) contrast(1.25) saturate(1.15);
    transform: scale(1.04);
}

/* Icon Medical (for MANY MORE) */
.icon-medical {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.4s ease;
}

.medical-card:hover .icon-medical {
    transform: scale(1.15) rotate(8deg);
}

.icon-medical i {
    font-size: 40px;
    z-index: 3;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.15));
    transition: all 0.4s ease;
}

.medical-card:hover .icon-medical i {
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.25)) brightness(1.2);
}

/* GLOW RING */
.glow-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    border: 2px solid transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.6s ease;
}

.medical-card:hover .glow-ring {
    opacity: 1;
    animation: ring-pulse 2s infinite;
}

/* Card Color Themes */
.mri-card .glow-ring {
    background: radial-gradient(circle, var(--mri-blue), transparent);
}

.ct-card .glow-ring {
    background: radial-gradient(circle, var(--ct-green), transparent);
}

.xray-card .glow-ring {
    background: radial-gradient(circle, var(--xray-purple), transparent);
}

.ultrasound-card .glow-ring {
    background: radial-gradient(circle, var(--ultrasound-orange), transparent);
}

.more-card .glow-ring {
    background: radial-gradient(circle, var(--more-gold), transparent);
}

@keyframes ring-pulse {
    0%, 100%

{
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
}

50% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 1;
}

}


@media (max-width: 1200px) {
    .medical-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .section-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .equipment-section {
        padding: 60px 15px; /* Reduced padding */
    }

    .section-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .section-subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .medical-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 cards mobile */
        gap: 20px;
        padding: 0 5px;
    }

    .medical-card {
        padding: 35px 15px 25px; /* Perfect mobile padding */
    }

    .image-medical {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .icon-medical {
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
    }

        .equip-image, .icon-medical i {
            font-size: 35px; /* Icon size mobile */
        }

    /* Reduce hover effects on mobile */
    .medical-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }
}

@media (max-width: 480px) {
    /* Extra small phones */
    .medical-grid {
        grid-template-columns: 1fr; /* Single column */
        gap: 25px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .medical-card {
        padding: 30px 12px 20px;
    }

    .image-medical, .icon-medical {
        width: 65px;
        height: 65px;
    }

  
    .medical-card:hover .glow-ring {
        animation: none;
    }
}

@keyframes shine { 
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }

    50% {
        opacity: 1;
        transform: translateX(100%);
    }
}



