/**
* Template Name: Arsha
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Updated: Feb 22 2025 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Jost",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37517e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #089ce1e8; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #47b2e4; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #47b2e4; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

/*#google_translate_element {
  margin: 20px;
} */

/*--------------------------------------------------------------
# Hero Section (Refined & Centered)
--------------------------------------------------------------*/
#hero {
  position: relative;
  height: 100vh; /* slightly taller */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #00308f; /* Elegant professional blue */
  color: #fff;
}

#hero.small-hero {
  /* height: 50vh; */
   height: 100vh; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  #hero.small-hero {
  /* height: 50vh; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
  }

/* Desktop / default small-hero */
/* #hero.small-hero {
  height: 50vh;
  overflow: hidden; 
} */

/* Slides inside hero */
/* #hero.small-hero .slide {
  height: 100%; 
  background-size: cover;
  background-position: center;
} */

/* Mobile version */
/* @media screen and (max-width: 768px) {
  #hero.small-hero {
    height: 15vh !important;
  }

  #hero.small-hero .slide {
    height: 100%;
  }
} */


/* #hero.smaller-hero {
  height: 50vh; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
*/
 

/* -------- Background Slideshow -------- */
.hero-slideshow {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  z-index: 1;
}


.hero-slideshow .slide {
  position: absolute;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  filter: brightness(85%);
}

.hero-slideshow .slide.active {
  opacity: 1;
}

/* -------- Softer Overlay -------- */
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(13, 37, 174, 0.505); /* light transparent overlay */
  backdrop-filter: blur(1.5px);
  z-index: 2;
}

/* -------- Hero Content -------- */
.hero .container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

/* -------- Text Section -------- */
.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 20px;
  z-index: 3;
}

.hero-text h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #e0e6ff;
  line-height: 1.7;
  text-align: left;
}

/* -------- Buttons -------- */
.button-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-get-started {
  background: #25d366;
  color: #fff;
  padding: 16px 38px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 rgba(37, 211, 102, 0.6);
}

.btn-get-started:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
}

.btn-get-started.pulse {
  animation: pulse-green 2s infinite;
}

.btn-watch-video {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 12px 26px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  animation: pulse-white 2.5s infinite;
}

.btn-watch-video i {
  font-size: 1.7rem;
  margin-right: 8px;
}

.btn-watch-video:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

/* -------- Button Animations -------- */
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes pulse-white {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* -------- Hero Image (PC) -------- */
.hero-img {
  flex: 1;
  position: relative;
  z-index: 3;
}

.hero-img img {
  width: 100%;
  height: 90vh; /* fills the column properly */
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

/* -------- Responsive Adjustments -------- */
@media (max-width: 992px) {
  #hero {
    height: 95vh;
  }
  .hero-text h1 {
    font-size: 2.3rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
  .hero-img img {
    height: 75vh;
  }
}

@media (max-width: 768px) {
  #hero {
    min-height: 100vh !important; /* Force taller height */
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Keeps content near the bottom */
    padding-bottom: 90px; /* Moves text lower from the center */
  }

  .hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130vh !important; /* Matches hero height */
    object-fit: cover;
  }

  .hero-img {
    display: none; /* Hide separate image */
  }

  .hero-text {
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    margin-top: 0;
  }

  .hero-text h1 {
    font-size: 2.1rem;
    text-align: center;
  }

  .hero-text p {
    font-size: 1rem;
    text-align: center;
  }

  .button-group {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-get-started,
  .btn-watch-video {
    font-size: 1rem;
    padding: 12px 28px;
  }

  .hero::before {
     background: rgba(13, 37, 174, 0.505); /* light transparent overlay */
  }
}

/*----------------------------------------------
# Responsive Tweaks
----------------------------------------------*/
@media (max-width: 992px) {
  #hero {
    height: 90vh;
    text-align: center;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .btn-primary-hero,
  .btn-outline-hero {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  #hero {
    height: auto;
    padding: 80px 0;
  }

  .hero-title {
    font-size: 1.9rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .btn-primary-hero,
  .btn-outline-hero {
    padding: 8px 20px;
    font-size: 0.85rem;
  }
}


.light-background {
  --background-color: #f5f6f8;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #0f61f0;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #4668a2;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


/* Reduce hero image size on desktop */
@media (min-width: 992px) {
  .hero-img img {
    height: 70vh; /* smaller height than before */
    width: 90%; /* narrower image to look balanced */
    object-fit: cover;
    margin: 0 auto; /* centers the image horizontally */
    display: block;
  }
}





/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #2838ed;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}


.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Premium animated “Get Started” button */

.header .btn-getstarted,
.header .btn-getstarted:focus {
  position: relative;
  color: #000000;
  background: linear-gradient(135deg, #b8860b, #ffd700, #b8860b);
  background-size: 300% 300%;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 32px;
  margin: 0 0 0 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  animation: goldenGlow 6s ease-in-out infinite, popShine 4s ease-in-out infinite;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5),
              0 0 40px rgba(255, 215, 0, 0.3),
              inset 0 0 10px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

/* Subtle sparkle effect using pseudo-element */
.header .btn-getstarted::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(circle, rgba(255,255,255,0.6) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.15;
  animation: sparkleMove 8s linear infinite;
  z-index: 0;
}

/* Golden gradient shimmer motion */
@keyframes goldenGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Sparkle shimmer floating effect */
@keyframes sparkleMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40px, 40px);
  }
}

/* Gentle pop motion for depth */
@keyframes popShine {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}

/* Hover: brighter and glossier */
.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  transform: scale(1.1);
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.9),
              0 0 60px rgba(255, 215, 0, 0.6);
  background: linear-gradient(135deg, #ffd700, #fff8dc, #ffcc00);
}

/* Responsive fine-tuning */
@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 10px 20px;
    font-size: 14px;
  }
}


/* 
.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3; 
  } */

/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(43, 15, 223, 0.237);
  /* --background-color: rgba(36, 9, 212, 0.591); */
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header { 
  /* --background-color: rgb(7, 71, 235); */
  --background-color: rgba(0, 4, 247, 0.763);
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
}




/*logo for mobile numbr*/
.logo .sitename {
  font-size: 1.8rem;
  font-weight: 800;
  color: #00308f; /* professional blue */
  margin: 0;
  line-height: 1.2;
}


.logo .phone-number {
  font-size: 0.95rem;
  color: #25d366; /* WhatsApp green accent */
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.logo .phone-number a {
  color: inherit;          /* Keep same green color */
  text-decoration: none;   /* No underline */
}
/* Highlight phone number elegantly */
.logo .phone-number a {
  font-size: 1.05rem; /* slightly larger */
  font-weight: 700;
  color: #25d366; /* WhatsApp green */
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 6px rgba(37, 211, 102, 0.4); /* soft green glow */
}
/* Animated wave + glow for phone number */
.logo .phone-number a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #25d366;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(37, 211, 102, 0.4);
  display: inline-block;
  animation: waveGlow 2.5s ease-in-out infinite;
}

