/********** Template CSS **********/
:root {
    --primary: #1892d1;
    --secondary: #1892d1;
    --light: #F3F6F8;
    --dark: #1892d1;
}
.parallax {
  	text-align: center;
	background-image: url("antonette.webp");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 50px;
}

.parallax p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.lax {
	background-color: #f2f2f2;
	padding: 50px 20px;
}
.legacy {
	background-color: #ffffff;
	padding: 30px 0;
}
.legacy i {
	font-size: 46px;
	color: #005fa6;
}
.ps-4 {
	text-align: center;
}
.ads img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}	
.btn-success {
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #ff7b00;
	border: 1px solid #f59944;
}
.btn-success:hover {
	background-color: #fc9330;
}
.btn-services {
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #005fa6;
	border: 1px solid #0376cb;
	color: #fff;
}
.btn-services:hover {
	background-color: #487BF4;
	color: #fff;
}
.services h1 {
	text-align: center;
	padding: 20px 0;
	color: #ff7b00;
	
}
.services a {
	color: #E9090D;
	font-weight: 500;
}
.services a:hover {
	text-decoration: underline;
}
.additional-services {
	background-color: #f9f9f9;
}
.additional-services .caption h4 a{
	color: #0c2b4b;
	font-size: 20px;
}
.caption {
	background-color: #fff;
	padding: 10px;
}
.additional-services .caption h4 {
	padding-top: 10px;
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

small {
	color: #fff;
	font-size: 16px;
}

i {
	color: #fff;
	font-size: 18px;
}


.bg-orange {
	background-color: #ff7b00;

}
.bg-blue {
	background-color: #1892d1;

}
.display-2  {
	font-size: 36px;
	
}
h2 {
	color: #fff;
}
.text-orange {
	color: #ff7b00; 
}

.services i {
	font-size: 46px;
	color: #ff7b00;
}
/*
.services h3 {
	font-size: 36px;
	color: #232323;
}

/*** Accordion ***/

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border:none;
  border-bottom: 1px solid #ccc;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/***
.active:after {
  content: "\2212";
}
**/
.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn-primary {
	background-color: #ff7b00;
}
.btn-outline-primary {
	background-color: #ff7b00;
}
.btn-primary a:hover {
	background-color: #1892d1;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.section-bg {
  background-color: #f3f5fa;
}
.clients {
  padding: 12px 0;
  text-align: center;
  border-radius: 10px;
}

.clients img {
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

.ctct-inline-form {
  display: inline;
  widows: 50%;	

}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #1892d1;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ff7b00;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header 
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
 /**   background: rgba(0, 0, 0, .25); 
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
	.sign-up {
		display: none;
	}
	.col-lg-2 {
		display: none;
	}
}
**/

.container-frame {
	overflow: hidden;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("file:///C|/Users/HANs/img/antonette.jpg") center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -25px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .4)), url("file:///C|/Users/HANs/img/antonette.jpg") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}



/* ======================================== */
/*        GENERAL LAYOUT & HEIGHT           */
/* ======================================== */

.carousel-item {
  height: 80vh;
  min-height: 500px;
  position: relative;
}

/* 45% text / 55% image layout */
.hero-text-col {
  flex: 0 0 45%;
  max-width: 45%;
}

.hero-img-col {
  flex: 0 0 55%;
  max-width: 55%;
}

/* ======================================== */
/*         IMAGE ANIMATION (DESKTOP)        */
/* ======================================== */

.slide-image {
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.carousel-item.active .slide-image {
  opacity: 1;
  transform: scale(1);
}

/* ======================================== */
/*        TEXT ANIMATION (NO JITTER)        */
/* ======================================== */

.hero-content {
  padding-left: 20px;
}

.hero-content h1 {
  font-size: 42px;
}

.hero-content h2 {
  font-size: 40px;
  color: #0c2b4b;
}

/* Base state */
.hero-title,
.hero-desc,
.hero-btn {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* Animated (staggered) */
.carousel-item.active .hero-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

.carousel-item.active .hero-desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}

.carousel-item.active .hero-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.65s;
}

/* ======================================== */
/*      LEFT / RIGHT SLIDE ANIMATIONS       */
/* ======================================== */

.slide-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1s ease, transform 1s ease;
}

.carousel-item.active .slide-left {
  opacity: 1;
  transform: translateX(0);
}

.slide-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.carousel-item.active .slide-right {
  opacity: 1;
  transform: translateX(0);
}

/* ======================================== */
/*           CAROUSEL CONTROLS              */
/* ======================================== */

.carousel-control-prev,
.carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  margin: 0 25px;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.carousel-control-prev::before,
.carousel-control-next::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #ff7b00;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.carousel-control-prev::before,
.carousel-control-next::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ff7b00;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M11 1L3 8l8 7'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7'/%3E%3C/svg%3E");
}

/* Hover effect */
.carousel-control-prev:hover::before,
.carousel-control-next:hover::before {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 0 14px rgba(255, 123, 0, 0.55);
}

/* ======================================== */
/*           PROGRESS BAR                   */
/* ======================================== */

.progress-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: rgba(255,255,255,0.6);
  width: 0%;
  animation: progress 10s linear infinite;
  z-index: 20;
}

@keyframes progress {
  from { width: 0%; }
  to { width: 100%; }
}

