/**
* Template Name: Day - v4.1.0
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #cc1616;
  text-decoration: none;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/* Responsive Typography for Headings */
h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.3;
}

h3 {
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  line-height: 1.3;
}

h4 {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  line-height: 1.4;
}

h5 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.4;
}

h6 {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Back to top button - REMOVED
--------------------------------------------------------------*/


/* About Section */
#about {
  padding: 80px 0;
  background-color: #ffffff;
}

#about .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#about img {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

#about img:hover {
  transform: scale(1.05);
}

#about .content {
  padding-left: 20px;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.about-text {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.focus-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.focus-list li {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 10px;
}

.focus-list i {
  color: #f39c12;
  margin-right: 10px;
}

.mission-vision h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}

.mission-vision p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0 auto;  /* Centers horizontally */
  text-align: center;  /* Ensures the text is centered */
  width: fit-content;  /* Makes sure the width is just enough to fit the content */
}

/* AOS Animations */
[data-aos="fade-left"] {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-aos="fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-right"] {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-aos="fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #191919;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #cc1616;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(25, 25, 25, 0.95);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.fixed-top {
  background: #fff;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #191919;
}

#header .logo img {
  max-height: 60px;
  min-height: 40px;
}

.hero .navbar-brand .logo {
  max-height: 50px;
}

@media (max-width: 991.98px) {
  .hero .navbar-brand .logo {
    max-height: 60px;
  }
}

@media (max-width: 768px) {
  .hero .navbar-brand .logo {
    max-height: 70px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* style.css */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* Removed justify-content: space-between; */
}

.hero .navbar {
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 0;
}

.navbar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body:not(.article-page) .hero {
  padding-top: 80px;
}

body.article-page .hero {
  padding-top: 80px;
}

.article-page .hero .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.article-page .hero .hero-main-content {
  padding-top: 1.5rem;
}

.hero .navbar-brand .logo {
    max-height: 150px;
}

.hero .navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
    margin-left: 1rem;
}

.hero .navbar-nav .nav-link:hover,
.hero .navbar-nav .nav-link.active {
    color: #222;
}

.hero .hero-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Added this line to extend the navbar background */
    background: inherit;
}

.hero .slogan-main {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #222;
}

.hero .slogan-sub {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 2rem;
}

.hero .highlight {
    color: #dcdcdc;
}

.hero .btn-get-started {
    background-color: #3f9fe4b9;
    color: white;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.hero .btn-get-started:hover {
    background-color: #0056b3;
}

.navbar-toggler {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-toggler .bi-justify,
.navbar-toggler .bi-x {
    font-size: 1.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block;
}

.navbar-toggler .bi-x {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-justify {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-x {
    display: inline-block;
}

  #hero {
    width: 100%;
    min-height: calc(100vh - 110px);
    background: url("../img/anim.gif") top center;
    background-size: cover;
    position: relative;
    border-radius: 40px; /* Adjust the value for more or less rounding */
    overflow: hidden; /* Ensures the background does not spill outside the border radius */
  }

  
  /* Slogan Main Heading */
  .slogan-main {
    color: #ffffff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  }
  
  /* Highlighted Text */
  .slogan-main .highlight {
    color: #dcdcdc;
      
  }
  
  /* Slogan Subheading */
  .slogan-sub {
    color: #dcdcdc;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 10px;
  }
  
  
  #puzzle {
      text-align: center;
      position: relative;
      margin-top: 20vh; /* Using viewport height instead of fixed pixels */
      padding: 40px 20px;
      width: 100%;
      max-width: 1200px; /* Added max-width */
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
      z-index: 2; /* Ensure content stays above background */
  }

  #puzzle .slogan-main {
      font-size: clamp(2rem, 4vw, 3rem); /* Responsive font size */
      margin-bottom: 1rem;
      line-height: 1.2;
  }

  #puzzle .slogan-sub {
      font-size: clamp(1.2rem, 2vw, 1.5rem); /* Responsive font size */
      margin-bottom: 2rem;
      line-height: 1.4;
  }

  #puzzle .btn-get-started {
      display: inline-block;
      font-size: clamp(1rem, 1.2vw, 1.2rem);
      min-width: 160px;
      padding: 1rem 2rem;
      margin-top: 1rem;
      transition: all 0.3s ease;
  }

    @media (max-width: 991.98px) {
        .hero .slogan-main {
            font-size: clamp(1.5rem, 3vw, 2rem);
        }
    
        .hero .slogan-sub {
            font-size: clamp(1rem, 1.5vw, 1.2rem);
        }
        
        #puzzle {
            margin-top: 15vh;
            padding: 30px 15px;
        }
        #puzzle .btn-get-started {
            min-width: 140px;
            padding: 0.8rem 1.5rem;
        }
    }

  @media (max-width: 1400px) and (min-width: 992px) {
      .hero-main-content {
          min-height: calc(100vh - 60px);
          padding: 3rem 0 2rem;
      }

      .hero-main-title {
          font-size: clamp(2rem, 3.2vw, 3rem);
      }

      .hero-subtitle {
          max-width: 640px;
          font-size: 1.05rem;
      }

      .page-hero .row {
          flex-direction: column;
          align-items: flex-start;
          row-gap: 1.25rem;
      }

      .page-hero .col-lg-8,
      .page-hero .col-lg-4 {
          flex: 0 0 100%;
          max-width: 100%;
          text-align: left !important;
      }

      .page-hero .btn {
          width: 100%;
          max-width: 320px;
      }

      .portfolio-details .col-lg-8,
      .portfolio-details .col-lg-4 {
          flex: 0 0 100%;
          max-width: 100%;
      }

      .portfolio-details .portfolio-details-slider {
          margin-bottom: 1.5rem;
      }

      .portfolio-details .portfolio-info,
      .portfolio-details .portfolio-description {
          margin-top: 1rem;
      }

      #stats .stat-card {
          margin-bottom: 1.5rem;
      }
  }

  
  @media (max-width: 768px) {
      #roamcode {
        padding-top: 20px;
        text-decoration: none;
      }
      #puzzle {
          margin-top: 12vh;
          padding: 25px 15px;
          width: 90%;
      }
      
      #puzzle .slogan-main {
          margin-bottom: 0.8rem;
      }
      
      #puzzle .slogan-sub {
          margin-bottom: 1.5rem;
      }
      
      #hero {
          border-radius: 10px;
      }
    }

    @media (max-width: 575px) {
        #roamcode {
            padding-top: 30px;
            text-decoration: none;
        }
      
        #puzzle {
            margin-top: 10vh;
            padding: 20px 10px;
            width: 95%;
        }
        
        #puzzle .btn-get-started {
            width: 100%;
            max-width: 280px;
            margin: 0.5rem auto;
        }
        
        #hero {
            border-radius: 10px;
        }
    }

    @media (max-width: 390px) {
        .article-page .hero-main-title {
            font-size: clamp(1.4rem, 6vw, 1.65rem);
            line-height: 1.3;
        }

        .article-page .hero-subtitle {
            font-size: clamp(0.9rem, 4vw, 1rem);
            line-height: 1.5;
            margin-bottom: 1.5rem;
        }

        .article-page .btn-hero-cta {
            font-size: 0.85rem;
            padding: 10px 24px;
        }
    }
      
    
    
    @media (max-width: 380px){
        
        #hero {
            width: 100%;
        }
    }
    .navbar a {
        color: #191919;
        text-decoration: none;
        /*padding: 10px 15px;*/
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
    }
    
    .navbar a:hover, 
    .navbar .active, 
    .navbar li:hover > a {
        background: #dcdcdc; /* Softer red tone */
        color: white;
        border-radius: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navbar .dropdown ul a:hover, 
    .navbar .dropdown ul .active:hover, 
    .navbar .dropdown ul li:hover > a {
        color: #fff;
        background: #ff8787;
        border-radius: 10px;
    }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 3.25rem);
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: clamp(1.5rem, 5vw, 1.75rem);
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: clamp(2rem, 8vw, 2.5rem);
    top: 20px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: clamp(1.25rem, 3.5vw, 1.625rem);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 10px;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: clamp(1.5rem, 3.5vw, 1.75rem);
  font-weight: 700;
  color: #ed5b5b;
}

