/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* :root {
  --primary-color: #1bb1dc;
  --primary-hover: #0a98c0;
  --dark-bg: #2d2b46;
} */

:root {
  /* Corporate Blue (default) */
  --accent-color: #1bb1dc;
  --accent-hover: #0a98c0;
  --bg-dark: #2d2b46;
  --box-bg: #3a3955;
  --text-dark: #413e66;
  --text-light: #ccc;
  --white: #fff;

  /* Deep Forest + Gold (Branding) */
  --forest-green: #2E5339;
  --royal-gold: #D4AF37;
  --light-cream: #F7F5E6;

  /* International Buyers */
  --intl-navy: #1F3B73;
  --intl-sky: #4AA3DF;
  --intl-silver: #C0C0C0;

  /* Herbal A */
  --olive-green: #708238;
  --terracotta: #D97B32;
  --pale-beige: #F5E8D5;

  /* Herbal B */
  --burnt-orange: #D35400;
  --sand-yellow: #F4D03F;
  --earth-brown: #6E3B24;
}

/* 🌿 Herbal Theme A */
body.theme-herbal {
  --accent-color: var(--olive-green);
  --accent-hover: var(--terracotta);
  --bg-dark: var(--earth-brown);
  --box-bg: var(--pale-beige);
  --text-dark: var(--olive-green);
  --text-light: #333;
}

/* 🌍 International Buyers Theme */
body.theme-intl {
  --accent-color: var(--intl-navy);
  --accent-hover: var(--intl-sky);
  --bg-dark: #f5f7fa;
  --box-bg: #fff;
  --text-dark: var(--intl-navy);
  --text-light: var(--intl-silver);
}

body.theme-brand {
  --accent-color: var(--royal-gold);
  --accent-hover: var(--forest-green);
  --bg-dark: var(--forest-green);
  --box-bg: var(--light-cream);
  --text-dark: var(--forest-green);
  --text-light: #444;
}

body.theme-herbal-b {
  --accent-color: var(--burnt-orange);
  --accent-hover: var(--sand-yellow);
  --bg-dark: var(--earth-brown);
  --box-bg: var(--sand-yellow);
  --text-dark: var(--earth-brown);
  --text-light: #333;
}


body {
    background: #fff;
    color: #444;
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Montserrat", sans-serif;
}


a {
    color: #1bb1dc;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #1bb1dc;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    /* padding: 0 0 10px 0; */
      padding: 0 0 4px 0;
    /* font-size: 14px; */
    /* font-size: 30px; */
        font-size: 18px;
    transition: all 0.5s;
}

#topbar .social-links {
    text-align: right;
}

#topbar .social-links a {
    color: #535074;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
}

#topbar .social-links a:hover {
    color: #1bb1dc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* #header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    position: fixed;
    left: 0;
    background-color: #fff;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
} */

/* new code */
#header {
  /* background: linear-gradient(90deg, #053283 0%, #fabf03 100%); */
      /* background: linear-gradient(90deg, #bfd1f3 0%, #0a3f85 100%); */
      /* background: linear-gradient(90deg, #000000 0%, #0a3f85 100%); */
          /* background: linear-gradient(90deg, #0a3f85 0%, #0a3f85 100%); */
           background: #FFFFFF;
  color: #fff;
  transition: all 0.5s;
  height: 100px;

  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
}

#header .navbar-nav .nav-link {
  /* color: #fff !important; */
     color: #0a3f85 !important;
  font-weight: 600;
}

#topbar .social-links a {
  /* color: #fff; */
     color: #0a3f85 !important;
  transition: color 0.3s ease;
}

#topbar .social-links a:hover {
  color: #000; /* or #fabf03 for contrast */
}

/* new code end */

#header.header-scrolled,
#header.header-pages {
    height: 66px;
    /* height: 80px; */
    padding: 15px 0;
    /* background-color: black; */
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    /* margin: -15px 0; */
        margin: -21px 0;
    /* max-height: 50px; */
    /* height: 70px; */
    height: auto;
    background-color: white;
}

.main-pages {
    margin-top: 60px;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    /* // background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat; */
    /* background: #f5f8fd url("../img/intro-bg.png") center top no-repeat; */
    /* background-color: #212529; */
    /* background-color: #2d2b46; */

    background-size: cover;
    text-shadow: 1px 1px 2px #212529;
}

.clearfix {
    top: 35% !important;
}

#intro .intro-info h2 {
    /* color: #413e66; */
    color: #fff;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #212529;
}

#intro .intro-info h2 span {
    color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1bb1dc;
    color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
    background: #000;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */



.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    /* color: #413e66; */
    /* color: #fff; */
    color: #000;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #000000;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}



.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #1bb1dc;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

/* drop down last child left open because this comment */

/* .main-nav .drop-down .drop-down:hover>ul {  
    opacity: 1;
    top: 0;
    left: 100%;
} */

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #065e77;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 36px;
    color: #413e66;
    /* color: #fff; */
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    /* color: #535074; */
   color: #ccc;
    width: 50%;
}


/* Section with background
--------------------------------*/

.section-bg {
    /* background: #f5f8fd; */
    background: #2d2b46;
}

/* About Us Section
--------------------------------*/
/* 
#about {
    padding: 80px 0;
}

#about .about-content {
    padding-top: 40px;
}

#about .about-content h2 {
    color: #413e66;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#about .about-content h3 {
 
    color: #000000;
   
    font-weight: 400;
    font-size: 22px;
    font-size: 21px;
    line-height: 26px;
}

#about .about-content ul {
    list-style: none;
    padding: 0;
}

#about .about-content ul li {
    padding-bottom: 10px;
}

#about .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc;
}

#about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}

#about .about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: .5s;
}

#about .about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#about .why-content {
    color: #413e66;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

} */