/* ======================================== */
/*                MOBILE FIXES              */
/* ======================================== */

@media (max-width: 768px) {

  .carousel-item {
    height: auto;
    min-height: auto;
    padding: 40px 15px;
    text-align: center;
  }

  .hero-img-col,
  .hero-text-col {
    max-width: 100%;
    flex: 0 0 100%;
  }


  .container.d-flex {
    flex-direction: column;
  }

  .hero-img-col {
    order: 1;
  }

  .hero-text-col {
    order: 2;
  }
	
  /* Disable animation on mobile (fix image not showing) */
  .slide-image {
    opacity: 1 !important;
    transform: none !important;
    margin-top: 20px;
  }

  .hero-content {
    padding-left: 0;
  }

  .hero-content h1,
  .carousel-item.active .hero-title {
    font-size: 28px;
  }

  .hero-content h2 {
    font-size: 26px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    margin: 0;
  }
}







/* Footer */
footer.site-footer {background: #e6e6e6;padding: 20px 0 0;float: left;width: 100%;}
footer.site-footer h4 {font-size: 20px;font-weight: 500; padding: 20px 0 10px 0;}
footer.site-footer ul {padding-left: 0;margin-bottom: 20px;list-style: none;}
footer.site-footer ul a {color: #666;font-size: 16px;}
footer.site-footer p {font-size: 16px;}
footer.site-footer p a {color: #666;}
p.text {color: #666;}
#copyright {background: #404040;color: #ccc;padding: 15px 0;font-size: 16px;margin-top: 20px;}
#copyright p, #copyright ul {margin: 0;float: left;font-size: 16px;}
#copyright a {color: #fff;font-size: 12px;}
.site-footer li a:hover {color:#005FA6;}
ul.big li {float: left;width: 49%;}
ul.big li:nth-child(2n) {margin-left: 2%;}
.site-footer li i {color: #585757; text-align:center; font-size: 30px; padding-top: 15px; padding-left:30px;}
.back-to-top {position: fixed; bottom: 2em; left: 0px; text-decoration: none; color: #000000; background-color: rgba(235, 235, 235, 0.80); font-size: 12px; padding: 1em; display: none;}
.back-to-top:hover {background-color: rgba(135, 135, 135, 0.50);}

@media (max-width:462px) {
	.fbox:last-child {
		margin-top: 20px;
		float: left;
		width: 100%;
	}
	.fbox {
		text-align: center;
	}
}

ul#menu li {
  display:inline;
  padding-right: 10px;
}
ul#social-menu li {
  display:inline;
}
#social-menu li i {
  font-size: 22px;	
}

input[type=submit] {
  background-color: #ff7b00;
  border: solid 1px #fec00d;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  padding: 10px;	
}
input[type=text] {
  font-size: 18px;
  text-align: center;
  opacity: 0.7;
  border-radius: 5px;
  padding: 10px 20px;
  border: solid 1px #fec00d;	
}
@media screen and (max-width: 600px) {
  .cse-branding-form input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
	}
	}

/* ===================== PWA ======== */

/* =========================
   INSTALL POPUP
========================= */
#mf-install-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.mf-popup-content{
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 320px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.mf-popup-content h3{
  margin-top: 0;
}

.mf-popup-content button{
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
}

#mf-install-popup-btn{
  background: #2a92ce;
  color: white;
}

.mf-close-btn{
  background: #eee;
}

/* =========================
   IOS GUIDE
========================= */
#mf-ios-guide{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

#mf-ios-guide div{
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 320px;
}

/* =========================
   MOBILE APP NAVIGATION
========================= 
#mf-app-nav{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  display: none;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 9999;
}

#mf-app-nav a{
  text-decoration: none;
  color: #333;
  font-size: 11px;
  text-align: center;
  flex: 1;
}

#mf-app-nav span{
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}

*/


#mf-app-nav{
position:fixed;
bottom:0;
left:0;
width:100%;
height:70px;
background:white;
display:flex;
justify-content:space-around;
align-items:center;
border-top:1px solid #ddd;
z-index:999999;
}

#mf-app-nav a{
text-decoration:none;
color:#0B3D91;
font-size:12px;
display:flex;
flex-direction:column;
align-items:center;
}

#mf-app-nav span{
font-size:22px;
}

body{
padding-bottom:80px;
}

@media(min-width:768px){
#mf-app-nav{
display:none;
}
}





/* SHOW ONLY ON MOBILE 
@media screen and (max-width: 768px){
  #mf-app-nav{
    display: flex !important;
  }
}

/* HIDE ON DESKTOP 
@media screen and (min-width: 769px){
  #mf-app-nav{
    display: none !important;
  }
}

/* PREVENT CONTENT BEING HIDDEN BY NAV 
@media screen and (max-width: 768px){
  body{
    padding-bottom: 70px;
  }
}

*/


/* =========================================================
   MOBILE — BALIKBAYAN BOX TECHNOLOGY & SAFETY SECTION
   Appearance only
   ========================================================= */