.why-us .box h4 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cc1616;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/06.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cc1616;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cc1616;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc1616;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #cc1616;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  background: #cc1616;
  box-shadow: none;
  color: #fff;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured ul, .pricing .featured ul li, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #cc1616;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact-subtitle {
  font-size: 1.15rem !important;
  color: #495057 !important;
  line-height: 1.7 !important;
  max-width: 650px;
  margin: 1rem auto 0 !important;
  position: relative;
  padding-bottom: 1.5rem;
  font-weight: 400;
}

.contact-subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #cc1616, transparent);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .contact-subtitle {
    font-size: 1rem !important;
    padding-bottom: 1.25rem;
  }
  
  .contact-subtitle::after {
    width: 50px;
    height: 2px;
  }
}

/* Modern Success Modal Styles */
.success-modal-content {
  border: none;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.success-modal-content .modal-body {
  padding: 3rem 2rem;
  background: #ffffff;
}

.success-icon-wrapper {
  margin-bottom: 2rem;
  position: relative;
}

.success-icon-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: successIconScale 0.5s ease-out;
  box-shadow: 0 10px 30px rgba(204, 22, 22, 0.3);
}

.success-icon-circle::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  animation: successIconPulse 2s ease-in-out infinite;
  z-index: -1;
  opacity: 0.3;
}

.success-icon-circle i {
  font-size: 3.5rem;
  color: #ffffff;
  animation: successCheckmark 0.6s ease-out 0.3s both;
}

@keyframes successIconScale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes successIconPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes successCheckmark {
  0% {
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.success-modal-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 1rem;
  animation: fadeInUp 0.5s ease-out 0.6s both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.success-modal-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 2rem;
  animation: fadeInUp 0.5s ease-out 0.7s both;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-success-modal {
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: #ffffff;
  border: none;
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(204, 22, 22, 0.3);
  animation: fadeInUp 0.5s ease-out 0.8s both;
}

.btn-success-modal:hover {
  background: linear-gradient(135deg, #e82d2d 0%, #cc1616 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 22, 22, 0.4);
  color: #ffffff;
}

.btn-success-modal:active {
  transform: translateY(0);
}

/* Modal fade animation enhancement */
#successModal.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: translate(0, -50px);
  opacity: 0;
}

#successModal.modal.show .modal-dialog {
  transform: translate(0, 0);
  opacity: 1;
}


/* Modal dialog responsive sizing */
#successModal .modal-dialog {
  max-width: 500px;
  width: 90%;
  margin: 1rem auto;
}

#successModal .modal-dialog-centered {
  min-height: calc(100% - 1rem);
  display: flex;
  align-items: center;
}

