/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    GLOBAL RESET & TYPOGRAPHY
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESET & GLOBAL STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    color: #748196;
    line-height: 34px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}

.auto-container {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.centred {
    text-align: center;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESET & GLOBAL STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GRID SYSTEM STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-3, .col-lg-4, .col-lg-6, .col-md-6, .col-sm-12 {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! GRID SYSTEM ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! THEME BUTTON STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 23.5px 44px;
    text-transform: uppercase;
    z-index: 1;
    background: #f34848;
    transition: all 500ms ease;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #0b306e;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn-one:hover:before {
    width: 100%;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! THEME BUTTON STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER TOP BAR (DARK BLUE) STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.header-top {
    background: #0b306e;
    padding: 0;
}

.header-top .top-inner .text p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 52px;
    margin: 0;
}

.header-top .top-inner .social-links li {
    display: inline-block;
    margin-right: 20px;
    line-height: 52px;
}

.header-top .top-inner .social-links li:last-child {
    margin-right: 0;
}

.header-top .top-inner .social-links li a {
    color: #fff;
    font-size: 14px;
    transition: all 300ms ease;
}

.header-top .top-inner .social-links li a:hover {
    color: #f34848;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER TOP BAR ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! MIDDLE HEADER (LOGO + CONTACT INFO) STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.header-upper {
    background: #ecf1f8;
    padding: 20px 0;
}

.main-header .logo-box {
    position: relative;
    float: left;
    padding: 20px 85px 20px 0;
}

.main-header .logo-box .bg-color {
    position: absolute;
    top: 0;
    right: 0;
    width: 5000px;
    height: 100%;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.main-header .logo-box .logo {
    position: relative;
    max-width: 130px;
}

.main-header .logo-box .logo img {
    width: 100%;
}

.header-upper .upper-info {
    float: right;
    margin-top: 15px;
}

.header-upper .upper-info .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 55px;
    margin-right: 60px;
}

.header-upper .upper-info .info-list li:last-child {
    margin-right: 0;
}

.header-upper .upper-info .info-list li:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.1);
    width: 1px;
    height: 50px;
    top: -5px;
    right: -30px;
}

.header-upper .upper-info .info-list li:last-child:before {
    display: none;
}

.header-upper .upper-info .info-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
    color: #f34848;
}

.header-upper .upper-info .info-list li h5 {
    font-size: 14px;
    font-weight: 500;
    color: #748196;
    margin-bottom: 0;
    line-height: 20px;
}

.header-upper .upper-info .info-list li p {
    font-size: 16px;
    font-weight: 600;
    color: #0b306e;
    margin: 0;
    line-height: 24px;
}

.header-upper .upper-info .info-list li p a {
    color: #0b306e;
}

.header-upper .upper-info .info-list li p a:hover {
    color: #f34848;
}

