/* Custom styles for Alpha Express */

body {
  font-family: 'Segoe UI', sans-serif;
}

.bg-dark-blue {
  background-color: #0b2c49;
}

.hero-slide {
  background-size: cover;         /* Fill the area proportionally */
  background-position: center;    /* Keep subject centered */
  background-repeat: no-repeat;
  min-height: 80vh;               /* 80% of viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: Adjust banner height on smaller screens */
@media (max-width: 768px) {
  .hero-slide {
    min-height: 60vh;
    background-position: top center;
  }
}

.text-white img { width: 44px; }

/* Add top spacing for fixed navbar */
.mt-navbar {
  margin-top: 72px;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  margin-left: 10px;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #ffb800 !important;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  min-height: 88vh;
}

.cta-box {
  width: 300px;
  opacity: 0.95;
}
/* Right-side positioning in banner */
@media (min-width: 992px) {
  .hero-slide .col-md-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

/* Make them responsive on smaller devices */
@media (max-width: 991px) {
  .cta-box {
    width: 100%;
  }
}
.thumb-card img {
  width: 60%;
  transition: transform 0.3s ease;
}

.thumb-card:hover img {
  transform: scale(1.05);
}


/* ===== Our Services Section ===== */
.services-section {
  background-color: #f3f8fc;
}

.services-section h2 {
  font-size: 2.5rem;
  color: #1b2a33;
}

.services-section .underline {
  width: 90px;
  height: 4px;
  background-color: #ff6600;
}

.services-section p {
  font-size: 1.05rem;
  line-height: 1.6;
}


/* ===== Access Us Section ===== */
.access-section {
  background: linear-gradient(to bottom, #fff7ec, #fdf1da);
  position: relative;
  overflow: hidden;
}

.access-section h2 {
  color: #1b2a33;
}

.map-container iframe {
  border-radius: 10px;
}

.contact-info p {
  color: #444;
  font-size: 1rem;
  margin-bottom: 12px;
}

.social-icons a:hover {
  color: #ff6600;
}

.cta-bar .btn-warning {
  background-color: #ff6600;
  border: none;
  border-radius: 8px;
}

.cta-bar .btn-warning:hover {
  background-color: #e35400;
}


/*--------------------*/
.logistic-section {
  background-color: #fff;
}

.logistic-content h2 {
  font-size: 2.5rem;
  color: #1b2a33;
}

.logistic-content .underline {
  width: 120px;
  height: 4px;
  background-color: #ff6600;
}

.logistic-content p {
  color: #333;
  line-height: 1.7;
}

.btn-outline-danger {
  border: 2px solid #d62828;
  color: #d62828;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-outline-danger:hover {
  background-color: #d62828;
  color: #fff;
}



.footer-section {
  background-color: #2a2a3b;
  color: #ddd;
  font-family: 'Poppins', sans-serif;
}

.footer-logo img {
  max-width: 150px;
}

.footer-link {
  color: #bbb;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #ff6f00;
}

.map-container iframe {
  display: block;
  width: 100%;
  border: none;
}

.footer-bottom {
  background-color: #222233;
  color: #aaa;
  font-size: 14px;
}

.c_colr{ color:#fff!important; }



/*sub+banner-----*/
/* Short Subpage Banner */
.subpage-banner {
  position: relative;
  height: 250px;                /* Short height banner */
  background: url('images/sub-banner.jpg') center center/cover no-repeat;
  color: #fff;
}

.subpage-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* Dark overlay for contrast */
}

.subpage-banner .container {
  z-index: 2;
}

.banner-title {
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.banner-subtitle {
  font-size: 1rem;
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .subpage-banner {
    height: 180px;
  }
  .banner-title {
    font-size: 1.6rem;
  }
  .banner-subtitle {
    font-size: 0.9rem;
  }
}


/* ===== Service Section ===== */
.service-banner {
  background: url("banner-service.jpg") center/cover no-repeat;
  height: 300px;
  position: relative;
}

.service-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.service-banner .banner-content {
  position: relative;
  z-index: 2;
}

.service-banner h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-banner p {
  font-size: 1.1rem;
}

/* ===== Content Section ===== */
.service-content {
  background: #f8fafc;
}

.service-content h2 {
  color: #0d6efd;
}

.service-content p {
  line-height: 1.7;
}

.service-content ul li {
  font-size: 1rem;
  color: #333;
}

.btn-primary {
  background-color: #ff6600;
  border: none;
  border-radius: 50px;
}

.btn-primary:hover {
  background-color: #e85c00;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .service-banner {
    height: 200px;
  }

  .service-banner h1 {
    font-size: 1.8rem;
  }
}



/*============  Partners ===============*/
/* ===== Banner ===== */
.page-banner {
  background: url("banner-collaboration.jpg") center/cover no-repeat;
  height: 300px;
  position: relative;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.banner-content {
  position: relative;
  z-index: 2;
}

.page-banner h1 {
  font-size: 2.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-banner p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* ===== Content Section ===== */
.content-section {
  background: #ffffff;
}

.info-box {
  border-left: 5px solid #ff6600;
  transition: 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* ===== Product Cards ===== */
.products-section {
  background-color: #f8fafc;
}

.product-card {
  transition: all 0.3s ease;
  border-top: 4px solid #ff6600;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.product-card i {
  color: #ff6600;
}

/* ===== Buttons and Text ===== */
.text-primary {
  color: #ff6600 !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .page-banner {
    height: 220px;
  }

  .page-banner h1 {
    font-size: 1.8rem;
  }
}


/* ===== Quot Online ===== */
.quote-banner {
  background: url("banner-quote.jpg") center/cover no-repeat;
  height: 300px;
  position: relative;
}

.quote-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner-content {
  position: relative;
  z-index: 2;
}

.quote-banner h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.quote-banner p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* ===== Form Section ===== */
.quote-section {
  background: #f8fafc;
}

.quote-form {
  max-width: 900px;
  border-top: 5px solid #ff6600;
  transition: 0.3s ease;
}

.quote-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.form-label {
  color: #333;
}

.form-control, .form-select {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.form-control:focus, .form-select:focus {
  border-color: #ff6600;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25);
}

.btn-primary {
  background-color: #ff6600;
  border: none;
  border-radius: 50px;
}

.btn-primary:hover {
  background-color: #e85c00;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .quote-banner {
    height: 220px;
  }

  .quote-banner h1 {
    font-size: 1.8rem;
  }
}

/*========== Contact =========*/

.navbar-brand {
  color: #ff8c00 !important;
  letter-spacing: 0.5px;
}

.section-title {
  font-weight: 600;
  color: #333;
  border-left: 4px solid #ff8c00;
  padding-left: 10px;
}

.contact-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.contact-details p {
  line-height: 1.6;
  color: #0658a2;
}

.contact-details a {
  color: #334a62;
  text-decoration: none;
}

.map-container iframe {
  border-radius: 10px;
  width: 100%;
  height: 350px;
}

footer {
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}
/* ================ Banner Colour   ==================  */
.subpage-banner {
  min-height: 250px;
  background: linear-gradient(135deg, #134e5e, #71b280);
  position: relative;
}

.subpage-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.banner-title {
  font-size: 42px;
  letter-spacing: 1px;
}

.banner-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

/*------------language--------------*/
.language-switcher{
display:flex;
gap:6px;
}

.lang-btn{
border:none;
background:transparent;
padding:0;
cursor:pointer;
}

.lang-btn img{
width:28px;
height:auto;
border-radius:3px;
}

.lang-btn img:hover{
opacity:0.8;
}
.sub_b{ margin-top: 42px; }
.skiptranslate iframe{visibility: hidden!important;}

/*==================== from download =================*/

.quote-section{
min-height:44vh;
background:#f4f7fa;
}

.quote-btn{
display:block;
padding:20px;
font-size:18px;
font-weight:600;
text-decoration:none;
color:#333;
background:#dbe5ec;
border:2px solid #c3ced8;
border-radius:8px;
transition:all 0.3s ease;
letter-spacing:1px;
}

/* Hover Effect */
.quote-btn:hover{
background:#2c3e50;
color:#fff;
transform:translateY(-5px);
box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

/* Active */
.quote-btn:active{
transform:scale(0.97);
}

.quote-btn img {
  height:30px;
  border-radius:30px;
}