

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: "Archivo", sans-serif;
    font-weight: 300;
    padding-top: 30px;
}

.container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media (min-width: 1200px) {  /*for responsiveness on big screens*/
    .container-fluid {
        padding-left: 150px;
        padding-right: 150px;
    }
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}
/*ol,
ul {
    list-style: none;
    padding: 0;
}*/

ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control:focus {
    border-color: #82ca9c;
}

h1,
h2,
h3 {

    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.sections2 {
    padding-top:40px;
    padding-bottom:40px;
    position: relative;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'Archivo', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 12px;
}


.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 80px;
    margin: auto;
    background: #ededed;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled{
    color: #ffffff;
    background-color:#64c583;
    border-color: #f56363;
}
.btn-primary:hover {
    background-color:#64c583;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.728571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 200px;
    height: 50px;
    padding: 1em;
}

.btn-default {
    border-radius: 0px;
    background: transparent;
    color: #898787;
    border: 1px solid #c1c1c1;
    padding: 12px 15px;
    max-width:160px;
    margin-top: 20px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #194795;
    border-color:transparent;
}


.input-lg, .form-group-lg .form-control {
    height: 46px;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius:0;
}
.btn-lg, .btn-group-lg>.btn {
    font-size: 18px;
    line-height: 26px;
    border-radius:0;
    background: #194795;
    border: 0;
    padding: 10px 25px;
}
.input-group button a i{
    color:#fff;
}


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #CACACA;
    font-size: 12px;
    padding-top:2px;
}
input::-moz-placeholder {
    color: #CACACA;
    font-size: 12px;
    padding-top:2px;
}
input:-ms-input-placeholder {
    color: #CACACA;
    font-size: 12px;
    padding-top:2px;
}
textarea::-webkit-input-placeholder
{
    color: #CACACA;
    font-size: 12px;
    padding-top:2px;

}
textarea::-moz-input-placeholder
{
    color: #CACACA;
    font-size: 12px;
    padding-top:2px;
}
textarea::-ms-input-placeholder
{
    color: #CACACA;
    font-size: 12px;
    padding-top:2px;
}


/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
   background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  overflow: hidden;
}*/

/*For Our Global CSS*/
.heading-content h1{
    font-size:48px;
    margin-bottom:40px;
}

/* For Social Wrapper */
.social{
    background:#031534;
    padding: 4px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1031; /* one more than Bootstrap's navbar (1030) */
}
.social-wrapper {
    display: flex;
    justify-content: space-between; /* social icons left, contact right */
    align-items: center; /* vertically center everything */
    max-width: 1200px; /* optional: center wrapper in big screens */
    margin: 0 auto;
    padding: 0 20px; /* optional padding on sides */
}

.social-wrapper .social-icon a {
    display: inline-flex;       /* make icon + text a flex container */
    align-items: center;        /* vertically center icon with text */
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.social-wrapper .social-icon a:hover{
    color:#82ca9c;
}
.social-wrapper .social-icon a i{
    padding-right:10px;
}
.social-wrapper .social-contact{
    float:right;
    font-size:13px;
}
.social-wrapper .social-contact a{
    color:#fff;
    margin-right:20px;
}
.social-wrapper .social-contact a:hover{
    color:#82ca9c;
}
.social-wrapper .social-contact a i{
    padding-right:5px;
}

/*For Menu Style*/
.navbar-default {
    background-color: white;
    border-color: transparent;
    border-radius:0;
    padding-top:10px;
   padding-bottom: 10px;
   top: 30px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #104393;
    background-color:transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}
.navbar-default .navbar-nav li a :hover{
    color: #104393;
}
.navbar-default .collapse .login a{
    color: #104393;
    border: 1px solid #104393;
    border-radius: 20px;
    padding: 4px 30px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 30px;
    display:inline-block;
    overflow:hidden;
}
/* .navbar-default .collapse .login:hover a{
    background-color: rgba(0, 173, 62, 0.75);
    color:#fff;
} */
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #104393;
    background-color: transparent;
}
/* .navbar-brand{
    margin-top:-5px;	
} */
.navbar-brand {
    padding: 0 !important; /* Remove any default padding */
    margin: 0 !important;  /* Remove any default margin */
}
.navbar-brand img {
    max-height: 80px;
    width: 250px;
    height: 50px;
    /* width: auto; */
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
    margin-left: -40px;
}
.navbar-nav > li > .dropdown-menu {
    background: #104393;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.navbar-nav > li > .dropdown-menu > li > a {
    color: rgb(255, 255, 255); /* Same as navbar link color */
    padding: 10px 20px;
    font-size: 14px;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
    background: #f5f5f5;
    color: #000000;
}
/* Base state: hidden */
.navbar-nav > li > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);  /* slide slightly down */
    transition: all 0.3s ease;   /* smooth fade & slide */
}

/* Hover state: visible */
.navbar-nav > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);    /* slide into place */
    display: block;              /* still needed for Bootstrap */
}
/* Make sure parent <li> is positioned */
.navbar-nav > li.dropdown {
    position: relative;
}

/* Add the little arrow */
.navbar-nav > li.dropdown:hover > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px; /* just above dropdown */
    left: 70%;  /* adjust this so arrow aligns under menu item */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #104393;  /* same as dropdown background */
    z-index: 2;
}

/* for rolling banner */
.ticker {
  background: #cccbcb;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-bottom: 2.5px solid #031534; 
  position: sticky;  
  top: 90px;          
  z-index: 999; 
}

.ticker-icon {
    width: 20px;       /* adjust size */
    height: 20px;      /* keep proportional */
    margin-right: 8px; /* spacing between icon & text */
    vertical-align: middle;
}

.ticker-wrap {
  display: flex;
  width: 100%;
}

.ticker-move {
  display: flex;
  animation: ticker 15s linear infinite;
}

.ticker-item {
  flex-shrink: 0;
  padding: 0 50px;
  white-space: nowrap;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  margin-top: 3px;
}
/* Red square separator */
.ticker-item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #194794;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
}