@media (max-width: 991px) {
    .header-upper .upper-info {
        display: none;
    }
    .main-header .logo-box {
        padding: 20px 0;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! MIDDLE HEADER ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! NAVIGATION MENU (BLUE OVERLAY) STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.header-lower {
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    z-index: 99;
    background: #0aa1d6;
}

.header-lower .outer-box {
    position: relative;
}

.menu-area {
    float: left;
}

.main-menu .navigation {
    margin: 0;
}

.main-menu .navigation > li {
    float: left;
    padding: 18px 0;
    margin: 0 22px;
    position: relative;
}

.main-menu .navigation > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.main-menu .navigation > li > a:hover {
    color: #0b306e;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #0b306e;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}

.main-menu .navigation > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}

.main-menu .navigation > li > ul > li {
    position: relative;
    padding: 0 20px;
}

.main-menu .navigation > li > ul > li > a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover {
    color: #f34848;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #0b306e;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}

.main-menu .navigation > li > ul > li > ul > li {
    padding: 0 20px;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #f34848;
}

.header-lower .btn-box {
    position: absolute;
    right: 0;
    top: 0;
}

.header-lower .btn-box a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #f34848;
    padding: 18px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 500ms ease;
}

.header-lower .btn-box a:hover {
    background: #0b306e;
}

.mobile-nav-toggler {
    display: none;
    float: right;
    cursor: pointer;
    padding: 18px 0;
}

.mobile-nav-toggler .icon-bar {
    width: 30px;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
    display: block;
}

@media (max-width: 991px) {
    .header-lower {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #0aa1d6;
}
    .menu-area {
        width: auto;
    }
    .main-menu .navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0b306e;
        z-index: 999;
    }
    .main-menu .navigation > li {
        float: none;
        padding: 0;
        margin: 0;
    }
    .main-menu .navigation > li > a {
        display: block;
        padding: 12px 20px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .main-menu .navigation > li > ul {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        padding-left: 20px;
    }
    .main-menu .navigation > li:hover > ul {
        display: block;
    }
    .mobile-nav-toggler {
        display: block;
    }
    .header-lower .btn-box {
        position: relative;
        float: right;
    }
    .header-lower .btn-box a {
        padding: 18px 25px;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! NAVIGATION MENU ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! BANNER / SLIDER SECTION STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.banner-section {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.banner-slider {
    position: relative;
}

.slide-item {
    position: relative;
    padding: 280px 0 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}

.slide-item.active {
    display: block;
}

.slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0b2c64;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-box {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}

.content-box h3 {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    background: rgba(255,255,255,0.2);
    padding: 12px 25px;
    margin-bottom: 15px;
}

.content-box h1 {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 40px;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.slider-prev, .slider-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.3);
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: all 500ms ease;
}

.slider-prev {
    left: 30px;
}

.slider-next {
    right: 30px;
}

.slider-prev:hover, .slider-next:hover {
    background: #f34848;
}

@media (max-width: 768px) {
    .content-box h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .slide-item {
        padding: 180px 0 140px;
    }
    .slider-prev, .slider-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! BUBBLE ANIMATION STARTS !!!AAAAAAAAAAAAAAAAAAA*/
div[class^="bubble-"] {
    position: absolute;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    pointer-events: none;
}
.bubble-1 { bottom: 0; left: 60%; animation: bubble-movement 10s infinite ease-in -5.7s; width: 10px; height: 10px; }
.bubble-2 { bottom: 0; left: 90%; animation: bubble-movement 10s infinite ease-in -4.94s; width: 12px; height: 12px; }
.bubble-3 { bottom: 0; left: 20%; animation: bubble-movement 4s infinite ease-in -1.2s; width: 8px; height: 8px; }
.bubble-4 { bottom: 0; left: 40%; animation: bubble-movement 10s infinite ease-in -1.58s; width: 15px; height: 15px; }
.bubble-5 { bottom: 0; left: 75%; animation: bubble-movement 7s infinite ease-in -6.31s; width: 9px; height: 9px; }
.bubble-6 { bottom: 0; left: 45%; animation: bubble-movement 10s infinite ease-in -0.51s; width: 11px; height: 11px; }
.bubble-7 { bottom: 0; left: 10%; animation: bubble-movement 15s infinite ease-in -3.37s; width: 14px; height: 14px; }
.bubble-8 { bottom: 0; left: 65%; animation: bubble-movement 10s infinite ease-in -0.66s; width: 7px; height: 7px; }
.bubble-9 { bottom: 0; left: 30%; animation: bubble-movement 4s infinite ease-in -5.81s; width: 13px; height: 13px; }
.bubble-10 { bottom: 0; left: 95%; animation: bubble-movement 10s infinite ease-in -3.98s; width: 10px; height: 10px; }
.bubble-11 { bottom: 0; left: 41%; animation: bubble-movement 15s infinite ease-in -3.98s; width: 6px; height: 6px; }
.bubble-12 { bottom: 0; left: 46%; animation: bubble-movement 10s infinite ease-in -3.98s; width: 8px; height: 8px; }
.bubble-13 { bottom: 0; left: 50%; animation: bubble-movement 4s infinite ease-in -3.98s; width: 12px; height: 12px; }
.bubble-14 { bottom: 0; left: 70%; animation: bubble-movement 4s infinite ease-in -3.98s; width: 9px; height: 9px; }
.bubble-15 { bottom: 0; left: 58%; animation: bubble-movement 4s infinite ease-in -3.98s; width: 7px; height: 7px; }

@keyframes bubble-movement {
    0% { transform: translateX(-50%); height: 1px; width: 1px; opacity: 1; }
    100% { transform: translate(-50%, -700px); height: 60px; width: 60px; opacity: 0; }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! BUBBLE ANIMATION ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/
/*AAAAAAAAAAAAAAAAAAAAAAA!!! BANNER / SLIDER SECTION ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURE SECTION (3 CARDS) STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.feature-section {
    position: relative;
    margin-top: -60px;
    z-index: 10;
}

.feature-section .inner-container {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-block {
    padding: 50px 40px;
    text-align: center;
    transition: all 500ms ease;
}

.feature-column:first-child .feature-block {
    background: #0aa1d6;
}
.feature-column:nth-child(2) .feature-block {
    background: #15a8dc;
}
.feature-column:last-child .feature-block {
    background: #1db2e7;
}

.feature-block .icon-box {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.feature-block h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.feature-block p {
    font-size: 15px;
    line-height: 28px;
    color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
    .feature-section {
        margin-top: 0;
    }
    .feature-block {
        padding: 30px 20px;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURE SECTION ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.main-footer {
    background: #0b306e;
    position: relative;
}

.footer-top {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-top .top-inner {
    position: relative;
}

.footer-top .footer-logo {
    position: relative;
    padding: 41px 85px 35px 0;
}

.footer-top .footer-logo .bg-color {
    position: absolute;
    top: 0;
    right: 0;
    width: 5000px;
    height: 100%;
    background: #0b2c64;
    clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.footer-top .footer-logo .logo {
    position: relative;
    max-width: 130px;
}

.footer-top .footer-info {
    margin-top: 36px;
}

.footer-top .footer-info .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 50px;
    margin-right: 80px;
}

.footer-top .footer-info .info-list li:last-child {
    margin-right: 0;
}

.footer-top .footer-info .info-list li:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: 1px;
    height: 65px;
    top: -10px;
    right: -40px;
}

.footer-top .footer-info .info-list li:last-child:before {
    display: none;
}

.footer-top .footer-info .info-list li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 30px;
    color: #f34848;
}

.footer-top .footer-info .info-list li span {
    display: block;
    font-size: 14px;
    color: #8d9cb5;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-top .footer-info .info-list li h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.footer-top .footer-info .info-list li h6 a {
    color: #fff;
}

.footer-top .footer-info .info-list li h6 a:hover {
    color: #f34848;
}

@media (max-width: 991px) {
    .footer-top .footer-logo {
        padding: 20px 0;
    }
    .footer-top .footer-info .info-list li {
        margin-right: 30px;
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    .footer-top .footer-info .info-list li {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .footer-top .footer-info .info-list li:before {
        display: none;
    }
}

.footer-upper {
    padding: 80px 0 50px;
}

.footer-upper .foote-widget {
    margin-bottom: 30px;
}

.footer-upper .foote-widget .widget-title {
    margin-bottom: 30px;
}

.footer-upper .foote-widget .widget-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.footer-upper .about-widget .widget-content p {
    font-size: 15px;
    line-height: 28px;
    color: #8d9cb5;
    margin-bottom: 25px;
}

.footer-upper .subscribe-form .form-group {
    position: relative;
    margin: 0;
}

.footer-upper .subscribe-form .form-group input {
    width: 100%;
    height: 55px;
    background: #0b2c64;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 50px 10px 20px;
    font-size: 14px;
    color: #8d9cb5;
    transition: all 300ms ease;
}

.footer-upper .subscribe-form .form-group input:focus {
    border-color: #f34848;
}

.footer-upper .subscribe-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 55px;
    background: transparent;
    color: #f34848;
    font-size: 18px;
    cursor: pointer;
    transition: all 300ms ease;
}

.footer-upper .subscribe-form .form-group button:hover {
    color: #fff;
}

.footer-upper .links-widget .links-list li {
    margin-bottom: 12px;
}

.footer-upper .links-widget .links-list li a {
    font-size: 15px;
    color: #8d9cb5;
    transition: all 300ms ease;
    position: relative;
    padding-left: 18px;
}

.footer-upper .links-widget .links-list li a:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #f34848;
    font-size: 14px;
}

.footer-upper .links-widget .links-list li a:hover {
    color: #f34848;
    padding-left: 22px;
}

.footer-upper .post-widget .post-inner .post {
    position: relative;
    padding-left: 85px;
    margin-bottom: 30px;
    min-height: 70px;
}

.footer-upper .post-widget .post-inner .post:last-child {
    margin-bottom: 0;
}

.footer-upper .post-widget .post-inner .post .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.footer-upper .post-widget .post-inner .post .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease;
}

.footer-upper .post-widget .post-inner .post:hover .image-box img {
    opacity: 0.7;
    transform: scale(1.1);
}

.footer-upper .post-widget .post-inner .post .post-date {
    display: block;
    font-size: 12px;
    color: #f34848;
    margin-bottom: 5px;
}

.footer-upper .post-widget .post-inner .post h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}

.footer-upper .post-widget .post-inner .post h5 a {
    color: #fff;
    transition: all 300ms ease;
}

.footer-upper .post-widget .post-inner .post h5 a:hover {
    color: #f34848;
}

.footer-bottom {
    background: #0b2c64;
    padding: 25px 0;
}

.footer-bottom .inner-box {
    position: relative;
}

.footer-bottom .copyright p {
    font-size: 14px;
    color: #8d9cb5;
    margin: 0;
    line-height: 50px;
}

.footer-bottom .copyright p a {
    color: #8d9cb5;
}

.footer-bottom .copyright p a:hover {
    color: #f34848;
}

.back-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f34848;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    transition: all 500ms ease;
    cursor: pointer;
}

.back-to-top:hover {
    background: #0aa1d6;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-bottom .copyright p {
        line-height: 30px;
    }
    .back-to-top {
        display: block;
        margin: 0 auto;
    }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/


/*AAAAAAAAAAAAAAAAAAAAAAA!!! SERVICES SECTION (FIVE LAYOUT) STARTS !!!AAAAAAAAAAAAAAAAAAA*/

.services__section.five {
    position: relative;
    padding: 140px 0 110px;
}

.services__section.five .shape-1 {
    position: absolute;
    top: 95px;
    left: 16%;
}

.services__section.five .shape-2 {
    position: absolute;
    right: 34px;
    bottom: 240px;
}

.services__section.five .shape-3 {
    position: absolute;
    top: -55%;
    right: 0;
}

.services__section.five .sec__title {
    margin-bottom: 60px;
}

.services__section.five .sec__title .sub__title {
    position: relative;
    font-size: 18px;
    color: #808080;
    margin-bottom: 10px;
}

.services__section.five .sec__title h2 {
    position: relative;
    font-size: 45px;
    font-weight: 800;
    color: #172746;
    line-height: 52px;
}

.services__section.five .service__block {
    position: relative;
}

.services__section.five .service__block .inner-box {
    position: relative;
    margin-bottom: 55px;
    text-align: center;
}

.services__section.five .service__block .image {
    position: relative;
}

.services__section.five .service__block .image img {
    border-radius: 50%;
}

.services__section.five .service__block .content {
    position: relative;
    text-align: center;
    margin-top: -175px;
    min-height: 270px;
    padding-top: 80px;
    right: -60px;
}

.services__section.five .service__block .shape-4 {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
}

.services__section.five .service__block .icon {
    position: relative;
    color: #0aa1d6;
    font-size: 55px;
    margin-bottom: 25px;
}

.services__section.five .service__block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #172746;
}

.services__section.five .all-services {
    margin-top: 20px;
}

.services__section.five .theme-btn.style-three {
    background: #f34848;
    padding: 17px 50px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 15px 40px 0px rgba(24, 67, 118, 0.2);
    vertical-align: middle;
    border: none;
    transition: .5s;
    color: #fff !important;
    font-weight: 700;
}

.services__section.five .theme-btn.style-three:hover {
    background: #0b306e;
}

/* Responsive */
@media (max-width: 991px) {
    .services__section.five {
        padding: 70px 0px 60px;
    }
    
    .services__section.five .sec__title h2 {
        font-size: 36px;
        line-height: 46px;
    }
    
    .services__section.five .service__block .content {
        right: 0;
    }
}

@media (max-width: 768px) {
    .services__section.five {
        padding: 50px 0px 40px;
    }
    
    .services__section.five .sec__title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .services__section.five .service__block .content {
        margin-top: -140px;
        min-height: 230px;
        padding-top: 60px;
        right: 0;
    }
    
    .services__section.five .shape-1,
    .services__section.five .shape-2,
    .services__section.five .shape-3 {
        display: none;
    }
}

/*AAAAAAAAAAAAAAAAAAAAAAA!!! SERVICES SECTION (FIVE LAYOUT) ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/


/*AAAAAAAAAAAAAAAAAAAAAAA!!! NEW SECTION (SAFE & SECURE TRAVEL) STARTS !!!AAAAAAAAAAAAAAAAAAA*/

/* Main Section Container */
.new-travel-section {
    background-color: #314A35;
    padding: 100px 0;
    width: 100%;
}

.new-travel-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-travel-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

/* Left Column - Image */
.new-travel-section .image-column {
    flex: 1;
    text-align: center;
}

.new-travel-section .image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Right Column - Content */
.new-travel-section .content-column {
    flex: 1;
}

/* Subtitle */
.new-travel-section .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.96px;
    color: #C29A5C;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    margin-bottom: 20px;
}

/* Main Title */
.new-travel-section .main-title {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 25px;
}

/* Description */
.new-travel-section .description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Counter Grid - 3 Columns */
.new-travel-section .counter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.new-travel-section .counter-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    padding: 25px 20px;
    min-width: 150px;
}

/* Counter Number */
.new-travel-section .counter-number {
    font-size: 44px;
    font-weight: 700;
    color: #C29A5C;
    margin-bottom: 5px;
}

/* Counter Label */
.new-travel-section .counter-label {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Button */
.new-travel-section .btn-availability {
    display: inline-block;
    background: #C29A5C;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.96px;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.new-travel-section .btn-availability:hover {
    background: #FFFFFF;
    color: #314A35;
}

/* Responsive */
@media (max-width: 991px) {
    .new-travel-section .row {
        flex-direction: column;
    }
    
    .new-travel-section .main-title {
        font-size: 36px;
    }
    
    .new-travel-section .counter-grid {
        justify-content: center;
    }
    
    .new-travel-section .counter-box {
        flex: 0 0 calc(33.33% - 20px);
        text-align: center;
    }
}

@media (max-width: 768px) {
    .new-travel-section {
        padding: 60px 0;
    }
    
    .new-travel-section .main-title {
        font-size: 28px;
        text-align: center;
    }
    
    .new-travel-section .subtitle {
        display: table;
        margin: 0 auto 20px auto;
    }
    
    .new-travel-section .description {
        text-align: center;
    }
    
    .new-travel-section .counter-box {
        flex: 0 0 100%;
        text-align: center;
    }
    
    .new-travel-section .btn-availability {
        display: block;
        text-align: center;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .new-travel-section .counter-number {
        font-size: 36px;
    }
}

/*AAAAAAAAAAAAAAAAAAAAAAA!!! NEW SECTION (SAFE & SECURE TRAVEL) ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! PRODUCTS GALLERY SECTION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/

.products-gallery-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.products-gallery-section .sec__title {
    margin-bottom: 50px;
}

.products-gallery-section .sec__title .sub__title {
    font-size: 18px;
    color: #f34848;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

.products-gallery-section .sec__title h2 {
    font-size: 42px;
    color: #0b306e;
    font-weight: 800;
    margin-bottom: 15px;
}

.products-gallery-section .sec__title p {
    font-size: 16px;
    color: #748196;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 48, 110, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 40px;
    color: #fff;
}

/* Popup Modal */
.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    cursor: pointer;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-popup:hover {
    color: #f34848;
}

/* Responsive */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .products-gallery-section .sec__title h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .products-gallery-section {
        padding: 60px 0;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item img {
        height: 250px;
    }
    
    .popup-content {
        max-width: 95%;
        max-height: 70%;
    }
}

/*AAAAAAAAAAAAAAAAAAAAAAA!!! PRODUCTS GALLERY SECTION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GET IN TOUCH SECTION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/

.get-in-touch-section {
    padding: 80px 0;
    background: #ffffff;
}

.touch-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

/* Left Column - Company Info */
.touch-info {
    flex: 1;
}

.touch-info .sec__title {
    margin-bottom: 40px;
}

.touch-info .sec__title .sub__title {
    font-size: 18px;
    color: #f34848;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

.touch-info .sec__title h2 {
    font-size: 42px;
    color: #0b306e;
    font-weight: 800;
    margin-bottom: 15px;
}

.touch-info .sec__title p {
    font-size: 16px;
    color: #748196;
    line-height: 1.6;
}

/* Info Items */
.info-list {
    margin-bottom: 40px;
}

.info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ecf1f8;
}

.info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: #f34848;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 24px;
    color: #fff;
}

.info-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b306e;
    margin-bottom: 8px;
}

.info-text p {
    font-size: 16px;
    color: #748196;
    margin-bottom: 5px;
}

.info-text p a {
    color: #748196;
    transition: all 0.3s ease;
}

.info-text p a:hover {
    color: #f34848;
}

/* Social Links */
.social-links h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b306e;
    margin-bottom: 15px;
}

.social-links ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-links ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #ecf1f8;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: #0b306e;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-links ul li a:hover {
    background: #f34848;
    color: #fff;
    transform: translateY(-3px);
}

/* Right Column - Form */
.touch-form {
    flex: 1;
    background: #ecf1f8;
    padding: 45px;
    border-radius: 20px;
}

.touch-form h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0b306e;
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #f34848;
}

