  /* Global CSS Variables - dixie designs */
  :root {
    --border: rgba(11, 28, 52, 0.10);
    --primary-color: #2c2cf3;
    --dark-color: #0b1c34;
    --light-gradient: linear-gradient(180deg, #ffffff 0%, #e0e5f0 100%);
    --home-bg-color: #E0E5F0;
  }

  /* Standardized Section Description - dixie designs */
  .section-description {
    margin: 0;
    max-width: 46ch;
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: -0.4px;
    color: rgba(11, 28, 52, 0.8);
  }

  /* Body background - override Bootstrap variables */
  body {
    --bs-body-bg: var(--home-bg-color) !important;
    background-color: var(--home-bg-color) !important;
    background: var(--home-bg-color) !important;
  }

  /* Inter Variable Font - Modern WOFF2 Implementation */
  @font-face {
    font-family: 'Inter';
    src: url('../font/interVariable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    src: url(' ../font/WorkSans-Medium.ttf');
    font-family: "WorkSans-Medium";
  }

  @font-face {
    src: url(' ../font/WorkSans-Bold.ttf');
    font-family: "WorkSans-blod";
  }

  @font-face {
    src: url('../font/WorkSans-Regular.ttf');
    font-family: "WorkSans-Regular";
  }

  @font-face {
    src: url('../font/WorkSans-SemiBold.ttf');
    font-family: "WorkSans-SemiBold";
  }

  @font-face {
    src: url('../font/Poppins-Black.ttf');
    font-family: "Poppins-Black";
  }

  @font-face {
    src: url('../font/Poppins-Bold.ttf');
    font-family: "Poppins-Bold";
  }

  @font-face {
    src: url('../font/Poppins-Extrabold.ttf');
    font-family: "Poppins-Extrabold";
  }

  @font-face {
    src: url('../font/Poppins-Heavy.ttf');
    font-family: "Poppins-Heavy";
  }

  @font-face {
    src: url('../font/Poppins-Light.ttf');
    font-family: "Poppins-Light";
  }

  @font-face {
    src: url('../font/Poppins-Medium.ttf');
    font-family: "Poppins-Medium";
  }

  @font-face {
    src: url('../font/Poppins-Regular.ttf');
    font-family: "Poppins-Regular";
  }

  @font-face {
    src: url('../font/Poppins-SemiBold.ttf');
    font-family: "Poppins-Semibold";
  }

  @font-face {
    src: url('../font/Poppins-Thin.ttf');
    font-family: "Poppins-Thin";
  }

  @font-face {
    src: url('../font/Poppins-UltraLight.ttf');
    font-family: "Poppins-UltraLight";
  }

  /* Montserrat Fonts */
  @font-face {
    src: url('../font/Montserrat-Black.ttf');
    font-family: "Montserrat-Black";
  }

  @font-face {
    src: url('../font/Montserrat-Bold.ttf');
    font-family: "Montserrat-Bold";
  }

  @font-face {
    src: url('../font/Montserrat-ExtraBold.ttf');
    font-family: "Montserrat-ExtraBold";
  }

  @font-face {
    src: url('../font/Montserrat-ExtraLight.ttf');
    font-family: "Montserrat-ExtraLight";
  }

  @font-face {
    src: url('../font/Montserrat-Italic.ttf');
    font-family: "Montserrat-Italic";
  }

  @font-face {
    src: url('../font/Montserrat-Light.ttf');
    font-family: "Montserrat-Light";
  }

  @font-face {
    src: url('../font/Montserrat-Medium.ttf');
    font-family: "Montserrat-Medium";
  }

  @font-face {
    src: url('../font/Montserrat-Regular.ttf');
    font-family: "Montserrat-Regular";
  }

  @font-face {
    src: url('../font/Montserrat-SemiBold.ttf');
    font-family: "Montserrat-SemiBold";
  }

  @font-face {
    src: url('../font/Montserrat-Thin.ttf');
    font-family: "Montserrat-Thin";
  }

  html {
    width: 100%;
  }

  body {
    margin: 0;
    padding: 0;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-Bold';
  margin: 0;
}

h1, h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 25px;
}

h3, h4, h5, h6 {
  margin-bottom: 15px;
}

p, li {
  font-size: 16px;
  color: #000;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

  section {
    padding: 30px;
    width: 100%;
    overflow: visible;
  }


/* Base Header */
header {
  margin-top: 65px;
}

nav.lingarch-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 99999;
  background-color: #fff;
  padding: 20px 5%;
  font-family: 'Poppins-Regular';
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
nav.lingarch-header .logo {
  width: 150px;
  height: auto;
}

.logo img {
  width: 100%;
}

/* Navigation Links */
nav.lingarch-header .links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

nav.lingarch-header .links li {
  list-style: none;
}

nav.lingarch-header .links a {
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  position: relative;
  font-family: 'Poppins-regular';
  font-weight: 600;
  transition: all 1s ease;
}

.about-us-banner h1 {
  width: 50%;
  line-height: 1.6;
}

.mega_under h4 a {
  font-size: 14px;
}

a.schedule-meeting-btn {
  color: #fff !important;
  padding: 10px 20px !important;
}
li.mobile-menu {
    display: none;
}
nav.lingarch-header .links a:not(:has(img)):hover::before {
  transform: scaleX(1);
  visibility: visible;
}

.bloginner-cont button.button {
  background: #fff;
  border: 1px solid;
  padding: 2px 10px;
}

/* Image Links */
nav.lingarch-header .links a img {
  width: 40px;
  height: 40px;
}

/* Schedule Button */
.schedule-meeting-btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.schedule-meeting-btn:hover {
  background-color: #0056b3;
}

img.mobile_img {
  display: none !important;
}

.class_icon a img {
  display: none;
}

/* Dropdown Menus */
.lingarch-header .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -40%;
  width: 325px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 5px 3px #0000001A;
  z-index: 10;
}

img.gload-icon {
  display: none;
}

.lingarch-header .dropdown-parent:hover .dropdown,
.lingarch-header .dropdown-parent:focus-within .dropdown {
  display: block;
}

.lingarch-header .dropdown li a {
  font-size: 16px;
  padding: 10px 30px;
}

.dropdown li {
  margin-bottom: 15px;
}

.dropdown li a:hover {
  color: #1570D3;
}

img.gload-icon {
  width: 40px;
  height: 40px;
}

.brdcrmb ul {
  list-style: none;
  padding: 20px 0 40px;
  padding-left: 0;
  margin: 0;
}

.brdcrmb li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  font-size: 1rem;
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-weight: 500;
  vertical-align: top;
}

.brdcrmb li a {
  color: #0077FF;
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-weight: 400;
  pointer-events: none;
  font-size: 16px;
  letter-spacing: 0.10px;
}

.brdcrmb .brdcrm_blistin:after {
  position: absolute;
  content: '/';
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: #5D7699;
  font-size: 16px;
  font-weight: 900;
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
}

.brdcrmb .brdcrm_blistin:last-child {
  position: unset;
}

.brdcrmb li:last-child a, .brdcrmb .brdcrm_blistin_2 a {
  pointer-events: none;
  text-decoration: none;
  color: #5D7699;
  font-size: 16px;
  transition: color 0.3s;
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-weight: 400;
  letter-spacing: 0.10px;
}

.brdcrmb .brdcrm_blistin:last-child:after {
  display: none;
}

.brdcrmb {
  padding: 10px 30px;
}

/* Sub Dropdown */
.lingarch-header .dropdown-child {
  display: none;
  position: absolute;
  top: 10%;
  left: 100%;
  width: 300px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px 3px #0000001A;
}

.lingarch-header .dropdown-mainchild:hover .dropdown-child {
  display: block;
}

/* Dropdown Arrows with Font Awesome */
.lingarch-header .dropdown-parent span::before,
.lingarch-header .dropdown-mainchild span::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000;
  transition: transform 0.3s;
}

/* Phone Number Hover Popup */
.phone-hover-container {
  position: relative !important;
  display: inline-block !important;
}

.phone-number-popup {
  position: absolute !important;
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(10px) !important;
  background: linear-gradient(135deg, #2c2cf3 0%, #4a4af7 100%) !important;
  color: white !important;
  padding: 12px 18px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 10px 25px rgba(44, 44, 243, 0.3), 0 6px 12px rgba(0, 0, 0, 0.15) !important;
  z-index: 1000 !important;
  pointer-events: none !important;
  font-family: 'Inter', 'Poppins-Regular', sans-serif !important;
  letter-spacing: 0.5px !important;
}

.phone-number-popup::before {
  content: '' !important;
  position: absolute !important;
  top: -8px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid #2c2cf3 !important;
  z-index: 1001 !important;
}

.phone-hover-container:hover .phone-number-popup {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

.phone-hover-container a:hover .phone-number-popup {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .phone-number-popup {
    font-size: 12px !important;
    padding: 10px 14px !important;
    top: 110% !important;
  }
}

/* Add subtle animation on icon hover */
.phone-hover-container a:hover img {
  transform: scale(1.1) !important;
  transition: transform 0.2s ease !important;
}

/* Contact Form 7 textarea height adjustment - more specific */
.wpcf7-form textarea,
.wpcf7-form textarea.wpcf7-textarea,
textarea[name="Message"] {
  height: 120px !important;
  min-height: 120px !important;
  resize: vertical !important;
}

/* Contact Form 7 captcha size adjustment */
.wpcf7 .dscf7captcha-wrap,
.wpcf7 .formclass,
.dscf7captcha-container {
  max-width: 200px !important;
  font-size: 14px !important;
}

.wpcf7 .dscf7captcha-wrap img {
  max-width: 150px !important;
  height: auto !important;
}

.wpcf7 .dscf7captcha-wrap input[type="text"] {
  max-width: 120px !important;
  font-size: 14px !important;
  padding: 8px !important;
}

.lingarch-header .dropdown-parent > span {
  white-space: nowrap;
}

.lingarch-header .dropdown-mainchild span {
  white-space: normal;
}

.lingarch-header .dropdown-mainchild span::before {
  right: 0;
}

.lingarch-header .dropdown-parent>a:hover span::before {
  transform: translateY(-50%) rotate(180deg);
}

.lingarch-header .dropdown-mainchild>a:hover span::before {
  transform: translateY(-50%) rotate(-90deg);
}

/* Burger Menu */
#nav-toggle {
  display: none;
}

nav.lingarch-header .icon-burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

nav .icon-burger .line {
  width: 30px;
  height: 4px;
  margin: 3px;
  background-color: #0A264D;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}



  /* Footer Text Link */
  .footer-column h3 a {
    color: #fff;
  }

  /* footer Section */
  .footer {
    background-color: #F3F3F5;
    padding: 80px 40px;
    color: #445566;
  }

.footer_main {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.2fr 1.5fr 1.2fr;
    justify-content: center;
    margin: 0 auto;
    max-width: 1400px;
    gap: 30px;
}



  .footer-column h5 {
    margin-bottom: 20px;
    color: #5D7699;
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    font-weight: 700;
  }



  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    text-decoration: none;
    color: #5D7699;
    font-size: 12px;
    transition: color 0.3s;
    font-family: Montserrat-Regular;
    letter-spacing: 0.10px;
  }
  .simple-menu {
  position: relative;
}

.simple-menu > a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}


.dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 20px;
  width: 280px;
  border-radius: 16px;
  /* Updated shadow for dropdown menus - dixie designs */
  box-shadow: 
    0 976px 250px 0 rgba(88, 93, 106, 0.00), 
    0 625px 250px 0 rgba(88, 93, 106, 0.01), 
    0 351px 211px 0 rgba(88, 93, 106, 0.05), 
    0 156px 156px 0 rgba(88, 93, 106, 0.09), 
    0 39px 86px 0 rgba(88, 93, 106, 0.10);
  z-index: 99;
}