/* Remove square after the last item */
.ticker-item:last-child::after {
  display: none;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%);}
}

/* 🔹 SOCIAL + NAVBAR RESPONSIVE FIX 🔹 */
@media (max-width: 767px) {
  /* Make social bar more compact */
  .social {
    padding: 3px 0;
    font-size: 8px;
    text-align: center;
  }

  /* Stack social content vertically */
  .social-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2px; /* small space between rows */
    padding: 0 7px;
  }

  .social-wrapper .social-contact {
    float: none;
    text-align: center;
  }

  .social-wrapper .social-contact a {
    display: inline-block;
    margin: 1px 10px;
    font-size: 12px;
  }

  .social-wrapper .social-icon a {
    font-size: 12px;
  }

  /* Adjust navbar to sit directly below resized social bar */
  .navbar-default {
    top: 50px; /* increase to match new social bar height */
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* Optional: shrink logo for mobile */
  .navbar-brand img {
    max-height: 45px;
    width: auto;
    margin-left: 0;
  }

  /* Keep ticker properly below navbar */
  .ticker {
    top: 100px; /* social (≈50px) + navbar (≈50px) */
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}

/* On extra small devices (like <480px) */
@media (max-width: 480px) {
  .navbar-default {
    top: 55px; /* extra spacing for very small screens */
  }

  .ticker {
    top: 110px;
  }

/* 🔹 Layout Fix: Logo Left, Menu Right */
.navbar-default .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 30px;
}

.navbar-header {
  display: flex;
  align-items: center;
}

.navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

/* Menu styling */
.navbar-collapse {
  flex-grow: 1;
  justify-content: flex-end;
}

/* Make sure nav items align right on desktop */
.navbar-nav {
  margin: 0;
}

/* ✅ Responsive behavior */
@media (max-width: 991px) {
  .navbar-default .container-fluid {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
  }

  .navbar-brand img {
    max-height: 45px;
  }

  .navbar-collapse {
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
  }

  .navbar-nav > li > a {
    padding: 10px 15px;
  }

  .btn-logout {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

}

/*For Home Section*/
/* .home{
    background:url('C:/Users/jyots/OneDrive/Desktop/kalis_warehouse_website/images/Photo/900_12 - Photo.jpg') no-repeat center center;
    color:#000;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
} */
/* .home {
    position: relative;
    overflow: hidden;  
    margin: 0 15px; 
     height: 100vh;         
    overflow: hidden; 

} */
/* .home video#bgvid {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 0;
    object-fit: cover; */
    /* margin-top: 40px; */
    /* max-width: 90%; */
/* } */
.home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.video-background, #youtube-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    z-index: -1;
}

.video-background iframe {
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

.overlay-content {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
}


.home .overlay-fluid-block,
.home .container {
    position: relative;
    z-index: 1;
} 
.home-wrapper{
    padding:300px 0px;
    overflow:hidden;
}
.home-content h1{
    font-size:48px;
    font-weight:700;
    margin-bottom: 30px;
    color: #fff;
}
.home-content p{
    margin-bottom: 30px;
    color: #fff;
}
.home-content .home-contact{
    margin-top: 90px;
}

.home-contact .input-group{display: block;}
.home-content .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 65%;
    margin-bottom: 0;
    height: 60px;
}
.home-content .home-contact input[type="text"]{
    color:#7ea7e9;
}
.home-content .home-contact input[type="submit"]{
    display:inline-block;
    width:35%;
    background:#104393;
    color:#fff;
    border: 0px;
}
.home-content .home-contact input[type="submit"]:hover{
    background-color: #104393;
}
.home-contact p{
    margin-top: 20px;
    color:#000;
    font-size:15px;
}
.form-control {
    border: 1px solid #DEDEDE;
    height:45px;
    border-radius: 0px;
    margin-right: -3px;
}
.head_title {
    margin-bottom: 40px;
}
.head_title p {
    max-width: 55%;
    margin: 10px auto;
    padding-bottom: 20px;
}
.head_title.text-center h5 {
    font-weight: 500; /* Make the text bolder */
}

/* features  section */

.single_features_left img{
    height:460px;
}
.single_features_right {
    margin-top:10%;
}

.single_features_right h2 {
    margin-bottom: 40px;
    font-size:40px;
    color:#222222;
}

.single_features_right p{
    font-size:18px;
}
.single_features_right ul li{
    font-size:18px;
    margin-top:3%;
}

/* Service2 Section */
.service2{}
.service_content{
    width: 90%;
    margin: 0 auto;
}

.single_service2{
    margin-top: 90px;
}
.single_service_left{
    display: inline-block;
}
.single_service2 img{
    width: 70px;
    margin-top: -70px;
}

.single_service2 .single_service_right{
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    overflow: hidden;
}
.single_service_right h2{

    font-size:24px;
    text-transform:uppercase;
    color:#222222;
    margin: 0;
}
.single_service_right p{
    font-size:18px;
    color:#777777;
}

/*For Price Section*/
.cd-header {
    height: 100px;
    line-height: 170px;
    position: relative;
}
.cd-header h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
    .cd-header {
        height: 160px;
        line-height: 280px;
    }
    .cd-header h1 {
        font-size: 3.6rem;
        font-weight: 300;
    }
}

.cd-pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-container {
        margin: 4em auto;
    }
    .cd-pricing-container.cd-full-width {
        width: 100%;
        max-width: none;
    }
}

.cd-pricing-switcher {
    text-align: center;
}
.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    background:#82ca9c;
}
.cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 35px;
    line-height: 40px;
    cursor: pointer;
    font-size:12px;
    color:#fff;
}
.cd-pricing-switcher .cd-switch {
    /* floating background */
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #0c1f28;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
    /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.no-js .cd-pricing-switcher {
    display: none;
}

.cd-pricing-list {
    margin: 2em 0 0;
}
.cd-pricing-list > li {
    position: relative;
    margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-list {
        margin: 3em 0 0;
    }
    .cd-pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-pricing-list > li {
        width: 33.3333333333%;
        float: left;
    }
    .cd-has-margins .cd-pricing-list > li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }
    .cd-has-margins .cd-pricing-list > li:last-of-type {
        margin-right: 0;
    }
}