@media (max-width: 767.98px) {

    /* Section container */
    .parallax {
        padding: 38px 14px 42px !important;
        background-attachment: scroll !important;
    }

    /* Main heading */
    .parallax h1 {
        font-size: 25px !important;
        line-height: 1.2 !important;
        margin: 0 auto 25px !important;
        max-width: 340px;
        color: #0b3d66 !important;
        text-align: center;
    }

    /* Small orange accent underneath heading */
    .parallax h1::after {
        content: "";
        display: block;
        width: 45px;
        height: 3px;
        margin: 10px auto 0;
        border-radius: 10px;
        background: #ff7b00;
    }

    /* Turn each existing column into a compact card */
    .parallax .col-sm-4 {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 12px !important;
    }

    .parallax .col-sm-4:last-child {
        margin-bottom: 0 !important;
    }

    /* Card */
    .parallax .col-sm-4 > div,
    .parallax .col-sm-4 {
        box-sizing: border-box;
    }

    .parallax .col-sm-4 {
        background: rgba(255,255,255,.97);
        border: 1px solid #e3ebf1;
        border-radius: 14px;
        padding: 16px !important;
        box-shadow: 0 5px 16px rgba(8,43,73,.07);
    }

    /* Existing icon/image */
    .parallax .col-sm-4 img {
        width: 65px !important;
        height: 65px !important;
        object-fit: contain !important;
        float: left;
        margin: 0 15px 8px 0 !important;
        padding: 5px !important;
        border-radius: 12px !important;
        background: #f4f9fc !important;
        box-shadow: none !important;
    }

    /* Card title */
    .parallax .col-sm-4 h4 {
        min-height: 0 !important;
        margin: 3px 0 6px !important;
        color: #0b3d66 !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        text-align: left !important;
    }

    /* Existing description */
    .parallax .col-sm-4 p {
        margin: 0 0 10px !important;
        color: #667789 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
        text-align: left !important;
    }

    /* Clear the floated image before button */
    .parallax .col-sm-4::after {
        content: "";
        display: block;
        clear: both;
    }

    /* Existing button */
    .parallax .col-sm-4 .btn,
    .parallax .col-sm-4 .btn-success {
        display: inline-block !important;
        width: auto !important;
        min-height: 35px !important;
        padding: 7px 14px !important;
        margin: 3px 0 0 !important;
        border: 0 !important;
        border-radius: 7px !important;
        background: #1892d1 !important;
        color: #fff !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        box-shadow: none !important;
    }

    .parallax .col-sm-4 .btn:hover,
    .parallax .col-sm-4 .btn-success:hover {
        background: #ff7b00 !important;
        color: #fff !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .parallax {
        padding: 32px 10px 36px !important;
    }

    .parallax h1 {
        font-size: 23px !important;
        margin-bottom: 20px !important;
    }

    .parallax .col-sm-4 {
        padding: 13px !important;
        margin-bottom: 10px !important;
    }

    .parallax .col-sm-4 img {
        width: 58px !important;
        height: 58px !important;
        margin-right: 12px !important;
    }

    .parallax .col-sm-4 h4 {
        font-size: 15px !important;
    }

    .parallax .col-sm-4 p {
        font-size: 12.5px !important;
    }

    .parallax .col-sm-4 .btn,
    .parallax .col-sm-4 .btn-success {
        min-height: 33px !important;
        padding: 6px 12px !important;
        font-size: 11.5px !important;
    }
}


/* =========================
   REQUEST A BOX - CARDS
   ========================= */ 

.request-box-section {
    width: 100%;
    padding: 100px 25px 50px;
}
.request-box-section h1 {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.request-box-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

/* Individual Card */
.request-box-card {
	background: rgba(255, 255, 255, 0.65);
    padding: 32px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
	border-radius: 10px;
    border: 1px solid #eeeeee;
}

/* Top area: Icon + Heading */
.request-box-header {
    display: flex;
    align-items: center;
    gap: 20px;
	padding-bottom: 30px;
}

/* Circular Icon */
.request-box-icon {
    width: 100px;
    height: 100px;
    display: flex;
 /*   align-items: left;
    justify-content: center;
    overflow: hidden; */
}

 If using an actual image 
.request-box-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Heading */
.request-box-card h4 {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: #222222;
}

.request-box-card h1 {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #222222;
	padding: 30px 0;
}

.request-box-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;

    padding: 10px 28px;

    font-size: 16px;
    font-weight: 500;

    text-decoration: none;
    text-align: center;

    border-radius: 3px;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 1000px) {

    .request-box-container {
        grid-template-columns: 1fr;
        max-width: 650px;
    }

    .request-box-card {
        min-height: auto;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {

    .request-box-section {
        padding: 35px 15px;
    }

    .request-box-container {
        gap: 20px;
    }

    .request-box-card {
        padding: 25px;
        min-height: auto;
    }

    .request-box-header {
        gap: 18px;
    }

    .request-box-icon {
        width: 85px;
        height: 85px;
        min-width: 85px;
    }

    .request-box-card h3 {
        font-size: 21px;
    }

    .request-box-card p {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 18px;
    }
	.request-box-btn {
    padding: 8px 20px;
    font-size: 15px;
    }
}





/* ==============================
   SERVICE CARDS
   ============================== */

.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    width: 100%;
}
.service-header {
    display: flex;
    align-items: center;
    gap: 22px;
}


.services-title {
    margin: 0 auto;
	padding-top: 20px;
    color: #063b68;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
	text-align: center;
}

.services-subtitle {
	text-align: center;
	padding-bottom: 35px;
    color: #71849a;
    font-size: 18px;
    line-height: 1.5;
}

/* ==============================
   CARD
   ============================== */

.service-card {
    position: relative;

    background: #ffffff;

    border: 1px solid #dfe5ec;
    border-radius: 15px;

    padding: 40px 25px 10px;


    box-sizing: border-box;

    overflow: hidden;

    /* Smooth hover animation */
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* ==============================
   ICON
   ============================== */

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 10px;
}

.service-icon img {
    width: 42px;
    height: 42px;

    object-fit: contain;
}


/* ==============================
   TITLE
   ============================== 

.service-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #071d35;
    transition: color 0.3s ease;
}*/
.service-header h3 {
	font-size: 23px;
    margin: 0;
    line-height: 1.3;
}

/* ==============================
   DESCRIPTION
   ============================== */

.service-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    color: #304b68;
	padding-top: 10px;
}


