
:root {
    --primary-color: #ff6b6b;
    --text-color: #ffffff;
    --primary: #0d6efd;
    --dark: #0b2239;
    --muted: #6c757d;
    --overlay-bg: rgba(0, 0, 0, 0.4);
    --font-family: 'Poppins', sans-serif;
}

* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

body {
  font-family: 'Inter', system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #1b2b41;
}

.topbar a {
  color: #cfd6df;
  text-decoration: none
}

.navbar .nav-link {
  font-weight: 500
}

.navbar .btn {
  padding: .5rem 1rem
}

.hero {
  min-height: 70vh
}

.hero .hero-slide {
  height: 70vh;
  background-size: cover;
  background-position: center;
  filter: contrast(1.03) saturate(1.05);
  position: relative;
  z-index: 0;
}

.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(11 34 57 / 27%), rgb(11 34 57 / 23%));
  z-index: 1;
}

.hero h1,
.hero p { text-shadow: 0 2px 8px rgba(0, 0, 0, .35) }
.hero .container { position: relative; z-index: 2 }

.media-logo {
  width: 100%;
  height: auto;
  opacity: .85;
  transition: opacity .2s
}

.media-logo:hover {
  opacity: 1
}

.service-card .icon-wrap {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 22px
}

.service-card .card-body {
  padding: 1.25rem 1.25rem
}

.service-card .card-title {
  font-weight: 700
}

.service-card .card-text {
  color: var(--muted)
}

.service-card:hover {
  transform: translateY(-2px);
  transition: transform .2s
}

.cta-banner {
  background-image: linear-gradient(90deg, rgba(13, 110, 253, .95), rgba(13, 110, 253, .85)), url('https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=1500&auto=format&fit=crop');
  background-size: cover;
  background-position: center
}

.footer {
  background: #0b2239
}

.footer a {
    color: #cfd6df;
    text-decoration: none;
    font-size: 15px;
}
.list-unstyled li {
    margin-bottom: 12px;
}

.footer a:hover {
  color: #fff;
}

/* border-white-10 defined in custom.css */

/* whatsapp-float moved to custom.css */

.section-head p {
  max-width: 640px;
  margin-inline: auto
}

.text-primary-subtle {
  color: #9ec5fe !important
}

@media (max-width: 991.98px) {

  .hero,
  .hero .hero-slide {
    height: 60vh
  }
}

.page-hero {
  min-height: 46vh
}

.page-hero .hero-slide {
    height: 60vh;
    background-size: cover;
    background-position: center;
}

.info-card {
  padding: 1.25rem;
  border: 1px solid rgba(13, 110, 253, .1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(13, 110, 253, .06)
}

/* topbar spacing moved to custom.css */

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav { flex-grow: 1; justify-content: center }
}


/* Legacy carousel styles removed (unused on current pages) */

/* Bootstrap carousel control overrides removed; retain Bootstrap defaults */

/* container max-width moved to custom.css */
.fnt_css {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 25px;
    font-weight: 600;
}
.fnt_media {
    font-size: 30px;
    font-weight: 600;
}
.navbar-nav li a {
    font-size: 17px;
    margin-right: 12px;
    color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(21 81 169);
}
.accordion-body {
    padding: 30px 20px;
}
.bdr_faq {
    border: 1px solid #595959;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f2f2f2;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button {
    background-color: #f6f8fb;
    margin-bottom: 7px;
}
.form-control {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 14px;
    color: var(--bs-body-color);
}
.pd_css {
    padding: 50px 50px;
}

/* --- Header Customization --- */

/* Topbar Styles */
.topbar {
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}

.hover-opacity-100:hover {
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}

/* Navbar Styles */
/* navbar link styles moved to custom.css */

/* "Enquiry Now" Button Style */
/* btn-enquiry moved to custom.css */

/* Media Coverage Section Styles */

.media-coverage-section .text-dark-blue {
    color: #0b2239; /* Your Brand Blue */
}

/* Images Styling */
.media-card img {
    transition: transform 0.3s ease;
    width: 100%;
    /* Optional: Enforce specific aspect ratio if images vary in size */
    /* height: 250px; 
       object-fit: cover; */
}

.media-card img:hover {
    transform: scale(1.03); /* Subtle zoom on hover */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

/* Customizing Carousel Arrows */
.custom-media-arrow {
    width: 5%; /* Narrow width so they don't cover images */
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.custom-media-arrow:hover {
    opacity: 1;
}

/* Override Bootstrap's default white arrows with custom logic */
.custom-media-arrow i {
    color: #000 !important; /* Black arrows */
}

/* media-card mobile rules retained elsewhere or not needed */

/* --- Footer Improvements --- */

.footer-section {
    background-color: #0b2239;
    font-size: 0.95rem;
}

/* Contact List Typography */
.contact-list li {
    margin-bottom: 15px;
}

.contact-list .small {
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-list strong {
    color: #fff; /* Make labels like "Head Office" pop */
    font-weight: 600;
}

/* Icons alignment */
.icon-box {
    min-width: 25px; /* Ensures icons align perfectly even with multi-line text */
}

.text-warning {
    color: #ffc233 !important; /* Your Brand Yellow */
}

/* General Footer Links */
.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 3px 0;
}

.footer-links a:hover {
    color: #ffc233;
    transform: translateX(5px);
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Small devices (mobile) */
@media (max-width: 767px) {
  .carousel-hero-banner {
    height: 45vh !important; /* responsive to screen height */
    min-height: 180px;
  }
  .carousel-slide img {
    object-fit: cover;
    background: #000;
  }
  .slide-content h1 {
    font-size: 1.75rem;
  }
}

.onebyone-viewport {
  overflow: hidden;
  width: 100%;
}
.onebyone-track {
  display: flex;
  gap: 1.5rem;
  transition: transform .5s ease;
  will-change: transform;
}
.onebyone-item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991.98px) {
  .onebyone-item { flex-basis: 33.333%; max-width: 33.333%; }
}
@media (max-width: 767.98px) {
  .onebyone-item { flex-basis: 50%; max-width: 50%; }
}
@media (max-width: 575.98px) {
  .onebyone-item { flex-basis: 100%; max-width: 100%; }
}

#blog a{
  text-decoration: none;
}