.dropdown-list li {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-list li:last-child {
  margin-bottom: 0;
}

.dropdown-list li:hover {
  background: rgba(44, 44, 243, 0.02);
  border-color: rgba(44, 44, 243, 0.15);
  transform: translateY(-1px);
}

.dropdown-list li a {
  display: block;
  padding: 16px 20px;
  color: rgba(11, 28, 52, 0.8);
  text-decoration: none;
  font-weight: 400;
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.dropdown-list li a:hover {
  color: #2c2cf3;
}

.simple-menu:hover .dropdown-list {
  display: block;
}


  .footer-column ul li a:hover {
    color: #007BFF;
  }

  .branches-column ul li a i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
  }

  .branches-column ul li a .pin-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(46%) sepia(8%) saturate(1457%) hue-rotate(184deg) brightness(96%) contrast(86%);
  }

  .branches-column ul li a:hover .pin-icon {
    filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(2823%) hue-rotate(207deg) brightness(101%) contrast(101%);
  }

  .branches-column ul li a .mail-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(46%) sepia(8%) saturate(1457%) hue-rotate(184deg) brightness(96%) contrast(86%);
  }

  .branches-column ul li a:hover .mail-icon {
    filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(2823%) hue-rotate(207deg) brightness(101%) contrast(101%);
  }

  .cta-column h4 {
    font-weight: 700;
    font-size: 18px;
    color: #0B1C34;
    margin-bottom: 8px;
    font-family: "Montserrat-Bold";
    letter-spacing: 0.39px;
    line-height: 35px;
  }

  .cta-column p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #0B1C34;
    font-family: 'Montserrat-Regular';
    line-height: 30px;
  }

  .btn-contact {
    background-color: #0077FF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat-Regular';
    transition: all 1s ease;
  }

  .btn-contact:hover {
    background-color: #1e40af;
    color: #fff;
  }

  .footer-bottom {
    color: #f1f5f9;
    display: flex;
    padding: 15px 30px;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
  }

  section.copyrightpsection {
    background: #0B1C34;
    padding: 0;
  }

  p.copyright {
    color: #FFFFFF;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    margin-bottom: 0;
  }

  .footer-bottom-links a:hover {
    color: #fff;
  }

  .footer-bottom-links {
    display: flex;
    gap: 20px;
    font-family: 'Montserrat-Regular';
  }

  .footer-bottom-links a {
    color: #fff;
  }

  /* footer Section  */
  /* Banner section */
  /* Main Banner Section */
  .banner-video-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0;
  }

  /* New Hero Section - dixie designs */
  .hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #e0e5f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    min-height: 700px;
  }

  .hero-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/dixie/hero-bg-texture.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
    text-align: left;
  }

  .hero-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .hero-tagline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 0;
  }

  .hero-tagline span {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #84909e;
  }

  .hero-title {
    font-family: 'Times New Roman', 'Montserrat-Regular', serif;
    font-size: 78px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.8px;
    background: linear-gradient(90deg, #84909e 0%, #0b1c34 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #84909e;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }


  .hero-description {
    margin: 0;
    max-width: 100%;
  }

  .hero-description p {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: -0.4px;
    color: rgba(11, 28, 52, 0.8);
    margin: 0 0 8px 0;
  }

  .hero-description p:last-child {
    margin-bottom: 0;
  }

  /* Typewriter Effect - dixie designs */
  .typewriter-content {
    display: inline;
  }

  .typewriter-cursor {
    display: inline-block;
    background-color: #2c2cf3;
    color: #2c2cf3;
    animation: blink 1s infinite;
    margin-left: 2px;
  }

  @keyframes blink {
    0%, 50% {
      opacity: 1;
    }
    51%, 100% {
      opacity: 0;
    }
  }

  .hero-buttons {
    display: flex;
    gap: 30px;
    align-items: center;
  }

  .btn-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c2cf3;
    color: white;
    padding: 14px 16px 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    font-family: 'Inter', 'Poppins-Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 261px;
    height: auto;
    min-height: 60px;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .btn-primary:hover {
    background-color: #1f1fe6;
    color: white;
    text-decoration: none;
  }

  .btn-icon {
    width: 42px;
    height: 42px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }

  .icon-container {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
  }

  .arrow-duplicate {
    transform: translate(-24px, 24px);
  }

  .btn-primary:hover .arrow-icon:not(.arrow-duplicate) {
    transform: translate(24px, -24px);
  }

  .btn-primary:hover .arrow-duplicate {
    transform: translate(0, 0);
  }

  /* Small CTA Button for Header - dixie designs */
  .btn-primary-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c2cf3;
    color: white;
    padding: 8px 12px 8px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-family: 'Inter', 'Poppins-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    min-width: 200px;
    height: auto;
    min-height: 44px;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .btn-primary-small:hover {
    background-color: #1f1fe6;
    color: white;
    text-decoration: none;
  }

  .btn-primary-small .btn-icon {
    width: 28px;
    height: 28px;
  }

  .btn-primary-small .icon-container {
    width: 16px;
    height: 16px;
  }

  .btn-primary-small .arrow-icon {
    width: 16px;
    height: 16px;
  }

  .btn-primary-small:hover .arrow-icon:not(.arrow-duplicate) {
    transform: translate(16px, -16px);
  }

  .btn-primary-small:hover .arrow-duplicate {
    transform: translate(0, 0);
  }

  .btn-primary-small .arrow-duplicate {
    transform: translate(-16px, 16px);
  }

  /* Header CTA Button Overrides - copy hero description style - dixie designs */
  nav.lingarch-header ul.links li .btn-primary,
  .lingarch-header .btn-primary {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: -0.4px;
    color: white;
    text-decoration: none;
    padding: 14px 16px 14px 28px;
    background-color: #2c2cf3;
    border-radius: 100px;
    border: none;
  }
  
  @media (max-width: 1200px) {
    nav.lingarch-header ul.links li .btn-primary,
    .lingarch-header .btn-primary {
      font-size: 14px;
      padding: 8px 12px 8px 20px;
    }

    nav.lingarch-header ul.links li .btn-primary .btn-icon,
    .lingarch-header .btn-primary .btn-icon {
      width: 28px;
      height: 28px;
    }

    nav.lingarch-header ul.links li .btn-primary .icon-container,
    .lingarch-header .btn-primary .icon-container {
      width: 16px;
      height: 16px;
    }

    nav.lingarch-header ul.links li .btn-primary .arrow-icon,
    .lingarch-header .btn-primary .arrow-icon {
      width: 16px;
      height: 16px;
    }
  }

  nav.lingarch-header ul.links li .btn-primary:hover,
  .lingarch-header .btn-primary:hover {
    color: white;
    text-decoration: none;
    background-color: #1f1fe6;
  }

  nav.lingarch-header ul.links li .btn-primary span,
  .lingarch-header .btn-primary span {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: -0.4px;
    color: white;
  }

  .btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #0b1c34;
    padding: 20px 32px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family: 'Inter', 'Poppins-Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 261px;
    height: 74px;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.35);
    color: #0b1c34;
    text-decoration: none;
  }
  .service-text li {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 5px 0;
    list-style: disc;
}
.home_form_section .wpcf7-form-control {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0b1c34;
    background-color: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.home_form_section .wpcf7-form-control:focus {
    outline: none;
    border-color: #2c2cf3;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(44, 44, 243, 0.1);
}

.home_form_section .wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c2cf3;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    min-height: 56px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.home_form_section .wpcf7-submit:hover {
    background-color: #1f1fe6;
    transform: none;
}

.home_form_section select.wpcf7-form-control {
    padding-right: 48px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d7699' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.home_form_section select.wpcf7-form-control:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c2cf3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  /* Background Video */
  .video-div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
  }

  section.global_brand_section {
    padding: 5px 0 80px 0;
    width: 100%;
    background: transparent;
    margin-top: -100px;
  }

  section.industries_section {
    padding-bottom: 80px;
  }

  /* Content Container */
  .banner_video_main {
    text-align: left;
    position: absolute;
    z-index: 2;
    bottom: 30%;
    color: #fff;
    padding: 20px;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* Headings */
  .banner_video_main h3 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-family: Poppins-Semibold;
  }

  /* Highlighted letters (a, c) */
  .banner_video_main h3 .highlight {
    background: #fff;
    color: #0056ff;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: 'Poppins-Regular';
  }

  /* Paragraph text */
  .banner_video_main p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
    width: 100%;
    line-height: 40px;
  }

  h3.mobile_h3 {
    display: none;
  }

  /* Button container */
  .banner_conent {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  /* Buttons */
  .get_btn a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Montserrat-SemiBold';
  }



  /* Blue button */
  .get_btn:first-child a {
    background-color: #007bff;
    color: #fff;
    transition: all 1s ease;
  }

  .get_btn:first-child a:hover {
    background-color: #fff;
    color: #000;
  }
  nav.lingarch-header .links p a {
    font-size: 14px;
    font-weight: 500;
}

  .get_btn:last-child a:hover {
    background-color: #006FE6;
    color: #fff;
  }

  /* White button */
  .get_btn:last-child a {
    background-color: #fff;
    color: #000;
    transition: all 1s ease;
  }


  /* Banner Section */
  /* counter section */
  .stats-section {
    background: #F9FCFF;
    padding: 50px 20px;
    text-align: center;
  }

  .industries_main_div .item-content {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 rgba(7, 29, 73, 0);
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .industries_main_div .item-content:hover {
    transform: none;
  }

  .section-heading {
    font-family: 'Times New Roman', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.12px;
    margin-bottom: 30px;
    text-align: center;
    background: linear-gradient(to right, #84909e, #0b1c34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .get_float_btn a {
    top: 50%;
    position: fixed;
    right: -50px;
    transform: rotate(-90deg);
    background: #2c2cf3;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #fff;
    font-family: 'Poppins-Regular';
  }

  .stats-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }


  .stats-box {
    background: #0077FF;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
  }

  .explore-btn a.explore-all {
    transition: all 0.3s ease;
    /* Adjust duration and easing here */
  }

  .explore-btn a.explore-all:hover {
    background: #007BFF;
    color: #fff;
  }

  .stat-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .stat-label {
    font-size: 14px;
  }

  .element-number {
    font-size: 45px;
    margin-bottom: 15px;
    color: white;
    font-family: "Montserrat-ExtraBold";
    line-height: 55px;
  }

  .plus {
    margin-left: -5px;
  }

  .banner-video-section::before {
    background-color: #00000040;
    position: absolute;
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .stat-label p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 20px;
  }

  .headding_section_conent p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Poppins-Regular';
  }

  .brand-logo img:hover {
    filter: grayscale(0%);
  }

  .headding_section_conent h2.section-heading {
    margin-bottom: 30px;
  }

  .brand-carousel .owl-nav.disabled,
  .brand-carousel .owl-dots {
    display: none;
  }

  /* counter Section */
  /*  */
  .industries_main_div {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .h3_conent {
    background: #0A264D;
    height: 110px;
    border-radius: 0px 0px 5px 5px;
    padding: 19px;
    text-align: left;
    color: #fff;
  }

  .h3_conent h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-family: 'Poppins-Regular';
  }

  /*  */
  /*Case Studies  */
  .case-carousel-section {
    padding: 40px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
  }

  section.case_studies_section {
    padding: 0;
  }

  .case-carousel button.owl-prev,
  .case-carousel button.owl-next {
    position: absolute;
    height: 78px;
    width: 74px;
    line-height: 0;
    font-size: 0;
    background-color: #fff !important;
    top: 35%;
    padding: 0;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .case-carousel button.owl-next {
    border-radius: 4px 0 0 4px;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: -10px 10px 31px #000;
    box-shadow: -10px 10px 31px #000;
  }

  .case-carousel button.owl-prev {
    border-radius: 0 4px 4px 0;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 10px 10px 31px #000;
    box-shadow: 10px 10px 31px #000;
  }

  .case-carousel button.owl-prev::after {
    font-family: 'Poppins-Regular';
    content: "<" !important;
    font-size: 1.3125rem;
    font-weight: 900;
  }

  .lingarch-header i.fa-solid.fa-globe {
    font-size: 20px;
    color: #000;
  }

  .lingarch-header i.fa-solid.fa-globe:hover {
    color: #007AFC;
  }

  .case-carousel button.owl-next::after {
    font-family: 'Poppins-Regular';
    content: ">" !important;
    font-size: 1.3125rem;
    font-weight: 900;
  }

  .owl-prev span,
  .owl-next span {
    display: none;
  }

  .case-carousel .owl-dots {
    display: block !important;
  }

/* Case Study Card Redesign - dixie designs */
.case-study-card {
  height: 420px;
  width: 340px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 35px;
  margin-top: 35px;
}

.case-card-content {
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.case-thumbnail {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.case-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-main-content {
  flex: 1;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
  z-index: 2;
  position: relative;
}

.case-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--dark-color);
}

.case-description-hover {
  position: absolute;
  bottom: -160px;
  left: 40px;
  right: 40px;
  background: #ffffff;
  padding: 20px 0 40px;
  height: 140px;
  transition: bottom 0.3s ease;
}

.case-description-hover p {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(11, 28, 52, 0.7);
}

.case-description-hover a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.case-description-hover a:hover {
  color: var(--dark-color);
}

.case-study-card:hover .case-description-hover {
  bottom: 0px;
}

.case-study-card:hover .case-main-content {
  transform: translateY(-100px);
}

.case-study-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

  .case-carousel .item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 rgba(7, 29, 73, 0);
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);
    width: 340px;
    margin-right: 15px;
    margin-bottom: 35px;
    margin-top: 35px;
  }

  .case_studies_section_new.owl-carousel .owl-item {
    margin-right: 10px;
  }

/* Document Description - dixie designs */
.document-description {
  margin-top: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  width: 60ch;
}