/* Services Section
--------------------------------*/
/* 
#services {
    padding: 60px 0 40px 0;
} */

#services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 300px;


}

.btnMore {
    position: absolute;
    /* margin-top: -158px; */
    bottom: 0;
    z-index: 999;
    margin-left: 92px;
}

/* #services .box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

#services .box:hover {
    box-shadow: 0 4px 15px rgba(27, 177, 220, 0.3);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

#services .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#services .icon i {
    font-size: 36px;
    line-height: 1;
}

#services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .title a {
    color: #111;
}

#services .box:hover .title a {
    color: #1bb1dc;
}

#services .description {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: left;
}


/* New */
#services.section-bg {
    background-color: #1F3B73; /* Navy Blue */
    color: #fff;
    padding: 60px 0;
}

#services .section-header p {
    color: #C0C0C0; /* Silver */
}

#services .box {
    background: #27437d; /* Slightly lighter navy */
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

#services .box:hover {
    background-color: #3a5bbf; /* brighter blue */
    box-shadow: 0 8px 16px rgba(74, 163, 223, 0.3); /* sky blue shadow */
    transform: translateY(-5px);
    cursor: pointer;
}

#services .title {
    color: #4AA3DF; /* Sky Blue */
    font-weight: 700;
}

#services .description {
    color: #ddd;
}

#services .icon {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 15px;
}



/* Why choose Us Section
--------------------------------*/

#solution {
    padding: 60px 0;
}

#solution .solution-content .features {
    margin: 0 0 15px 0;
    padding: 0;
    transition: 0.3s ease-in-out;
}

#solution .solution-content .features i {
    font-size: 36px;
    float: left;
}

#solution .solution-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #413e66;
    margin-bottom: 5px;
}

#solution .solution-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #555186;
}

#solution .counters {
    padding-top: 40px;
}

#solution .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    /* display: block; */
    color: #555186;
}

#solution .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #8a87b6;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: #2d2b46;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #1bb1dc;
    border: 3px solid #1bb1dc;
}


/* Features Section
--------------------------------*/

#features {
    padding: 80px 0;
}

#features h4 {
    font-weight: 600;
    font-size: 24px;
}


/* Portfolio Section
--------------------------------*/



#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #413e66;
    /* color: #fff; */
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    color: #1bb1dc;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-size: 22px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #f8fcff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #1bb1dc;
    border-radius: 50%;
    margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
    background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 60px 0;
}

#testimonials .section-header {
    margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #1bb1dc;
}


/* Team Section
--------------------------------*/

#team {
    padding: 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#team .member .member-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    padding: 15px 0;
    background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
    transition: margin 0.2s;
    height: 40px;
    transition: height 0.4s;
}

#team .member:hover .member-info {
    transition: 0.4s;
}

#team .member:hover .member-info-content {
    height: 80px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

#team .member .social a:hover {
    color: #1bb1dc;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/* Clients Section
--------------------------------*/

#clients {
    padding: 60px 0;
}

#clients img {
    max-width: 80%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #1bb1dc;
}


/* Pricing Section
--------------------------------*/

#pricing {
    padding: 80px 0;
}

#pricing .card {
    border: 0;
    border-radius: 0px;
    box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
    transition: all .3s ease-in-out;
    padding: 36px 0;
    position: relative;
}

#pricing .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #1bb1dc;
    transition: 0.5s;
}

#pricing .card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
    width: 100%;
}

#pricing .card .card-header {
    background-color: white;
    border-bottom: 0px;
    -moz-text-align-last: center;
    text-align-last: center;
}

#pricing .card .card-title {
    margin-bottom: 16px;
    color: #535074;
}

#pricing .card .card-block {
    padding-top: 0;
    text-align: center;
}

#pricing .card .list-group-item {
    border: 0px;
    padding: 6px;
    color: #413e66;
    font-weight: 300;
}

#pricing .card h3 {
    font-size: 64px;
    margin-bottom: 0px;
    color: #535074;
}

#pricing .card h3 .currency {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0px;
}

#pricing .card h3 .period {
    font-size: 16px;
    color: #6c67a3;
    letter-spacing: 0px;
}

#pricing .card .list-group {
    margin-bottom: 15px;
}

#pricing .card .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    border-radius: 0;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff;
}

#pricing .card .btn:hover {
    background: #0a98c0;
}


/* Frequently Asked Questions Section
--------------------------------*/

#faq {
    padding: 60px 0;
    overflow: hidden;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding-right: 20px;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

#faq #faq-list p {
    margin-bottom: 20px;
    font-size: 16px;
}

#faq #faq-list a.collapse {
    color: #1bb1dc;
}

#faq #faq-list a.collapsed {
    color: #000;
}

#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}


/*--------------------------------------------------------------
# Footer
/* --------------------------------------------------------------*/

/* #footer {
    padding: 0 0 30px 0;
    font-size: 14px;
    color: #fff;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: #2d2b46;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 32px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #0a98c0;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
}

#footer .footer-top .footer-links ul a:hover {

     color: #1bb1dc;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #1bb1dc;
    border: 1px solid #1bb1dc;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #0a98c0;
}

#footer .footer-top .form .form-group {
    margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
    color: #fff;
    background: #1bb1dc;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
    color: #fff;
    display: none;
    background: red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
    display: block;
}

#footer .footer-top .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#footer .footer-top .form label {
    color: #413e66;
    font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
    background: #1bb1dc;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
    background: #0a98c0;
    cursor: pointer;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #8582a8;
}

#footer .credits a {
    color: #1bb1dc;
}

#footer .credits a:hover {
    color: #0a98c0;
}  */