#successModal .modal-content {
  max-height: 90vh;
  overflow-y: auto;
  width: 100%;
}

/* Responsive styles for mobile devices (iPhone 14: 390px) */
@media (max-width: 428px) {
  #successModal .modal-dialog {
    margin: 0.5rem auto;
    max-width: calc(100% - 1rem);
    width: calc(100% - 1rem);
  }
  
  #successModal .modal-dialog-centered {
    min-height: calc(100% - 1rem);
  }
  
  #successModal .modal-content {
    max-height: 95vh;
    width: 100%;
  }
  .success-modal-content .modal-body {
    padding: 2.5rem 1.5rem;
  }

  .success-icon-circle {
    width: 80px;
    height: 80px;
  }

  .success-icon-circle i {
    font-size: 2.75rem;
  }

  .success-modal-title {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }

  .success-modal-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .btn-success-modal {
    padding: 0.65rem 2rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 390px) {
  #successModal .modal-dialog {
    margin: 0.5rem auto;
    max-width: calc(100% - 1rem);
    width: calc(100% - 1rem);
  }
  
  #successModal .modal-dialog-centered {
    min-height: calc(100% - 1rem);
  }
  
  #successModal .modal-content {
    max-height: 95vh;
    width: 100%;
  }

  .success-modal-content .modal-body {
    padding: 2rem 1.5rem;
  }

  .success-icon-circle {
    width: 70px;
    height: 70px;
  }

  .success-icon-circle i {
    font-size: 2.5rem;
  }

  .success-modal-title {
    font-size: 1.35rem;
    margin-bottom: 0.875rem;
  }

  .success-modal-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }

  .btn-success-modal {
    padding: 0.7rem 2rem;
    font-size: 0.95rem;
    width: 100%;
    max-width: 220px;
  }
}

/* Modal backdrop enhancement */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.show {
  opacity: 1;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

   #form {
        background-color: #f9f9f9;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    h2 {
        font-size: 2rem;
        color: #333;
        font-weight: 600;
    }

    .form-control {
        border-radius: 8px;
        border: 1px solid #ddd;
        padding: 15px;
        font-size: 1rem;
        transition: border-color 0.3s ease-in-out;
    }

    .form-control:focus {
        border-color: #ff6b6b;
        box-shadow: 0 0 5px rgba(255, 107, 107, 0.3);
    }

    .btn-primary {
        background-color: #cc1616;
        border: none;
        padding: 12px 30px;
        font-size: 1.1rem;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 50px;
        transition: background-color 0.3s ease;
    }

    .btn-primary:hover {
        background-color: #e82d2d;
    }

    textarea.form-control {
        resize: vertical;
    }

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}



/* Modern newsletter form */
#footer .footer-top .footer-newsletter form {
  --newsletter-bg: #0f1720;
  --newsletter-input-bg: #fff;
  --newsletter-accent: #cc1616;
  margin-top: 18px;
  background: transparent;
  padding: 0;
  position: relative;
}

#footer .footer-top .footer-newsletter .input-group {
  display: flex;
  gap: 8px;
  align-items: center;
}

#newsletter-email {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  background: var(--newsletter-input-bg);
  color: #111;
  transition: box-shadow .15s ease, border-color .15s ease;
}

#newsletter-email::placeholder { color: #9aa0a6; }

#newsletter-email:focus {
  outline: none;
  border-color: var(--newsletter-accent);
  box-shadow: 0 4px 18px rgba(204,22,22,0.12);
}

#newsletter-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  border: none;
  background: var(--newsletter-accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease;
}

#newsletter-submit:active { transform: translateY(1px); }
#newsletter-submit:disabled { opacity: .7; cursor: wait; }

/* Spinner inside the button */
.btn-spinner {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  display: inline-block;
  vertical-align: middle;
  animation: spin 0.8s linear infinite;
  opacity: 0; /* hidden by default */
  transform-origin: center;
}

.btn-loading .btn-spinner { opacity: 1; }
.btn-loading .btn-text { opacity: .6; }

@keyframes spin { to { transform: rotate(360deg); } }

.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

/*--------------------------------------------------------------
# Custom Enhancements (moved from PHP inline styles)
--------------------------------------------------------------*/
.section-spacing { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 992px) { .section-spacing { padding-top: 6rem; padding-bottom: 6rem; } }