.industry-item {
  display: flex;
}

  section.case_studies_section {
    padding: 50px 0;
  }

  .case-carousel .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px 0 rgba(7, 29, 73, 0.66);
  }


  .case-carousel .item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .case-carousel .item-content {
    padding: 20px;
    background: #0A264D;
    color: #fff;
    height: 250px;
  }

  .case-carousel .item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat-SemiBold';
    line-height: 30px;
  }

  .case-carousel .item-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-family: 'Montserrat-Regular';
    margin-bottom: 15px;
  }

  .case-carousel .item-content a {
    text-decoration: none;
    font-family: 'Montserrat-medium';
    font-size: 16px;
    color: #fff;
  }

  .case-carousel .item-content a:hover {
    text-decoration: none;
  }

  .explore-btn {
    text-align: center;
    margin-top: 0px;
  }

  section.home_form_section {
    padding: 120px 0;
  }

  .explore-all {
    padding: 15px 30px;
    border: 2px solid #0077FF;
    color: #0077FF;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 1.5s ease;
    font-family: 'Montserrat-SemiBold';
  }

  .case-carousel .item:hover .explore-all:hover {
    background: #007bff;
    color: #fff;
  }

  /* Case Studies  */
  /* Form */
  .form_conent .section-kicker {
    margin-bottom: 24px;
  }

  .form_conent .section-kicker span {
    background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    line-height: 1;
  }

  .form_conent h3 {
    font-family: 'Times New Roman', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.28px;
    margin-bottom: 32px;
    background: linear-gradient(90deg, #84909e 0%, #0b1c34 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #84909e;
  }

  .form_conent p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: -0.36px;
    color: rgba(11, 28, 52, 0.8);
    margin-bottom: 24px;
  }
  .case_studies_section_new button.owl-prev, .case_studies_section_new button.owl-next {
    display: none;
}
.other-services_main button.owl-prev, .other-services_main button.owl-next {
    display: none !important;
}
  .service_case .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.blog-card img.blog-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
  .form_conent {
    padding: 40px;
  }

  .info-form-container {
    padding: 48px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .info-form-container h2 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.48px;
    color: #0b1c34;
    margin-bottom: 32px;
    text-align: left;
  }

  .mega_under a {
    padding: 0 !important;
  }

  .info-form select,
  input,
  textarea {
    width: 100%;
    border: 1px solid #5D7699;
    background: none;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
  }

  .form-row {
    display: flex;
    gap: 10px;
  }

  .message label,
  select,
  input,
  textarea {
    color: #5D7699;
    font-family: 'Montserrat-Regular';
  }

  .info-form button {
    width: 100%;
    outline: none;
    border: none;
    background: #0077FF;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Montserrat-Medium';
    color: #fff;
    font-size: 18px;
  }

  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #5D7699 !important;
    opacity: 1;
  }

  .contact-form button.btn.btn-primary_new {
    border: 1px solid #007BFF;
  }

  .mega-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 90%;
    background: #ffffff;
    padding: 24px;
    display: none;
    /* Updated shadow for mega menu container - dixie designs */
    box-shadow: 
      0 976px 250px 0 rgba(88, 93, 106, 0.00), 
      0 625px 250px 0 rgba(88, 93, 106, 0.01), 
      0 351px 211px 0 rgba(88, 93, 106, 0.05), 
      0 156px 156px 0 rgba(88, 93, 106, 0.09), 
      0 39px 86px 0 rgba(88, 93, 106, 0.10);
    border-radius: 16px;
    z-index: 99;
    right: 0;
    margin: auto;
  }

  /* Navigation Links Styling - dixie designs */
  nav.lingarch-header .links a {
    padding: 10px;
    text-decoration: none;
    color: #000;
    color: var(--dark-80, rgba(11, 28, 52, 0.80));
    white-space: nowrap;
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-weight: 400;
  }

  /* Allow submenu items to wrap */
  nav.lingarch-header .links .dropdown-list a {
    white-space: normal;
  }
  
  @media (max-width: 1200px) {
    nav.lingarch-header .links a {
      font-size: 14px;
    }
  }
  
  @media (max-width: 1100px) {
    nav.lingarch-header .links a {
      font-size: 12px;
    }
  }

  nav.lingarch-header .links a:hover {
    color: #007BFF;
  }

  .mega-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .mega-item {
    display: flex;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid var(--border);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mega-item:hover {
    background: rgba(44, 44, 243, 0.02);
    border-color: rgba(44, 44, 243, 0.15);
    transform: translateY(-1px);
  }


  .mega_under h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat-Bold', sans-serif;
    color: #0B1C34;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .mega-content .mega_under h4 a {
    color: #0B1C34 !important;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .mega-content .mega_under h4 a:hover {
    color: #2c2cf3 !important;
  }

  .mega_under {
    display: flex;
    gap: 4px;
    flex-direction: column;
  }

  .mega_under p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    color: rgba(11, 28, 52, 0.8);
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .mega_under p a {
    color: rgba(11, 28, 52, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .mega_under p a:hover {
    color: #2c2cf3;
  }

  .mega_under p:last-child {
    margin-bottom: 0;
  }

  .mega-item img {
    width: 48px;
    height: 48px;
  }

  .dropdown-parent:hover .mega-content {
    display: block;
  }

  .item-content_con {
    border-radius: 5px;
    overflow: hidden;
    background: #0A264D;
    box-shadow: 0 15px 30px 0 rgba(7, 29, 73, 0);
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);
    max-width: 100%;
    will-change: transform;
    backface-visibility: hidden;
  }

  .item-content_con:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px 0 rgba(7, 29, 73, 0.66);
    border: none;
    outline: none;
  }

  .item-content_con img {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  i.fa-solid.fa-globe.mobile_global {
    display: none;
  }

  .banner {
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .why_choose_sub-1:hover {
    transform: none;
  }

  .t-banners-slide-text {
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background: rgba(0, 123, 255, 0.5);
    /* 60% opacity background */
    padding: 0 10px;
    border-radius: 5px;
  }

  section.about-us-banner {
    height: 100%;
  }

  .about-sub_1 h1.section-heading {
    text-align: left;
  }

  .about-sub_2 p {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
  }

  section.about_section {
    padding: 80px 0;
  }

  .about-Section_main {
    margin-bottom: 20px;
  }

  .why_choose_section p {
    text-align: center;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 20px 0;
  }

  .why_choose_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;

  }

  .main-div-why {
    background: #F8F8F8;
    padding: 60px 30px;
    border-radius: 20px;
  }

  .pillar-page .banner_video_main {
    bottom: 25%;
  }

  .pillar-page h1 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-family: Poppins-Semibold;
  }

  .why_choose_sub-1 {
    text-align: center;
    padding: 20px 5px;
    background: #fff;
    border-radius: 5px;
    transition: none;
    transform: none;
  }

  .why_choose_sub-1 img {
    width: 69px;
    height: 69px;
  }

  .our_mission_sub-2 h2.section-heading {
    text-align: left;
    margin-bottom: 20px;
  }

  .our_mission_sub-2 {
    padding: 0 20px;
  }

  .our_mission_sub-2 p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
  }

  .mission_div {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }


  .mission_div .why_choose_sub-1 h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0B1C34;
    font-family: 'Montserrat-SemiBold';
    margin: 0;
  }

  .our_mission_main.mobile_div {
    display: none;
  }

  .t-banners-caret {
    animation: blink 0.8s infinite;
    color: #000;
  }

  @keyframes blink {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }
  }

  .mobile_div .our_mission_sub {
    margin-bottom: 10px;
  }

  /*  */
  .need_support_main {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #fff;
    padding: 0;
  }

  .need_support_div {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 15%;
    color: #fff;
    padding: 20px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .need_support_div h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat-semibold';
    margin-bottom: 20px;
    text-align: center;
  }

  .need_support_div p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Poppins-Regular';
  }

  .get_quote a {
    background: #2c2cf3;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    transition: all 1s ease;
    text-transform: uppercase;
  }

  .get_quote a:hover {
    background-color: #fff;
    color: #0069DB;
    border: 1px solid #0069DB;
  }

  section.need_sup.Mobile_need {
    padding: 50px 30px;
  }

  .need_support_div_mob {
    background: #0B1C34;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
  }

  .need_support_div_mob h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat-Bold';
    margin-bottom: 30px;
    text-align: center;
  }

  .need_support_div_mob p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Poppins-Regular';
  }

  .get_quote_mob a {
    background: #2c2cf3;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 1s ease;
    text-transform: uppercase;
  }

  .get_quote_mob a:hover {
    color: #0B1C34;
    border: 2px solid #0B1C34;
    background: #fff;
  }

  section.need_sup.Mobile_need {
    display: none;
  }

  .accreditations_sub_1 p {
    font-size: 16px;
    color: #0B1C34;
    margin-bottom: 20px;
    font-family: 'Poppins-Regular';
  }

  .accreditations_sub_1 h2.section-heading {
    text-align: left;
    margin-bottom: 20px;
  }

  .accreditations_sub_2 {
    display: flex;
    gap: 20px;
  }

  .accreditations_main_div {
    background: #F8F8F8;
    padding: 30px;
    border-radius: 5px;
  }

  .accreditations_sub_2 img {
    object-fit: scale-down;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 5px;
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);

  }

  .accreditations_sub_2 img:hover {
    transform: none;
  }

  .accreditations_sub_1 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
  }

  section.accreditations_section {
    padding: 80px 10px;
  }

  /* Global  */
  section.global_office_section {
    background: #0A264D;
    padding: 60px 0;
  }

  .global_office_section h2.section-heading {
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
    background-clip: unset !important;
  }

  /* Override gradient text in global office section - make all text white */
  .global_office_section .section-kicker,
  .global_office_section .section-kicker span,
  .global_office_section h2.section-kicker {
    background: none !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
  }

  .new_icon-1 {
    position: relative;
    top: -493px;
    left: 190px;
    width: 100px;
  }

  .location-manchester-right .show_conent {
    left: 76px;
  }

  section.map_section {
    background: #0A264D;
    padding: 20px 0;
  }

  .map-container {
    position: relative;
    max-width: 1212px;
    margin: auto;
    width: 100%;
  }

  .map-container img {
    width: 100%;
    display: block;
  }

  .location {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .pin-1 {
    width: 20px;
    height: 20px;
    background-color: #1A68E0;
    border-radius: 60px 60px 0px 60px;
    position: relative;
    transform: rotate(45deg);
  }

  .pin-1::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #1AE5E5;
    position: absolute;
    left: 26%;
    top: 26%;
    border-radius: 60px;
  }

  .show_conent {
    position: absolute;
    top: 25px;
    left: -47px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 9px;
    text-align: center;
    white-space: nowrap;
  }

  .tooltip {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    min-width: 180px;
  }

  .tooltip::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  .tooltip h5 {
    margin: 0 0 5px;
    color: #007bff;
    background: #fff;
    padding: 5px 0px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    border-radius: 10px 0px 10px 10px;
  }

  .tooltip p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins-Regular';
  }

  /* Hover behaviors */
  .location:hover .show_conent {
    display: none;
  }

  .location:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -65px;
    left: -72px;
    border-radius: 10px 10px 0px 10px;
  }
h1.service_h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat-Bold';
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.service_main .banner_conent {
    justify-content: center;
}
  .location:hover .pin-1 {
    width: 25px;
    height: 25px;
  }

  .location:hover .pin-1::after {
    width: 10px;
    height: 10px;
    background: #fff;
  }


  /* Positioning via unique class names */
  .location-chicago {
    top: 26%;
    left: 23%;
  }

  .location-nyc {
    top: 34%;
    left: 27.2%;
  }

  .location-london {
    top: 22%;
    left: 45%;
  }

  .intro_section h2.section-heading {
    text-align: left;
    font-size: 35px;
  }

  .location-birmingham {
    top: 28%;
    left: 47%;
  }

  .location-manchester {
    top: 31%;
    left: 48%;
  }

  .location-barcelona {
    top: 41%;
    left: 46%;
  }

  .location-dubai {
    top: 46%;
    left: 60%;
  }

  .location-hk {
    top: 48%;
    left: 77.8%;
  }

  .show_conent h5 {
    background: #fff;
    color: #0A264D;
    padding: 5px 20px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    border-radius: 10px 0px 10px 10px;
  }

  .other_legal_services p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
    text-align: center;
  }

  .other-services_main {
    width: 100%;
    display: flex;
    gap: 20px;
  }

  .other_sub_1 {
    background: #0B1C34;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 40px 32px;
    color: #fff;
    border-radius: 20px;
    height: 350px;
  }

.content_item {
    background: #F7F7F7 !important;
    color: #0A264D !important;
    padding: 20px;
    height: 230px;
}

  .industries_section p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
  }