.cd-pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
}
.touch .cd-pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}
.cd-pricing-wrapper.is-switched .is-visible {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -moz-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}
.cd-pricing-wrapper.is-switched .is-hidden {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -moz-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}
.cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    -moz-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    -moz-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}
.cd-pricing-wrapper > li {
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid #ededed;
}
.cd-pricing-wrapper > li::after {
    /* subtle gradient layer on the right - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    display: none;
}
.cd-pricing-wrapper .is-visible {
    /* the front item, visible by default */
    position: relative;
    z-index: 5;
}
.cd-pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.cd-pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
    .cd-pricing-wrapper > li::before {
        /* separator between pricing tables - visible when number of tables > 3 */
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #b1d6e8;
    }
    .cd-pricing-wrapper > li::after {
        /* hide gradient layer */
        display: none;
    }
    .cd-popular .cd-pricing-wrapper > li {
        box-shadow: inset 0 0 0 3px #e97d68;
    }
    .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
    .cd-secondary-theme .cd-pricing-wrapper > li {
        background: #3aa0d1;
        background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
        background: linear-gradient(to top, #3aa0d1, #3ad2d1);
    }
    .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
        background: #e97d68;
        background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
        background: linear-gradient(to top, #e97d68, #e99b68);
        box-shadow: none;
    }
    :nth-of-type(1) > .cd-pricing-wrapper > li::before {
        /* hide table separator for the first table */
        display: none;
    }
    .cd-has-margins .cd-pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px;
    }
    .cd-has-margins .cd-pricing-wrapper > li::before {
        display: none;
    }
}
@media only screen and (min-width: 1500px) {
    .cd-full-width .cd-pricing-wrapper > li {
        padding: 2.5em 0;
    }
}

.no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 320px) {
    .cd-popular .cd-pricing-wrapper > li::before {
        /* hide table separator for .cd-popular table */
        display: none;
    }

    .cd-popular + li .cd-pricing-wrapper > li::before {
        /* hide table separator for tables following .cd-popular table */
        display: none;
    }
}
.cd-pricing-header {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 1em;
    pointer-events: none;
    color: #FFFFFF;
    border:1px solid #82ca9c;
}
.cd-pricing-header h2 {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
}
.cd-popular .cd-pricing-header {
    background-color: #e97d68;
}
@media only screen and (min-width: 320px) {
    .cd-pricing-header {
        height: auto;
        padding: 1.9em 0.9em 1.6em;
        pointer-events: auto;
        text-align: center;
        color: #000;
        font-size:14px;
    }
    .cd-popular .cd-pricing-header {
        color:#fff;
        background:#82ca9c;
    }
    .cd-secondary-theme .cd-pricing-header {
        color: #FFFFFF;
    }
    .cd-pricing-header h2 {
        font-size:14px;
        letter-spacing: 2px;
    }
}

.cd-currency, .cd-value {
    font-size: 3rem;
    font-weight: 300;
}

.cd-duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}
.cd-popular .cd-duration {
    color: #f3b6ab;
}
.cd-duration::before {
    content: '/';
    margin-right: 2px;
}

@media only screen and (min-width: 320px) {
    .cd-value {
        font-size: 23px;
        font-weight: 300;
    }

    .cd-currency, .cd-duration {
        color:#000;
    }
    .cd-popular .cd-currency, .cd-popular .cd-duration {
        color: #ededed;
    }
    .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
        color: #2e80a7;
    }
    .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
        color: #ba6453;
    }

    .cd-currency {
        display: inline-block;
        margin-top:0;
        vertical-align: top;
        font-size: 23px;
        font-weight: 700;
    }

    .cd-duration {
        font-size: 1rem;
    }
}
.cd-pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.is-switched .cd-pricing-body {
    /* fix a bug on Chrome Android */
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .cd-pricing-body {
        overflow-x: visible;
    }
}

.cd-pricing-features {
    width: 600px;
}
.cd-pricing-features:after {
    content: "";
    display: table;
    clear: both;
}
.cd-pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size:1rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cd-pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
@media only screen and (min-width: 320px) {
    .cd-pricing-features {
        width: auto;
    }
    .cd-pricing-features li {
        float: none;
        width: auto;
        padding: 1em;
    }
    .cd-popular .cd-pricing-features li {
        margin: 0 3px;
    }

    .cd-pricing-features em {
        display: inline-block;
        margin-bottom: 0;
        margin-right:5px;
    }
    .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
        margin: 0;
    }
    .cd-secondary-theme .cd-pricing-features li {
        color: #FFFFFF;
    }
    .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: transparent;
    }
}

.cd-pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    /* on mobile it covers the .cd-pricing-header */
    height: 80px;
    width: 100%;

}
.cd-pricing-footer a {
    background:#82ca9c;
    color:#fff;
}

.cd-pricing-footer::after {
    /* right arrow visible on mobile */
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background:red;
}
@media only screen and (min-width: 320px) {
    .cd-pricing-footer {
        position: relative;
        height: auto;
        padding: 1.8em 0;
        text-align: center;
    }
    .cd-pricing-footer::after {
        /* hide arrow */
        display: none;
    }
    .cd-has-margins .cd-pricing-footer {
        padding-bottom: 0;
    }
}

.cd-select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color:#000;
}
@media only screen and (min-width: 320px) {
    .cd-select {
        position: static;
        display: inline-block;
        height: auto;
        padding: 1.3em 3em;
        color: #000;
        border-radius: 2px;
        font-size: 1rem;
        text-indent: 0;
        text-transform: uppercase;
    }
    .no-touch .cd-select:hover {
        color: #112e3c;
    }
    .cd-popular .cd-select {
        color: #ededed;
        background: #82ca9c;
    }
    .no-touch .cd-popular .cd-select:hover {
        color:#000;
    }
    .cd-secondary-theme .cd-popular .cd-select {
        color: #0c1f28;
    }
    .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
        color: #112e3c;
    }
    .cd-has-margins .cd-select {
        display: block;
        padding: 1.7em 0;
        border-radius: 0 0 4px 4px;
    }
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}
@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}
@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}
@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}
@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}
@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}
@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}
@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}
@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}
@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}
@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}


