@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');





/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color			: #1E1E1E;
	--secondary-color		: #2b515f;
	--text-color			: #ccc;
	--arrow-color			: #daf1f3;
	--accent-color			: #612e11;
	--white-color			: #FFFFFF;
	--divider-color			: #EAEAEA;
	--dark-divider-color	: #FFFFFF1A;
	--btn-color			: #FFFFFFCC;
	--btn6-color			: #efb708;
	--btn1-color			: #a78b76;
	--othr-color			: #612e11;
	--default-font			: "Inter", sans-serif;
	--accent-font			: "Onest", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
    font-size: 20px;
     /* font-family: "Urbanist", sans-serif; */
     font-family: 'Montserrat', sans-serif;
}

html{
    font-size: 100%;
}
a{
    text-decoration: none !important;
}

p{
	line-height: 1.8em;
	margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-family: var(--accent-font);
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
  margin-bottom: 0px !important;
}

figure{
	margin: 0;
}

/* img{
	max-width: 100%;
} */

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

/* .container{
	max-width: 1320px;
} */



.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: transform 1s ease-out, visibility 0s 0s; 
    transform: translateX(-100%);
}

/* Class to trigger reveal animation */
.reveal.show img {
    transform: translateX(0); /* Move to normal position */
    visibility: visible;
}

.reveal1 {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.reveal1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: right;
  transform: translateX(100%);
  transition: transform 1s ease-out;
  visibility: hidden;
}

.reveal1.show img {
  transform: translateX(0);
  visibility: visible;
}

.header1{
    width: 100%;
    height: auto;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4;
    border-bottom: 1px solid #ffffff72;
}
/* header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
   
} */
 /* header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent; 
  background: linear-gradient(to bottom, var(--white-color) 0%, transparent 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
  

header.sticky {
     background-size: 100% 100%;
  background-color: var(--white-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* Animated background gradient setup */
  background: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: none;

  /* Smooth transition */
  transition:
    background-size 0.8s ease-in-out,
    box-shadow 0.5s ease-in-out,
    transform 0.3s ease;
}

header.sticky {
  background-size: 100% 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* transform: translateY(0); */
}


header.sticky  .navbar-light .navbar-nav .nav-link {
color: var(--primary-color) !important;
  
}
/* header.sticky .logo {
  filter: invert(1) brightness(0.1) contrast(2);
} */
header.sticky #primary li a:before{
      background: var(--primary-color);
}

  
  .navbar-expand-lg .navbar-collapse {
    justify-content: end !important;
  }
  /* .logo{
    color: #fff;
  }
  
  .logo img {
    width: 170px;
    height: auto;
  } */

          .logo {
            display: flex;
            align-items: center;
        }
        
        .logo img {
            height: 65px;
            transition: all 0.3s ease;
             /* filter: invert(1) brightness(0.1) contrast(2); */
             
        }
        
        .logo-txt {
            margin-left: 10px;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        
        /* Different logo for sticky state */
        .logo-default {
            display: block;
            /* filter: invert(1) brightness(10) contrast(1) saturate(0); */
        }
        
        .logo-sticky {
            display: none;
            height: 40px; /* Smaller size for sticky */
        }
        
        /* When header becomes sticky */
        header.sticky .logo-default {
            display: none;
        }
        
        header.sticky .logo-sticky {
            display: block;
             /* filter: unset; */
        }
        
  
  .navbar-light .navbar-nav .nav-link {
    /* font-family: "Khand", Sans-serif !important; */
    font-size: 80% !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: var(--white-color) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    font-family: "Inter", serif !important;
  }
  
  .rg-no p {
    /* font-family: "Khand", Sans-serif ; */
    font-size: 75%;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-color);
  }
  
  /* .head{
      height: 70px;
  } */
  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  
  #primary li {
    position: relative;
  }
  
  #primary li a {
    /* text-decoration: none; */
    /* padding: 5px 0; */
    /* font-family: "Khand", Sans-serif ; */
    /* font-size: 80%; */
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(   #204a63 100%); */
    /* background-size: 200% 100%;
      background-position: -100%;
      transition: all 0.3s ease-in-out; */
  }
  
  #primary li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -5px;
    z-index: 0;
    position: absolute;
    background: var(--white-color);
    transition: all 0.3s ease-in-out;
  }
  
  #primary li a:hover {
    background-position: 0%;
  }
  
  #primary li a:hover:before {
    width: 100%;
  }
  
  /* Show dropdown menu on hover */
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  
  }

  .btn-don{
    margin-left: 20px;
    background: transparent;
    color: var(--white-color);
    border: 2px solid var(--btn-color);
    font-size: 16px;
    font-weight: 500;
    font-family: "Cinzel", serif;
    padding: 0.45em 0.85em;
    /* margin: 1rem; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer; /* Add pointer cursor for button hover */
    border-radius: 30px;
  
  }
  .btn-don:hover{
    background-color: #612e11;
  }
  
  .dropdown-item{
     text-transform: capitalize !important;
    }
