@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Articles Gallery */
.articles-gallery-section {
    padding: 60px 0;
    background-color: #f8f9fb;
}

.articles-gallery__title {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

.articles-gallery__grid>[class*="col-"] {
    margin-bottom: 30px;
}

.articles-gallery__item {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 43, 71, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.articles-gallery__figure {
    position: relative;
    margin: 0;
    height: auto;
    /* max-height: 550px; */
    object-fit: contain;
    background-color: #e9eff5;
}

.articles-gallery__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.articles-gallery__item:focus,
.articles-gallery__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 43, 71, 0.12);
}

.articles-gallery__item:focus .articles-gallery__figure img,
.articles-gallery__item:hover .articles-gallery__figure img {
    transform: scale(1.08);
}

@media (max-width: 767.98px) {
    .articles-gallery-section {
        padding: 45px 0;
    }

    .articles-gallery__title {
        margin-bottom: 25px;
    }

    .articles-gallery__grid>[class*="col-"] {
        margin-bottom: 20px;
    }
}

/* Media Gallery */
.media-gallery-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.media-gallery__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.media-gallery__grid>[class*="col-"] {
    margin-bottom: 30px;
}

.media-gallery__item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.media-gallery__figure {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin: 0;
    background: linear-gradient(140deg, #0f2b47, #264f73);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 12px 28px rgba(15, 43, 71, 0.14);
    border: 3px solid #264f73;
}

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

.media-gallery__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(140deg, #0f2b47, #264f73);
    display: block;
}

.media-gallery__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.85);
    background: rgba(15, 43, 71, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.media-gallery__play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 4px;
}

.media-gallery__caption {
    margin-top: 18px;
    font-family: var(--font-jost-b);
    font-size: clamp(18px, 3vw, 26px);
    color: var(--d-blue);
}

.glightbox-clean .gslide-title{
    font-family: var(--font-jost-b) !important;
    font-size: clamp(18px, 3vw, 20px) !important;
    color: var(--d-blue) !important;
    margin-bottom: 0 !important;
}


.media-gallery__item:focus .media-gallery__figure,
.media-gallery__item:hover .media-gallery__figure {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 43, 71, 0.22);
}

.media-gallery__item:focus .media-gallery__play,
.media-gallery__item:hover .media-gallery__play {
    border-color: #ffffff;
    background: rgba(15, 43, 71, 0.72);
}

@media (max-width: 991.98px) {
    .media-gallery-section {
        padding: 50px 0;
    }

    .media-gallery__title {
        margin-bottom: 32px;
    }
}

@media (max-width: 575.98px) {
    .media-gallery-section {
        padding: 40px 0;
    }

    .media-gallery__grid>[class*="col-"] {
        margin-bottom: 24px;
    }

    .media-gallery__figure {
        border-radius: 14px;
    }

    .media-gallery__caption {
        font-size: 1rem;
    }

    .media-gallery__play {
        width: 60px;
        height: 60px;
    }

    .media-gallery__play-icon {
        border-width: 12px 0 12px 18px;
    }
}