.fa-check-circle{
    color:#82ca9c;
}
.fa-remove{
    color:red;
}

/*For portfolio Section*/
.portfolio{
    background: url(../images/bg.png) no-repeat top center fixed;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    width: 100%;
    overflow: hidden;
}

.community-edition{
    background:#fff;
    padding:40px 15px;
    border:1px solid #ececec;
    box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
}
.community-edition:hover{
    background:#82ca9c;
    color:#fff;
}
.community-edition:hover i {
    color:#fff;
}
.community-edition:hover h4 {
    color:#fff;
}
.community-edition:hover p {
    color:#fff;
}

.community-edition i{
    font-size:60px;
    color:#82ca9c;
    margin-bottom: 20px;
}
.community-edition h4{
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    margin-top:15px;
}
.community-edition p{
    font-size:12px;
    color:#777777;
}
.portfolio-wrapper2{
    margin-top:25px;
}

/* Contact Section */
/* .contact-sections{
    background-color: white !important;
} */
/* .contact_content{
    width: 80%;
    margin: 50px auto;
}
.single_left_contact p{
    font-family:''titillium_weblight;
    font-size:18px;
}

.single_right_contact .contact_address span{
    font-size:18px;
    display:block;
    line-height: 30px;
}
.single_right_contact .contact_socail_bookmark{
    margin-left:-15px;
    margin-top:20px;
}
.single_right_contact .contact_socail_bookmark a {
    margin-left:15px;
    transition:.5s;
}
.single_right_contact .contact_socail_bookmark a i{
    color:#222222;
    border:1px solid #777777;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
}
.single_right_contact .contact_socail_bookmark a:hover i{
    color:#8a3b6a;
    border:1px solid #8a3b6a;
} */
/* General form styling */
form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

/* Label styling */
form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Input and textarea fields */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
form select,
form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  /* border-radius: 8px; */
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* On focus */
form input:focus,
form select:focus,
form textarea:focus {
  border-color: #007bff; /* blue border */
  outline: none;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.25);
}

/* Submit button */
form button[type="submit"] {
  background: #0056b3;
  color: #fff;
  padding: 12px 20px;
  border: none;
  /* border-radius: 8px; */
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button[type="submit"]:hover {
  background: #104393;
}

/* new contact form design */
/* Contact Section */
#contact {
  padding: 50px 0;
  background: #f9f8f8; /* light pink background like in your screenshot */
  font-family: 'Poppins', sans-serif;
}

/* Center the heading block */
.contact_head_title {
  text-align: center;
  margin-bottom:35px;
}

.contact_head_title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Underline style */
.contact_head_title .underline {
  width: 80px;
  height: 3px;
  margin: 0 auto 20px auto; /* centers underline */
  border-radius: 2px;
}

.contact_head_title p {
  font-size: 19px;
  color: #555;
  line-height: 1.6;
}

.contact-box {
  display: flex;
  max-width: 900px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* Left Side - Red Panel */
.contact-info {
  flex: 1;
  background: #104393; /* red color */
  color: #fff;
  padding: 40px 30px;
}

.contact-info h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.contact-info p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact-info i {
  margin-right: 10px;
}

/* Right Side - White Panel */
.contact-form {
  flex: 2;
  padding: 40px 30px;
}

.contact-form h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.contact-form p {
  margin-bottom: 25px;
  font-size: 15px;
  color: #6d6c6c;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  /* border: 1px solid #ddd; */
  font-size: 14px;
  outline: none;
  transition: border 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #104393;
}

/* Submit Button */
.btn-submit {
  background: #104393;
  color: #fff;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #104393;
}
.map-container {
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-box {
    flex-direction: column;
  }
  .contact-info, .contact-form {
    flex: unset;
    width: 100%;
  }
}

.contact-social {
  margin-top: 20px;
}

.contact-social .social-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}

/* Facebook */
.contact-social .facebook {
  background: #3b5998;
}

.contact-social .facebook:hover {
  background: #2d4373;
}

/* LinkedIn */
.contact-social .linkedin {
  background: #031534;
}

.contact-social .linkedin:hover {
  background: #0081c6;
}

/*For Footer Menu Section*/
/* 
.footer-menu{
    background:#031534;
    color:white;
    border-bottom:0.1px solid #9ea0a3;
    padding-top: 30px;   
    padding-bottom: 15px;
}
.menu-item{
    margin-bottom:20px;
}
.menu-item h5{
    font-size:16px;
    font-family: 'Archivo', sans-serif;
    font-weight:400;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.menu-item h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%; 
    height: 2px; 
    background: #104393; 
}
.menu-item p{
    font-size:13px;
}
.menu-item ul li{
    font-size:13px;
    text-transform:uppercase;
    font-family: 'Archivo', sans-serif;
    margin-bottom:10px;
    font-weight: 300;
}

.menu-item .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 65%;
    margin-bottom: 0;

}
.menu-item input[type="text"]{
    color:#194795;
}
.menu-item input[type="submit"]{
    display:inline-block;
    width:35%;
    background:#194795;
    color:#fff;
    border:0px;
}
.menu-item input[type="submit"]:hover{
    background-color: #104393;
}
.menu-item .read-more-btn {
    margin-top: 10px;
    display: inline-block;
    background: #104393;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: background 0.2s;
}
.menu-item .read-more-btn:hover {
    background: #082a5e;
    color: #fff;
}
.footer-bottom-text {
    width: 100%;
    text-align: center;
    font-size: 5px !important;       
    font-weight: 125;      
    color: #cdc9c9;        
    background-color: #031534;
    padding: 13px 0;       
    letter-spacing: 0.4px; 
}
.footer-bottom-text p {
  margin: 2px 0;   
  line-height: 1.3; 
  font-size: 15px;
}
.footer-bottom-text a {
  color: #cdc9c9;
  text-decoration: none;
}

.footer-bottom-text a:hover {
  color: #104393;
}
.footer-menu ul li a {
  color: #cdc9c9;         
  text-decoration: none;  
  display: block;         
  padding: 3px 0;         
  position: relative;     
  padding-left: 15px;  
}

.footer-menu ul li a::before {
  content: ">";           
  position: absolute;
  left: 0;                
  color: #cdc9c9;       
}

.footer-menu ul li a:hover {
  text-decoration: underline;
  color: #ffffff;         
}

.footer-company {
  color: #cdc9c9;
  font-size: 14px;
  line-height: 1.6;
}

.footer-company .footer-logo {
  max-width: 150px;   
  margin-bottom: 15px;
}
.footer-logo p{
    font-size: 12px;
}
.footer-company .company-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-company i {
  color: #1e90ff; 
  margin-right: 8px;
} */