.submit-btn {
    width: 100%;
    padding: 15px 30px;
    background: #f34848;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn i {
    margin-left: 10px;
}

.submit-btn:hover {
    background: #0b306e;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
    .get-in-touch-section {
        padding: 60px 0;
    }
    
    .touch-info .sec__title h2 {
        font-size: 36px;
    }
    
    .touch-form {
        padding: 35px;
    }
    
    .touch-form h3 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .touch-wrapper {
        flex-direction: column;
    }
    
    .touch-info .sec__title {
        text-align: center;
    }
    
    .info-item {
        justify-content: center;
    }
    
    .social-links {
        text-align: center;
    }
    
    .social-links ul {
        justify-content: center;
    }
    
    .touch-form {
        padding: 25px;
    }
    
    .touch-form h3 {
        text-align: center;
    }
}

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GET IN TOUCH SECTION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/


/* ===== SIMPLE BANNER CSS (ONLY ABOUT US) ===== */
/* Responsive, mobile-first, pure color — no images */

.about-banner {
    width: 100%;
    min-height: 320px;
    background: #355283;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    box-shadow: inset 0 -4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 0; /* aap chahe toh margin de sakte hain */
}

.about-banner-content {
    max-width: 820px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
}

/* small tag */
.about-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    padding: 0.3rem 1.2rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #e3f0e3;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* main heading */
.about-banner-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0.2rem 0 0.5rem 0;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    line-height: 1.15;
}