/* new footer */
/* Footer Section Background */
#footer.section-bg {
  /* background-color: #2E5339;  */
  background-color: #004080;
  color: #F7F5E6; /* Light Cream */
  padding: 60px 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

/* Headings in Footer */
#footer h3, 
#footer h4 {
  /* color: #D4AF37;  */
  /* Royal Gold */
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

/* Footer Links */
#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul li {
  padding: 5px 0;
}

#footer .footer-links ul li a {
  color: #F7F5E6;
  text-decoration: none;
  transition: 0.3s;
}

#footer .footer-links ul li a:hover {
  /* color: #D4AF37; */
  color: #ffffff;
  text-decoration: underline;
}

/* Footer Contact */
#footer .footer-contact p {
  margin-bottom: 8px;
}

/* Social Icons */
#footer .social-links a {
  font-size: 16px;
  display: inline-block;
  /* background: #D4AF37; */
  background: #ffffff;;
  /* color: #2E5339; */
  color: #0a3f85;
  line-height: 1;
  padding: 8px 10px;
  margin-right: 8px;
  border-radius: 50%;
  transition: 0.3s ease;
}

#footer .social-links a:hover {
  background: #F7F5E6;
  color: #2E5339;
}

/* Copyright and Credits */
#footer .copyright {
  text-align: center;
  padding: 10px 0;
  color: #ccc;
  border-top: 1px solid #446652;
  margin-top: 30px;
  font-size: 14px;
}

.footer-logo {
  max-height: 50px;
  width: auto;
  background-color: white;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-brand .brand-text {
  color: #D4AF37; /* Royal Gold */
  font-weight: bold;
  font-size: 20px;
}


/* WhatsApp Button */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 14px 16px;
  font-size: 24px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  text-decoration: none;
}

.whatsapp-tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 60px;
  right: 0;
  white-space: nowrap;
  font-size: 13px;
  transition: opacity 0.3s ease;
  z-index: 1001;
}

.whatsapp-float:hover .whatsapp-tooltip {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #intro .intro-info {
        padding-top: 50px;
    }

    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    #topbar {
        display: none;
    }

    #header {
        height: 70px;
        padding: 15px 0;
    }

    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }

    #solution .solution-content {
        padding-top: 30px;
    }

    #pricing {
        padding-bottom: 30px;
    }

    #pricing .card {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

@media (max-width: 767px) {
    #intro {
        height: auto;
        padding: 80px 0 60px 0;
    }

    #intro .container {
        height: 100% !important;
    }

    .clearfix {
        top: 20% !important;
    }

    #intro .intro-img {
        width: 80%;
    }

    #intro .intro-info {
        text-align: center;
        padding-top: 40px;
    }

    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .section-header p {
        width: 100%;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }

    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }

    #intro .container {
        height: 100% !important;
    }

    .clearfix {
        top: 0% !important;
    }

    #intro .intro-img {
        width: 40% !important;
    }

    #intro .intro-info {
        text-align: center;
        padding-top: 0px !important;
    }

    #intro .intro-info h2 {
        font-size: 20px;
        margin: 5px !important;
    }
}

/*--------------------------------------------------------------
# carouse css
--------------------------------------------------------------*/



.carousel {

    height: 100%;
    overflow: hidden;

}

.carousel-inner {
    max-height: 840px;

    img {
        max-height: 840px;
    }
}

.carousel-indicators img {
    max-width: 100px;
}

.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel .active.left,
.carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel .next,
.carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.carousel-inner .carousel-item .img {
    height: 50%;
}


.top-content {
    width: 100%;
    margin-top: 4%;
    padding: 0;
}

.top-content .carousel-control-prev {
    border-bottom: 0;
}

.top-content .carousel-control-next {
    border-bottom: 0;
}

.top-content .carousel-caption {
    padding-bottom: 60px;
}

.top-content .carousel-caption h1 {
    padding-top: 60px;
    color: #fff;
}

.top-content .carousel-caption h3 {
    color: #fff;
}

.top-content .carousel-caption .carousel-caption-description {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.top-content .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.navbar-nav .dropdown-menu {
    /* margin-top: 5px; */
    position: static;
    float: none;
    /* background-color: #000; */
}


.main-nav .drop-down:last-child ul {
    left: auto;
    /* Reset left positioning */
    right: 100%;
    /* Move dropdown to the left of the parent */
}

/* Show the last dropdown on hover */



/* book meeting new design page */


::placeholder {
    color: #555 !important;
}


/* css new for navbar */
.navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
    font-weight: 600;
    color: #000 !important;
    padding-left: 15px !important;
}

.navbar-nav .dropdown-item {
    font-size: 14px !important;
    font-weight: 600;
    /* color: #065e77 !important; */
    color: #0a3f85 ;
    margin-bottom: 12px !important;
}

.navbar-nav .dropdown-item:hover {
    color: #1bb1dc !important;
}
.dropdown-menu .submenu  {
    left: auto !important;
    right: 100% !important;
    top: 4px!important;
    margin-bottom: 50%!important;
}


.navbar-nav>li>a {

    line-height: 34px!important;
}




.dropdown-menu {
        top: 88%!important;
    border: 0 !important;
    /* padding: 12px !important; */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}

  .dropdown-item:hover .submenu {
    visibility: visible;
    opacity: 1;
    

  }