/* .ban {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ban-sec {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px;
  background-attachment: fixed;
  z-index: 2;
  overflow: hidden;
}

.ban-sec::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ship-on-min.jpg);
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center;
  transform: scale(1);
  animation: zoomEffect 10s ease-in-out infinite alternate;
  z-index: 1;
}

.ban-sec::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 2;
}

.ban-sec > * {
  position: relative;
  z-index: 3; 
}
.ban-txt{
    overflow: hidden !important;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
} */

.ban {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ban-sec {
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.ban-sec::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; /* slightly larger to contain zoom */
  height: 100%;
  background-image: url(../img/ship-on-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: zoomEffect 15s ease-in-out infinite alternate;
  z-index: 1;
  will-change: transform;
  pointer-events: none;
}

.ban-sec::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.ban-sec > * {
  position: relative;
  z-index: 3;
}

.ban-txt {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.30);
  }
}



  .heading{
    font-size: 50px !important;
    color: var(--white-color);
    text-transform: uppercase;
    width: 100% !important;
    padding-top: 10px !important;
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 105%;
    margin-bottom: 10px;
    text-align: center;
    
  }
    .h-para{
    font-size: 105%;
    color: var(--white-color);
    font-weight: 400;
    /* font-family: "Urbanist", sans-serif; */
    text-align: center;
    padding-top: 10px;
}


/* CSS */
/* .button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: var(--primary-color);
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: var(--white-color);
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
} */





/*  */

/* From Uiverse.io by ryota1231 */ 
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: var(--white-color);
  border-radius: 100px;
  font-weight: 600;
  color: #1f387e;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  justify-content: center;
  margin: auto;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #1f387e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #c5e5e4;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #1f387e;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}


/* about section */
.about-us-images {
  position: relative;
  /* background: url('../img/about-bg-dot-shape-2.svg') no-repeat; */
  background-position: top 45px right;
  background-size: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
  padding-right: 30px;
  margin-right: 20px;
}

.about-us-images::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* background: url('../img/about-bg-dot-shape-2.svg') no-repeat; */
  background-position: bottom center;
  background-size: auto;
  width: 80px;
  height: 60px;
  z-index: 0;
}