/* ==============================
   LEARN MORE - NORMAL
   ============================== */

.service-card .learn-more,
.service-card .learn-more:visited {
    display: inline-flex;
    align-items: center;

    margin-top: 25px;

    font-size: 17px;
    font-weight: 600;

    color: #ff7b00 !important;

    text-decoration: none !important;

    transform: scale(1);
    transform-origin: left center;

    transition: transform 0.25s ease,
                color 0.25s ease;
}


/* ==============================
   LEARN MORE - HOVER ONLY
   ============================== */

.service-card .learn-more:hover {
    color: #000 !important;

    text-decoration: none !important;

    transform: scale(1.12);
}


/* Arrow */

.service-card .learn-more span {
    margin-left: 8px;

    text-decoration: none !important;
}


/* ==============================
   SERVICE CARD - HOVER
   ============================== */

.service-card {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.service-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 18px 35px rgba(20, 40, 63, 0.12);

    border-color: #d6dee8;
}


/* ==============================
   ANIMATED BOTTOM LINE
   ============================== */

.service-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 4px;

    background: #ff7b00;

    transform: scaleX(0);

    transform-origin: center;

    transition: transform 0.4s ease;
}


/* Show line when card is hovered */

.service-card:hover::after {
    transform: scaleX(1);
}
/* ==============================
   TABLET
   ============================== */

@media (max-width: 991px) {

    .services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .service-card {
        padding: 35px 30px;
        min-height: 330px;
    }

    .service-card h3 {
        font-size: 21px;
    }

    .service-card p {
        font-size: 17px;
    }
}


/* ==============================
   MOBILE
   ============================== */

@media (max-width: 767px) {

    .services-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 30px 25px;
        min-height: auto;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 22px;
    }

    .service-icon img {
        width: 38px;
        height: 38px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .service-card p {
        font-size: 16px;
        line-height: 1.6;
    }

    .service-card .learn-more {
        font-size: 16px;
        margin-top: 22px;
    }

    /* Slightly smaller movement on phones */
    .service-card:hover {
        transform: translateY(-5px);
    }

}


/* =========================================================
   MOBILE HERO - CLEAN VERSION
   ========================================================= */

@media (max-width: 767.98px) {

    /* -----------------------------------------
       HERO / CAROUSEL
       ----------------------------------------- */

    #heroCarousel .carousel-item {
        height: auto !important;
        min-height: 0 !important;

        padding: 18px 12px 28px !important;

        text-align: center;
    }


    /* -----------------------------------------
       IMAGE
       ----------------------------------------- */

    #heroCarousel .hero-img-col {
        order: 1;

        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;

        padding: 0 !important;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    #heroCarousel .slide-image {
        display: block;

        width: 90% !important;
        max-width: 360px !important;

        height: auto !important;
        max-height: 240px !important;

        margin: 0 auto 12px !important;

        object-fit: contain !important;

        filter: drop-shadow(0 10px 18px rgba(8, 43, 73, 0.10));
    }


    /* -----------------------------------------
       TEXT AREA
       ----------------------------------------- */

    #heroCarousel .hero-text-col {
        order: 2;

        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;

        padding: 0 20px !important;
    }

    #heroCarousel .hero-content {
        padding: 0 !important;
        margin: 0 auto !important;
    }


    /* -----------------------------------------
       HEADLINE
       ----------------------------------------- */


    #heroCarousel .hero-title,
    #heroCarousel .hero-content h1,
    #heroCarousel .hero-content h2 {

        font-size: 25px !important;

        line-height: 1.2 !important;

        font-weight: 700 !important;

        margin: 5px 0 12px !important;

        color: #082b49;
    }


    /* -----------------------------------------
       DESCRIPTION
       ----------------------------------------- */

    #heroCarousel .hero-desc {

        font-size: 15px !important;

        line-height: 1.5 !important;

        margin: 0 auto 17px !important;

        max-width: 560px;

        color: #777;
    }


    /* -----------------------------------------
       BUTTON
       ----------------------------------------- */

    #heroCarousel .hero-btn {

        display: inline-block;

        min-height: 42px !important;

        padding: 9px 22px !important;

        font-size: 14px !important;

        line-height: 1.3 !important;

        border-radius: 7px !important;

        margin: 0 !important;
    }


    /* -----------------------------------------
       CAROUSEL ARROWS
       ----------------------------------------- */

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {

        width: 34px !important;
        height: 34px !important;

        top: 32% !important;
        bottom: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: translateY(-50%) !important;

        opacity: 1 !important;

        z-index: 10;
    }


    /* LEFT ARROW */

    #heroCarousel .carousel-control-prev {
        left: 6px !important;
    }


    /* RIGHT ARROW */

    #heroCarousel .carousel-control-next {
        right: 6px !important;
    }


    /* Orange circle */

    #heroCarousel .carousel-control-prev::before,
    #heroCarousel .carousel-control-next::before {

        content: "";

        display: block;

        width: 34px !important;
        height: 34px !important;

        border-radius: 50%;

        background: #ff8500;
    }


    /* Arrow itself */

    #heroCarousel .carousel-control-prev-icon,
    #heroCarousel .carousel-control-next-icon {

        width: 13px !important;
        height: 13px !important;

        background-size: 13px 13px !important;

        border: 0 !important;

        z-index: 2;
    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    #heroCarousel .carousel-item {
        padding: 12px 8px 22px !important;
    }


    /* Slightly smaller image */

    #heroCarousel .slide-image {
        width: 88% !important;

        max-width: 320px !important;

        max-height: 210px !important;

        margin-bottom: 10px !important;
    }


    /* Heading */

    #heroCarousel .hero-title,
    #heroCarousel .hero-content h1,
    #heroCarousel .hero-content h2 {

        font-size: 22px !important;

        line-height: 1.2 !important;

        margin-bottom: 10px !important;
    }


    /* Description */

    #heroCarousel .hero-desc {

        font-size: 13.5px !important;

        line-height: 1.45 !important;

        margin-bottom: 15px !important;
    }


    /* Button */

    #heroCarousel .hero-btn {

        min-height: 40px !important;

        padding: 8px 19px !important;

        font-size: 13px !important;
    }


    /* Arrows */

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {

        width: 30px !important;
        height: 30px !important;

        top: 32% !important;
    }

    #heroCarousel .carousel-control-prev {
        left: 4px !important;
    }

    #heroCarousel .carousel-control-next {
        right: 4px !important;
    }

    #heroCarousel .carousel-control-prev::before,
    #heroCarousel .carousel-control-next::before {

        width: 30px !important;
        height: 30px !important;
    }

    #heroCarousel .carousel-control-prev-icon,
    #heroCarousel .carousel-control-next-icon {

        width: 11px !important;
        height: 11px !important;

        background-size: 11px 11px !important;
    }
}