.contact-us-section-service .dscf7-captcha-container {
    width: 50%;
}
  .industries_main_div_new {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

.content_item p,.content_item a {
    color: #232323 !important;
}

  .other_sub_1 p {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    flex: 1;
  }

  .other_sub_1 h4 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align: left;
  }

  .other_sub_1 .get_quote {
    margin-top: auto;
  }

  .other_sub_1 .get_quote a {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 1s ease;
    text-transform: uppercase;
    display: inline-block;
  }

  section.other_legal_services {
    background: #F8F8F8;
    padding: 80px 0;
  }

  .down_p {
    text-align: center;
    max-width: 600px;
    margin: 40px auto 0 auto;
  }

  /* Conclusion Section Styling - dixie designs */
  .service-4-section.service-4-section_new {
    padding: 80px 0;
  }

  .conclusion-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
    align-items: start;
  }

  .conclusion-header .section-heading {
    text-align: left;
    margin-bottom: 0;
  }

  .conclusion-description {
    margin: 0;
  }

  .conclusion-description p {
    margin: 0;
  }

  /* Responsive */
  @media (max-width: 768px) {
    /* Hero Section Mobile Styles - dixie designs */
    .hero-section {
      height: auto;
      min-height: 100vh;
      padding: 60px 0 40px 0;
    }

    .service-hero {
      min-height: 85vh;
    }

    /* Blog listing hero adjustments */
    .blog-listing-hero {
      min-height: 70vh;
      padding-bottom: 0;
    }

    section.blog_grid_section {
      padding: 0 10px 50px 10px;
    }

    p.copyright {
      font-size: 14px;
    }

    .footer-bottom-links a {
      font-size: 14px;
    }

    body {
      padding-bottom: 40px;
    }

    /* Contact Form 7 Captcha Mobile Fix */
    .get-in-touch-form .form-group .dscf7-captcha-container,
    .form_div_main .dscf7-captcha-container {
      flex-direction: column;
      gap: 10px;
    }

    .get-in-touch-form .form-group .dscf7-captcha-container .dscf7-question-container,
    .form_div_main .dscf7-question-container,
    .get-in-touch-form .form-group .dscf7-answer-container,
    .form_div_main .form-group .dscf7-answer-container,
    .dscf7-question-container {
      width: 100% !important;
    }


    .hero-texture {
      display: none;
    }

    .hero-content {
      max-width: 100%;
      gap: 32px;
      padding: 0 20px;
      align-items: center;
      text-align: center;
    }

    .service-hero .hero-content {
      align-items: flex-start;
      text-align: left;
    }

    .hero-tagline {
      justify-content: center;
    }

    .service-hero .hero-tagline {
      justify-content: flex-start;
    }

    .hero-title {
      font-size: 48px;
      line-height: 1.2;
      text-align: center;
    }

    .service-hero .hero-title {
      text-align: left;
    }

    .hero-description p {
      font-size: 16px;
    }

    .hero-description {
      text-align: center;
    }

    .service-hero .hero-description {
      text-align: left;
    }

    .section-description {
      font-size: 16px;
    }

    .hero-buttons {
      flex-direction: column;
      gap: 16px;
      width: 100%;
      align-items: center;
    }

    .service-hero .hero-buttons {
      align-items: start;
    }

    .service-second-point {
      padding-inline: 20px;
    }

    .service-second-point .intro-header-group {
      gap: 16px;
      padding-inline: 0;
    }

    .service-second-point .intro-container {
      margin: 0;
    }

    .service-second-point .service-second-image {
      width: 100%;
      height: auto;
      z-index: 1;
      aspect-ratio: 19/9;
    }


    .btn-primary,
    .btn-secondary {
      width: 100%;
      max-width: 300px;
    }

    #pagination-container li a,
    #pagination-container li span {
      width: 40px;
      height: 40px;
      font-size: 14px;
    }

    .other_sub_1 p {
      width: 100%;
    }

    section.other_legal_services {
      padding: 30px 10px;
    }

    .section_4_div_main {
      grid-template-columns: 1fr !important;
    }

    section.service-4-section {
      padding: 30px 10px;
    }

    section.service-1-section {
      padding: 30px 10px;
    }

    .service-content .service-text {
      padding: 10px;
    }

    .featured_sub_conent h2 {
      font-size: 22px;
    }

    .blog-content {
      height: auto !important;
    }

    .tooltip {
      font-size: 12px;
      padding: 8px 10px;
      min-width: 150px;
    }

    .case-row,
    .case-row.reverse-row {
      flex-direction: column;
    }

    .location:hover .tooltip {
      opacity: 1;
      visibility: visible;
      top: -40px;
      left: 0px;
      border-radius: 10px 10px 0px 10px;
    }

    .tooltip h5 {
      font-size: 10px;
    }

    .tooltip p {
      font-size: 10px;
    }

    .pin-1 {
      width: 12px;
      height: 12px;
    }

    .pin-1::after {
      width: 6px;
      height: 6px;
    }

    .location:hover .pin-1 {
      width: 30px;
      height: 30px;
    }

    .location:hover .pin-1::after {
      width: 15px;
      height: 15px;
    }
  }

  @media (max-width: 480px) {
    /* Hero Section Small Mobile Styles - dixie designs */
    .hero-title {
      font-size: 36px;
    }

    .hero-description p {
      font-size: 14px;
    }

    .section-description {
      font-size: 14px;
    }

    .hero-tagline span {
      font-size: 12px;
    }

    .tooltip {
      transform: translate(-50%, -50%);
      top: -110px;
    }
  }

  /* Mobile toggle support */
  .tooltip.show {
    opacity: 1 !important;
    visibility: visible !important;
    top: -120px !important;
  }

  .show_conent.hide {
    display: none !important;
  }

  .location-birmingham .show_conent {
    left: -62px;
    top: 35px;
  }

  .location-manchester-right .show_conent h5,
  .location-dubai-right .show_conent h5,
  .location-hk-right .show_conent h5 {
    border-radius: 0px 10px 10px 10px;
  }

  .location-dubai-right .show_conent {
    left: 55px;
  }

  .location-hk-right .show_conent {
    left: 75px;
  }

  /* pillar Page */
  section.intro_section {
    background: #F2F8FF;
    text-align: center;
  }

  .intro_section p {
    font-size: 16px;
    color: #505C7F;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'Poppins-Regular';
  }

  section.pillar-page_inner {
    padding: 50px;
  }

  .main_div_pillar h3 {
    font-size: 35px;
    font-weight: 500;
    color: #0B1C34;
    font-family: 'Montserrat-Bold';
    margin-bottom: 30px;
    line-height: 45px;
  }

  .main_div_pillar p {
    font-size: 16px;
    color: #0B1C34;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
  }

  .main_div_pillar ul li {
    font-size: 16px;
    color: #0B1C34;
    margin-bottom: 20px;
    font-family: 'Poppins-Regular';
    list-style: disc;
  }

  .banner_conent_pilar {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .get_btn_pillar a {
    color: #0077FF;
    display: inline-block;
    background-color: #fff;
    padding: 12px 30px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 15px 30px rgba(7, 29, 73, 0.1);
    transition: all 1s ease;
    font-family: 'Poppins-Semibold';
    border: 1px solid #0077FF;
  }

  .get_btn_pillar a:hover {
    background-color: #0077FF;
    color: #fff;
  }

  .main_div_pillar {
    padding: 30px;
    background: #F2F8FF;
    border-left: 5px solid #0077FF;
  }

  /* case study section */
  .case-study-carousel.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
  }

  .case-study-carousel .owl-dots {
    transform: translateY(-30px);
    padding: 0;
    margin: 0;
  }

  .case-study-carousel .owl-dots button.owl-dot {
    background: #D9D9D9;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    border: none;
  }

  .case-study-carousel .owl-dots button.owl-dot.active {
    background: #0075F3;
  }

  .case-study-carousel .owl-dots span {
    display: none !important;
  }

  section.banner-video-section.about-us-banner.case-study-carousel::before {
    background-color: transparent !important;
    position: unset;
  }

  .case-row {
    display: flex;
    flex-wrap: wrap;
  }

  .case-row.reverse-row {
    flex-direction: row-reverse;
  }

  .get_banner_bt:hover .banner_video_main a {
    background-color: #fff;
    color: #0075F2;
  }

  .banner_video_main p a {
    padding: 0;
    background: none;
    color: #0066D3;
  }

  .case-study-carousel .banner_video_main {
    bottom: 15%;
  }

  .case_detail .banner_video_main {
    bottom: 25%;
  }

  .get_btn {
    margin-bottom: 20px;
  }

  .banner_video_main a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 20px;
    background-color: #007bff;
    color: #fff;
    transition: all 1s ease;
  }

  .get_banner_bt {
    margin-bottom: 20px;
    cursor: pointer;
  }

  .sub_div_case_conent {
    position: relative;
    padding: 0;
    background: #EFF6FF;
  }

  .sub_div-1 {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .sub_div-1 h5 {
    color: #0B1C34;
    text-transform: uppercase;
    font-family: 'Poppins-Semibold';
    letter-spacing: 2px;
    font-size: 22px;
  }

  .sub_div-1 h3 {
    color: #0B1C34;
    font-family: 'Poppins-Semibold';
    font-size: 35px;
    line-height: 50px;
  }

  .sub_div-1 p {
    font-size: 16px;
    color: #0B1C34;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
  }

  .sub_div_case_img {
    padding: 0;
  }

  section.case_study_listing {
    padding: 0;
  }

  .load_more_btn {
    padding: 20px;
    text-align: center;
  }

  .load_more_btn button {
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 22px;
    background: #ECECEC;
    padding: 10px 30px;
    outline: none;
    border: none;
    border-radius: 0;
    transition: all 1s ease;
  }

  .load_more_btn button.load-btn:hover {
    color: #0077F8;
  }

  /* case Detail  */
  .case_intro h2.section-heading {
    text-align: left;
  }

  .case_intro p {
    text-align: left;
  }

  section.challeng_section {
    padding: 50px 30px;
  }

  .first_div_challenge p {
    font-size: 16px;
    color: #0B1C34;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
  }

  .challeng_section h3.section-heading {
    text-align: left;
    font-size: 35px;
  }

  .first_div_challenge {
    position: relative;
    margin-bottom: 60px;
  }

  /* Dots */
  .challeng_section .section-heading {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #0f172a;
  }

  .challeng_section .section-heading::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 15px;
    width: 16px;
    height: 16px;
    background-color: #0075f2;
    border-radius: 50%;
    box-shadow: 0 0 0 12px rgba(0, 117, 242, 0.3);
    z-index: 1;
  }

  /* Single vertical line between the dots */
  .challenge-line {
    position: relative;
  }

  /*.challenge-line::before {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  top: 12px;*/
  /*  left: -32px;*/
  /*  width: 1px;*/
  /*  height: calc(60% - 24px);*/
  /*  background-color: #cfd8dc;*/
  /*  z-index: 0;*/
  /*  background: #000;*/
  /*}*/

  /* Blog page */
  .blogbanner-detail .blog-mainbanner {
    position: relative;
  }

  .blogbanner-detail .banner-about-cont {
    position: absolute;
    z-index: 3;
    width: 85%;
    margin: auto;
    right: 0;
    left: 0;
    top: 25%;
    color: #fff;
  }

  .blogbanner-detail .banner-blogimg {
    position: relative;
  }

  .banner-blogimg img {
    height: 600px;
    object-fit: cover;
  }

  section.blog-detail {
    overflow: visible;
  }

  .blog-detailmain {
    padding: 40px 30px;
    box-shadow: 0px 0px 18px 0px #00000012;
    position: relative;
    z-index: 4;
    background: #fff;
    margin-top: -10rem;
  }
  .industries_main_Service {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.industries_main_Service .item-content {
    margin: 0;
}
.industries_main_Service .item-content .h3_conent {
    height: 300px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.industries_main_Service .item-content .h3_conent p {
    color: #fff;
    margin-top: 20px;
}
.industries_main_Service h3 {
    text-align: center;
    font-weight: 700;
}

  .bloginner-cont {
    font-size: 16px;
    margin-bottom: 30px;
    width: 90%;
    font-family: 'Poppins';
    font-weight: 400;
  }

  .detial-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
  }

  .admin_blog p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #000000;
  }

  .blog-detailmain .detial-social::before {
    content: '';
    position: absolute;
    border-bottom: 1.5px solid #5D7699;
    width: 55%;
    margin: auto;
    right: 12rem;
    left: 0;
  }

  .social-blogshare {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .social-blogshare img {
    width: 40px;
    height: 40px;
  }

  .social-blogshare p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 30px;
  }

  section.blogbanner-detail.py-0 {
    padding: 0;
  }

  .posted-date {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #6c6c74;
    /* grey tone like in the screenshot */
    margin-bottom: 20px;
  }

  .posted-date .icon {
    margin-right: 12px;
  }

  .bloginner-cont h1 {
    color: #0B1C34;
    font-family: 'Poppins-bold';
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .bloginner-cont h3 {
    font-size: 25px;
    font-family: 'Poppins-semibold';
    color: #0B1C34;
    margin: 10px 0;
    font-weight: 200;
  }

  .bloginner-cont li {
    font-size: 16px;
    color: #0B1C34;
    margin: 15px 0;
    font-family: 'Poppins-Regular';
    list-style: disc;
    line-height: 32px;
  }

  .bloginner-cont h4 {
    font-size: 20px;
    font-family: 'Poppins-medium';
    color: #0B1C34;
    margin: 10px 0;
    font-weight: 100;
  }

  .bloginner-cont p a,
  .bloginner-cont li a {
    font-weight: 600;
  }

  .bloginner-cont p a:hover,
  .bloginner-cont li a:hover {
    text-decoration: underline;
  }

  .admin_blog {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .admin_blog img {
    width: 40px;
    height: 40px;
  }

  .posted-date span {
    font-family: 'Poppins-Regular';
    font-size: 20px;
  }

  .bloginner-cont p {
    font-size: 16px;
    color: #0B1C34;
    margin: 20px 0;
    font-family: 'Poppins-Regular';
    line-height: 32px;
  }

  .bloginner-cont h2 {
    font-family: 'Poppins-Semibold';
    font-size: 28px;
    margin: 15px 0;
    line-height: 40px;
  }

  .posted-date .icon img {
    width: 30px;
    height: 30px;
    filter: invert(1);
    /* makes white icon on dark background */
  }

  section.blog_grid_section {
    padding: 50px 30px;
  }

  .blog_section_main_div {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
  }

  #pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  #pagination-container ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
    /* Allows wrapping on small screens */
  }

  #pagination-container li {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #pagination-container li a,
  #pagination-container li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #F3F3F5;
    color: #5D7699;
    font-weight: 600;
    font-size: 18px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: 'Poppins-Regular';
  }

  #pagination-container li a:hover,
  #pagination-container li span:hover {
    background-color: #bbb;
  }

  #pagination-container li.active span {
    background-color: #0A264D;
    color: #fff;
  }

  #pagination-container li a button,
  #pagination-container li span button {
    all: unset;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: inherit;
    font-size: 16px;
  }

  .blog-content {
    background: #0A264D;
    margin-top: -1px;
    color: #fff;
    padding: 20px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  p.blog-meta {
    color: #fff;
    font-family: 'Poppins-Regular';
    margin-bottom: 15px;
    font-size: 16px;
  }

  h4.blog-title {
    font-family: 'Poppins-Semibold';
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .featured_sub_img {
    padding: 0;
  }

  .featured_sub_conent {
    padding: 30px;
    background: #0B1C34;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .featured_sub_conent h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat-semibold';
    margin-bottom: 20px;
  }

  .featured_sub_conent p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
    width: 85%;
  }

  .read_more_btn a {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    font-family: 'Poppins-regular';
    font-weight: 600;
    transition: all 1s ease;
    background: #0077FF;
  }

  .read_more_btn a:hover {
    background-color: #0056b3;
    border: 1px solid #fff;
  }

  .featured_blog_main button.owl-prev,
  button.owl-next {
    position: absolute;
    height: 40px;
    width: 50px;
    background-color: #fff !important;
    top: 40%;
    border-radius: 0px 20px 20px 0px;
  }

  section.featured_blog_section {
    padding: 80px 30px;
  }

  .featured_blog_main .owl-stage-outer {
    border-radius: 20px;
    overflow: hidden;
  }

  .featured_blog_main button.owl-prev {
    left: -7px;
    border-radius: 0px 20px 20px 0px !important;
  }

  .featured_blog_main button.owl-next {
    right: -7px;
    border-radius: 20px 0px 0px 20px !important;
  }

  .featured_blog_main button.owl-next:hover,
  .featured_blog_main button.owl-prev:hover {
    color: #000 !important;
  }

  /* contact Us Section */
  section.contact_info_section {
    background: #F8F8F8;
    padding: 80px 30px;
  }

  .contact_frs_conent h5 {
    font-size: 20px;
    color: #0B1C34;
    margin-bottom: 20px;
    font-family: 'Poppins-Regular';
  }

  .contact_frs_conent h2 {
    font-size: 35px;
    font-weight: 700;
    color: #0B1C34;
    font-family: 'Montserrat-Bold';
    margin-bottom: 40px;
    line-height: 50px;

  }

  .div_blog_list {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }

  .div_blog_list:hover {
    transform: translateY(-10px);
  }

  .div_blog_list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }

  .email_div img,
  .location-cont img {
    width: 50px;
  }

  .email_div,
  .location-cont {
    padding: 20px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 5px;
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);
    width: 50%;
  }

  .email_div h5,
  .location-cont h5 {
    font-size: 25px;
    margin: 15px 0;
    font-family: 'Poppins-semibold';
  }

  .email_div a,
  .location-cont p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Poppins-Regular';
  }
  /* Hide items after the 6th by default */