@font-face {
    font-family: 'Inter_Medium';
    src: url('../fonts/Inter_Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Bold';
    src: url('../fonts/Inter_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Light';
    src: url('../fonts/Inter_Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_SemiBold';
    src: url('../fonts/Inter_SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('../fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/Jost-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-ExtraBold';
    src: url('../fonts/Jost-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/Jost-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --d-blue: #000c24;
    --orange: #fd4201;
    --blue: #405870;
    --yellow: #d3af35;

    --font-inter: 'Inter', sans-serif;
    --font-inter-m: 'Inter_Medium', sans-serif;
    --font-inter-b: 'Inter_Bold', sans-serif;
    --font-inter-l: 'Inter_Light', sans-serif;
    --font-inter-sb: 'Inter_SemiBold', sans-serif;

    --font-jost-sb: 'Jost-SemiBold', sans-serif;
    --font-jost-b: 'Jost-Bold', sans-serif;
    --font-jost-xb: 'Jost-ExtraBold', sans-serif;
    --font-jost-m: 'Jost-Medium', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}


body {
    font-family: "Inter";
    margin: 0 !important;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

li {
    list-style: none;
}

/* Header */
/* Default header state */
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    padding: 30px 0;
    transition:
        background-color 0.6s ease,
        padding 0.6s ease,
        backdrop-filter 0.6s ease,
        height 0.6s ease;
    backdrop-filter: blur(0px);
}


.header_background {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    padding: 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.31);
}

.header_background .site-branding {
    height: 100px;
}

.site-branding img {
    width: 100%;
    max-width: 160px !important;
    transition: transform 0.6s ease, width 0.6s ease, margin-top 0.6s ease;
}

/* Shrinked logo on scroll */
.header_background .site-branding img {
    transform: scale(0.8);
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    padding: 0 10px 10px !important;
    border-radius: 0 0 25px 25px;
    filter: drop-shadow(0 18px 3px rgba(0, 0, 0, 0.17));
}

/* Optional: smooth transition for nav items too */
.site-navigation a {
    transition: color 0.3s ease;
}

.header_background .site-navigation a {
    color: #333;
}


header {
    width: 100%;
    background: transparent;
}


header .nav {
    color: #433f53;
    gap: 20px;
    margin-top: 20px !important;
    font-family: "Inter_Medium";
}

/* Base link style */
header .nav .menu-item a {
    font-family: "Inter_Medium";
    font-size: 18px;
    text-decoration: none;
    color: #433f53;
    margin-left: 10px;
    position: relative;
    transition: color 0.3s ease;
}

/* Create an invisible border line using ::before */
header .nav .menu-item a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #001f3e;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

/* Hover and Active (current) states */
header .nav .menu-item a:hover,
header .nav .current-menu-item a,
header .nav .current_page_item a {
    color: #001f3e;
}

/* Animate border on hover and active */
header .nav .menu-item a:hover::before,
header .nav .current-menu-item a::before,
header .nav .current_page_item a::before {
    width: 50%;
    /* you can make it 100% if you want full underline */
}

/* Decorative image above link (your hover_img.png) */
header .nav .menu-item a:hover::after,
header .nav .current-menu-item a::after,
header .nav .current_page_item a::after {
    position: absolute;
    content: url(../images/home/hover_img.png);
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}


header .button1 {
    position: relative;
}

header .button1 span {
    position: absolute;
    top: -30%;
    right: -30%;
    background-color: #ffffff;
    padding: 0 8px;
    color: var(--orange);
    border-radius: 50%;
    border: 2px solid var(--orange);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}


header .button1 i {
    color: var(--orange);
    background-color: #fff;
    border: 2px solid var(--orange);
    padding: 9px;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s ease;
}

header .button1.cart i {
    color: #fff;
    background-color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 5px;
    padding: 9px;
    font-size: 15px;
    transition: all 0.3s ease;
}

header .button1.cart:hover i {
    color: var(--orange);
    background-color: #fff;
    border: 2px solid var(--orange);
    transform: scale(1.05);
}

/* -------------------------------
   LinkedIn Button
--------------------------------*/
header .button1.linkedin i {
    color: var(--orange);
    background-color: #fff;
    border: 2px solid var(--orange);
    border-radius: 5px;
    padding: 9px;
    font-size: 15px;
    transition: all 0.3s ease;
}

header .button1.linkedin:hover i {
    color: #fff;
    background: linear-gradient(45deg, #0077b5, #00a0dc);
    border: 2px solid transparent;
    transform: scale(1.05);
}

header .button2 i {
    color: var(--orange);
}

header .button2 {
    text-decoration: none;
}

header .button2 .ph_number {
    font-family: "Inter_Bold";
    color: #001f3e;
    font-size: clamp(16px, 3vw, 24px);
    transition: all 0.3s ease-in-out;
}

header .button2 .ph_number:hover {
    color: var(--orange);
}

/* Global banner */
.banner {
    position: relative;
    background-color: #d8d7dc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

/* Responsive container padding */
.banner .container-fluid {
    padding-top: clamp(150px, 25vh, 400px);
    padding-bottom: clamp(80px, 10vh, 150px);
}

/* Responsive, fluid heading */
.banner h1 {
    font-family: "Jost-Bold";
    font-size: clamp(2rem, 6vw, 80px);
    color: var(--orange);
    margin: 0;
    line-height: 1.1;
}

/* Responsive breadcrumb text */
.banner p {
    font-family: "Jost-Medium";
    color: #001f3e;
    font-size: clamp(1rem, 2vw, 20px);
    margin-top: 10px;
}


/* Link styling */
.banner a {
    text-decoration: none;
    color: #001f3e;
    transition: color 0.3s ease;
}

.banner a:hover {
    color: var(--orange);
}


.banner .content {
    position: relative;
    z-index: 1;
}

#masthead2 {
    background-color: rgba(255, 255, 255, 0.815) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.31);
    transition: all 0.3s ease;
}

#masthead2 .custom-logo {
    width: 100px;
    padding: 14px 0;
    transition: all 0.3s ease;
}

#masthead2.scrolled {
    background-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

#masthead2.scrolled .custom-logo {
    width: 75px;
    padding: 8px 0;
}





/* Home Banner */

.home_banner {
    background-color: #e1e0e4;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    color: #001f3e;
}

.home_banner .content {
    padding: 10% 0;
}

.home_banner h1 {
    font-family: "Jost-Bold";
    font-size: clamp(2rem, 6vw, 75px);
    margin-bottom: 15px;
    line-height: 1.1;
}

.home_banner h1 span {
    color: var(--orange);
}

.home-banner-heading {
    perspective: 1000px;
}


.home_banner p {
    font-family: "Inter_Light";
    font-size: clamp(1rem, 3vw, 24px);
    margin-bottom: 30px;
    max-width: 600px;
}

.home_banner p span {
    font-weight: 800;
}

.home_banner a.btn {
    font-family: "Inter_Bold";
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 10px;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    transition: all 0.3s ease;
}

.home_banner a.btn:hover {
    color: var(--orange);
    background-color: transparent;
}

.banner-side-img {
    position: absolute;
    bottom: -5px;
    right: 5%;
    max-width: 55%;
    height: auto;
    z-index: 1;
    transition: all 0.4s ease;
}



/* Home Section2 */

.home_section2 {
    margin-top: -0.5%;
    background-color: #ffffff;
}

.home_section2 .container .row .content {
    padding: 32px 24px;
    border-radius: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home_section2 .container .row .content:hover {
    transform: translateY(-6px);
    box-shadow: 0px 18px 45px -35px rgba(0, 0, 0, 0.45);
}

.home_section2 .container .row .content .feature-icon {
    width: 120px;
    height: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    box-shadow: 0px 0px 24px 10px #00000012;
}

.home_section2 .container .row .content h4 {
    font-family: "Jost-Bold";
    margin: 20px 0 10px 0;
    color: #001f3e;
    font-size: clamp(20px, 3vw, 24px);
}

.home_section2 .container .row .content p {
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 18px);
    color: #757d8c;
    margin-bottom: 0;
}

/* Home About */

.home_about {
    background-color: #d39d25;
}

.home_about .container h2 {
    font-family: "Jost-ExtraBold";
    color: #ffffff;
    font-size: clamp(33px, 4vw, 48px);
    margin-bottom: 0;
}

.home_about .container h1 {
    font-family: "Jost-ExtraBold";
    font-size: clamp(50px, 8vw, 150px);
    background: linear-gradient(180deg, rgba(16, 23, 36, 1) 0%, rgba(16, 23, 36, 1) 37%, rgba(211, 157, 37, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
}

.home_about .container h3 {
    font-family: "Jost-ExtraBold";
    color: #001f3e;
    font-size: clamp(33px, 4vw, 48px);
    margin-bottom: 3%;
}

.home_about .container .image iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.home_about .container .content .heading {
    color: #ffffff;
    font-size: clamp(18px, 3vw, 30px);
    font-family: var(--font-inter);
}

.home_about .container .content .text {
    font-size: clamp(16px, 3vw, 20px);
    color: #1e1400;
    font-family: var(--font-inter);
    line-height: 1.5;
}

.home_about .container .content .button {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--orange);
    border-radius: 5px;
    border: 1px solid var(--orange);
}

.home_about .container .content .button:hover {
    color: var(--orange);
    background-color: #ffffff;
    border: 1px solid var(--orange);
}

/* Home Our Book */

.ourbooks {
    padding: 80px 0;
}


.ourbooks .row h4 {
    font-family: "Jost-Medium";
    font-size: 25px;
}

.ourbooks .row .price {
    font-family: "Inter_SemiBold";
    color: var(--yellow);
    margin-bottom: 40px;
}




/* Home_video */

.home_video {
    background-color: var(--orange);
}

.home_video h1 {
    font-family: "Jost-Bold";
    color: #ffffff;
    font-size: 50px;
    margin: 0;
}

.home_video .video_slider .slick-prev,
.home_video .video_slider .slick-next {
    width: 50px;
    height: 50px;
    background-color: #feb196;
    color: #000000;
    border-radius: 50%;
    z-index: 9;
}



.home_video .video_slider .slick-next::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000000;
    font-size: 30px;
}

.home_video .video_slider .slick-prev::before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000000;
    font-size: 30px;
}

.home_video .video_slider .slick-list {
    width: 98%;
    margin: 0 auto;
}

.home_video .video_slider .slick-list iframe {
    border-radius: 30px;
}

/* keynote */

.keynote {
    background-image: url(../images/home/background.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.keynote-section .box {
    display: flex;
    align-items: stretch;
    min-height: clamp(300px, 21vw, 400px);
}

.keynote-section .b-data {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.keynote-section .b-data:hover {
    transform: translateY(-5px);
}


.keynote .section1 h1 {
    font-family: "Jost-Bold";
    color: #000c24;
    font-size: clamp(33px, 4vw, 48px);
}

.keynote .box .b-data {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    color: #ffffff;
}

.keynote .box h2 {
    font-family: "Jost-Bold";
    margin-top: 0;
}

.keynote .box p {
    font-size: 23px;
}

.keynote .box a {
    font-family: "Inter_Bold";
    text-transform: uppercase;
}

.keynote .section2 {
    border-top: 1px solid #d7d7d7;
}

.keynote .section2 h1 {
    font-family: "Jost-Bold";
    color: #1d1300;
    font-size: clamp(33px, 4vw, 48px);
    margin: 0;
}

.home-quote-icon {
    width: auto;
    height: 62px;
}

.home-client-details {
    margin-top: 20px;
    font-family: var(--font-inter);
    color: #434d64;
    font-size: clamp(16px, 3vw, 16px);
}

.client-say,
.client-say p {
    font-family: var(--font-inter);
    color: #434d64;
    font-size: clamp(18px, 3vw, 24px);
}

.keynote .section2>p {
    font-size: clamp(18px, 3vw, 30px);
    font-family: var(--font-inter-l);
    color: #434d64;
    margin-top: 20px;
    margin-bottom: 0;
}


.keynote .section2 .quote-slider a {
    text-decoration: none;
    color: #ffffff;
    background-color: var(--yellow);
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 50px;
}

.keynote .section2 .quote-slider .text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.keynote .section2 .quote-slider {
    width: 80%;
    margin: 0 auto;
}

.keynote .section2 .quote-slider .slick-dots {
    margin-top: 20px;
    bottom: -40px !important;
    margin: 0;
}

.keynote .section2 .quote-slider .slick-dots li button {
    display: inline-block;
    /* Arrange dots horizontally */
    margin: 0 3px;
    /* Add spacing between dots */
    width: 12px;
    /* Set dot width */
    height: 12px;
    /* Set dot height */
    background-color: #fd9773;
    /* Default dot color */
    border-radius: 50%;
    /* Make them circular */
    cursor: pointer;
}

.keynote .section2 .quote-slider .slick-dots .slick-active button {
    background-color: #001f3e;
}

.keynote .section2 .quote-slider .slick-dots li button::before {
    display: none;
}


.brochure-section {
    background: #fff;
}

.brochure-section-title {
    font-family: var(--font-jost-b);
    font-size: clamp(28px, 4vw, 48px);
    color: #001f3e;
}

.brochure-item {
    position: relative;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.brochure-image {
    display: inline-block;
}

.brochure-image img {
    border-radius: 10px;
    max-width: 100%;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

.brochure-title {
    font-family: var(--font-jost-m);
    font-size: clamp(18px, 4vw, 24px);
    color: #001f3e;
}

.btn-download {
    display: inline-block;
    padding: 8px 16px;
    border: 1.5px solid var(--orange);
    color: var(--orange);
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-download:hover {
    background: var(--orange);
    color: #fff;
}

.brochure-item:hover .brochure-image img {
    transform: translateY(-10px);
}









/* About-section1  */

.about-section1 .content1 .heading {
    font-family: "Jost-Bold";
    font-size: clamp(33px, 4vw, 48px);
    margin-top: 0;
    color: #001f3e;
}

.page-heading {
    font-family: "Jost-Bold";
    font-size: clamp(33px, 4vw, 48px);
    color: #001f3e;
    margin-top: 0;
    margin-bottom: 10px;
}

.about-section1 .content1 .image img {
    border-radius: 30px;

}

.about-section1 .content1 .text .big-text {
    font-size: clamp(18px, 3vw, 30px);
    font-family: var(--font-inter);
    color: #001f3e;
    margin-bottom: 10px;
}

.about-section1 .content1 .text .small-text {
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 18px);
    color: #434d63;
}

.about-section1 .content1 .text ul {
    list-style: none;
    padding: 0;
    margin: 20px;
    font-size: 18px;
}

.about-section1 .content1 .text ul li {
    list-style-image: url(../images/about/bullet.png);
    padding-left: 10px;
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 18px);
    color: #434e64;
    margin-bottom: 8px;
}

.about-section1 .content2 h1 {
    font-family: "Jost-Bold";
    font-size: clamp(33px, 4vw, 48px);
    margin: 0;
    color: #001f3e;
}

.about-section1 .content2 p {
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 18px);
    color: #434e64;
    line-height: 1.6;
}


.about-section1 .content3 {
    margin-top: 80px;
    padding-top: 80px;
}

.about-section1 .content3 .icon-wrapper {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.about-section1 .content3 .icon-wrapper img {
    max-width: 80px;
    max-height: 80px;
}

.about-section1 .content3 .icon-heading {
    font-family: "Jost-Bold";
    font-size: clamp(19px, 3vw, 24px);
    color: #001f3e;
    padding: 15px 0 5px;
    margin-bottom: 0;
}

.about-section1 .content3 .icon-description {
    font-family: var(--font-inter);
    font-size: 18px;
    color: #767e8d;
}

.about-section1 .content3 .bottom-text {
    font-family: var(--font-inter);
    font-size: clamp(18px, 3vw, 24px);
    color: #434e64;
    /* width: 80%; */
    margin: 0 auto;
}



/* About-section2  */

.about-section2 {
    background-color: var(--orange);
    color: #ffffff;
    padding: 80px 0;
}


.about-section2 p {
    margin: 0;
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 20px);
    color: #fff;
}

/* About-section3  */

.about-section3 {
    background-color: #001f3e;
    color: #ffffff;
}

.about-section3 h1 {
    font-family: "Jost-Bold";
    font-size: clamp(33px, 4vw, 48px);
    margin-top: 0;
}

.about-section3 p {
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 20px);
    margin: 22px 0 0 0;
}

.about-section3 .image {
    overflow: hidden;
    border-radius: 30px;
}

.about-section3 .image img {
    width: 100%;
    transition: transform 0.6s ease;
    /* smooth animation */
    transform: scale(2);
    /* slightly zoomed in by default */
}

.about-section3 .image img:hover {
    transform: scale(1.2);
    /* zooms out to normal size on hover */
}

.about-section3 .button1 {
    font-family: "Inter_Bold";
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid var(--orange);
    background-color: var(--orange);
    transition: all 600ms ease;
}

.about-section3 .button1:hover,
.about-section3 .button2:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.about-section3 .button2 {
    font-family: "Inter_Bold";
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 600ms ease;
}

.about-section3 .button2:hover {
    border: 2px solid var(--orange);
    background-color: var(--orange);
}

/* About-section4  */


.about-section4 p {
    font-family: "Inter_Medium";
    font-size: clamp(18px, 4vw, 24px);
    color: #434d63;
}

.about-section4 img {
    border-radius: 30px;
}


/* Get In Touch */

.getintouch {
    padding: 50px 0 100px 0;
}

.getintouch .contact-heading {
    font-family: "Jost-Bold";
    font-size: clamp(33px, 4vw, 50px);
    color: #001f3e;
}


.getintouch .contact-left-heading {
    font-family: "Jost-Bold";
    font-size: clamp(26px, 3vw, 30px);
    color: var(--orange);
    margin-bottom: 40px;
}

.getintouch .contact p {
    font-family: "Inter_Medium";
    font-size: clamp(18px, 4vw, 24px);
    color: #434d63;
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: clamp(18px, 3vw, 30px);
    transition: all 0.3s ease-in-out;
}

.getintouch .contact a {
    font-family: "Inter_Medium";
    font-size: clamp(18px, 4vw, 24px);
    color: #434d63;
    display: flex;
    align-items: center;
    gap: 35px;
    transition: all 0.3s ease-in-out;
}

.getintouch .contact a:hover {
    color: var(--orange);
}

.getintouch .row .contact p i {
    background-color: #d39d25;
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.getintouch .row .contact p span {
    width: 30px;
    display: inline-block;
}

.getintouch .row .contact-form {
    background-color: #d39d25;
    padding: 30px;
    border-radius: 30px;
}

.getintouch .row .contact-form input {
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.getintouch .row .contact-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    height: 180px;
    resize: none;
    margin-bottom: 10px;
}

.getintouch .row .contact-form input::placeholder,
.getintouch .row .contact-form textarea::placeholder {
    font-family: "Inter_Medium";
    color: #555555;
}

.getintouch .row .contact-form input[type="submit"] {
    width: auto;
    border-radius: 10px;
    background-color: var(--orange);
    border-color: var(--orange);
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Inter_Bold";
}


/* Clientele design */

.clientele-heading {
    font-family: var(--font-jost-b);
    font-size: clamp(28px, 4vw, 48px);
    color: #001f3e;
}


.clientele-description p {
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 30px);
    color: #001f3e;
}

.clientele-desc p {
    font-family: var(--font-inter);
    font-size: clamp(15px, 3vw, 24px);
    color: #434e64;
    margin-bottom: 5px;
}

.clientele-desc strong {
    color: #001f3e;
    font-family: var(--font-inter-b);
    font-size: clamp(18px, 3vw, 30px);
}

.primary-sec ul {
    padding: 0;
    margin: 20px;
    font-size: 18px;
}

.primary-sec ul li {
    list-style-image: url('../images/about/bullet.png');
    padding-left: 10px;
    margin-bottom: 8px;
}

.clientele-desc ul li {
    font-family: var(--font-inter);
    font-size: clamp(15px, 3vw, 24px);
    color: #434e64;
}

.commitment-section {
    background-color: #eeeeee;
}

.commitment-heading {
    font-family: var(--font-jost-b);
    font-size: clamp(28px, 4vw, 48px);
    color: #001f3e;
}

.commitment-desc p,
.commitment-desc li {
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 24px);
    color: #434e64;
}


.fade-up {
    will-change: transform, opacity, filter;
}

.brands-section {
    margin: 0 auto;
    text-align: center;
    color: white;
    background-color: #001f3e;
}

.brands-section h2 {
    font-family: var(--font-jost-b);
    font-size: clamp(28px, 4vw, 48px);
    color: #fff;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.brand-item {
    will-change: transform, opacity, filter;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    height: 100px;
}

.brand-item:hover {
    transform: scale(1.05);
}

.brand-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    display: block;
}

.brand-item-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-decoration: none;
}