/* 
.category-box {
  background: #3a3861; 
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: background 0.3s ease;
}

.category-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #1bb1dc;
}

.category-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.category-box ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #ddd;
}

.category-box:hover {
  background: #1bb1dc;
  color: #fff;
}

.category-box:hover h4,
.category-box:hover ul li {
  color: #fff;
} */


/* new catogrycss */




  /* new code product css */


  /* #product-categories.section-bg {
  background-color: #2d2b46; 
  color: #fff;
  padding: 60px 0;
}

#product-categories .section-header h3 {
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
}


.category-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: 0.3s ease;
  height: 100%;
  text-align: center;
}

.category-box img {
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.category-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
 
}

.category-box:hover {
  background: #1bb1dc;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.category-box:hover h4 {
  color: #fff;
} */

/* end catogrycss */

/* new and new code add product catgories*/
#product-categories.section-bg {
  /* background-color: #2E5339; */
  color: #F7F5E6; /* Light Cream */
  padding: 60px 0;
}

#product-categories .section-header {
  margin-top: 45px; /* Adds top space to the heading block */
  text-align: center;
  margin-bottom: 45px;
}

#product-categories .section-header h3 {
  /* color: #D4AF37; */
   /* Royal Gold */
color: #0a3f85;
  margin-top: 20px; /* Adds space above the heading itself */
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

.category-box {
  background-color: #e6edf7; /* Light Cream */
  border-radius: 8px;
  overflow: hidden; /* Ensures image respects border radius */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  color: #2E5339; /* Forest text color */
  display: flex;
  flex-direction: column;
}

.category-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 0;
}

.category-box h4 {
  font-weight: 600;
  margin: 16px 0;
  /* color: #2E5339; */
  color: #0a3f85;

  padding: 0 12px;
}

.category-box:hover {
  /* background: #D4AF37;  */
  background: #0a3f85;
  /* Royal Gold hover */
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(212, 175, 55, 0.3);
}

.category-box:hover h4 {
  color: #fff;
}




/* end new and new code add product catgories */

#global-hero {
  background: url('../img/hero/global.jpg') center center / cover no-repeat;
  height: 60vh;
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#global-hero .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
/* new and new code map */
#global-presence.section-bg {
  /* background-color: #35854d!important; */
    /* background-color: #1f3b73!important; */
        background-color: #1f3b73!important;
  color: #F7F5E6; /* Light Cream */
  padding: 60px 0;
}

#global-presence .section-header h3 {
  /* color: #D4AF37;  */
  /* Royal Gold heading */
  color: #ffffff;

}

#global-presence .section-header p {
  color: #f8fcff; /* Royal Gold heading */

}


/* Map Container */
.map-container {
  position: relative;
  max-width: 100%;
  margin: 30px auto;
}

/* Flag markers */
.flag-marker {
  position: absolute;
  width: 24px;
  height: auto;
  transition: transform 0.2s;
  z-index: 2;
}

/* Future market flags (grayscale + hover effect) */
.flag-marker.future {
  opacity: 0.85;
  filter: grayscale(30%);
}

.flag-marker.future:hover {
  transform: scale(1.1);
  filter: none;
}

/* Market summary text */
.market-summary {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #F7F5E6; /* Light Cream text */
}

.market-summary strong {
  /* color: #D4AF37; */
  /* Royal Gold for emphasis */
  color: #FFFFFF;
}

/* Bottom flag styles */
.bottom-flag {
  width: 48px;
  height: auto;
  border-radius: 4px;
  border: 2px solid #F7F5E6;
}

.future-flag {
  opacity: 0.85;
  filter: grayscale(30%);
}

.future-flag:hover {
  filter: none;
}

/* Legend dots */
.legend-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.legend-dot.current {
  background-color: #D4AF37; /* Royal Gold */
}

.legend-dot.future {
  background-color: #AAAAAA; /* Light grey */
}


/* end new and new code map */

/* 
new code partner with us */
/* #partner-with-us-short {
  background-color: #1a1a1a;
}

#partner-with-us-short h4 {
  font-size: 1.75rem;
  font-weight: 600;
}

#partner-with-us-short p {
  font-size: 1rem;
  color: #ddd;
}

#partner-with-us-short .btn-warning {
  background-color: #ffd700;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
} */

/* end partner with us */

/* Section Background */
/* .partnerwithus-section {
  background-color: #2E5339; 
  color: #F7F5E6; 
  padding: 60px 0;
} */
.partnerwithus-section {
  position: relative;
  background-image: url('../img/Hero/partnerwithus.jpg');
  background-size: cover;
  background-position: center;
  color: #F7F5E6; /* Light Cream */
  height: 30rem;
  padding: 80px 0;
  z-index: 0;
}

.partnerwithus-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 50% black overlay */
  z-index: 1;
}

.partnerwithus-section > * {
  position: relative;
  z-index: 2;
}

/* Heading */
.partnerwithus-section h4 {
  color: #F7F5E6; /* Light Cream */
  font-weight: 900;
  letter-spacing: 1px;
}

/* Paragraph */
.partnerwithus-section p {
  color: #F7F5E6; /* Light Cream */
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 30px;
}


/* CTA Button */
/* .btn-gold {
  background-color: #D4AF37;
  border: none;
  color: #2E5339;
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-gold:hover {
  background-color: #b8952e;
  color: #fff;
} */

#partnerwithus .btn-goldblue {
  /* background-color: #0a5485!important; */
  /* border: #0a3f85; */
  border-color: #0a3f85;
   color: #000000;
  /* color: #2E5339; */
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