/* Main animation */
@keyframes waveGlow {
  0% {
    transform: translateY(0);
    text-shadow: 0 0 6px rgba(37, 211, 102, 0.4);
  }
  25% {
    transform: translateY(-2px);
    text-shadow: 0 0 12px rgba(37, 211, 102, 0.8);
  }
  50% {
    transform: translateY(0);
    text-shadow: 0 0 8px rgba(37, 211, 102, 0.6);
  }
  75% {
    transform: translateY(2px);
    text-shadow: 0 0 12px rgba(37, 211, 102, 0.8);
  }
  100% {
    transform: translateY(0);
    text-shadow: 0 0 6px rgba(37, 211, 102, 0.4);
  }
}

.logo .phone-number a:hover {
  color: #22bb5b;
  text-shadow: 0 0 10px rgba(37, 211, 102, 0.7); /* stronger glow on hover */
  transform: scale(1.05); /* slight zoom effect */
}

.logo .phone-number a:hover {
  color: #22bb5b;          /* Slightly brighter green on hover */
}


.logo .phone-number i {
  font-size: 1rem;
  color: #25d366;
}

.navmenu ul {
  transition: all 0.3s ease-in-out;
}
.navmenu ul.show-menu {
  display: block !important;
}


/* ===========================
   MOBILE NAVIGATION FIX
   =========================== */

/* Ensure header spacing and stacking */
#header {
  z-index: 9999;
  transition: all 0.3s ease;
}

/* Default nav menu */
.navmenu {
  color: #fff !important;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .navmenu {
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }

  .navmenu ul {
    width: 100%;
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
  }

  .navmenu a {
    
    color: #004b87;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 5px;
  }

  .navmenu a:hover {
    background: rgba(0, 75, 135, 0.1);
  }

  /* Active mobile menu */
  .navmenu.mobile-nav-active {
    max-height: 600px; /* adjust if your menu is taller */
    opacity: 1;
    pointer-events: auto;
  }

  /* Mobile toggle (hamburger icon) */
  .mobile-nav-toggle {
    cursor: pointer;
    font-size: 28px;
    color: var(--default-color, #004b87);
    transition: transform 0.4s ease, color 0.3s ease;
  }

  .mobile-nav-toggle.bi-x {
    transform: rotate(180deg);
    color: var(--accent-color, #0d6efd);
  }
}

/* Optional subtle bounce on open */
.navmenu.mobile-nav-active {
  animation: bounceMenu 0.4s ease;
}

@keyframes bounceMenu {
  0%   { transform: translateY(-10px); opacity: 0.5; }
  60%  { transform: translateY(4px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}





/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
   background-color: #2838ed; /* Same as header */
  color: #ffffff;
  /* 
  
  color: var(--default-color);
  background-color: var(--background-color); */
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  /* font-size: 14px;
  padding-bottom: 50px; */
  padding: 50px 0;
  font-size: 15px;
  line-height: 1.8;
  
  position: relative;
}
.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top {
  padding-top: 50px;
  margin-left: 20px;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--heading-color), transparent 95%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  /* background-color: color-mix(in srgb, var(--background-color), transparent 50%); */
  /* color: var(--default-color); */
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  /* background: var(--accent-color); */
  /* color: var(--contrast-color); */
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
} 



.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  /* color: color-mix(in srgb, var(--default-color), transparent 20%); */
  margin-right: 10px;
  transition: 0.3s;
}





.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  /* list-style: none; */
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  /* color: color-mix(in srgb, var(--default-color), transparent 20%); */
  line-height: 1;
}

/* .footer .footer-links ul a:hover {
   color: var(--accent-color); 
} */

.footer .footer-about a {
  /* color: var(--heading-color); */
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  /* border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); */
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 88px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
  padding: 0 10px;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.about .read-more {
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 28px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-color);
}

.about .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .read-more:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.about .read-more:hover i {
  transform: translate(5px, 0);
}
/*--------------------------------------------------------------
# Learn More Button (Elegant Blue Glow)
--------------------------------------------------------------*/
.learn-more-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #3366ff, #6699ff);
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 6px 20px rgba(51, 102, 255, 0.25);
}

.learn-more-btn:hover {
  background: linear-gradient(135deg, #0056ff, #3385ff);
  box-shadow: 0 10px 25px rgba(0, 80, 255, 0.35);
  transform: translateY(-3px);
}

.learn-more-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 64, 255, 0.25);
}

/* Make button smaller and centered on mobile */
@media (max-width: 576px) {
  .learn-more-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
    margin-top: 15px;
  }
}


/*--------------------------------------------------------------
# Why Us Section (Fixed Layout for All Devices)
--------------------------------------------------------------*/
.why-us {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fbff 0%, #e6f0ff 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.why-us::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 123, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Headings */
.why-us .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #002147;
}

.why-us .content strong {
  color: #007bff;
}

.why-us .content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  margin-bottom: 25px;
}

/* FAQ items */
.why-us .faq-container .faq-item {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  backdrop-filter: blur(5px);
}

.why-us .faq-container .faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.25);
}

.why-us .faq-container .faq-item h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #002147;
}

.why-us .faq-container .faq-item h3 span {
  color: #007bff;
  padding-right: 5px;
  font-weight: 600;
}

.why-us .faq-container .faq-item p {
  margin: 0;
  line-height: 1.6;
  color: #555;
}

/* Image styling - seamless background blend */
.why-us .why-us-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us .img-wrapper {
  background: linear-gradient(135deg, #f8fbff 0%, #e6f0ff 100%);
  padding: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 25px rgba(0, 123, 255, 0.05);
  display: inline-block;
}

.why-us .why-us-img img {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  filter: drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.15));
}

.why-us .why-us-img img:hover {
  transform: scale(1.03);
  opacity: 0.97;
}

/* ✅ Keep layout side-by-side on all screen sizes */
@media (max-width: 991px) {
  #why-us .row {
    flex-wrap: nowrap;
  }
  #why-us .col-lg-7,
  #why-us .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #why-us .faq-container {
    padding-right: 10px;
  }

  #why-us .content h3 {
    font-size: 26px;
  }

  #why-us .faq-item {
    padding: 15px;
  }

  /* 🔹 Make image larger and more dominant on small screens */
  #why-us .why-us-img img {
    max-width: 95%;
    transform: scale(1.15);
  }
}