.modern-card { border: 0; border-radius: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.modern-card .card-header { background: transparent; border-bottom: 0; }

.price { font-size: 2.25rem; font-weight: 700; }
.price sup { top: -0.6em; font-size: 55%; position: relative; }

/* Google Map embed container styles */
.mapouter{ position: relative; text-align: right; height: 500px; width: 560px; }
.gmap_canvas { overflow: hidden; background: none!important; height: 500px; width: 560px; }

/* Career page helpers */
.inner-gradient {
  background: rgb(1,0,18);
  background: linear-gradient(90deg, rgba(1,0,18,1) 0%, rgba(16,25,27,1) 42%);
}
.br-5 { border-radius: 5px; }
.career-intro {
  border-radius: 10px;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-weight: 300;
}

/* About page modern styles */
.about-hero {
  background: linear-gradient(135deg, rgba(13,110,253,0.1) 0%, rgba(102,16,242,0.1) 100%);
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card .feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ffe5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cc1616;
  font-size: 24px;
  margin-bottom: 12px;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

.features-grid .feature-title { 
  font-weight: 700; 
  margin-bottom: 8px; 
  color: #0d1b2a;
  font-size: 1.25rem;
}
.feature-card p {
  color: #6c757d;
  line-height: 1.7;
}
.feature-icon.icon-blue { background: #ffe5e5; color: #cc1616; }
.feature-icon.icon-purple { background: #efe7ff; color: #6610f2; }
.feature-icon.icon-green { background: #e9f9ef; color: #198754; }

/* Mission Vision Cards */
.mission-vision-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.mission-vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  border-color: #cc1616;
}

.mission-vision-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffe5e5 0%, #fce5e5 100%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #cc1616;
  transition: all 0.3s ease;
}

.mission-vision-card:hover .mission-vision-icon {
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: #ffffff;
  transform: scale(1.1);
}

.mission-vision-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 1rem;
}

.mission-vision-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #495057;
  margin: 0;
}

@media (max-width: 768px) {
  .mission-vision-card {
    padding: 2rem 1.5rem;
  }

  .mission-vision-title {
    font-size: 1.5rem;
  }

  .mission-vision-text {
    font-size: 1rem;
  }
}

.stat-card {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* Why Choose Roamcode Section Styles */
.why-choose-roamcode {
  background: #f8f9fa;
  padding: 80px 0;
}

.story-hero-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,.08);
  border: 1px solid rgba(13, 27, 42, 0.05);
}

.story-hero-content {
  padding-right: 2rem;
}

.story-hero-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.story-hero-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1.25rem;
}

.story-stats-badge {
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(204, 22, 22, 0.3);
}

.story-stats-badge .stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.story-stats-badge .stat-label {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.95;
}

/* Modern Stats Badge Design */
.story-stats-badge-modern {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.story-stats-badge-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #cc1616 0%, #e82d2d 100%);
}

.story-stats-badge-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(204, 22, 22, 0.15);
  border-color: #cc1616;
}

.stat-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffe5e5 0%, #fce5e5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2.5rem;
  color: #cc1616;
  transition: all 0.3s ease;
}

.story-stats-badge-modern:hover .stat-icon-wrapper {
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
}

.stat-content {
  text-align: center;
}

.story-stats-badge-modern .stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
  color: #0d1b2a;
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.story-stats-badge-modern .stat-label {
  font-size: 1rem;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.why-choose-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  height: 100%;
}

.why-choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  border-color: #cc1616;
}

.why-choose-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffe5e5 0%, #fce5e5 100%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  color: #cc1616;
  transition: all 0.3s ease;
}

.why-choose-card:hover .why-choose-icon {
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: #ffffff;
  transform: scale(1.1);
}

.why-choose-card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 1rem;
}

.why-choose-card p {
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
  font-size: 1rem;
}

.impact-metric-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.impact-metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(204, 22, 22, 0.15);
  border-color: #cc1616;
}

.impact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffe5e5 0%, #fce5e5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #cc1616;
  transition: all 0.3s ease;
}

.impact-metric-card:hover .impact-icon {
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: #ffffff;
  transform: rotate(5deg) scale(1.1);
}

.impact-number {
  font-size: 3rem;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.impact-label {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.testimonial-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,.08);
  border-left: 5px solid #cc1616;
  position: relative;
}

.testimonial-quote-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 4rem;
  color: rgba(204, 22, 22, 0.1);
  line-height: 1;
}

.testimonial-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1.5rem;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  color: #0d1b2a;
  font-size: 1rem;
}

.testimonial-author strong {
  color: #cc1616;
}

/* Responsive styles for Why Choose section */
@media (max-width: 991.98px) {
  .story-hero-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .story-stats-badge {
    max-width: 300px;
    margin: 0 auto;
  }
  
  .story-stats-badge-modern {
    max-width: 300px;
    margin: 0 auto;
  }

  .why-choose-card {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .story-hero-card {
    padding: 2rem 1.5rem;
  }

  .story-hero-title {
    font-size: 1.75rem;
  }

  .story-hero-text {
    font-size: 1rem;
  }

  .story-stats-badge {
    padding: 2rem 1.5rem;
  }

  .story-stats-badge .stat-number {
    font-size: 2.5rem;
  }
  
  .story-stats-badge-modern {
    padding: 2rem 1.5rem;
  }
  
  .stat-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  
  .story-stats-badge-modern .stat-number {
    font-size: 2.5rem;
  }
  
  .story-stats-badge-modern .stat-label {
    font-size: 0.9rem;
  }

  .why-choose-card {
    padding: 2rem 1.5rem;
  }

  .impact-metric-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .impact-number {
    font-size: 2.5rem;
  }

  .testimonial-card {
    padding: 2rem 1.5rem;
  }

  .testimonial-quote-icon {
    font-size: 3rem;
    top: 1.5rem;
    right: 1.5rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }
}

/* Page hero shared style */
.page-hero {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}

/* CTA button enhancement */
.btn-cta {
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(204,22,22,0.15);
}
.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(204,22,22,0.22);
}

/*--------------------------------------------------------------
# Enhanced Mobile Responsiveness & Rebranding
--------------------------------------------------------------*/