#partnerwithus .btn-goldblue:hover {
  background-color: #0a3f85;;
  color: #ffffff;
} 
/* whatsapp use */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 14px 16px;
  font-size: 24px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  text-decoration: none;
}

.whatsapp-tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 60px;
  right: 0;
  white-space: nowrap;
  font-size: 13px;
  transition: opacity 0.3s ease;
  z-index: 1001;
}

.whatsapp-float:hover .whatsapp-tooltip {
  visibility: visible;
  opacity: 1;
}

/* end whatsapp use */


/* new about code */
/* #about-us {
  background: #f5f7fa;
  padding: 60px 0;
} */


#about-us {
  background: url('../img/aboutus/Import-export.jpg') center center / cover no-repeat;
  height: 60vh;
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#about-us .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section-header h2 {
  font-size: 32px;
  color: #1bb1dc;
  font-weight: 700;
}

.section-header p {
  color: #555;
  font-size: 16px;
}

.about-block {
  margin-top: 50px;
}

.about-row {
  margin-top: 40px;
  margin-bottom: 60px;
}

.icon-img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

.export-markets span {
  font-weight: 500;
  font-size: 16px;
  margin: 0 10px;
  color: #333;
}

@media (max-width: 767px) {
  .about-row {
    flex-direction: column-reverse;
  }
  .icon-img {
    width: 50px;
    height: 50px;
  }
}


.section-bg {
  background-color: #f9fafc;
  padding: 60px 0;
}

.about-row img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.icon-img {
  width: 70px;
  margin-bottom: 15px;
}

.about-block {
  margin-top: 50px;
}

.export-markets span {
  display: inline-block;
  margin: 0 8px;
  font-weight: 600;
  color: #1bb1dc;
}

h3, h4 {
  color: #1bb1dc;
  margin-bottom: 20px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

.vision-text {
  max-height: 180px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}

.vision-text.expanded {
  max-height: 1000px; /* adjust as needed */
}

#readMoreBtn {
  transition: 0.3s;
}
.mission-image img {
  max-width: 60%; /* or adjust % to your preference */
  margin: 0 auto; /* center if needed */
}

.about-blocks {
  padding: 60px 15px;
  background-color: #f9fafc;
}

.about-blocks h3 {
  color: #1bb1dc;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 2rem;
}

.about-blocks .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.about-blocks .col-md-4 {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 5px 15px rgba(27, 177, 220, 0.1);
  transition: box-shadow 0.3s ease;
  flex: 1 1 280px;
  max-width: 320px;
}

.about-blocks .col-md-4:hover {
  box-shadow: 0 8px 25px rgba(27, 177, 220, 0.3);
}

.about-blocks .col-md-4 p {
  font-weight: 600;
  font-size: 1.1rem;
  color: #1bb1dc;
  margin: 0;
  position: relative;
  padding-left: 25px;
}

.about-blocks .col-md-4 p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1bb1dc;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {
  .about-blocks .col-md-4 {
    max-width: 100%;
  }
}



/* end about code */


/* why choose us */

#why-choose-us {
  background-color: #f9fafc;
  color: #444;
  padding-top: 60px;
  padding-bottom: 60px;
}

#why-choose-us h2 {
  color: #1bb1dc;
  font-weight: 700;
  margin-bottom: 15px;
}

#why-choose-us p {
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.choose-us-list {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  padding-left: 20px;
}

.choose-us-list li {
  margin-bottom: 20px;
}

/* end why choose us */

@media (min-width: 992px) {
.navbar-nav{
    padding-top:  0 !important;
}
.navbar-nav>li>a{
    padding-top:  0 !important;
}
}
@media (min-width: 320px) {
    .mobileView {
        display: block !important;
    }
}

@media (max-width: 580px) {
    .mobileView {
        display: none !important;
    }
}

@media (min-width: 570px) {
    .mobileView {
        display: none !important;
    }
}

/* card css */


/* spices css */
#spices-hero {
  /* background: url('{{ asset("../img/Product/heading/spices-overview.jpg") }}') no-repeat center center/cover; */
  background: url("../img/Product/heading/spices-overview.jpg");
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
#spices-hero .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#spices-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

#spices-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#spices-hero h1,
#spices-hero p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #spices-hero {
    height: 50vh;
  }

  #spices-hero h1 {
    font-size: 2rem;
  }

  #spices-hero p {
    font-size: 1rem;
  }
}

#spices-intro .right-text {
  font-family: 'Montserrat', sans-serif;
  color: #2c6e49; /* greenish tone for spice vibe */
  text-align: left;
}

#spices-intro .right-text h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

#spices-intro .right-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}


/* Spice Cards */
#spice-varieties .card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#spice-varieties .card:hover,
#spice-varieties .card:focus-within,
#spice-varieties .card:focus {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(74, 163, 223, 0.2);
    outline: none;
}

#spice-varieties .card:focus-within,
#spice-varieties .card:focus {
    outline: 2px solid #1bb1dc;
    outline-offset: 2px;
}

#spice-varieties .card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

#spice-varieties .card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#spice-varieties .card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #27437d;
    margin-bottom: 10px;
}

#spice-varieties .card-text {
    font-size: 14px;
    color: #555;
}




/* spices css end */

/*  certifcate css */
.certifications-list {
  display: flex;
  justify-content: center;  /* center the row */
  gap: 30px;                /* space between items */
  flex-wrap: nowrap;        /* keep all in one row */
  overflow-x: auto;         /* horizontal scroll on small screens */
  padding: 20px 0;
}

.certifications-list .item {
  flex: 0 0 auto;           /* don’t shrink, fixed width */
  width: 180px;
  text-align: center;
}