/* Hide <p> text for cleaner mobile look */
@media (max-width: 768px) {
  #why-us p {
    display: none;
  }

  /* 🔹 Further enlarge image slightly for phones */
  #why-us .why-us-img img {
    max-width: 110%;
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------
# Elegant "Why Families Love Monaliza" Section (Upgraded)
--------------------------------------------------------------*/
#skills {
  background: linear-gradient(135deg, #f5f8ff 0%, #e8f0ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  animation: fadeSlideUp 1.2s ease both;
}

/* Soft glowing background shapes */
#skills::before,
#skills::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.15), transparent 70%);
  z-index: 0;
}
#skills::before {
  width: 250px;
  height: 250px;
  top: -60px;
  left: -60px;
}
#skills::after {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
}

/*----------------------------------------------
# Content Area
----------------------------------------------*/
#skills .content {
  position: relative;
  z-index: 2;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 35px;
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.3), 0 8px 35px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#skills .content:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 80, 255, 0.15);
}

/*----------------------------------------------
# Headings
----------------------------------------------*/
#skills .content h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  font-weight: 700;
  background: linear-gradient(90deg, #003399, #25d366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

#skills .content h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  background: linear-gradient(90deg, #3366ff 0%, #25d366 100%);
  border-radius: 2px;
}

#skills .content p {
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  color: #444c66;
  margin-bottom: 30px;
}

/*----------------------------------------------
# Skill Points
----------------------------------------------*/
.skills-content {
  margin-bottom: 15px;
  border-left: 4px solid #0056ff;
  padding-left: 15px;
  transition: all 0.3s ease;
}

.skills-content:hover {
  border-left: 4px solid #25d366;
  transform: translateX(4px);
}

.skills-content h5 {
  font-weight: 700;
  color: #002c77;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  transition: color 0.3s ease;
}

.skills-content:hover h5 {
  color: #25d366;
}

.skills-content h6 {
  font-family: "Nunito", sans-serif;
  color: #444;
  font-size: 0.95rem;
  margin-top: 5px;
  line-height: 1.6;
}

/*----------------------------------------------
# Image Styling
----------------------------------------------*/
#skills img {
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 64, 255, 0.2);
  transition: all 0.5s ease;
}

#skills img:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 45px rgba(0, 64, 255, 0.25), 0 0 20px rgba(0, 64, 255, 0.15);
}

/*----------------------------------------------
# Responsive Adjustments
----------------------------------------------*/
@media (max-width: 992px) {
  #skills {
    padding: 60px 0;
  }

  #skills .content {
    margin-top: 30px;
    padding: 25px;
  }

  #skills img {
    height: auto;
    border-radius: 25px;
  }

  #skills .content h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  #skills .row {
    flex-direction: column-reverse;
  }

  #skills img {
    margin-bottom: 25px;
    border-radius: 25px !important;
  }

  #skills .content {
    text-align: center;
  }
}

@media (max-width: 576px) {
  #skills .content {
    padding: 20px;
    border-radius: 25px;
  }

  #skills .content h3 {
    font-size: 1.6rem;
  }

  #skills .skills-content {
    border-left: none;
    border-top: 3px solid #0056ff;
    padding-top: 10px;
    padding-left: 0;
  }

  #skills .skills-content:hover {
    border-top: 3px solid #25d366;
    transform: none;
  }

  #skills .skills-content h5 {
    font-size: 1rem;
  }

  #skills .skills-content h6 {
    font-size: 0.9rem;
  }
}

/*----------------------------------------------
# Animation
----------------------------------------------*/
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Global smooth transition */
#skills * {
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  #skills .row {
    display: flex !important;
    flex-direction: column !important;
  }

  #skills .col-lg-6:first-child {
    order: 1 !important; /* Image column */
  }

  #skills .col-lg-6:last-child {
    order: 2 !important; /* Text column */
  }
}
/* Make image and text containers smaller */
#skills .container {
  max-width: 90%; /* reduce full-width container size */
}

#skills img {
  width: 90%;
  height: 65vh; /* was 80vh, this makes it more balanced */
  border-radius: 25px;
}

#skills .content {
  padding: 25px 30px; /* smaller inner spacing */
  border-radius: 25px; /* slightly tighter corners */
  max-width: 90%;
  margin: 0 auto; /* center text container */
}

/* Mobile adjustments */
@media (max-width: 992px) {
  #skills img {
    width: 100%;
    height: auto;
  }

  #skills .content {
    padding: 20px;
    margin-top: 15px;
  }
}


/*--------------------------------------------------------------
# Work Process Section
--------------------------------------------------------------*/
.work-process .steps-item {
  background: var(--surface-color);
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 92%);
}

.work-process .steps-item .steps-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.work-process .steps-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.work-process .steps-item:hover .steps-number {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.work-process .steps-item:hover .steps-image img {
  transform: scale(1.1);
}

.work-process .steps-image {
  position: relative;
  height: 280px;
}

.work-process .steps-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-process .steps-content {
  position: relative;
  padding: 40px 30px 30px;
}

.work-process .steps-content .steps-number {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50%;
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.work-process .steps-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.work-process .steps-content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 25px;
}

.work-process .steps-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.work-process .steps-features .feature-item:last-child {
  margin-bottom: 0;
}

.work-process .steps-features .feature-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 10px;
}

.work-process .steps-features .feature-item span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

@media (max-width: 1199px) {
  .work-process .steps-image {
    height: 240px;
  }

  .work-process .steps-content {
    padding: 35px 25px 25px;
  }

  .work-process .steps-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .work-process .steps-item {
    margin-bottom: 30px;
  }

  .work-process .steps-image {
    height: 220px;
  }

  .work-process .steps-content {
    padding: 30px 20px 20px;
  }

  .work-process .steps-content .steps-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: 25px;
    top: -25px;
  }

  .work-process .steps-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .work-process .steps-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Call To Action Section (Fixed Background + CTA Buttons)
--------------------------------------------------------------*/
#call-to-action {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Individual background variations */
#call-to-action.other {
  background-image: url("../img/person/office.png");
}

#call-to-action.other1 {
  background-image: url("../img/call.webp");
}

#call-to-action.other2 {
  background-image: url("../img/staff.webp");
}

#call-to-action.other3 {
  background-image: url("../img/happy_client.webp");
}

#call-to-action.other4 {
  background-image: url("../img/multi.webp");
}

#call-to-action.other5 {
  background-image: url("../img/multiple.webp");
}

/* Overlay for dark readability */
#call-to-action::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

#call-to-action .container {
  position: relative;
  z-index: 2;
}

/* ✅ Mobile fix — disable fixed background (show static image) */
@media (max-width: 991px) {
  #call-to-action {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width:100vw;
    
  }
}