/* sub-heading / tagline */
.about-banner-content p:first-of-type {
    font-size: 1.25rem;
    font-weight: 400;
    color: #d4e8d4;
    margin-bottom: 1.2rem;
    line-height: 1.5;
    opacity: 0.95;
}

/* decorative divider */
.about-banner-divider {
    width: 70px;
    height: 3px;
    background: #b3d9b3;
    margin: 0.8rem auto 1.2rem auto;
    border-radius: 4px;
    opacity: 0.7;
}

/* detailed description */
.about-desc {
    font-size: 1.05rem;
    color: #dcecdc;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.2px;
    padding: 0 0.5rem;
}

/* ===== RESPONSIVE (mobile-first tweaks) ===== */

/* tablets & small laptops */
@media (max-width: 768px) {
    .about-banner {
        min-height: 280px;
        padding: 2rem 1.2rem;
    }

    .about-banner-content h1 {
        font-size: 2.6rem;
    }

    .about-banner-content p:first-of-type {
        font-size: 1.1rem;
    }

    .about-desc {
        font-size: 0.98rem;
        max-width: 90%;
    }

    .about-tag {
        font-size: 0.78rem;
        padding: 0.2rem 1rem;
    }
}

/* mobile phones */
@media (max-width: 480px) {
    .about-banner {
        min-height: 240px;
        padding: 1.5rem 1rem;
    }

    .about-banner-content h1 {
        font-size: 2rem;
        letter-spacing: -0.3px;
    }

    .about-banner-content p:first-of-type {
        font-size: 0.95rem;
        margin-bottom: 0.8rem;
    }

    .about-banner-divider {
        width: 50px;
        margin: 0.6rem auto 1rem auto;
    }

    .about-desc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 0.2rem;
    }

    .about-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.8rem;
        margin-bottom: 0.6rem;
    }
}