.certifications-list .item img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.certifications-list .item .content p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}

.certifications-list .item .content h2 {
  font-size: 16px;
  margin: 5px 0 0;
  color: #333;
}

/* Optional: scrollbar styling (for WebKit browsers) */
.certifications-list::-webkit-scrollbar {
  height: 8px;
}

.certifications-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

/* Responsive tweak */
@media (max-width: 600px) {
  .certifications-list {
    gap: 15px;
    padding: 10px 0;
  }

  .certifications-list .item {
    width: 140px;
  }

  .certifications-list .item img {
    width: 80px;
  }
}
/* end certifcate css */

/* home page about css */

/* About Section Styling */
.about-section {
  background-color: #f8f9fa;
  font-family: 'Montserrat', sans-serif;
}

.about-section h2 {
  font-weight: 700;
  color: #0a3f85; /* deep green for organic/business trust tone */
}

.about-section .lead {
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
}

.about-section p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.about-section .btn {
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-section .btn-outline-primary {
  border-color: #1bb1dc;
  color: #1bb1dc;
}

.about-section .btn-outline-primary:hover {
  background-color: #1bb1dc;
  color: #fff;
  border-color: #1bb1dc;
}

.about-img img {
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
/* end about home css */


#grains-hero {
  background: url("../img/Product/heading/grains-overview.jpg") no-repeat center center/cover;
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#grains-hero .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#grains-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

#grains-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#grains-hero h1,
#grains-hero p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #grains-hero {
    height: 50vh;
  }

  #grains-hero h1 {
    font-size: 2rem;
  }

  #grains-hero p {
    font-size: 1rem;
  }
}

#grain-varieties .card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#grain-varieties .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(74, 163, 223, 0.2);
}

#grain-varieties .card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

#grain-varieties .card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#grain-varieties .card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2e5d34;
    margin-bottom: 10px;
}

#grain-varieties .card-text {
    font-size: 14px;
    color: #555;
}

#grains-details h3 {
  color: #2e5d34;
  font-weight: 700;
  margin-bottom: 1rem;
}

#grains-details ul {
  padding-left: 1.2rem;
}

#grains-details li {
  margin-bottom: 0.4rem;
  color: #444;
  font-size: 15px;
}

#grains-contact {
  background: #1e1e1e;
  color: white;
}

#grains-contact h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#grains-contact p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}



/* garments css */
#garments-hero {
  background: url("../img/Product/heading/garments-overview.jpg"); /* Replace with actual image */
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#garments-hero .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#garments-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

#garments-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#garments-hero h1,
#garments-hero p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #garments-hero {
    height: 50vh;
  }

  #garments-hero h1 {
    font-size: 2rem;
  }

  #garments-hero p {
    font-size: 1rem;
  }
}

#garments-intro .right-text {
  font-family: 'Montserrat', sans-serif;
  color: #2c6e49; /* you can adjust this to a more fashion-oriented color */
  text-align: left;
}

#garments-intro .right-text h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

#garments-intro .right-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}


/* Garment Cards */
#garment-varieties .card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#garment-varieties .card:hover,
#garment-varieties .card:focus-within,
#garment-varieties .card:focus {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(74, 163, 223, 0.2);
  outline: none;
}

#garment-varieties .card:focus-within,
#garment-varieties .card:focus {
  outline: 2px solid #1bb1dc;
  outline-offset: 2px;
}

#garment-varieties .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#garment-varieties .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#garment-varieties .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #27437d;
  margin-bottom: 10px;
}

#garment-varieties .card-text {
  font-size: 14px;
  color: #555;

}

/* ========================
   Fabric Page CSS
======================== */

/* Hero Section */
#fabric-hero {
  background: url("../img/Product/heading/fabric-overview.jpg") no-repeat center center/cover;
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#fabric-hero .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#fabric-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.85;
  transition: 0.3s;
}

#fabric-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#fabric-hero h1,
#fabric-hero p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #fabric-hero {
    height: 50vh;
  }

  #fabric-hero h1 {
    font-size: 2rem;
  }

  #fabric-hero p {
    font-size: 1rem;
  }
}


/* Intro Section */
#fabric-intro .right-text {
  font-family: 'Montserrat', sans-serif;
  color: #5a3e36; /* warm earthy tone for fabric */
  text-align: left;
}

#fabric-intro .right-text h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

#fabric-intro .right-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}


/* Fabric Cards */
#fabric-varieties .card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#fabric-varieties .card:hover,
#fabric-varieties .card:focus-within,
#fabric-varieties .card:focus {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(200, 100, 100, 0.2);
  outline: none;
}

#fabric-varieties .card:focus-within,
#fabric-varieties .card:focus {
  outline: 2px solid #c87d7d;
  outline-offset: 2px;
}

#fabric-varieties .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#fabric-varieties .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#fabric-varieties .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #7a3e3e;
  margin-bottom: 10px;
}

#fabric-varieties .card-text {
  font-size: 14px;
  color: #555;
}


/* Details Section */
#fabric-details h3 {
  font-weight: 600;
  color: #5d3a3a;
}

#fabric-details ul {
  padding-left: 1.2rem;
}

#fabric-details ul li {
  margin-bottom: 0.4rem;
}


/* Export Info Section */
#export-info ul {
  list-style: disc;
  padding-left: 1.5rem;
  color: #444;
}


/* Certifications */
.certifications-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.certifications-list .item {
  text-align: center;
  max-width: 160px;
}

.certifications-list .item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}


/* CTA Section */
#fabric-contact {
  background: #4a3d3d;
  color: white;
  text-align: center;
}