#serviceList li:nth-child(n+7),
#languageList li:nth-child(n+7) {
  display: none;
}
#toggleLanguages, #toggleServices {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 0;
    text-decoration: underline;
    color: #1453CA;
    font-size: 16px;
    transition: color 0.3s;
    font-family: Montserrat-Regular;
    letter-spacing: 0.10px;
}

  .contact_info_sub {
    display: flex;
    gap: 20px;
  }

  .contact-us-section {
    position: relative;
    color: white;
  }

  .small-title {
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    margin-bottom: 15px;
  }

  .main-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 15px;
    letter-spacing: 3px;
  }

  .pillar-page h1.pillar_h1 {
    width: 80%;
    line-height: 45px;
  }

  .featured_sub_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
  }

  .underline-input {
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: #fff;
    width: 100%;
    background: none;
    font-size: 14px;
  }

  .underline-input::placeholder {
    color: #fff !important;
  }

  .contact-us-section-service .form-control.underline-input::placeholder {
    color: #000 !important;
  }

  .underline-input:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid white;
    color: #fff;
    background: none;
  }

  .btn-primary_new {
    background-color: #007BFE;
    font-size: 16px;
    font-family: 'Poppins-semibold';
    margin: 20px 0;
    color: #fff;
    width: 300px;
  }

  .contact-form .dscf7-captcha-container {
    background: none;
  }

  .contact-form .dscf7-captcha-container {
    background: none;
    width: 100%;
  }

  .contact-form .dscf7-question-container {
    width: 30%;
    margin: 20px 0;
  }

  .contact-form .dscf7-answer-container {
    width: 30%;
  }

  section.contact-us-section {
    background-image: url('../image/contact-us-banner.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }

  .get-in-touch-form h3#enquiry-form-label,
  .price-form h3#enquiry-form-label,
  #enquiry-form h3.modal-title,
  #price-form h3.modal-title {
    width: 90%;
    font-family: 'Times New Roman', serif !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.64px !important;
    color: #0b1c34 !important;
  }

  .get-in-touch-form .modal-header {
    border: none;
  }

  .get-in-touch-form,
  .price-form {
    z-index: 999999 !important;
  }

  /* Ensure modal backdrop is above header */
  .modal-backdrop {
    z-index: 100000 !important;
  }

  .modal.show {
    z-index: 100001 !important;
  }

  /* Back to Top Button - dixie designs */
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background-color: #2c2cf3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(44, 44, 243, 0.25);
  }

  .back-to-top.visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .back-to-top:hover {
    background-color: #1f1fe6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 44, 243, 0.35);
  }

  .back-to-top svg {
    transition: transform 0.2s ease;
  }

  .back-to-top:hover svg {
    transform: translateY(-1px);
  }

  /* Mobile responsive back to top button */
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 20px;
      right: 20px;
      width: 48px;
      height: 48px;
    }
    
    .back-to-top svg {
      width: 18px;
      height: 18px;
    }
  }

  /* FAQs Section - dixie designs */
  .faqs-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #E1E5F0 0%, #ffffff 100%);
  }

  .faqs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .faqs-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .faqs-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
  }

  .faqs-tagline span {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #84909e;
  }

  .faqs-title {
    font-family: 'Times New Roman', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.12px;
    margin: 0;
    background: linear-gradient(to right, #84909e, #0b1c34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #0b1c34;
  }

  .faqs-header .section-description {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
  }

  .faqs-content {
    max-width: 800px;
    margin: 0 auto;
  }

  .faqs-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
  }

  .faq-item {
    background: #ffffff;
    border: 1px solid rgba(11, 28, 52, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-item:hover {
    border-color: rgba(44, 44, 243, 0.2);
  }

  .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .faq-question h3 {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #0b1c34;
    margin: 0;
    flex: 1;
    padding-right: 24px;
  }

  .faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
  }

  .faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
  }

  .faq-answer p {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.32px;
    color: rgba(11, 28, 52, 0.8);
    margin: 0;
    padding: 0 40px 32px 40px;
  }

  .faqs-cta {
    text-align: center;
    padding: 48px 40px;
    background: #0b1c34;
    border-radius: 24px;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .faqs-cta p {
    font-family: 'Inter', 'Poppins-Regular', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.36px;
    color: #ffffff;
    margin: 0 0 32px 0;
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .faqs-section {
      padding: 80px 0;
    }

    .faqs-container {
      padding: 0 20px;
    }

    .faqs-header {
      margin-bottom: 60px;
      gap: 24px;
    }

    .faqs-title {
      font-size: 32px;
      letter-spacing: -0.64px;
    }

    .faqs-list {
      margin-bottom: 60px;
    }

    .faq-question {
      padding: 24px 20px;
    }

    .faq-question h3 {
      font-size: 18px;
      padding-right: 16px;
    }

    .faq-answer p {
      font-size: 15px;
      padding: 0 20px 24px 20px;
    }

    .faqs-cta {
      padding: 32px 20px;
      border-radius: 16px;
    }

    .faqs-cta p {
      font-size: 16px;
    }
  }

  @media (max-width: 1024px) {
    .faqs-title {
      font-size: 48px;
      letter-spacing: -0.96px;
    }
  }

  .get-in-touch-form .modal-content,
  .price-form .modal-content {
    border-radius: 16px !important;
    padding: 40px !important;
  }

  .get-in-touch-form input.form-control,
  .price-form input.form-control,
  .get-in-touch-form select,
  .price-form select,
  .get-in-touch-form textarea,
  .price-form textarea {
    border-radius: 8px !important;
    border: 1px solid rgba(11, 28, 52, 0.2) !important;
    padding: 12px 16px !important;
    font-family: 'Inter', 'Poppins-Regular', sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .get-in-touch-form .modal-header,
  .price-form .modal-header {
    border: none !important;
    padding: 0 0 32px 0 !important;
    text-align: center !important;
  }

  .get-in-touch-form .modal-body,
  .price-form .modal-body {
    padding: 0 !important;
  }

  /* Modal specific form container styling */
  .get-in-touch-form .info-form-container,
  .price-form .info-form-container {
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }

  .get-in-touch-form .info-form-container h2,
  .price-form .info-form-container h2 {
    display: none !important;
  }

  .get-in-touch-form .form-group .dscf7-captcha-container,
  .form_div_main .dscf7-captcha-container {
    display: flex;
    width: 100%;
    gap: 20px;
  }

  .get-in-touch-form .form-group .dscf7-captcha-container .dscf7-question-container,
  .form_div_main .dscf7-question-container {
    width: 50%;
  }

  .get-in-touch-form .form-group .dscf7-answer-container,
  .form_div_main .form-group .dscf7-answer-container {
    width: 50%;
  }

  .get-in-touch-form input.submit-btn.btn-primary,
  .price-form input.submit-btn.btn-primary,
  .get-in-touch-form input[type="submit"],
  .price-form input[type="submit"],
  .get-in-touch-form .wpcf7-submit,
  .price-form .wpcf7-submit {
    font-family: 'Inter', 'Poppins-Regular', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.34 !important;
    letter-spacing: -0.36px !important;
    background-color: #2c2cf3 !important;
    color: white !important;
    padding: 14px 16px 14px 28px !important;
    border-radius: 100px !important;
    border: none !important;
    width: 261px !important;
    min-height: 60px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    margin: 24px auto 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* Add arrow icon to submit buttons */
  .get-in-touch-form input.submit-btn.btn-primary::after,
  .price-form input.submit-btn.btn-primary::after,
  .get-in-touch-form input[type="submit"]::after,
  .price-form input[type="submit"]::after,
  .get-in-touch-form .wpcf7-submit::after,
  .price-form .wpcf7-submit::after {
    content: '';
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7V17M17 7H7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }

  .get-in-touch-form input.submit-btn.btn-primary:hover,
  .price-form input.submit-btn.btn-primary:hover,
  .get-in-touch-form input[type="submit"]:hover,
  .price-form input[type="submit"]:hover,
  .get-in-touch-form .wpcf7-submit:hover,
  .price-form .wpcf7-submit:hover {
    background-color: #1f1fe6 !important;
    color: white !important;
  }

  .price-form.get-in-touch-form select,
  .get-in-touch-form select {
    color: #5D7699 !important;
    font-family: 'Montserrat-Regular';
    width: 100%;
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%235D7699' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 8px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
  }

  /* service Page */
  .service-content {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
  }.service-text-3 h4 {
    font-size: 25px;
    font-weight: 500;
    color: #0B1C34;
    font-family: 'Montserrat-Bold';
}
  .service-4-section_new h2.section-heading, .service-4-section_new p {
    text-align: left !important;
}
.service_main p {
    text-align: center;
}
.service-4-section_new ul li {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 5px 0;
    list-style: disc;
}

  section.service-1-section {
    padding: 80px 10px 10px 10px;
  }

  .service-page-banner h3 {
    font-weight: 500;
  }

  .service-content .service-image {
    width: 45%;
  }

  .service-content .service-text {
    width: 55%;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
  }

  .service-text h2.section-heading {
    text-align: left;
    margin-bottom: 15px;
  }

  .service-text p {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
  }

  .know-more-btn a {
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat-Regular';
    transition: all 1s ease;
    border: 1px solid #000;
  }

  .service-4-section p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.34;
    letter-spacing: -0.4px;
    color: rgba(11, 28, 52, 0.8);
    margin-bottom: 0;
    text-align: center;
  }

  p.last-P {
    margin-top: 20px;
  }

  .sub-4 h5 {
    font-size: 18px;
    font-weight: 500;
    color: #0B1C34;
    font-family: 'Montserrat-Bold';
    margin-bottom: 15px;
    text-align: center;
  }

  .section_4_div_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .section_4_div_main .sub-4 {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);
  }

  .section_4_div_main .sub-4:hover {
    transform: translateY(-10px);
    box-shadow: rgba(7, 29, 73, 0.064) -3px 20px 11px 0px;
  }

  section.service-4-section {
    background: #F8F8F8;
  }

  section.contact-us-section-service {
    padding: 40px 0;
  }

  .contact-us-section-service p.small-title {
    color: #000;
  }

  .contact-us-section-service .form-control.underline-input {
    color: #000;
    border-bottom: 1px solid;
  }

  .faq_conent {
    margin-top: 30px;
  }

  .faq_section_service p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
  }

  .faq-container {
    margin: 30px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .faq-box {
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 50px;
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);
  }

  .faq-box:hover {
    transform: translateY(-10px);
    box-shadow: rgba(7, 29, 73, 0.064) -3px 20px 11px 0px;
  }

  p.down_p {
    margin: 20px 0;
  }

  .faq-box::before {
    content: '';
    position: absolute;
    top: -9%;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    background-image: url(../image/faq-icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /* Optional: Adjust layering if needed */
  }

  .faq-box img.icon {
    width: 55px;
    height: 55px;
    display: flex;
    transform: translateY(-57px);
    justify-content: center;
    align-items: center;
  }

  .faq-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #0B1C34;
    font-family: 'Montserrat-Bold';
    margin-bottom: 30px;
    text-align: center;
  }

  .faq_conent p {
    font-size: 14px;
  }


  .load-more-container {
    text-align: center;
    margin: 15px 0;
  }

  .load-more-btn {
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat-Regular';
    transition: all 1s ease;
    border: 1px solid #000;
  }

  .load-more-btn:hover {
    background-color: #eee;
  }

  .why_choose_service p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
  }

  .why_card_sub {
    width: 25%;
    text-align: center;
    padding: 20px;
    background: #F7F7F7;
    box-shadow: 0 15px 30px 0 rgba(7, 29, 73, 0);
    transition: transform 500ms ease, box-shadow 500ms ease;
    transform: translateY(0);
  }

  .why_card_sub:hover {
    transform: translateY(-10px);
    box-shadow: rgba(7, 29, 73, 0.064) -3px 20px 11px 0px;
  }

  .why_card_main {
    display: flex;
    gap: 20px;
    margin: 20px 0;
  }

  .why_sub-2 {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .why_card_sub img {
    width: 60px;
    height: 60px;
  }

  .why_card_sub h4 {
    font-size: 18px;
    font-weight: 500;
    color: #0B1C34;
    font-family: 'Montserrat-Bold';
    margin-bottom: 15px;
    text-align: center;
  }

  .why_card_sub p {
    font-size: 14px;
    line-height: 20px;
  }

  section.why_choose_service {
    padding: 60px 0;
  }

  .process-section {
    padding: 80px 0;
  }

  .process_section_main {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 60px 40px;
  }

  .process-section-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
    align-items: start;
  }

  .process-section .section-heading {
    text-align: left;
    margin-bottom: 0;
  }

  .process-section .subtext {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(11, 28, 52, 0.7);
    margin: 0;
  }

  .steps {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    flex-wrap: wrap;
  }

  .step {
    flex: 1;
    text-align: left;
    padding: 30px 20px;
    position: relative;
  }

  .steps {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    flex-wrap: wrap;
  }

  .steps::before {
    content: '';
    position: absolute;
    top: calc(30px + 30px);
    left: calc(100% / 16);
    width: calc(100% - (100% / 4));
    height: 2px;
    background-color: rgba(11, 28, 52, 0.1);
    z-index: 0;
  }

  @media screen and (max-width: 991px) {
    .steps::before {
      display: none;
    }
  }


  .step-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
  }

  .step h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 16px;
    color: #0B1C34;
    line-height: 1.3;
  }

  .step p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(11, 28, 52, 0.7);
    margin: 0;
  }

  .step p:first-of-type {
    font-size: 16px;
    font-weight: 600;
    color: #2c2cf3;
    margin-bottom: 8px;
  }

  .footer-note {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(11, 28, 52, 0.7);
    margin: 40px auto 0;
    max-width: 600px;
    text-align: center;
  }

  .case_studies_section p.New_p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
  }

  .latest_blog_section .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }

  .blog-header h2.section-heading {
    text-align: left;
    margin-bottom: 15px;
  }

  .case_studies_section-new .owl-nav.disabled,
  .case_studies_section_new .owl-nav.disabled {
    display: none;
  }

  p.small-heading {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Regular';
    margin-bottom: 15px;
  }

  a.view-all-btn {
    color: #0077FF;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat-Regular';
    transition: all 1s ease;
    border: 1px solid #0077FF;
  }

  p.description {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
    text-align: left;
  }

  .blog-intro {
    width: 65%;
  }

  .blog-meta {
    display: flex;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid;
  }

  .blog-meta p {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 25px;
    color: #000;
  }

  h3.blog-title {
    font-size: 22px;
    font-weight: 500;
    color: #0B1C34;
    font-family: 'Montserrat-Bold';
    margin: 20px 0;
  }

  .latest_main_div.owl-loaded {
    margin: 30px 0;
  }

  .latest_main_div .owl-nav.disabled {
    display: none;
  }

  a.blog-link {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
    text-align: left;
  }

  section.latest_blog_section {
    background: none;
    padding: 50px 10px;
  }

  .inner_admin_1 {
    display: flex;
    gap: 16px;
    width: 50%;
    align-items: flex-start;
  }
  .sub_div_case_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

  .inner_admin_1 img,
  .inner_admin_2 img {
    width: 20px !important;
    height: 20px;
  }
  .case_detail h3 {
    font-size: 35px;
}
.case_detail p {
    font-size: 16px;
}
  .blog-meta .inner_admin_2 {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    width: 50%;
  }

  @media screen and (max-width: 1400px) {
    .our_mission_sub-2 h2.section-heading {
      margin-bottom: 10px;
    }

    .mission_div {
      gap: 10px;
      margin-top: 10px;
    }

    .our_mission_sub-2 p {
      font-size: 14px;
      margin: 5px 0;
    }

    .mission_div {
      gap: 10px;
      margin-top: 10px;
    }

    .our_mission_sub-2 h2.section-heading {
      font-size: 30px;
    }

    .blog-detailmain .detial-social::before {

      width: 50%;
      right: 9rem;
    }
    .service-text h2.section-heading {
    text-align: left;
    margin-bottom: 0px;
    font-size: 30px;
}
  }

  @media screen and (max-width: 1300px) {
    .footer {
      padding: 25px;
    }
.industries_main_Service {
    grid-template-columns: 1fr 1fr 1fr;
}

    .service-text p {
      font-size: 14px;
    }

    .section-heading {
      font-size: 30px;
    }

    .service-text p {
      font-size: 14px;
    }

    .blog-detailmain .detial-social::before {

      width: 50%;
      right: 9rem;
    }

    nav.lingarch-header {
      padding: 20px;
    }

    .service-image img {
      height: 600px;
    }
    .footer_main {
    grid-template-columns: 1fr 1.5fr 1.5fr;
}
  }

  @media screen and (max-width: 1200px) {
    .industries_main_div {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .featured_sub_conent p {
      font-size: 14px;
    }

    .featured_sub_conent h2 {
      font-size: 25px;
    }

    .featured_sub_conent {
      padding: 20px 30px;
    }

    .featured_sub_conent h2 {
      font-size: 28px;
    }

    .sub_div-1 h3 {
      font-size: 25px;
      line-height: 35px;
    }

    nav.lingarch-header .links {
      gap: 10px;
    }

    .banner_video_main p {
      width: 90%;
      margin-bottom: 15px;
    }

    .banner_video_main h3 {
      font-size: 40px;
      margin-bottom: 10px;
    }

    .mega-box {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
    }

    .our_mission_main.row.destop_div {
      display: none;
    }

    .our_mission_main.mobile_div {
      display: block;
    }

    .blog_section_main_div {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media screen and (max-width: 1100px) {
    .section-heading {
      font-size: 35px;
    }

    .bloginner-cont h1 {
      line-height: 45px;
      margin-bottom: 20px;
      font-size: 30px;
    }

    .bloginner-cont h2 {
      font-size: 28px;
    }

    .bloginner-cont h3 {
      font-size: 22px;
    }

    .mega-box {
      grid-template-columns: 1fr 1fr;
      gap: 0px;
    }

    a.schedule-meeting-btn {
      padding: 10px 15px !important;
    }

    .blog-detailmain .detial-social::before {
      width: 40%;
      right: 9rem;
    }


    .element-number {
      font-size: 35px;
    }

    .case-carousel .item-content h3 {
      font-size: 18px;
    }

    .why_choose_main {
      grid-template-columns: 1fr 1fr;
    }

    .case_detail h3 {
      width: 100%;
      font-size: 30px;
    }

    .case_detail.banner_video_main p {
      width: 70%;
      line-height: 30px;
    }

  }

  @media screen and (max-width:1024px) {
      li.desktop-menu {
    display: none;
}
li.mobile-menu {
    display: block;
}

  /* Remove gap between header and hero in mobile */
  .hero-section {
    margin-top: 0;
    padding-top: 0;
  }

  header {
    margin-top: 0;
  }
    .service-content {
    display: block;
  }
  
  .class_icon a img {
    display: block;
    width: 40px;
    height: 40px;
  }

  .why_card_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .why_card_sub {
    width: 100%;
  }

  .faq-box::before {
    width: 45px;
    height: 45px;
    top: -6%;
  }

  .faq-container {
    grid-template-columns: 1fr 1fr;
  }

  .other-services_main {
    flex-direction: column;
  }

  .section_4_div_main {
    grid-template-columns: 1fr 1fr;
  }

  .service-content .service-image {
    width: 100%;
  }

  .service-content .service-text {
    width: 100%;
  }

  .service-image img {
    height: auto;
  }

  .mega-box {
    grid-template-columns: 1fr 1fr;
  }

  .banner_video_main {
    bottom: 3%;
  }

  .blog-detailmain .detial-social::before {
    display: none;
  }

  section.destop_need {
    display: none;
  }

  .case_detail .banner_video_main {
    bottom: 5%;
  }

  section.need_sup.Mobile_need {
    display: block;
  }

  .footer_main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  i.fa-solid.fa-globe.global-icon {
    display: none;
  }

  i.fa-solid.fa-globe.mobile_global {
    display: block;
  }

  .banner_video_main h3 {
    font-size: 2.2rem;
  }

  .banner_video_main p {
    font-size: 1rem;
  }

  .banner_conent {
    flex-direction: column;
    gap: 30px;
  }

  .get_btn a {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .industries_main_div {
    grid-template-columns: 1fr 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-carousel .item-content {
    height: 200px;
  }

  /* Mobile Navigation Styles */
  nav.lingarch-header {
    height: 80px;
    align-items: center;
  }

  nav.lingarch-header .links {
    position: fixed;
    z-index: 9;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    height: 0;
    gap: 0;
    padding: 0;
  }

  #nav-toggle:checked~.links {
    height: calc(100vh - 80px);
    display: flex;
    padding: 20px;
    padding-top: 30px;
  }

  nav.lingarch-header .links li {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
  }

  nav.lingarch-header .links a {
    font-size: 16px;
    padding: 10px 0;
    color: #000;
    display: block;
    width: 100%;
  }

  nav.lingarch-header .links a:not(:has(img)) {
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }

  /* Mobile Dropdown Styles */
  .lingarch-header .dropdown {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: #f8f9fa;
    border-radius: 0;
    margin-top: 10px;
    display: none;
  }

  .lingarch-header .dropdown.show {
    display: block;
  }

  .lingarch-header .dropdown li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 5px;
  }

  .lingarch-header .dropdown li a {
    font-size: 14px;
    padding: 8px 15px;
    color: #333;
  }

  .lingarch-header .dropdown li a:hover {
    color: #1570D3;
    background-color: #fff;
  }

  /* Mobile Mega Menu Styles */
  .mega-content {
    position: static !important;
    width: 100% !important;
    background-color: #f8f9fa;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    display: none;
  }

  .mega-content.show {
    display: block;
  }

  .mega-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mega-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .mega-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .mega_under h4 {
    margin-bottom: 10px;
  }

  .mega_under h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }

  .mega_under p {
    margin-bottom: 5px;
  }

  .mega_under p a {
    font-size: 14px;
    color: #666;
    padding: 3px 0;
  }

  /* Simple Dropdown for Industries/Resources */
  .simple-menu .dropdown-list {
    position: static !important;
    width: 100% !important;
    background-color: #f8f9fa;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    display: none;
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
  }

  .simple-menu .dropdown-list.show {
    display: block;
  }

  .simple-menu .dropdown-list li {
    width: 100%;
    margin-bottom: 8px;
    border-bottom: none;
    padding-bottom: 3px;
  }

  .simple-menu .dropdown-list li a {
    font-size: 14px;
    padding: 5px 0;
    color: #333;
  }

  /* Show burger menu */
  nav.lingarch-header .icon-burger {
    display: flex;
  }

  /* Animate burger icon */
  #nav-toggle:checked~.icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }

  #nav-toggle:checked~.icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }

  #nav-toggle:checked~.icon-burger .line:nth-child(2) {
    opacity: 0;
  }


  /* Arrow positioning for mobile */
  .lingarch-header .dropdown-parent span::before,
  .lingarch-header .dropdown-mainchild span::before {
    right: 0;
    top: 50%;
  }

  }

  @media screen and (max-width: 990px) {
    .sub_div_case_conent {
      position: unset;
      padding: 0;
      background: #EFF6FF;
    }

    .latest_blog_section .blog-header {
      flex-direction: column;
    }

    .blog-intro {
      width: 100%;
      text-align: center;
    }

    .blog-header h2.section-heading {
      text-align: center;
    }

    p.description {
      text-align: center;
    }

    .view-all {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    section.latest_blog_section {
      background: none;
    }

    img.destop_img {
      display: none !important;
    }

    img.mobile_img {
      display: block !important;
    }

    .sub_div-1 {
      z-index: 2;
      position: unset;
      top: 50%;
      left: 50%;
      transform: translate(0%, 0%);
      padding: 20px 30px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .challenge-line::before {
      height: calc(58% - 24px);
    }

    .steps {
      flex-direction: column;
      align-items: center;
    }

    .step:not(:last-child)::after {
      position: unset;
    }
  }

  @media screen and (max-width: 800px) {
    h3.destop_h3 {
      display: none;
    }
      .footer_main {
    grid-template-columns: 1fr 1fr;
  }
h1.service_h1 {
    font-size: 30px;
    width: 100%;
}
.service_main .banner_conent {
    justify-content: center;
    flex-direction: row;
}
    .show_conent h5 {
      padding: 3px 10px;
      font-size: 10px;
    }

    .blog-detailmain {
      margin-top: 0rem;
    }

    .show_conent {
      top: 22px;
      left: -25px;
    }

    .case_detail .banner_video_main {
      bottom: 20%;
    }

    .location-manchester-right .show_conent {
      left: 50px;
    }

    .location-dubai-right .show_conent {
      left: 35px;
    }

    .location-hk-right .show_conent {
      left: 50px;
    }

    .why_choose_main {
      grid-template-columns: 1fr;
    }


    h3.mobile_h3 {
      display: block;
    }

    /* .h3_conent {
      height: auto;
    } */

    .banner_video_main p {

      width: 100%;
      line-height: 30px;
    }

    .banner_conent {
      flex-direction: column;
      gap: 30px;
    }

    .mission_div {
      display: block;
    }

    .mission_div .why_choose_sub-1 {
      width: 100%;
      margin-bottom: 20px;
    }

    .accreditations_sub_2 {
      display: block;
    }

    .accreditations_sub_2 img {
      margin-bottom: 20px;
    }

    .banner_video_main {
      bottom: 30%;
    }

    .about-us-banner h1 {
      width: 100%;
    }
  }

  @media screen and (max-width: 767px) {

    .step {
      flex: none;
      width: 100%;
      max-width: 320px;
      padding-bottom: 50px;
    }

    .step:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 75px;
      /* below the icon */
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 60px;
      background-color: #cfd6e4;
      z-index: 0;
    }

    .step {
      flex: 1 1 100%;
      max-width: 100%;
      padding-bottom: 30px;
    }

    .step:not(:last-child)::after {
      content: none;
      /* Remove lines on mobile for better layout */
    }

    .mega-content {
      position: static;
      width: 100%;
      box-shadow: none;
    }

    .service_banner .banner_video_main {
      bottom: 15%;
    }

    .why_sub-2 {
      flex-direction: column;
    }

    .why_card_main {
      grid-template-columns: 1fr;
    }

    .faq-container {
      padding: 10px;
    }

    .faq-container {
      grid-template-columns: 1fr;
    }

    section.faq_section_service {
      padding: 30px 10px;
    }

    .get_float_btn a {
      position: fixed;
      bottom: 0;
      right: 0;
      left: 0;
      top: auto;
      transform: rotate(0deg);
      width: 100%;
      text-align: center;
      border-radius: 0;
      z-index: 9999;
    }

    .case-study-carousel img.mobile_img {
      height: 850px;
      width: 850px;
      object-fit: cover;
    }

    .main-title {
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
    }

    section.contact_info_section {
      padding: 50px 10px;
    }

    .contact_frs_conent h2 {
      font-size: 25px;
      line-height: 40px;
    }

    section.featured_blog_section {
      padding: 50px 30px;
    }

    .contact_info_sub {
      display: block;
    }

    .email_div,
    .location-cont {
      width: 100%;
      margin-bottom: 20px;
    }

    .featured_sub_conent p {
      width: 100%;
    }

    .featured_blog_main button.owl-prev,
    button.owl-next {
      top: 35%;
    }

    .blog_section_main_div {
      grid-template-columns: 1fr;
    }

    .admin_blog img {
      width: 25px;
      height: 25px;
    }

    .social-blogshare img {
      width: 25px;
      height: 25px;
    }

    .social-blogshare p {
      font-size: 16px;
    }

    .admin_blog p {
      font-size: 16px;
    }

    .challenge-line::before {
      height: calc(54% - 24px);
    }

    .posted-date span {
      font-size: 16px;
    }

    .posted-date .icon img Specificity: (0, 2, 1) {
      width: 25px;
      height: 25px;
    }

    .case-study-carousel .banner_video_main {
      bottom: 30%;
    }

    .challeng_section h3.section-heading {
      font-size: 25px;
    }

    section.accreditations_section {
      padding: 40px 10px;
    }

    .accreditations_main_div {
      padding: 30px 20px;
    }

    section.about_section {
      padding: 40px 0;
    }

    .main-div-why {
      padding: 40px 30px;
    }

    section.why_choose_section {
      padding: 30px 0px;
    }

    .our_mission_sub-2 {
      padding: 0;
    }

    .mega-box {
      display: block;
    }

    .main-div-why {
      padding: 40px 10px;
    }

    .mega-item {
      display: flex;
      align-items: center;
      padding: 12px 0;
    }

    .mega-item img {
      width: 36px;
      height: 36px;
      margin-right: 12px;
    }

    section.blog_grid_section {
      padding: 0 10px 50px 10px;
    }

    /* Hide desktop-style hover menus */
    .dropdown-parent:hover .mega-content {
      display: none;
    }

    .dropdown-parent .mega-content {
      display: none;
    }

    h4.blog-title {
      font-size: 18px;
      margin-bottom: 15px;
      line-height: 30px;
    }

    /* Toggle accordion on click */
    .dropdown-parent.open .mega-content {
      display: block;
    }

    .footer-container {
      flex-direction: column;
      gap: 30px;
    }

    .case-carousel .item {
      max-width: 100%;
      padding: 0;
    }

    .footer-bottom-links {
      display: block;
    }

    .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }

    .footer-bottom-links a {
      margin-left: 10px;
      margin-right: 10px;
    }

    .form_conent h3 {
      font-size: 36px;
      letter-spacing: -0.72px;
    }

    .need_support_div_mob h3 {
      font-size: 28px;
    }

    section.need_sup.Mobile_need {
      padding: 30px 0;
    }
  }

  @media screen and (max-width:600px) {
    .footer_main {
      display: block;
    }
.case-carousel button.owl-prev, .case-carousel button.owl-next {
    position: absolute;
    height: 50px;
    width: 50px;
}
.service-image.service-image-1 {
    height: auto !important;
}
.service-image.service-image-2 {
    height: auto !important;
}
.service-image.service-image-3 {
    height: auto !important;
}
.process-section {
    padding: 50px 10px;
}
.faq-box {
    padding:10px;
}
.service-text h2.section-heading {
        font-size: 22px;
    }
    h1.service_h1 {
        font-size: 25px;

    }
    
.faq-container {
        padding: 0;
    }
    .know-more-btn a {
      padding: 5px 20px;
      font-size: 14px;
    }

    #pagination-container {
      margin-top: 20px;
    }

    .service-content .service-text {
      padding: 30px 15px;
    }

    #pagination-container li a,
    #pagination-container li span {
      width: 35px;
      height: 35px;
      font-size: 12px;
    }

    #pagination-container ul {
      gap: 6px;
    }

    section.featured_blog_section {
      padding: 30px 10px;
    }

    .featured_sub_conent {
      padding: 30px 20px;
    }

    section.blog-detail {
      padding: 30px 0;
    }

    .admin_blog {
      gap: 10px;
    }

    .social-blogshare p {
      font-size: 14px;
    }

    .admin_blog p {
      font-size: 14px;
    }

    .blog-detailmain {
      padding: 30px 10px;
    }

    .main_div_case {
      margin: 10px 0;
    }

    .banner_video_main a {
      padding: 10px 15px;
      font-size: 14px;
      margin-bottom: 15px;
    }

    .sub_div-1 {
      padding: 30px 10px;
    }

    .case-carousel .item-content {
      text-align: center;
    }

    .form_conent {
      text-align: center;
    }

    .info-form-container h2 {
      text-align: center;
    }

    section.our_mission_section {
      padding: 30px 10px;
    }

    .about-us-banner .banner_video_main {
      position: absolute;
    }

    section.home_form_section {
      padding: 80px 0;
    }

    .industries_main_div {
      grid-template-columns: 1fr;
    }

    .banner-video-section {
      padding: 0px;
      height: auto;
    }

    .banner_video_main {
      padding: 20px;
      width: 100%;
    }

    .banner_video_main h3 {
      font-size: 26px;
      line-height: 1.4;
    }

    .about-sub_1 h1.section-heading {
      text-align: center;
    }

    .about-sub_2 p {
      text-align: center;
    }

    .our_mission_sub-2 h2.section-heading {
      text-align: center;
    }

    .accreditations_sub_1.col-lg-6 {
      text-align: center;
    }

    .accreditations_sub_1 {
      align-items: center;
    }

    .why_choose_sub-1 img {
      width: 50px;
      height: 50px;
    }

    .h3_conent h3 {
      text-align: center;
    }

    .our_mission_sub-2 p {
      text-align: center;
    }

    .banner_video_main p {
      font-size: 12px;
    }

    .get_btn a {
      font-size: 0.95rem;
      padding: 10px 18px;
    }

    .section-heading {
      font-size: 25px;
    }

    .mobile_icon {
      transform: translateX(50px);
    }

    .stats-grid {
      grid-template-columns: 1fr;
    }

    section.global_brand_section {
      padding: 5px 0 60px 0;
      width: 100%;
      background: transparent;
      margin-top: -80px;
    }

    section.industries_section {
      padding: 40px 10px;
    }

    section.case_studies_section {
      padding: 40px 10px;
    }

    .main_div_pillar h3 {
      font-size: 25px;
      margin-bottom: 20px;
    }

    .main_div_pillar p {
      font-size: 14px;
      margin-bottom: 20px;
    }

    .intro_section p {
      font-size: 14px;
    }

    section.pillar-page_inner {
      padding: 30px 10px;
    }

    .get_btn_pillar a {
      font-size: 14px;
      padding: 10px 25px;
    }

    .main_div_pillar ul li {
      font-size: 14px;
    }

    section.intro_section {
      padding: 30px 10px;
    }

    .main_div_pillar {
      padding: 20px 10px;
    }

    .load_more_btn button.load-btn {
      font-size: 16px;
      padding: 10px 20px;
    }

    .pillar-page h1 {
      font-size: 28px;
    }
  }

  @media screen and (max-width: 500px) {

    .pillar-page .banner_video_main {
      padding: 15px;
    }

    .stats-section {
      padding: 40px 10px;
    }

    .case_detail .banner_video_main {
      padding: 10px;
    }

    .case_detail .banner_video_main {
      bottom: 0%;
    }

    .form_conent {
      padding: 32px 20px;
    }

    .info-form-container {
      padding: 32px 24px;
      border-radius: 16px;
    }

    .footer {
      padding: 25px 10px;
    }

    .footer-bottom {
      padding: 15px 10px;
    }

    .case_intro h2.section-heading {
      text-align: center;
    }

    .case_intro p {
      text-align: center;
    }

    .challeng_section .section-heading::before,
    .challenge-line::before {
      display: none;
    }

    section.challeng_section {
      padding: 30px 10px;
      text-align: center;
    }

    .challeng_section h3.section-heading {
      text-align: center;
    }

    .first_div_challenge p {
      margin-bottom: 20px;
    }

  }

  @media screen and (max-width: 450px) {
    .accreditations_main_div {
      padding: 30px 10px;
    }

    .case-study-carousel .banner_video_main {
      bottom: 20%;
    }

    .banner_video_main h3 {
      font-size: 25px;
    }

    .intro_section h2.section-heading {
      font-size: 20px;
      line-height: 30px;
    }
  }

  @media screen and (max-width: 375px) {
    .case-study-carousel .banner_video_main {
      bottom: 25%;
    }

    #pagination-container li a,
    #pagination-container li span {
      width: 20px;
      height: 20px;
      font-size: 12px;
    }

    .get_btn_pillar a {
      font-size: 12px;
    }

    .banner_video_main p {
      margin-bottom: 10px;
      line-height: 20px;
    }

    .banner_video_main h3 {
      font-size: 20px;
    }

    .detial-social {
      display: block;
      align-items: flex-start;
    }

    .admin_blog {
      justify-content: flex-start;
    }

    .social-blogshare {
      justify-content: flex-start;
    }

    .mobile_icon {

      transform: translateX(10px);
    }
  }

  @media screen and (max-width: 320px) {}