/* Base font improvements for mobile */
@media (max-width: 991.98px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
  
  /* Ensure headings scale properly on tablets */
  h1 {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
  }
  
  h2 {
    font-size: clamp(1.5rem, 4vw, 1.875rem);
  }
  
  h3 {
    font-size: clamp(1.25rem, 3.5vw, 1.625rem);
  }
  
  h4 {
    font-size: clamp(1.1rem, 3vw, 1.375rem);
  }
  
  h5 {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
  }
  
  h6 {
    font-size: clamp(0.9rem, 2vw, 1rem);
  }
  
  /* Navbar improvements */
  .navbar-brand .logo {
    max-height: 75px !important;
    min-height: 60px;
  }
  
  .hero .navbar-brand .logo {
    max-height: 95px !important;
    min-height: 75px;
  }
  
  #header .logo img {
    max-height: 50px !important;
    min-height: 40px;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.5rem;
    font-size: 1.5rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-toggler .bi-justify,
  .navbar-toggler .bi-x {
    font-size: 1.75rem;
    color: #333;
    transition: transform 0.3s ease;
  }
  
  .navbar-collapse {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 0;
    font-size: 1rem;
    margin-left: 0 !important;
  }
  
  /* Hero section mobile improvements */
  .hero .navbar {
    padding: 0.75rem 0;
  }
  
  /* Section spacing mobile */
  .section-spacing {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  /* Typography mobile adjustments */
  .section-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    margin-bottom: 1.5rem;
  }
  
  .section-title h2 {
    font-size: clamp(1.5rem, 4.5vw, 1.875rem);
  }
  
  .section-title span {
    font-size: clamp(2rem, 7vw, 3rem);
  }
  
  .about-text {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
  }
  
  .focus-title {
    font-size: clamp(1.5rem, 4vw, 1.8rem);
  }
  
  .focus-list li {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
  }
}

/* Extra small devices (phones) */
@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Navbar - Center logo with hamburger menu on the side on mobile */
  .hero .navbar {
    padding: 0;
    min-height: 80px;
    position: relative;
  }
  
  .hero .navbar .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 80px;
    flex-wrap: nowrap;
  }
  
  .hero .navbar-toggler {
    align-self: flex-start;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    z-index: 4;
  }
  
  .hero .navbar-brand {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    z-index: 3;
    max-width: calc(100% - 100px);
    flex-shrink: 0;
  }
  
  .navbar-brand .logo {
    width: 60vw !important;
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
  }
  
  .hero .navbar-brand .logo {
    width: 60vw !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
  }
  
  #header .logo img {
    width: 60vw !important;
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }
  
  .navbar-toggler {
    position: relative;
    right: auto;
    z-index: 2;
    margin-left: auto;
    flex-shrink: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar-toggler .bi-justify,
  .navbar-toggler .bi-x {
    font-size: 1.5rem;
    display: block;
  }
  
  /* Keep navbar collapse below logo when menu opens */
  .hero .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: white;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* Adjust hero spacing to prevent overlap with larger logo */
  body:not(.article-page) .hero {
    padding-top: 100px;
  }

  body.article-page .hero {
    padding-top: 120px;
  }
  
  .hero-main-content {
    padding-top: 2rem;
    min-height: calc(100vh - 100px);
  }
  
  /* Hero */
  #hero {
    border-radius: 20px;
    height: calc(100vh - 100px);
  }
  
  #puzzle {
    margin-top: 10vh;
    padding: 20px 15px;
  }
  
  /* Section spacing */
  .section-spacing {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  
  /* Cards */
  .modern-card {
    margin-bottom: 1.5rem;
  }
  
  .feature-card {
    padding: 20px;
    margin-bottom: 1.5rem;
  }
  
  /* Footer */
  #footer .footer-top {
    padding: 40px 0 20px;
  }
  
  #footer .footer-top .footer-info,
  #footer .footer-top .footer-links,
  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }
  
  /* Buttons */
  .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
  
  .btn-get-started {
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* AdSense Responsive Improvements */
.adsense-ad {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.adsense-ad ins {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.ad-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.article-banner-ads .article-banner-ad {
  height: 100%;
}

.article-banner-ads .article-banner-ad .ad-container {
  min-height: 200px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 12px;
}

.article-banner-ads .article-banner-ad .ad-container ins {
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .article-banner-ads .article-banner-ad .ad-container {
    min-height: 150px;
    padding: 16px;
  }
}

/* Ensure ads are responsive on all devices */
@media (max-width: 768px) {
  .adsense-ad {
    margin: 1.5rem 0;
  }
  
  .ad-container {
    padding: 15px;
    min-height: auto;
  }
  
  .adsense-header-ad .ad-container,
  .adsense-bottom-ad .ad-container {
    min-height: 100px;
  }
  
  .adsense-in-content-ad .ad-container {
    min-height: 200px;
  }
  
  .adsense-sidebar-ad {
    position: relative !important;
    margin-top: 2rem;
  }
  
  .adsense-sidebar-ad .ad-container {
    min-height: 250px;
  }
}

@media (max-width: 576px) {
  .adsense-ad {
    margin: 1.25rem 0;
  }
  
  .ad-container {
    padding: 10px;
  }
  
  .adsense-header-ad .ad-container,
  .adsense-bottom-ad .ad-container {
    min-height: 90px;
  }
  
  .adsense-in-content-ad .ad-container {
    min-height: 180px;
  }
  
  .adsense-sidebar-ad .ad-container {
    min-height: 200px;
  }
}

/* Improved font rendering on mobile */
@media (max-width: 991.98px) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  
  h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/*--------------------------------------------------------------
# Index Page Styles - Moved from index.php
--------------------------------------------------------------*/

/* Why Us / Expertise Section */
.expertise-card {
  background: white;
  padding: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: #cc1616;
}

.expertise-card.featured {
  background: white;
  color: #0d1b2a;
  border-color: transparent;
}

.expertise-card.featured h4,
.expertise-card.featured p,
.expertise-card.featured .expertise-link {
  color: #0d1b2a;
}

.expertise-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #ffc107;
  color: #0d1b2a;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
}

.expertise-number {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(204, 22, 22, 0.1);
  line-height: 1;
  margin-bottom: 1rem;
}

.expertise-card.featured .expertise-number {
  color: rgba(204, 22, 22, 0.1);
}

.expertise-icon {
  font-size: 3rem;
  color: #cc1616;
  margin-bottom: 1.5rem;
}

.expertise-card.featured .expertise-icon {
  color: #cc1616;
}

.expertise-card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0d1b2a;
}

.expertise-card p {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.expertise-link {
  color: #cc1616;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s ease;
}

.expertise-link:hover {
  gap: 0.75rem;
}

/* Services Section */
.service-card {
  background: white;
  padding: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: #cc1616;
}

.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: white;
}

.service-card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0d1b2a;
}

