/********** 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;
	padding: 20px 0;
	text-align: center;
}

/*** 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;
}

.clients img {
  max-width: 70%;
  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: 44px;
}

.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: 60px;
  height: 60px;
  top: 50%;
  margin: 0 50px;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.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 HERO — COMPACT VERSION
   Appearance only
   ========================================================= */

@media (max-width: 767.98px) {

  .carousel-item {
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 10px 28px !important;
  }

  .hero-content {
    padding: 0 8px !important;
  }

  .hero-content h1,
.hero-content h2,
.hero-title {
    font-size: 25px !important;
    line-height: 1.18 !important;
    margin-top: 5px !important;
    margin-bottom: 9px !important;
}

.hero-desc {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin-bottom: 11px !important;
}

.hero-btn {
    min-height: 37px !important;
    padding: 7px 14px !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    border-radius: 7px !important;
    margin: 2px !important;
}

  .slide-image {
    max-height: 190px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 18px rgba(8,43,73,.10));
  }

  .carousel-item .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .carousel-item .row > [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 32px !important;
    height: 32px !important;
    margin: 0 7px !important;
    top: 45% !important;
  }

  .carousel-control-prev::before,
  .carousel-control-next::before {
    width: 32px !important;
    height: 32px !important;
  }

  .carousel-indicators {
    bottom: 7px !important;
    margin-bottom: 0 !important;
  }

  .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
    margin: 0 3px !important;
  }
}


/* VERY SMALL PHONES */

@media (max-width: 380px) {

  .carousel-item {
    padding: 12px 7px 24px !important;
  }

  @media (max-width: 380px) {

    .hero-content h1,
    .hero-content h2,
    .hero-title {
        font-size: 23px !important;
    }

    .hero-desc {
        font-size: 13px !important;
    }

    .hero-btn {
        min-height: 35px !important;
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
}
}

/* =========================================================
   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;
    }
}

/* =========================================================
   MOBILE HERO — FINAL COMPACT DESIGN
   ========================================================= */

@media (max-width: 767.98px) {

    /* Compact hero */
    #heroCarousel .carousel-item {
        height: auto !important;
        min-height: 0 !important;
        padding: 10px 8px 18px !important;
        text-align: center;
    }

    /* Keep image area compact */
    #heroCarousel .hero-img-col {
        order: 1;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 !important;
    }

    #heroCarousel .slide-image {
        display: block;
        max-width: 82% !important;
        max-height: 175px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto 8px !important;
        object-fit: contain !important;
    }

    /* Text */
    #heroCarousel .hero-text-col {
        order: 2;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 28px !important;
    }

    #heroCarousel .hero-content {
        padding: 0 !important;
    }

    /* Heading */
    #heroCarousel .hero-title,
    #heroCarousel .hero-content h1,
    #heroCarousel .hero-content h2 {
        font-size: 24px !important;
        line-height: 1.12 !important;
        margin: 4px 0 8px !important;
        font-weight: 700 !important;
    }

    /* Description */
    #heroCarousel .hero-desc {
        font-size: 13px !important;
        line-height: 1.35 !important;
        margin: 0 auto 10px !important;
        max-width: 560px;
    }

    /* Button */
    #heroCarousel .hero-btn {
        min-height: 36px !important;
        padding: 7px 18px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        border-radius: 6px !important;
        margin: 2px 0 0 !important;
    }

    /* -----------------------------------------------------
       ARROWS — MOVE THEM TO THE IMAGE AREA
       ----------------------------------------------------- */

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 30px !important;
        height: 30px !important;
        top: 23% !important;
        bottom: auto !important;
        margin: 0 !important;
        transform: translateY(-50%) !important;
        z-index: 10;
    }

    #heroCarousel .carousel-control-prev {
        left: 6px !important;
    }

    #heroCarousel .carousel-control-next {
        right: 6px !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: 14px !important;
        height: 14px !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    #heroCarousel .carousel-item {
        padding: 8px 6px 15px !important;
    }

    #heroCarousel .slide-image {
        max-height: 155px !important;
        max-width: 80% !important;
    }

    #heroCarousel .hero-text-col {
        padding: 0 24px !important;
    }

    #heroCarousel .hero-title,
    #heroCarousel .hero-content h1,
    #heroCarousel .hero-content h2 {
        font-size: 22px !important;
        line-height: 1.1 !important;
    }

    #heroCarousel .hero-desc {
        font-size: 12.5px !important;
        line-height: 1.3 !important;
    }

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        top: 21% !important;
    }
}

/* =========================================================
   MOBILE HERO — SMALLER CAROUSEL ARROWS
   ========================================================= */

@media (max-width: 767.98px) {

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 30px !important;
        height: 30px !important;
        top: 23% !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateY(-50%) !important;
        opacity: 1 !important;
    }

    #heroCarousel .carousel-control-prev {
        left: 4px !important;
    }

    #heroCarousel .carousel-control-next {
        right: 4px !important;
    }

    /* Orange circle */
    #heroCarousel .carousel-control-prev::before,
    #heroCarousel .carousel-control-next::before {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
    }

    /* Black arrow */
    #heroCarousel .carousel-control-prev-icon,
    #heroCarousel .carousel-control-next-icon {
        width: 12px !important;
        height: 12px !important;
        background-size: 12px 12px !important;
        border: 0 !important;
    }
}