/* =========================================================
   MANILA FORWARDER
   ADDITIONAL SERVICES SECTION
   ========================================================= */


/* =========================================================
   CARDS CONTAINER
   ========================================================= */

.mf-cards-container {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    width: 100%;
    max-width: 1500px;

    margin: 0 auto;
}


/* =========================================================
   SERVICE CARD
   ========================================================= */

.mf-card {
    position: relative;

    background: #f5f8fc;

    border: 1px solid #e2e8ef;

    border-radius: 15px;

    padding: 20px 15px 20px;

    text-align: center;

    overflow: hidden;

    /* IMPORTANT:
       Card does NOT move on hover */
    transition:
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.mf-card:hover {

    /* No translateY */

    transform: none;

    /* Subtle shadow only */

    box-shadow:
        0 10px 25px rgba(8, 43, 73, 0.10);

    border-color: #d7e0e9;
}


/* =========================================================
   IMAGE CONTAINER
   ========================================================= */

.mf-card-image {

    width: 100%;

    height: 195px;

    overflow: hidden;

    border-radius: 12px;

    margin-bottom: 27px;
}


/* =========================================================
   IMAGE
   ========================================================= */

.mf-card-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    /* Image is the ONLY thing that zooms */

    transition:
        transform 0.6s ease;
}


/* =========================================================
   IMAGE HOVER / ZOOM
   ========================================================= */

.mf-card:hover .mf-card-image img {

    transform: scale(1.08);
}


/* =========================================================
   SERVICE TITLE
   ========================================================= */

.mf-card h3 {

    margin: 0 0 14px;

    color: #063b68;

    font-size: 25px;

    line-height: 1.25;

    font-weight: 600;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.mf-card p {

    margin: 0 auto;

    max-width: 320px;

    color: #71849a;

    font-size: 17px;

    line-height: 1.55;
}


/* =========================================================
   LEARN MORE
   ========================================================= */

.mf-card .mf-learn-more,
.mf-card .mf-learn-more:visited {

    display: inline-flex;

    align-items: center;

    margin-top: 22px;

    color: #ff7b00 !important;

    font-size: 17px;

    font-weight: 600;

    text-decoration: none !important;

    transform: scale(1);

    transform-origin: center;

    transition:
        transform 0.25s ease,
        color 0.25s ease;
}


/* =========================================================
   LEARN MORE HOVER
   ONLY THE LINK GROWS
   ========================================================= */

.mf-card .mf-learn-more:hover {

    color: #000000 !important;

    text-decoration: none !important;

    transform: scale(1.12);
}


/* =========================================================
   LEARN MORE ARROW
   ========================================================= */

.mf-card .mf-learn-more span {

    margin-left: 8px;

    transition:
        transform 0.25s ease;
}


/* Arrow moves ONLY when Learn More is hovered */

.mf-card .mf-learn-more:hover span {

    transform: translateX(5px);
}


/* =========================================================
   ANIMATED ORANGE BOTTOM LINE
   ========================================================= */

.mf-card::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 4px;

    background: #ff7b00;

    /* Hidden initially */

    transform: scaleX(0);

    transform-origin: center;

    transition:
        transform 0.4s ease;
}