.about-image-box-1,
.about-image-box-2 {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.about-image-box-2 {
  margin-top: 75px;
}

.about-img-1,
.about-img-2,
.about-img-3,
.about-img-4 {
  width: 100%;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure,
.about-img-4 figure {
  display: block;
  overflow: hidden;
}

.about-img-1 img {
  aspect-ratio: 1 / 1.41;
  object-fit: cover;
}

.about-img-2 img {
  aspect-ratio: 1 / 0.99;
  object-fit: cover;
}

.about-img-3 img {
  aspect-ratio: 1 / 0.91;
  object-fit: cover;
}

.about-img-4 img {
  aspect-ratio: 1 / 1.41;
  object-fit: cover;
}




/* ban-abt */

.ban-abt{
    width: 100%;
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.logo-txt{
   font-size: 160% !important;
    color: var(--white-color);
     font-weight: 600;
     /* font-family: "Urbanist", sans-serif; */
     font-family: 'Montserrat', sans-serif;
     margin-bottom: 0px;
     font-style: italic;
}


.title{
    font-size: 230% !important;
    color: var(--secondary-color);
    text-transform: unset;
    width: 100% !important;
    /* padding-top: 10px !important; */
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 108%;
    padding-bottom: 10px;
}
.title-sm{
    font-size: 170% !important;
    color: var(--secondary-color);
    text-transform: unset;
    width: 100% !important;
    /* padding-top: 10px !important; */
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 10px;
}
    .para{
    font-size: 105%;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 150%;
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

.btn2 {
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #f9fafb;
  background-color: #2b515f;
  border: 2px solid transparent;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  transition: color 0.3s ease;
}

.btn2::before {
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  background-color: #10B981; /* emerald-500 */
  border-radius: 9999px;
  z-index: -1;
  transition: all 0.7s ease;
}

.btn2:hover::before {
  left: 0;
  transform: translateY(-50%) scale(1.5);
}

.btn2:hover {
  color: #f9fafb;
}

.btn2-icon {
  width: 22px;
  height: 22px;
  padding: 4px;
  background-color: #f9fafb;
  border: 1px solid #374151; /* gray-700 */
  border-radius: 50%;
  transform: rotate(45deg);
  transition: transform 0.3s ease, background-color 0.3s ease;
  fill: #1f2937; /* gray-800 */
}

.btn2:hover .btn2-icon {
  transform: rotate(90deg);
  background-color: #f9fafb;
  border: none;
}



/* abt */


.rotate-text {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  transform-origin: center;
  font-size: 25px;
  font-weight: 400;
  color: var(--secondary-color);
  font-family: 'Montserrat', sans-serif;
  width: 100%;

}


.about-sigma {
  background-color: var(--secondary-color);
  color: #fff;
  /* margin-top: 80px; */

}
.about-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
}

.about-left {
  padding: 90px 40px 80px 80px;
}

.about-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.icon-circle {
  width: 100%;
  max-width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 36px;
  color: #41c9b4;
  background-color: transparent;
}

.sub-txt {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--white-color);
  /* font-family: "Urbanist", sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

.sm-para {
  color: #d4d4d4;
  /* font-family: "Urbanist", sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.about-right {
  flex: 1;
  background-image: url('../img/tri-mg1.jpg'); /* Replace with your image */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.about-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Black overlay with 40% opacity */
  z-index: -1;
}


.thick-logo {
  display: block;
  width: 300px; /* adjust as needed */
  height: auto;
  z-index: -1;
  opacity: 0.4;
}

.about-heading-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the text over the image */
  text-align: center;
  color: #fff; /* or any contrast color */
}

.about-h2 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* font-family: "Urbanist", sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.about-h2 span {
  color: #41c9b4;
}

/* Scroll Animation */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

#scroll-rotate-logo {
  transition: transform 0.1s linear;
  will-change: transform;
}


.partner{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.partner img{
  width: 80% !important;
}
.bor{
    width: 100%;
    height: 1px;
    border: 1px solid var(--text-color);
    margin: 35px 0px 35px 0px;
}
.img-fluid-nw{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* service */

.service{
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-attachment: fixed;
  /* padding-bottom: 80px; */
}



.port-mid-sec1 {
  /* position: fixed; */
  top: 20px;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  /* height: 1190px; */
  overflow-y: scroll;
  width: 100%;
}
.prt-mg{
  /* width: 100%; */
  display: block;
  margin: auto;
  margin-top: 100px;
  opacity: 0.3;
}

.port-mid-sec {
  width: 100%;
  overflow-y: hidden;
}


/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.port-mid-sec1::-webkit-scrollbar {
  width: 8px;
  /* Keep a small width for smooth scrolling */
  background: transparent;
  /* Make background transparent */
}

/* Hide scrollbar thumb (scroll indicator) */
.port-mid-sec1::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Hide scrollbar for Firefox */
.port-mid-sec1 {
  scrollbar-width: none;
}

/* Hide scrollbar for IE and Edge */
.port-mid-sec1 {
  -ms-overflow-style: none;
}

.solution-left{
  display: grid;
  grid-template-columns: repeat(1, 1fr); 
  gap: 140px;
  
}
.solution-img img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  height: 450px;
  object-fit: cover;
}

/* Fixed Center Image */
.solution-center-img {
  width: 30%;
  max-width: 430px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}

.solution-center-img .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.col-on{
  margin-top: 230px;
}
.black{
  color: var(--primary-color) !important;
}


/* serv */

.serv {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-image: url('../img/60bf90fb2e927b727cc18fff_sigma-management-hero-new10.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1; /* Make sure it's above ::before */
  overflow: hidden; /* Important for overlay containment */
}

.serv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 40% black overlay */
  z-index: 0; /* Sit behind .serv content but above background */
}
  .serv > * {
    position: relative;
    z-index: 3; /* content above overlay */
  }
  .text-white{
    color: var(--white-color);
  }

.services-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

.service-box {
  background: transparent;
  padding: 20px 20px;
  border-radius: 10px;
  /* backdrop-filter: blur(6px); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
} */



.icon-overlay-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
}

.rotating-logo-image {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}

.icon-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
}