#fabric-contact .btn-warning {
  color: #000;
  font-weight: bold;
}

/* Hero Section */
#industrial-hero {
  background: url("../img/Product/heading/industrial-overview.jpg") no-repeat center center/cover;
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#industrial-hero .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#industrial-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.85;
  transition: 0.3s;
}

#industrial-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#industrial-hero h1,
#industrial-hero p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #industrial-hero {
    height: 50vh;
  }

  #industrial-hero h1 {
    font-size: 2rem;
  }

  #industrial-hero p {
    font-size: 1rem;
  }
}


/* Intro Section */
#industrial-intro .right-text {
  font-family: 'Montserrat', sans-serif;
  color: #2c3e50; /* industrial steel-like tone */
  text-align: left;
}

#industrial-intro .right-text h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

#industrial-intro .right-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}


/* Industrial Cards */
#industrial-varieties .card {
  background-color: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#industrial-varieties .card:hover,
#industrial-varieties .card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(50, 50, 50, 0.2);
  outline: none;
}

#industrial-varieties .card:focus-within,
#industrial-varieties .card:focus {
  outline: 2px solid #999;
  outline-offset: 2px;
}

#industrial-varieties .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#industrial-varieties .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#industrial-varieties .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2e2e2e;
  margin-bottom: 10px;
}

#industrial-varieties .card-text {
  font-size: 14px;
  color: #555;
}


/* Details Section */
#industrial-details h3 {
  font-weight: 600;
  color: #2f2f2f;
}

#industrial-details ul {
  padding-left: 1.2rem;
}

#industrial-details ul li {
  margin-bottom: 0.4rem;
}


/* Export Info Section */
#export-info ul {
  list-style: disc;
  padding-left: 1.5rem;
  color: #444;
}


/* Certifications */
.certifications-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.certifications-list .item {
  text-align: center;
  max-width: 160px;
}

.certifications-list .item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}


/* CTA Section */
#industrial-contact {
  background: #1c1c1c;
  color: white;
  text-align: center;
}

#industrial-contact .btn-warning {
  color: #000;
  font-weight: bold;
}

/* Hero Section */

/* ayurveda css */
#ayurveda-hero {
  background: url("../img/Product/heading/ayurveda-overview.jpg"); /* Replace with your hero image */
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#ayurveda-hero .overlay {
background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#ayurveda-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.85;
  transition: 0.3s;
}

#ayurveda-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#ayurveda-hero h1,
#ayurveda-hero p {
  margin-bottom: 0.5rem;
  color: #e6f2d5; /* light greenish text */
}

@media (max-width: 768px) {
  #ayurveda-hero {
    height: 50vh;
  }

  #ayurveda-hero h1 {
    font-size: 2rem;
  }

  #ayurveda-hero p {
    font-size: 1rem;
  }
}

#ayurveda-intro .left-text {
  font-family: 'Montserrat', sans-serif;
  color: #2e7d32; /* matching green */
  text-align: left;
}

#ayurveda-intro .left-text h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

#ayurveda-intro .left-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

/* Ayurvedic Product Cards */
#ayurveda-products .card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#ayurveda-products .card:hover,
#ayurveda-products .card:focus-within,
#ayurveda-products .card:focus {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(46, 125, 50, 0.3);
  outline: none;
}

#ayurveda-products .card:focus-within,
#ayurveda-products .card:focus {
  outline: 2px solid #4caf50;
  outline-offset: 2px;
}

#ayurveda-products .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#ayurveda-products .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#ayurveda-products .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2e7d32;
  margin-bottom: 10px;
}

#ayurveda-products .card-text {
  font-size: 14px;
  color: #555;
}


/* Consumer Electronics Page Styles */

#electronics-hero {
  background: url("../img/Product/heading/electronics-overview.png") center center / cover no-repeat;
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

#electronics-hero .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#electronics-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

#electronics-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#electronics-hero h1,
#electronics-hero p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #electronics-hero {
    height: 50vh;
  }

  #electronics-hero h1 {
    font-size: 2rem;
  }

  #electronics-hero p {
    font-size: 1rem;
  }
}

/* Intro Section */
#electronics-intro {
  font-family: 'Montserrat', sans-serif;
}

#electronics-intro h3 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

#electronics-intro p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

/* Product Cards */
#electronics-products .card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#electronics-products .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 123, 255, 0.2);
}

#electronics-products .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#electronics-products .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#electronics-products .card-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #0d3a66;
  margin-bottom: 0.5rem;
}

#electronics-products .card-text {
  font-size: 14px;
  color: #555;
  flex-grow: 1;
}

/* Details Section */
#electronics-details h3 {
  font-size: 1.6rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 1rem;
}

#electronics-details ul {
  list-style: disc;
  padding-left: 1.5rem;
}

#electronics-details ul li {
  font-size: 14px;
  margin-bottom: 0.5rem;
}

/* Export Section */
#electronics-export ul {
  list-style: none;
  padding-left: 0;
}

#electronics-export ul li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

#electronics-export ul li::before {
  content: "📦";
  position: absolute;
  left: 0;
}

/* Contact CTA */
#electronics-contact {
  background-color: #004080;
  text-align: center;
  color: white;
}

#electronics-contact h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#electronics-contact p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}


/* Contact Us Hero Section */
#contact-hero {
  background: url('../img/Product/heading/electronics-overview.png') center center / cover no-repeat;
  height: 60vh;
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#contact-hero .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.map-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Inquiry Form */
#contact-form h3 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #1a1a1a;
}

#contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
}

#contact-form .btn-primary {
  background-color: #004080;
  border: none;
  border-radius: 8px;
}


