body {font-family: 'Montserrat', sans-serif; background-color: #ffffff; color: #1d1d1f; margin: 0; padding: 0; overflow-x: hidden;}

h2 {
    font-size: 36px;
    font-weight: 800;
    color: #222;
    position: relative;
}

h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
	right:0;
    width: 60px;
	margin:0 auto;
	text-align:center;
    height: 4px;
    background: #0077FF;
    border-radius: 2px;
}
.navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
    background-color: #e1e8ed; /* Set your desired color */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

    .navbar {margin: 0px; padding:0px;} 
    .navbar-brand {color: #fff !important; font-weight: 600; letter-spacing: 0.5px;}
    .nav-link {    color: #000 !important;font-weight: 500; margin: 0 5px;transition: color 0.3s ease; font-size: 14px;}
    .nav-link:hover {color: #ffcc00 !important; background:#0071e3!important}
	.logomain{margin: 0px; padding:0px;width: 170px;}
	.logomain img{margin-top:10px; padding: 0px;}
    .carousel-item img {height: 85vh; object-fit: cover; filter: brightness(100%);} 
    .carousel-caption {bottom: 25%; animation: fadeInUp 2s ease-in-out;}
    @keyframes fadeInUp {from {opacity: 0; transform: translateY(30px);} to {opacity: 1; transform: translateY(0);}}
    .carousel-caption h1 {font-size:2rem; font-weight: 700; color: #fff!important;}
    .carousel-caption p {  color: #e0e0e0; font-size: 1rem;  width: 30%;}
    .video-banner {width: 100%; position: relative; overflow: hidden; margin-top:-75px;}
    .video-banner video {width: 100%; height: 100vh; object-fit: cover; border: none; margin: 0; display: block;}
	 .down-arrow {position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); font-size: 2rem; color: #fff; cursor: pointer; animation: bounce 2s infinite; z-index: 10;}
    @keyframes bounce {0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);} 40% {transform: translateX(-50%) translateY(-10px);} 60% {transform: translateX(-50%) translateY(-5px);}}

    .parallax {background-position: center; background:url(../images/map.png) no-repeat top/cover fixed}

    #about {width: 100%; padding:60px 0px 60px; text-align: center; color: #444; position: relative; margin: 0; }
	#about::before {    content: "";    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0; z-index: 0;}
    #about h2, #about p {position: relative; z-index: 1;}
          #services {width: 100%; padding: 60px 0px 60px; background-image: url(../images/bgs.jpg); background-attachment: fixed; background-size: cover; background-position: center; text-align: center; position: relative; color: #fff;}
    #services::before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 0;}
    #services h2 {font-weight: 600; font-size: 2rem; color:#fff!important; margin-bottom: 50px; position: relative; z-index: 1;}
    .service-card {border-radius: 30px;transition: all 0.4s ease; padding: 40px 20px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); position: relative;z-index: 1; border: 1px solid #302d2d;background: #fff;
} 
    .service-card h5 { color: #1a0101 !important;font-weight: 600;}
	 .service-card p{ color:#464d4d!important;}
    .service-card:hover {transform: translateY(-5px) scale(1.03);
    background: hsl(210.13deg 100% 91.85% / 90%);} 
    .service-icon {font-size: 3rem; color: #ffcc00; margin-bottom: 15px; transition: transform 0.4s ease, color 0.3s ease;} 
    .service-card:hover .service-icon {transform: rotate(10deg) scale(1.1); color: #fff;}
    .service-card img {width: 100%; border-radius: 10px; margin-bottom: 20px; transition: transform 0.4s ease;}
    .service-card:hover img {transform: scale(1.05);}
    #quotes {    padding: 60px 0;
    background: #f2f2f2;
    color: #000000;
    text-align: center;}
    #quotes h2 {font-size: 2rem; color: #0071e3; font-weight:600; margin-bottom: 30px;}
    #quotes .btn {background-color: #ffcc00; color: #004c91; font-weight: 600; padding: 7px 15px; transition: all 0.3s ease;}
    #quotes .btn:hover {background-color: #0071e3; color: #fff; transform: scale(1.05);}
 footer {background-color: #e1e8ed; color: #d9d9d9; padding: 60px 0; font-size: 0.9rem;}
 
    footer a {color: rgb(101, 121, 139); text-decoration: none;}
    footer a:hover {text-decoration: underline;}
    .footer-top {border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 30px; margin-bottom: 30px;}
	    .footer-top li {    color: rgb(101, 121, 139); text-decoration: none; list-style: disc;}
	    .footer-top p {color: rgb(101, 121, 139);
    text-decoration: none;}
	.footercopyright{ color: rgb(101, 121, 139);
    text-decoration: none;}
    .footer-title {color: #3e3d3e; font-weight: 600; margin-bottom: 20px;}
    .social-icons a {font-size: 1.4rem; margin: 0 10px; color: #ffc107;
    text-decoration: none; transition: color 0.3s ease;}
    .social-icons a:hover {color: #fff;}
	 /* Back to Top Button */
    #backToTop {position: fixed; bottom: 30px; right: 30px; z-index: 99; background-color: #ffcc00; color: #004c91; border: none; border-radius: 50%; width: 50px; height: 50px; font-size: 1.5rem; display: none; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: all 0.3s ease;}
    #backToTop:hover {background-color: #004c91; color: #fff; transform: scale(1.1);}
	
	.requestform {
	background: #f7f7f7;
	padding: 40px 0px;
	margin: 0px;
}
.requestform form {
    background: #ffffffa1;
    width: 100%;
    border:1px solid #a4b6c6;
    border-radius: 10px;
	    padding: 20px;
}
.requestform form label {
	width: 100%;
	color:#757571!important;
	font-size:14px;
	text-align:center;
	padding:10px 0px;
}

.requestform form input {
	border-bottom: 1px solid #a4b6c6!important;
	font-size: 14px;
	padding: 10px;
	color: #757571!important;
	margin: 3px 0px;
	background: none;
	border: none;
	width: 100%;
}
.requestform form select {
	border-bottom: 1px solid #a4b6c6!important;
	padding: 10px;
	font-size: 14px;
	color: #757571!important;
	margin: 3px 0px;
	background: none;
	border: none;
	width: 100%;
}
.requestform form textarea {
	border-bottom: 1px solid #a4b6c6!important;
	padding: 10px;
	font-size: 14px;
	color: #757571!important;
	margin: 3px 0px;
	background: none;
	border: none;
	width: 100%;
}
.requestform form sup.name {
	position: relative;
	top: -32px;
	right: -48px;
	color: #F00;
	font-size: 14px;
}
.requestform form sup.email {
	position: relative;
	top: -32px;
	right: -48px;
	color: #F00;
	font-size: 14px;
}
.requestform form sup.mobile {
	position: relative;
	top: -32px;
	right: -48px;
	color: #F00;
	font-size: 14px;
}
.requestform .submit {
background: #ffc107;
    padding: 10px 15px;
    text-align: center;
    border: none;
    margin: 20px -10px;
}
.requestform .submit:hover {
	background: #fdaf00;
	transition: all ease-in-out 0.3s;
	color: #000;
	font-weight: 600!important;
}
.requestform .submit img {
	width: 25%!important;
	transition: all ease 0.3s;
}
.requestform .submit:hover img {
	width: 15%!important;
	transition: all ease 0.3s;
}

	:focus-visible {
 outline: -webkit-focus-ring-color auto 0px;
}
.formrightside {
	margin: 0px;
	text-align: left;
	padding-left: 50px;
}
.formrightside h2 {
	color: #000;
	font-size: 38.53px;
	margin: 0px;
	text-align: left;
}
.formrightside h2 strong {
	color:#fdaf00;
	font-size: 38.53px;
	margin: 0px;
	text-align: left;
}
.formrightside p {
	padding: 5px 0px;
	box-sizing: border-box;
	font-size: 16px;
	color: #464A4C!important;
	font-weight:450;
	margin-bottom: 30px;
}
.formrightsider p {
    padding: 10px 0px 2px;
    line-height: 5px;
    box-sizing: border-box;
    font-size: 20px;
    color: #000 !important;
    font-weight: 400;
    margin-left: -50px;
    margin-bottom: 15px;
    font-style: italic;
}
.formrightsider p strong {
	box-sizing: border-box;
	font-size:30px;
	letter-spacing: 1.3px;
	color: #000!important;
	font-weight: 700;
    margin-bottom: 15px;
}
.formrightsider p strong a{
	font-size:30px;
	font-weight: 700;
    margin-bottom: 15px;
	color:#33424F!important;
}

.customisewidth {
    background: #020c16;
    border-radius: 10px;
    animation: animate 3s linear infinite;
    width: 70px;

}
.customcolor {
	color: #fdaf00!important;
}
    #quote {text-align: center;}
    #quote .btn {    background-color: #020c16;
    color: #fff;
    font-weight: 500;
    padding: 10px 5px;
    transition: all 0.3s ease;}
    #quote .btn:hover {background-color: #0071e3; color: #fff; transform: scale(1.05);}
	
	.aerrob{    border: 1px solid #fff;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    color: #ffcc00;
    padding: 15px;
    font-size: 14px;}
	.quotefrom{ color:#ffcc00;}
	.inputmain{ border:1px solid #fff!important; background:none;}
	
	.borderremember{background: #ffcc00;border-radius: 30px;}
	
	.container-icon {
  font-size: 60px;
  color: #ffcc00;
  transition: transform 0.3s ease, color 0.3s ease;
}

.service-card a:hover .container-icon {
  transform: scale(1.15);
  color: #000;
}

.office-section {
  background: linear-gradient(180deg, #f8f9fa, #ffffff);
  padding: 80px 0;
}

.section-title {
  font-weight: 700;
}

.section-title span {
  color: #ffcc00;
}

.section-subtitle {
  max-width: 620px;
  margin: 0 auto;
  color: #6c757d;
}

.office-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.office-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffcc00;
  color: #000;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.office-address {
  line-height: 1.6;
}

.office-meta {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.office-meta li {
  margin-bottom: 8px;
  font-size: 14px;
}

.office-meta i {
  color: #ffcc00;
  margin-right: 8px;
}

.office-tags span {
  display: inline-block;
  background: #f1f1f1;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin: 4px 4px 0 0;
}

.map-wrapper {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.global-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.global-list {
  list-style: none;
  padding: 0;
}

.global-list li {
  margin-bottom: 10px;
}

.global-list i {
  color: #28a745;
  margin-right: 8px;
}


  .container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
  }

  .intro {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1em;
  }
  .services, .containers, .inland, .news {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .card {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 20px;
    flex: 1 1 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .card h3 {
    color: #004080;
    margin-top: 0;
  }
  .card a {
    color: #0066cc;
    text-decoration: none;
  }
  .card a:hover {
    text-decoration: underline;
  }
  @media (max-width: 768px) {
    .services, .containers, .inland, .news {
      flex-direction: column;
    }
  }
  
  
  .video-banner {
    position: relative;
    text-align: center;
  }

  .video-banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .banner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff; /* White text for overlay */
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6); /* Makes text readable on image */
  }
figure {
    margin: 0rem!important;
}


.contact-map {
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f1f1f1;
  }

  .contact-map h2 {
    color: #004080;
    margin-bottom: 10px;
  }

  .contact-map p {
    margin-bottom: 30px;
    color: #333;
  }

  .map-social-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }

  .map {
    flex: 1 1 500px;
    min-width: 300px;
  }

  .map-social {
    flex: 0 0 200px;
    text-align: center;
  }

  .map-social h3 {
    color: #004080;
    margin-bottom: 15px;
  }

  .map-social .social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .map-social .social-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #004080;
    border: 1px solid #004080;
    border-radius: 50%;
    font-size: 1.3em;
    transition: all 0.3s;
    margin: auto;
  }

  .map-social .social-list li a:hover {
    background-color: #004080;
    color: #fff;
    transform: scale(1.1);
  }

  @media (max-width: 768px) {
    .map-social-wrapper {
      flex-direction: column;
      gap: 20px;
    }
  }
  
   #team {
    font-family: 'Montserrat', sans-serif;
  }

  #team h2 {
    color: #004080;
  }

  .team-card {
    background: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }

  .team-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }

  .team-social a {
    color: #004080;
    margin: 0 5px;
    font-size: 1.2rem;
    transition: all 0.3s;
  }

  .team-social a:hover {
    color: #ffcc00;
  }
  
  
    .logistics-form-container {
    max-width: 600px;
    margin: 40px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
  }
  .form-header { text-align: center; margin-bottom: 25px; }
  .form-header h2 { color: #1a2a6c; margin-bottom: 5px; }
  .form-header p { font-style: italic; color: #f2994a; font-size: 0.9rem; }
  
  .form-row { display: flex; gap: 15px; margin-bottom: 15px; }
  .form-group { flex: 1; display: flex; flex-direction: column; }
  
  input, select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  label { font-size: 0.8rem; color: #666; margin-bottom: 4px; }
  
  .submit-btn {
    width: 100%;
    padding: 15px;
    background: #1a2a6c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s;
  }
  .submit-btn:hover { background: #f2994a; }
  
  @media (max-width: 480px) {
    .form-row { flex-direction: column; gap: 10px; }
  }