/* Show line when card is hovered */

.mf-card:hover::after {

    transform: scaleX(1);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .mf-cards-container {

        grid-template-columns: repeat(2, 1fr);

        gap: 25px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .mf-cards-container {

        grid-template-columns: 1fr;

        gap: 22px;

        padding: 0 15px;
    }


    .mf-card {

        padding: 22px 22px 28px;
    }


    .mf-card-image {

        height: 210px;

        margin-bottom: 22px;
    }


    .mf-card h3 {

        font-size: 22px;

        margin-bottom: 12px;
    }


    .mf-card p {

        font-size: 16px;

        line-height: 1.5;
    }


    .mf-card .mf-learn-more {

        font-size: 16px;

        margin-top: 19px;
    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .mf-cards-container {

        padding: 0 10px;
    }


    .mf-card {

        padding: 20px 18px 26px;
    }


    .mf-card-image {

        height: 185px;
    }


    .mf-card h3 {

        font-size: 21px;
    }


    .mf-card p {

        font-size: 15px;

        line-height: 1.45;
    }


    .mf-card .mf-learn-more {

        font-size: 15px;
    }

}






/* =========================================================
   LA LEGACY BUSINESS / ABOUT SECTION
   ========================================================= */

.legacy-section {
    width: 100%;
    padding: 70px 5%;
    background: #ffffff;
}


/* Main two-column layout */

.legacy-container {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    gap: 65px;

    align-items: center;
}


/* =========================================================
   LEFT IMAGE
   ========================================================= */

.legacy-image {
    width: 100%;
    height: 100%;

    min-height: 400px;

    overflow: hidden;

    border-radius: 18px;

    background: #f3f7fb;
}


.legacy-image img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 500px;

    object-fit: cover;

    border-radius: 18px;
}


/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.legacy-content {
    padding: 10px 0;
}


/* Small section label */

.legacy-label {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 18px;

    color: #00558c;

    font-size: 20px;

    font-weight: 500;

    text-transform: uppercase;
}


/* Lines beside label */

.legacy-label::after {
    content: "";

    width: 65px;

    height: 2px;

    background: #ff7b00;
}


/* Main heading */

.legacy-content h2 {
    margin: 0 0 20px;

    color: #063b68;

    font-size: 32px;

    line-height: 1.15;

    font-weight: 700;

    max-width: 700px;
}


/* Intro paragraph */

.legacy-intro {
    margin: 0 0 28px;

    color: #71849a;

    font-size: 18px;

    line-height: 1.6;

    max-width: 720px;
}


/* =========================================================
   CRITERIA / FEATURES
   ========================================================= */

.legacy-features {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px 40px;

    margin-top: 25px;
}


.legacy-feature {
    display: flex;

    align-items: flex-start;

    gap: 15px;
}


.legacy-feature-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f0f5fa;

    color: #0068a9;

    font-size: 28px;
}


.legacy-feature-content h3 {
    margin: 0 0 6px;

    color: #063b68;

    font-size: 20px;

    line-height: 1.25;

    font-weight: 600;
}


.legacy-feature-content p {
    margin: 0;

    color: #71849a;

    font-size: 15px;

    line-height: 1.5;
}


/* =========================================================
   LEARN MORE / BUTTON IF NEEDED
   ========================================================= */