#call-to-action h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

#call-to-action p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #f8f9fa;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# CTA Button Layout Fix
--------------------------------------------------------------*/
#call-to-action .cta-btn {
  display: inline-block;
  padding: 14px 38px; /* larger size */
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem; /* slightly larger text */
  transition: all 0.3s ease;
  color: #fff;
  margin: 0 10px; /* spacing between buttons */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* initial no glow */
}

/* WhatsApp Button */
#call-to-action .whatsapp-btn {
  background: #25d366;
  border: 2px solid #25d366;
}

#call-to-action .whatsapp-btn:hover {
  background: #25d366;
  color: #fff;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.7); /* green glow */
  transform: translateY(-2px);
}

/* Call Button */
#call-to-action .call-btn {
  background: #007bff;
  border: 2px solid #007bff;
}

#call-to-action .call-btn:hover {
  background: #007bff;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.7); /* blue glow */
  transform: translateY(-2px);
}

/* Icons */
#call-to-action i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}




@media (max-width: 768px) {
  #call-to-action {
    background-attachment: scroll; /* disable parallax (mobile browsers ignore it anyway) */
    background-size: cover;        /* ensures the image always fills the area */
    /* background-position: center center;  */
    background-position: center top;

    background-repeat: no-repeat;
    min-height: 60vh;             /* ensures the image area is tall enough */
    padding: 60px 20px;            /* add breathing room for text/buttons */
  }

  #call-to-action .cta-btn {
    display: block;                /* stack buttons vertically */
    margin: 10px auto;             /* center them */
    width: 80%;                    /* consistent width */
    padding: 12px 0;               /* comfortable tap area */
    font-size: 1rem;
  }

  #call-to-action h3 {
    font-size: 1.5rem;
  }

  #call-to-action p {
    font-size: 1rem;
    padding: 0 10px;
  }
}


/*--------------------------------------------------------------
# Achievements Section (Fixed Background - Slim Version)
--------------------------------------------------------------*/
/* Achievements Section */
#achievements {
  background: url("../img/staff1.webp") center center / cover no-repeat fixed;
  position: relative;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}


/* Dark overlay for contrast */
#achievements::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

#achievements .container {
  position: relative;
  z-index: 2;
}

/* Titles */
#achievements .section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

#achievements .section-subtitle {
  font-size: 1rem;
  color: #d9e2f0;
  margin-bottom: 25px;
}

/* Achievement Boxes */
#achievements .achievement-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 18px 10px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

#achievements .achievement-box:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* Text Styling */
#achievements h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #f1f1f1;
  margin-bottom: 5px;
}

#achievements .count {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00bfff;
}

#achievements .plus {
  font-size: 1rem;
  font-weight: 600;
  color: #f8f9fa;
}

/* ✅ Mobile Optimization */
@media (max-width: 991px) {
  #achievements {
    background-attachment: scroll; /* Fix for mobile */
    background-position: center;
    width:100%;
    background-size: contain;
    padding: 40px 0;
  }

  #achievements .achievement-box {
    padding: 15px;
  }

  #achievements .count {
    font-size: 1.4rem;
  }

  #achievements h4 {
    font-size: 0.95rem;
  }
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team Section (Elegant Radiant Blue with Floating Cards)
--------------------------------------------------------------*/
.team {
  background: radial-gradient(circle at top left, #b3cfff 0%, #80aaff 35%, #3366ff 100%);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.team::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 70%);
  filter: blur(50px);
  z-index: 0;
}

.team::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
  filter: blur(60px);
  z-index: 0;
}

.team .section-title {
  position: relative;
  z-index: 1;
}

.team .section-title h2 {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.team .section-title p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #e7ecff;
}

/*--------------------------------------------------------------
# Team Member Cards
--------------------------------------------------------------*/
.team .team-member {
  background: #ffffff;
  border-radius: 45px; /* More circular */
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  position: relative;
  transition: all 0.4s ease;
  padding: 35px;
  height: 100%;
  z-index: 1;
}

.team .team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 80, 255, 0.25);
}

