@charset "UTF-8";

/* Forces WP admin bar above our header */
body.admin-bar .header.fixed-top {top: 32px;}
@media screen and (max-width: 782px) {body.admin-bar .header.fixed-top {top: 46px;}}

body, html {font-family: 'Montserrat', sans-serif;margin: 0;padding: 0;overflow-x: hidden;scroll-behavior: smooth;}

body.modal-open,
body.modal-open .navbar,
body.modal-open .header,
body.modal-open .menu {
  padding-right: 0 !important;
}


header {
  z-index: 99998 !important;
}


.hidden {opacity: 0;}
.visible {opacity: 1;}

p,li,td,th,span,label,a,small,.time,blockquote {font-family: 'Montserrat', sans-serif;font-weight: 400;font-size: 15px;line-height: 28px;}

h1,h1 a{font-size: 58px;font-family: 'Poppins', sans-serif;font-weight: 900;letter-spacing: -0.045em;opacity: 0;transform: translateY(45px);animation: fadeInUp 0.6s ease-out 0.3s forwards;}
h2,h2 a{font-size: 36px;font-family: 'Poppins', sans-serif;font-weight: 900;letter-spacing: -0.045em;padding-bottom:15px;}
h3,h3 a{font-size: 18px;font-family: 'Poppins', sans-serif;font-weight: 900;letter-spacing: -0.045em;padding-bottom:15px;}
h4,h4 a{font-size: 24px;text-transform:uppercase;font-family: 'Poppins', sans-serif;font-weight: 900;letter-spacing: -0.045em;padding-bottom:15px;}
h5,h5 a{font-size: 16px;text-transform:uppercase;font-family: 'Poppins', sans-serif;font-weight: 900;letter-spacing: -0.045em;padding-bottom:15px;}
h6,h6 a{font-size: 12px;text-transform:uppercase;font-family: 'Poppins', sans-serif;font-weight: 900;letter-spacing: -0.045em;padding-bottom:15px;}


/* Desktop hover */
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

.fs-12 {
  font-size: 12px !important;
}

/*Global*/

.container-fluid {
  max-width: 2000px !important;
}


.service-template header .container-fluid .col-md-9 .row .col-md-12 .navbar .collapse .navbar-nav .nav-item .nav-link:hover,
.service-template header .container-fluid .col-md-9 .row .col-md-12 .navbar .collapse .navbar-nav .nav-item .nav-link:focus {
  color: #ededed !important;
  transition: 0.3s ease;
}

.archive #header .container-fluid .navbar-collapse ul .nav-link:hover,
.archive #header .container-fluid .navbar-collapse ul .nav-link:focus {
  color: #fff !important;
  opacity: 0.5 !important;
  transition: 0.3s ease;
}



.wp-singular #header .container-fluid .navbar-collapse ul .nav-link:hover,
.wp-singular #header .container-fluid .navbar-collapse ul .nav-link:focus {
  color: #fff !important;
  opacity: 0.5 !important;
  transition: 0.3s ease;
}


section.marquee-wrapper + h2.sec-title {
  padding-top: 2rem; /* whatever you need */
}


.ui-faq-accordion .accordion-item {
      border-bottom: 1px solid #dddddd !important;
}

@media (max-width: 1200px) {
  .mobile-landscape {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }

  .mobile-col {
    width: 100%;
  }

  #menu-main-menu {
    margin: 0 auto !important;
  }
}



section#hl_form_builder_main {
  padding: 40px 0 !important;
}

.hl-app .hl_form-builder--main {
  padding: 40px 0 !important;
}



@media (max-width: 767px) {
  .phonelink {
    padding: 14px 16px; 
  }

  .phonelink-l {
    padding: 7px;
  }
}

/*End Global*/