/*For Footer Section*/
/* .footer{
    color:#000;
}
.footer-wrapper{
    padding:20px 0px;
    display:block;
}

.footer-brand{
    float:left;
}
 */

 /* ===== Footer Styling ===== */
.footer-menu {
  background: #031534;
  color: #ffffff;
  border-top: 2px solid #104393;
  padding: 40px 0 20px;
}

.footer-column {
  text-align: left;
  margin-bottom: 25px;
}

.footer-column h5 {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.footer-column h5::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70%;
  height: 2px;
  background: #104393;
}

.footer-column p,
.footer-column ul li {
  font-size: 14px;
  color: #cdc9c9;
  line-height: 1.9;
}
.footer-column ul li{
    line-height: 2.3;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 🔹 Footer Link Hover Animation */
.footer-menu ul li a {
  position: relative;
  color: #cdc9c9;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* smooth hover animation */
  padding-left: 0;
}

/* Arrow (optional) — appears on hover */
.footer-menu ul li a::before {
  content: "›"; /* right arrow */
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #104393;
}

/* Hover effect: move link slightly to the right + show arrow */
.footer-menu ul li a:hover {
  color: #ffffff;
  padding-left: 10px; /* slide right */
}

.footer-menu ul li a:hover::before {
  left: 0;
  opacity: 1;
}


.footer-logo {
  max-width: 140px;
  margin-bottom: 10px;
}

.footer-bottom-text {
  background: #021025;
  color: #cdc9c9;
  text-align: center;
  font-size: 12px;
  padding: 15px 10px;
  border-top: 1px solid #104393;
}

.footer-bottom-text a {
  color: white;
  text-decoration: none;
}

.footer-bottom-text a:hover {
  /* text-decoration: underline; */
  color:#104393
}

/* ===== Responsive Fix ===== */
@media (max-width: 767px) {
  .footer-menu .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
    padding-left: 15px;
  }

  .footer-column {
    width: 100%;
    text-align: left;
  }

  .footer-bottom-text {
    padding-left: 15px;
  }
}


/*scollup icon*/

.scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 10;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
    background: #0081c6;
    opacity: 1;
}
.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

/* about page  */
.about {
    position: relative;
    overflow: hidden;
    min-height: 400px; 
    background: url("../../images/Photo/900_13%20-%20Photo.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 15px;
}
/* Left gradient overlay */
.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%; /* adjust overlay width */
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
    z-index: 1;
}
.about-service-title h3{
    font-weight: bold;
}

.about-service-title p {
    font-size: 1.3rem;
    font-weight: 350;
    line-height: 1.4;
}

.about-wrapper {
    padding: 60px 0px;
    position: relative;
    z-index: 2;
}

/* Text styling */
.about-content h2,
.about-content p {
    color: #fff; 
    text-align: left; 
}
.about-content h2 {
    font-size: 3rem;
    font-weight: bold;
}

.about-content p {
    font-size: 1.2rem;
    margin-top: 10px;
}
.about-content{
    padding-top: 80px;
    max-width: 600px; 
}

.about-service-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.about-service-wrapper {
    width: 100%;
}

.about-service-title {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    max-width: 600px; /* Reduce width to leave space for image on the right */
    padding-left: 40px; /* Add some left padding if needed */
}
.about-service-image img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.about-service-title h5 {
    font-weight: 500;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.7;
}
.about-service-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.about-service-list li {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 25px;
}

.about-service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #194795; /* brand color */
  font-weight: bold;
}
.services-section {
  background: #f8f9fc; 
  padding: 60px 0;
}

.services-left {
  padding: 40px;
}

.services-left h4 {
  font-size: 28px;
  line-height: 1.4;
}

.services-left .underline {
  width: 60px;
  height: 3px;
  background: #ffffff; 
  margin-top: 15px;
}

.services-right {
  padding: 20px;
}

.services-section .row {
  display: flex;
  flex-wrap: wrap;
}

.services-section .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.services-section .card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.services-section .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-color: #007bff; 
}

.services-section .card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

.services-section .card h5 {
  margin-top: 10px;
  font-weight: 600;
}

.services-section .card a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.services-section .card a:hover {
  color: #0056b3;
}

.service-content {
  padding: 20px;
}

.service-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.know-more {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.know-more:hover {
  text-decoration: underline;
}

.service-item .icon {
    font-size: 7rem;
    display: block;
    margin-bottom: 12px;
}
.services-left {
  background-color: #004aad;  
  color: white;
  display: flex;
  align-items: center;  
  justify-content: flex-start;
  padding: 40px;
  min-height: 100%;   
}

.services-left h4 {
  font-size: 22px;
  line-height: 1.5;
}


.business-model-note {
    margin-top: 40px;
}
/* why choose us section */
/* #why-choose-us {
    background-color: #f8f9fa; 
    padding: 60px 20px;
}

#why-choose-us h3 {
    color: #104393; 
    font-weight: 700;
    margin-bottom: 25px;
}

.why-choose-list {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.why-choose-list li {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-choose-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}

.why-choose-list li::before {
    content: "✔"; 
    color: rgb(17, 132, 17); 
    font-weight: bold;
    margin-right: 10px;
}
#why-choose-us .col-md-7 {
    margin: 0 auto;
    float: none;
}

.why-choose-list {
    display: inline-block;
    text-align: left; 
} */

/* Section background */
.sections.lightbg {
  background: #ffffff;
  padding: 60px 0;
}

/* Title styling */
#why-choose-us{
    background-color: rgb(240, 239, 239);
}
#why-choose-us .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