/* extra small devices ( < 360px ) */
@media (max-width: 360px) {
    .about-banner-content h1 {
        font-size: 1.7rem;
    }

    .about-banner-content p:first-of-type {
        font-size: 0.85rem;
    }

    .about-desc {
        font-size: 0.82rem;
    }
}

/* ===== POTATO SPECIFICATIONS SECTION CSS ===== */
/* Responsive, 2-column layout (image left + content right) */

.potato-spec-section {
    width: 100%;
    padding: 3.5rem 1.5rem;
    background: #f9fbf9;
}

.potato-spec-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 2.5rem;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 0;
}

/* ---- left column: image ---- */
.potato-spec-image {
    flex: 0 0 45%;
    min-height: 380px;
    background: linear-gradient(145deg, #e8f0e6, #d3e0cf);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem;
}

.potato-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2a5a3a;
    text-align: center;
}

.potato-image-placeholder i {
    font-size: 6rem;
    color: #8b6f4c;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.potato-image-placeholder span {
    font-size: 1.3rem;
    font-weight: 500;
    color: #1e3c2c;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.3rem 1.8rem;
    border-radius: 40px;
    backdrop-filter: blur(4px);
}

/* ---- right column: content ---- */
.potato-spec-content {
    flex: 1;
    padding: 2.5rem 2.8rem 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* header */
.spec-header {
    margin-bottom: 1.8rem;
}

.spec-badge {
    display: inline-block;
    background: #e8f3e8;
    color: #1e5a2e;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 1.2rem;
    border-radius: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 0.6rem;
}

.spec-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e3c2c;
    margin: 0.2rem 0 0.3rem 0;
}