.team .team-member .pic {
  overflow: visible;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Lifted image */
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.team .team-member .pic img {
  border-radius: 50%;
  width: 100%;
  transition: transform 0.4s ease;
}

.team .team-member:hover .pic img {
  transform: scale(1.08);
}

.team .team-member .member-info {
  padding-left: 20px;
}

.team .team-member h4 {
  font-weight: 700;
  font-size: 20px;
  color: #003399;
  margin-bottom: 8px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  font-family: "Playfair Display", serif;
  color: #002b6b;
  line-height: 1.6;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: rgba(0, 64, 255, 0.2);
  bottom: 0;
  left: 0;
}

/*--------------------------------------------------------------
# Responsive Layout Tweaks
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .team .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .team .col-lg-6 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .team .col-lg-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 576px) {
  .team .col-lg-6 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .team .team-member {
    border-radius: 40px;
    text-align: center;
    padding: 25px;
  }
  .team .team-member .member-info {
    padding: 15px 0 0 0;
  }
  .team .team-member .pic {
    margin: 0 auto 15px auto;
  }
}
/*--------------------------------------------------------------
# Fix text overflow inside team-member cards
--------------------------------------------------------------*/
.team .team-member .member-info {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  flex: 1;
  min-width: 0;
}

.team .team-member span {
  white-space: normal;
  text-align: justify;
}

/* Make sure text scales nicely on smaller devices */
@media (max-width: 768px) {
  .team .team-member span {
    font-size: 14px;
    line-height: 1.5;
  }

  .team .team-member h4 {
    font-size: 18px;
  }

  .team .team-member {
    padding: 20px;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .team .team-member span {
    font-size: 13.5px;
  }

  .team .team-member .member-info {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .team .team-member .pic {
    width: 100px;
    height: 100px;
  }
}

    /* WhatsApp & Call buttons at bottom */
    /*--------------------------------------------------------------
# CTA Buttons - Elegant Glow Style
--------------------------------------------------------------*/
.cta-container {
  text-align: center;
  margin-top: 50px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}

/* Soft light glow border effect */
.cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(120deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cta-btn:hover::before {
  opacity: 1;
}

/* WhatsApp button */
.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

/* Call button */
.call-btn {
  background: linear-gradient(135deg, #0056ff, #003bb8);
  box-shadow: 0 4px 15px rgba(0, 86, 255, 0.3);
}

.call-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 86, 255, 0.45);
}

/* Icon inside */
.cta-btn i {
  margin-right: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-btn:hover i {
  transform: rotate(8deg) scale(1.1);
}

/* Subtle glowing border on hover */
.cta-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/*--------------------------------------------------------------
# Responsive Tweaks
--------------------------------------------------------------*/

/* Tablet: smaller & tighter spacing */
@media (max-width: 768px) {
  .cta-btn {
    padding: 10px 26px;
    font-size: 15px;
    margin: 6px;
  }
  .cta-btn i {
    font-size: 17px;
  }
}

/* Mobile: smaller buttons, still inline (not full width) */
@media (max-width: 576px) {
  .cta-btn {
    padding: 8px 18px;
    font-size: 14px;
    margin: 5px;
    border-radius: 40px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  }
  .cta-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  .cta-btn i {
    font-size: 15px;
    margin-right: 5px;
  }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--background-color);
  padding: 60px 40px;
  height: 100%;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.pricing h4 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 400;
  font-family: var(--heading-font);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: var(--accent-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  border: 1px solid var(--accent-color);
}

.pricing .buy-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .featured {
  border-top-color: var(--accent-color);
}

.pricing .featured .buy-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}
.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Faq 2 Section
--------------------------------------------------------------*/
.faq-2 .faq-container {
  margin-top: 15px;
}

.faq-2 .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-2 .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq-2 .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}

.faq-2 .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq-2 .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq-2 .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq-2 .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 20px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq-2 .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq-2 .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq-2 .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
.subscribe .container {
  padding: 80px 80px 0 80px;
  background: color-mix(in srgb, var(--default-color), transparent 96%);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .subscribe .container {
    padding: 60px 60px 0 60px;
  }
}

@media (max-width: 575px) {
  .subscribe .container {
    padding: 25px 15px 0 15px;
    border-radius: 0;
  }
}

.subscribe .cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.subscribe .cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.subscribe .cta-form .form-control {
  height: 50px;
  border-radius: 25px 0 0 25px;
  border: 1px solid var(--accent-color);
  padding-left: 20px;
}

.subscribe .cta-form .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.subscribe .cta-form .btn {
  height: 50px;
  border-radius: 0 25px 25px 0;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.subscribe .cta-form .btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
  border-color: color-mix(in srgb, var(--accent-color), black 10%);
}

@media (max-width: 575px) {
  .subscribe .cta-form .btn {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .subscribe .cta-content {
    text-align: center;
    margin-bottom: 2rem;
  }

  .subscribe .cta-image {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Recent Blog Postst Section
--------------------------------------------------------------*/
.recent-blog-postst .post-item {
  background: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.recent-blog-postst .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-postst .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-postst .post-item .post-content {
  padding: 30px;
}

.recent-blog-postst .post-item .post-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-postst .post-item .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.recent-blog-postst .post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.recent-blog-postst .post-item hr {
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  margin: 20px 0;
}

.recent-blog-postst .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-blog-postst .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-postst .post-item:hover .post-title,
.recent-blog-postst .post-item:hover .readmore {
  color: var(--accent-color);
}

.recent-blog-postst .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Contact Section (Elegant Professional Version)
--------------------------------------------------------------*/
.contact {
  background: linear-gradient(135deg, #f8fbff 0%, #e8f1ff 100%);
  padding: 80px 0;
}

/* ---- Info Card ---- */
.contact .info-wrap {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 50, 150, 0.08);
  border-top: 4px solid #0044cc;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s ease;
}

.contact .info-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 64, 255, 0.15);
}

.contact .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact .info-item i {
  font-size: 24px;
  color: #0044cc;
  background: rgba(0, 68, 204, 0.08);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.contact .info-item:hover i {
  background: #0044cc;
  color: #fff;
}

.contact .info-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #002b6f;
}

.contact .info-item p {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
}

/* ---- Contact Form ---- */
.contact .php-email-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 50, 150, 0.08);
  border-top: 4px solid #0044cc;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  padding: 12px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0044cc;
  box-shadow: 0 0 5px rgba(0, 68, 204, 0.3);
}

/* ---- Button ---- */
.contact .btn-send {
  background: #0044cc;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 1rem;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 68, 204, 0.6);
}

.contact .btn-send:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 68, 204, 0.4);
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .contact .info-wrap,
  .contact .php-email-form {
    padding: 25px;
  }
}


/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.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: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.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;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
}

.blog-posts .post-img {
  max-height: 440px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog-posts .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
}

.blog-posts .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-posts .meta-top ul li+li {
  padding-left: 20px;
}

.blog-posts .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-posts .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-posts .content {
  margin-top: 20px;
}

.blog-posts .content .read-more {
  text-align: right;
}

.blog-posts .content .read-more a {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog-posts .content .read-more a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Pagination 2 Section
--------------------------------------------------------------*/
.pagination-2 {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pagination-2 ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination-2 li {
  margin: 0 5px;
  transition: 0.3s;
}

.pagination-2 li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-2 li a.active,
.pagination-2 li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pagination-2 li a.active a,
.pagination-2 li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  max-width: 1000px;
  margin: 0 auto;
}

.blog-details .hero-img {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto 3rem;
  border-radius: 16px;
  overflow: hidden;
}

.blog-details .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .hero-img .meta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.blog-details .hero-img .meta-overlay .meta-categories .category {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  padding: 0.4rem 1rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-details .hero-img .meta-overlay .meta-categories .category:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.blog-details .hero-img .meta-overlay .meta-categories .divider {
  color: var(--contrast-color);
  margin: 0 0.75rem;
}

.blog-details .hero-img .meta-overlay .meta-categories .reading-time {
  color: var(--contrast-color);
  font-size: 0.9rem;
}

.blog-details .hero-img .meta-overlay .meta-categories .reading-time i {
  margin-right: 0.3rem;
}

@media (max-width: 768px) {
  .blog-details .hero-img {
    height: 350px;
    margin-top: -30px;
    margin-bottom: 2rem;
  }
}

.blog-details .article-content {
  padding: 0 1rem;
}

.blog-details .article-content .content-header {
  margin-bottom: 3rem;
}

.blog-details .article-content .content-header .title {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .blog-details .article-content .content-header .title {
    font-size: 2rem;
  }
}

.blog-details .article-content .content-header .author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .article-content .content-header .author-info .author-details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.blog-details .article-content .content-header .author-info .author-details .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-details .article-content .content-header .author-info .author-details .info h4 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--heading-color);
}