/* Infinite Logos Section - dixie designs */
.infinite-logos-container {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}

.infinite-logos-track {
  display: flex;
  align-items: center;
  gap: 75px;
  padding: 20px 0;
  animation: scroll-logos 45s linear infinite;
  width: max-content;
}

.logo-item {
  flex-shrink: 0;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.logo-item:hover {
  opacity: 1;
}

.logo-item img {
  height: 100%;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.logo-item:hover img {
  opacity: 1;
}

.gradient-overlay {
  position: absolute;
  top: 13px;
  width: 271px;
  height: 130px;
  pointer-events: none;
  z-index: 2;
}

.gradient-left {
  left: 0;
  background: linear-gradient(90deg, 
    rgba(224, 229, 240, 1) 0%, 
    rgba(224, 229, 240, 0.8) 40%, 
    rgba(224, 229, 240, 0) 100%);
}

.gradient-right {
  right: 0;
  background: linear-gradient(270deg, 
    rgba(224, 229, 240, 1) 0%, 
    rgba(224, 229, 240, 0.8) 40%, 
    rgba(224, 229, 240, 0) 100%);
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .infinite-logos-container {
    height: 80px;
  }
  
  .infinite-logos-track {
    gap: 50px;
    animation: scroll-logos 30s linear infinite;
  }
  
  .logo-item {
    height: 55px;
  }
  
  .logo-item img {
    max-width: 150px;
  }
  
  .gradient-overlay {
    width: 150px;
    height: 100px;
    top: 0;
  }
}

/* Intro Section - dixie designs */
.intro-section {
  padding: 10px;
  background: var(--home-bg-color);
  display: flex;
  justify-content: center;
  min-height: 1240px;
}

.intro-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 40px;
  padding: 160px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  min-height: 1173px;
}

.intro-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.intro-text {
  display: flex;
  flex-direction: column;
  gap: 80px;
}


.intro-tagline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 0;
}