.spec-subtitle {
    color: #5a6f5a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* table */
.spec-table-wrapper {
    margin: 0.8rem 0 1.5rem 0;
    overflow-x: auto;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.spec-table tr {
    border-bottom: 1px solid #eef3ee;
}

.spec-table tr:last-child {
    border-bottom: none;
}

.spec-table td {
    padding: 0.9rem 0.6rem 0.9rem 0;
    vertical-align: middle;
}

.spec-table td:first-child {
    font-weight: 600;
    color: #1e3c2c;
    width: 38%;
    white-space: nowrap;
}

.spec-table td:first-child i {
    width: 1.6rem;
    color: #3d7a4a;
    font-size: 1rem;
    margin-right: 0.3rem;
}

.spec-table td:last-child {
    color: #2d4a2d;
    font-weight: 500;
}

/* footer: bulk order + button */
.spec-footer {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bulk-info {
    font-size: 0.95rem;
    color: #2d4a2d;
    background: #f2f7f2;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
}

.bulk-info i {
    color: #2a7a3a;
    font-size: 1.1rem;
}

.enquiry-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #1e5a2e;
    color: #fff;
    padding: 0.7rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(30, 90, 46, 0.25);
    white-space: nowrap;
}

.enquiry-btn:hover {
    background: #134a22;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 90, 46, 0.3);
}

.enquiry-btn i {
    font-size: 1rem;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .potato-spec-container {
        flex-direction: column;
        gap: 0;
        border-radius: 16px;
    }

    .potato-spec-image {
        flex: 0 0 auto;
        min-height: 220px;
        width: 100%;
        padding: 2rem;
        border-radius: 16px 16px 0 0;
    }

    .potato-spec-content {
        padding: 2rem 1.8rem;
    }

    .potato-spec-image i {
        font-size: 4.5rem;
    }

    .potato-spec-image span {
        font-size: 1.1rem;
    }

    .spec-header h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 640px) {
    .potato-spec-section {
        padding: 2rem 1rem;
    }

    .potato-spec-content {
        padding: 1.5rem 1.2rem;
    }

    .potato-spec-image {
        min-height: 160px;
        padding: 1.5rem;
    }

    .potato-spec-image i {
        font-size: 3.5rem;
    }

    .potato-spec-image span {
        font-size: 0.95rem;
        padding: 0.2rem 1.2rem;
    }

    .spec-header h2 {
        font-size: 1.5rem;
    }

    .spec-table td {
        padding: 0.6rem 0.4rem 0.6rem 0;
        font-size: 0.85rem;
    }

    .spec-table td:first-child {
        width: 42%;
        white-space: normal;
    }

    .spec-table td:first-child i {
        width: 1.4rem;
        font-size: 0.85rem;
    }

    .spec-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
    }

    .bulk-info {
        justify-content: center;
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
        text-align: center;
    }

    .enquiry-btn {
        justify-content: center;
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .spec-header h2 {
        font-size: 1.3rem;
    }

    .spec-table td {
        font-size: 0.78rem;
        padding: 0.5rem 0.2rem 0.5rem 0;
    }

    .spec-table td:first-child i {
        width: 1.2rem;
        font-size: 0.75rem;
    }

    .potato-spec-image i {
        font-size: 2.8rem;
    }

    .potato-spec-image span {
        font-size: 0.8rem;
    }
}

/* ========== START: POTATO SPECIFICATIONS SECTION CSS ========== */
/* Responsive, 2-column layout (image left + content right) */

.potato-spec-section {
    width: 100%;
    padding: 3.5rem 1.5rem;
    background: #f9fbf9;
}

.potato-spec-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 2.5rem;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 0;
}

/* ---- left column: image ---- */
.potato-spec-image {
    flex: 0 0 45%;
    min-height: 380px;
    background: #e8f0e6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.potato-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- right column: content ---- */
.potato-spec-content {
    flex: 1;
    padding: 2.5rem 2.8rem 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* header */
.spec-header {
    margin-bottom: 1.8rem;
}

.spec-badge {
    display: inline-block;
    background: #e8f3e8;
    color: #1e5a2e;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 1.2rem;
    border-radius: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 0.6rem;
}

.spec-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e3c2c;
    margin: 0.2rem 0 0.3rem 0;
}

.spec-subtitle {
    color: #5a6f5a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* table */
.spec-table-wrapper {
    margin: 0.8rem 0 1.5rem 0;
    overflow-x: auto;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.spec-table tr {
    border-bottom: 1px solid #eef3ee;
}

.spec-table tr:last-child {
    border-bottom: none;
}

.spec-table td {
    padding: 0.9rem 0.6rem 0.9rem 0;
    vertical-align: middle;
}

.spec-table td:first-child {
    font-weight: 600;
    color: #1e3c2c;
    width: 38%;
    white-space: nowrap;
}

.spec-table td:first-child i {
    width: 1.6rem;
    color: #3d7a4a;
    font-size: 1rem;
    margin-right: 0.3rem;
}

.spec-table td:last-child {
    color: #2d4a2d;
    font-weight: 500;
}

/* footer: bulk order + button */
.spec-footer {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bulk-info {
    font-size: 0.95rem;
    color: #2d4a2d;
    background: #f2f7f2;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
}

.bulk-info i {
    color: #2a7a3a;
    font-size: 1.1rem;
}

.enquiry-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #1e5a2e;
    color: #fff;
    padding: 0.7rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(30, 90, 46, 0.25);
    white-space: nowrap;
}

.enquiry-btn:hover {
    background: #134a22;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 90, 46, 0.3);
}

.enquiry-btn i {
    font-size: 1rem;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .potato-spec-container {
        flex-direction: column;
        gap: 0;
        border-radius: 16px;
    }

    .potato-spec-image {
        flex: 0 0 auto;
        min-height: 250px;
        width: 100%;
        border-radius: 16px 16px 0 0;
    }

    .potato-img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .potato-spec-content {
        padding: 2rem 1.8rem;
    }

    .spec-header h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 640px) {
    .potato-spec-section {
        padding: 2rem 1rem;
    }

    .potato-spec-content {
        padding: 1.5rem 1.2rem;
    }

    .potato-spec-image {
        min-height: 180px;
    }

    .potato-img {
        height: 180px;
    }

    .spec-header h2 {
        font-size: 1.5rem;
    }

    .spec-table td {
        padding: 0.6rem 0.4rem 0.6rem 0;
        font-size: 0.85rem;
    }

    .spec-table td:first-child {
        width: 42%;
        white-space: normal;
    }

    .spec-table td:first-child i {
        width: 1.4rem;
        font-size: 0.85rem;
    }

    .spec-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
    }

    .bulk-info {
        justify-content: center;
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
        text-align: center;
    }

    .enquiry-btn {
        justify-content: center;
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .spec-header h2 {
        font-size: 1.3rem;
    }

    .spec-table td {
        font-size: 0.78rem;
        padding: 0.5rem 0.2rem 0.5rem 0;
    }

    .spec-table td:first-child i {
        width: 1.2rem;
        font-size: 0.75rem;
    }

    .potato-spec-image {
        min-height: 150px;
    }

    .potato-img {
        height: 150px;
    }
}
/* ========== END: POTATO SPECIFICATIONS SECTION CSS ========== */