.blog-details .article-content .content-header .author-info .author-details .info .role {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.blog-details .article-content .content-header .author-info .post-meta {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.95rem;
}

.blog-details .article-content .content-header .author-info .post-meta i {
  margin-right: 0.3rem;
}

.blog-details .article-content .content-header .author-info .post-meta .divider {
  margin: 0 0.75rem;
}

.blog-details .article-content .content {
  font-size: 1.15rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.blog-details .article-content .content .lead {
  font-size: 1.3rem;
  color: var(--heading-color);
  margin-bottom: 2rem;
  font-weight: 500;
}

.blog-details .article-content .content h2 {
  font-size: 2rem;
  color: var(--heading-color);
  margin: 3rem 0 1.5rem;
}

.blog-details .article-content .content p {
  margin-bottom: 1.5rem;
}

.blog-details .article-content .content ul {
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}

.blog-details .article-content .content ul li {
  margin-bottom: 0.75rem;
  position: relative;
}

.blog-details .article-content .content .content-image {
  margin: 2.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.blog-details .article-content .content .content-image.right-aligned {
  float: right;
  max-width: 450px;
  margin: 1rem 0 2rem 2rem;
}

@media (max-width: 768px) {
  .blog-details .article-content .content .content-image.right-aligned {
    float: none;
    max-width: 100%;
    margin: 2rem 0;
  }
}

.blog-details .article-content .content .content-image img {
  width: 100%;
  height: auto;
}

.blog-details .article-content .content .content-image figcaption {
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
}

.blog-details .article-content .content .highlight-box {
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.blog-details .article-content .content .highlight-box h3 {
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.blog-details .article-content .content .highlight-box .trend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details .article-content .content .highlight-box .trend-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.blog-details .article-content .content .highlight-box .trend-list li i {
  color: var(--accent-color);
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-details .article-content .content .highlight-box .trend-list li span {
  color: var(--heading-color);
  font-weight: 500;
}

.blog-details .article-content .content .content-grid {
  margin: 3rem 0;
}

.blog-details .article-content .content .content-grid .info-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.blog-details .article-content .content .content-grid .info-card:hover {
  transform: translateY(-5px);
}

.blog-details .article-content .content .content-grid .info-card i {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.blog-details .article-content .content .content-grid .info-card h4 {
  color: var(--heading-color);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.blog-details .article-content .content .content-grid .info-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.blog-details .article-content .content blockquote {
  position: relative;
  margin: 3rem 0;
  padding: 2rem 3rem;
  background: var(--surface-color);
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.blog-details .article-content .content blockquote::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 8rem;
  color: color-mix(in srgb, var(--accent-color), transparent 85%);
  font-family: serif;
  line-height: 1;
}

.blog-details .article-content .content blockquote p {
  font-size: 1.3rem;
  font-style: italic;
  color: var(--heading-color);
  margin: 0 0 1rem;
  position: relative;
}

.blog-details .article-content .content blockquote cite {
  font-style: normal;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.95rem;
  display: block;
}

.blog-details .article-content .meta-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  display: grid;
  gap: 2rem;
}

.blog-details .article-content .meta-bottom h4 {
  color: var(--heading-color);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.blog-details .article-content .meta-bottom .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-details .article-content .meta-bottom .tags .tag {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-details .article-content .meta-bottom .tags .tag:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-details .article-content .meta-bottom .social-links {
  display: flex;
  gap: 1rem;
}

.blog-details .article-content .meta-bottom .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.blog-details .article-content .meta-bottom .social-links a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

.blog-details .article-content .meta-bottom .social-links a i {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 20px 0;
}

.blog-comments .comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.blog-comments .comments-header .title {
  color: var(--heading-color);
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
  margin: 0;
}

.blog-comments .comments-header .comments-stats {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-comments .comments-header .comments-stats .count {
  font-size: 18px;
  font-weight: 700;
}

.blog-comments .comments-header .comments-stats .label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-comments .comments-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-comments .comment-thread {
  position: relative;
}

.blog-comments .comment-thread:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 80px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--accent-color), transparent 40%), color-mix(in srgb, var(--accent-color), transparent 90%));
  z-index: 0;
}

@media (min-width: 768px) {
  .blog-comments .comment-thread:not(:last-child)::after {
    left: 35px;
  }
}

.blog-comments .comment-box {
  position: relative;
  transition: all 0.3s ease;
}

.blog-comments .comment-box.reply {
  margin-left: 50px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .blog-comments .comment-box.reply {
    margin-left: 70px;
  }
}

.blog-comments .comment-wrapper {
  display: flex;
  gap: 20px;
  position: relative;
}

.blog-comments .avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}

.blog-comments .avatar-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  object-fit: cover;
  border: 3px solid var(--surface-color);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .blog-comments .avatar-wrapper img {
    width: 70px;
    height: 70px;
  }
}

.blog-comments .avatar-wrapper img:hover {
  transform: scale(1.05);
}

.blog-comments .avatar-wrapper .status-indicator {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4CAF50;
  border: 2px solid var(--surface-color);
  z-index: 1;
}

.blog-comments .comment-content {
  flex: 1;
  background-color: var(--surface-color);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.blog-comments .comment-content:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.blog-comments .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.blog-comments .comment-header .user-info h4 {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}

.blog-comments .comment-header .user-info .time-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-comments .comment-header .user-info .time-badge i {
  font-size: 13px;
}

.blog-comments .comment-header .engagement .likes {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 20px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 500;
}

.blog-comments .comment-header .engagement .likes i {
  font-size: 13px;
}

.blog-comments .comment-body p {
  color: var(--default-color);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-comments .comment-actions {
  display: flex;
  gap: 15px;
}

.blog-comments .comment-actions .action-btn {
  background: none;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-comments .comment-actions .action-btn i {
  font-size: 15px;
  transition: all 0.3s ease;
}

.blog-comments .comment-actions .action-btn:hover {
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
}

.blog-comments .comment-actions .action-btn:hover.like-btn i {
  transform: scale(1.2);
  color: #ff4b6e;
}

.blog-comments .comment-actions .action-btn:hover.reply-btn i {
  transform: translateX(-3px);
}

.blog-comments .comment-actions .action-btn:hover.share-btn i {
  transform: translateY(-2px);
}

.blog-comments .comment-actions .action-btn.like-btn.active {
  color: #ff4b6e;
}

.blog-comments .replies-container {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 768px) {
  .blog-comments .comments-header {
    margin-bottom: 30px;
  }

  .blog-comments .comments-header .title {
    font-size: 24px;
  }

  .blog-comments .comments-header .comments-stats {
    padding: 6px 15px;
  }

  .blog-comments .comments-header .comments-stats .count {
    font-size: 20px;
  }

  .blog-comments .comments-header .comments-stats .label {
    font-size: 12px;
  }

  .blog-comments .comment-content {
    padding: 20px;
  }

  .blog-comments .comment-header .user-info h4 {
    font-size: 16px;
  }

  .blog-comments .comment-header .user-info .time-badge {
    font-size: 13px;
  }

  .blog-comments .comment-body p {
    font-size: 14px;
  }

  .blog-comments .comment-actions .action-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Blog Comment Form Section
--------------------------------------------------------------*/
.blog-comment-form {
  max-width: 900px;
  margin: 30px auto 0 auto;
  padding-top: 10px;
}

.blog-comment-form form {
  padding: 2rem;
  background-color: var(--surface-color);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-comment-form .form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.blog-comment-form .form-header h3 {
  color: var(--heading-color);
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.blog-comment-form .form-header p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.9375rem;
}

.blog-comment-form .input-group {
  margin-bottom: 1rem;
  position: relative;
}

.blog-comment-form .input-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 0.875rem;
}

.blog-comment-form .input-group input,
.blog-comment-form .input-group textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 8px;
  background-color: var(--surface-color);
  color: var(--default-color);
  font-size: 0.9375rem;
  transition: all 0.2s ease;
}

.blog-comment-form .input-group input::placeholder,
.blog-comment-form .input-group textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.blog-comment-form .input-group input:hover,
.blog-comment-form .input-group textarea:hover {
  border-color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.blog-comment-form .input-group input:focus,
.blog-comment-form .input-group textarea:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 90%);
}

.blog-comment-form .input-group input:invalid:not(:placeholder-shown),
.blog-comment-form .input-group textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
}

.blog-comment-form .input-group input:invalid:not(:placeholder-shown)+.error-text,
.blog-comment-form .input-group textarea:invalid:not(:placeholder-shown)+.error-text {
  opacity: 1;
  transform: translateY(0);
}

.blog-comment-form .input-group textarea {
  min-height: 120px;
  resize: vertical;
}

.blog-comment-form .input-group .error-text {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #dc3545;
  font-size: 0.75rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.blog-comment-form button[type=submit] {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.875rem 2.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-comment-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
}

.blog-comment-form button[type=submit]:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .blog-comment-form {
    padding: 1.5rem;
  }

  .blog-comment-form .form-header h3 {
    font-size: 1.5rem;
  }

  .blog-comment-form button[type=submit] {
    width: 100%;
    padding: 0.875rem 1rem;
  }
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/*--------------------------------------------------------------
# Error 404 Section
--------------------------------------------------------------*/
.error-404 {
  padding: 80px 0;
  margin: 0 auto;
}

.error-404 .error-icon {
  font-size: 5rem;
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.error-404 .error-code {
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 800;
  color: color-mix(in srgb, var(--heading-color), transparent 10%);
  font-family: var(--heading-font);
  line-height: 1;
}

.error-404 .error-title {
  font-size: 2rem;
  color: var(--heading-color);
  font-weight: 600;
}

.error-404 .error-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  max-width: 600px;
  margin: 0 auto;
}

.error-404 .search-box {
  max-width: 500px;
  margin: 0 auto;
}

.error-404 .search-box .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.error-404 .search-box .form-control {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 50px;
}

.error-404 .search-box .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.error-404 .search-box .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.error-404 .search-box .search-btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.error-404 .search-box .search-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.error-404 .error-action .btn-primary {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  background-color: var(--accent-color);
  border: none;
  color: var(--contrast-color);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.error-404 .error-action .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .error-404 {
    padding: 60px 0;
  }

  .error-404 .error-code {
    font-size: clamp(4rem, 12vw, 8rem);
  }

  .error-404 .error-title {
    font-size: 1.5rem;
  }

  .error-404 .error-text {
    font-size: 1rem;
    padding: 0 20px;
  }

  .error-404 .search-box {
    margin: 0 20px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 60px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}





/* Footer Styling
--------------------------------------------------------------*/
footer {
  background-color: #2838ed; /* Same as header */
  color: #ffffff;
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
}

/* Elegant gradient top border */
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #00b4ff, #2838ed, #47b2e4);
}

/* Footer text and links */
footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #d0e6ff;
}

footer .footer-logo {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
}

footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-links ul li {
  margin-bottom: 10px;
}

/* Social media links */
footer .social-links {
  margin-top: 20px;
}

footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

footer .social-links a:hover {
  background: #ffffff;
  color: #2838ed;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Copyright */
footer .copyright {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  footer {
    text-align: center;
  }

  footer .social-links a {
    margin: 6px;
  }
}
/*--------------------------------------------------------------
# Services Section (3 per row desktop, 2 per row mobile/tablet)
--------------------------------------------------------------*/
.service-card {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* background image */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.8s ease;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
}

/* gradient overlay */
.service-card .overlay {
  position: absolute;
  inset: 0;
 
  z-index: 2;
  transition: background 0.4s ease;
}

/* text content */
.service-card .content {
  font-family: "Playfair Display", serif;
  position: relative;
  color: #fff;
  z-index: 3;
  padding: 20px;
  max-width: 90%;
}

.service-card h4 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.service-card p {
  font-size: 17px;
  margin: 0;
  line-height: 1.5;
}

/* Hover Effects */
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.service-card:hover::before {
  transform: scale(1.08);
}

.service-card:hover .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.3));
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .service-card {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .service-card {
    height: 240px;
  }
  .service-card h4 {
    font-size: 16px;
  }
  .service-card p {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# FAQ 2 Section (Blue Background + White Text)
--------------------------------------------------------------*/
#faq-2 {
  padding: 60px 0;
}

#faq-2 .faq-item {
  background:  #007bff; /* Blue box */
  color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
}

#faq-2 .faq-item:hover {
  background: #0056b3;
  transform: translateY(-3px);
}

#faq-2 .faq-icon {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}

#faq-2 .faq-item h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

#faq-2 .faq-content p {
  color: #f8f9fa;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.6;
}

#faq-2 .faq-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

#faq-2 .faq-image img {
  max-width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 991px) {
  #faq-2 .faq-image {
    order: 1 !important;
    margin-bottom: 30px;
  }

  #faq-2 .faq-container {
    order: 2 !important;
  }
}