#why-choose-us .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #0056b3; /* theme blue */
  margin-top: 8px;
}

/* Paragraph text */
#why-choose-us p {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #444;
}

/* Checklist */
.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose-list li {
  font-size: 1.4rem;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  color: #222;
  font-weight: 500;
}

.why-choose-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #015ec1; /* blue tick */
  font-weight: bold;
}

/* Image styling */
.why-choose-img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Contact button */
.why-choose-list .contact-btn {
    background: rgb(218, 218, 218);
    color: #000000;
    padding: 12px 28px;
    font-size: 1.2rem;
    border-radius: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.why-choose-list .contact-btn:hover {
    background: #104393;
    text-decoration: none;
    color: #fff;
}



/* team page */
.team {
    position: relative;
    overflow: hidden;
    min-height: 400px; 
    background: url('../../images/team_picture.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 15px;
}
/* Left dark overlay */
.team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%; /* adjust how wide the overlay is */
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
    z-index: 1;
}

/* Text inside overlay */
.team-content {
    position: relative;
    z-index: 2;
    text-align: left;
    padding-top: 120px;
    color: #fff;
}

.team-content h2 {
    font-size: 42px;
    font-weight: bold;
}

.team-content p {
    font-size: 18px;
    margin-top: 10px;
}
.team-service-image {
    position: relative;
    display: inline-block; /* keeps background tight around image */
}

.team-service-image::before {
    content: "";
    position: absolute;
    top: -15px;   /* adjust vertical position */
    right: -15px; /* adjust horizontal position */
    width: 80%;   /* size of rectangle relative to image */
    height: 80%;  /* size of rectangle relative to image */
    background-color: #031534; /* dark blue */
    z-index: 1;                /* stay behind image */
}

.team-service-image img {
    position: relative;
    z-index: 2; /* keeps image in front */
}
.leadership-image {
    position: relative;
    display: inline-block;
    /* margin-left: 20px; */
}

.leadership-image::before {
    content: "";
    position: absolute;
    top: -15px;    /* adjust as needed */
    left: -15px;   /* offset on the left side */
    width: 80%;
    height: 80%;
    background-color: #031534; /* dark blue */
    z-index: 1;
}

.leadership-image img {
    position: relative;
    z-index: 2; /* image above rectangle */
    width: 95%; /* or 80%, adjust as needed */
    height: auto;
}
/* Adjust the layout balance */
@media (min-width: 992px) {
    .leadership-image {
        flex: 0 0 40%;  /* reduce image width from 50% to 40% */
        max-width: 40%;
    }

    .leadership-text {
        flex: 0 0 60%;  /* increase text width */
        max-width: 60%;
        padding-left: 40px; /* add some space from image */
    }
}

/* Optional: ensure good mobile layout */
@media (max-width: 991px) {
    .leadership-text {
        margin-top: 20px;
        text-align: center;
    }
}

.people-image {
    position: relative;
    display: inline-block;
}

.people-image::before {
    content: "";
    position: absolute;
    top: -15px;    /* adjust vertical offset */
    right: -15px;  /* offset to top-right */
    width: 80%;
    height: 80%;
    background-color: #031534; /* dark blue */
    z-index: 1;
}

.people-image img {
    position: relative;
    z-index: 2; /* image above rectangle */
}




/* distribution page */
.distribution {
    position: relative;
    overflow: hidden;
    min-height: 700px; 
    background: url('../../images/Photo/900_16\ -\ Photo.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 20px;
}
/* Left gradient overlay */
.distribution::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%; /* adjust overlay width */
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
    z-index: 1;
}

.distribution-wrapper {
    padding: 60px 0px;
    position: relative;
    z-index: 2;
}

/* Text styling */
.distribution-content h1,
.distribution-content p {
    color: #fff; 
    text-align: left; 
}
.distribution-content h1 {
    font-size: 3rem;
    font-weight: bold;
}

.distribution-content p {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: bold;
}
.distribution-content{
    padding-top: 80px;
    max-width: 600px; 
}

/* distribution service */
.distribution-capabilities{
    background-color: #e2e1e1;
}

.distribution-service-section {
    padding: 60px 0;
    background: #e5e4e4;
}

.distribution-service-wrapper {
    width: 100%;
}

.distribution-service-title {
    text-align: left; 
    margin-left: 0;
    margin-right: auto;
    max-width: 600px; /* Reduce width to leave space for image on the right */
    /* padding-left: 40px;  */
    margin-top: 20px;
}
.distribution-service-title h3{
    font-weight: 400;
    color: #222;
    font-size: 2.0rem;
    /* line-height: 1.6; */
    margin-bottom: 15px;
}
.distribution-service-title h4{
    color: #3c3d3e;
    font-size: 2.6rem;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 15px;
}
/* Section wrapper */
.capabilities-wrapper {
    margin-top: 10px; /* Removed top spacing */
    display: flex;
    /* justify-content: center; */
    text-align: left;
    flex-wrap: wrap;
    /* background-color: white; */
    gap: 30px;
}

/* Each capability card */
.capability-item {
    text-align: left;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.3s ease-in-out;
}

/* Icons */
.capability-item img {
    max-width: 120px;
    margin-bottom: 15px;
}

/* Titles */
.capability-item h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

/* Paragraphs */
.capability-item p {
    font-size: 1.1rem;
    color: #031534;
    font-weight: 400;
}
/* Alternate every 2nd card with blue background */
.capabilities-wrapper .capability-item:nth-child(even) {
    background: #194795; /* Bootstrap blue */
    color: #fff; /* make text white for readability */
}

.capabilities-wrapper .capability-item:nth-child(even) h5,
.capabilities-wrapper .capability-item:nth-child(even) p {
    color: #fff;
}
.capabilities-wrapper .capability-item:nth-child(odd) {
    background: #e4e4e4; /* Bootstrap blue */
    color: #fff; /* make text white for readability */  
}
.capabilities-wrapper .capability-item:nth-child(odd) h5{
    color: #000000;
}

/* Hover effect */
.capability-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    background: #fff;
}