.legacy-link {
    display: inline-flex;

    align-items: center;

    margin-top: 28px;

    color: #ff7b00 !important;

    font-size: 17px;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.legacy-link:hover {
    color: #000000 !important;

    text-decoration: none !important;

    transform: scale(1.08);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .legacy-section {
        padding: 55px 5%;
    }

    .legacy-container {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .legacy-image {
        min-height: 400px;

        max-width: 700px;

        margin: 0 auto;
    }


    .legacy-image img {
        min-height: 400px;
    }


    .legacy-content {
        text-align: left;
    }


    .legacy-content h2 {
        font-size: 36px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .legacy-section {
        padding: 40px 20px;
    }


    .legacy-container {
        gap: 30px;
    }


    .legacy-image {
        min-height: 280px;

        border-radius: 14px;
    }


    .legacy-image img {
        min-height: 280px;

        border-radius: 14px;
    }


    .legacy-label {
        font-size: 17px;

        gap: 10px;
    }


    .legacy-label::after {
        width: 45px;
    }


    .legacy-content h2 {
        font-size: 29px;

        line-height: 1.2;
    }


    .legacy-intro {
        font-size: 16px;

        line-height: 1.5;
    }


    .legacy-features {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .legacy-feature-content h3 {
        font-size: 18px;
    }


    .legacy-feature-content p {
        font-size: 15px;
    }

}









/* =========================================================
   MANILA FORWARDER
   WAREHOUSE / NEWSLETTER SECTION
   ========================================================= */

.mf-location-section {
    width: 100%;
    padding: 45px 5%;
    background: #f5f7fa;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.mf-location-container {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 355px;

    gap: 40px;

    align-items: start;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.mf-location-main {
    min-width: 0;
}


/* =========================================================
   PH SHOPPER BANNER
   ========================================================= */

.mf-location-banner {
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 20px;
}

.mf-location-banner img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 7px;
}


/* =========================================================
   COMPANY DESCRIPTION
   ========================================================= */

.mf-location-description {
    padding: 20px 20px 24px;

    margin-bottom: 30px;

    border-top: 2px solid #d8d8d8;

    text-align: center;
}

.mf-location-description p {
    max-width: 1000px;

    margin: 0 auto;

    color: #71849a;

    font-size: 17px;

    line-height: 1.4;

    letter-spacing: 0.3px;
}


/* =========================================================
   WAREHOUSE + MAP
   ========================================================= */

.mf-location-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;
}


/* =========================================================
   LOCATION ITEM
   ========================================================= */

.mf-location-item h2 {
    margin: 0 0 12px;

    color: #063b68;

    font-size: 26px;

    line-height: 1.2;

    font-weight: 600;
}


/* =========================================================
   LOCATION IMAGE / MAP
   ========================================================= */

.mf-location-media {
    width: 100%;

    height: 330px;

    overflow: hidden;

    border-radius: 3px;

    background: #e9eef3;
}


/* Warehouse photo */

.mf-location-media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* Google Map iframe */

.mf-location-media iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* =========================================================
   NEWSLETTER CARD
   ========================================================= */

.mf-newsletter {
    background: #ffffff;

    padding: 34px 30px 30px;

    border-radius: 8px;

    box-shadow:
        0 8px 25px rgba(8, 43, 73, 0.08);
}


/* Newsletter heading */

.mf-newsletter h2 {
    margin: 0 0 18px;

    color: #063b68;

    font-size: 32px;

    line-height: 1.25;

    font-weight: 700;
}


/* Newsletter description */

.mf-newsletter p {
    margin: 0 0 25px;

    color: #333333;

    font-size: 17px;

    line-height: 1.55;
}


/* =========================================================
   FORM
   ========================================================= */

.mf-newsletter label {
    display: block;

    margin-bottom: 8px;

    color: #063b68;

    font-size: 16px;

    font-weight: 600;
}


/* Required star */

.mf-newsletter .required {
    color: #ff7b00;
}


/* Email field */

.mf-newsletter input[type="email"],
.mf-newsletter input[type="text"] {

    width: 100%;

    height: 54px;

    padding: 0 14px;

    border: 1px solid #b9c3cc;

    border-radius: 5px;

    background: #ffffff;

    color: #333333;

    font-size: 16px;

    box-sizing: border-box;

    outline: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* Input focus */

.mf-newsletter input[type="email"]:focus,
.mf-newsletter input[type="text"]:focus {

    border-color: #ff7b00;

    box-shadow:
        0 0 0 3px rgba(255, 123, 0, 0.12);
}


/* =========================================================
   CONSENT / PRIVACY TEXT
   ========================================================= */

.mf-newsletter-consent {

    margin: 25px 0;

    color: #333333;

    font-size: 12px;

    line-height: 1.25;
}

.mf-newsletter-consent a {
    color: #063b68;

    text-decoration: underline;
}


/* =========================================================
   SIGN UP BUTTON
   ========================================================= */

.mf-newsletter button,
.mf-newsletter input[type="submit"] {

    display: block;

    width: 100%;

    min-height: 54px;

    padding: 12px 20px;

    border: 0;

    border-radius: 5px;

    background: #ff7b00;

    color: #ffffff;

    font-size: 18px;

    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* Button hover */

.mf-newsletter button:hover,
.mf-newsletter input[type="submit"]:hover {

    background: #000000;

    transform: translateY(-1px);

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .mf-location-container {

        grid-template-columns: minmax(0, 1fr) 310px;

        gap: 25px;
    }

    .mf-location-item h2 {

        font-size: 24px;
    }

    .mf-location-media {

        height: 290px;
    }

    .mf-newsletter {

        padding: 28px 24px;
    }

    .mf-newsletter h2 {

        font-size: 28px;
    }
}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 900px) {

    .mf-location-container {

        grid-template-columns: 1fr;
    }

    .mf-newsletter {

        max-width: 600px;

        width: 100%;

        margin: 0 auto;

        box-sizing: border-box;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .mf-location-section {

        padding: 30px 15px;
    }

    .mf-location-container {

        gap: 30px;
    }


    /* Banner */

    .mf-location-banner {

        margin-bottom: 15px;
    }


    /* Description */

    .mf-location-description {

        padding: 18px 8px 22px;

        margin-bottom: 25px;
    }

    .mf-location-description p {

        font-size: 15px;

        line-height: 1.5;
    }


    /* Warehouse + map */

    .mf-location-grid {

        grid-template-columns: 1fr;

        gap: 28px;
    }


    .mf-location-item h2 {

        font-size: 23px;

        margin-bottom: 10px;
    }


    .mf-location-media {

        height: 280px;
    }


    /* Newsletter */

    .mf-newsletter {

        padding: 28px 22px;
    }

    .mf-newsletter h2 {

        font-size: 28px;
    }

    .mf-newsletter p {

        font-size: 16px;
    }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .mf-location-section {

        padding: 25px 12px;
    }

    .mf-location-item h2 {

        font-size: 21px;
    }

    .mf-location-media {

        height: 240px;
    }

    .mf-newsletter {

        padding: 25px 18px;
    }

    .mf-newsletter h2 {

        font-size: 25px;
    }

}




/* =========================================================
   TRUSTED PARTNERS / LOGO SECTION
   ========================================================= */

.mf-partners-section {
    padding: 55px 5%;
    background: #f7f9fc;
    text-align: center;
}


/* Heading */

.mf-partners-title {
    margin: 0 0 8px;

    color: #063b68;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}


/* Subtitle */

.mf-partners-subtitle {
    margin: 0 auto 35px;

    max-width: 650px;

    color: #71849a;

    font-size: 16px;
    line-height: 1.5;
}


/* =========================================================
   LOGO ROW
   ========================================================= */

.mf-partners-logos {
    max-width: 1280px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 20px;

    align-items: center;
}


/* =========================================================
   TRUSTED PARTNERS SECTION
   ========================================================= */

.mf-partners-section {
    padding: 55px 5%;
    background: #f7f9fc;
    text-align: center;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

.mf-partners-title {
    margin: 0 0 8px;

    color: #063b68;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}


/* =========================================================
   SECTION SUBTITLE
   ========================================================= */

.mf-partners-subtitle {
    max-width: 650px;

    margin: 0 auto 35px;

    color: #71849a;

    font-size: 16px;
    line-height: 1.5;
}


/* =========================================================
   LOGO CONTAINER
   ========================================================= */

.mf-partners-logos {
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 10px;

    align-items: center;
}


/* =========================================================
   INDIVIDUAL LOGO CARD
   ========================================================= */

.mf-partner-logo {
  
    display: flex;
    max-width: 85%;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    overflow: hidden;

    box-sizing: border-box;

    transition:
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================================
   LOGO IMAGE
   ========================================================= */

.mf-partner-logo img {
    display: block;

    max-width: 85%;
    

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 10px;

    /* Grayscale by default */
    filter: grayscale(100%);

    opacity: 0.85;

    transition:
        filter 0.35s ease,
        transform 0.35s ease,
        opacity 0.35s ease;
}


/* =========================================================
   HOVER — CARD
   ========================================================= */

.mf-partner-logo:hover {

    /* Card does NOT move */
    transform: none;

    /* Subtle shadow */
    box-shadow: 0 6px 18px rgba(8, 43, 73, 0.10);

    border-color: #d8e1e9;
}


/* =========================================================
   HOVER — IMAGE
   ========================================================= */

.mf-partner-logo:hover img {

    /* Return to original colors */
    filter: grayscale(0%);

    opacity: 1;

    /* Slight zoom */
    transform: scale(1.08);
}


/* =========================================================
   ORANGE ACCENT LINE
   ========================================================= */

.mf-partners-section::after {

    content: "";

    display: block;

    width: 55px;
    height: 3px;

    margin: 35px auto 0;

    background: #ff7b00;

    border-radius: 5px;
}


/* =========================================================
   TABLET
   769px – 1100px
   ========================================================= */

@media (max-width: 1100px) {

    .mf-partners-section {
        padding: 50px 4%;
    }


    .mf-partners-logos {

        grid-template-columns: repeat(3, 1fr);

        gap: 18px;

    }


    .mf-partner-logo {

        height: 100px;

    }


    .mf-partner-logo img {

        max-width: 82%;

        max-height: 60px;

    }

}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 768px) {

    .mf-partners-section {

        padding: 45px 25px;

    }


    .mf-partners-title {

        font-size: 27px;

    }


    .mf-partners-subtitle {

        font-size: 15px;

        margin-bottom: 28px;

    }


    .mf-partners-logos {

        grid-template-columns: repeat(3, 1fr);

        gap: 15px;

    }


    .mf-partner-logo {

        height: 90px;

        padding: 12px 15px;

    }


    .mf-partner-logo img {

        max-width: 85%;

        max-height: 55px;

    }


    .mf-partners-section::after {

        margin-top: 30px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .mf-partners-section {

        padding: 40px 20px;

    }


    .mf-partners-title {

        font-size: 25px;

        line-height: 1.25;

    }


    .mf-partners-subtitle {

        font-size: 14px;

        line-height: 1.5;

        margin-bottom: 25px;

    }


    .mf-partners-logos {

        grid-template-columns: repeat(2, 1fr);

        gap: 14px;

    }


    .mf-partner-logo {

        height: 90px;

        padding: 10px;

        border-radius: 10px;

    }


    .mf-partner-logo img {

        max-width: 85%;

        max-height: 55px;

        border-radius: 10px;

    }


    .mf-partners-section::after {

        width: 50px;

        height: 3px;

        margin-top: 28px;

    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .mf-partners-section {

        padding: 35px 15px;

    }


    .mf-partners-title {

        font-size: 23px;

    }


    .mf-partners-subtitle {

        font-size: 13.5px;

        margin-bottom: 22px;

    }


    .mf-partners-logos {

        gap: 10px;

    }


    .mf-partner-logo {

        height: 80px;

        padding: 8px;

    }


    .mf-partner-logo img {

        max-width: 88%;

        max-height: 48px;

    }

}


/* =========================================================
   TOUCH DEVICES
   Prevent hover behavior from causing odd effects
   on phones/tablets.
   ========================================================= */

@media (hover: none) {

    .mf-partner-logo:hover {

        box-shadow: none;

        border-color: #e3e9ef;

    }


    .mf-partner-logo:hover img {

        filter: grayscale(100%);

        opacity: 0.85;

        transform: none;

    }

}