.intro-tagline span {
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #84909e;
}

.intro-title {
  font-family: 'Times New Roman', serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
  margin: 0;
  color: #0b1c34;
  overflow: hidden;
}

/* GSAP Animation Classes for Intro Title */
.intro-title.split-ready .word {
  display: inline-block;
  overflow: hidden;
  margin-right: 0.15em;
  vertical-align: top;
}

.intro-title.split-ready .word:last-child {
  margin-right: 0;
}

.intro-title.split-ready .word .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}

/* Animation classes for intro section elements */
.intro-section [data-animate] {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}

/* Animation classes for case studies section */
.case-studies-new [data-animate] {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}

.case-studies-new .case-card {
  opacity: 1;
  transform: none;
  will-change: transform, opacity;
}

/* Animation classes for industries section */
.industries-section [data-animate] {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}

/* GSAP Animation Classes for Industries Title */
.industries-title.split-ready .word {
  display: inline-block;
  overflow: hidden;
  margin-right: 0.15em;
  vertical-align: top;
  line-height: 1.2;
}

.industries-title.split-ready .word:last-child {
  margin-right: 0;
}

.industries-title.split-ready .word .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}

.industries-section .industry-item {
  opacity: 0;
  transform: translateX(-30px);
  will-change: transform, opacity;
}


.intro-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  width: 100%;
}

.stat-box {
  border-left: 2px solid rgba(11, 28, 52, 0.1);
  padding: 20px 0 20px 20px;
  width: 234px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -3.84px;
  background: linear-gradient(to right, #84909e, #2c2cf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: rgba(11, 28, 52, 0.8);
}


.intro-world-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 892px;
  height: 430px;
  opacity: 1;
  pointer-events: none;
}

.world-map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-card {
  position: absolute;
  right: 120px;
  bottom: 189px;
  width: 234px;
  z-index: 10;
}

.support-shadows {
  position: absolute;
  top: 65px;
  left: -30px;
  width: 300px;
  height: 125px;
  pointer-events: none;
  z-index: 1;
}

.shadows-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-content {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .24);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.support-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.support-number {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2.4px;
  background: linear-gradient(to right, #84909e, #2c2cf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.support-label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.28px;
  color: rgba(11, 28, 52, 0.8);
}

.support-avatar {
  position: relative;
  width: 54px;
  height: 54px;
}

.avatar-image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.online-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.571px;
  height: 11.571px;
  background: #00ff00;
  border-radius: 50%;
  border: 2px solid white;
}

/* Responsive Design */
@media (max-width: 1440px) {
  .intro-container {
    max-width: 100%;
    margin: 0 10px;
  }
}

@media (max-width: 1200px) {
  .intro-container {
    padding: 80px 20px;
  }
  
  .intro-content {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .intro-title {
    font-size: 48px;
  }
  
  .intro-world-map {
    width: 600px;
    height: 300px;
  }
  
  .support-card {
    right: 60px;
    bottom: 120px;
  }
}

@media (max-width: 900px) {
  .intro-content {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .intro-container {
    padding: 60px 0;
    border-radius: 20px;
  }
  
  .intro-content {
    gap: 40px;
    max-width: 100%;
    padding: 0 20px;
  }
  
  .intro-text {
    gap: 24px;
  }
  
  .intro-title {
    font-size: 32px;
  }
  
  
  .intro-stats {
    gap: 24px;
    justify-content: start;
  }
  
  .stat-box {
    width: 200px;
    padding: 16px;
  }
  
  .stat-number {
    font-size: 48px;
  }
  
  .stat-label {
    font-size: 14px;
  }
  
  
  
  .support-card {
    right: 20px;
    bottom: 60px;
    width: 200px;
  }
  
  .support-content {
    padding: 16px;
  }
  
  .support-number {
    font-size: 32px;
  }
  
  .support-label {
    font-size: 12px;
  }
}

/* Typewriter Cursor Animation */
.typewriter-cursor {
  display: inline-block;
  animation: blink-cursor 1.2s infinite;
  margin-left: 2px;
}

@keyframes blink-cursor {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

/* New Industries Section */
.industries-new {
  width: 100%;
  background: transparent;
  padding-inline: 10px;
  container-type: inline-size;
  container-name: industries-section;
}

.industries-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: #0b1c34;
  border-radius: 40px;
  padding: 160px 20px;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.industries-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
}

/* Industries Header */
.industries-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 863px;
  width: 100%;
  align-self: start;
  height: fit-content;
  position: static;
  container-type: inline-size;
  container-name: industries-header;
}

.industries-header .section-kicker span {
  background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  line-height: 1;
}

.industries-title {
  font-family: 'Times New Roman', serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.28px;
  color: white;
  margin: 0;
}

.industries-description {
  max-width: 826px;
}

.industries-description p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Industries List */
.industries-list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1200px;
}

.industry-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 19px;
  padding-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 840px;
  cursor: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEiIGZpbGw9IiMyYzJjZjMiLz4KPC9zdmc+Cg==') 12 12, pointer;
}

.industry-item:hover {
  max-width: 1200px;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.industry-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 49px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: white;
  margin: 0;
  transition: all 0.3s ease;
}

.industry-item:hover h3 {
  background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Industry Image Pill */
.industry-image {
  width: 0;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 800ms cubic-bezier(0.4, 0, 0, 1);
  position: relative;
  opacity: 0;
}

.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.4, 0, 0, 1);
}

.industry-item:hover .industry-image {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  opacity: 1;
}

.industry-item:hover .industry-image img {
  transform: scale(1.1);
}


/* Responsive Design */
@media (max-width: 1200px) {
  .industries-container {
    padding: 120px 80px;
    gap: 80px;
  }
  
  .industries-title {
    font-size: 56px;
  }
  
  .industry-item h3 {
    font-size: 46px;
    letter-spacing: -2.2px;
  }
}

@media (max-width: 768px) {
  .industries-container {
    padding: 80px 24px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .industries-header {
    gap: 24px;
    position: static;
  }
  
  .industries-title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  
  .industries-description p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  
  .industries-list {
    gap: 40px;
  }
  
  .industry-item {
    gap: 20px;
  }
  
  .industry-item h3 {
    font-size: 32px;
    letter-spacing: -1.6px;
  }

/* ===== INDUSTRIES EXTRA SECTION (Service Page) ===== */
.industries-extra {
  width: 100%;
  background: transparent;
  padding-inline: 10px;
}

.industries-extra .industries-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: #F3F3F5 !important;
  border-radius: 40px;
  padding: 160px 20px;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.industries-extra .industries-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
}

.industries-extra .industries-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 863px;
  align-self: start;
  height: fit-content;
  position: static;
  width: 100%;
  container-type: inline-size;
  container-name: industries-header;
}

.industries-extra .industries-title {
  font-family: 'Times New Roman', serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.28px;
  color: white;
  margin: 0;
}


.industries-extra .industries-description {
  max-width: 826px;
}

.industries-extra .industries-description p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.industries-extra .industries-list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1200px;
}

.industries-extra .industry-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 19px;
  padding-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 840px;
  cursor: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEiIGZpbGw9IiMyYzJjZjMiLz4KPC9zdmc+Cg==') 12 12, pointer;
}

.industries-extra .industry-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.industries-extra .industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-extra .industry-item:hover {
  max-width: 1200px;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.industries-extra .industry-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 49px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: #0b1c34;
  margin: 0;
  transition: all 0.3s ease;
}

.industries-extra .industry-item .document-description {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px 0 0 0;
  max-width: 600px;
}

.industries-extra .industry-item:hover h3 {
  background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.industries-extra .industries-footer p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.8);
  margin: 40px 0 0 0;
  max-width: 826px;
}
  
  .industry-item:hover {
    transform: translateX(5px);
  }
  
  .industry-image {
    width: 0;
    height: 0;
    border-radius: 12px;
  }
  
  .industry-item:hover .industry-image {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
}

/* New Case Studies Section */
.case-studies-new {
  padding: 116px 0 144px 110px;
  overflow: clip;
}

/* Case Studies Listing Page - No top padding */
.case-study-listing-wrapper .case-studies-new {
  padding: 0 0 144px 110px;
}

.case-studies-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: none;
}

/* Section Header */
.section-header-border {
  border-bottom: 1px solid rgba(11, 28, 52, 0.1);
  padding-bottom: 17px;
}

.section-kicker,
h2.section-kicker {
  background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
}

/* Content Container */
.case-studies-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
}

/* Navigation Controls */
.case-studies-nav {
  display: flex;
  gap: 10px;
  width: 140px;
  align-self: flex-start;
  margin-top: 40px;
}

.nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prev-btn {
  background: #f8f8f9;
}

.prev-btn:hover {
  background: #e8e8e9;
}

.next-btn {
  background: #0b1c34;
}

.next-btn:hover {
  background: #1a2a44;
}

.prev-btn:disabled,
.next-btn:disabled {
  cursor: not-allowed;
}

/* Carousel Container */
.case-studies-carousel {
  width: 100%;
  position: relative;
  overflow: visible !important;
}

.case-studies-track {
  display: flex;
  transition: none;
  gap: 40px;
  cursor: grab;
  user-select: none;
  position: relative;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow-x: scroll !important;
  overflow-y: visible !important;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.case-studies-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.case-studies-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Case Studies Grid Layout (for listing page) */
.case-studies-grid-listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 40px;
  width: 100%;
}

.case-studies-track:active {
  cursor: grabbing;
}

.case-studies-track.dragging {
  cursor: grabbing;
}

/* Case Cards */
.case-card {
  flex: 0 0 360px;
  height: 480px;
}

.case-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.case-card-inner {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Background Image */
.case-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 800ms cubic-bezier(0.4, 0, 0, 1);
}

/* Dark Gradient Overlay */
.case-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 50%);
  z-index: 1;
}

.case-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #ffffff;
  transition: transform 800ms cubic-bezier(0.4, 0, 0, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px 40px 40px;
  z-index: 2;
}

/* Content */
.case-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 40px 40px;
}

.case-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.case-title {
  font-family: 'Inter', sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1.08px;
  color: #394854;
  text-transform: capitalize;
  margin: 0;
}

.case-description {
  opacity: 0;
  transform: translateY(20px);
  transition: all 800ms cubic-bezier(0.4, 0, 0, 1);
}

.case-description p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  color: white;
  margin: 0;
}

/* Fixed Footer (doesn't move with overlay) */
.case-footer-fixed {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 4;
  border-top: 1px solid rgba(11, 28, 52, 0.1);
  padding-top: 41px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.case-number {
  font-family: 'Inter', sans-serif;
  font-size: 52.53px;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -3.68px;
  color: #0077ff;
  background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  min-width: 92px;
}

/* White numbers on hover */
.case-card:hover .case-number {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}

.case-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  flex-shrink: 0;
}

.case-month,
.case-year {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.28px;
  color: rgba(11, 28, 52, 0.8);
  text-align: right;
}

/* White date text on hover */
.case-card:hover .case-month,
.case-card:hover .case-year {
  color: rgba(255, 255, 255, 0.8);
}

/* White separator line on hover */
.case-card:hover .case-footer-fixed {
  border-top-color: rgba(255, 255, 255, 0.10);
}

/* Hover Effects */
.case-card:hover .case-bg {
  transform: scale(1.05);
}

.case-card:hover .case-overlay {
  transform: translateY(-100%);
}

.case-card:hover .case-description {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .case-studies-new {
    padding: 80px 0 80px 20px;
  }
  
  .case-studies-container {
    gap: 40px;
  }
  
  .category-tabs {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .tab {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  
  .case-studies-nav {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }
  
  .case-card {
    flex: 0 0 280px;
  }
  
  .case-card-inner {
    padding: 25px 30px 30px;
  }
  
  .case-title {
    font-size: 22px;
  }
  
  .case-number {
    font-size: 42px;
  }
}

/* ===== GLOBAL ANIMATION CLASSES ===== */

/* Split Text Mask Animation Classes */
.split-ready .word {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.split-ready .word .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}

/* Animated Elements Initial State */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}

/* Don't hide split-ready titles initially */
[data-animate].split-ready {
  opacity: 1 !important;
  transform: none !important;
}

/* Special case for industries list items */
.industry-item {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  will-change: transform, opacity;
}

/* ===== TESTIMONIALS SECTION ===== */

.testimonials-section {
  padding: 120px 0;
  background: #E0E5F0;
  position: relative;
  overflow: hidden;
}

.testimonials-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

/* Testimonials Header */
.testimonials-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 863px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-header .section-kicker span {
  background: linear-gradient(90deg, #84909e 0%, #2c2cf3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  line-height: 1;
}

.testimonials-title {
  font-family: 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin: 0;
  background: linear-gradient(to right, #84909e, #0b1c34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #0b1c34;
}

.testimonials-description {
  max-width: 826px;
  margin: 0 auto;
}

.testimonials-description p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0;
}

/* Testimonials Wrapper */
.testimonials-wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}

/* Testimonials Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: fit-content;
  animation: scrollUp 60s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Testimonials Column */
.testimonials-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Testimonial Card */
.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 4px 20px rgba(11, 28, 52, 0.08);
}

.testimonial-content p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: #0b1c34;
  margin: 0;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-name {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.32px;
  color: #0b1c34;
}

.author-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: -0.28px;
  color: rgba(11, 28, 52, 0.6);
}