#distribution-why-choose-us {
  padding: 60px 0;
  background: url("../../images/cargoship.jpg") no-repeat center center;
  background-size: cover;   /* Makes the image cover full width */
    color: #fff;
    padding: 50px 0;
    position: relative;
}
#distribution-why-choose-us .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers the boxes horizontally */
  gap: 20px; /* space between boxes */
}

/* dark overlay for readability */
.distribution-advantage-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(250, 250, 250, 0.584); 
    z-index: 1;
}

.distribution-advantage-section .container {
    position: relative;
    z-index: 2; /* keeps text above the overlay */
}


#distribution-why-choose-us h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

#distribution-why-choose-us h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #194795; /* orange underline */
  margin: 10px auto 0;
  border-radius: 2px;
}

.distribution-advantage-box {
  flex: 1 1 18%;  /* roughly 5 items in one row */
  max-width: 220px; /* keeps them consistent in width */
  min-height: 260px; /* ensures equal height */
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

.distribution-advantage-box img {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  filter: invert(47%) sepia(95%) saturate(1293%) hue-rotate(5deg) brightness(99%) contrast(95%);
  /* Makes icons orange */
}

.distribution-advantage-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0d2c54; /* dark blue */
  margin-bottom: 10px;
}

.distribution-advantage-box p {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  align-items: left;
  font-weight: 500;
}

.distribution-advantage-box:hover {
  background: #f3f3f3;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}


/* Left title */
.advantage-title h2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

.advantage-title strong {
    font-weight: 700;
}

.underline {
    width: 50px;
    height: 3px;
    background: #194795; /* red underline */
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Advantage items */
.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.advantage-item img {
    width: 50px;
    margin-right: 15px;
}

.advantage-item p {
    font-size: 18px;
    color: #ddd;
    margin: 0;
}

.distribution-advantage-section .advantage-item p{
    color: #000000 !important;
    font-weight:420;
}


.advantage-item strong {
    color: #fff;
}
/* distribution Summary */
.distribution-summary {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.distribution-summary p {
    font-size: 1.3rem;
    line-height: 1.6;
    color: black;
    margin-bottom: 20px;
}

/* Contact button */
.distribution-summary .contact-btn {
    background: rgb(218, 218, 218);
    color: #000000;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-bottom: 19px;
}

.distribution-summary .contact-btn:hover {
    background: #194795;
    text-decoration: none;
    color: #fff;
}


/* warehousing page */
.warehousing {
    position: relative;
    overflow: hidden;
    min-height: 630px; 
    background: url('../../images/Photo/910.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 20px;
}

.warehouse-service-image img {
  width: 100%;         /* fill container */
  max-width: 590px;    /* allow it to grow larger */
  margin-top: 50px;    /* move it down */
}

.warehousing-service-title p{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 9px;
}
/* Warehousing Service Section */
.warehousing-service-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.warehousing-service-list li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.warehousing-service-list li::before {
  content: "✔ ";
  color: #104393;
  font-weight: bold;
}

/* Warehousing Metrics Dark Section */
.warehousing-metrics {
  background: #104393;
  color: #fff;
  padding: 70px 0; /* more breathing space */
  text-align: center; /* center everything */
}

.warehousing-metrics h3 {
  margin-bottom: 15px;
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.warehousing-metrics .underline {
  width: 60px;               /* small neat line */
  height: 3px;
  background: #bbb;           /* subtle gray line */
  margin: 0 auto 40px auto;  
}

.warehousing-metrics .metric-item h2 {
  font-size: 40px;
  margin-bottom: 10px;
  color: white;
  font-weight: 700;
}

.warehousing-metrics .metric-item p {
  font-size: 16px;
  margin: 0;
  opacity: 0.9; /* slightly softer than heading */
}
.warehouse-summary standard-section{}



/* inventory management page */
.inventory-management {
    position: relative;
    overflow: hidden;
    min-height: 600px; 
    background: url('../../images/Photo/950_3\ -\ Photo.jpg') no-repeat center center;
    background-size: cover;
}
#inventory .inventory-service-title {
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers vertically */
  padding-top: 40px; /* pushes it down a bit more */
  margin-top: 0px;
}
.inventory-service-title p{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
}
.inventory-metrics {
  background: #0d2a63; /* dark background */
  color: #fff;
  padding: 60px 0;
}

.inventory-metrics h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  
}

.inventory-metrics .underline {
  width: 60px;
  height: 3px;
  background: #bbb;
  margin: 8px auto 0 auto; /* centers it */
}


.inventory-metric-item {
  padding: 20px;
}

.inventory-metric-item p {
  font-size: 16px;
  line-height: 1.6;
}
.inventory-metrics p strong {
  font-size: 1.2rem;  
  /* font-weight: 400;  / */
  color: #9b9b9b;    /* optional: brand dark blue */
}
.inventory-why-matters {
  background: #f9f9f9; /* light gray background */
  color: #333;
  padding: 60px 0;
}

.inventory-why-matters h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #525B7A; 
}

.inventory-why-matters .underline {
  width: 60px;
  height: 3px;
  /* background: #bbb; */
  margin: 0 0 25px 0; /* left aligned */
}

.inventory-why-matters p {
  font-size: 20px;
  line-height: 1.7;
  max-width: 800px; /* keeps text nicely contained */
}



/* order fulfillment page */
.order-fulfillment {
    position: relative;
    overflow: hidden;
    min-height: 500px; 
    background: url('../../images/Photo/950_2\ -\ Photo.jpg') no-repeat center center;
    background-size: cover;
}
/* Adjust text column position */
#order .order-service-title {
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers vertically */
  padding-top: 40px; /* pushes it down a bit more */
}
.order-service-title p{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
}


/* customs brokerage and freight forwarding */
.customs {
    position: relative;
    overflow: hidden;
    min-height: 500px; 
    background: url('../../images/Photo/new-900_14\ -\ Photo.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 20px;
    /* filter: blur(0.3px); */
}
.customs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08); /* soft white overlay */
    pointer-events: none;
    z-index: 1;
}