.partner-page .hero-section {
  height: 60vh;
  background: url('../img/services/partner-hero.jpg') center center / cover no-repeat;
  position: relative;
}

.partner-page .hero-section .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.partner-page .section-bg {
  background-color: #f8f9fa;
}

.partner-page form .form-label {
  font-weight: 600;
  color: #333;
}

.partner-page form .form-control,
.partner-page form .form-select {
  border-radius: 0.375rem;
  box-shadow: none;
}

.partner-page form .form-control:focus,
.partner-page form .form-select:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.partner-page .btn-success {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 0.375rem;
}

.partner-page .alert {
  font-size: 1rem;
  border-radius: 0.375rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .partner-page .hero-section {
    height: 40vh;
  }

  .partner-page .btn-success {
    width: 100%;
  }
}



/* Hero Section */
#scrap-hero {
  background: url("../img/Product/heading/scrap-overview.jpg") no-repeat center center/cover;
  height: 70vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#scrap-hero .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#scrap-hero .breadcrumb-nav a {
  color: #fff;
  opacity: 0.85;
  transition: 0.3s;
}

#scrap-hero .breadcrumb-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#scrap-hero h1,
#scrap-hero p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #scrap-hero {
    height: 50vh;
  }

  #scrap-hero h1 {
    font-size: 2rem;
  }

  #scrap-hero p {
    font-size: 1rem;
  }
}


/* Intro Section */
#scrap-intro .right-text {
  font-family: 'Montserrat', sans-serif;
  color: #2c3e50;
  text-align: left;
}

#scrap-intro .right-text h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

#scrap-intro .right-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}


/* Scrap Cards */
#scrap-types .card {
  background-color: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#scrap-types .card:hover,
#scrap-types .card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(50, 50, 50, 0.2);
  outline: none;
}

#scrap-types .card:focus-within,
#scrap-types .card:focus {
  outline: 2px solid #999;
  outline-offset: 2px;
}

#scrap-types .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#scrap-types .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#scrap-types .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2e2e2e;
  margin-bottom: 10px;
}

#scrap-types .card-text {
  font-size: 14px;
  color: #555;
}


/* Scrap Details Section */
#scrap-details h3 {
  font-weight: 600;
  color: #2f2f2f;
}

#scrap-details ul {
  padding-left: 1.2rem;
}

#scrap-details ul li {
  margin-bottom: 0.4rem;
}


/* Export Info Section */
#scrap-export ul {
  list-style: disc;
  padding-left: 1.5rem;
  color: #444;
}


/* Certifications */
.certifications-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.certifications-list .item {
  text-align: center;
  max-width: 160px;
}

.certifications-list .item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}


/* CTA Section */
#scrap-contact {
  background: #1c1c1c;
  color: white;
  text-align: center;
}

#scrap-contact .btn-warning {
  color: #000;
  font-weight: bold;
}





/* Coming Soon Section */

#coming-soon {
  height: 100vh;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.coming-soon-wrapper {
  max-width: 600px;
  padding: 2rem;
}

#coming-soon h1 {
  font-size: 3rem;
  color: #2e7d32; /* green to match theme */
  margin-bottom: 1rem;
}

#coming-soon p {
  font-size: 1.25rem;
  color: #555;
}


@media (max-width: 1200px) {
  #header .navbar-nav .nav-item .nav-link,
  #header.header-scrolled .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  #header .logo img {
    height: 50px !important;
    margin: 0 !important; /* Optional: resets your negative margin on small screens */
    padding: 0 !important;
  }
}


/* new */

.global-presenceinfo h1,
.global-presenceinfo p,
.global-presenceinfo .text {
  color: #0a3f85 !important;
}
.global-presenceinfo .text-light p {
  color: #0a3f85 !important;
}



.global-presenceinfo #global-hero {
  background: url('../img/hero/global.jpg') center center / cover no-repeat;
  height: 60vh;
}

.global-presenceinfo #global-hero .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.global-presenceinfo #global-presence {
  background-color: #ffffff;
}

/* Market summary text */
#global-presenceinfo .market-summary {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #F7F5E6; /* Light Cream text */
}

#global-presenceinfo .market-summary strong {
  color: #D4AF37; /* Royal Gold for emphasis */
}

.contact-img {
  background: url('../img/map/contactus.jpg') center center / cover no-repeat;
  background-size: cover;      
  background-position: center;    
  background-repeat: no-repeat;
  width: 100%;                  
  height: 300px;                  
  border-radius: 8px;     
  margin-top: 15px;       
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}


/* Button styling override just to ensure consistent look */
.btn-outline-info {
  font-weight: 600;
  border-color: #0a3f85;
  padding: 10px 25px;
  border-radius: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-info:hover {
  background-color: #ffffff;
  color: #fff;
  border-color: #0a3f85;
}


/* travel-management.css */

/* Hero */
#travel-hero {
  background: url('/frontend/img/Product/travel/hero.jpg')center center / cover no-repeat;
  height: 60vh;
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#travel-hero .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


/* Section Header */
.section-header h2 {
  font-weight: 700;
  color: #003366;
}

/* Travel Card */
.travel-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

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

.travel-card .icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
}

.travel-card h5 {
  margin-bottom: 5px;
  font-weight: 600;
  color: #003366;
}

.travel-card p {
  margin: 0;
  color: #555;
}

.center-bullet-list {
  list-style-position: inside; /* bullets inside */
  padding-left: 0;
  margin-left: 0;
  display: inline-block;  /* shrink to fit content */
  text-align: left;       /* align text normally */
}