.testimonial-category {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #2c2cf3;
  background: rgba(44, 44, 243, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  align-self: flex-start;
}

/* Gradient Overlays */
.testimonials-gradient {
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 2;
  pointer-events: none;
}

.testimonials-gradient-top {
  top: 0;
  background: linear-gradient(180deg, #E0E5F0 0%, rgba(224, 229, 240, 0) 100%);
}

.testimonials-gradient-bottom {
  bottom: 0;
  background: linear-gradient(0deg, #E0E5F0 0%, rgba(224, 229, 240, 0) 100%);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .testimonials-container {
    padding: 0 80px;
    gap: 60px;
  }
  
  .testimonials-title {
    font-size: 56px;
  }
  
  .testimonials-grid {
    gap: 30px;
  }
  
  .testimonials-column {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 80px 0;
  }
  
  .testimonials-container {
    padding: 0 24px;
    gap: 40px;
  }
  
  .testimonials-header {
    gap: 24px;
  }
  
  .testimonials-title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  
  .testimonials-description p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  
  .testimonials-wrapper {
    height: 500px;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .testimonials-column {
    gap: 20px;
  }
  
  .testimonial-card {
    padding: 24px;
    gap: 20px;
  }
  
  .testimonial-content p {
    font-size: 15px;
  }
  
  .author-name {
    font-size: 15px;
  }
  
  .author-title {
    font-size: 13px;
  }
  
  .testimonial-category {
    font-size: 11px;
    padding: 4px 8px;
  }
}

/* ===== ABOUT US HERO SECTION ===== */

.hero-section.about-hero {
  background: linear-gradient(180deg, #ffffff 0%, #e0e5f0 100%) !important;
  position: relative;
  overflow: hidden;
}

.about-hero .banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.about-hero .banner_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 1) 100%);
  -webkit-mask: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 1) 100%);
}

.about-hero .banner_img .mobile_img {
  display: none;
}

.about-hero .hero-content {
  position: relative;
  z-index: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .about-hero .banner_img .destop_img {
    display: none;
  }
  
  .about-hero .banner_img .mobile_img {
    display: block;
  }
  
  .about-hero .banner_img img {
    mask: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 1) 100%);
  }
}

/* ===== ABOUT SECTION NEW ===== */

.about-section-new {
  padding: 120px 0;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

/* About Header - Swiss Grid Layout */
.about-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-title-col {
  display: flex;
  justify-content: flex-start;
}

.about-description-col {
  display: flex;
  justify-content: flex-start;
}

.about-title {
  font-family: 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin: 0;
  background: linear-gradient(to right, #84909e, #0b1c34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #0b1c34;
}

.about-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-description p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0;
}

/* About Image */
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(11, 28, 52, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-container {
    gap: 60px;
    padding: 0 40px;
  }
  
  .about-header {
    gap: 60px;
  }
  
  .about-title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

@media (max-width: 768px) {
  .about-section-new {
    padding: 80px 0;
  }
  
  .about-container {
    padding: 0 24px;
    gap: 40px;
  }
  
  .about-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .about-title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  
  .about-description p {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ===== WHY CHOOSE SECTION NEW ===== */

.why_choose_section_new {
  padding: 80px 0;
}

.why-choose-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

/* Why Choose Header - Swiss Grid Layout */
.why-choose-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.why-choose-title-col {
  display: flex;
  justify-content: flex-start;
}

.why-choose-description-col {
  display: flex;
  justify-content: flex-start;
}

.why-choose-title {
  font-family: 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin: 0;
  background: linear-gradient(to right, #84909e, #0b1c34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #0b1c34;
}

.why-choose-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.why-choose-description p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0;
}

/* Why Choose Cards */
.why_choose_main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

/* Center the last 2 cards when there are 6 total */
.why_choose_main:has(.why_choose_sub-1:nth-child(6)) {
  grid-template-columns: repeat(4, 1fr);
}

.why_choose_main:has(.why_choose_sub-1:nth-child(6)) .why_choose_sub-1:nth-child(5) {
  grid-column-start: 2;
}

.why_choose_main:has(.why_choose_sub-1:nth-child(6)) .why_choose_sub-1:nth-child(6) {
  grid-column-start: 3;
}

/* Other Legal Services Swiss Layout - dixie designs */
.other-legal-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
  align-items: start;
}

.other-legal-header .section-heading {
  text-align: left;
  margin-bottom: 0;
}

.other-legal-description {
  margin: 0;
}

.other-legal-description p {
  margin: 0;
}

.why_choose_sub-1 {
  background: white;
  border-radius: 16px;
  padding: 60px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  border: 1px solid rgba(11, 28, 52, 0.08);
  transition: none;
  min-height: 320px;
}

.why_choose_sub-1:hover {
  transform: none;
}

.why_choose_sub-1 img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 8px;
}

.why_choose_sub-1 p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .why-choose-container {
    gap: 60px;
    padding: 0 40px;
  }
  
  .why-choose-header {
    gap: 60px;
  }
  
  .why-choose-title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
  
  .why_choose_main {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .why_choose_section_new {
    padding: 80px 0;
  }
  
  .why-choose-container {
    padding: 0 24px;
    gap: 40px;
  }
  
  .why-choose-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .why-choose-title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  
  .why-choose-description p {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .why_choose_main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .why_choose_sub-1 {
    padding: 40px 24px;
    min-height: 280px;
  }
}

/* ===== MISSION SECTION NEW ===== */

.our_mission_section {
  padding: 120px 0;
}

.mission-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

.mission-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.mission-title {
  font-family: 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin: 0;
  background: linear-gradient(to right, #84909e, #0b1c34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mission-description p {
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0 0 24px 0;
}

.mission-description p:last-child {
  margin-bottom: 0;
}

.mission_div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .mission-container {
    padding: 0 32px;
    gap: 60px;
  }
  
  .mission-header {
    gap: 48px;
  }
  
  .mission-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 768px) {
  .our_mission_section {
    padding: 80px 0;
  }
  
  .mission-container {
    padding: 0 0;
    gap: 40px;
  }
  
  .mission-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .mission-title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  
  .mission_div {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ===== ACCREDITATIONS SECTION NEW ===== */

.accreditations_section {
  padding: 120px 0;
}

.accreditations-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

.accreditations-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.accreditations-title {
  font-family: 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin: 0;
  background: linear-gradient(to right, #84909e, #0b1c34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.accreditations-description p {
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0 0 24px 0;
}

.accreditations-description p:last-child {
  margin-bottom: 0;
}

.accreditations-images {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  margin-top: 40px;
}

.accreditations-images img {
  height: auto;
  max-width: 200px;
  object-fit: contain;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .accreditations-container {
    padding: 0 32px;
    gap: 60px;
  }
  
  .accreditations-header {
    gap: 48px;
  }
  
  .accreditations-title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

@media (max-width: 768px) {
  .accreditations_section {
    padding: 80px 0;
  }
  
  .accreditations-container {
    padding: 0 24px;
    gap: 40px;
  }
  
  .accreditations-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .accreditations-title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  
  .accreditations-images {
    flex-direction: column;
    gap: 24px;
  }
  
  .accreditations-images img {
    max-width: 150px;
  }
}

/* ===== SERVICE HERO SECTION ===== */

.service-hero .hero-tagline {
  display: flex;
  align-items: center;
  gap: 16px;
}

.service-featured-image {
  width: 80px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.service-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== ABOUT HERO SECTION ===== */

.about-hero {
  background: linear-gradient(180deg, #ffffff 0%, #e0e5f0 100%);
}

.about-hero .hero-tagline {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-featured-image {
  width: 80px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.about-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== SERVICE BREADCRUMB ALIGNMENT ===== */

.brdcrmb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.breadcrumb-separator {
  padding: 40px 0;
}

.separator-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.separator-line {
  width: 100%;
  height: 1px;
  background-color: rgba(11, 28, 52, 0.1);
}

/* ===== SERVICE INTRO SECTION ===== */

.service-intro-section {
  padding: 120px 0;
}

.service-intro-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

.service-intro-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.service-intro-title {
  font-family: 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin: 0;
  background: linear-gradient(to right, #84909e, #0b1c34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-intro-description p {
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0 0 24px 0;
}

.service-intro-description p:last-child {
  margin-bottom: 0;
}

.service-intro-pill-image {
  width: 120px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 40px;
  flex-shrink: 0;
}

.service-intro-pill-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .brdcrmb {
    padding: 0 32px;
  }
  
  .separator-container {
    padding: 0 32px;
  }
  
  .service-intro-container {
    padding: 0 32px;
    gap: 60px;
  }
  
  .service-intro-header {
    gap: 48px;
  }
  
  .service-intro-title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

@media (max-width: 768px) {
  .brdcrmb {
    padding: 0 24px;
  }
  
  .separator-container {
    padding: 0 24px;
  }
  
  .service-intro-section {
    padding: 80px 0;
  }
  
  .service-intro-container {
    padding: 0 24px;
    gap: 40px;
  }
  
  .service-intro-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .service-intro-title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

/* ===== MODERN LIST STYLING ===== */

.service-second-point ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.service-second-point ul li {
  position: relative;
  padding: 16px 0 16px 32px;
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: rgba(11, 28, 52, 0.8);
  border-bottom: 1px solid rgba(11, 28, 52, 0.08);
}

.service-second-point ul li:last-child {
  border-bottom: none;
}

.service-second-point ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 6px;
  height: 6px;
  background: #2c2cf3;
  border-radius: 50%;
}

/* ===== CONCLUSION SECTION STYLING ===== */
.conclusion-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.conclusion-description ul li {
  position: relative;
  padding: 16px 0 16px 32px;
  font-family: 'Inter', 'Poppins-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: rgba(11, 28, 52, 0.8);
  border-bottom: 1px solid rgba(11, 28, 52, 0.08);
  list-style: none;
}

.conclusion-description ul li:last-child {
  border-bottom: none;
}

.conclusion-description ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 6px;
  height: 6px;
  background: #2c2cf3;
  border-radius: 50%;
}

.conclusion-description h4 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #0B1C34;
  margin-bottom: 16px;
}

/* ===== LATEST BLOG SECTION STYLING ===== */
/* Blog Section - Based on Case Studies */
.latest_blog_section {
  padding: 116px 0 144px 110px;
  overflow: clip;
  background: none;
}

.blog-studies-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1680px;
}

/* Blog Header - Swiss Grid Layout */
.blog-header-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 60px;
}

.blog-title-col {
  display: flex;
  justify-content: flex-start;
}

.blog-description-col {
  display: flex;
  justify-content: flex-start;
}

.blog-title {
  font-family: 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin: 0;
  background: linear-gradient(to right, #84909e, #0b1c34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-description {
  display: flex;
  flex-direction: column;
}

.blog-description p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -0.36px;
  color: rgba(11, 28, 52, 0.8);
  margin: 0 0 32px 0;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid rgba(11, 28, 52, 0.2);
  border-radius: 50px;
  background: transparent;
  color: #0b1c34;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.btn-ghost:hover {
  border-color: #2c2cf3;
  color: #2c2cf3;
  background: rgba(44, 44, 243, 0.05);
}

.btn-ghost svg {
  transition: transform 0.3s ease;
}

.btn-ghost:hover svg {
  transform: translateX(4px);
}

/* Blog Studies Grid */
.blog-studies-grid {
  display: flex;
  gap: 40px;
  width: 100%;
}

/* Blog Cards */
.blog-card-new {
  flex: 0 0 360px;
  height: 480px;
}

.blog-link-new {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.blog-card-inner {
  position: relative;
  height: 100%;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Background Image */
.blog-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 800ms cubic-bezier(0.4, 0, 0, 1), filter 800ms cubic-bezier(0.4, 0, 0, 1);
  filter: grayscale(100%);
}

/* Dark Gradient Overlay */
.blog-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.blog-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: transparent;
  transition: transform 800ms cubic-bezier(0.4, 0, 0, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px 40px 40px;
  z-index: 2;
}

.blog-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-title-new {
  font-family: 'Inter', sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1.08px;
  color: white;
  margin: 0;
}

.blog-excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  color: white;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 800ms cubic-bezier(0.4, 0, 0, 1);
}

/* Fixed Footer (doesn't move with overlay) */
.blog-footer-fixed {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 4;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-author {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.blog-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.blog-month {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.blog-year {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.20px;
  color: white;
}

/* Hover Effects */
.blog-card-new:hover .blog-bg {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.blog-card-new:hover .blog-overlay {
  transform: translateY(0);
}

.blog-card-new:hover .blog-excerpt {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 200ms;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .blog-header-new {
    gap: 60px;
  }
  
  .blog-title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

@media (max-width: 768px) {
  .latest_blog_section {
    padding: 80px 20px;
  }
  
  .blog-studies-container {
    gap: 40px;
  }
  
  .blog-header-new {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
  
  .blog-title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  
  .blog-description p {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .blog-studies-grid {
    flex-direction: column;
    gap: 30px;
  }
  
  .blog-card-new {
    flex: 0 0 auto;
    height: 400px;
  }
  
  .blog-title-new {
    font-size: 22px;
  }
}

.service-second-point .intro-cta {
  display: block;
  visibility: visible;
}

.intro-cta {
  display: block;
  visibility: visible;
}

.service-second-point .intro-text {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.service-second-point .intro-header-group,

/* Service Second Point Section Image - dixie designs */
.service-second-point {
  position: relative;
  overflow: hidden;
}

.service-second-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 892px;
  height: 304px;
  z-index: 1;
}

.service-second-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask: 
    linear-gradient(to right, transparent 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,1) 100%),
    linear-gradient(to top, transparent 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,1) 100%);
  mask: 
    linear-gradient(to right, transparent 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,1) 100%),
    linear-gradient(to top, transparent 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,1) 100%);
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
}

.service-second-point .intro-content {
  position: relative;
  z-index: 2;
}
.intro-header-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* About page Global Brands section spacing */
.about-global-brands {
  padding-top: 80px;
}

@media (max-width: 768px) {
  .about-global-brands {
    padding-top: 60px;
  }
}





/* Industries-extra responsive styles */
@media (max-width: 768px) {
  .industries-extra .industries-container {
    padding: 80px 24px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .industries-extra .industries-header {
    gap: 24px;
    position: static;
  }
  
  .industries-extra .industries-title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  
  .industries-extra .industries-description p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  
  .industries-extra .industries-list {
    gap: 40px;
  }
  
  .industries-extra .industry-item h3 {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
}

/* INDUSTRIES-EXTRA CONTAINER SETUP - AT END TO AVOID MEDIA QUERY NESTING */
.industries-extra, .industries-new {
  container-type: inline-size;
  container-name: industries-section;
}

@container industries-header (width < 500px) {
  .industries-title {
    font-size: 32px;
  }
}

@container industries-header (width < 150px) {
  .industries-title {
    font-size: 24px;
  }
}

@container industries-section (width < 990px) {
  .industries-container {
    padding: 64px 24px;
  }
}

@container industries-section (width < 850px) {
  .industries-container {
    gap: 40px;
  }
}

/* Industry Services Section (Service Page) */
.industry-services {
  width: 100%;
  background: transparent;
  padding-inline: 10px;
  container-type: inline-size;
  container-name: industry-services;
}

.industry-services .industry-item {
  display: flex;
  justify-content: space-between;
}


.industries-extra .industry-item {
  justify-content: space-between;
}