.mid2{
  width: 100%;
  height: auto;
  margin-top: 80px;
}


/* contact */

.contact{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.form-control{
  padding: .85rem .85rem !important;
}
.form-label{
  color: var(--secondary-color);
  margin-bottom: 0.8rem !important;
}

.foot-top{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
    .contact-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      color: #fff;
      text-align: left;
    }

    .grid-item {
      padding: 40px 30px;
      position: relative;
    }

    .grid-item:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .grid-item i {
      font-size: 24px;
      position: absolute;
      top: 20px;
      right: 20px;
      opacity: 0.8;
    }

    .logo-box {
      background-color: #002366;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .logo-box img {
      max-height: 100px;
      margin-bottom: 15px;
    }

    .logo-box h5 {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0;
      font-size: 140%;
       /* font-family: "Urbanist", sans-serif; */
       font-family: 'Montserrat', sans-serif;
       font-weight: 400;
    }

    .info-1 { background-color: #4d8a7c; }
    .info-2 { background-color: #4f937c; }
    .info-3 { background-color: #509a7c; }

    .info-label {
      margin: 0 0 8px;
      font-size: 135%;
      font-weight: 500;
       /* font-family: "Urbanist", sans-serif; */
       font-family: 'Montserrat', sans-serif;
    }

    a.info-value {
      font-size: 20px;
      font-weight: bold;
      color: var(--white-color);
       /* font-family: "Urbanist", sans-serif; */
       font-family: 'Montserrat', sans-serif;

    }
    a.info-value:hover{
      color: var(--primary-color);
    }

    @media (max-width: 992px) {
      .contact-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .contact-grid {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .grid-item i {
        position: static;
        margin-bottom: 10px;
        display: block;
      }
    }

    /* counter */


      .counter-section {
      background-color: var(--secondary-color);
      color: #eae6db;
      padding: 60px 0;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      /* margin-top: 80px; */
    }

    .counter-box {
      padding: 20px;
      border-right: 1px solid #ccc;
    }

    .counter-box:last-child {
      border-right: none;
    }

    .counter-number {
      font-size: 48px;
      font-weight: 200;
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
    }

    .counter-label {
      font-size: 20px;
      color: #d6d4c9;
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
    }

    @media (max-width: 767px) {
      .counter-box {
        border-right: none;
        border-bottom: 1px solid #ccc;
      }

      .counter-box:last-child {
        border-bottom: none;
      }
    }


    /* footer */

    .footer{
      width: 100%;
      height: auto;
    }

    .footer-section {
    background-color: var(--secondary-color);
    color: #eae6db;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    margin-top: 60px;
  }

  .footer-section a {
    color: #eae6db;
    text-decoration: none;
    transition: color 0.3s ease;
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
  }

  .footer-section a:hover {
    /* color: #fafafa; */
    color: #41c9b4;
    text-decoration: underline;
  }

  .footer-section h6 {
    font-weight:500;
    color: #fff;
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
  }

  .footer-section ul li {
    padding-left: 0;
    list-style: none;
    margin-bottom: 8px;
  }

  .footer-section i {
    color: #fff;
    margin-right: 6px;
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
  }

  .footer-section hr {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .footer-section .small a {
    font-size: 14px;
    /* font-family: "Urbanist", sans-serif; */
    font-family: 'Montserrat', sans-serif;
  }
  .footer-section i.bi {
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-section i.bi:hover {
  color: #41c9b4;
}


  @media (max-width: 768px) {
    .footer-section .text-md-end {
      text-align: center !important;
      margin-top: 1rem;
    }
  }




  /* contact page */

  .about-mid{
  width: 100%;
  height: 100%;
  /* background-image:url(../img/page-header-bg.jpg); */
  background-image:url(../img/ship-on1-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 260px;
  padding-bottom: 100px;
  z-index: 1;
  background-attachment: fixed
}

.about-mid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 2;
}
.about-mid > * {
  position: relative;
  z-index: 3; /* content above overlay */
}

.cont1{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.responsive-map{
  overflow: hidden;
  padding-bottom:40.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }




  /* about page */















  /*-------------------------------------------------------*/
/* FAQ
/*-------------------------------------------------------*/

.about-mid4{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.ab-faq-lhs .card {
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(234, 238, 241);
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 10px;
}

.ab-faq-lhs .card-header {
  background: rgb(255, 255, 255);
  border: 0px;
  
}

.ab-faq-lhs .card-header a {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 20px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  /* font-family: "Cinzel", serif; */
  font-family: 'Montserrat', sans-serif;
}

.ab-faq-lhs .card-header a::after {
  content: "-";
  position: absolute;
  font-size: 40px;
  color: rgb(30, 31, 48);
  font-weight: 200;
  right: 30px;
  top: 31px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  line-height: 31px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.ab-faq-lhs .card-header a.collapsed::after {
  content: "+";
}

.ab-faq-lhs .card-body p {
  margin: 0px;
  font-size: 15px;
  line-height: 26px;
  /* font-family: "Inter", serif; */
  color: var(--primary-color);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.ab-faq-rhs {
  margin-left: 25px;
  position: relative;
}

.ab-faq-rhs::before {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.ab-faq-rhs img {
  width: 100%;
  border-radius: 5px;
}

.about-mid5{
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: #f8f8f8;
  padding: 80px 0px 80px 0px;
}
.clt-log{
  width: 225px !important;
  height: 40px !important;
}

.ban-mg-po {
    height: 720px !important;
    width: 100% !important;
}
.reveal1.show {
    width: 100%;
}


.about-mid1{
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

    .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .card1 {
      padding: 40px;
      border-radius: 30px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.1);
      background: white;
      position: relative;
    }

    .card1.dark {
      background: var(--secondary-color);
      color: white;
    }

    .subtitle {
      font-weight: bold;
      color: #ff3d3d;
      margin-bottom: 20px;
      font-size: 16px;
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
    }

    /* .card h1,
    .card h2 {
      font-size: 38px;
      font-weight: 900;
      line-height: 1.2;
      margin-bottom: 20px;
    } */


    .phone {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 22px;
      font-weight: bold;
      color: #00e0a0;
      margin-bottom: 15px;
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
    }

    .phone i {
      background: #ff3d3d;
      padding: 10px;
      border-radius: 50%;
      color: white;

    }

    .cta a {
      color: #00e0a0;
      font-weight: bold;
      text-decoration: none;
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
    }

    .features {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .features li {
      display: flex;
      align-items: center;
      font-weight: 500;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .features li::before {
      content: "✔";
      color: #0eb6bd !important;
      font-size: 20px;
      margin-right: 12px;
      /* width: 30px;
      height: 30px;
      line-height: 25px;
      background: #0eb6bd;
      background: rgba(14, 182, 189, 0.1);
      border-radius: 50px; */
    }

    .truck-img {
      width: 100%;
      margin-top: 20px;
      max-width: 350px;
      float: right;
    }

    @media (max-width: 768px) {
      .truck-img {
        float: none;
        display: block;
        margin: 20px auto 0;
      }

      .card h1,
      .card h2 {
        font-size: 30px;
      }
    }


.scroll-section {
  position: relative;
}

/* .image-wrapper {
  position: sticky;
  top: 30%;
  height: 200px;
} */

.truck-img {
  width: 300px;
  position: absolute;
  bottom: 0px;
  transition: transform 0.1s linear;
  right: -80px;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  background: var(--secondary-color);
  padding: 10px 0;
  white-space: nowrap;
}

.marquee {
  display: flex;
  animation: marquee-scroll 20s linear infinite;
}

.marquee-content {
  display: flex;
}


@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


.marquee-content {
  display: flex;
}

.marquee-content span {
  /* font-size: 68px;
  font-weight: 600;
  color: var(--white-color);
  padding-right: 60px;
  font-family: "Cinzel", serif;
  color: transparent;
  -webkit-text-stroke: 1px #fff; */
    font-size: 70px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  /* margin-bottom: 15px; */
  font-family: "Space Grotesk", sans-serif;
  /* font-family: "Cinzel", serif; */
}


.testi{
  width: 100%;
  height: auto;
  margin-top: 80px;
}




.testimonial-area {
    width: 100%;
    height: auto;
    /* margin-top: 80px; */
    background-color: var(--secondary-color);
    padding: 80px 0px 80px 0px;
}


.testimonial-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  margin: 15px;
  color: #fff;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-title {
  font-weight: 400;
  font-size: 160%;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 10px;
  color: var(--white-color);
  font-family: "Urbanist", sans-serif;
}

.message {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.quote-icon {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ff5e00;
}

.author strong {
  font-size: 15px;
  color: #fff;
}

.author small {
  font-size: 13px;
  color: #ccc;
}



.mission-vision-section {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background: var(--arrow-color);
  padding: 80px 0px 80px 0px;
}

.text-gradient {
  background: linear-gradient(to right, #0033cc, #00ccff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mission-vision-section .nav-tabs{
    border-bottom: none !important;
}

.custom-tabs .nav-link {
  font-weight: 600;
  padding: 12px 30px;
  /* margin: 0 12px; */
  border-radius: 15px;
  color: #003366 !important;
  background-color: #e0f0ff !important;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1);
  margin-right: 30px;
}

.custom-tabs .nav-link.active {
  background-color: var(--white-color) !important;
  color: var(--secondary-color) ;
  border-color: #0066cc;
  box-shadow: 0 0 15px rgba(0, 102, 204, 0.5);
}
.bg-col{
  background-color: var(--secondary-color);
  border-radius: 15px;
}


.custom-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00aaff, #0056b3);
  z-index: -1;
  transition: left 0.4s ease-in-out;
  opacity: 0.2;
}

.custom-tabs .nav-link:hover::before {
  left: 0;
}

.custom-tabs .nav-link:hover {
  color: #fff;
  border-color: #0056b3;
}


.tab-card {
  transition: all 0.3s ease-in-out;
}

.tab-card p {
  font-size: 1.1rem;
  line-height: 1.7;
}





/* blog page */


.blog-section {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-date {
  position: absolute;
  bottom: -20px;
  left: 15px;
  background: #ff3c3c;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 5px 5px 0 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  /* font-family: "Urbanist", sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

.blog-content {
  padding: 25px 20px 20px;
}

.blog-content h3 {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.4;
  /* font-family: "Urbanist", sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

.read-more {
  /* color: #ff3c3c; */
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  /* font-family: "Urbanist", sans-serif; */
  font-family: 'Montserrat', sans-serif;
}
a.read-more{
  color: #ff3c3c;
  /* color: var(--secondary-color); */
}
a.read-more:hover{
 color: var(--secondary-color);
}

.read-more i {
  margin-left: 5px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 15px;
  /* font-family: "Urbanist", sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

/* blog details */



    .blog-det {
      display: flex;
      margin: 40px auto;
      padding: 0 20px;
      gap: 30px;
    }

    .left-content {
      flex: 2;
      background: var(--white-color);
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }

    .left-content img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .left-content h1 {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .meta {
      font-size: 0.9rem;
      color: var(--primary-color);
      margin-bottom: 20px;
      font-weight: 600;
    }

    .left-content p {
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .right-sidebar {
      flex: 1;
    }



    .sidebar-post {
      background: #fff;
      padding: 15px;
      border-radius: 8px;
      margin-bottom: 15px;
      display: flex;
      gap: 15px;
      box-shadow: 0 0 5px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    }

    .sidebar-post:hover {
      transform: translateY(-3px);
    }

    .sidebar-post img {
      width: 80px;
      height: 60px;
      object-fit: cover;
      border-radius: 6px;
    }

    .sidebar-post .post-info {
      flex: 1;
    }

    .sidebar-post .post-info h4 a {
      font-size: 70%;
      margin-bottom: 5px;
      color: var(--secondary-color);
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 0px;
      font-weight: 400;
    }

    .sidebar-post .post-info span {
      font-size: 0.9rem;
      color: #777;
    }

    @media (max-width: 768px) {
      .blog-det {
        flex-direction: column;
      }

      /* .right-sidebar {
        order: -1;
      } */
    }




        .author-box {
      background: #fff;
      padding: 20px;
      border-left: 4px solid var(--secondary-color);
      margin-top: 40px;
    }

    .comment-section {
      margin-top: 50px;
    }

    .comment-section h3 {
      margin-bottom: 20px;
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
      color: var(--secondary-color);
    }

    .comment {
      background: #fff;
      padding: 15px;
      margin-bottom: 15px;
      border-radius: 5px;
    }

    .comment-form input,
    .comment-form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      /* font-family: "Urbanist", sans-serif; */
      font-family: 'Montserrat', sans-serif;
    }





/* career */

.career-page{
  margin-top: 80px;
}

.card {
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
}
.nav-tabs .nav-link {
  font-weight: 600;
  color: var(--secondary-color);
}
.nav-tabs .nav-link.active {
  color: var(--secondary-color) !important;
  /* border-color: #0d6efd !important;
  border-bottom: none !important; */
}
.nav-link:focus, .nav-link:hover{
  color: var(--primary-color) !important;
}
.btn-success {
  background-color: #198754;
  border: none;
}
.accordion-button:not(.collapsed){
  color: var(--secondary-color) !important;
  font-weight: 500 !important;
  font-size: 85% !important;
  /* font-family: "Urbanist", sans-serif !important; */
  font-family: 'Montserrat', sans-serif !important;

}


/* global page */

    .map-container {
      position: relative;
      width: 100%;
      /* max-width: 1024px; */
      aspect-ratio: 2 / 1;
      background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/World_map_-_low_resolution.svg/1024px-World_map_-_low_resolution.svg.png') no-repeat center;
      background-size: cover;
      border: 2px solid #334155;
      border-radius: 20px;
      background-color: var(--secondary-color);
    }

    .marker {
      position: absolute;
      width: 14px;
      height: 14px;
      background: #ff3d3d;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 0 10px rgba(255, 94, 117, 0.5);
    }

    .marker::after {
      content: attr(data-country);
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      background: #ff3d3d;
      color: #fff;
      padding: 4px 10px;
      border-radius: 15px;
      font-size: 0.8rem;
      opacity: 0;
      pointer-events: none;
      transition: 0.2s ease;
      white-space: nowrap;
    }

    .marker:hover::after {
      opacity: 1;
    }

    /* Marker Positions */
    .marker1 { top: 28%; left: 49%; }  /* Switzerland */
    .marker2 { top: 33%; left: 76%; }  /* China */
    .marker3 { top: 58%; left: 43%; }  /* Kenya */
    .marker4 { top: 66%; left: 25%; }  /* Brazil */
    .marker5 { top: 37%; left: 18%; }  /* USA */
    .marker6 { top: 72%; left: 84%; }  /* Australia */
    .marker7 { top: 42%; left: 70%; }  /* India */
    .marker8 { top: 38%; left: 80%; }  /* Hong Kong */
    .marker9 { top: 30%; left: 85%; }  /* Japan */
    .marker10 { top: 20%; left: 65%; } /* Russia */
    .marker11 { top: 68%; left: 45%; } /* South Africa */
    .marker12 { top: 28%; left: 46%; } /* France */


/* service page */


.service{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

  .new-service-section {
  /* background: #f8fafc; */
  padding-top: 40px;
}
.prim-c{
  color: var(--secondary-color) !important;
}


.new-service-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0f172a;
}

.new-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.new-service-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  text-align: center;
}

.new-service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.new-service-img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.new-service-label {
  display: inline-block;
  font-size: 0.75rem;
  background-color: #e2e8f0;
  color: #334155;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}



.new-service-description {
  font-size: 0.95rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
  line-height: 1.6;
  /* font-family: "Urbanist", sans-serif !important; */
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 10px;
}

.bng{
  display: block;
  margin: auto;
  padding: 6px 20px !important;
}
.serv-crd-txt {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  color: #1e293b;
}

.serv-crd-txt.mt-3 {
  margin-top: 20px;
}

.ic-n1 {
  font-size: 20px;
  color: #ff3d3d;
  margin-top: 4px;
  min-width: 24px;
  text-align: center;
}


.para.nbb {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: 500;
}

.para.nbb:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 576px) {
  .serv-crd-txt {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .ic-n1 {
    margin-bottom: 5px;
  }
}

.freight-service-section {
  background: #f8fafc;
  padding: 60px 20px;
}

.freight-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}



/* .freight-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #ff5e75;
  margin: 10px auto 0;
  border-radius: 5px;
} */

.freight-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.freight-service-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 1rem;
  color: var(--secondary-color);
}

.freight-service-list li i {
  color: #ff3d3d;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 4px;
  flex-shrink: 0;
}

.freight-service-list li span {
  line-height: 1.6;
}

@media (max-width: 576px) {
  .freight-container {
    padding: 25px;
  }

  .freight-title {
    font-size: 1.5rem;
  }

  .freight-service-list li {
    /* flex-direction: column; */
    gap: 10px;
    margin-top: 5px;
  }

  .freight-service-list li i {
    margin-bottom: 5px;
  }
}

.img-fluid-op{
  width: 100% !important;
  height: 550px !important;
  margin-top: 30px;
  object-fit: cover;
  border-radius: 12px;
}


/*  */


  .grid-service-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr); 
      gap: 30px;
      /* max-width: 1200px; */
      margin: auto;
      margin-top: 50px;
      margin-bottom: 60px;
    }

    .grid-service-item {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .grid-service-item:hover {
      transform: translateY(-5px);
    }

.grid-service-item img {
    width: 100%;
    height: 260px;
    display: block;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 0;
    object-fit: cover;
}


  .team-section {
    width: 100%;
    height: auto;
    margin-top: 60px;
    /* text-align: center;
    background-color: #f9f9f9; */
  }
  .team-container{
    text-align: center;
    margin-top: 30px;
  }

  .team-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
    /* font-family: 'Cinzel', serif; */
    font-family: 'Montserrat', sans-serif;
  }

  .team-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
  }

  .team-member {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px;
    transition: transform 0.3s ease;
  }

  .team-member:hover {
    transform: translateY(-8px);
  }

  .team-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ddd;
  }

  .team-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
  }

  .team-role {
    font-size: 16px;
    color: #777;
  }



  /* process */
  

.process-section {
  padding: 70px 20px;
  background: #f8f9fc;
  text-align: center;
}


.section-title {
  font-size: 38px;
  color: #333;
  margin-bottom: 50px;
  font-weight: 700;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


.step {
  background: #fff;
  border-radius: 16px;
  width: 260px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  position: relative;
  cursor: pointer;
}

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  background-color: var(--secondary-color);
}
.step:hover.step h3{
  color: var(--white-color);
}
.step:hover.step p{
  color: var(--white-color);
}

.step.show {
  opacity: 1;
  transform: translateY(0);
}

.step .icon {
  font-size: 36px;
  color: #fff;
  /* background: linear-gradient(135deg, #ff5a5f, #ff9966); */
  background-color: var(--secondary-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.step:hover .icon {
  background: linear-gradient(135deg, #3c8ce7, #00eaff);
}

.step h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-family: 'Montserrat', sans-serif;
}

.step p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  padding-top: 10px;
}




.custom-shape-divider-bottom-1751636802 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1751636802 svg {
    position: relative;
    display: block;
    width: calc(108% + 1.3px);
    height: 70px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1751636802 .shape-fill {
    fill: #FFFFFF;
}