/*--------------------------------------------------------------
# Footer (Modern Blue-Themed Version)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer (Professional Bold Blue Version)
--------------------------------------------------------------*/
.footer-modern {
  background: linear-gradient(180deg, #0047ba 0%, #003ea8 100%);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
}

/* ---- Top Section ---- */
.footer-modern .footer-top {
  padding: 75px 0 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-modern h4 {
  font-weight: 700;
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

.footer-modern h4::after {
  content: "";
  width: 45px;
  height: 3px;
  background: #25d366;
  display: block;
  margin-top: 8px;
  border-radius: 3px;
}

/* ---- Brand ---- */
.footer-modern .footer-logo {
  text-decoration: none;
  color: #ffffff;
}

.footer-modern .footer-logo-img {
  height: 48px;
  margin-right: 10px;
}

.footer-modern .sitename {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-modern .footer-desc {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

/* ---- Links ---- */
.footer-modern .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-modern .footer-links ul li {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.footer-modern .footer-links ul li i {
  color: #25d366;
  margin-right: 8px;
}

.footer-modern .footer-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.footer-modern .footer-links a:hover {
  color: #25d366;
  padding-left: 5px;
}

/* ---- Social Icons ---- */
.footer-modern .social-links {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.footer-modern .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #ffffff;
  transition: all 0.4s ease;
  font-size: 1.2rem;
}

.footer-modern .social-links a:hover {
  background: #25d366;
  color: #ffffff;
  transform: translateY(-4px);
}

/* ---- Bottom Bar ---- */
.footer-modern .footer-bottom {
  background: #00368f;
  padding: 25px 0;
  text-align: center;
}

.footer-modern .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.footer-modern .footer-bottom a {
  color: #25d366;
  text-decoration: none;
  font-weight: 600;
}

.footer-modern .footer-bottom a:hover {
  text-decoration: underline;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .footer-modern .footer-top {
    text-align: center;
  }
  .footer-modern .footer-links ul li i {
    display: none;
  }
  .footer-modern .social-links {
    justify-content: center;
  }
}






body { overflow-x: hidden; }

@media (max-width: 1199px) {
  .navmenu .dropdown ul {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .navmenu .dropdown > a i {
    display: none;
  }
}

  /* .navmenu .dropdown ul {
    position: static;
    display: block !important;
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
  } */

  

/* ========== Mobile Navigation ========== */
@media (max-width: 1199px) {
  /* .desktop-only {
    display: none;
  } */
  .navmenu {
    color: #fff !important;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: -100%;
    width: 45%;
    height: 100vh;
    background: rgba(36, 100, 240, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 9998;
  }

  .navmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .navmenu ul li {
    margin: 15px 0;
  }

  .navmenu ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding-left: 15px;
  }

  /* When menu is active */
  .navmenu.mobile-nav-active {
    right: 0;
  }

  /* Mobile toggle icon */
  .mobile-nav-toggle {
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.3s ease;
      margin-right: 20px;
  }

  /* When active, change icon to “X” */
  .mobile-nav-toggle.bi-x {
    transform: rotate(180deg);
    color:#ffffff;
    font-size: 45px; 
  }

  /* Prevent scrolling when mobile menu open */
  body.mobile-nav-active {
    overflow: hidden;
  }
  
}
/* Make the hamburger and X icon visible on dark header */
.mobile-nav-toggle {
  color: white; /* always white */
  font-size: 30px; /* adjust size if needed */
  z-index: 9999;
  cursor: pointer;
   margin-right: 20px;
}

/* Optional: change hover color */
.mobile-nav-toggle:hover {
  color: #ffd700; /* example: golden on hover */
}
.mobile-nav-overlay {
  position: fixed;
  inset: 0; /* top/right/bottom/left = 0 */
  background: transparent; /* or rgba(0,0,0,0.3) if you want slight dark overlay */
  display: none;
  z-index: 9997;
}

body {
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
      margin: 0;
      padding: 0;
    }

    .ml-section {
      padding: 60px 20px;
    }

    .ml-section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .ml-section-title h2 {
      margin: 0;
      font-size: 28px;
      color: #004b87;
    }

    .ml-section-title p {
      margin: 10px 0 0 0;
      color: #555;
    }

    .ml-filter-buttons {
      text-align: center;
      margin-bottom: 40px;
    }

    .ml-filter-buttons button {
      background-color: #004b87;
      color: #fff;
      border: none;
      padding: 10px 20px;
      margin: 5px;
      border-radius: 25px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .ml-filter-buttons button:hover,
    .ml-filter-buttons button.ml-active {
      background-color: #007bff;
    }

    /* Grid container */
    .ml-workers-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      justify-items: center;
      align-items: start;
    }

    /* Worker card */
    .ml-worker-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 420px; /* fixed card height */
    }

    .ml-worker-card:hover {
      transform: translateY(-5px);
    }

    /* Image scales down proportionally in height */
    .ml-worker-card img {
      width: 100%;
      height: auto;
      max-height: 220px; /* limit image height */
      display: block;
      margin: 0 auto;
    }

    .ml-worker-info {
      padding: 15px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
    }

    .ml-worker-info h3 {
      margin: 5px 0;
      color: #004b87;
      font-size: 18px;
    }

    .ml-worker-info p {
      margin: 3px 0;
      font-size: 13px;
      color: #555;
    }

    .ml-whatsapp-btn {
      display: inline-block;
      background-color: #25D366;
      color: #fff;
      text-decoration: none;
      padding: 8px 15px;
      border-radius: 25px;
      transition: background-color 0.3s;
      font-size: 14px;
      font-weight: bold;
      margin-top: 10px;
      text-align: center;
    }
    .more-workers {
    display: block;                /* Makes it behave like a block so margin auto works */
    margin: 40px auto 0 auto;      /* 40px top margin, centered horizontally */
    width: fit-content;            /* Shrinks button width to its content */
    background-color: #e74c3c;    /* Red background */
    color: #fff;                   /* White text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* Shadow effect */
    text-align: center;
    transition: all 0.3s ease;
  }

  .more-workers:hover {
    background-color: #c0392b;    /* Darker red on hover */
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    transform: translateY(-2px);  /* Slight lift on hover */
  }
    .ml-whatsapp-btn:hover {
      background-color: #20b858;
    }

    /* Responsive adjustments */
    @media (min-width: 1200px) {
      .ml-workers-container {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
      .ml-workers-container {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .ml-workers-container {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      .ml-workers-container {
        grid-template-columns: 1fr;
      }

      .ml-worker-card {
        width: 90%;
        height: auto; /* on mobile, let it scale naturally */
      }

      .ml-worker-card img {
        max-height: none;
      }
    }

    @media (max-width: 767px) {
  .ml-filter-buttons button {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
  }
}


#google_translate_element {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: #0d6efd;
  border-radius: 25px;
  padding: 6px 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
}

#google_translate_element:hover {
  transform: scale(1.05);
}

/* Custom label */
#custom-label {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  user-select: none;
}

/* Hide Google branding and logo */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0 !important;
}

/* Dropdown Style */
.goog-te-combo {
  border: none;
  background-color: #0d6efd;
  color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.goog-te-combo:hover {
  background-color: #094cc8;
}

/* Mobile Style */
@media (max-width: 600px) {
  #google_translate_element {
    bottom: 15px;
    right: 15px;
    padding: 4px 10px;
  }
  .goog-te-combo {
    font-size: 13px;
    padding: 4px 10px;
  }
}