.service-card p {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  padding: 0.5rem 0;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.service-features i {
  color: #cc1616;
  font-size: 1.25rem;
}

/* Section Headers */
.section-header {
  margin-bottom: 3rem;
}

.section-tag {
  display: inline-block;
  background: transparent;
  color: #000000;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 2px solid #000000;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.culture-cta {
  background: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 1.5rem;
  padding: 1.75rem 2.5rem;
  margin: 2rem 0;
  box-shadow: 0 20px 45px rgba(13, 27, 42, 0.07);
}

.culture-cta .culture-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #0d1b2a;
}

.btn-culture {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  transition: all 0.3s ease;
}

.btn-culture:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 27, 42, 0.15);
}

.services.bg-light {
  background: #ffffff !important;
  border-radius: 1.5rem;
  border: 1px solid rgba(13, 27, 42, 0.06);
  box-shadow: 0 25px 50px rgba(13, 27, 42, 0.05);
  margin-top: 2rem;
}

.services.bg-light .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.investor-culture {
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,248,252,1) 100%);
}

.investor-culture .section-title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #0d1b2a;
}

.investor-culture .section-title p {
  font-size: 1.05rem;
  color: #4f5d75;
}

.investor-culture .culture-narrative {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(13, 27, 42, 0.05);
}

.investor-culture .culture-narrative ul li i {
  color: #cc1616;
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

.investor-culture .culture-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  border: 1px solid rgba(13, 27, 42, 0.05);
}

.investor-culture .culture-card h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #0d1b2a;
}

.investor-culture .culture-card p {
  margin: 0;
  color: #4f5d75;
}

/* Pricing Section */
.pricing-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
  border-color: #cc1616;
  transform: scale(1.05);
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.pricing-card.photoshoot-package {
  border-color: #ffffff;
}

.pricing-card.photoshoot-package .pricing-header h3 {
  color: #000000;
}

.pricing-card.photoshoot-package .pricing-price .amount {
  color: #000000;
}

.pricing-card.photoshoot-package .pricing-price .currency {
  color: #000000;
}

.pricing-card.photoshoot-package .pricing-price .period {
  color: #000000;
}

.pricing-card.photoshoot-package .pricing-features li {
  color: #000000;
}

.pricing-card.photoshoot-package .pricing-features i {
  display: none;
}

.pricing-card .btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
}

.pricing-card .btn-outline-primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.pricing-header {
  margin-bottom: 2rem;
  position: relative;
}

.pricing-header h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.5rem;
}

.pricing-badge {
  position: absolute;
  top: -12px;
  right: 0;
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
}

.pricing-badge.best-value {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #0d1b2a;
}

.pricing-price {
  margin-bottom: 2rem;
}

.pricing-price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: #6c757d;
  vertical-align: top;
}

.pricing-price .amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1;
}