.brand-item-link .brand-item {
    width: 100%;
    height: 100%;
}

.brand-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    display: block;
}


.brand-item {
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000px;
}

.brand-item img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}


/* Testimonials design */


.testimonials-section {
    background: #eef0f2;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.144);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px #9fa2a5;
}

.quote-icon img {
    height: 40px;
    width: auto;
}

.testimonial-text {
    font-family: var(--font-inter-m);
    font-style: italic;
    color: #434e64;
    font-size: clamp(16px, 3vw, 18px);
    min-height: 100px;
}

.client-name {
    font-family: var(--font-inter-m);
    color: #fff;
    font-size: clamp(14px, 3vw, 18px);
    background-color: #d3af35;
    border-radius: 50px;
    width: 50%;
    margin: 0 auto;
    padding: 5px 10px;
    font-weight: 600;
    transition: background-color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover .client-name {
    background-color: var(--orange);
}


.client-details p {
    font-family: var(--font-inter);
    color: #5d687f;
    font-size: 15px;
}


.partner-section {
    background-color: #001f3e;
    color: #fff;
}

.partner-section h2 {
    font-family: var(--font-jost-b);
    font-size: clamp(28px, 4vw, 48px);
    color: #fff;
}

.partner-section .partner-description p {
    font-family: var(--font-inter);
    font-size: clamp(16px, 3vw, 30px);
    color: #fff;
}

/* Base reusable button */
.btn-custom {
    position: relative;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    font-size: clamp(13px, 3vw, 16px);
    font-weight: 700;
    font-family: var(--font-inter-b);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Shine effect element */
.btn-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: left 1s ease;
}

/* Hover shine animation */
.btn-custom:hover::before {
    left: 125%;
}

/* --- Button Variants --- */
.btn-orange {
    background-color: #ff4b00;
    color: #fff;
    border: none;
}

.btn-orange:hover {
    background-color: var(--yellow);
    color: #000;
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btn-outline-light:hover {
    background-color: var(--yellow);
    color: #001f3f;
}






























/* Contact form */

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

.Conversation .overlay {
    background-color: #d3ae35c9;
}

.Conversation .overlay .container>h1 {
    font-family: "Jost-Bold";
    color: #ffffff;
    font-size: clamp(28px, 4vw, 48px);
}

.Conversation .overlay .container>p {
    color: #ffffff;
    font-family: var(--font-inter);
    font-size: clamp(18px, 3vw, 30px);
    max-width: 60%;
    margin: 0 auto;
}

.common-form {
    background: transparent;
    padding: 0;
}

/* Input and Textarea */
.common-form .form-control {
    background-color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px;
    color: #555;
    font-family: var(--font-inter-m);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.common-form .form-control:focus {
    outline: none;
    color: #555;
    box-shadow: 0 0 12px 2px rgba(255, 128, 0, 0.6);
    /* warm orange glow */
    transition: all 0.3s ease;
}

/* Textarea */
.common-form .custom-textarea {
    border-radius: 20px;
    resize: none;
    min-height: 160px;
}

/* Placeholder Color */
.common-form .form-control::placeholder {
    color: #555;
    font-weight: 400;
}

/* Submit Button */
.common-form .btn-custom.btn-orange {
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.common-form .btn-custom.btn-orange:hover {
    background: var(--orange);
    box-shadow: 0 4px 12px rgba(255, 76, 0, 0.3);
    transform: translateY(-2px);
}

/* Center Button */
.common-form .wpcf7-submit-wrapper {
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .common-form .form-control {
        border-radius: 30px;
        font-size: 15px;
    }

    .common-form .btn-custom.btn-orange {
        padding: 10px 28px;
    }
}



.wpcf7-response-output {
    display: block;
    background: #e6ffed;
    /* soft green background */
    border: 1px solid #34d399;
    /* green border */
    color: #065f46;
    /* dark green text */
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    border-radius: 10px;
    margin: 20px 0;
    line-height: 1.6;
    /* spacing for <br> lines */
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
    animation: fadeInUp 0.5s ease forwards;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 1px solid red !important;
    color: red;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpcf7-spinner {
    display: block !important;
    margin: 10px auto 0 auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    float: none !important;
    transform: none !important;
}


/* footer */

footer {
    background-color: #f8f8f8;
}

footer a {
    color: var(--blue);
    font-family: var(--font-inter);
    font-size: clamp(14px, 3vw, 15px);
    transition: all 0.3s ease-in-out;
}

footer a:hover {
    color: var(--orange);
}

footer h4 {
    font-family: "Jost-SemiBold";
    /* margin-left: -15px; */
    margin-bottom: 20px;
    color: var(--blue);

}

footer .contact ul li {
    /* margin-left: 1em; */
    /* text-indent: -1em; */
    cursor: pointer;
    color: #405870;
}

footer .contact ul li i {
    width: 1em;
    display: inline-block;
    text-align: left;
    padding-right: 0.5em;
    color: var(--orange);
}

footer .contact .media {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

footer .contact .media a i {
    color: #ffffff;
    background-color: var(--yellow);
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: background 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center;
}

/* Hover gradients with animation for all icons */
footer .contact .media a.facebook:hover i {
    background: linear-gradient(45deg, #1877f2, #4c8bf5);
    background-size: 200% 200%;
    animation: gradientMove 3s ease infinite;
}

footer .contact .media a.instagram:hover i {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    background-size: 200% 200%;
    animation: gradientMove 3s ease infinite;
}

footer .contact .media a.linkedin:hover i {
    background: linear-gradient(45deg, #0077b5, #03adeb);
    background-size: 200% 200%;
    animation: gradientMove 3s ease infinite;
}

/* Smooth hover effect */
footer .contact .media a:hover i {
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

/* Generic gradient animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



footer .menu-item a {
    position: relative;
    color: #405870;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: var(--orange);
    transition: width 0.3s ease;
}

footer .menu-item a:hover {
    color: var(--orange);
}

footer .menu-item a:hover::after {
    width: 100%;
}

footer .current_page_item a {
    color: var(--orange);
}

footer .current_page_item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--orange);
}


footer .menu-item {
    margin-top: 10px;
}

footer #menu-menu-2 {
    display: grid;
    grid-template-columns: auto auto;
}

footer .link h4 {
    font-family: "Jost-SemiBold";
}

footer .copyright-section {
  background-color: #001f3e;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  z-index: 10;
}

.copyright-section .container {
  gap: 10px;
}

.copyright a,
.developed {
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.copyright a:hover,
.developed:hover {
  color: var(--orange) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .copyright-section {
    text-align: center;
    padding: 15px 10px;
  }
  
  .copyright-section .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .developed {
    font-size: 14px;
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .copyright {
    font-size: 14px;
    line-height: 1.4;
  }

  .developed {
    font-size: 13px;
  }
}


/* WooCommerce product listing */
.gma-shop {
    background-color: #f6f9ff;
}

.gma-shop__header {
    border-bottom: 1px solid rgba(9, 31, 68, 0.1);
    margin-bottom: 48px;
    padding-bottom: 16px;
    position: relative;
}

.gma-shop__title {
    font-family: "Jost-Bold", sans-serif;
    font-size: 32px;
    color: #001f3e;
}

.gma-shop__ordering .woocommerce-ordering {
    margin: 0;
}

.gma-shop__ordering .woocommerce-ordering select {
    border: 1px solid rgba(9, 31, 68, 0.1);
    border-radius: 999px;
    padding: 10px 44px 10px 20px;
    min-width: 180px;
    font-size: 14px;
    color: #001f3e;
    appearance: none;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23092044' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 18px center/10px 6px;
}

.gma-shop__ordering .woocommerce-ordering select:focus {
    outline: none;
    border-color: rgba(255, 107, 44, 0.6);
    box-shadow: 0 0 0 3px rgba(255, 107, 44, 0.15);
}

.gma-shop__empty {
    padding: 80px 0;
}

.gma-shop .woocommerce ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gma-shop .woocommerce ul.products::before,
.gma-shop .woocommerce ul.products::after {
    display: none;
}

.gma-shop .woocommerce ul.products li.product {
    float: none !important;
    margin: 0 !important;
    padding: 0;
    position: relative;
    display: flex;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 !important;
    margin-left: 0px;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    width: 33.33%;
}

@media (max-width: 992px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 50% !important;
    }
}

/* 📱 Mobile (1 per row) */
@media (max-width: 576px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.prod-card {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prod-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 72px rgba(9, 24, 52, 0.14);
}

.prod-card__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 100%;
    text-decoration: none;
}

.prod-card__media .onsale {
    position: absolute;
    top: 0;
    left: 24px;
    transform: translateY(-50%);
    background: #ff6b2c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
    padding: 8px 16px;
    border-radius: 999px;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(255, 107, 44, 0.3);
    z-index: 2;
}

.prod-card__image {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
}

.prod-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}


.prod-card .card-body {
    padding: 0;
    width: 100%;
}

.prod-card .card-title {
    font-family: var(--font-jost-m);
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.4;
    color: #001f3d;
    margin-bottom: 12px;
}

.prod-card .card-title a {
    color: #001f3d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.prod-card .card-title a:hover {
    color: var(--orange);
}

.prod-card .product-categories {
    font-size: 14px;
    color: #7a8699;
}

.prod-card .product-categories a {
    color: inherit;
    text-decoration: none;
}

.prod-card .product-categories a:hover {
    color: var(--orange);
}

.prod-card .price {
    color: #d2ae35 !important;
    font-family: var(--font-inter-sb);
    font-size: 16px !important;
    font-weight: 600;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 0 !important;
}

.sort-label {
    font-weight: 600;
    font-family: var(--font-inter-m);
    color: #001f3e;
    font-size: clamp(16px, 3vw, 18px);
    text-wrap: nowrap;
}


.prod-card .price del {
    color: #7a8699;
    margin-right: 6px;
}

.prod-btn .button {
    background-color: #ff6b2c;
    border-radius: 999px;
    color: #ffffff;
    font-family: "Jost-SemiBold", sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 14px 34px;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.prod-btn .button:hover,
.prod-btn .button:focus {
    background-color: #f25511;
    box-shadow: 0 16px 30px rgba(242, 85, 17, 0.35);
    transform: translateY(-2px);
    color: #ffffff;
}

.prod-btn .added_to_cart {
    font-size: 13px;
    text-transform: uppercase;
    color: #0a1f44;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 12px;
}

.gma-product-sale-badge {
    position: absolute;
    top: 24px;
    left: 32px;
    background: #ff6b2c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    border-radius: 999px;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(255, 107, 44, 0.35);
    z-index: 3;
}

.gma-gallery-main {
    position: relative;
}

.gma-gallery-slide {
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.gma-gallery-image {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.gma-gallery-image img {
    width: auto !important;
    height: 450px !important;
    border-radius: 18px;
    /* box-shadow: 0 30px 40px rgba(9, 32, 68, 0.18); */
}

.gma-gallery-zoom {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 16px rgba(9, 32, 68, 0.37);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #001f3e;
    border: 1px solid rgba(9, 32, 68, 0.32);
}

.gma-gallery-image:hover .gma-gallery-zoom,
.gma-gallery-image:focus .gma-gallery-zoom {
    box-shadow: 0 16px 32px rgba(9, 32, 68, 0.2);
}

.gma-gallery-thumbs {
    position: relative;
    padding: 0 56px;
}

.gma-gallery-thumbs .owl-stage-outer {
    padding: 10px 0;
}

.gma-gallery-thumb {
    background: #ffffff;
    border-radius: 18px;
    padding: 4px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.gma-gallery-thumb img {
    width: 105%;
    height: 120px;
    border-radius: 12px;
    box-shadow: 0 12px 20px rgba(9, 32, 68, 0.12);
}

.gma-gallery-thumb.is-active {
    border-color: #ff6b2c;
    box-shadow: 0 20px 36px rgba(255, 107, 44, 0.22);
}

.gma-gallery-thumb:hover {
    border-color: rgba(255, 107, 44, 0.45);
}

.gma-gallery-thumbs .owl-nav {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.gma-gallery-thumbs .owl-nav button {
    background: transparent;
    border: none;
    padding: 0;
    pointer-events: auto;
}

.gma-gallery-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff 0%, #f2f6ff 100%);
    box-shadow: 0 12px 16px rgba(9, 32, 68, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #001f3e;
    font-size: 16px;
    border: 1px solid rgba(9, 32, 68, 0.32);
    transition: all 0.25s ease;
    cursor: pointer;
}

.gma-gallery-nav:hover,
.gma-gallery-nav:focus {
    box-shadow: 0 12px 16px rgba(9, 32, 68, 0.37);
    border-color: var(--orange);
    background: linear-gradient(145deg, #fff6e5 0%, #fff 100%);
    color: var(--orange);
}

.gma-gallery-nav i {
    font-size: 18px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.gma-gallery-nav:hover i {
    color: var(--orange);
}


.gma-gallery-thumbs .owl-nav {
    opacity: 1;
}

.gma-single-product {
    background-color: #f6f9ff;
}

.gma-single-product__gallery,
.gma-single-product__summary,
.gma-single-product__tabs {
    border-radius: 24px;
}

.gma-single-product__gallery {
    position: relative;
    background: #ffffff;
    padding: 40px 32px;
}

.gma-single-product__summary {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gma-single-product__summary .product_title {
    font-family: var(--font-jost-b);
    font-size: clamp(30px, 4vw, 48px);
    color: #001f3e;
    margin-bottom: 12px;
}

.gma-single-product__summary .price {
    color: #d2ae35 !important;
    font-family: var(--font-inter-sb) !important;
    font-size: clamp(25px, 3vw, 30px) !important;
    margin-bottom: 0 !important;
}

.gma-single-product__summary .woocommerce-variation-price .price bdi {
    color: var(--orange) !important;
    font-size: clamp(25px, 3vw, 30px) !important;
}



.gma-single-product__summary .price del {
    color: #7a8699;
    margin-right: 6px;
}

.gma-single-product__excerpt p {
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-size: clamp(15px, 3vw, 18px);
    color: #434d63;
    line-height: 1.6;
}

.gma-single-product__add-to-cart form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0 !important;
}

.gma-single-product__add-to-cart .quantity .qty {
    padding: 12px 16px;
    width: 110px;
}

.gma-single-product__add-to-cart .button {
    background-color: #ff6b2c;
    border-radius: 999px;
    color: #ffffff;
    font-family: "Jost-SemiBold", sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 14px 30px;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.gma-single-product__add-to-cart .button:hover,
.gma-single-product__add-to-cart .button:focus {
    background-color: #f25511;
    box-shadow: 0 16px 30px rgba(242, 85, 17, 0.35);
    transform: translateY(-2px);
    color: #ffffff;
}

.gma-single-product__summary .sku_wrapper,
.gma-single-product__summary .posted_in,
.gma-single-product__summary .tagged_as {
    font-size: 14px;
    color: #4f5b6f;
}

.gma-single-product__summary .sku,
.gma-single-product__summary .posted_in a,
.gma-single-product__summary .tagged_as a {
    color: var(--orange);
    text-decoration: none;
}

.gma-single-product__summary .posted_in a:hover,
.gma-single-product__summary .tagged_as a:hover {
    color: #d44f16;
}

.gma-single-product__tabs {
    background: transparent;
    padding: 0;
    border-radius: 24px;
}

/* ✅ Container styling remains unchanged */
.gma-single-product__tabs .wc-tabs {
    display: flex;
    gap: 24px;
    padding: 18px 32px !important;
    margin: 0;
    list-style: none;
    background: #051d3f;
    border-radius: 24px 24px 0 0;
    border: 1px solid rgba(5, 29, 63, 0.4);
    border-bottom: none;
    margin-bottom: 0 !important;
}

/* ✅ Divider between items */
.gma-single-product__tabs .wc-tabs li {
    position: relative;
}


/* ✅ Tab links */
.gma-single-product__tabs .wc-tabs li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Jost-Medium", sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 8px 6px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    position: relative;
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--yellow) !important;
    border-bottom: 2px solid var(--yellow);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    border: none !important;
}


.gma-single-product__tabs .woocommerce-Tabs-panel {
    background: #ffffff;
    border: 1px solid rgba(9, 32, 68, 0.12);
    border-top: none;
    border-radius: 0 0 24px 24px;
    padding: 32px 36px !important;
    color: #4f5b6f;
    box-shadow: 0 20px 48px rgba(9, 32, 68, 0.08);
}

.gma-single-product__tabs .woocommerce-Tabs-panel h2 {
    font-family: "Jost-Bold", sans-serif;
    color: #092044;
    margin-bottom: 18px;
}

.gma-single-product__tabs .woocommerce-Tabs-panel ul {
    padding-left: 0;
    margin-left: 0;
}

.gma-single-product__tabs .woocommerce-Tabs-panel ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
    margin-left: 22px;
}

.gma-single-product__tabs .woocommerce-Tabs-panel p {
    line-height: 1.7;
    font-family: var(--font-inter);
    font-size: clamp(15px, 3vw, 16px);
    color: #434d63;
}

.gma-single-product__tabs .woocommerce-Tabs-panel strong {
    line-height: 1.7;
    font-family: var(--font-inter-b);
    font-size: clamp(18px, 3vw, 20px);
    color: #434d63;
}

.gma-single-product__tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.gma-single-product__related .related {
    margin: 0;
    text-align: center;
}

.gma-single-product__related .related>h2 {
    font-family: "Jost-Bold", sans-serif;
    font-size: clamp(33px, 4vw, 48px);
    color: #001f3e;
    margin-bottom: 32px;
}

.single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #ffb347 0%, #fd4201 100%);
    border: none;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(253, 66, 1, 0.25);
}

.single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #fd4201 0%, #ff7e00 100%);
    box-shadow: 0 10px 25px rgba(253, 66, 1, 0.35);
}

.amazon-btn {
    max-width: 180px !important;
}

.amazon-btn img {
    max-width: 180px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amazon-btn:hover img {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 6px 18px rgba(253, 66, 1, 0.25));
}

.paypal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffde55, #ffbf3d);
    max-width: 336px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 191, 61, 0.35);
}

.cart-summary-card .paypal-btn {
    width: 100% !important;
    max-width: 100%;
}

/* Better image sizing */
.paypal-btn img {
    max-height: 40px;
    width: auto;
    display: block;
    transition: transform 0.5s ease;
}

.paypal-btn:hover,
.paypal-btn:focus {
    box-shadow: 0 16px 32px rgba(180, 97, 1, 0.5);
}

/* Shine effect */
.paypal-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.0) 100%);
    transform: skewX(-25deg);
    transition: left 1s ease;
}

.paypal-btn:hover::before,
.paypal-btn:focus::before {
    left: 130%;
}




@media (max-width: 991px) {
    .gma-shop__header {
        margin-bottom: 40px;
    }

    .gma-shop__title {
        font-size: 28px;
    }

    .gma-shop .woocommerce ul.products li.product {
        margin-bottom: 28px;
    }

    .gma-single-product__gallery {
        padding: 32px 24px;
    }

    .gma-gallery-thumbs {
        padding: 0 44px;
    }

    .gma-single-product__tabs .wc-tabs {
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px 24px;
    }

    .gma-single-product__tabs .wc-tabs li {
        background-color: transparent !important;
        border: none !important;
    }

    .gma-single-product__tabs .wc-tabs li+li::before {
        display: none;
    }

    .gma-single-product__tabs .wc-tabs li a {
        padding: 6px 0;
    }

    .gma-single-product__tabs .wc-tabs li a::after {
        bottom: -16px;
    }

    .gma-single-product__tabs .woocommerce-Tabs-panel {
        padding: 28px 24px;
    }
}

@media (max-width: 599px) {
    .prod-card {
        padding: 32px 24px 28px;
    }

    .prod-card__shelf {
        height: 24px;
    }

    .gma-shop__ordering .woocommerce-ordering {
        width: 100%;
    }

    .gma-shop__ordering .woocommerce-ordering select {
        width: 100%;
    }

    .gma-product-sale-badge {
        top: 18px;
        left: 24px;
    }

    .gma-gallery-thumbs {
        padding: 0 32px;
    }

    .gma-gallery-thumb {
        min-height: 90px;
    }

    .gma-single-product__gallery,
    .gma-single-product__summary,
    .gma-single-product__tabs {
        border-radius: 18px;
    }

    .gma-single-product__tabs .wc-tabs {
        flex-direction: column;
        gap: 12px;
        padding: 16px 20px;
    }

    .gma-single-product__tabs .wc-tabs li a {
        padding: 6px 0;
    }

    .gma-single-product__tabs .wc-tabs li a::after {
        display: none;
    }

    .gma-single-product__tabs .woocommerce-Tabs-panel {
        padding: 24px 20px;
    }
}

.variations {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 16px;
    margin-bottom: 1rem;
}

.variations tr {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.variations th.label {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    color: #092044;
    font-family: var(--font-inter-m);
    font-size: 18px;
}

.variations td.value {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

/* ========== Select Field ========== */
.variations select {
    flex: 1;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid rgba(9, 32, 68, 0.2);
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff, #f8faff);
    color: #092044;
    box-shadow: 0 6px 14px rgba(9, 32, 68, 0.08);
    transition: all 0.25s ease;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23092044' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    cursor: pointer;
}

.variations select:hover {
    border-color: var(--orange);
    box-shadow: 0 10px 20px rgba(255, 153, 0, 0.15);
}

.variations select:focus {
    outline: none;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.25);
}

/* ========== Reset Button ========== */
.reset_variations {
    position: relative;
    display: inline-block;
    padding: 0.55rem 1.1rem;
    font-size: clamp(12px, 2.5vw, 14px);
    font-weight: 700;
    font-family: var(--font-inter-b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 10px;
    background: var(--orange);
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 153, 0, 0.25);
    flex-shrink: 0;
}

/* Shine animation */
.reset_variations::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-25deg);
    transition: left 0.8s ease;
}

.reset_variations:hover {
    box-shadow: 0 12px 24px rgba(255, 153, 0, 0.35);
}

.reset_variations:hover::before {
    left: 125%;
}

.reset_variations:active {
    transform: scale(0.97);
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .variations th.label {
        width: 100%;
        display: block;
        margin-bottom: 6px;
    }

    .variations td.value {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .variations select {
        width: 100%;
    }

    .reset_variations {
        width: 100%;
        text-align: center;
    }

    .variations tr {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {

    .variations select {
        font-size: 14px;
        padding: 10px 14px;
    }

    .reset_variations {
        padding: 0.5rem 1rem;
        font-size: 13px;
    }
}

/* ---------- Main Wrapper ---------- */
.single_variation_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    margin-top: 0;
    padding: 0rem 1.2rem;
    width: 100%;
}

/* ---------- Price ---------- */
.woocommerce-variation-price .price {
    font-size: 26px;
    font-weight: 700;
    color: var(--orange);
}

/* ---------- Quantity ---------- */
.quantity {
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 1px solid rgba(9, 32, 68, 0.15);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-right: 17px !important;
    box-shadow: 0 6px 14px rgba(9, 32, 68, 0.05);
}

.quantity .qty {
    width: 60px;
    height: 44px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #092044;
    background: transparent;
    outline: none;
    -moz-appearance: textfield;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .qty-btn {
    background: linear-gradient(145deg, #ffffff, #e4e5e9);
    border: none;
    color: #092044;
    width: 42px;
    height: 44px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity .qty-btn:hover {
    background: linear-gradient(135deg, #ffb347 0%, #fd4201 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(253, 66, 1, 0.35);
}



/* ---------- Add to Cart Button ---------- */
.single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--orange) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 153, 0, 0.25);
}

.single_add_to_cart_button:hover {
    box-shadow: 0 12px 24px rgba(255, 153, 0, 0.35);
    transform: translateY(-2px);
}

/* ---------- Responsive ---------- */
@media (max-width: 576px) {
    .single_variation_wrap {
        width: 100%;
        align-items: stretch;
    }

    .quantity {
        margin-bottom: 20px !important;
    }

    .woocommerce-variation-price .price {
        font-size: 22px;
    }
}

/* ========================
   Cart Page Styles
   ======================== */
.custom-cart {
    position: relative;
    background: #f6f8fd;
}

.custom-cart .woocommerce-notices-wrapper {
    margin-bottom: 2rem;
}

.custom-cart .cart-ajax-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(246, 248, 253, 0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 20;
}

.custom-cart.cart-loading .cart-ajax-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cart-spinner {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 4px solid rgba(9, 32, 68, 0.2);
    border-top-color: var(--orange);
    animation: cart-spinner-rotate 0.75s linear infinite;
}

@keyframes cart-spinner-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cart-title {
    font-family: var(--font-jost-xb);
    font-size: clamp(2.5rem, 4vw, 3.25rem);
    color: #091f45;
    font-weight: 700;
}

.custom-cart-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(9, 32, 68, 0.1);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 45px rgba(9, 32, 68, 0.09);
}

.custom-cart-table thead th {
    background: #0b2145;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.08rem;
    padding: 1.1rem 1.5rem;
    border: none;
}

.custom-cart-table tbody td {
    padding: 1.5rem 1.5rem;
    vertical-align: middle;
    border-top: 1px solid rgba(9, 32, 68, 0.08);
    font-size: 1.2rem;
    color: #0d2149;
}

.custom-cart-table tbody tr:first-child td {
    border-top: none;
}

.custom-cart-table tbody tr:last-child td {
    border-bottom: none;
}

.cart-product-thumbnail img {
    width: 96px !important;
    height: auto;
    border-radius: 10px;
    border: 1px solid var(--orange);
    box-shadow: 0 14px 30px rgba(9, 32, 68, 0.12);
}

.cart-product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #091f45;
}

.cart-product-title a {
    color: inherit;
}

.cart-product-details {
    color: #4b5a73;
    font-size: 0.95rem;
}

.cart-product-details dl {
    margin-bottom: 0.25rem;
}

.cart-product-details dl dt,
.cart-product-details dl dd {
    display: inline;
    margin: 0;
    font-size: 0.85rem;
    color: #697896;
}

.cart-remove-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #ff6400;
}

.cart-remove-item:hover {
    color: #ff7f1a;
}

.custom-cart-table .product-price,
.custom-cart-table .product-subtotal {
    font-weight: 600;
    color: #0f2752;
}

.custom-cart-table .quantity {
    margin-right: 0 !important;
    box-shadow: none;
    border-radius: 12px;
}

.custom-cart-table .quantity .qty {
    width: 70px;
    height: 44px;
    font-size: 1rem;
}

.cart-actions .coupon {
    width: 100%;
    max-width: 420px;
    padding: 10px;
    border: 1px solid #d2d8e1;
    border-radius: 17px;
}

.cart-actions .coupon .cart-coupon-field {
    border: none;
    border-radius: 14px;
    padding: 0.75rem 1.2rem;
    font-size: clamp(15px, 3vw, 20px);
    font-family: var(--font-inter-m);
    height: 52px;
    background-color: transparent;
    box-shadow: none;
}

.btn-apply-coupon,
.btn-update-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem 1.8rem;
    /* same padding for both */
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    transition: all 0.3s ease;
    width: fit-content;
    text-wrap: nowrap;
    line-height: 1.2;
    /* ensures text vertical alignment stays consistent */
    min-height: 45px;
    /* fixed minimum height */
}

/* Apply Coupon Styles */
.btn-apply-coupon {
    background: #ff6400;
    color: #fff;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.btn-apply-coupon:hover {
    background: #ff7f1a;
    box-shadow: 0 12px 24px rgba(255, 100, 0, 0.35);
}

/* Update Cart Styles */
.btn-update-cart {
    background: transparent;
    color: #ff6400;
    border: 2px solid #ff6400;
    text-transform: uppercase;
}

.btn-update-cart:hover {
    background: #ff6400;
    color: #fff;
    box-shadow: 0 12px 24px rgba(255, 100, 0, 0.25);
}


.cart-summary-card {
    background: linear-gradient(180deg, #0a1d3d 0%, #02112c 100%);
    border-radius: 22px;
    box-shadow: 0 24px 48px rgba(2, 17, 44, 0.35);
    color: #fff;
}

.cart-summary-card .wc-proceed-to-checkout .checkout-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.85rem 1rem !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 14px;
    border: none;
    overflow: hidden;
    background: linear-gradient(135deg, #ff7d1a 0%, #ff4c00 100%);
    box-shadow: 0 18px 30px rgba(255, 100, 0, 0.35);
    margin-bottom: 0;
    transition: box-shadow 0.4s ease;
    z-index: 1;
}

/* Smooth gradient direction change */
.cart-summary-card .wc-proceed-to-checkout .checkout-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(335deg, #ff7d1a 0%, #ff4c00 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
    border-radius: 14px;
}

.cart-summary-card .wc-proceed-to-checkout .checkout-button:hover::after {
    opacity: 1;
}

/* ✨ Shine effect */
.cart-summary-card .wc-proceed-to-checkout .checkout-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

.cart-summary-card .wc-proceed-to-checkout .checkout-button:hover::before {
    left: 125%;
    transition: all 0.8s ease;
}

.entry-header {
    position: relative !important;
}

.entry-title {
    font-family: "Jost-Bold";
    font-size: clamp(33px, 4vw, 48px);
    color: #001f3e;
}

/* ===== MATCH "Place Order" Button to Checkout Button ===== */
.wc-block-components-checkout-place-order-button.contained {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.85rem 1rem !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-radius: 14px !important;
    border: none !important;
    overflow: hidden;
    background: linear-gradient(135deg, #ff7d1a 0%, #ff4c00 100%) !important;
    box-shadow: 0 18px 30px rgba(255, 100, 0, 0.35) !important;
    margin-top: 1rem;
    transition: box-shadow 0.4s ease;
    z-index: 1;
    cursor: pointer;
}

/* Smooth gradient direction change */
.wc-block-components-checkout-place-order-button.contained::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(335deg, #ff7d1a 0%, #ff4c00 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
    border-radius: 14px;
}

.wc-block-components-checkout-place-order-button.contained:hover::after {
    opacity: 1;
}

/* ✨ Shine effect */
.wc-block-components-checkout-place-order-button.contained::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

.wc-block-components-checkout-place-order-button.contained:hover::before {
    left: 125%;
    transition: all 0.8s ease;
}





.cart-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.88);
}

.cart-summary-subtotal {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-summary-label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.cart-summary-value {
    font-weight: 600;
    text-align: right;
    color: #fff;
}

.cart-summary-value strong {
    color: inherit;
    font-weight: inherit;
}

.cart-summary-value--total {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.cart-summary-total {
    padding: 1.4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-summary-card .woocommerce-shipping-methods li {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.cart-summary-card .woocommerce-shipping-methods label {
    color: inherit;
}

.cart-summary-card .woocommerce-shipping-methods input[type="radio"] {
    accent-color: #ff6400;
}

.cart-summary-card .shipping-calculator-button {
    color: #f4b63f;
    font-weight: 600;
}

.cart-heading {
    font-family: var(--font-jost-b);
    color: var(--yellow);
    font-size: clamp(18px, 3vw, 24px);
}

.cart-summary-shipping {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.5rem;
    color: #fff;
}

.cart-summary-shipping__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f4b63f;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}

.cart-shipping-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-shipping-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.cart-shipping-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cart-shipping-option__radio {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: 2px solid #f4b63f;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.cart-shipping-option input[type="radio"]:checked+.cart-shipping-option__radio {
    background: #f4b63f;
    box-shadow: 0 0 0 4px rgba(244, 182, 63, 0.25);
}

.cart-shipping-option input[type="radio"]:checked+.cart-shipping-option__radio::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #001534;
}

.cart-shipping-option__text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cart-shipping-option__label {
    font-weight: 600;
    font-size: 0.95rem;
    display: none;
}

.cart-shipping-option__cost {
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
}

.shipping-note {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.shipping-no-methods {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

.shipping-destination {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.04rem;
}

.shipping-calculator-wrapper {
    margin-top: 0.75rem;
}

.shipping-calculator-wrapper .shipping-calculator-button {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    color: #ff6400;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
}

.shipping-calculator-wrapper .shipping-calculator-button:hover {
    color: #ff7f1a;
}

.shipping-calculator-wrapper .woocommerce-shipping-calculator {
    margin: 0;
}

.shipping-calculator-wrapper .shipping-calculator-form {
    margin-top: 0.75rem;
}

.cart-paypal-cta .btn-paypal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1rem;
    margin-top: 1rem;
    background: linear-gradient(135deg, #00457c 0%, #012b57 100%);
    color: #ffd200;
    font-weight: 700;
    border-radius: 14px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    box-shadow: 0 16px 28px rgba(0, 53, 105, 0.35);
}

.cart-cross-sells {
    margin-top: 3rem;
}

.cart-cross-sells h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #091f45;
    margin-bottom: 1.5rem;
}

.woocommerce-cart-empty {
    text-align: center;
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 22px;
    box-shadow: 0 24px 48px rgba(9, 32, 68, 0.12);
}

.woocommerce-cart-empty .btn-shop-now {
    background: #ff6400;
    color: #fff;
    padding: 0.9rem 2.5rem;
    border-radius: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {

    .custom-cart-table thead {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .custom-cart-table,
    .custom-cart-table tbody,
    .custom-cart-table tr,
    .custom-cart-table td {
        display: block;
        width: 100%;
    }

    .custom-cart-table tr {
        margin-bottom: 1.75rem;
        border: 1px solid rgba(9, 32, 68, 0.08);
        border-radius: 18px;
        padding: 1.25rem 1.5rem;
        background: #fff;
        box-shadow: 0 18px 32px rgba(9, 32, 68, 0.08);
    }

    .custom-cart-table tbody td {
        padding: 0.85rem 0;
        text-align: left;
        border: none;
    }

    .custom-cart-table tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.9rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08rem;
        color: #0d2149;
        margin-bottom: 0.4rem;
    }

    .custom-cart-table .cart-product {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .custom-cart-table .cart-product-thumbnail img {
        width: 120px;
    }

    .custom-cart-table .product-price,
    .custom-cart-table .product-quantity,
    .custom-cart-table .product-subtotal {
        text-align: left;
    }

    .custom-cart-table .product-quantity .quantity {
        width: fit-content;
        justify-content: flex-start;
    }
}


/* My Acoount Page */


/* ========== MY ACCOUNT PAGE STYLES ========== */
.woocommerce-account {
    background: #f8fafc;
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
}

/* Wrapper */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 35px 16px;
}

.woocommerce-account .primary-sec ul li {
    list-style: none !important;
    list-style-image: none !important;
    background: none !important;
}

.woocommerce-account .primary-sec ul li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Navigation (Sidebar) */
.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
    background: linear-gradient(135deg, #051d3f, #0a3a8d);
    border-radius: 16px;
    padding: 25px 20px;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: linear-gradient(135deg, #ff7d1a, #ff4c00);
    box-shadow: 0 8px 20px rgba(255, 77, 0, 0.25);
}

/* Main Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: inset 0 0 0 1px rgba(5, 29, 63, 0.1);
}

/* Info and Texts */
.woocommerce-account .woocommerce-MyAccount-content p {
    color: #333;
    line-height: 1.6;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #ff4c00;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Notices */
.woocommerce-account .woocommerce-info {
    background: #e8f3ff;
    border-left: 4px solid #0073e6;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        padding: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        flex: 1 1 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        flex: 1 1 100%;
        margin-top: 20px;
    }
}


/* Order Received Page */
/* ——— Reset default list bullets inside primary section */
body.woocommerce-order-received .primary-sec ul li {
    list-style: none !important;
    list-style-image: none !important;
    background: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* ——— Page background and layout */
body.woocommerce-order-received {
    background: #f7f9fc;
    font-family: "Poppins", sans-serif;
    color: #222;
}

body.woocommerce-order-received .woocommerce {
    max-width: 1250px;
    margin: 80px auto;
    background: #fff;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(5, 29, 63, 0.08);
}

.wc-bacs-bank-details-account-name {
    margin-bottom: 20px;
}

/* ——— Success Message */
body.woocommerce-order-received .woocommerce-notice--success {
    background: #e6f8ee;
    color: #1d7c3d;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid #b5e8c2;
    margin-bottom: 35px;
}

/* ——— Order Overview Section */
body.woocommerce-order-received .woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    background: #f9fafc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 35px;
    list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview li {
    flex: 1 1 180px;
    font-size: 15px;
    color: #444;
}

body.woocommerce-order-received .woocommerce-order-overview li strong {
    display: block;
    color: #051d3f;
    font-weight: 600;
    margin-top: 4px;
}

/* ——— Headings */
body.woocommerce-order-received h2 {
    font-size: 1.5rem;
    color: #051d3f;
    font-weight: 700;
    margin: 30px 0 15px;
    position: relative;
}

body.woocommerce-order-received h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #ff7d1a;
    margin-top: 6px;
    border-radius: 2px;
}

/* ——— Order Details Table */
body.woocommerce-order-received table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    text-align: left;
}

body.woocommerce-order-received table.shop_table th {
    background: #f6f8fb;
    color: #051d3f;
    font-weight: 600;
}

body.woocommerce-order-received table.shop_table tfoot th {
    font-weight: 700;
}

body.woocommerce-order-received table.shop_table tfoot td {
    font-weight: 600;
    color: #000;
}

/* ——— Address Section */
body.woocommerce-order-received .woocommerce-columns--addresses {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce-order-received .woocommerce-column {
    flex: 1 1 48%;
    background: #f9fafc;
    border-radius: 10px;
    padding: 20px;
}

body.woocommerce-order-received .woocommerce-column__title {
    font-size: 1.1rem;
    color: #051d3f;
    font-weight: 700;
    margin-bottom: 10px;
}

body.woocommerce-order-received address {
    line-height: 1.7;
    color: #333;
    font-size: 15px;
}

/* ——— Responsive */
@media (max-width: 768px) {
    body.woocommerce-order-received .woocommerce {
        padding: 25px 20px;
        margin: 40px 15px;
    }

    body.woocommerce-order-received .woocommerce-order-overview {
        flex-direction: column;
    }

    body.woocommerce-order-received .woocommerce-column {
        flex: 1 1 100%;
    }
}