.customs-service-title p {
  margin-top: 100px; /* adjust as needed */
  font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 9px;
}
.customs-service-title h3{
    margin-top: 30px;
}

.customs-freight-section {
  padding: 60px 0;
}

.customs-brokerage {
  background: #f8f9fa; /* light neutral background */
  padding: 30px;
  border-radius: 8px 0 0 8px;
}
.customs-brokerage p {
    margin-top: 18px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.freight {
    position: relative;
    overflow: hidden;
    min-height: 500px; 
    background: url('../../images/freight-forwarding2.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 20px;
    /* filter: blur(0.3px); */
}
.freight::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(193, 191, 191, 0.08); /* white overlay */
    mix-blend-mode: screen; /* makes it lighten */
    pointer-events: none;
    z-index: 1;
}
.freight{
    font-size: 1.3rem;
}

.freight-forwarding {
  background: #104393; /* blue contrast */
  padding: 30px;
  border-radius: 0 8px 8px 0;
}

.freight-forwarding  p{
    color: #fff;
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.freight-forwarding  .underline{
    background: #fff;
}

.freight-forwarding h3{
   color: #fff;
}
.customs-metrics h3 {
  display: inline-block; /* shrink-wraps around the text */
  position: relative;
  margin-top: 20px;
}

.customs-metrics .underline {
  width: 60px;                /* length of underline */
  height: 3px;                /* thickness */
  background-color: #194795;  /* your blue */
  margin: 3px auto 0;         /* space above, auto centers under h3 */
  margin-bottom: 35px;
}

.customs-metrics p{
    margin-bottom: 70px;
    font-size: 1.2rem;
    font-weight: 500;
}

.customs-commitment {
  position: relative;
  background: url('../../images/Photo/900_14\ -\ Photo.jpg') no-repeat center center;
  background-size: cover;
  min-height: 300px;       /* adjust as needed */
  display: flex;
  align-items: center;     /* vertically center */
}

.customs-commitment::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);   /* dark overlay for readability */
}

.customs-commitment-text {
  position: relative;      /* keep text above overlay */
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  /* background: rgba(0,0,0,0.6);    */
  padding: 20px 30px;
  border-radius: 6px;
  display: inline-block;
}





/* our partners page */
.partners {
    position: relative;
    overflow: hidden;
    min-height: 400px; 
    background: url('../../images/partners2.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 15px;
}

.partners-section {
  padding: 60px 0;
}

.partners-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #104393;
}

.partners-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.partner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-list li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
  padding-bottom: 5px;
}

.partner-list li::before {
  content: "•";
  color: #104393;
  position: absolute;
  left: 0;
}

.partner-logos {
  overflow: hidden;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.logo-track {
  display: flex;
  gap: 60px;
  animation: scroll linear infinite;
}

.logo-track img {
  height: 80px;
  object-fit: contain;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

/* esg page */
.esg {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: url('../../images/Photo/esg1.jpg')no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin: 0 15px;
}

/* dark semi-transparent box behind text */
.esg-text-box {
  background: rgba(0, 0, 0, 0.3); 
  color: #fff;
  padding: 30px;
  padding-top: 20px;
  max-width: 600px;
  margin-right: 90px;
  margin-left: auto
}

.esg-text-box h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.esg-text-box p {
  font-size: 19px;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
}

.environmental-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin-top: 15px;
}

@media (max-width: 768px) {
  .environmental-img img {
    max-width: 100%;
    margin: 10px 0;
  }
}

.social-text {
  padding-right: 30px;
}

.social-img img {
  width: 100%;
  max-width: 420px;
  height: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.heading-box.small {
  background-color: #104393;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
 margin-bottom: 10px;
}

.heading-box.small h4 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.social-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #1e1e1e;
}

/* Responsive */
@media (max-width: 768px) {
  .social-text {
    padding-right: 0;
    text-align: center;
  }
  .social-img {
    margin-top: 20px;
  }
  .heading-box.small {
    display: block;
    text-align: center;
  }
}

.partners-section .row {
  display: flex;
  align-items: center;
}

.partners-section .heading-box {
  background-color: #104393;  /* Blue background */
  color: #fff;
  width: 80%;                /* Fill entire column */
  padding: 20px;              /* Make it bigger */
         /* Optional rounded edges */
  text-align: right;          /* Keep heading text on the right */
}

.partners-section .heading-box h4 {
  margin: 0;
  font-size: 28px;            /* Bigger heading */
  font-weight: bold;
  color: #fff;
}

.governance-title {
     
background-color: #104393;  /* Blue background */
color: #fff;
width: 80%;                /* Fill entire column */
padding: 20px;              /* Make it bigger */
         /* Optional rounded edges */
text-align: right;
    }

.editable-image:hover {
        opacity: 0.85;
        transition: 0.3s;
    }

.esg-commitment {
  position: relative;
  background: url('../../images/Photo/900_15\ -\ Photo.jpg') no-repeat center center;
  background-size: cover;
  min-height: 300px;       /* adjust as needed */
  display: flex;
  align-items: center;     /* vertically center */
}

.esg-commitment::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);   /* dark overlay for readability */
}

.esg-commitment-text {
  position: relative;      /* keep text above overlay */
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  /* background: rgba(0,0,0,0.6);    */
  padding: 20px 30px;
  border-radius: 6px;
  display: inline-block;
}


/* disclaimer page */
.disclaimer {
    position: relative;
    overflow: hidden;
    min-height: 400px; 
    background: url('../../images/disclaimer.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 15px;
}

/* Floating Save Button */
        #saveChangesBtn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #007bff;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 12px 25px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            z-index: 9999;
        }
        #saveChangesBtn:hover {
            background: #0056b3;
        }