.pricing-price .period {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.5rem;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.pricing-features li {
  padding: 0.75rem 0;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features i {
  color: #cc1616;
  font-size: 1.25rem;
}

/* FAQ Section - Simplified */
.faq-item {
  margin-bottom: 1rem;
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}

.faq-toggle {
  width: 100%;
  background: white;
  border: none;
  padding: 1.25rem 1.5rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-toggle:hover {
  background: #f8f9fa;
}

.faq-toggle:not(.collapsed) {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.faq-question {
  font-weight: 600;
  font-size: 1rem;
  color: #0d1b2a;
  flex: 1;
}

.faq-toggle i {
  font-size: 1.25rem;
  color: #cc1616;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-toggle:not(.collapsed) i {
  transform: rotate(180deg);
}

.faq-body {
  padding: 1.25rem 1.5rem;
  color: #495057;
  line-height: 1.7;
  background: white;
}

/* CTA Section - Modernized */
.cta {
  background: linear-gradient(135deg, rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/06.jpg") fixed center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/cta-bg.jpg') center center;
  background-size: cover;
  opacity: 0.15;
  z-index: 0;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 35px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.cta .cta-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cta .cta-btn i {
  margin-right: 8px;
  font-size: 18px;
}

/* Mobile Responsive for Index Page */
@media (max-width: 991.98px) {
  .pricing-card.featured {
    transform: scale(1);
  }
  
  .culture-cta {
    padding: 1.5rem 2rem;
  }

  .culture-cta .culture-text {
    font-size: 1rem;
  }

  .investor-culture .culture-narrative {
    padding: 1.5rem;
  }

  .investor-culture .culture-card {
    padding: 1.5rem;
  }

  .cta {
    padding: 4rem 0;
  }
  
  .cta-title {
    font-size: 2rem;
  }
  
  .cta-text {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .black-friday-card.landscape-card .row {
    flex-direction: column;
  }
  
  .company-culture-callout {
    padding: 1.75rem;
  }

  .btn-culture {
    width: 100%;
    text-align: center;
  }

  .investor-culture .culture-card {
    padding: 1.25rem;
  }

  .investor-culture .culture-narrative ul li {
    flex-direction: column;
  }

  .investor-culture .culture-narrative ul li i {
    margin-bottom: 0.5rem;
  }

  .investor-culture .section-title p {
    font-size: 0.95rem;
  }

  .black-friday-card.landscape-card {
    min-height: auto;
  }
  
  .black-friday-image-wrapper {
    min-height: 250px;
    height: 250px;
  }
  
  .black-friday-content {
    padding: 2rem 1.5rem;
  }
  
  .black-friday-card .special-price .amount {
    font-size: 2.5rem;
  }
  
  body:not(.article-page) .hero {
    padding-top: 70px;
  }

  body.article-page .hero {
    padding-top: 90px;
  }
  
  .expertise-card,
  .service-card,
  .pricing-card {
    padding: 2rem 1.5rem;
  }
  
  .cta {
    padding: 3.5rem 0;
  }
  
  .cta-title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  
  .cta-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  
  .cta .cta-btn {
    padding: 12px 28px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Article Page Styles - Moved from article.php
--------------------------------------------------------------*/
.article-header {
  margin-bottom: 2rem;
}

.article-category-badge {
  display: inline-block;
  background: #cc1616;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: background 0.3s ease;
}

.article-category-badge:hover {
  background: #e82d2d;
  color: white;
}

.article-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.2;
}

.article-meta-info {
  font-size: 0.9rem;
}

.article-meta-info i {
  margin-right: 5px;
}

.article-featured-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.article-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.article-body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.article-content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0d1b2a;
}

.article-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #0d1b2a;
}

.article-content p {
  margin-bottom: 1.5rem;
}

.article-content ul,
.article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.article-content li {
  margin-bottom: 0.5rem;
}

.article-content strong {
  font-weight: 600;
  color: #0d1b2a;
}

.article-content a {
  color: #cc1616;
  text-decoration: underline;
}

.article-content a:hover {
  color: #e82d2d;
}

.share-buttons h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d1b2a;
}

.related-articles h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0d1b2a;
}

/* Article Page Mobile Responsive */
@media (max-width: 768px) {
  .article-main-title {
    font-size: clamp(1.5rem, 5vw, 1.75rem);
    line-height: 1.3;
  }
  
  .article-body {
    font-size: clamp(0.95rem, 2.5vw, 1rem);
    line-height: 1.7;
  }
  
  .article-content h2 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    margin-top: 1.5rem;
  }
  
  .article-content h3 {
    font-size: clamp(1.1rem, 3.5vw, 1.25rem);
    margin-top: 1.25rem;
  }
  
  .article-content p {
    margin-bottom: 1.25rem;
    font-size: clamp(0.95rem, 2.5vw, 1rem);
  }
  
  .article-meta-info {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    flex-direction: column;
    gap: 0.75rem !important;
    align-items: flex-start !important;
  }
  
  .article-featured-image {
    margin-bottom: 1.5rem;
  }
  
  .adsense-sidebar-ad {
    position: relative !important;
    margin-top: 2rem;
  }
  
  .adsense-sidebar-ad .ad-container {
    min-height: 250px;
    padding: 15px;
  }
  
  .adsense-in-content-ad .ad-container {
    min-height: 200px;
    padding: 15px;
  }
  
  .adsense-header-ad .ad-container,
  .adsense-bottom-ad .ad-container {
    min-height: 100px;
    padding: 15px;
  }
  
  .article-footer {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
  }
  
  .share-buttons h5 {
    font-size: clamp(1rem, 3vw, 1.1rem);
  }
  
  .share-buttons .btn {
    font-size: clamp(0.85rem, 2vw, 0.9rem);
    padding: 0.5rem 1rem;
  }
  
  .related-articles h3 {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
  }
  
  .article-card {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .article-main-title {
    font-size: 1.5rem;
  }
  
  .article-body {
    font-size: 0.95rem;
  }
  
  .adsense-ad {
    margin: 1.5rem 0;
  }
  
  .ad-container {
    padding: 10px !important;
  }
}

/*--------------------------------------------------------------
# Articles Listing Page Styles - Moved from articles.php
--------------------------------------------------------------*/
.article-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.article-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f8f9fa;
}

.article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-image {
  transform: scale(1.05);
}

.article-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: white;
  font-size: 3rem;
}

.article-category {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(204, 22, 22, 0.9);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.article-content {
  color: #333;
}

.article-title {
  color: #0d1b2a;
  font-weight: 600;
  transition: color 0.3s ease;
}

.article-card:hover .article-title {
  color: #cc1616;
}

.article-excerpt {
  font-size: 0.9rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-meta {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 15px;
}

.article-meta i {
  margin-right: 5px;
}

.pagination .page-link {
  border-radius: 8px;
  margin: 0 3px;
  border: 1px solid #dee2e6;
  color: #cc1616;
}

.pagination .page-item.active .page-link {
  background-color: #cc1616;
  border-color: #cc1616;
}

.pagination .page-link:hover {
  background-color: #f8f9fa;
  border-color: #cc1616;
}

/* Recent Articles Section Styles */
.recent-articles {
  background: #ffffff;
}

.recent-articles-header {
  gap: 1.5rem;
}

.recent-articles-title-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}

.recent-articles-title-wrapper .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  width: fit-content;
}

.recent-articles-title-wrapper .section-tag i {
  font-size: 1rem;
}

.recent-articles-title-wrapper .section-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.title-highlight {
  background: #cc1616;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

.btn-recent-articles {
  display: none; /* Hidden by default on desktop */
  align-items: center;
  gap: 0.5rem;
  background: #cc1616;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-recent-articles:hover {
  background: #e82d2d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(204, 22, 22, 0.3);
}

.btn-recent-articles i {
  font-size: 1.1rem;
}

.recent-article-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.recent-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.recent-article-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recent-article-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #0d1b2a 0%, #1a2f47 100%);
}

.recent-article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-article-card:hover .recent-article-image {
  transform: scale(1.1);
}

.recent-article-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: #ffffff;
  font-size: 3rem;
}

.recent-article-content {
  background: #0d1b2a;
  color: #ffffff;
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.recent-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-article-category {
  display: inline-block;
  color: #cc1616;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: auto;
}

.recent-article-arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background: #cc1616;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.recent-article-card:hover .recent-article-arrow {
  background: #e82d2d;
  transform: translate(-3px, -3px);
}

.recent-article-arrow i {
  transform: rotate(45deg);
}

/* Recent Articles Responsive */
@media (max-width: 768px) {
  .recent-articles-header {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .recent-articles-title-wrapper {
    width: 100%;
  }

  .recent-articles-cta {
    width: 100%;
  }

  .btn-recent-articles {
    display: inline-flex; /* Show on mobile */
    width: 100%;
    justify-content: center;
  }

  .recent-article-image-wrapper {
    height: 180px;
  }

  .recent-article-content {
    padding: 1.25rem;
  }

  .recent-article-title {
    font-size: 1.1rem;
  }
}


/* Category Filter Styles */
.category-filter-wrapper {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.category-filter-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d1b2a;
  margin-bottom: 15px;
}

.category-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  color: #495057;
  border: 2px solid #dee2e6;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.category-badge i {
  font-size: 1.1rem;
  color: #6c757d;
  transition: color 0.3s ease;
}

.category-badge:hover {
  background: #cc1616;
  color: #ffffff;
  border-color: #cc1616;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(204, 22, 22, 0.3);
  text-decoration: none;
}

.category-badge:hover i {
  color: #ffffff;
}

.category-badge.active {
  background: linear-gradient(135deg, #cc1616 0%, #e82d2d 100%);
  color: #ffffff;
  border-color: #cc1616;
  box-shadow: 0 4px 15px rgba(204, 22, 22, 0.4);
}

.category-badge.active i {
  color: #ffffff;
}

@media (max-width: 768px) {
  .category-filter-wrapper {
    padding: 20px;
  }
  
  .category-badge {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Cookie Consent Styles
--------------------------------------------------------------*/
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cookie-consent.show {
  transform: translateY(0);
}

.cookie-consent-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cookie-consent-text {
  flex: 1;
  min-width: 300px;
}

.cookie-consent-text h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.cookie-consent-text p {
  font-size: 0.9rem;
  color: #666666;
  margin: 0;
  line-height: 1.6;
}

.cookie-consent-text a {
  color: #cc1616;
  text-decoration: underline;
}

.cookie-consent-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cookie-setting-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}

.cookie-setting-item:last-child {
  border-bottom: none;
}

.cookie-setting-item .form-check-label {
  width: 100%;
  cursor: pointer;
}

.cookie-setting-item .form-check-label strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #1a1a1a;
}

.cookie-setting-item .form-check-label p {
  margin: 0;
  color: #666666;
}

@media (max-width: 768px) {
  .cookie-consent {
    padding: 1rem;
  }
  
  .cookie-consent-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .cookie-consent-text {
    min-width: auto;
  }
  
  .cookie-consent-text h5 {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
  }
  
  .cookie-consent-text p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  
  .cookie-consent-buttons {
    width: 100%;
    gap: 0.5rem;
  }
  
  .cookie-consent-buttons .btn {
    flex: 1;
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}

/* Extra small devices (iPhone 14 and similar) */
@media (max-width: 428px) {
  .cookie-consent {
    padding: 0.75rem;
  }
  
  .cookie-consent-text h5 {
    font-size: 0.9rem;
  }
  
  .cookie-consent-text p {
    font-size: 0.75rem;
  }
  
  .cookie-consent-buttons {
    gap: 0.4rem;
    flex-direction: column;
  }
  
  .cookie-consent-buttons .btn {
    width: 100%;
    padding: 0.35rem 0.6rem;
    font-size: 0.7rem;
  }
}

/*--------------------------------------------------------------
# Hero Section - Modern Centered Design
--------------------------------------------------------------*/
.hero-main-content {
  min-height: calc(120vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
}

.hero-main-content .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero-text-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.hero-main-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.btn-hero-cta {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.btn-hero-cta:hover {
  background: linear-gradient(135deg, #357abd 0%, #4a90e2 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
  text-decoration: none;
}

@media (max-width: 768px) {
  .hero-main-content {
    min-height: calc(100vh - 70px);
    padding: 0;
  }
  
  .hero-main-title {
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  
  .btn-hero-cta {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}