/* define the slide-up keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(45px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.titlepushdown {position:relative;top:15px;padding:0;margin:0;}

.lead{text-transform:uppercase;letter-spacing: 0.1em;font-size:14px;font-weight:500;padding-bottom:10px;}

input, textarea, select {font-family: 'Montserrat', sans-serif;font-weight: 500;letter-spacing:0.1em;font-size: 12px;color: #141d33 !important;border-radius: 0 !important;}
input:not([type="checkbox"]):hover,textarea:hover,select:hover,input:not([type="checkbox"]):focus,textarea:focus,select:focus {background-color: #ddd !important;outline: none;box-shadow: none;}
input::placeholder,textarea::placeholder {color: #828795 !important;opacity: 1 !important;font-family: 'Montserrat', sans-serif;font-size: 12px;font-weight: 500;text-transform: uppercase;letter-spacing: 0.1em;}

a {color:#3C5A9A;text-decoration:none;opacity:1;transition:opacity 0.3s ease;font-weight:600;}
a:hover,a:focus {opacity:0.7;text-decoration:none;}
a:active {opacity:1;text-decoration:none;}
a:visited {opacity:1;}

/* Force block to change color when hovered over */
.hoverchange,.hoverchange h2,.hoverchange h3,.hoverchange h4,.hoverchange h5,.hoverchange p,.hoverchange a,.hoverchange i,.hoverchange .fa {transition: color 0.3s ease;}
.hoverchange:hover,.hoverchange:hover h2,.hoverchange:hover h3,.hoverchange:hover h4,.hoverchange:hover h5,.hoverchange:hover p,.hoverchange:hover a,.hoverchange:hover i,.hoverchange:hover .fa {color: #828795;cursor: pointer;}

/* BUTTONS */
.btn {font-family: 'Montserrat', sans-serif;font-weight: 500;text-transform: uppercase;letter-spacing: 0.1em;font-size: 11px;padding: 12px 24px;border-radius: 0;border: none;color: #FFFFFF;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;}

.btn-blue {background-color: #3C5A9A;}
.btn-blue:hover,.btn-blue:focus,.btn-blue:active {background-color: #2f487f;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);color: #FFFFFF;}

.btn-navy {background-color: #1A2640;}
.btn-navy:hover,.btn-navy:focus,.btn-navy:active {background-color: #141d33;box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);color: #FFFFFF;}

.btn-gray {background-color: #828795;}
.btn-gray:hover,.btn-gray:focus,.btn-gray:active {background-color: #6e7381;box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);color: #FFFFFF;}

.btn-outline-white {background-color: transparent;color: #1A2640;border: 0.25px solid #FFFFFF;}
.btn-outline-white:hover,.btn-outline-white:focus,.btn-outline-white:active {background-color: #FFFFFF;color: #1A2640;border-color: #1A2640;box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);}

.btn-container {
  margin-bottom: 25px;
}

::selection {background: #3C5A9A;color: #fff;}
::-moz-selection {background: #3C5A9A;color: #fff;}

/* Parralax Background Image */
.bg-fixed-image {background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}

/* Tooltips */
.tooltip.show {opacity: 1 !important;}
.tooltip-inner {font-family: 'Poppins', sans-serif;font-weight: 900;letter-spacing: -0.030em;font-size: 10px;background-color: #3C5A9A !important;color: #fff;padding: 8px 12px;border-radius: 0px;opacity: 1 !important;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);}
.tooltip .tooltip-arrow::before {border-top-color: #3C5A9A !important;}

/* Utility */
.text-navy {color: #1A2640 !important;}
.text-blue {color: #3C5A9A !important;}
.text-gray {color: #828795 !important;}

/* Accessibility helpers: visually-hidden for screen-reader-only text */
.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.text-light-gray {color: #E9EAEF !important;}
.text-white {color: #FFFFFF !important;}
.bg-navy {background-color: #1A2640 !important;}
.bg-blue {background-color: #3C5A9A !important;}
.bg-gray {background-color: #828795 !important;}
.bg-light-gray {background-color: #E9EAEF !important;}
.bg-white {background-color: #FFFFFF !important;}

.shadow-custom {box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);}

.section-padding {padding-top: 150px;padding-bottom: 150px;}
.section-top-padding {padding-top: 200px;}
.section-bottom-padding {padding-bottom: 200px;}

.section-gradient {position: relative;}
.section-gradient::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 200px;background: linear-gradient(to bottom, #E9EAEF 0%, transparent 100%);pointer-events: none;z-index: -100;}

.bg-ui-pattern {background-image: url('../images/icon-lightgrey.svg');background-repeat: no-repeat;background-position: center top;background-size: contain;}

/* Animate.css Base Behavior */
.animate__animated {opacity: 0;animation-fill-mode: both;animation-timing-function: ease;animation-duration: 1s;animation-delay: 0s;}
.visible.animate__animated {opacity: 1;}

.animate-delay-1 { animation-delay: 0.5s; }
.animate-delay-2 { animation-delay: 1s; }
.animate-delay-3 { animation-delay: 1.5s; }
.animate-delay-4 { animation-delay: 2s; }

.animate-fast     { animation-duration: 0.5s; }
.animate-slow     { animation-duration: 2s; }
.animate-slower   { animation-duration: 3s; }
.animate-slowest  { animation-duration: 4s; }

.tablet-showcase {text-align: center;}
.tablet-showcase img {margin-top: -100px;display: inline-block;}
.we-love-label {font-size: 12px;font-family: 'Montserrat', sans-serif;font-weight: 600;text-transform:uppercase;}

.breadcrumb-trail{padding:20px 0;color: #828795 !important;}
.breadcrumb-trail,.breadcrumb-trail span,.breadcrumb-trail a {text-transform:uppercase;font-weight:600;font-size:75% !important;}

@keyframes animate__growShrinkSettle{0%{transform:scale(1)}30%{transform:scale(1.6)}60%{transform:scale(0.85)}100%{transform:scale(1)}}

.animate__growShrinkSettle {animation-name: animate__growShrinkSettle;animation-duration: 0.8s;animation-timing-function: ease-in-out;animation-fill-mode: both;}



.entry-content > .alignwide,
.entry-content > .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


/* Header */
#header{padding:10px 0;}
.logo{min-width:200px;max-width:220px;}
.topmenu{padding-right:1rem;}
.topmenu,.topmenu a{color:white;font-size:10px;text-transform:uppercase;font-weight:500;letter-spacing:0.05em;}

.navbar {padding: 0.5rem 1rem;}
.navbar-expand-lg,.navbar-expand-md,.navbar-expand-sm {padding:0;}
.navbar-nav {flex-direction:column;padding-left:0;margin-bottom:0;}
.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'>\
<path stroke='rgba(255,255,255,1)' stroke-width='2'\
 stroke-linecap='round' stroke-miterlimit='10'\
 d='M4 7h22M4 15h22M4 23h22'/>\
</svg>");
}

@media (max-width: 767px) {
  .navbar.navbar-expand-md {
    max-height: 100vh;   /* Keep within viewport height */
    overflow-y: auto;    /* Enable vertical scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  }
}

@media (max-width: 1200px) {
  .topmenu {
    display: none;
  }
}

@media (max-width: 767px) {
  .topmenu {
    display: block;
  }
}


.nav-link {padding: 0.5rem 1rem;color: #fff;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:0.1em;}
.nav-link:hover,.nav-link:focus {color: #828795;}
.nav-link.disabled {color: #828795;}

/* Positioning containers */
.dropdown,.dropup,.dropend,.dropstart {position: relative;display: inline-block;}

/* Toggle trigger & caret */
.dropdown-toggle {width: auto;}
.dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid;border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent;}

/* Menu */
.dropdown-menu {min-width: 10rem;padding: 0.5rem 0;margin: 0;font-size: 1rem;color: #212529;background-color: #fff;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 0px;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);}
.dropdown-menu.show {display: block;}
/*@media (max-width: 575.98px) {
.dropdown-menu.show {width: 100%;}
}

*/

/*Custom dropdown menu*/
/* Base dropdown menu hidden by default */
.custom-dropdown {
  position: relative;
}
.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ddd;
  z-index: 1000;
}
.custom-dropdown-menu li a {
  display: block;
  text-transform: uppercase;
  color: #1A2640;
  font-size: 11px;
  font-weight: 600;
  padding: 0.25rem 1rem;
  text-decoration: none;
}

/* Default dropdown alignment (left aligned) */
.custom-dropdown-menu {
  left: 0;
  right: auto;
}

/* Right-most dropdown fix */
.nav-item.custom-dropdown:last-child .custom-dropdown-menu {
  right: 0;
  left: auto;
}


.custom-dropdown-menu li a:hover {
  background: #f5f5f5;
}


@media (max-width: 768px) {
  .custom-dropdown-menu li a:hover {
    background: transparent;
  }
}

/* Desktop hover */
@media (min-width: 768px) {
  .custom-dropdown:hover .custom-dropdown-menu {
    display: block;
  }
}


/* Mobile click open */
@media (max-width: 767px) {

  .custom-dropdown-menu {
    background-color: #1A2640 !important;
    box-shadow: none !important;
  }

  .custom-dropdown.open .custom-dropdown-menu {
    display: block;
    position: static; /* So it flows inside collapsed menu */
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 8px 0;
  }

  .custom-dropdown-menu li a {
    color: white;
  }
}




/* Menu items */
.dropdown-item {text-transform:uppercase;color: #1A2640;font-size:11px;font-weight: 600;padding: 0.25rem 1rem;}
.dropdown-item:hover,.dropdown-item:focus {color: #828795;background-color: #e9ecef;}
.dropdown-item.active,.dropdown-item:active {color: #fff;background-color: #3C5A9A;}
.dropdown-divider {margin: 0.5rem 0;border-top: 1px solid #ededed;}

/* On Scroll Changes */
#header {transition: background-color 0.3s ease, box-shadow 0.3s ease;}
#header.scrolled {background-color: rgba(60, 90, 154, 0.98) !important;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);color:white;}
#header.scrolled .nav-link,#header.scrolled .topmenu a {color: #fff !important;}

/* if you need to invert the toggler icon on scroll */
#header.scrolled .navbar-toggler-icon {filter: invert(0);background-image: url("data:image/svg+xml;charset=utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'>\
<path stroke='rgba(26,38,64,1)' stroke-width='2'\
 stroke-linecap='round' stroke-miterlimit='10'\
 d='M4 7h22M4 15h22M4 23h22'/>\
</svg>");
}


.featured-header {
  position: relative;
  background-size: cover;
  background-position: center;
  /* fallback bg-color if no featured image */
  background-color: #828795;
}

.featured-header__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(130, 135, 149, 0.90); /* adjust opacity/color as needed */
  z-index: 1;
}

/* Ensure your content sits above the overlay */
.featured-header .container,
.featured-header .entry-title {
  position: relative;
  z-index: 2;
}




/* Hero */
.hero-video-section {height: 100vh;overflow: hidden;position: relative;}
.video-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;transition: opacity 0.4s ease;}
.video-bg,.video-fallback,
#endImage {top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;position: absolute;z-index: 0;}
.overlay-dark {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(26, 38, 64, 0.85);z-index: 2;}

.hero-content {position: relative;z-index: 3;max-width: 800px;}

/* About Section on Homepage */
.about{/*background-image: url('../images/icon-bg-gray.svg');background-repeat: repeat;background-size: 100px 70px; */}

.pattern-effect {
  background: url('../images/icon-bg-gray.svg') repeat;
  background-size: 120%;
  animation: kenburns-bg 20s ease-in-out infinite alternate;
}
@keyframes kenburns-bg {
  from {
    background-position:   0%   0%;
    background-size:      120%;
  }
  to {
    background-position: 100% 100%;
    background-size:      160%;
  }
}


/* Slider */
.logo-thumb {height: 200px;width: auto;background-color: #fff;padding: 10px;object-fit: contain;border-radius: 0;}
.swiper-wrapper{padding-bottom:30px;}
.logoSwiper .swiper-pagination {position: relative;margin-top: 2rem;text-align: center;}
.logoSwiper .swiper-pagination-bullet {background-color: #ededed;width: 18px;height: 18px;opacity: 1;margin: 0 6px;border-radius: 50%;transition: background-color 0.3s ease;}
.logoSwiper .swiper-pagination-bullet-active {background-color: #828795;}
.logoSwiper {overflow: visible;padding: 0 15px;}
.logoSwiper .swiper-slide {display: flex;justify-content: center;}


/* Testimonials */
.testimonial{background-color:#1A2640;}
.testimonial p{font-size:20px;line-height:34px;font-weight:400;}

/* Urge Access Section */
.icon-feature i {font-size: 32px;color: #1A2640;margin-bottom: 5px;display: inline-block;}
.icon-feature {text-align: left;padding-right: 20px;}
.icon-feature h3 {margin-top:5px;}

/* Article Related */
.row.g-4 > [class*="col-"] {display: flex;}
.article-card {background: transparent;padding: 20px;border-radius: 0px;display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.article-image-wrapper {position:relative;overflow:hidden;}
.article-image-wrapper img {display: block;width: 100%;height: auto;transition: transform 0.4s ease;}
.image-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(26, 38, 64, 0) 0%, rgba(26, 38, 64, 0.7) 100%);transition: background 0.4s ease;pointer-events: none;z-index: 1;}
.article-image-wrapper:hover img {transform: scale(1.05);}
.article-image-wrapper:hover .image-overlay {background: linear-gradient(to bottom, rgba(26, 38, 64, 0.2) 0%, rgba(26, 38, 64, 0.85) 100%);}
h3.article-title a {color: inherit;text-decoration: none;font: inherit;letter-spacing: inherit;font-weight: inherit;opacity: inherit;}

/* Join Newsletter Section */
.newsletter {position: relative;background-image: url('../images/join-newsletter.png');background-size: cover;background-position: center;background-repeat: no-repeat;color: #fff;overflow: hidden;z-index: 1;}
.newsletter::before {content: '';position: absolute;top: 0; left: 0;width: 100%;height: 100%;background-color: rgba(26, 38, 64, 0.9); /* #1A2640 at 90% opacity */z-index: 0;}
.newsletter > * {position: relative;z-index: 1;}

/* Book Now Video Section */
.video-hero {position:relative;/* height: 80vh;min-height: 300px;*/overflow:hidden;display:flex;align-items: center;justify-content: center;text-align: center;}
.overlay-gray {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(130, 135, 149, 0.75);z-index: 2;}
.video-content {position: relative;z-index:3;}


/* Huge Scrolling Messaging Styles */
.marquee-wrapper {overflow:visible;z-index:10;}
.marquee-container {position: absolute;bottom: -45px;width: 100%;overflow: hidden;z-index: 11;pointer-events: none;}
.marquee-text {display: inline-block;font-family: 'Poppins', sans-serif;font-weight: 900;white-space: nowrap;font-size: 110px; line-height: 1.3 !important; animation: marquee-scroll 40s linear infinite;letter-spacing: -0.045em;padding-left: 100%;z-index: 12;}

@keyframes marquee-scroll {from { transform: translateX(0); }to{ transform: translateX(-100%); }}

/* Footer Styles */
#footer {padding:100px 0 50px 0;font-size:12px;color:#fff;background-image: url('../images/icon-bg-white.svg');background-repeat: repeat;background-size: 100px 70px;}
#footer h4 {margin: 30px 0 15px 0;font-size: 16px;}
#footer p {font-size: 12px;line-height: 24px;}
#footer p a{font-size: 12px;line-height: 24px;color:white;}
#footer a {font-weight:500;}
#footer ul {list-style: none;padding-left: 0;margin: 0;}
#footer li {margin: 0px;}
#footer li a {display:block;color:#fff;font-size:12px;line-height:28px;text-decoration:none;}
#footer li a:hover,#footer li a:active,#footer li a:focus {text-decoration:none;}
#footer li a:visited {color: #fff;}
#copyright{padding:60px 0 0 0;}
#copyright p{color:#fff;padding:0;font-size: 12px;line-height: 12px;}
#copyright p a{color:#fff;padding:0;font-size: 12px;line-height: 12px;}

.fixed-ada {position: fixed;bottom: 0px;left: 0px;width: 40px;height: 40px;background-color: #F5F5F7;color: #1A2640;display: flex;justify-content: center;align-items: center;z-index: 9999;text-decoration: none;font-size: 20px;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);}
.fixed-right-buttons {position: fixed;bottom: 0;right: 0;display: flex;z-index: 9999;}
.fixed-left-buttons {position: fixed;bottom: 0;left: 0;display: flex;z-index: 9999;}
.btn-box {width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;font-size: 20px;color: #fff;text-decoration: none;}
.btn-box.chat {background-color: #3C5A9A;}
.btn-box.top {background-color: #1A2640;}



@media (max-width: 575.98px) {
  .logo{padding-top:10px;
  }
  .mobilebig {
    font-size: 130% !important; margin-top:10px !important; 
  }

  .alignright {
    margin: auto !important;
  }
}
@media (max-width:576px) {
  #footer .d-flex {
    justify-content: center !important
  }
  .btn, .dropdown-toggle {
    display: block !important;
    width: 100% !important
  }
  .CTAbox .dropdown {
    position: relative;
    width: 100% !important
  }

}
@media (max-width:768px) {
  .bg-fixed-image {
    background-attachment: scroll
  }

}
@media (max-width: 991.98px) {
  #mainNav, #mainNav .navbar-nav {
    text-align: left !important;
    justify-content: flex-start !important;
  }


}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* target only top-level nav links */
  .navbar-nav > .nav-item > .nav-link {
    font-size: 0.6rem;
    letter-spacing: 0.07em;
    padding: 0.5rem .2rem;
  }
}
/* only on mobile collapsed nav */
@media (max-width: 767.98px) {
  /* give the open menu panel a solid background */
  #header .navbar-collapse.show {
    background-color: rgba(60, 90, 154, 0.98) !important;

  }
  /* make sure the dropdown items are readable on that bg */
  #header .navbar-collapse.show .nav-link, #header .navbar-collapse.show .dropdown-item {
    color: white !important;
  }
  /* main collapsed panel stays your semi-opaque blue */
  #header .navbar-collapse.show {
    background-color: rgba(60, 90, 154, 0.98) !important;
  }
  /* top-level links */
  #header .navbar-collapse.show .nav-link {
    color: white !important;
    padding-left: 12px;
  }
  /* sub-menu panel now in brand navy */
  #header .navbar-collapse.show .dropdown-menu {
    background-color: #1A2640 !important;
    box-shadow: none !important;
  }
  /* sub-menu links */
  #header .navbar-collapse.show .dropdown-menu .dropdown-item {
    color: white !important;
  }
  /* hover/focus for sub-items */
  #header .navbar-collapse.show .dropdown-menu .dropdown-item:hover, #header .navbar-collapse.show .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
}

@media (min-width: 768px) {
  /* Target the last two top-level dropdown items */
  .navbar-nav > .nav-item.dropdown:nth-last-child(-n+2) > .dropdown-menu {
    /* Kill the default left-alignment... */
    left: auto !important;
    /* ...and pin the right edge of the menu to the parent */
    right: 0 !important;
  }


}





/*Services - Web Design Page*/

.fw-extrabold {
  font-weight: 900;
}

.pb-135 {
  padding-bottom: 135px;
}

.gradient-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* adjust height as needed */
  background: linear-gradient(0deg, rgba(245, 245, 247, 0) 76%, rgba(245, 245, 247, 1) 100%);
  pointer-events: none;
  z-index: 1;
}


.gradient-top-white {
  background: #F5F5F7;
  background: linear-gradient(0deg, rgba(245, 245, 247, 0) 0%, rgba(245, 245, 247, 1) 89%, rgba(255, 255, 255, 1) 100%);
}

.gradient-top-30 {
  background: hsla(240, 11%, 96%, 1);

  background: linear-gradient(180deg, hsla(240, 11%, 96%, 1) 0%, hsla(0, 0%, 100%, 1) 30%);

  background: -moz-linear-gradient(180deg, hsla(240, 11%, 96%, 1) 0%, hsla(0, 0%, 100%, 1) 30%);

  background: -webkit-linear-gradient(180deg, hsla(240, 11%, 96%, 1) 0%, hsla(0, 0%, 100%, 1) 30%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f7", endColorstr="#ffffff", GradientType=1 );
  z-index: -1;
}


@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

.custom-shift-container {
  right: -115px;
  width: 60%;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .custom-shift-container {
    position: static !important;
    right: auto;
    width: 100%;
  }
}

.ui-grid-img {
  background-image: url('https://urgeinteractive.com/dev/urge2025/wp-content/uploads/2025/05/services-grid.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-grid-img-2 {
  background-image: url('https://urgeinteractive.com/dev/urge2025/wp-content/uploads/2025/05/ui-grid-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-grid-img-3 {
  background-image: url('https://urgeinteractive.com/dev/urge2025/wp-content/uploads/2025/05/questions-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.custom-left-img {
    left: -25%;
    width: 80%;
    z-index: 0;
}

.custom-img-left {
  left: -10%;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .custom-left-img {
    position: static !important;
    left: auto;
    width: 100%;
  }

  .custom-img-left {
    position: static !important;
    left: auto;
    z-index: 0;
  }
}

.banner-img::before {content: '';position: absolute;top: 0; left: 0;width: 100%;height: 100%;background-color: rgba(60, 90, 154, 0.9); /* #3c5a9a at 90% opacity */z-index: 1;}

.shadow-custom {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.opacity-90 {
   opacity: 0.9 !important;
}


.padding-right-60 {
  padding-right: 60px;
}

@media (max-width: 991.98px) {
  .padding-right-60 {
    padding-right: 50px;
  }
}

@media (min-width: 991.98px) {
  .mySwiperServicesCol   {
    margin-right: 0;

  }
}



.swiper-slide .overflow-auto::-webkit-scrollbar {
  width: 6px;
}

.swiper-slide .overflow-auto::-webkit-scrollbar-thumb {
  background-color: #3C5A9A;
  border-radius: 3px;
}


.nav-wrapper .swiper-button-prev::after,
.nav-wrapper .swiper-button-next::after {
  display: none;
}

.nav-wrapper .swiper-button-prev,
.nav-wrapper .swiper-button-next {
  height: auto;
  width: auto;
}

.nav-wrapper .swiper-button-prev {
  top: 0;
}


.nav-wrapper {
  z-index: 1;
  display: flex;
  width: 42px;
  position: absolute;
  flex-direction: column;
  top: 50%;
  right: 0;
  height: 100px;
}

.mySwiperPortfolio {
  padding: 0 60px;
}

@media (max-width: 991.98px) {
  .mySwiperPortfolio {
    padding: 0 20px;
  }

}

.mySwiperPortfolio .swiper-button-prev::after,
.mySwiperPortfolio .swiper-button-next::after {
  display: none;
}

.mySwiperPortfolio .swiper-button-prev,
.mySwiperPortfolio .swiper-button-next {
  width: 50px;
}


.mySwiperPortfolio .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #828795;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 0.3;
  transition: background-color 0.3s ease;
}

.mySwiperPortfolio .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #828795;
  opacity: 1;
}


@media (max-width: 991.98px) {
  .np-mobile {
    padding: 0 !important; 
  }

  .pt-mobile {
    padding-top: 50px;
  }

  .flex-col-mobile {
    display: flex !important;
    flex-direction: column !important;
  }

  .mySwiperPortfolio .swiper-button-prev {
    left: -22px;
  }

  .mySwiperPortfolio .swiper-button-next {
    right: -22px;
  }

  .sh-mobile {
    max-height: 500px !important;
  }

}


/* Post Single Page */


.post-template-default > h2 {
  font-weight: 900;
    color: #828795;


}

/* Share Modal */
div#modal-share {
    padding-right: 0 !important;
}
#modal-share .modal-header .close {
    position: absolute;
    top: 15px;
    /* right: 15px; */
}
#modal-share .modal-title {
    padding: 0 20px;
}
#modal-share li {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
#modal-share li a {
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
    display: inline-block;
}
#modal-share .btn-facebook { background: #3b5998; color: #fff; }
#modal-share .btn-twitter { background: #00acee; color: #fff; }
#modal-share .btn-linkedin { background: #0e76a8; color: #fff; }
#modal-share .btn-email { background: #ddd; color: #444; }

/* Search */
#search-overlay {
  display: none;
  background: rgba(33, 33, 33, 0.93);
  color: #f8f9fa;
  height: 100vh;
  width: 100%;
  z-index: 99999999999;
  padding: 170px 60px 0;
  position: fixed;
  top: 0;
}

#search-overlay .svg {
  width: 25px;
  height: 25px;
}

#search-overlay em {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 30px;
  color: #ffffff;
}

#search-overlay em a.searchcall {
  margin: 10px 0 0;
  display: inline-flex;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

#search-overlay em a.searchcall:hover {
  opacity: 0.5;
}

#search-overlay a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

#search-overlay .form-control::placeholder,
#search-overlay .form-control::-webkit-input-placeholder,
#search-overlay .form-control::-moz-placeholder,
#search-overlay .form-control:-ms-input-placeholder,
#search-overlay .form-control:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.search-results em {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 60px;
}

#searchrel {
  width: 100%;
  max-width: 640px;
  padding: 0;
  position: relative;
}

#search-overlay {
  bottom: 0;
  padding: 0;
}

#search-overlay #close-search {
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: auto;
  width: auto;
}

#search-overlay #close-search:hover {
  opacity: 0.5;
}

#search-overlay #close-search::before {
  content: none;
}

#searchsubmit {
  background: transparent;
  border: none;
  padding: 1rem;
}

#searchsubmit svg {
  width: 20px;
  height: auto;
}

#search-overlay .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#searchform {
  width: 100%;
  margin: 0 auto;
}

#searchform h2.text-center.white {
  color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 1rem;
}

#searchform .input-group {
  display: flex;
  width: 100%;
}

#searchform input#s {
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  flex: 1;
  border-radius: 3px;
  line-height: 1rem;
  padding: 0 45px 0 20px;
  margin: 0;
  display: block;
  font-size: 14px;
  height: 2.5rem;
  min-height: 0;
  text-align: left;
}

#searchform .input-group-btn {
  max-width: 100px;
}

#searchform button#searchsubmit {
  padding: 0;
  color: #3C5A9A;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  background: #ffffff;
  border-radius: 3px;
}

#searchform button#searchsubmit:hover {
  background: #3C5A9A;
  color: #ffffff;
}



/*button safari fix*/
.free-consult-toggle {
  cursor: pointer;
  -webkit-appearance: none;
}

.free-consult-menu {
  display: none;
}

.free-consult-menu.show {
  display: block !important;
  position: absolute;
  z-index: 9999;
}

/* ✅ Safari-specific dropdown adjustments */
@supports (-webkit-touch-callout: none) {
  .free-consult-menu.show {
    transform: translateY(5px);  /* Small nudge to avoid Safari misplacement */
    -webkit-transform: translateY(5px);
    will-change: transform;
  }
}



* {
  pointer-events: auto !important;
}

@supports (-webkit-touch-callout: none) {
  .free-consult-toggle {
    position: relative !important;
    z-index: 99999 !important; /* Force above any overlay */
  }

  .CTAbox .dropdown {
    z-index: 9999 !important;
    position: relative !important;
  }
}


