/* cmsms stylesheet: Foxtrot_Custom modified: Thursday, November 20, 2025 12:18:29 PM */
body {font-family:Gabarito; background-color:#fef5f5; font-size:20px; color:#282828}
body {font-size:clamp(17px,2vw,20px)}


section#newsDetail .container ul li {
    font-size: 17px; color:#282828
}
section#newsDetail .container p {
    font-size: 17px; color:#282828
}

section#newsDetail strong {
    color:#F73C3C;
}
p {line-height:1.2; font-size:18px; color:#282828}
p.large {line-height: 1.3;font-size: 20px; color:#282828}
p.lead {line-height: 1.3;font-size: 20px; color:#282828}
.newsred {color: #F73C3C; font-weight:bold}
.header {
    --background-color: rgba(255, 255, 255, 0);
    color: var(--default-color);
    background-color: #fff;
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
}

.btnFoxtrot {
background-color: var(--accent-color);
color:#fff;
font-weight:bold;
padding: 20px 30px;
border: 1px solid #fff;
border-radius:50px;
}




.btnFoxtrot:hover {
color:#fff;
background-color: #F87C63;
}

.hero {
    position: relative;
    padding: 60px 0 0 0;
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#heroContainer {
 margin-bottom:-120px;
}

 @media (max-width: 990px){
    #heroContainer {
 margin-bottom:0px;

}
  }



section, .section {
    padding: 25px 0 25px 0;
    scroll-margin-top: 10px;
    overflow:clip;
}

h1 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

h2 {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

h3 {
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 20px;
}

h5 {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

h6 {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
}

/* Keep your span styling */
h1 span, h2 span, h3 span, h5 span, h6 span {
    color: #F73C3C;
    position: relative;
}

/* Keep your span styling */
h1,h2,h3,h5,h6 {
    color: #282828;
    position: relative;
}


  .circle {
    --size: 200px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    color: #fff;
    text-align: center;
    line-height: 1;          /* tighter */
    padding: 0.35rem;
  }

  .circle span {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.1rem;     /* minimal gap */
  }

  @media (max-width: 992px){
    .circle { --size: 160px; }
    .circle span { font-size: 1rem; }
  }

.textBorder { 
    border: 1px solid #f73c3c;
    padding: 60px 60px;
    border-radius: 20px;
}

 @media (max-width: 992px){
.textBorder { 
    border: 1px solid #f73c3c;
    padding: 20px 20px;
    border-radius: 20px;
}
  }

.card-img-fixed {
  width: 100%;          /* Fill the column width */
  height: 150px;        /* Fixed height */
  object-fit: cover;    /* Maintain aspect ratio, crop if necessary */
}

.news{
    margin-top:150px;
    padding: 25px 0 25px 0;
    scroll-margin-top: 10px;
    overflow:clip;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0.05;
    z-index: 1;
}

@media (max-width: 1024px) {
.hero .container {
    position: relative;
    z-index: 2;
    padding: 10px 15px 20px 15px;
}
}

.hero .container {
    position: relative;
    z-index: 2;
    padding: 10px 15px 0px 15px;
}


.hero-content h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 40px;
 line-height: 1.2;
    margin-bottom: 5px;
padding-top:40px;
    }
}

@media (max-width: 900px) {
    .hero-content h1 {
        font-size: 40px;
 line-height: 1.2;
    margin-bottom: 5px;
padding-top:40px;
text-align:center;
    }
}


.highlightText {
    margin: 0px auto;
    text-align: center;
    max-width: 650px;
    border: 1px solid;
    border-radius: 10px;
    padding: 7px;
    position: relative;
    top: -150px;
    background-color:#fef5f5;
 font-size:17px;
}

@media (max-width: 990px) {
    .highlightText {
    margin: 0px auto;
    text-align: center;
    max-width: 500px;
    border: 1px solid;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    top: 0px;
    background-color: #fff;
}
}

@media (max-width: 576px) {
    .hero-image img{
    max-width:150px;
text-align:center;
margin:0 auto;
    }
 .hero-image {
text-align:center;
    }
}

.foxtrotTail {
max-width:311px;
}

.case-image {
    display: inline-block;
    width: 29%;
    height: 100%;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid #f73c3c;
    vertical-align: middle;
    background-position-x: right;
}

/* Default: show SMALL version on mobile */
.numbersBig {
  display: none;
}
.numbersSmall {
  display: block;
}

/* Desktop: show BIG version at 980px and above */
@media (min-width: 640px) {
  .numbersBig {
    display: block;
  }
  .numbersSmall {
    display: none;
  }
}

.numbersSmall img {
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: auto;
  display: block;
}
/* ============================================
   GLOBAL NAV LINK STYLE (desktop + mobile)
   ============================================ */
.navmenu a,
.navmenu a:focus {
  font-size: 42px !important;        /* larger links */
  font-weight: 200 !important;       /* bold but clean */
  font-family: var(--nav-font);
  color: #222 !important;            /* default text color */
  letter-spacing: .3px;
  display: flex;
  align-items: center;
  transition: color .2s ease-in-out;
}

/* Hover → TEXT turns Foxtrot Red */
.navmenu a:hover,
.navmenu li:hover > a,
.navmenu .active > a,
.navmenu .active:focus {
  color: #cc0000 !important;         /* Foxtrot red */
text-decoration:none;
  font-weight: 600 !important;       /* bold but clean */

}

/* Remove the tiny blue-ish default underline hover styling */
.navmenu > ul > li > a:before {
  background-color: #fff !important; /* match hover color */
}

/* Keep dropdown items consistent */
.navmenu .dropdown ul a {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #222 !important;
}

.navmenu .dropdown ul a:hover {
  color: #cc0000 !important;
}

/* Mobile: match desktop style */
@media (max-width: 1199px) {
  .navmenu a,
  .navmenu a:focus {
    padding: 12px 24px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #222 !important;
  }

  .navmenu a:hover {
    color: #cc0000 !important;
  }

  /* Dropdown hover */
  .navmenu .dropdown ul a {
    font-size: 17px !important;
    color: #444 !important;
  }

  .navmenu .dropdown ul a:hover {
    color: #cc0000 !important;
  }
}



/* Bigger, bolder hamburger icon */
.mobile-nav-toggle {
  font-size: 40px !important;   /* increase size */
  line-height: 1 !important;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Constrain mobile menu panel width */
.mobile-nav-active .navmenu > ul {
  max-width: 1280px;          /* limit full menu width */
  margin: 60px auto 20px auto;/* center it */
  left: 0; 
  right: 0;                   /* center horizontally */
  inset: 60px 20px 20px 20px; /* keep side padding for small screens */
  background-color: #fff !important;
  border-radius: 10px;
  padding: 20px 0;
}



/* ========== FORCE MOBILE NAV LOOK ON ALL SCREEN SIZES ========== */

/* Base: hide menu until toggle */
.navmenu ul {
  display: none;
}

/* Always show hamburger */
.mobile-nav-toggle {
  display: block !important;
  color: var(--nav-color);
}

/* When active: show the mobile nav overlay */
.mobile-nav-active .navmenu {
  position: fixed;
  inset: 0;
  background: rgba(33, 37, 41, 0.8); /* dark overlay behind panel */
  z-index: 9998;
  overflow: hidden;
}

/* Restore the white mobile panel + padding */
.mobile-nav-active .navmenu > ul {
  display: block !important;
  position: absolute;
  inset: 60px 20px 20px 20px; /* same spacing as mobile */
  padding: 40px 0;
  border-radius: 6px;
  background-color: var(--nav-mobile-background-color, #fff); /* WHITE background */
  border: 1px solid rgba(0,0,0,0.05);
  overflow-y: auto;
}

/* Restore link padding & readability */
.mobile-nav-active .navmenu a {
  padding: 10px 20px;
  font-size: 17px;
  color: var(--nav-dropdown-color, #333);
}

/* Keep dropdowns looking correct */
.mobile-nav-active .navmenu .dropdown ul {
  margin: 10px 20px;
  background-color: var(--nav-dropdown-background-color, #f8f9fa);
}

/* Keep toggle visible when menu is open */
.mobile-nav-active .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff !important;
  font-size: 32px;
  z-index: 9999;
}

 .navmenu>ul>li {
        white-space: nowrap;
        padding: 2px 8px;
    }

@media (min-width: 1200px) {
    .navmenu>ul>li {
        white-space: nowrap;
        padding: 2px 8px;
    }
}
