/* ----------------------------------

Template Name: Indai - IT Solutions Template
Author: validtheme
Description:
Version: 1.6

Main Font    : Inter
Main Color   : #086AD8

-------------------------------------

Project convention: Section spacing – keep vertical gap between sections max 20px
(padding-top / padding-bottom of sections ~20px unless design requires more).

/* === Brand (standard) — #086AD8 + companions — use var(--indai-*) in rules below === */
:root {
    --indai-brand: #086ad8;
    --indai-brand-dark: #0652a3;
    --indai-brand-ink: #0c4a6e;
    --indai-brand-rgb: 8, 106, 216;
    --indai-accent-bright: #38bdf8;
    --indai-accent-soft: #5eb0f5;
    --indai-accent-coral: #f15a29;
    --indai-eyebrow: #086ad8;
    --indai-eyebrow-on-hero: #7dd3fc;
}

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Default
        - Carousel
        - Banner with form
    04. About Area
        - Simple
        - With FAQ
    05. Why Choose Us
    06. Work Process
    07. Works About
    08. Services
        - Carousel Version
        - Grid Version
        - Tab Version
    09. Quick Contact Area
    10. Case Studies
    11. Fun Factor
    12. Team
    13. FAQ
    14. Features Area
    15. Our Mission/Our Vission
    16. Testimonials
    17. Clients / Brand
    18. Blog
        - SIndaird
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Concat Area
    20. Subscribe Form
    21. Error 404
    22. Footer
        - LIght Version
        - Dark Version
    23. PHP Contact Form
    24. Others

*/


/*
** General Styles for HTML tags
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600;700;800&amp;display=swap");

* {
  padding: 0;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--indai-brand);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--indai-brand-dark);
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e2b3d;
  font-weight: normal;
  line-height: 1.2;
  /*font-family: 'Inter', sans-serif;*/
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  margin: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover,
.btn-a {
  outline: none;
  text-decoration: none;
  color: #0e2b3d;
}

.btn-a {
  font-weight: 600;
}

a:hover,
.btn-a:hover {
  color: #0e2b3d;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input,
select {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

@media (min-width:576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-cover-bottom {
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f3f7fd;
}

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-theme {
  background-color: #086AD8;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244, 247, 252, 1) 36%, rgba(255, 255, 255, 1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2, 59, 166, 1) 0%, rgba(67, 126, 235, 1) 100%);
  background-color: #086AD8;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #086AD8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #086AD8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

footer .default-padding {
  padding-bottom: 70px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.choose-us-area.default-padding-bottom {
  padding-bottom: 0;
}

.service-page .choose-us-area.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  font-size: 17px;
}

.btn i {
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.btn.btn-sm i {
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 14px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #0e2b3d;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #0e2b3d;
  color: #ffffff;
  border: 2px solid #0e2b3d;
}

.btn-dark.border {
  background-color: transparent;
  color: #0e2b3d;
  border: 2px solid #0e2b3d !important;
}

.btn-dark.border:hover {
  background-color: #0e2b3d;
  color: #ffffff !important;
  border: 2px solid #0e2b3d !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #086AD8;
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #086AD8;
  color: #ffffff !important;
  border: 2px solid #086AD8 !important;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #0e2b3d;
}

.btn.btn-light:hover {
  background: #0e2b3d;
  border-color: #0e2b3d;
  color: #fff;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #0e2b3d !important;
}

.btn-sIndaird {
  display: inline-block;
  text-align: center;
  color: #086AD8;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 35px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-sIndaird:hover {
  color: #ffffff;
}

.btn-sIndaird::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  transition: all 0.35s ease-in-out;
  left: -100%;
  bottom: 0;
  z-index: -1;
}

.btn-sIndaird:hover::after {
  left: 0;
}

.btn-sIndaird.md {
  padding: 13px 45px;
}

.btn-sIndaird i {
  display: inline-block;
  text-align: center;
  color: #086AD8;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-left: 3px;
  top: 1px;
  transition: all 0.35s ease-in-out;
}

.btn-sIndaird:hover i {
  color: #ffffff;
}

.bg-theme .btn-sIndaird:hover,
.bg-dark .btn-sIndaird:hover,
.bg-gradient .btn-sIndaird:hover,
.shadow .btn-sIndaird:hover {
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #0e2b3d !important;
  background: transparent;
}

.bg-dark {
  background: #001d4c !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background: #086AD8;
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
}

.btn-theme {
  background-color: #086AD8;
  color: #ffffff !important;
  border: 2px solid #086AD8;
}

.btn-theme.border {
  background-color: transparent;
  color: #0e2b3d !important;
  border: 2px solid #086AD8 !important;
}

.text-light .btn-theme.border {
  color: #ffffff !important;
}

.btn-theme.border:hover {
  background-color: #086AD8;
  color: #ffffff !important;
  border: 2px solid #086AD8;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #003169 none repeat scroll 0 0;
  border: 2px solid #003169;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  padding: 18px 40px !important;
}

.btn-gradient:hover {
  color: #ffffff;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #086AD8;
}

.btn-gradient i {
  display: inline-block;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 5px;
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.relative {
  position: relative;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

button,
button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: #086AD8 none repeat scroll 0 0;
  border: 2px solid #086AD8;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #086AD8;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4{
  color: #086AD8;
  font-weight: 600;
  text-transform: uppercase;
}
.site-heading h2{
  color: #086AD8;
  font-weight: 500;
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #086AD8;
}

.site-heading h2 span {
  color: #086AD8;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: #d80808 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 22%;
  margin-left: -33px;
  position: absolute;
  width: 41px;
  top: 40px;
}

.site-heading h2::after {
  background: #086AD8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 16%;
  margin-left: 17px;
  position: absolute;
  width: 115px;
  top: 43px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2,
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #086AD8;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left .left-info {
  padding-right: 50px;
  border-right: 1px solid #dddddd;
}

.heading-left .right-info {
  padding-left: 50px;
}

.heading-left h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.heading-left h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.heading-left p {
  margin-top: -5px;
  margin-bottom: 0;
}

.heading-left h2 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

.heading-left a {
  margin-top: 10px;
}

.area-title {
  font-size: 40px;
  line-height: 1.2;
}

/* Fixed Shape */
.fixed-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fixed-shape-bottom img {
  width: 100%;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */
.language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: capitalize;
}

.language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.language-switcher .dropdown-toggle li {
  display: block;
}

.language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
  border: none;
}

.language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  left: auto !important;
  right: 0;
}

.nav-box .language-switcher .dropdown-menu {
  top: 58px;
}

@media (min-width: 1024px) {
  .nav-box .language-switcher .dropdown-menu {
    top: 80px;
  }
}

.language-switcher .dropdown-menu.show {
  display: block !important;
}

.language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.top-bar-area li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area p {
  margin: 0;
  font-weight: 500;
}

.top-bar-area p a {
  text-decoration: underline;
  font-weight: 600;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
  display: inline-block;
  padding: 6px 25px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 19px;
  width: 1px;
  border-left: 1px solid #dddddd;
}

.top-bar-area li:first-child::after {
  display: none;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .social ul {
  margin-left: 30px;
}

.top-bar-area .social ul li::after {
  display: none;
}

.top-bar-area .social li {
  margin-left: 10px;
}

.top-bar-area.inc-pad {
  padding: 15px 0;
}

.top-bar-area.inc-padding {
  padding: 10px 0;
}

.top-bar-area .button i {
  margin-right: 5px;
}

.top-bar-area .info li i {
  margin-right: 5px;
  color: #086AD8;
}

.top-bar-area.fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.top-bar-area.fixe .row {
  align-items: center;
}

.top-bar-area.fixed {
  padding: 20px 0;
}

.top-bar-area .address-info li {
  text-align: left;
}

.top-bar-area .address-info li .icon,
.top-bar-area .address-info li .info {
  display: inline-block;
}

.top-bar-area .address-info li .icon i {
  margin-right: 10px;
}

.top-bar-area .info a {
  margin-left: 20px;
}

.top-bar-area .info.header-top a {
  margin: 0;
  font-weight: 400;
}

.top-bar-area.fixed .container {
  padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i {
  color: #ffffff;
}

.top-bar-area.inc-logo {
  padding: 15px 0;
}

.top-bar-area .info-colums ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.top-bar-area .info-colums li i {
  font-size: 35px;
}

.top-bar-area .info-colums ul .info {
  font-size: 14px;
  text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
  display: inline-block;
}

.top-bar-area .info-colums ul li {
  text-align: left;
}

.top-bar-area .info-colums ul li .info {
  line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
  margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
  height: 90%;
  top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
  color: #086AD8;
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
  color: #ffffff;
}

.top-bar-area.bg-theme {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* ============================================================== 
     # Breadcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
}

/* Elegant gradient when no background image (default) */
.breadcrumb-area--solid {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #0c4a6e 100%);
  background-attachment: scroll;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h2 {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb>li+li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i,
.breadcrumb-area .breadcrumb i.fas {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li,
.breadcrumb-area .breadcrumb span span {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li::after,
.breadcrumb-area .breadcrumb span span:after {
  border: 2px solid #ffffff;
  content: "";
  height: 10px;
  right: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:last-child::after,
.breadcrumb-area .breadcrumb span span:last-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li,
.breadcrumb-area .breadcrumb span span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb span span:last-child {
  max-width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.breadcrumb-area .breadcrumb li.active,
.breadcrumb-area .breadcrumb span span.active {
  color: #ffffff;
  text-decoration: underline;
}

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

  50% {
    transform: rotate(180deg);
  }

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

/* Local brand icons (public/assets/icons) — full color, no grayscale */
.topic-illustration-asset {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.expertise-detail__widget-link.is-active .topic-illustration-asset,
.expertise-detail__widget-link:hover .topic-illustration-asset {
  filter: none;
}

/* Dark list bullet with soft cyan “spark” glow (pulses gently) — expertise, service, FAQ answers */
@keyframes indai-list-spark-marker {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(8, 106, 216, 0.28),
      0 0 6px rgba(56, 189, 248, 0.4),
      0 0 0 0 rgba(125, 211, 252, 0.35);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(8, 106, 216, 0.38),
      0 0 14px rgba(56, 189, 248, 0.65),
      0 0 22px rgba(8, 106, 216, 0.22);
  }
}


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area.auto-height.circle-shape .content {
  padding: 200px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.mar-top-100p .content {
  margin-top: 100px;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a,
.banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item>.slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #086AD8;
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
  color: #ffffff;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
  display: inline-block;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
  display: block;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items>.row div {
  height: auto;
}


/* Content */
.banner-area .thumb {
  position: relative;
  top: 120px;
}

.banner-area.inc-shape .thumb {
  position: relative;
  z-index: 1;
}

.banner-area.inc-shape .thumb::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  z-index: -1;
}

.banner-area .content h2 {
  font-size: 60px;
  margin-bottom: 25px;
}

.banner-area.text-color .content h2 strong {
  font-weight: 800;
  color: #086AD8;
}

.banner-area.text-light .content h2 strong {
  color: #ffffff;
}

.banner-area .content h2 strong {
  font-weight: 800;
  display: block;
}

.banner-area .content h4 {
  margin-bottom: 25px;
}

.banner-area .content a {
  margin-top: 20px;
}

.banner-area.text-center .content a,
.banner-area .text-center .content a {
  margin-left: 15px;
  margin-right: 15px;
}

.banner-area.top-pad-60 .content {
  padding-top: 60px;
}

.banner-area.border-shadow .box-table {
  position: relative;
  z-index: 1;
}

.banner-area.border-shadow .box-cell::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/9.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.banner-area.text-large .content h2 {
  font-size: 80px;
}

.banner-area.carousel-shape p {
  padding-right: 20%;
  font-size: 18px;
  line-height: 36px;
}

.banner-area .appoinment-box,
.banner-area .appoinment-box div {
  height: auto;
}

.banner-area .item-box .item .row div {
  height: auto;
}

.banner-area .appoinment-box {
  padding: 60px 37px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
}

.banner-area .appoinment-box h4 {
  color: #0e2b3d;
  font-weight: 600;
}

.banner-area .appoinment-box p {
  color: #0e2b3d;
}

.banner-area .appoinment-box .heading {
  margin-bottom: 30px;
}

.banner-area .appoinment-box input,
.banner-area .appoinment-box .nice-select {
  border: none;
  border-radius: inherit;
  box-shadow: inherit;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
}

.banner-area .appoinment-box button {
  background: #086AD8;
  padding: 10px 25px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
}

.banner-area.heading-border .content h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.banner-area.heading-border .content h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #ffffff;
}

.banner-area.circle-shape .content::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 450px;
  width: 450px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
}

.banner-area.circle-shape .content::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 550px;
  width: 550px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}


.banner-area.center-item .thumb {
  position: inherit;
  top: 0;
}

.banner-area.center-item .row>div {
  height: auto;
}

.banner-area.shape {
  position: relative;
  z-index: 1;
}

.banner-area.shape::after {
  position: absolute;
  right: -20%;
  top: -20%;
  content: "";
  height: 700px;
  width: 700px;
  background: #f3f7fd;
  z-index: -1;
  border-radius: 30px;
  transform: rotate(45deg);
}

.banner-area .fixed-shape.right.top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.banner-area .content .bottom {
  display: flex;
  align-items: center;
}

.banner-area .content .bottom a {
  margin-right: 30px;
}

.banner-area .content .bottom .call-us h5 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #086AD8;
}

.banner-area.text-light .content .bottom .call-us h5 {
  color: #ffffff;
}

.banner-area .content .bottom .call-us {
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-align: left;
}

.banner-area .content .bottom .call-us span {
  font-weight: 600;
  color: #232323;
}

.banner-area .content .bottom .call-us i {
  height: 50px;
  width: 50px;
  background: #086AD8;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  margin-right: 15px;
}

.banner-area .content .bottom .call-us i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
}

.banner-area.text-light .content .bottom .call-us span {
  color: #ffffff;
}

.banner-area .banner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom left;
}

.banner-area.bg-gradient {
  background-position: bottom left;
}

.banner-area.bottom-shape {
  position: relative;
  z-index: 1;
}

.banner-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-area .fixed-shape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


@media (min-width:1300px) {
  .banner-box {
    padding: 50px;
    padding-top: 95px;
    border-radius: 8px;
  }
}

.banner-area .fixed-shape-bottom {
  z-index: -1;
  opacity: 0.1;
}

.banner-area .row.align-center div {
  height: auto;
}

.banner-area .thumbs {
  position: relative;
  z-index: 1;
}

.banner-area .thumbs::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/15.png);
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.banner-area.carousel-shape .slider-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: right;
}

.banner-area.carousel-shape .box-cell::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/18.png);
  background-size: cover;
  background-position: right;
}

.banner-area.carousel-shape .box-cell {
  position: relative;
}

/* Home Nine Banner */
.banner-area.bg-adjustable {
  background-size: cover;
  width: 100%;
  background-position: bottom left;
  padding-top: 100px;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #086AD8;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #086AD8 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #086AD8;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 0 !important;
  top: 43px;
  margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.video-play-button.relative i {
  line-height: 63px;
  font-size: 20px;
}

.video-play-button.relative span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  left: 100%;
  min-width: 300%;
  text-transform: uppercase;
  margin-top: -7px;
  margin-left: 20px;
  text-align: left;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  color: #0e2b3d;
}

.nice-select .current {
  color: #666666;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About 
=================================================================== */

.about-area.inc-shape::after {
  transform: translateX(10px);
  position: absolute;
  left: -100px;
  top: 150px;
  content: "";
  height: 100%;
  width: 40%;
  background: url(../img/shape/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-area .thumb {
  position: relative;
}

.about-area .thumb img {
  border-radius: 8px;
}

.about-area .thumb img:first-child {
  width: 80%;
}

.about-area .thumb img:nth-child(2) {
  position: relative;
  left: 20%;
  width: 80%;
  top: -80px;
  margin-bottom: -80px;
  box-shadow: 0 0 10px #cccccc;
  padding: 5px;
  background: #ffffff;
}

.about-area .info>h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.about-area .info>h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.about-area .thumb .overlay {
  position: absolute;
  right: 0;
  top: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  background: #ffffff;
  transform: translate(50px, -50%);
  border-radius: 8px;
  box-shadow: 0 0 10px #cccccc;
}

.about-area .thumb .overlay .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;
}

.about-area .thumb .overlay h4 {
  margin: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
}

.about-area .info ul li {
  display: flex;
}

.about-area .info ul li i {
  display: inline-block;
  font-size: 60px;
  margin-right: 25px;
  color: #086AD8;
}

.about-area .info ul li h4 {
  font-weight: 600;
}

.about-area .info ul li {
  margin-top: 30px;
}

.about-area .info ul li p {
  margin: 0;
}

.about-area .info ul li:first-child {
  margin-top: 0;
}

.about-area .info ul {
  margin-top: 30px;
}

.about-area .info>h3 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #086AD8;
  margin-bottom: 30px;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-area .author img {
  height: 100px;
}

.about-area .author .signature {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
  margin-right: 20px;
}

.about-area .author h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-area.reverse .thumbs img {
  max-width: 120%;
}

.about-area.reverse .info {
  padding-right: 35px;
}

.about-area.reverse .info {
  padding-bottom: 120px;
}

.about-area .info .progress-box .progress {
  height: 5px;
  overflow: inherit;
}

.about-area.reverse .info .progress-box h5 {
  font-weight: 600;
  font-size: 16px;
}

.about-area.reverse .info .progress-box {
  margin-top: 30px;
  overflow: inherit;
  text-align: left;
}

.about-area .info .progress-box .progress .progress-bar {
  position: relative;
  overflow: inherit;
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
}

.about-area .info .progress-box .progress .progress-bar span {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: #086AD8;
  padding: 0px 8px;
  font-weight: 600;
  font-size: 12px;
}

.about-area .info .progress-box .progress .progress-bar span::after {
  position: absolute;
  left: 5px;
  bottom: -5px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #086AD8;
}

/* ============================================================== 
     # About Version Two
=================================================================== */
.about-content-area .info>h3 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #086AD8;
  margin-bottom: 30px;
}

.about-content-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-content-area .thumb {
  position: relative;
  margin-bottom: 50px;
}

.about-area .thumb .overlay {
  position: absolute;
  right: 0;
  top: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  background: #ffffff;
  transform: translate(50px, -50%);
  border-radius: 8px;
  box-shadow: 0 0 10px #cccccc;
}

.about-content-area .thumb img:first-child {
  width: 90%;
}

.about-content-area .thumb img:nth-child(2) {
  position: relative;
  left: 20%;
  width: 80%;
  top: -80px;
  margin-bottom: -80px;
  box-shadow: 0 0 10px #cccccc;
  padding: 5px;
  background: #ffffff;
}

.about-content-area .overlay {
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
  padding: 50px 30px;
  clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 99%, 0 0);
  display: flex;
  align-items: center;
  bottom: -50px;
}

.about-content-area .overlay h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-content-area .overlay p {
  margin: 0;
  color: #ffffff;
  font-style: italic;
}

.about-content-area .overlay i {
  font-size: 60px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  padding-right: 25px;
}

.content-tabs .nav-tabs {
  margin-bottom: 30px !important;
  border-bottom: 2px solid #e7e7e7;
  margin-top: 30px;
}

.content-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

.content-tabs .nav-tabs li a {
  display: block;
  border: none;
  border-radius: 5px;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
}

.content-tabs .nav-tabs li a:hover,
.content-tabs .nav-tabs li a:focus {
  background: transparent;
}

.content-tabs .nav-tabs li a.active::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: #086AD8;
}

.content-tabs .nav-tabs li a.active {
  color: #086AD8;
  background: transparent;
}


.content-tabs p:last-child {
  margin-bottom: 0;
}


/* ============================================================== 
     # Home Nine About
=================================================================== */

.about-sIndaird-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -100px;
}

.about-sIndaird-area .fixed-shape img {
  max-width: 70%;
}

.about-sIndaird-area .thumb {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.about-sIndaird-area .thumb img:nth-child(2) {
  position: absolute;
  left: -100px;
  top: -60px;
  width: 300px;
}

.about-sIndaird-area .thumb img:nth-child(2) {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.about-sIndaird-area .thumb img:nth-child(3) {
  position: absolute;
  left: -50px;
  bottom: -50px;
  height: 300px;
}

.about-sIndaird-area .thumb img:first-child {
  max-width: 90%;
  float: right;
  border: 10px solid #ffffff;
  z-index: 9;
  position: relative;
}

.about-sIndaird-area .thumb img {
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
}

.about-sIndaird-area .overlay {
  position: absolute;
  left: 0;
  background: #ffffff;
  padding: 40px 40px;
  box-shadow: 0 0 10px #cccccc;
  display: flex;
  align-items: center;
  bottom: 50px;
  z-index: 9;
  border-radius: 5px;
}

.about-sIndaird-area .overlay .video {
  margin-top: -30px;
}

.about-sIndaird-area .overlay .content {
  /*padding-left: 25px;*/
  /*border-left: 1px solid #dddddd;*/
  /*margin-left: 35px;*/
}

.about-sIndaird-area .overlay h4 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.about-sIndaird-area .overlay h4 strong {
  display: block;
  font-size: 36px;
  margin-top: 5px;
  font-weight: 600;
}

.about-sIndaird-area .overlay p {
  margin: 0;
  color: #086AD8;
}
.overlay .content ul {
  width: 50%;
  float: left;
}

.about-sIndaird-area .info {
  padding-left: 35px;
}


.about-sIndaird-area .info>h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
  font-size: 20px;
}

.about-sIndaird-area .info>h2::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.about-sIndaird-area .info h3 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 20px;
}


.about-sIndaird-area .info blockquote,
.about-sIndaird-area .info blockquote p {
  margin: 0;
  margin-top: 30px;
  color: #232323;
  font-style: italic;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.about-sIndaird-area .info a {
  margin-top: 30px;
}



@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ============================================================== 
     # Who We Area
=================================================================== */
.who-we-area-box .item {
  padding: 120px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.who-we-area-box .item:last-child {
  border: none;
}

.who-we-area-box .item .text-blur {
  position: absolute;
  top: 75px;
  font-size: 60px;
  color: rgba(89, 89, 89, 0.3);
  font-weight: 900;
}

.who-we-area-box .item h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.who-we-area-box .item a {
  margin-top: 15px;
}

.who-we-area-box .item a:hover {
  background: #001d4c;
}

/* ============================================================== 
     # Features 
=================================================================== */

.features-area.bottom-shape::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/5.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.border-shape::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  border-right: 100vw solid #ffffff;
  border-top: 60px solid transparent;
}

.features-area .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}

.features-area .single-item {
  margin-bottom: 30px;
}

.features-area .item {
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.features-area .item>i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #086AD8;
  position: relative;
  z-index: 1;
}

.features-area .item h2 {
  font-weight: 600;
  text-transform: uppercase;
}
.features-area .item h2 a {
  font-size: 18px;
}
.features-area .item p {
  margin: 0;
}

.features-area .item-grid:first-child,
.features-area .item-grid:nth-child(3) {
  margin-top: 30px;
}

.features-area .item-grid .item {
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
}

.features-area .item-grid .item img {
  width: 100px;
  margin: 0 auto 15px;
}

.features-area .item-grid .item:first-child {
  margin-top: 0;
}

.features-area .features-box {
  padding-left: 35px;
}

.features-area .item-grid:first-child .item:first-child,
.features-area .item-grid:last-child .item:last-child,
.features-area .item-grid .item:hover {
  background: linear-gradient(90deg, rgba(8, 106, 216, 1) 0%, rgba(10, 60, 116, 1) 100%);
}

.features-area .item-grid .item:hover img {
  filter: none !important;
}

.features-area .item-grid:nth-child(2) .item img,
.features-area .item-grid:nth-child(3) .item img {
  filter: invert(1);
  filter: invert(69%) sepia(94%) saturate(1120%) hue-rotate(184deg) brightness(90%) contrast(89%);
}

.features-area .item-grid:first-child .item:first-child i,
.features-area .item-grid:first-child .item:first-child a,
.features-area .item-grid:first-child .item:first-child p,
.features-area .item-grid:last-child .item:last-child i,
.features-area .item-grid:last-child .item:last-child a,
.features-area .item-grid:last-child .item:last-child p,
.features-area .item-grid .item:hover i,
.features-area .item-grid .item:hover a,
.features-area .item-grid .item:hover p {
  color: #ffffff;
  transition: all 0.35s ease-in-out;
}

/* Why us */
.why-us>h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.why-us>h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #232323;
  margin-top: -1px;
}

.why-us h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.why-us ul li {
  margin-top: 25px;
}

.why-us ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.why-us ul li strong {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 15px;
}

.why-us ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 25px;
  padding-top: 25px;
}

.why-us ul li:first-child {
  margin-top: 0;
}

/* ============================================================== 
     # Features Version Two
=================================================================== */

.feature-area.half-bg {
  position: relative;
  z-index: 1;
}

.feature-area.half-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  border-right: 100vw solid #f3f7fd;
  border-top: 200px solid transparent;
  width: 0;
  z-index: -1;
}

.feature-area .features-box .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-area .features-box .item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}

.feature-area .features-box .item .overlay .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-area .features-box .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
}

.feature-area .features-box .item .overlay i {
  font-size: 22px;
  display: inline-block;
  line-height: 45px;
}

.feature-area .features-box .item .overlay h4 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}

.feature-area .features-box .item span {
  position: absolute;
  font-weight: bold;
  font-size: 80px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  left: 30px;
  bottom: 20px;
  z-index: 2;
  line-height: 80px;
  opacity: 0.5;
}

.feature-area .features-box .item img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.feature-area .features-box .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-area .features-box .item .overlay .info>a {
  display: inline-block;
  min-height: 45px;
  min-width: 45px;
  height: 45px;
  width: 45px;
  background: #ffffff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: #086AD8;
  opacity: 0;
  transform: translateX(20px);
}

.feature-area .features-box .item:hover .overlay .info>a {
  opacity: 1;
  transform: translateX(0);
}


/* ============================================================== 
     # Top Features
=================================================================== */

.top-features-area .single-item {
  margin-bottom: 30px;
}

.top-features-area .item {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.top-features-area .item .icon i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #086AD8;
  ;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.top-features-area .item .icon i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  border-radius: 38% 62% 62% 38% / 41% 44% 56% 59%;
  opacity: 0.1;
}

.top-features-area .single-item:nth-child(2n) .item i {
  color: #8a49a1;
}

.top-features-area .single-item:nth-child(2n) .item i::after {
  background: #8a49a1;
}

.top-features-area .single-item:nth-child(3n) .item i {
  color: #57b957;
}

.top-features-area .single-item:nth-child(3n) .item i::after {
  background: #57b957;
}

.top-features-area .single-item:nth-child(4n) .item i {
  color: #ff583c;
}

.top-features-area .single-item:nth-child(4n) .item i::after {
  background: #ff583c;
}

.top-features-area .item p {
  margin: 0;
}

.top-features-area .single-item .item::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  content: "";
  height: 40%;
  width: 40%;
  background: url(../img/shape/8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

.top-features-area .item ul li {
  position: relative;
  z-index: 1;
  color: #0e2b3d;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 600;
}

.top-features-area .item ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 14px;
}

.top-features-area .item ul {
  margin-top: 15px;
}

.top-features-area .item .more {
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
}

.top-features-area .item .more a {
  color: #086AD8;
}

.top-features-area .item .more a i {
  margin-left: 5px;
}

.top-features-area .item>a {
  margin-top: 20px;
}

/* ============================================================== 
     # Featured Version Four
=================================================================== */

.feature-area .feature-box .content .content-box {
  padding: 50px;
  background: #ffffff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid #086AD8;
}

.feature-area .feature-box .thumb {
  position: relative;
}

.feature-area .feature-box .thumb img {
  max-width: 120%;
}

.feature-area .feature-box .item {
  display: flex;
  margin-top: 50px;
}

.feature-area .feature-box .item i {
  display: inline-block;
  font-size: 50px;
  margin-right: 30px;
  background: linear-gradient(90deg, rgba(3, 25, 65, 1) 0%, rgba(67, 126, 235, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-area .feature-box .item h5 a {
  font-weight: 700;
}

.feature-area .feature-box .item:first-child {
  margin-top: 0;
}

.feature-area .feature-box .item p {
  margin: 0;
}

.feature-area .feature-box .content {
  padding-left: 35px;
}


/* ============================================================== 
     # Featured Services
=================================================================== */
.featured-services-area .fixed-shape-left-top {
  position: absolute;
  left: 0;
  top: 0;
}

.service-area .fixed-shape-left-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.featured-services-area .single-item {
  margin-bottom: 30px;
}

.featured-services-area .item {
  background: #ffffff;
  padding: 50px 30px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  z-index: 1;
}

.featured-services-area .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: #086AD8;
}

.featured-services-area .single-item:nth-child(2n) .item i {
  color: #57b957;
}

.featured-services-area .single-item:nth-child(3n) .item i {
  color: #8a49a1;
}

.featured-services-area .single-item:nth-child(4n) .item i {
  color: #ff583c;
}

.featured-services-area .item h5 {
  font-weight: 700;
}

.featured-services-area .item p {
  margin: 0;
}

.featured-services-area .item::after {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 3px;
  content: "";
  background: #086AD8;
  bottom: 0;
  margin-left: -25px;
  transition: all 0.35s ease-in-out;
  border-radius: 50px;
  opacity: 0;
}

.featured-services-area .item:hover::after {
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 1;
}

/* ============================================================== 
     # Clients
=================================================================== */
.clients-area .clients-carousel img {
  width: auto;
  margin: auto;
}

/* ============================================================== 
     # Video Area
=================================================================== */
.video-area.extra-padding {
  padding-bottom: 240px;
}

.video-area h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.video-area h2 {
  font-weight: 600;
}

.video-area a.video-play-button.relative {
  top: 59px;
}

/* ============================================================== 
     # Why Choose Us
=================================================================== */
.choose-us-area .item {
  padding: 50px 37px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  display: flex;
  background: #ffffff;
  border-radius: 8px;
}

.choose-us-area .items-box {
  margin-top: -120px;
}

.choose-us-area .item .icon i {
  display: inline-block;
  font-size: 60px;
  margin-right: 25px;
  color: #086AD8;
}

.choose-us-area .item h4 {
  font-weight: 600;
}

.choose-us-area .item a {
  color: #086AD8;
}

.choose-us-area .item .call {
  display: flex;
  align-items: center;
}

.choose-us-area .item .call span {
  display: block;
  text-transform: uppercase;
  color: #0e2b3d;
  font-weight: 600;
}

.choose-us-area .item .call i {
  display: inline-block;
  font-size: 50px;
  margin-right: 20px;
  color: #086AD8;
}

/* ============================================================== 
     # Work Process 
=================================================================== */

.work-process-area .single-item {
  margin-bottom: 30px;
}

.work-process-area .thumb img {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border: 9px solid #ffffff;
}

.work-process-area .work-pro-items .item i {
  display: inline-block;
  color: #086AD8;
  font-size: 60px;
  margin-bottom: 30px;
}

.work-process-area .work-pro-items .item h5 {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.work-process-area .work-pro-items .item .icon {
  position: relative;
}

.work-process-area .work-pro-items .item .icon span {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 100px;
  z-index: -1;
  color: #f4f4f4;
  opacity: 0.9;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #f4f4f4;
  line-height: 50px;
  font-family: sans-serif;
}

.work-process-area .work-pro-items .item {
  border: 1px solid #e7e7e7;
  padding: 50px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.work-process-area .work-pro-items .item p {
  margin: 0;
}

/* Animation */
.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #086AD8;
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #086AD8;
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
  width: 100%;
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
  height: 100%;
}


.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
  transition-delay: 0.2s;
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item::before {
  right: 0;
  top: 0;
}

.work-process-area .work-pro-items .item::after {
  left: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item .item-inner::before {
  left: 0;
  top: 0;
}

.work-process-area .work-pro-items .item .item-inner::after {
  right: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
  transition-delay: 0.2s;
}


/* ============================================================== 
     # Works About Area 
=================================================================== */

.works-about-area {
  position: relative;
  z-index: 1;
}

.works-about-items {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.works-about-items::before {
  position: absolute;
  right: 20%;
  top: 0;
  content: "";
  height: 100%;
  width: 500%;
  background: #f3f7fd;
  z-index: -1;
}

.bg-light .works-about-items::before {
  background: #ffffff;
}

.works-about-area .works-about-items .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.works-about-area .works-about-items .thumb .fun-fact {
  position: absolute;
  left: -50px;
  bottom: -50px;
  background: #ffffff;
  padding: 50px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  text-align: center;
}

.works-about-area.reverse .works-about-items .thumb .fun-fact {
  position: absolute;
  left: auto;
  right: -50px;
  bottom: -50px;
}

.works-about-area .works-about-items .thumb .fun-fact .medium {
  display: block;
  font-weight: 600;
}

.works-about-area .works-about-items .thumb .fun-fact .timer {
  display: inline-block;
  font-weight: 800;
  color: #0e2b3d;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-left: -20px;
}

.works-about-area .works-about-items .thumb .fun-fact .timer::after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 20px;
}

.works-about-area .works-about-items .info {
  padding-right: 80px;
}

.works-about-area.reverse .works-about-items .info {
  padding-right: 15px;
  padding-left: 80px;
}

.works-about-items .info>h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.works-about-items .info>h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.works-about-items .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.works-about-items ul li {
  margin-top: 25px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}

.works-about-items ul li::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "\f058";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #086AD8;
}

.works-about-items ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}

.works-about-items ul li i {
  display: inline-block;
  font-size: 45px;
  min-width: 60px;
  margin-right: 10px;
}

.works-about-area .works-about-items .info a {
  margin-top: 30px;
  padding: 15px 40px;
}

/* ============================================================== 
     # Main Services 
=================================================================== */
.services-area .services-items .item {
  padding: 60px 30px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  background: #ffffff;
}

.services-area .services-items .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(90deg, rgba(4, 45, 92, 1) 0%, rgba(63, 146, 240, 1) 48%);
  transition: all .35s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}

.services-area .services-items .item:hover::after {
  height: 100%;
  opacity: 1;
}

.services-area .services-items .item .icon>i {
  display: inline-block;
  font-size: 55px;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
  color: #086ad8;
}

.services-area .services-items .item .icon>i::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 180%;
  width: 180%;
  background: url(../img/shape/19.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.services-area .services-items .item:hover .icon>i::after {
  opacity: 0.1;
}

.services-area .services-items .item h4 a {
  font-weight: 600;
}

.services-area .services-items .item a {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.services-area .services-items .item:hover i,
.services-area .services-items .item:hover h4 a,
.services-area .services-items .item:hover p {
  color: #fff;
}

.services-area .services-items .item i,
.services-area .services-items .item i::after,
.services-area .services-items .item h4,
.services-area .services-items .item p {
  transition: all .35s ease-in-out;
}

.services-area .services-items .item h4 {
  font-weight: 600;
  font-size: 20px;
}

.services-area .services-items .item:hover .info>a {
  background: #086ad8;
  color: #fff;
}

.services-area .services-items .item .info>a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

.services-area .services-items .item a {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.services-area .services-items.services-carousel .owl-stage-outer {
  padding-bottom: 30px;
}

.services-area .services-items.services-carousel .owl-dots {
  margin-top: 20px;
}

.services-area .services-items.services-carousel .owl-dot {
  margin-bottom: -5px;
  margin-top: 20px;
}

.services-area .services-items.services-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.services-area .services-items.services-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Thumb Services 
=================================================================== */
.thumb-services-area .services-items .item {
  background: #ffffff;
  padding: 60px 25px;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.thumb-services-area .services-items .item .icon {
  height: 150px;
  width: 150px;
  margin: auto auto 25px;
}

.thumb-services-area .services-items .item img {
  height: 100%;
  width: 100%;
}

.thumb-services-area .services-items .item .icon-opacity i {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 100px;
  opacity: 0.08;
  z-index: -1;
}

.thumb-services-area .services-items .item .icon>i {
  display: inline-block;
  font-size: 70px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  color: #086AD8;
}
.thumb-services-area .services-items .item h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
.thumb-services-area .services-items .item h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.thumb-services-area .services-items .item a {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb-services-area .services-items .item a::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item:hover a::after {
  bottom: 0;
}

.thumb-services-area .services-items .item:hover a {
  color: #ffffff;
}

.thumb-services-area .services-items .item a i {
  position: relative;
  top: 1px;
  left: 2px;
}

.thumb-services-area .services-items .slick-slide>div {
  margin: 0 10px 15px;
}

.thumb-services-area .services-items .slick-list {
  margin-bottom: 20px;
}

.thumb-services-area .services-items.services-carousel .slick-dots {
  margin-top: 20px;
  bottom: -50px;
}

.thumb-services-area .services-items.services-carousel .slick-dots li {
  margin-bottom: -10px;
  margin-top: 20px;
}

.thumb-services-area .services-items.services-carousel .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.thumb-services-area .services-items.services-carousel .slick-dots li.slick-active button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Services Version Two 
=================================================================== */

.service-area .service-items .single-item {
  margin-bottom: 30px;
}

.service-area .service-items .item {
  padding: 50px 30px;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
  background: #ffffff;
}

.service-area .service-items .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.service-area .service-items .item .info>i {
  display: inline-block;
  font-size: 70px;
  background: linear-gradient(90deg, rgba(3, 25, 65, 1) 0%, rgba(67, 126, 235, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 30px;
}

.service-area .service-items .item .info>i::after {
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 10px;
  transform: rotate(225deg);
}

.service-area .service-items .item .info h4 {
  font-weight: 600;
  margin-bottom: 35px;
}

.service-area .service-items .item:hover .btn-sIndaird::after {
  left: 0;
}

.service-area .service-items .item:hover .btn-sIndaird,
.service-area .service-items .item:hover .btn-sIndaird i {
  color: #ffffff;
}


/* ============================================================== 
     # Tabs Services 
=================================================================== */

.services-area .services-tabs .row {
  margin-left: 0;
}

.services-area .services-tabs ul {
  border: none;
  margin-bottom: 30px;
  text-align: center;
}

.services-area .services-tabs ul li {
  display: inline-block;
  border: none;
  margin: 0;
}

.services-area .services-tabs ul li a {
  border: none;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 15px 40px;
  background: #f3f7fd;
  margin: 5px 10px;
  margin-bottom: 30px;
  margin-top: 0;
}

.services-area .services-tabs ul li a.active {
  background: #086AD8;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.services-area .services-tabs ul li a.active::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  opacity: 0.1;
  transition: all 0.35s ease-in-out;
}

.services-area .services-tabs .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-area .services-tabs .info {
  padding-left: 35px;
}

.services-area .services-tabs .tab-pane {
  background: #f3f7fd;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.services-area .services-tabs .info .content {
  padding: 50px;
  padding-left: 20px;
}

.services-area .services-tabs .tab-pane::after {
  position: absolute;
  right: 0;
  bottom: -50px;
  content: "";
  height: 100%;
  width: 90%;
  background: #f3f7fd;
  z-index: -1;
}

.services-area .services-tabs .info .content {
  position: relative;
}

.services-area .services-tabs .info .content span {
  position: absolute;
  font-weight: bold;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 150px;
  color: transparent;
  -webkit-text-stroke: 1px #f4f4f4;
  right: 0px;
  top: -22px;
  z-index: 2;
}

.services-area .services-tabs .info .content ul {
  text-align: left;
  margin-top: 25px;
}

.services-area .services-tabs .info .content ul li {
  display: block;
  margin-bottom: 10px;
  color: #0e2b3d;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

.services-area .services-tabs .info .content ul li:last-child {
  margin-bottom: 0;
}

.services-area .services-tabs .info .content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.services-area .services-tabs .info .content a {
  color: #086AD8;
}

.services-area .services-tabs .info .content ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #086AD8;
}

.services-area .services-tabs .info .content i {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 100px;
  opacity: 0.1;
}

/* ============================================================== 
     # Services Version Three 
=================================================================== */

.service-area .service-box .single-item {
  margin-bottom: 30px;
}

.service-area .service-box .item {
  display: flex;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-area .service-box .item i {
  display: inline-block;
  font-size: 60px;
  min-width: 50px;
  margin-right: 20px;
  color: #086AD8;
}

.service-area .service-box .item p {
  margin-bottom: 0;
}

.service-area .service-box .item .icon {
  position: relative;
  z-index: 1;
}

.service-area .service-box .item .icon::after {
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
  height: 50px;
  width: 50px;
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.35s ease-in-out;
}

.service-area .service-box .item:hover .icon::after {
  background: #ffffff;
  opacity: 0.1;
}

.service-area .service-box .item::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(4, 45, 92, 1) 0%, rgba(63, 146, 240, 1) 48%);
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.service-area .service-box .item:hover::after {
  bottom: 0;
}

.service-area .service-box .item i,
.service-area .service-box .item p {
  transition: all 0.35s ease-in-out;
}

.service-area .service-box .item:hover i,
.service-area .service-box .item:hover a,
.service-area .service-box .item:hover p {
  color: #ffffff;
}

/* ============================================================== 
     # Services Version Four 
=================================================================== */

.services-area .services-content .item {
  display: flex;
  box-shadow: 0 0 10px #cccccc;
  padding: 50px 37px;
}

.services-area .services-content .item img {
  max-width: 150px;
  min-width: 150px;
  height: 150px;
}

.services-area .services-content .item .icon {
  position: relative;
  z-index: 1;
  margin-right: 40px;
}

.services-area .services-content .item .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 130px;
  width: 130px;
  transform: translate(-50%, -50%);
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.services-area .services-content .item .icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 160px;
  width: 160px;
  transform: translate(-50%, -50%);
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
}

.services-area .services-content .item .icon>i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #086AD8;
  position: relative;
  z-index: 1;
  padding: 20px;
  margin-right: 30px;
}

.services-area .services-content .item .icon>i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  border-radius: 38% 62% 62% 38% / 41% 44% 56% 59%;
  opacity: 0.1;
}

.services-area .services-content .item h4 {
  font-weight: 600;
}

.services-area .services-content .item .info>a {
  text-transform: uppercase;
  color: #086AD8;
  font-size: 13px;
}

.services-area .services-content .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.services-area .services-content .item .bottom span {
  font-weight: 800;
  font-size: 30px;
  opacity: 0.3;
}

.services-area .services-content .item .bottom a {
  text-transform: uppercase;
  font-size: 13px;
}

.services-area .services-content .item .bottom a:hover {
  color: #086AD8;
}

.services-area .services-content.services-2-col-carousel .owl-dots {
  margin-top: 20px;
}

.services-area .services-content.services-2-col-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.services-area .services-content.services-2-col-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.services-area .services-content.services-2-col-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Services Details 
=================================================================== */

.services-details-area .content img {
  margin-bottom: 30px;
}

.services-details-area .content h2,
.services-details-area .content h3,
.services-details-area .content h4,
.services-details-area .content h5 {
  font-weight: 600;
  line-height: 1.3;
}

.services-details-area .content p {
  margin-bottom: 25px;
}

.services-details-area .content p:last-child {
  margin-bottom: 0;
}

.services-details-area .content ul li {
  display: block;
  /* margin-bottom: 15px; */
  padding-left: 25px;
  position: relative;
  /* color: #232323; */
}

.services-details-area .content ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  height: 100%;
  width: 100%;
  color: #086AD8;
}

.services-details-area .content ul li:last-child {
  margin-bottom: 0;
}

.services-details-area .content ul {
  margin-bottom: 25px;
  margin-top: 20px;
}

.services-details-area .content .thumbs img {
  margin-bottom: 0;
  margin-top: 15px;
}

/* Sidebar */
.services-details-area .sidebar-item {
  margin-bottom: 50px;
}

.services-details-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-details-area .sidebar-item {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 5px;
}

.services-details-area .sidebar-item .title h4 {
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
}

.services-details-area .sidebar-item .title h4::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  height: 20px;
  width: 3px;
  background: #086AD8;
}

.services-details-area .sidebar-item.link li {
  display: block;
}

.services-details-area .sidebar-item.link li a {
  display: block;
  padding: 5px 5px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: hidden;
}

.services-details-area .sidebar-item.link {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: transparent;
}

.services-details-area .sidebar-item.link li:last-child a {
  border: none;
}

.services-details-area .sidebar-item.link li a:hover,
.services-details-area .sidebar-item.link li a.active {
  color: #ffffff;
}

.services-details-area .sidebar-item.link li a.active::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "\f105";
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 660;
  transform: translateY(-50%);
  font-size: 20px;
}

.services-details-area .sidebar-item.link li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, rgba(8, 106, 216, 1) 0%, rgba(10, 60, 116, 1) 100%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

.services-details-area .sidebar-item.link li a:hover::before,
.services-details-area .sidebar-item.link li a.active::before {
  width: 100%;
}

.services-details-area .sidebar-item.banner {
  border-radius: 5px;
  padding: 0;
  border: none;
  background: transparent;
}

.services-details-area .sidebar-item.banner .thumb {
  position: relative;
  z-index: 1;
}

.services-details-area .sidebar-item.banner .thumb img {
  border-radius: 5px;
}

.services-details-area .sidebar-item.banner .thumb .content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 15px;
}

.services-details-area .sidebar-item.banner .thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  border-radius: 5px;
  opacity: 0.5;
}

.services-details-area .sidebar-item.banner .thumb .content h3 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 24px;
}

.services-details-area .sidebar-item.banner .thumb .content h3 a {
  color: inherit;
}

.services-details-area .sidebar-item.banner .thumb .content h3 i {
  height: 35px;
  width: 35px;
  line-height: 36px;
  background: #086AD8;
  border-radius: 50%;
  font-size: 15px;
  position: relative;
  margin-right: 10px;
  z-index: 1;
}

.services-details-area .sidebar-item.banner .thumb .content h3 i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086AD8;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
}

.services-details-area .sidebar-item.banner .thumb .content h5 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 25px;
}

.services-details-area .sidebar-item.brochure a {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.services-details-area .sidebar-item.brochure a i {
  font-size: 40px;
  font-weight: 500;
  margin-right: 10px;
  color: #086AD8;
}

.services-details-area .sidebar-item.brochure a:last-child {
  margin-top: 15px;
}



/* ============================================================== 
     # Home Nine Services 
=================================================================== */

.sIndaird-services-area .shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.4;
}

.sIndaird-services-items .item {
  padding: 67px 37px;
}

.sIndaird-services-items .item {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  border-radius: 7px;
}

.sIndaird-services-items .item .info>i {
  display: inline-block;
  margin-bottom: 30px;
  background: #086AD8;
  height: 80px;
  width: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sIndaird-services-items .item .info h4 {
  font-weight: 600;
}

.sIndaird-services-items .item .info p {
  margin: 0;
}


.sIndaird-services-items .item::after {
  position: absolute;
  left: 0;
  top: -50px;
  content: "";
  height: 200px;
  width: 179px;
  background: url(../img/shape/23.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.sIndaird-services-items .center .item::after {
  left: 0;
  top: 0;
  opacity: 1;
}

.sIndaird-services-area .sIndaird-services-items .owl-dots {
  margin-top: 20px;
}

.sIndaird-services-area .sIndaird-services-items .owl-dot {
  margin-bottom: -5px;
  margin-top: 20px;
}

.sIndaird-services-area .sIndaird-services-items .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.sIndaird-services-area .sIndaird-services-items .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Skill 
=================================================================== */

.quick-contact-area.half-bg {
  position: relative;
  z-index: 1;
}

.quick-contact-area.half-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 60%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}

.quick-contact-items {
  padding: 50px 30px;
}

.quick-contact-items h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.quick-contact-items h2 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  margin-bottom: -5px;
}

.quick-contact-items h2 strong {
  text-decoration: underline;
}

/* ============================================================== 
     # Case Studies Area 
=================================================================== */

.case-studies-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 30%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}

.case-studies-area .case-carousel .slick-slide>div {
  margin: 0 10px;
}

.case-studies-area .item .thumb,
.case-studies-area .item {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.case-studies-area .item img {
  transition: all 0.35s ease-in-out;
}

.case-studies-area .item:hover img.main_img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case-studies-area .item .info .info-items {
  position: absolute;
  left: 30px;
  right: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.case-studies-area .item:hover .info .info-items {
  bottom: 30px;
  opacity: 1;
}

.case-studies-area .info {
  position: relative;
  z-index: 1;
}

.case-studies-area .item .info .info-items ul li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.case-studies-area .item .info .info-items ul li::after {
  position: absolute;
  right: -5px;
  bottom: 0;
  content: ",";
  font-size: 14px;
}

.case-studies-area .item .info .info-items h4 {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 20px;
  text-transform: capitalize;
}

.case-studies-area .item .info .info-items .right-info a,
.case-studies-area .item .info .info-items .right-info button.btn {
  display: inline-block;
  padding: 0 40px;
  background: #086AD8;
  color: #ffffff;
  position: absolute;
  height: 80%;
  right: -30px;
  top: 10%;
}

.case-studies-area .item .info .info-items .left-info {
  padding: 20px 30px;
  padding-right: 100px;
}

.case-studies-area .item .info .info-items .right-info a i,
.case-studies-area .item .info .info-items .right-info button.btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.case-studies-area .item .info .info-items ul li:last-child::after {
  display: none;
}

.case-studies-area .slick-slider {
  margin: 0;
}

.case-studies-area .slick-slider .slick-arrow {
  font-size: 0;
  z-index: 9;
  background: transparent none repeat scroll 0 0;
  color: #086AD8;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.case-studies-area .slick-slider .slick-arrow:before {
  color: #086AD8;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.case-studies-area .slick-slider .slick-prev:before {
  content: "\f104";
}

.case-studies-area .slick-slider .slick-next:before {
  content: "\f105";
}

.case-studies-area .slick-slider .slick-arrow:before:hover {
  background: transparent;
  color: #086AD8;
}

.case-studies-area .slick-slider .slick-next {
  left: auto;
  right: 10px;
}


/* ============================================================== 
     # Case Studies Version Two
=================================================================== */

.case-studies-area.grid-items #portfolio-grid {
  margin: -15px;
}

.case-studies-area.grid-items .case-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.case-studies-area.grid-items .case-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.case-studies-area.grid-items .case-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.case-studies-area.grid-items .case-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}

.case-items-area .pf-item .item {
  overflow: hidden;
  position: relative;
}

/* ============================================================== 
     # Case Details
=================================================================== */

.case-details-area .thumb img {
  border-radius: 10px;
}

.case-details-area .content {
  padding: 0 45px;
}

.case-details-area .content ul.project-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
  margin-top: 0;
  position: relative;
  top: -65px;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: -35px;
}

.case-details-area .content ul.project-info li {
  padding: 0;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.case-details-area .content ul.project-info li::after {
  display: none;
}

.case-details-area .content ul.project-info li .title i {
  margin-right: 10px;
  font-size: 20px;
}

.case-details-area .content ul.project-info li .title {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}


/* ============================================================== 
     # Fun Factor
=================================================================== */

.fun-factor-area .item .timer {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #0e2b3d;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
  -webkit-background-clip: text;
}

.fun-factor-area .item .medium {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -5px;
  color: #0e2b3d;
  text-transform: capitalize;
}

.fun-factor-area .fun-fact-items {
  position: relative;
  z-index: 1;
}

.fun-factor-area .fun-fact-items::after {
  position: absolute;
  left: -150%;
  top: 0;
  content: "";
  height: 100%;
  width: 400%;
  background: #f3f7fd;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .fun-factor-area .fun-fact-items::after {
    left: 0;
    height: 100%;
    width: 400%;
  }
}


/* ============================================================== 
     # Team 
=================================================================== */

.team-area .team-items .single-item {
  margin-bottom: 30px;
}

.team-area .team-items .thumb {
  position: relative;
}

.team-area .team-items .thumb img {
  border-radius: 8px;
}

.team-area .team-items .info {
  padding: 30px;
  background: #ffffff;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.team-area .team-items .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.team-area .team-items .info span {
  color: #086AD8;
  font-weight: 600;
  text-transform: capitalize;
}

.team-area .team-items .social {
  position: absolute;
  right: 30px;
  bottom: -35px;
}

.team-area .team-items .social label i {
  transform: rotate(45deg);
}

.share-button i {
  transition: .3s ease;
}

.share-toggle:checked~.share-button i {
  transform: rotate(-180deg) !important;
}

.share-toggle:checked~.share-icon:nth-child(3) {
  transform: translateY(-70px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(4) {
  transform: translateY(-125px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(5) {
  transform: translateY(-180px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(6) {
  transform: translateY(-235px) rotate(0);
}

.share-button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #086AD8;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px #ffffff;
  cursor: pointer;
  transition: .3s ease;
  transform: rotate(45deg);
}

.share-icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transform: translateX(0) rotate(180deg);
  cursor: pointer;
  transition: .3s ease-in-out;
}

.team-area .team-items .thumb .social a {
  color: #ffffff;
}

.team-area .team-items .thumb .social a.facebook {
  background: #3B5998 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.twitter {
  background: #1DA1F2 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.pinterest {
  background: #BD081C none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.g-plus {
  background: #DB4437 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.linkedin {
  background: #0077B5 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.instagram {
  background: #3f729b none repeat scroll 0 0;
}

/* ============================================================== 
     # Team Single 
=================================================================== */
.team-single-area .basic-info li {
  float: left;
  width: 50%;
  padding: 0 15px;
  color: #ffffff;
  margin-top: 15px;
}

.team-single-area .basic-info {
  clear: both;
  margin: 0 -15px;
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0;
  padding-top: 15px;
  margin-top: 15px;
}

.team-single-area .basic-info::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 110%;
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
  z-index: -1;
}

.team-single-area .basic-info li a {
  color: #ffffff;
  font-weight: 400;
}

.team-single-area .social ul li {
  display: inline-block;
  margin-right: 7px;
}

.team-single-area .social ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 50%;
  color: #232323;
}

.team-single-area .social ul li a:hover {
  background: #086AD8;
  color: #ffffff;
}

.team-single-area .social ul {
  margin-top: 30px;
  margin-bottom: 15px;
}

.team-single-area .content h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.team-single-area .content>span {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.team-single-area .about-area.reverse .info .progress-box:first-child {
  margin-top: 0;
}

.team-single-area .bottom-info {
  margin-top: 50px;
}

.team-single-area .bottom-info h2 {
  font-weight: 600;
}

.team-single-area .bottom-info p:last-child {
  margin-bottom: 0;
}

.team-single-area .about-area.reverse .info {
  padding-bottom: 0;
}

/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area .item {
  padding: 50px 15px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
}

.testimonials-area .item p {
  font-size: 18px;
  color: #232323;
  line-height: 34px;
  font-style: italic;
}

.testimonials-area .thumb {
  position: relative;
  z-index: 1;
}

.testimonials-area .thumb i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 45px;
  width: 44px;
  line-height: 45px;
  background: #086AD8;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.testimonials-area .thumb img {
  border-radius: 50%;
}

.testimonials-area .item .provider {
  display: flex;
  align-items: center;
}

.testimonials-area .item .provider h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.testimonials-area .item .provider span {
  color: #232323;
}

.testimonials-area .item .provider span::before {
  content: ' / ';
  padding: 0 5px;
}

.testimonials-area .item .rating {
  margin-bottom: 10px;
  color: #ffb944;
}

.testimonials-area .item::before {
  position: absolute;
  left: -15px;
  top: 15px;
  content: "";
  height: 100%;
  width: 100%;
  border: 15px solid #086AD8;
  z-index: -1;
  opacity: 0.1;
}


.testimonials-area .testimonial-items .slick-slide>div {
  margin: 15px;
}

.testimonials-area .testimonial-items .slick-list {
  margin-bottom: 20px;
}

.testimonials-area .testimonial-items .slick-dots {
  margin-top: 20px;
  bottom: -50px;
}

.testimonials-area .testimonial-items .slick-dots li {
  margin-bottom: -10px;
  margin-top: 20px;
}

.testimonials-area .testimonial-items .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
  box-shadow: 1px 1px 5px #ccc !important;
}

.testimonials-area .testimonial-items .slick-dots li.slick-active button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # About / Faq 
=================================================================== */

.about-area .faq-content {
  margin-top: 25px;
}

.about-area .thumb-box {
  position: relative;
  margin-right: 20px;
}

.faq-area .info>h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.faq-area .info>h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.faq-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f105";
  font-weight: 600;
  color: #999999;
}

.faq-area .faq-content .card,
.faq-area .faq-content .accordion__item {
  border: none;
  margin-bottom: 31px;
  overflow: inherit;
  background: transparent;
  border-radius: 5px;
  padding: 0;
}

.faq-area .faq-content {
  margin-top: 25px;
}

.faq-area .faq-content .accordion {
  border: none;
}

.faq-area .faq-content .card:last-child,
.faq-area .faq-content .accordion__item:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header,
.faq-area .faq-content .accordion__item .accordion__heading {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .accordion__item .accordion__heading .accordion__button {
  background-color: transparent;
  padding: 0;
  position: relative;
}

.faq-area .faq-content .accordion__item .accordion__heading .accordion__button::before {
  position: absolute;
  right: 5px;
  top: 15px;
}

.faq-area .faq-content .card .card-header h4,
.faq-area .faq-content .accordion__item .accordion__heading h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.faq-area .faq-content .card .card-header h4 strong,
.faq-area .faq-content .accordion__item .accordion__heading h4 strong {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #086AD8;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  min-width: 40px;
}

.faq-area .faq-content .card .card-header h4 strong::after,
.faq-area .faq-content .accordion__item .accordion__heading h4 strong::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.faq-area .faq-content .card .card-body,
.faq-area .faq-content .accordion__item .accordion__panel {
  padding-left: 30px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}

.faq-area .faq-content .card .card-body p:last-child,
.faq-area .faq-content .accordion__item .accordion__panel p:last-child {
  margin-bottom: 0;
}

/* Appoinment */
.faq-area .appoinment-form {
  padding: 50px;
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
  position: relative;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
}

.faq-area .appoinment-form::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/17.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.faq-area .appoinment-form h4 {
  color: #ffffff;
  font-weight: 600;
}

.faq-area .appoinment-form p {
  color: #ffffff;
  margin-bottom: 30px;
}

.faq-area .appoinment-form input,
.faq-area .appoinment-form .nice-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 5px;
}

.faq-area .appoinment-form .nice-select .current {
  color: #ffffff;
}

.faq-area .appoinment-form .nice-select .option {
  color: #232323;
}

.faq-area .appoinment-form .nice-select::after {
  border-color: #ffffff;
}

.faq-area .appoinment-form button {
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px;
  font-weight: 600;
}

.faq-area .appoinment-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.faq-area .appoinment-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.faq-area .appoinment-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.faq-area .appoinment-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}


/* ============================================================== 
     # Blog Area 
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-items .item {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}

.blog-area .item .info {
  padding: 30px;
}

.blog-area .info .cats {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 15px;
}

.blog-area .info .cats::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 15px;
  background: #666666;
}

.blog-area .info .cats a:hover {
  color: #086AD8;
}

.blog-area .item .info .meta {
  margin-bottom: 15px;
}

.blog-area .item .info .meta ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  font-weight: 600;
  font-size: 14px;
}

.blog-area .item .info .meta ul li:first-child {
  padding-left: 0;
}
.blog-area .item .info .meta ul li:nth-child(2) {
  padding-left: 0;
}
.blog-area .item .info .meta ul li::after {
  position: absolute;
  right: -2px;
  top: 8px;
  content: "";
  height: 15px;
  width: 1px;
  background: #666666;
  transform: rotate(15deg);
}

.blog-area .item .info .meta ul li:first-child::after {
  content: none;
}

.blog-area .item .info .meta ul li:last-child::after {
  display: none;
}

.blog-area .item .info ul li i {
  color: #086AD8;
  margin-right: 5px;
  font-weight: 500;
}

.blog-area .item .info h4 {
  font-weight: 600;
  line-height: 1.4;
}
.blog-area .item .info h2 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
}
.home .blog-area .item .info h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-area.content-less .item .info h2,
.blog-area.content-less .item .info h3,
.blog-area.content-less .item .info h4,
.blog-area.content-less .item .info h5 {
  margin-bottom: 0;
}

.blog-area .item .info h4 a:hover {
  color: #086AD8;
}

.blog-area .item .info a.read-more {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  padding-right: 35px;
}

.blog-area .info .meta a {
  color: #086AD8;
}

.blog-area .info h1,
.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 600;
}

.btn-more {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 40px;
}

.btn-more::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 30px;
  transition: all 0.35s ease-in-out;
  border-top: 2px solid;
}

.btn-more:hover::after {
  border-color: #086AD8;
}

a.btn-more:hover {
  color: #086AD8;
}

.blog-area .item .info a.read-more:hover {
  color: #086AD8;
}

.blog-area .thumb {
  position: relative;
}

.blog-area .thumb .cats {
  position: absolute;
  left: 30px;
  bottom: -20px;
  z-index: 9;
}

.blog-area .thumb .cats a {
  display: inline-block;
  background: #086AD8;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 6px 20px;
  margin-right: 5px;
  color: #ffffff;
}

.blog-area .thumb .post-type {
  background: rgba(8, 106, 216, 0.7) none repeat scroll 0 0;
  bottom: 35px;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  right: 35px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.blog-area .item .info a.btn {
  margin-top: 5px;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-left: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 18px;
  width: 2px;
  border-left: 3px solid #086AD8;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
  width: 100%;
  padding: 6px 12px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"],
.blog-area .sidebar #searchsubmit {
  background: transparent;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}

.blog-area .sidebar #searchsubmit {
  font-size: 0;
}

.blog-area .sidebar #searchsubmit::before,
.blog-area .sidebar form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 15px;
}

.blog-area .sidebar form:before {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #086AD8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #086AD8 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  background: #ffffff;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #086AD8;
}

.blog-area .sidebar .sidebar-item.category li a span {
  color: #b5b5b5;
  font-size: 14px;
  margin-left: 5px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 5px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
  color: #086AD8;
}

.sidebar-item.recent-post li a:hover {
  color: #086AD8;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: capitalize;
  font-size: 13px;
  color: #086AD8;
  font-weight: 700;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook-f a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.instagram a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin-in a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

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

.sidebar-item.tags ul li a,
.sidebar-item.tags ul li button.btn-sidebar {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover,
.sidebar-item.tags ul li button.btn-sidebar:hover {
  background-color: #086AD8;
  color: #fff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 10px 25px;
  margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info>a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #086AD8 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info ul li {
  margin-bottom: 0;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  display: block;
}

.blog-area .blog-items .info ul {
  margin-bottom: 0;
  margin-top: 0;
}

.blog-area .blog-items .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  color: #086AD8;
  font-weight: 600;
  font-size: 14px;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 85px;
  color: #232323;
  font-weight: 600;
  line-height: 37px;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog-area .item blockquote::before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #086AD8;
}

.blog-area .item blockquote::after {
  position: absolute;
  left: 30px;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  color: #086AD8;
  font-size: 30px;
  top: 5px;
  font-weight: 600;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-content .share .social {
  min-width: 125px;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #086AD8;
}

.blog-area .blog-content .share li.facebook-f a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.instagram a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin-in a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
  display: flex;
  gap: 30px;
}

.single .post-pagi-area .right {
  text-align: right;
  width: 50%;
}

.single .post-pagi-area .left {
  width: 50%;
  text-align: left;
}

.single .post-pagi-area .left a {
  float: none !important;
}

.single .post-pagi-area a:empty {
  display: none;
}

.single .post-pagi-area a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  color: #086AD8;
  border-radius: 30px;
}

.single .post-pagi-area h5 {
  margin: 0;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single .post-pagi-area a:hover {
  color: #086AD8;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.single .post-pagi-area a:last-child {
  float: right;
}

.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p,
.comments-area .comment .reply {
  display: block;
  margin: 0;
}

.comments-area .comment .reply {
  padding-left: 105px;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form,
.blog-area .comment-respond {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar,
.comments-list .comment .comment-author {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content,
.comments-list .comment .comment-meta {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img,
.comments-list .comment .comment-author img {
  height: 80px;
  width: 80px;
}

.comments-list .comment .comment-author img {
  margin-bottom: 10px;
}

.comments-list .comment .comment-author .says {
  display: none;
}

.comments-list .commen-item,
.comments-list .comment {
  margin-bottom: 50px;
}

.comments-list .commen-item:last-child,
.comments-list .comment:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply,
.comments-list .comment.bypostauthor {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.comments-area .comments-title h4 span {
  color: #096cdc;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a,
.reply a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.reply a {
  position: relative;
}

.reply a::before {
  content: "\f3e5";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 8px;
}

.comments-info a:hover,
.reply a:hover {
  color: #086AD8;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input,
.comments-form textarea,
.comment-respond input,
.comment-respond textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
  width: 100%;
  border: 1px solid #e7e7e7;
}

.comments-form textarea,
.comment-respond textarea {
  min-height: 180px;
  padding: 15px;
  width: 100%;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button,
.comment-respond input#submit {
  background: #086AD8;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 20px;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 30px;
  width: auto;
}

.comments-form button:hover,
.comment-respond input#submit:hover {
  color: #ffffff;
  background-color: #086AD8;
  border: 1px solid transparent;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4,
.comment-respond h3 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* Pagination */

.pagination li,
.page-numbers li {
  display: inline-block;
  margin-top: 7px;
}

.page-numbers a,
.page-numbers span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-numbers a:hover,
.page-numbers span:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

ul.pagination,
ul.page-numbers {
  display: block;
  margin-top: 30px;
}

.pagination li a,
.page-numbers li a,
.page-numbers li span {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: #086AD8;
  font-weight: 800;
}

.pagination li.page-item.active a,
.page-numbers li span.page-numbers.current,
.page-numbers li span.page-link.current {
  background: #086AD8;
  border-color: #086AD8;
  color: #fff;
}


/* ============================================================== 
     # Contact 
=================================================================== */

.contact-area {
  position: relative;
  z-index: 1;
}

.contact-area .fixed-bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 55%;
  transform: skewX(-10deg);
  margin-left: -5%;
}

.contact-area .content h2 {
  font-weight: 600;
}

.contact-area .content .heading {
  margin-bottom: 30px;
}

.contact-area form input,
.contact-area form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #fafafa;
  border: 1px solid #e4e4e4;
}

.contact-area.bg-gray form input,
.contact-area.bg-gray form textarea {
  background: #ffffff;
}

.contact-area form textarea {
  min-height: 150px;
}

.contact-area form button,
.contact-area form .btn-submit {
  background: #086AD8;
  border: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 5px;
}

.contact-area form .col-lg-6 {
  padding: 0 8px;
}

.contact-area form .row:first-child {
  margin: 0 -8px;
}

.contact-area img.loader {
  margin-left: 10px;
}

.contact-area .info {
  padding-left: 35px;
}

.contact-area .contact-tabs>ul li {
  display: inline-block;
  margin: 0;
}

.contact-area .contact-tabs>ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  margin-top: -15px;
}

.contact-area .contact-tabs>ul li a {
  display: block;
  position: relative;
  background: transparent;
  border: none;
  padding: 15px 0;
  margin-right: 20px;
  text-transform: capitalize;
  font-size: 1.5rem;
}

.contact-area .contact-tabs>ul li a.active::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: #086AD8;
}

.contact-area .contact-tabs>ul li a.active {
  background: transparent;
  color: #086AD8;
}

.contact-tabs .tab-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-tabs .tab-content ul li i {
  display: inline-block;
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #ffffff;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #086AD8;
  margin-right: 20px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-tabs .tab-content ul li .info {
  padding: 0;
}

.contact-tabs .tab-content ul li:last-child {
  margin-bottom: 0;
}

.contact-tabs .tab-content ul li .info span {
  display: block;
  font-weight: normal;
  text-transform: none;
  color: #666666;
}

.contact-tabs .tab-content ul li .info span a {
  color: inherit;
  font-weight: normal;
}

.contact-tabs .tab-content ul li .info p {
  font-weight: 600;
  color: #0e2b3d;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-tabs .tab-content iframe {
  display: block;
  height: 100%;
  min-height: 400px;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-area .tab-content .info {
  margin: 0;
}

/* Google Mpas */
.google-maps iframe {
  display: block;
  height: 100%;
  min-height: 550px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area .error-box {
  position: relative;
}

.error-page-area .error-box h1 {
  color: #666666;
  font-size: 300px;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  opacity: 0.09;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  margin: auto;
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
  padding: 6px 18px;
}

.error-box .search form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}


/* ============================================================== 
     # Footer 
=================================================================== */
footer {
  position: relative;
  z-index: 1;
}

footer .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

footer .fixed-shape img {
  opacity: 0.3;
}

footer.bg-dark .fixed-shape img {
  opacity: 0.1;
}

footer img,
footer .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
}

footer .f-item.about {
  padding: 50px 37px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  box-shadow: 0 0 10px #cccccc;
}

footer.bg-dark .f-item.about {
  background: rgba(255, 255, 255, 0.05);
}

footer.bg-dark .f-item.about {
  box-shadow: inherit;
}

footer .item {
  margin-top: 50px;
}

footer .f-items.default-padding {
  padding-top: 70px;
}

footer form {
  position: relative;
  margin-top: 30px;
}

footer form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #086AD8;
  color: #ffffff;
}

footer .item .f-item form input {
  border-radius: 30px !important;
  padding: 30px;
  border: 1px solid #e7e7e7;
}

footer.bg-dark .item .f-item form input {
  border: none;
}

footer .f-item.link li {
  margin-bottom: 15px;
}

footer .f-item.link li a {
  color: #666666;
}

footer .f-item.link li a:hover {
  color: #086AD8;
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer.bg-dark .f-item.link li a {
  color: #c2d1e2;
}

footer.bg-dark .f-item.link li a:hover {
  color: #ffffff;
}

footer.bg-dark p {
  color: #c2d1e2;
}

footer .f-item .address li strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #0e2b3d;
}

footer .f-item .address li {
  margin-bottom: 20px;
}

footer .f-item .address li:last-child {
  margin-bottom: 0;
}

footer.bg-dark .f-item .address li {
  color: #c2d1e2;
  display: flex;
  align-items: center;
  gap: 15px;
}

footer.bg-dark .f-item .address li a {
  color: #c2d1e2;
}

footer .f-item .address li a {
  font-weight: 500;
}

footer.bg-dark .f-item .address li strong {
  color: #ffffff;
}

footer .f-item .download h5 {
  font-weight: 600;
  margin: 0;
}

footer .f-item .download {
  margin-top: 30px;
}

footer .f-item .download a {
  display: inline-block;
  margin-right: 25px;
  margin-top: 15px;
  color: #666666;
}

footer.bg-dark .f-item .download a {
  color: #c2d1e2;
}

footer .f-item .download a:last-child {
  margin-right: 0;
}

footer .f-item .download a i {
  font-size: 25px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #086AD8;
}

footer.bg-dark .f-item .download a i {
  color: #c2d1e2;
}


/* Footer Bottom */

footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom li {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

.footer-bottom p {
  margin: 0;
  color: #0e2b3d;
}

footer.bg-dark .footer-bottom p {
  margin: 0;
  color: #cccccc;
}

footer.bg-dark .footer-bottom a {
  color: #c2d1e2;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}

.footer-bottom p a {
  color: #ffffff !important;
}

/* ==============================================================
   Footer – modern UI
=================================================================== */

.footer-modern {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #94a3b8;
  position: relative;
  z-index: 1;
}

.footer-modern__inner {
  padding: 56px 0 40px;
}

.footer-modern__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 40px 32px;
  align-items: start;
}

.footer-modern__brand {
  max-width: 280px;
}

.footer-modern__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-modern__logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-modern__tagline {
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0 0 24px;
  color: #94a3b8;
}

.footer-modern__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
  border-radius: 9999px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-modern__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.35);
  color: #fff !important;
}

.footer-modern__title {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f1f5f9;
  margin: 0 0 20px;
}

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

.footer-modern__list li {
  margin: 0 0 10px;
}

.footer-modern__list li:last-child {
  margin-bottom: 0;
}

.footer-modern__list a {
  font-size: 0.9375rem;
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer-modern__list a:hover {
  color: #c7d2fe !important;
}

.footer-modern__contact-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.footer-modern__contact-list li {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.footer-modern__contact-list li:last-child {
  margin-bottom: 0;
}

.footer-modern__contact-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  margin-bottom: 2px;
}

.footer-modern__contact-list a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer-modern__contact-list a:hover {
  color: #c7d2fe !important;
}

.footer-modern__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-modern__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8 !important;
  font-size: 18px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-modern__social-link:hover {
  background: rgba(var(--indai-brand-rgb), 0.2);
  border-color: rgba(var(--indai-brand-rgb), 0.4);
  color: #c7d2fe !important;
}

.footer-modern__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}

.footer-modern__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-modern__copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
}

.footer-modern__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.footer-modern__legal a {
  font-size: 0.875rem;
  color: #64748b !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer-modern__legal a:hover {
  color: #94a3b8 !important;
}

@media (max-width: 991px) {
  .footer-modern__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }
  .footer-modern__brand {
    max-width: none;
    grid-column: 1 / -1;
  }
  .footer-modern__inner {
    padding: 48px 0 36px;
  }
}

@media (max-width: 600px) {
  .footer-modern__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-modern__brand {
    grid-column: 1;
  }
  .footer-modern__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-modern__inner {
    padding: 40px 0 28px;
  }
  .footer-modern__bottom {
    padding: 16px 0;
  }
}

/* ==============================================================
   Header – modern UI
=================================================================== */

.header-modern {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-modern__top {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #94a3b8;
  font-size: 13px;
  transition: padding 0.25s ease, opacity 0.25s ease;
}

.header-modern__top--minimal {
  padding-top: 6px;
  padding-bottom: 6px;
}

.header-modern__top-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.header-modern__top--minimal .header-modern__top-inner {
  padding: 4px 0;
}

.header-modern__info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}

.header-modern__info li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-modern__info i {
  color: var(--indai-brand);
  font-size: 12px;
}

.header-modern__info a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.header-modern__info a:hover {
  color: #c7d2fe !important;
}

.header-modern__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}

.header-modern__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #94a3b8 !important;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-modern__social a:hover {
  background: rgba(var(--indai-brand-rgb), 0.3);
  color: #fff !important;
}

.header-modern__nav {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease;
  overflow: visible;
}

.header-modern__nav--scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.header-modern__nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  position: relative;
}

.header-modern__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-modern__logo img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.header-modern__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.header-modern__toggle:hover {
  background: #f1f5f9;
}

.header-modern__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #334155;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hamburger → Cross when menu open (mobile) */
.header-modern__toggle--open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-modern__toggle--open span:nth-child(2) {
  opacity: 0;
}
.header-modern__toggle--open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-modern__menu-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-modern__menu-close {
  display: none;
}

.header-modern__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-modern__menu > li {
  position: relative;
}

@media (min-width: 1024px) {
  .header-modern__dropdown-wrap--mega {
    position: static;
  }
}

.header-modern__menu > li > a,
.header-modern__dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #334155 !important;
  text-decoration: none !important;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
}

.header-modern__menu > li > a:hover,
.header-modern__dropdown-btn:hover {
  color: var(--indai-brand) !important;
  background: rgba(var(--indai-brand-rgb), 0.08);
}

.header-modern__dropdown-btn svg {
  transition: transform 0.2s ease;
}

.header-modern__dropdown-wrap:hover .header-modern__dropdown-btn svg,
.header-modern__dropdown-wrap .header-modern__dropdown-btn[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* Desktop: show dropdown on hover or when open (click) */
@media (min-width: 1024px) {
  .header-modern__dropdown-wrap:hover .header-modern__dropdown,
  .header-modern__dropdown-wrap .header-modern__dropdown--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-modern__dropdown-wrap--mega:hover .header-modern__mega,
  .header-modern__dropdown-wrap--mega .header-modern__mega--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.header-modern__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 4px 0 0;
  padding: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 100;
}

.header-modern__dropdown--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-modern__dropdown li {
  margin: 0;
}

.header-modern__dropdown li a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #475569 !important;
  text-decoration: none !important;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.header-modern__dropdown li a:hover {
  color: var(--indai-brand) !important;
  background: rgba(var(--indai-brand-rgb), 0.08);
}

/* Expertise mega: base styles */
.header-modern__mega {
  padding: 0;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease 0.1s;
  z-index: 100;
}

/* Desktop: 100% width, fixed below header, hover + click to open */
@media (min-width: 1024px) {
  .header-modern__mega {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #e2e8f0;
    border-radius: 0;
    transform: translateY(-8px);
    z-index: 99;
  }
  .header-modern__dropdown-wrap--mega:hover .header-modern__mega,
  .header-modern__dropdown-wrap--mega .header-modern__mega--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
}

.header-modern__mega-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 24px;
  padding: 24px 10px 32px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.header-modern__mega-col {
  padding: 8px 12px;
}

.header-modern__mega-col h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--indai-brand);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}

.header-modern__mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-modern__mega-col li {
  margin: 0 0 4px;
}

.header-modern__mega-col a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #475569 !important;
  text-decoration: none !important;
  border-radius: 6px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.header-modern__mega-col a:hover {
  color: var(--indai-brand) !important;
  padding-left: 6px;
}

/* Industries mega: full-width grid (mirrors Expertise mega shell) */
.header-modern__mega-inner--industries {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 24px 10px 32px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.header-modern__mega-industries-heading {
  grid-column: 1 / -1;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--indai-brand);
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}

.header-modern__mega-industries-all {
  grid-column: 1 / -1;
  margin: 0 0 12px;
  font-size: 13px;
}

.header-modern__mega-industries-all-link {
  color: var(--indai-brand) !important;
  font-weight: 600;
  text-decoration: none !important;
}

.header-modern__mega-industries-all-link:hover {
  text-decoration: underline !important;
}

.header-modern__mega-industries-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-modern__mega-industries-list li {
  margin: 0;
}

.header-modern__mega-industries-link {
  display: block;
  padding: 8px 0;
  text-decoration: none !important;
  border-radius: 6px;
  transition: padding-left 0.2s ease;
}

.header-modern__mega-industries-title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #334155;
  transition: color 0.2s ease;
}

.header-modern__mega-industries-sub {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #9ca3af;
  transition: color 0.2s ease;
}

.header-modern__mega-industries-link:hover {
  padding-left: 6px;
}

.header-modern__mega-industries-link:hover .header-modern__mega-industries-title {
  color: var(--indai-brand);
}

.header-modern__mega-industries-link:hover .header-modern__mega-industries-sub {
  color: #6b7280;
}

.header-modern__cta {
  flex-shrink: 0;
}

.header-modern__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
  border-radius: 9999px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-modern__cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.35);
  color: #fff !important;
}

@media (max-width: 1023px) {
  .header-modern__top {
    display: none;
  }
  .header-modern__toggle {
    display: flex;
  }
  .header-modern__menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 100vw);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 80px 24px 24px;
    background: #fff;
    border-left: 1px solid #e2e8f0;
    box-shadow: -10px 0 40px rgba(15, 23, 42, 0.12);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
  }
  .header-modern__menu-wrap--open {
    transform: translateX(0);
  }
  .header-modern__menu-wrap--open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(248, 250, 252, 0.92);
    z-index: -1;
  }
  .header-modern__menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: #f1f5f9;
    color: #334155;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .header-modern__menu-close:hover {
    background: #e2e8f0;
    color: #0f172a;
  }
  .header-modern__menu-close svg {
    flex-shrink: 0;
  }
  .header-modern__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .header-modern__menu > li > a,
  .header-modern__dropdown-btn {
    padding: 14px 16px;
    width: 100%;
    justify-content: space-between;
  }
  .header-modern__dropdown {
    position: static;
    margin: 4px 0 8px 16px;
    min-width: auto;
    transform: none;
    box-shadow: none;
    border-radius: 10px;
    max-height: 0;
    overflow: hidden;
    padding: 0 8px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
  }
  .header-modern__dropdown--open {
    max-height: 400px;
    padding: 8px;
    margin: 4px 0 12px 16px;
  }
  .header-modern__mega {
    position: static;
    left: auto;
    width: auto;
    max-width: none;
    margin: 4px 0 12px 16px;
    margin-left: 0;
    transform: none;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .header-modern__mega--open {
    max-height: 70vh;
    overflow-y: auto;
  }
  .header-modern__mega-inner {
    grid-template-columns: 1fr;
    padding: 12px 16px;
    max-width: none;
  }
  .header-modern__mega-inner--industries {
    grid-template-columns: 1fr;
    padding: 12px 16px;
    max-width: none;
    gap: 0;
  }
  .header-modern__mega-industries-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .header-modern__cta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
  }
  .header-modern__cta-link {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .header-modern__nav-inner {
    padding: 12px 0;
  }
  .header-modern__logo img {
    height: 36px;
  }
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader.gif) center no-repeat #ffffff;
  text-align: center;
}


/* ============================================================== 
     # Cyber Sercurity 
=================================================================== */

.banner-area.top-pad-80 .content {
  padding-top: 80px;
}

.banner-style-ten .content p {
  padding-right: 25%;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.7;
}

.banner-style-ten .content h2 {
  font-size: 60px;
  font-weight: 700;
}

.banner-style-ten .content h2 strong {
  font-weight: 300;
  font-size: 50px;
}

.feature-style-ten-item .item {
  padding: 50px 37px;
  background: #040b42;
  border-radius: 30px;
}

.feature-style-ten-item .item img {
  height: 150px;
  width: auto;
  margin-bottom: 30px;
}

.feature-style-ten-item .item h4 {
  font-weight: 700;
  font-size: 20px;
}

.feature-style-ten-item .item p {
  opacity: 0.7;
  margin: 0;
}

.feature-style-ten-item {
  margin-bottom: 30px;
}

.brand-area h2 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 40px;
}

.brand-area h2 strong {
  color: #086ad8;
  font-size: 40px;
  border-bottom: 2px solid;
  font-weight: 700;
}

.brand-area .brand-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.about-style-ten .thumb {
  position: relative;
}

.about-style-ten .thumb img:first-child {
  max-width: 65%;
  float: right;
}

.about-style-ten .thumb img:nth-child(2) {
  float: left;
  max-width: 50%;
  margin-left: -20%;
  margin-bottom: 30px;
}

.about-style-ten .thumb img:nth-child(3) {
  float: left;
  max-width: 60%;
  margin-left: -30%;
}

.about-style-ten .thumb img {
  border-radius: 5px;
}

.bg-dark .bg-gray {
  background: #040b42;
}

.about-style-ten .info {
  padding-left: 35px;
}

.about-style-ten h5 {
  text-transform: uppercase;
  color: #046ad8;
  font-weight: 600;
}

.about-style-ten h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-style-ten p {
  opacity: 0.8;
}

.about-style-ten ul li {
  display: flex;
  margin-top: 30px;
}

.about-style-ten ul li .info {
  padding-left: 0;
}

.about-style-ten ul li img {
  height: auto;
  min-width: 60px;
  max-width: 60px;
  margin-right: 15px;
}

.about-style-ten ul li p {
  margin: 0;
}

.about-style-ten ul li h4 {
  font-weight: 600;
  font-size: 20px;
}

.about-style-ten .btn {
  margin-top: 30px;
}

.process-style-ten-area {
  overflow: hidden;
}

.process-style-ten-area .video {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin-top: 80px;
}

.process-style-ten-area .video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -60px;
  z-index: 1;
}

.process-style-ten-area .video::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #086ad8;
  opacity: 0.3;
  border-radius: 10px;
}

.process-style-ten-area .video img {
  border-radius: 10px;
  padding: 20p;
}

.process-style-ten-area .video::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #086ad8;
  transform: matrix(1, -0.06, 0.08, 1, 0, 0);
  border-radius: 10px;
  z-index: -1;
}

.process-style-ten-area h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #086ad8;
}

.process-style-ten-area h2 {
  font-weight: 600;
}

.bg-dark .faq-area .faq-content .card .card-body {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .faq-area .faq-content .card .card-body p {
  opacity: 0.8;
}

.bg-dark .team-area .team-items .info {
  background: transparent;
}

.bg-dark .team-area .team-items .social {
  bottom: -25px;
}

.bg-dark .share-button {
  background: #086AD8;
  color: #ffffff;
}

.bg-dark .blog-area .blog-items .item {
  background: transparent;
  box-shadow: inherit;
}

.bg-dark .blog-area .blog-items .item img {
  border-radius: 7px;
}

.bg-dark .blog-area .blog-items .item .info {
  padding: 0;
  padding-top: 30px;
}

.bg-dark .blog-area .info .meta a {
  color: #cccccc;
}

.bg-dark .blog-area .item .info ul li i {
  color: #cccccc;
}

.bg-dark .blog-area .info .meta a:hover {
  color: #086AD8;
}


/* ============================================================== 
     # Software
=================================================================== */
.banner-style-eleven .thumb img {
  max-width: 150%;
}

.banner-area.banner-style-eleven {
  padding-top: 50px;
}

@media (min-width: 1400px) {
  .banner-style-eleven .thumb img {
    max-width: 200%;
  }
}

.banner-area.banner-style-eleven .content h2 {
  font-size: 60px;
  font-weight: 600;
}

.banner-area.banner-style-eleven .content h2 strong {
  font-weight: 300;
}

.banner-area.banner-style-eleven .content p {
  padding-right: 20%;
}

.banner-area.banner-style-eleven.shape::after {
  background: linear-gradient(150deg, #02ebad 0%, #5a57fb 50%);
}

.attr-nav>ul>li.button a {
  background: #086AD8;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (min-width: 1024px) {
  .attr-nav>ul>li.button {
    padding: 20px 0;
    margin-left: 10px;
  }

  .attr-nav>ul>li.button a {
    background: #086AD8;
    padding: 14px 40px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border-radius: 30pc;
  }

}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
}

.text-center .video-btn {
  margin-left: 0;
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: #5138ee;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  color: #ffffff;
}

.text-light .video-btn i {
  background: #ffffff;
  color: #5138ee;
}


.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #5138ee repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.text-light .video-btn i::after {
  background: #ffffff repeat scroll 0 0;
}

.services-style-eleven {
  margin-bottom: 30px;
}

.services-style-eleven .item {
  display: flex;
  padding: 60px 37px;
}

.services-style-eleven .item i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #086ad8;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}

.services-style-eleven .item::after {
  display: none;
}

.services-style-eleven .item p {
  margin: 0;
}

.featured-services-area .item-grid:first-child {
  margin-top: 50px;
}

.services-style-eleven .item img {
  max-width: 80px;
  min-width: 80px;
  margin-right: 25px;
}

@media (min-width: 1400px) {
  .fun-factor-area.shadow {
    width: 90%;
    margin: auto;
    max-width: 1400px;
    border-radius: 10px;
  }
}

.fun-factor-area.shadow .fun-fact-items::after {
  display: none;
}

.fun-factor-area.shadow .item .timer {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}

.fun-factor-area.shadow .item .medium {
  color: #ffffff;
  opacity: 0.8;
}

.faq-area .faq-content {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .choose-us-style-ten-item .thumb {
    margin-left: -20%;
    padding-right: 35px;
  }
}

.choose-us-style-ten-item h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.choose-us-style-ten-item li {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.choose-us-style-ten-item ul {
  margin: 30px -15px 0 -15px;
}

.choose-us-style-ten-item p {
  margin: 0;
}

.choose-us-style-ten-item i {
  display: inline-block;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 25px;
  color: #086ad8;
}

.choose-us-style-ten-item h4 {
  font-weight: 700;
}

.fixed-shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: -150px;
  height: 100%;
  width: 100%;
  background-size: 70%, contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-eleven {
    background: #5138ee;
  }

  .banner-area.banner-style-eleven .content h2 {
    font-size: 36px;
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content h2 strong {
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content p {
    padding: 0;
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content .video-btn {
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content .video-btn i::after,
  .banner-area.banner-style-eleven .content .video-btn i {
    background: #ffffff;
  }

  .banner-area.banner-style-eleven .content .video-btn i {
    color: #086ad8;
  }

  .banner-style-eleven .thumb img {
    max-width: 80%;
    margin: auto;
  }

  .banner-area.banner-style-eleven .content {
    padding-top: 80px !important;
  }

  .banner-area.banner-style-eleven {
    padding-bottom: 60px;
  }

  .services-style-eleven .item {
    display: block;
    text-align: center;
  }

  .services-style-eleven .item img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .services-style-eleven-area {
    padding-top: 120px;
  }

  .choose-us-style-ten-item {
    text-align: center;
  }

  .choose-us-style-ten-item .thumb {
    margin-bottom: 50px;
  }

  .choose-us-style-ten-item li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .choose-us-style-ten-item ul {
    margin: 0;
  }

  .fixed-shape-right-bottom {
    bottom: 0;
    background-size: 100%, contain;
    display: none;
  }

  .banner-area.banner-style-ten .content {
    padding-top: 120px;
  }

  .banner-style-ten .content h2 strong {
    font-size: 36px;
  }

  .about-style-ten .thumb img {
    display: none;
  }

  .about-style-ten .thumb img:first-child {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-style-ten .info {
    padding-left: 0;
  }
}

/* Mobile layout */
@media only screen and (max-width: 767px) {
  .banner-style-eleven {
    background: #5138ee;
  }

  .banner-area.banner-style-eleven .content h2 {
    font-size: 36px;
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content h2 strong {
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content p {
    padding: 0;
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content .video-btn {
    color: #ffffff;
  }

  .banner-area.banner-style-eleven .content .video-btn i::after,
  .banner-area.banner-style-eleven .content .video-btn i {
    background: #ffffff;
  }

  .banner-area.banner-style-eleven .content .video-btn i {
    color: #086ad8;
  }

  .banner-style-eleven .thumb img {
    max-width: 80%;
    margin: auto;
  }

  .banner-area.banner-style-eleven .content {
    padding-top: 80px !important;
  }

  .banner-area.banner-style-eleven {
    padding-bottom: 60px;
  }

  .services-style-eleven .item {
    display: block;
    text-align: center;
  }

  .services-style-eleven .item img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .choose-us-style-ten-item {
    text-align: center;
  }

  .choose-us-style-ten-item .thumb {
    margin-bottom: 30px;
  }

  .choose-us-style-ten-item li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .choose-us-style-ten-item ul {
    margin: 0;
  }

  .fixed-shape-right-bottom {
    bottom: 0;
    background-size: 100%, contain;
    display: none;
  }

  .banner-area.banner-style-ten .content {
    padding-top: 120px;
  }

  .banner-style-ten .content h2 strong {
    font-size: 36px;
  }

  .about-style-ten .thumb img {
    display: none;
  }

  .about-style-ten .thumb img:first-child {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-style-ten .info {
    padding-left: 0;
  }

}

.img-style img {
  height: auto;
}

.footer-social ul {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  gap: 15px;
}

.footer-social ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #001d4c;
  font-size: 18px;
  transition: .5s;
}

.footer-social ul li a:hover {
  background: #0f7efa;
  color: #fff;
}

.single .post-pagi-area>a {
  display: none;
}

h3.search-content {
  font-weight: 600;
}

h3.search-content span {
  font-weight: bolder;
  color: #0d77ee;
}

.blog-area .comment-respond form {}

.blog-area .comment-respond form label {
  display: block;
}

.blog-area .comment-respond form p.comment-form-cookies-consent label {
  display: inline-block;
}

.blog-area .comment-respond form p.comment-form-cookies-consent input {
  height: auto;
  min-height: auto;
  margin-right: 10px;
  width: auto;
}

.blog-area .comment-respond form p.comment-form-author,
.blog-area .comment-respond form p.comment-form-email {
  width: 50%;
  float: left;
}

.blog-area .comment-respond form p.comment-form-author {
  padding-right: 15px;
}

.blog-area .comment-respond form p.comment-form-author input,
.blog-area .comment-respond form p.comment-form-email input {
  width: 100%;
}

body.login .top-bar-area.bg-theme,
body.login header,
body.login footer,
body.forgot-password .top-bar-area.bg-theme,
body.forgot-password header,
body.forgot-password footer,
body.register .top-bar-area.bg-theme,
body.register header,
body.register footer,
body.dashboard .top-bar-area.bg-theme,
body.dashboard header,
body.dashboard footer {
  display: none;
}

body.dashboard .dashboard footer {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

.custom_height {
  height: 650px;
  overflow: hidden;
  overflow-y: auto;
}

.dropdown_nemu {
  display: none;
  box-shadow: 0 0 10px #9b9b9b;
  border: 1px solid #b5b5b5;
}

.profile_link:hover .dropdown_nemu {
  display: block;
}

/* small-box-start */
.small-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  display: block;
  margin-bottom: 20px;
  position: relative
}

.bg-info,
.bg-info>a,
.bg-info p {
  color: #fff !important;
}

.small-box>.inner {
  padding: 10px
}

.bg-info {
  background-color: #17a2b8 !important;
}

.small-box>.small-box-footer {
  background-color: rgba(0, 0, 0, .1);
  color: rgba(255, 255, 255, .8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10
}

.small-box>.small-box-footer:hover {
  background-color: rgba(0, 0, 0, .15);
  color: #fff
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap
}

@media (min-width:992px) {

  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3,
  .col-xl-2 .small-box h3 {
    font-size: 1.6rem
  }

  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3,
  .col-xl-3 .small-box h3 {
    font-size: 1.6rem
  }
}

@media (min-width:1200px) {

  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3,
  .col-xl-2 .small-box h3 {
    font-size: 2.2rem
  }

  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3,
  .col-xl-3 .small-box h3 {
    font-size: 2.2rem
  }
}

.small-box p {
  font-size: 1rem
}

.small-box p>small {
  color: #f8f9fa;
  display: block;
  font-size: .9rem;
  margin-top: 5px
}

.small-box h3,
.small-box p {
  z-index: 5
}

.small-box .icon {
  color: rgba(0, 0, 0, .15);
  z-index: 0
}

.small-box .icon>i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.fad,
.small-box .icon>i.fal,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.ion {
  font-size: 70px;
  top: 20px
}

.small-box .icon svg {
  font-size: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.small-box:hover {
  text-decoration: none
}

.small-box:hover .icon>i,
.small-box:hover .icon>i.fa,
.small-box:hover .icon>i.fab,
.small-box:hover .icon>i.fad,
.small-box:hover .icon>i.fal,
.small-box:hover .icon>i.far,
.small-box:hover .icon>i.fas,
.small-box:hover .icon>i.ion {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.small-box:hover .icon>svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media (max-width:767.98px) {
  .small-box {
    text-align: center
  }

  .small-box .icon {
    display: none
  }

  .small-box p {
    font-size: 12px
  }
}

.MuiPaper-root {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  background-color: rgb(255, 255, 255);
  background-image: unset;
  overflow: hidden;
  transition: 100ms ease-in-out;
}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.table-img {
  width: 100px;
  height: 75px;
  overflow: hidden;
}

.table-img img {
  height: 100%;
  object-fit: cover;
  width: auto;
}

.box {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: .375rem;
  border-width: 1px;
  border-color: rgb(var(--default-border));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: .875rem;
  color: rgb(var(--default-text-color));
  --tw-shadow: -8px 12px 18px 0 #dadee8;
  --tw-shadow-colored: -8px 12px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box-header {
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  font-weight: 500;
}

@media (max-width: 375px) {
  .box-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.box-title {
  position: relative;
  margin-inline-end: auto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(var(--default-text-color));
}

.box-title:before {
  content: var(--tw-content);
  position: absolute;
}

.ti-btn {
  margin-inline-start: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-width: 1px;
  border-color: transparent;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
  min-height: 39px;
}

.box-body {
  padding: 1.25rem;
  color: rgb(var(--default-text-color));
}

@media (max-width: 375px) {
  .box-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.task-description {
  font-size: .875rem;
}

.text-textmuted {
  color: rgb(var(--text-muted));
}

.task-details-key-tasks {
  list-style-type: decimal;
}

.task-details-key-tasks li {
  margin-bottom: .5rem;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(140 144 151 / var(--tw-text-opacity));
}

.box-footer {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
  border-top-width: 1px;
  border-top-color: rgb(var(--default-border));
  padding: 1rem 1.25rem;
  font-size: .813rem;
  color: rgb(var(--default-text-color));
}

@media (min-width: 768px) {
  .box-footer {
    padding: 1rem 1.25rem;
  }
}

.banner-style {
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.banner-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cke_notifications_area,
.cke_notification_warning {
  display: none !important;
}

.sub-menu {
  padding: 0;
  background: #161f30;
  overflow-y: auto !important;
}

.sub-menu li {
  border-bottom: 1px solid #1b2637;
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu li a {
  padding: 0.5rem 2rem !important;
  font-size: 13px !important;
  font-weight: 400;
}

.sub-menu li a svg {
  margin-right: 8px;
  font-size: 10px;
}

.search-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.search-sec form {
  position: relative;
}

.search-sec form input {
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 36px;
}

.search-sec form svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-nav .dropdown-menu h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0a6ed3;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .navbar-nav .dropdown-menu .row {
    flex-direction: column;
  }

  .navbar-nav .dropdown-menu .row .col-md-3 {
    max-width: 100%;
  }

  .navbar-nav .dropdown-menu .row .col-md-3 a {
    display: block;
  }

  .navbar-nav .dropdown-menu h3 {
    margin-top: 15px;
  }
}

.logout_sidebar button {
  background: linear-gradient(90deg, rgba(8, 106, 216, 1) 0%, rgba(10, 60, 116, 1) 100%);
  width: 100%;
  color: #fff;
  text-align: center;
}

.logout_sidebar button:hover {
  background: linear-gradient(90deg, rgba(10, 60, 116, 1) 0%, rgba(8, 106, 216, 1) 100%);
  color: #fff;
}

.multiple-select .css-13cymwt-control,
.multiple-select .css-hlgwow {
  height: 50px;
  border-color: #dee2e6;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.multiple-select .css-19bb58m,
.multiple-select .css-t3ipsp-control {
  height: 50px;
  margin: 0;
  padding: 0;
}

.multiple-select .css-1dyz3mf {
  padding-top: 0;
  padding-bottom: 0;
}

.multiple-select .css-1p3m7a8-multiValue {
  margin-top: 0;
}

.multiple-select .css-13cymwt-control:hover,
.multiple-select .css-t3ipsp-control,
.multiple-select .css-t3ipsp-control:hover {
  border-color: #dee2e6 !important;
  border-width: 1px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.multiple-select .css-13cymwt-control:focus,
.multiple-select .css-hlgwow:focus {
  outline: none !important;
  box-shadow: none;
}

.custom__input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}

.services-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popupImg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: rgb(67 67 67 / 80%);
  z-index: 9999999999999999999;
}

.popupImg .img_style {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popupImg button.close-popup {
  position: absolute;
  right: -23px;
  top: -23px;
  color: #fff;
  font-size: 30px;
  z-index: 9;
}

.container-custom {
  max-width: 1366px;
}

/* ============================================================== 
     # Home Nine Services 
=================================================================== */

.standard-services-area .shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.4;
}

.standard-services-items .item {
  padding: 67px 37px;
}

.standard-services-items .item {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  border-radius: 7px;
}

.standard-services-items .slick-slide>div {
  margin: 15px 7.5px;
}

.standard-services-items .item .info>i,
.standard-services-items .item .info>img.icon {
  display: inline-block;
  margin-bottom: 30px;
  background: #086AD8;
  height: 80px;
  width: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.standard-services-items .item .info h4 {
  font-weight: 600;
}

.standard-services-items .item .info p {
  margin: 0;
}


.standard-services-items .item::after {
  position: absolute;
  left: 0;
  top: -50px;
  content: "";
  height: 200px;
  width: 179px;
  background: url(../img/shape/23.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.standard-services-items .center .item::after {
  left: 0;
  top: 0;
  opacity: 1;
}

.standard-services-area .standard-services-items .slick-dots {
  margin-top: 20px;
}

.standard-services-area .standard-services-items .slick-dots li {
  margin-bottom: -5px;
  margin-top: 20px;
}

.standard-services-area .standard-services-items .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.standard-services-area .standard-services-items .slick-dots li.active button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.btn.disabled {
  cursor: no-drop;
}

.mainDashboard {
  padding-bottom: 4rem !important;
}
/** updated*/
.case-items .thumb {
  aspect-ratio: 4 / 3; /* Adjust the ratio to match your design */
  overflow: hidden;
}

.case-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .container-fluid.desktop-pad-50{
    padding: 0 50px;
  }
}

.navbar ul.nav li ul ul li>a{
  padding: 6px 0;
  border-bottom: solid 1px #f5f5f5;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

/* ===================================================================
   Hero Slider
=================================================================== */

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: #000;
}

.hero-slider .slick-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slick-slide > div {
    height: 100vh;
    min-height: 600px;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
    display: none !important;
}

.hero-slide {
    position: relative;
    height: 100vh;
    min-height: 600px;
}

.hero-slide__inner {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 100px 0 120px;
    box-sizing: border-box;
}

.hero-slide__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-slide__bg img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    animation: heroKenBurns 8s ease-out forwards;
}

@keyframes heroKenBurns {
    0% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.hero-slide__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.65) 35%,
            rgba(0, 0, 0, 0.35) 65%,
            rgba(0, 0, 0, 0.2) 100%
        );
}

.hero-slide__overlay::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    pointer-events: none;
}

.hero-slide__noise {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none;
}

.hero-slide__content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 clamp(24px, 5vw, 80px);
}

.hero-slide__container {
    max-width: 720px;
}

.hero-slide__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: var(--indai-eyebrow-on-hero);
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide__subtitle.is-active {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

.hero-slide__accent {
    display: block;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--indai-brand), var(--indai-accent-bright));
    border-radius: 2px;
    flex-shrink: 0;
}

.hero-slide__title {
    font-size: clamp(2.2rem, 4.8vw, 4.2rem);
    font-weight: 800;
    line-height: 1.08;
    color: #ffffff;
    margin: 0 0 28px;
    letter-spacing: -0.025em;
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide__title.is-active {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.hero-slide__desc {
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
    max-width: 520px;
    margin: 0 0 40px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide__desc.is-active {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s;
}

.hero-slide__desc p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.hero-slide__cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide__cta.is-active {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 60px;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
    color: #fff !important;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    line-height: 1;
}

.hero-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--indai-accent-soft) 0%, var(--indai-accent-bright) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: inherit;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(var(--indai-brand-rgb), 0.35);
    color: #fff !important;
    text-decoration: none !important;
}

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

.hero-btn span,
.hero-btn svg {
    position: relative;
    z-index: 1;
}

.hero-btn svg {
    transition: transform 0.3s ease;
}

.hero-btn:hover svg {
    transform: translateX(4px);
}

.hero-btn--ghost {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff !important;
}

.hero-btn--ghost::before {
    background: rgba(255, 255, 255, 0.08);
}

.hero-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

/* ---------- Hero Navigation ---------- */

.hero-nav {
    position: absolute;
    bottom: 40px;
    left: clamp(24px, 5vw, 80px);
    right: clamp(24px, 5vw, 80px);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 28px;
}

.hero-nav__counter {
    display: flex;
    align-items: baseline;
    gap: 5px;
    user-select: none;
}

.hero-nav__current {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.hero-nav__sep {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.25);
    margin: 0 2px;
}

.hero-nav__total {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.35);
    font-variant-numeric: tabular-nums;
}

.hero-nav__bars {
    display: flex;
    gap: 6px;
    flex: 1;
    max-width: 280px;
}

.hero-nav__bar {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    background-clip: content-box;
    box-sizing: content-box;
}

.hero-nav__bar-track {
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.hero-nav__bar-fill {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--indai-brand), var(--indai-accent-bright));
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left;
}

.hero-nav__bar.is-active .hero-nav__bar-fill {
    animation: heroProgress 7000ms linear forwards;
}

.hero-nav__bar.is-done .hero-nav__bar-fill {
    transform: scaleX(1);
}

@keyframes heroProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.hero-nav__arrows {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.hero-nav__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    padding: 0;
}

.hero-nav__arrow:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    transform: scale(1.06);
}

/* ---------- Hero Scroll Indicator ---------- */

.hero-scroll {
    position: absolute;
    right: clamp(24px, 5vw, 80px);
    bottom: 130px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.hero-scroll__line {
    width: 1px;
    height: 56px;
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
}

.hero-scroll__line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, var(--indai-accent-soft));
    animation: heroScrollPulse 2.2s ease-in-out infinite;
}

@keyframes heroScrollPulse {
    0% { top: -100%; }
    100% { top: 100%; }
}

.hero-scroll__label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.35);
    writing-mode: vertical-rl;
    user-select: none;
}

/* ---------- Hero Decorative Orb ---------- */

.hero-slide__orb {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--indai-brand-rgb), 0.12) 0%, transparent 70%);
    z-index: 2;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    filter: blur(60px);
}

/* ---------- Hero Responsive ---------- */

@media (max-width: 991px) {
    .hero-scroll {
        display: none;
    }
    .hero-slide__container {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .hero-slider,
    .hero-slider .slick-slider,
    .hero-slider .slick-list,
    .hero-slider .slick-track,
    .hero-slider .slick-slide,
    .hero-slider .slick-slide > div,
    .hero-slide {
        height: 75svh;
        min-height: 480px;
        max-height: 600px;
    }

    .hero-slide__inner {
        height: 75svh;
        min-height: 480px;
        max-height: 600px;
        align-items: flex-start;
        padding: 100px 0 80px;
    }

    .hero-slide__content {
        padding: 0 24px;
    }

    .hero-slide__container {
        max-width: 100%;
    }

    .hero-slide__subtitle {
        font-size: 12px;
        letter-spacing: 2.5px;
        margin-bottom: 18px;
        gap: 10px;
    }

    .hero-slide__accent {
        width: 28px;
    }

    .hero-slide__title {
        font-size: clamp(2rem, 8vw, 2.8rem);
        margin-bottom: 18px;
        line-height: 1.15;
    }

    .hero-slide__desc {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 28px;
        max-width: 100%;
    }

    .hero-slide__cta {
        gap: 12px;
    }

    .hero-btn {
        padding: 14px 28px;
        font-size: 14px;
    }

    .hero-slide__bg img {
        object-position: center center !important;
    }

    .hero-slide__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.85) 0%,
                rgba(0, 0, 0, 0.7) 35%,
                rgba(0, 0, 0, 0.35) 65%,
                rgba(0, 0, 0, 0.5) 100%
            );
    }

    .hero-nav {
        gap: 12px;
        bottom: 24px;
        left: 24px;
        right: 24px;
    }

    .hero-nav__bars {
        display: none;
    }

    .hero-nav__current {
        font-size: 20px;
    }

    .hero-nav__arrow {
        width: 40px;
        height: 40px;
    }

    .hero-slide__orb {
        width: 250px;
        height: 250px;
        right: -60px;
        top: 70%;
        filter: blur(40px);
    }
}

@media (max-width: 480px) {
    .hero-slide__inner {
        padding: 30px 0 90px;
    }

    .hero-slide__title {
        font-size: clamp(1.75rem, 7.5vw, 2.2rem);
    }

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

    .hero-btn {
        padding: 13px 24px;
        font-size: 13px;
    }

    .hero-nav {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .hero-nav__arrow {
        width: 36px;
        height: 36px;
    }
}

/* ===================================================================
   About Section
=================================================================== */

.about-section {
    position: relative;
    padding: 70px 0 120px;
    background: #fafbfc;
    overflow: hidden;
}

/* ---------- Visual / Image Side ---------- */

.about-visual {
    position: relative;
    padding: 20px;
}

.about-visual__main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
    z-index: 2;
    aspect-ratio: 4 / 5;
}

.about-visual__main img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    border-radius: 16px;
}

.about-visual__float {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 180px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    border: 5px solid #fafbfc;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.about-visual__float img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    border-radius: 11px;
}

.about-visual__badge {
    position: absolute;
    top: 0;
    left: -10px;
    background: #fff;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    z-index: 4;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-visual__badge svg {
    color: var(--indai-brand);
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.about-visual__badge-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
}

.about-visual__badge-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.about-visual__accent {
    position: absolute;
    bottom: 40px;
    left: -30px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--indai-brand-rgb), 0.1) 0%, transparent 70%);
    z-index: 1;
    filter: blur(30px);
    pointer-events: none;
}

/* ---------- Content Side ---------- */

.about-content {
    padding-left: 40px;
}

.about-content__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--indai-brand);
    margin-bottom: 24px;
}

.about-content__label-line {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--indai-brand), var(--indai-accent-bright));
    border-radius: 2px;
    flex-shrink: 0;
}

.about-content__title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    line-height: 1.3;
    color: #0e2b3d;
    margin: 0 0 28px;
    letter-spacing: -0.01em;
}

.about-content__text {
    margin-bottom: 32px;
}

.about-content__text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 16px;
}

.about-content__text p:last-child {
    margin-bottom: 0;
}

.about-content__text blockquote {
    margin: 24px 0 0;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.04) 0%, rgba(14, 165, 233, 0.04) 100%);
    border-left: 3px solid var(--indai-brand);
    border-radius: 0 12px 12px 0;
}

.about-content__text blockquote p {
    font-size: 0.95rem;
    font-style: italic;
    color: #334155;
    margin: 0;
    line-height: 1.7;
}

/* ---------- Tech Tags ---------- */

.about-content__tech {
    margin-bottom: 36px;
}

.about-content__tech-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #475569;
    margin-bottom: 14px;
}

.about-content__tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 12px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-content__tech-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-content__tech-card {
    --tech: var(--indai-brand);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 12px 8px 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-content__tech-card:hover {
    transform: translateY(-2px) scale(1.03);
    border-color: color-mix(in srgb, var(--tech) 45%, #e2e8f0);
    box-shadow: 0 8px 28px color-mix(in srgb, var(--tech) 28%, transparent);
}

.about-content__tech-card:hover .about-content__tech-name {
    color: var(--tech);
}

.about-content__tech-card:hover .about-content__tech-icon {
    transform: scale(1.1);
    filter: brightness(1.12) saturate(1.08);
}

.about-content__tech-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
}

.about-content__tech-icon {
    width: 40px;
    height: 40px;
    background-color: var(--tech);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: transform 0.25s ease, filter 0.25s ease, background-color 0.25s ease;
}

.about-content__tech-name {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: #334155;
    max-width: 100%;
    padding: 0 2px;
}

.about-content__tech-note {
    font-size: 10px;
    line-height: 1.5;
    color: #94a3b8;
    margin: 12px 0 0;
    max-width: 42em;
}

.about-content__tech-note a {
    color: #64748b;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.about-content__tech-note a:hover {
    color: var(--indai-brand);
}

/* ---------- About CTA Button ---------- */

.about-content__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 60px;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
    color: #fff !important;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    line-height: 1;
}

.about-content__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--indai-accent-soft) 0%, var(--indai-accent-bright) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: inherit;
}

.about-content__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(var(--indai-brand-rgb), 0.3);
    color: #fff !important;
    text-decoration: none !important;
}

.about-content__btn:hover::before {
    opacity: 1;
}

.about-content__btn span,
.about-content__btn svg {
    position: relative;
    z-index: 1;
}

.about-content__btn svg {
    transition: transform 0.3s ease;
}

.about-content__btn:hover svg {
    transform: translateX(4px);
}

/* ---------- About Responsive ---------- */

@media (max-width: 991px) {
    .about-section {
        padding: 80px 0;
    }

    .about-content {
        padding-left: 0;
        margin-top: 60px;
    }

    .about-visual__badge {
        left: 0;
        top: -10px;
    }
}

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

    .about-visual {
        padding: 10px;
    }

    .about-visual__float {
        width: 130px;
        height: 130px;
        bottom: -10px;
        right: -5px;
        border-width: 4px;
    }

    .about-visual__badge {
        padding: 16px 18px;
        max-width: 190px;
        left: 0;
        top: -10px;
    }

    .about-visual__badge svg {
        width: 22px;
        height: 22px;
    }

    .about-visual__badge-title {
        font-size: 14px;
    }

    .about-visual__badge-text {
        font-size: 12px;
    }

    .about-content {
        margin-top: 48px;
    }

    .about-content__title {
        font-size: 1.5rem;
    }

    .about-content__text blockquote {
        padding: 16px 18px;
    }

    .about-content__tech-grid {
        grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
        gap: 10px 10px;
    }

    .about-content__tech-card {
        padding: 10px 6px 8px;
    }

    .about-content__tech-name {
        font-size: 10px;
    }

    .about-content__btn {
        padding: 14px 28px;
        font-size: 14px;
    }
}

/* ===================================================================
   About Page (dedicated /about route)
=================================================================== */

/* Unified dark hero (matches portfolio / contact pattern) */
.about-page__hero {
    padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e1b4b 100%);
    background-color: #0f172a;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #334155;
}

.about-page__hero-aurora {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 60% at 20% 0%, rgba(8, 106, 216, 0.3) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 100% 40%, rgba(56, 189, 248, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(8, 106, 216, 0.15) 0%, transparent 45%);
    opacity: 0.85;
}

.about-page__hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(220px, 400px);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
}

.about-page__hero-main {
    min-width: 0;
    text-align: left;
    max-width: 42rem;
}

.about-page__hero-aside {
    min-width: 0;
    position: relative;
}

.about-page__hero-bento {
    border-radius: 1rem;
    padding: 0.6rem 0.6rem 0.75rem;
    background: linear-gradient(155deg, rgba(2, 6, 23, 0.65) 0%, rgba(8, 106, 216, 0.1) 100%);
    border: 1px solid rgba(100, 116, 139, 0.4);
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

.about-page__hero-figure {
    position: relative;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.5) 0%, rgba(15, 23, 42, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-page__hero-figure-glow {
    position: absolute;
    right: -10%;
    top: -20%;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(8, 106, 216, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.about-page__hero-figure-svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

/* Tech network diagram: animated dashes + twinkling sparks */
.about-hero-tech__line {
    stroke-dasharray: 5 4;
    animation: about-hero-tech-flow 1.2s linear infinite;
}

@keyframes about-hero-tech-flow {
    to {
        stroke-dashoffset: -9;
    }
}

.about-hero-tech__sparks {
    filter: drop-shadow(0 0 2px rgba(56, 189, 248, 0.5));
}

.about-hero-tech__star {
    transform-origin: center;
    animation: about-hero-tech-twinkle 2.4s ease-in-out infinite;
}

.about-hero-tech__star--1 { animation-delay: 0s; }
.about-hero-tech__star--2 { animation-delay: 0.4s; }
.about-hero-tech__star--3 { animation-delay: 0.2s; }
.about-hero-tech__star--4 { animation-delay: 0.6s; }
.about-hero-tech__star--5 { animation-delay: 0.8s; }
.about-hero-tech__star--6 { animation-delay: 0.1s; }

@keyframes about-hero-tech-twinkle {
    0%,
    100% {
        opacity: 0.35;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.about-hero-tech__beads circle {
    filter: drop-shadow(0 0 3px rgba(125, 211, 252, 0.9));
}

.about-page__hero-bento-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.about-page__hero-bento-item {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    padding: 0.5rem 0.5rem 0.55rem;
    border-radius: 0.65rem;
    background: rgba(2, 6, 23, 0.45);
    border: 1px solid rgba(100, 116, 139, 0.28);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.about-page__hero-bento-item:hover {
    border-color: rgba(125, 211, 252, 0.28);
    background: rgba(8, 106, 216, 0.08);
}

.about-page__hero-bento-ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.5rem;
    color: #7dd3fc;
    background: rgba(8, 106, 216, 0.2);
    border: 1px solid rgba(125, 211, 252, 0.2);
}

.about-page__hero-bento-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.about-page__hero-bento-title {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
    color: #f1f5f9;
}

.about-page__hero-bento-sub {
    font-size: 0.68rem;
    line-height: 1.4;
    color: #94a3b8;
}

.about-page__hero-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #94a3b8;
    margin: 0 0 1.1rem;
}

.about-page__hero-crumb a {
    color: #e2e8f0 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.about-page__hero-crumb a:hover {
    color: var(--indai-accent-soft) !important;
}

.about-page__hero-crumb-sep {
    opacity: 0.5;
    user-select: none;
}

.about-page__hero-crumb-current {
    color: #cbd5e1;
}

.about-page__hero-eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #7dd3fc;
    margin: 0 0 0.5rem;
}

.about-page__hero-title {
    font-size: clamp(2rem, 4.2vw, 2.75rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 1rem;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.about-page__hero-lead {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
    max-width: 42rem;
}

.about-page__main {
    padding: 24px 0 24px;
    background: #fff;
}

.about-page__visual {
    position: relative;
    padding: 20px;
}

.about-page__visual-inner {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
    z-index: 2;
    aspect-ratio: 4 / 5;
}

.about-page__visual-inner img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    border-radius: 16px;
}

.about-page__visual-accent {
    position: absolute;
    bottom: 20px;
    left: -20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--indai-brand-rgb), 0.12) 0%, transparent 70%);
    z-index: 1;
    filter: blur(40px);
    pointer-events: none;
}

.about-page__badge {
    position: absolute;
    bottom: 50px;
    right: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    text-align: center;
}

.about-page__badge-year {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--indai-brand);
    line-height: 1.1;
}

.about-page__badge-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
}

.about-page__content {
    padding-right: 40px;
}

.about-page__content-text {
    margin-bottom: 36px;
}

.about-page__content-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 18px;
}

.about-page__content-text p:last-child {
    margin-bottom: 0;
}

.about-page__content-text blockquote {
    margin: 28px 0 0;
    padding: 22px 26px;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.05) 0%, rgba(14, 165, 233, 0.05) 100%);
    border-left: 3px solid var(--indai-brand);
    border-radius: 0 12px 12px 0;
}

.about-page__content-text blockquote p {
    font-size: 1rem;
    font-style: italic;
    color: #334155;
    margin: 0;
    line-height: 1.7;
}

.about-page__tech-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin-bottom: 14px;
}

.about-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-page__tag {
    display: inline-block;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.about-page__tag:hover {
    border-color: var(--indai-brand);
    color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.06);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .about-page__hero-layout {
        grid-template-columns: 1fr;
    }

    .about-page__hero-aside {
        max-width: 26rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .about-page__main {
        padding: 24px 0 24px;
    }

    .about-page__content {
        padding-right: 0;
        margin-bottom: 48px;
    }

    .about-page__visual {
        padding: 10px;
    }

    .about-page__badge {
        bottom: 30px;
        right: 10px;
        padding: 16px 22px;
    }

    .about-page__badge-year {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .about-page__hero {
        margin-bottom: 32px;
    }

    .about-page__hero-bento-grid {
        grid-template-columns: 1fr;
    }

    .about-page__hero-lead {
        font-size: 1rem;
    }

    .about-page__main {
        padding: 20px 0 24px;
    }

    .about-page__content-text p {
        font-size: 1rem;
    }

    .about-page__content-text blockquote {
        padding: 18px 20px;
    }

    .about-page__tag {
        padding: 6px 14px;
        font-size: 12px;
    }
}

/* ===================================================================
   Mission & Vision Section
   Note: Section spacing – keep gap between sections max 20px (padding top/bottom ~20px).
=================================================================== */

.mission-vision {
    padding: 20px 0;
    background: #fff;
}

.mission-vision__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}

.mission-vision__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--indai-brand);
    margin-bottom: 16px;
}

.mission-vision__label-line {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--indai-brand), var(--indai-accent-bright));
    border-radius: 2px;
    flex-shrink: 0;
}

.mission-vision__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.02em;
}

.mission-vision__card {
    position: relative;
    padding: 40px 36px;
    border-radius: 16px;
    background: #fafbfc;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.mission-vision__card:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 20px 48px rgba(var(--indai-brand-rgb), 0.08);
    transform: translateY(-4px);
}

.mission-vision__card--mission .mission-vision__icon {
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.12) 0%, rgba(14, 165, 233, 0.12) 100%);
    color: var(--indai-brand);
}

.mission-vision__card--vision .mission-vision__icon {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(59, 130, 246, 0.12) 100%);
    color: #16a34a;
}

.mission-vision__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.mission-vision__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.mission-vision__card-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
    margin: 0;
}

@media (max-width: 991px) {
    .mission-vision {
        padding: 20px 0;
    }

    .mission-vision__header {
        margin-bottom: 40px;
    }

    .mission-vision__card {
        margin-bottom: 24px;
    }

    .mission-vision__card:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .mission-vision {
        padding: 20px 0;
    }

    .mission-vision__header {
        margin-bottom: 32px;
    }

    .mission-vision__card {
        padding: 32px 24px;
    }

    .mission-vision__card-title {
        font-size: 1.15rem;
    }

    .mission-vision__card-text {
        font-size: 0.95rem;
    }
}

/* ===================================================================
   Stats / Counter Section (formerly fun-factor-area)
   Section spacing: padding 20px 0
=================================================================== */

.stats-section {
    padding: 20px 0;
    background: #fff;
}

.stats-section__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stats-section__item {
    padding: 36px 28px;
    background: #fafbfc;
    border-radius: 16px;
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.stats-section__item:hover {
    box-shadow: 0 20px 40px rgba(var(--indai-brand-rgb), 0.08);
    transform: translateY(-2px);
}

.stats-section__value {
    font-size: clamp(2.25rem, 3.5vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-brand-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--indai-brand);
}

.stats-section__label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .stats-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .stats-section__item {
        padding: 32px 24px;
    }
}

@media (max-width: 576px) {
    .stats-section__grid {
        grid-template-columns: 1fr;
    }

    .stats-section__item {
        padding: 28px 24px;
    }
}

/* ===================================================================
   Process / How we work Section
   Section spacing: padding 20px 0
=================================================================== */

.process-section {
    padding: 20px 0;
    background: #fff;
}

.process-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.process-section__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--indai-brand);
    margin-bottom: 14px;
}

.process-section__label-line {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--indai-brand), var(--indai-accent-bright));
    border-radius: 2px;
    flex-shrink: 0;
}

.process-section__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.02em;
}

.process-section__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: stretch;
}

.process-section__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.process-section__card {
    flex: 1;
    width: 100%;
    padding: 28px 24px 28px 20px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    border-left-width: 4px;
    border-left-color: var(--indai-brand);
    text-align: left;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.process-section__card:hover {
    border-left-color: var(--indai-brand);
    border-color: rgba(var(--indai-brand-rgb), 0.35);
    box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.12);
    transform: translateX(4px);
}

.process-section__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--indai-brand), var(--indai-brand-dark));
    border-radius: 50%;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.process-section__card-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.3;
}

.process-section__card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.process-section__connector {
    display: none;
}

@media (min-width: 992px) {
    .process-section__steps {
        gap: 12px;
    }

    .process-section__connector {
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        width: 12px;
        height: 2px;
        margin-left: -6px;
        background: #cbd5e1;
        margin-top: -1px;
        z-index: 0;
    }
}

@media (max-width: 991px) {
    .process-section__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .process-section__connector {
        display: none;
    }

    .process-section__header {
        margin-bottom: 36px;
    }
}

@media (max-width: 576px) {
    .process-section__steps {
        grid-template-columns: 1fr;
    }

    .process-section__card {
        padding: 24px 20px;
    }
}

/* ===================================================================
   Quick Contact / CTA Section
   Section spacing: padding 20px 0
=================================================================== */

.quick-cta {
    position: relative;
    overflow: hidden;
}

.quick-cta__intro {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 48px 0 56px;
}

.quick-cta__intro-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.quick-cta__intro-media {
    position: relative;
}

.quick-cta__intro-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.quick-cta__intro-content {
    padding-left: 0;
}

.quick-cta__intro-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--indai-accent-coral);
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.quick-cta__intro-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-cta__intro-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 16px;
}

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

.quick-cta__intro-bullet {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
    border-radius: 50%;
}

.quick-cta__intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.quick-cta__intro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.quick-cta__intro-btn:hover {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.quick-cta__intro-btn--whatsapp {
    background: #1a7a3c;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(26, 122, 60, 0.25);
}

.quick-cta__intro-btn--whatsapp:hover {
    background: #145e30;
    color: #fff !important;
}

.quick-cta__intro-btn--connect {
    background: #ffffff;
    color: var(--indai-brand) !important;
    border: 1px solid #cbd5e1;
}

.quick-cta__intro-btn--connect:hover {
    background: #e0f2fe;
    color: var(--indai-brand-dark) !important;
}

.quick-cta__cta-wrap {
    position: relative;
    padding: 32px 0 56px;
}

.quick-cta__cta-wrap .container {
    position: relative;
    z-index: 1;
}

.quick-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, #023e8a 0%, var(--indai-brand) 35%, #0ea5e9 70%, var(--indai-brand-ink) 100%);
}

.quick-cta__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    pointer-events: none;
}

.quick-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.quick-cta__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 56px 24px 64px;
    max-width: 720px;
    margin: 0 auto;
}

.quick-cta__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 16px;
}

.quick-cta__label-line {
    display: block;
    width: 32px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    flex-shrink: 0;
}

.quick-cta__title {
    font-size: clamp(1.6rem, 3.2vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.quick-cta__sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 28px;
    line-height: 1.5;
}

.quick-cta__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.quick-cta__feature {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.quick-cta__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #fff;
    flex-shrink: 0;
}

.quick-cta__feature-text {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
}

.quick-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 60px;
    background: #fff;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    line-height: 1;
}

.quick-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    background: #f8fafc !important;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
}

.quick-cta__btn svg {
    transition: transform 0.25s ease;
}

.quick-cta__btn:hover svg {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .quick-cta__intro-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .quick-cta__intro-media {
        order: -1;
    }

    .quick-cta__intro-image {
        max-height: 320px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .quick-cta__intro {
        padding: 36px 0 44px;
    }

    .quick-cta__intro-title {
        font-size: 1.35rem;
    }

    .quick-cta__intro-item {
        font-size: 0.9375rem;
    }

    .quick-cta__intro-actions {
        gap: 10px;
        margin-top: 20px;
    }

    .quick-cta__intro-btn {
        width: calc(50% - 5px);
        padding-left: 12px;
        padding-right: 12px;
    }

    .quick-cta__inner {
        padding: 40px 20px 48px;
    }

    .quick-cta__title {
        font-size: 1.4rem;
    }

    .quick-cta__sub {
        font-size: 1rem;
        margin-bottom: 24px;
    }

    .quick-cta__features {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 28px;
    }

    .quick-cta__feature {
        justify-content: flex-start;
        padding: 14px 12px;
    }

    .quick-cta__feature-text {
        font-size: 0.875rem;
    }

    .quick-cta__btn {
        padding: 14px 28px;
        font-size: 14px;
    }
}

/* ===================================================================
   Support Section (formerly choose-us-area)
   No negative margin – sits below Quick CTA. Section spacing: 20px 0
=================================================================== */

.support-section {
    padding: 20px 0;
    background: #fff;
}

.support-section__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.support-section__card {
    padding: 36px 32px;
    background: #fafbfc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.support-section__card:hover {
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.06) 0%, rgba(14, 165, 233, 0.06) 100%);
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.08);
    transform: translateY(-2px);
}

.support-section__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.12) 0%, rgba(14, 165, 233, 0.12) 100%);
    color: var(--indai-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.support-section__icon svg {
    flex-shrink: 0;
}

.support-section__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
    line-height: 1.3;
}

.support-section__text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #475569;
    margin: 0 0 20px;
}

.support-section__contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.support-section__contact-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
}

.support-section__contact-link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.support-section__contact-link:hover {
    color: var(--indai-brand) !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .support-section__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .support-section__card {
        padding: 28px 24px;
    }
}

/* ===================================================================
   Testimonials Section
   Section spacing: padding 20px 0
=================================================================== */

.testimonials-section {
    padding: 20px 0;
    background: #fafbfc;
}

.testimonials-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 44px;
}

.testimonials-section__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--indai-brand);
    margin-bottom: 14px;
}

.testimonials-section__label-line {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--indai-brand), var(--indai-accent-bright));
    border-radius: 2px;
    flex-shrink: 0;
}

.testimonials-section__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.02em;
}

.testimonials-section__slider {
    position: relative;
}

.testimonials-section__slider .slick-list {
    margin: 0 -12px;
}

.testimonials-section__slider .slick-slide > div {
    padding: 0 12px;
}

.testimonials-section__card {
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    height: 100%;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.testimonials-section__card:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.08);
    transform: translateY(-2px);
}

.testimonials-section__quote {
    color: rgba(var(--indai-brand-rgb), 0.35);
    margin-bottom: 16px;
}

.testimonials-section__content {
    margin-bottom: 20px;
}

.testimonials-section__content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    margin: 0;
    font-style: italic;
}

.testimonials-section__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

.testimonials-section__star {
    color: #e2e8f0;
}

.testimonials-section__star.is-filled {
    color: #f59e0b;
}

.testimonials-section__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonials-section__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f1f5f9;
}

.testimonials-section__avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.testimonials-section__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonials-section__name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
}

.testimonials-section__role {
    font-size: 0.85rem;
    color: #64748b;
}

/* Slick dots for testimonials */
.testimonials-section .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 28px;
    padding: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.testimonials-section .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.testimonials-section .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #cbd5e1;
    font-size: 0;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.testimonials-section .slick-dots li button:hover {
    background: #94a3b8;
}

.testimonials-section .slick-dots li.slick-active button {
    background: var(--indai-brand);
    transform: scale(1.25);
}

@media (max-width: 768px) {
    .testimonials-section__header {
        margin-bottom: 32px;
    }

    .testimonials-section__card {
        padding: 28px 22px;
    }
}

/* About page: tighter, editorial testimonial strip */
.testimonials-section--compact {
    padding: 16px 0 24px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.testimonials-section--compact .container {
    max-width: 1140px;
}

.testimonials-section--compact .testimonials-section__header {
    text-align: left;
    max-width: none;
    margin: 0 0 20px;
}

.testimonials-section--compact .testimonials-section__label {
    font-size: 11px;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
    color: #64748b;
}

.testimonials-section--compact .testimonials-section__label-line {
    width: 24px;
    height: 1px;
    background: #cbd5e1;
}

.testimonials-section--compact .testimonials-section__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0f172a;
}

.testimonials-section--compact .testimonials-section__slider {
    max-width: 100%;
}

.testimonials-section--compact .testimonials-section__slider .slick-list {
    margin: 0;
}

.testimonials-section--compact .testimonials-section__slider .slick-slide > div {
    padding: 0 6px;
}

.testimonials-section--compact .testimonials-section__card {
    padding: 16px 14px 14px;
    border-radius: 10px;
    border-color: #e2e8f0;
    box-shadow: none;
}

.testimonials-section--compact .testimonials-section__card:hover {
    border-color: #e2e8f0;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    transform: none;
}

.testimonials-section--compact .testimonials-section__quote {
    margin-bottom: 10px;
    color: #94a3b8;
}

.testimonials-section--compact .testimonials-section__content {
    margin-bottom: 14px;
}

.testimonials-section--compact .testimonials-section__content p {
    font-size: 0.9rem;
    line-height: 1.6;
    font-style: normal;
    color: #334155;
}

.testimonials-section--compact .testimonials-section__stars {
    margin-bottom: 14px;
}

.testimonials-section--compact .testimonials-section__author {
    gap: 12px;
    padding-top: 14px;
    margin-top: 2px;
    border-top: 1px solid #f1f5f9;
}

.testimonials-section--compact .testimonials-section__avatar {
    width: 40px;
    height: 40px;
}

.testimonials-section--compact .testimonials-section__name {
    font-size: 0.9rem;
    font-weight: 600;
}

.testimonials-section--compact .testimonials-section__role {
    font-size: 0.78rem;
}

.testimonials-section--compact .slick-dots {
    margin-top: 16px;
    gap: 6px;
}

.testimonials-section--compact .slick-dots li button {
    width: 6px;
    height: 6px;
}

@media (max-width: 768px) {
    .testimonials-section--compact .testimonials-section__header {
        margin-bottom: 16px;
    }

    .testimonials-section--compact .testimonials-section__card {
        padding: 18px 16px 16px;
    }
}

/* ===================================================================
   Why Choose Us Section (homepage)
   Section spacing: padding 20px 0
=================================================================== */

.why-choose-section {
    padding: 56px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(var(--indai-brand-rgb), 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, transparent 0%, rgba(var(--indai-brand-rgb), 0.03) 100%);
    pointer-events: none;
}

.why-choose-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23086ad8' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
    pointer-events: none;
}

.why-choose-section .container {
    position: relative;
    z-index: 1;
}

.why-choose-section__layout {
    position: relative;
    min-height: 900px;
}

.why-choose-section__hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 480px;
    z-index: 2;
}

.why-choose-section__hero-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    color: #0e2b3d;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}

.why-choose-section__hero-brand {
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-choose-section__hero-sub {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 12px;
}

.why-choose-section__hero-tagline {
    font-size: 1rem;
    font-weight: 600;
    color: var(--indai-brand);
    margin: 0 0 28px;
}

.why-choose-section__hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 60px;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
    color: #fff !important;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    line-height: 1;
}

.why-choose-section__hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.35);
    color: #fff !important;
    text-decoration: none !important;
}

.why-choose-section__hero-cta svg {
    transition: transform 0.25s ease;
}

.why-choose-section__hero-cta:hover svg {
    transform: translateX(4px);
}

/* ---------- Orbit ring ---------- */

.why-choose-section__orbit {
    position: relative;
    width: 100%;
    min-height: 900px;
    animation: orbitSpin 40s linear infinite;
    will-change: transform;
}

.why-choose-section__orbit:has(.why-choose-section__card:hover) {
    animation-play-state: paused;
}

@keyframes orbitSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.why-choose-section__orbit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 820px;
    height: 820px;
    transform: translate(-50%, -50%);
    background: url('/assets/img/about/why-choose-circle-bg.webp') center / contain no-repeat;
    opacity: 0.5;
    pointer-events: none;
}

.why-choose-section__orbit::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 760px;
    height: 760px;
    transform: translate(-50%, -50%);
    border: 2px dashed transparent;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(99,102,241,0.25), rgba(139,92,246,0.25), rgba(236,72,153,0.2), rgba(59,130,246,0.2)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ---------- Cards on the ring ---------- */

.why-choose-section__card {
    position: absolute;
    width: 240px;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    animation: orbitCounterSpin 40s linear infinite;
    will-change: transform;
}

.why-choose-section__orbit:has(.why-choose-section__card:hover) .why-choose-section__card {
    animation-play-state: paused;
}

@keyframes orbitCounterSpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(-360deg); }
}

.why-choose-section__card:hover {
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.08) 0%, rgba(14, 165, 233, 0.1) 100%);
    border-color: rgba(var(--indai-brand-rgb), 0.3);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.15);
}

/* 6 cards on a 760px circle (r ≈ 380px) */
.why-choose-section__card--pos-1 { left: 50%; top: calc(50% - 380px); }
.why-choose-section__card--pos-2 { left: calc(50% + 329px); top: calc(50% - 190px); }
.why-choose-section__card--pos-3 { left: calc(50% + 329px); top: calc(50% + 190px); }
.why-choose-section__card--pos-4 { left: 50%; top: calc(50% + 380px); }
.why-choose-section__card--pos-5 { left: calc(50% - 329px); top: calc(50% + 190px); }
.why-choose-section__card--pos-6 { left: calc(50% - 329px); top: calc(50% - 190px); }

.why-choose-section__card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
    color: #0f172a;
}

.why-choose-section__card-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #475569;
    margin: 0;
}

/* ---------- Responsive: grid fallback ---------- */

@media (max-width: 991px) {
    .why-choose-section {
        padding: 44px 0;
    }
    .why-choose-section__layout {
        min-height: 0;
    }
    .why-choose-section__hero {
        position: static;
        transform: none;
        margin-bottom: 40px;
    }
    .why-choose-section__orbit {
        min-height: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        animation: none;
    }
    .why-choose-section__orbit::before,
    .why-choose-section__orbit::after {
        display: none;
    }
    .why-choose-section__card {
        position: static !important;
        width: 100%;
        animation: none;
        transform: none !important;
    }
    .why-choose-section__card:hover {
        transform: translateY(-2px) !important;
    }
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 36px 0;
    }
    .why-choose-section__hero {
        margin-bottom: 32px;
    }
    .why-choose-section__hero-title {
        font-size: 1.75rem;
    }
    .why-choose-section__orbit {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .why-choose-section__card {
        padding: 22px 18px;
    }
}

/* ===================================================================
   Services Section (homepage) – normal grid
=================================================================== */

.services-section {
    padding: 64px 0;
    background: linear-gradient(165deg, #040a14 0%, #0a1628 45%, #071018 100%);
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 50% at 20% 0%, rgba(8, 106, 216, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 70% 45% at 90% 90%, rgba(6, 182, 212, 0.22) 0%, transparent 50%),
        radial-gradient(circle at 50% 100%, rgba(8, 106, 216, 0.15) 0%, transparent 40%);
    pointer-events: none;
}

.services-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(56, 189, 248, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, black 0%, black 40%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 40%, transparent 100%);
    pointer-events: none;
    opacity: 0.9;
}

.services-section > .container {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.services-section__header {
    text-align: center;
    margin-bottom: 40px;
}

.services-section__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #7dd3fc;
    margin-bottom: 16px;
    text-shadow: 0 0 24px rgba(56, 189, 248, 0.35);
}

.services-section__label-line {
    display: block;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #22d3ee, #3b82f6, #086ad8);
    border-radius: 2px;
    flex-shrink: 0;
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.5);
}

.services-section__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.25;
    color: #f8fafc;
    margin: 0 0 12px;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.services-section__link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #38bdf8 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.services-section__link:hover {
    text-decoration: none !important;
    color: #7dd3fc !important;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.45);
}

.services-section__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.services-section__card {
    padding: 22px 20px;
    background: linear-gradient(145deg, rgba(18, 32, 56, 0.92) 0%, rgba(8, 15, 28, 0.95) 100%);
    border: 1px solid rgba(56, 189, 248, 0.18);
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(8, 106, 216, 0.12) inset,
        0 8px 32px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.services-section__card:hover {
    border-color: rgba(56, 189, 248, 0.45);
    box-shadow:
        0 0 0 1px rgba(34, 211, 238, 0.15) inset,
        0 12px 40px rgba(8, 106, 216, 0.25),
        0 0 32px rgba(34, 211, 238, 0.12);
    transform: translateY(-3px);
}

.services-section__card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(8, 106, 216, 0.25) 0%, rgba(6, 182, 212, 0.12) 100%);
    border: 1px solid rgba(56, 189, 248, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(8, 106, 216, 0.15);
}

.services-section__card-icon img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
}

.services-section__card-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.45));
}

.services-section__card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}

.services-section__card-title a {
    color: #f1f5f9 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.services-section__card-title a:hover {
    color: #7dd3fc !important;
    text-decoration: none !important;
}

.services-section__card-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0;
}

@media (max-width: 991px) {
    .services-section {
        padding: 44px 0;
    }
    .services-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 36px 0;
    }
    .services-section__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: none;
    }
    .services-section__card {
        padding: 20px 18px;
    }
}

/* ==============================================================
   Blog Section (homepage) – Popular News / Latest from our blog
   Section spacing: padding 20px 0
=================================================================== */

.blog-section {
    padding: 56px 0;
    background: #fff;
    position: relative;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.blog-section__heading {
    text-align: center;
    margin-bottom: 48px;
}

.blog-section__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--indai-brand);
    margin-bottom: 14px;
}

.blog-section__label-line {
    display: block;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--indai-brand), var(--indai-accent-bright));
    border-radius: 2px;
}

.blog-section__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.25;
    color: #0e2b3d;
    margin: 0;
    letter-spacing: -0.03em;
}

.blog-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-section__card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
}

.blog-section__card:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 16px 40px rgba(var(--indai-brand-rgb), 0.1);
    transform: translateY(-4px);
}

.blog-section__card-image-wrap {
    display: block;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    background: #f1f5f9;
}

.blog-section__card-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

.blog-section__card:hover .blog-section__card-image {
    transform: scale(1.05);
}

.blog-section__card-body {
    padding: 24px 22px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-section__card-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--indai-brand);
    margin-bottom: 10px;
}

.blog-section__card-date {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
}

.blog-section__card-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 14px;
    flex: 1;
}

.blog-section__card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-section__card-title a:hover {
    color: var(--indai-brand) !important;
}

.blog-section__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    transition: gap 0.25s ease;
}

.blog-section__card-link:hover {
    gap: 12px;
}

.blog-section__card-link svg {
    flex-shrink: 0;
}

.blog-section__empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #94a3b8;
    padding: 48px 24px;
    margin: 0;
}

@media (max-width: 991px) {
    .blog-section {
        padding: 44px 0;
    }
    .blog-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .blog-section__heading {
        margin-bottom: 36px;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 36px 0;
    }
    .blog-section__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blog-section__card-body {
        padding: 20px 18px 24px;
    }
    .blog-section__heading {
        margin-bottom: 32px;
    }
}

/* ==============================================================
   FAQ Section (homepage) – modern look
=================================================================== */

.faq-home-section {
    padding: 80px 0 90px;
    background: #f9fafb;
    position: relative;
    overflow: hidden;
}

.faq-home-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 70% 50% at 10% 20%, rgba(var(--indai-brand-rgb), 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 60% 45% at 85% 75%, rgba(14, 165, 233, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 50% 5%, rgba(79, 70, 229, 0.05) 0%, transparent 45%);
    pointer-events: none;
}

.faq-home-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(var(--indai-brand-rgb), 0.045) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.faq-home-section__deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(70px);
}

.faq-home-section__deco--1 {
    width: 380px;
    height: 380px;
    top: -100px;
    right: -60px;
    background: rgba(var(--indai-brand-rgb), 0.09);
    animation: faqDecoFloat 10s ease-in-out infinite;
}

.faq-home-section__deco--2 {
    width: 280px;
    height: 280px;
    bottom: -50px;
    left: -50px;
    background: rgba(14, 165, 233, 0.07);
    animation: faqDecoFloat 13s ease-in-out 3s infinite reverse;
}

.faq-home-section__deco--3 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 38%;
    background: rgba(var(--indai-brand-rgb), 0.05);
    animation: faqDecoFloat 15s ease-in-out 6s infinite;
}

@keyframes faqDecoFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(14px, -18px) scale(1.06); }
    66% { transform: translate(-10px, 12px) scale(0.96); }
}

.faq-home-section .container {
    position: relative;
    z-index: 1;
}

.faq-home-section__top {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}

.faq-home-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.08);
    padding: 8px 20px;
    border-radius: 60px;
    margin-bottom: 20px;
    border: 1px solid rgba(var(--indai-brand-rgb), 0.15);
    box-shadow: none;
}

.faq-home-section__badge svg {
    flex-shrink: 0;
    opacity: 0.85;
}

.faq-home-section__title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
    color: #0e2b3d;
}

.faq-home-section__title-accent {
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 50%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-home-section__sub {
    font-size: 1.0625rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.faq-home-section__layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
    align-items: start;
}

.faq-home-section__visual {
    position: sticky;
    top: 100px;
}

.faq-home-section__img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.faq-home-section__img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 0 20px 60px rgba(var(--indai-brand-rgb), 0.15), 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease;
}

.faq-home-section__img-wrap:hover .faq-home-section__img {
    transform: scale(1.02);
}

.faq-home-section__img-glow {
    position: absolute;
    bottom: -20px;
    left: 10%;
    right: 10%;
    height: 50px;
    background: radial-gradient(ellipse, rgba(var(--indai-brand-rgb), 0.2) 0%, transparent 70%);
    filter: blur(20px);
    pointer-events: none;
}

.faq-home-section__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.faq-home-section__stat {
    background: #fff;
    border: 1px solid rgba(var(--indai-brand-rgb), 0.1);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.faq-home-section__stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(var(--indai-brand-rgb), 0.12);
    border-color: rgba(var(--indai-brand-rgb), 0.2);
}

.faq-home-section__stat-num {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--indai-brand), var(--indai-accent-bright));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 4px;
}

.faq-home-section__stat-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0.01em;
}

.faq-home-section__main {
    min-width: 0;
}

.faq-home-section__wrap {
    max-width: 720px;
    margin: 0;
}

.faq-home-section__wrap .faq-modern__accordion {
    gap: 16px;
}

/* Glass-card accordion – homepage */
.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__item {
    background: #fff;
    border: 1px solid rgba(var(--indai-brand-rgb), 0.1);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__item:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.3);
    box-shadow: 0 8px 32px rgba(var(--indai-brand-rgb), 0.1), 0 2px 8px rgba(0, 0, 0, 0.03);
    transform: translateY(-1px);
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__item:has([aria-expanded="true"]) {
    border-color: rgba(var(--indai-brand-rgb), 0.35);
    box-shadow: 0 0 0 1px rgba(var(--indai-brand-rgb), 0.08), 0 12px 36px rgba(var(--indai-brand-rgb), 0.1);
    background: #fff;
    transform: translateY(-2px);
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__button {
    padding: 22px 26px;
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.1) 0%, rgba(14, 165, 233, 0.1) 100%);
    border-radius: 9999px;
    color: var(--indai-brand);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 0 0 1px rgba(var(--indai-brand-rgb), 0.18);
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__icon .faq-modern__icon-svg {
    width: 14px;
    height: 14px;
    display: block;
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__button:hover .faq-modern__icon {
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.18) 0%, rgba(14, 165, 233, 0.18) 100%);
    box-shadow: 0 0 16px rgba(var(--indai-brand-rgb), 0.25);
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__item:has([aria-expanded="true"]) .faq-modern__icon {
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.22) 0%, rgba(14, 165, 233, 0.22) 100%);
    transform: rotate(45deg);
    box-shadow: 0 0 20px rgba(var(--indai-brand-rgb), 0.35);
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__button[aria-expanded="true"] .faq-modern__icon svg {
    transform: none;
}

.faq-home-section__wrap .faq-modern__accordion--glass .faq-modern__panel {
    padding: 0 26px 26px 64px;
}

.faq-home-section__wrap .faq-modern__accordion--glass .accordion__panel {
    animation: faqPanelFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-home-section__wrap .faq-modern__accordion--glass .accordion__panel[hidden] {
    display: none !important;
}

@keyframes faqPanelFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.faq-home-section__wrap .faq-modern__item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.faq-home-section__wrap .faq-modern__accordion:not(.faq-modern__accordion--glass) .faq-modern__item:has([aria-expanded="true"]) {
    box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.12);
}

.faq-home-section__footer {
    margin-top: 40px;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid rgba(var(--indai-brand-rgb), 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.faq-home-section__footer-text {
    font-size: 1rem;
    font-weight: 500;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

.faq-home-section__footer-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.faq-home-section__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 60px;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-accent-bright) 100%);
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(var(--indai-brand-rgb), 0.25);
    position: relative;
    overflow: hidden;
}

.faq-home-section__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--indai-accent-soft) 0%, var(--indai-accent-bright) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: inherit;
}

.faq-home-section__btn span,
.faq-home-section__btn svg {
    position: relative;
    z-index: 1;
}

.faq-home-section__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(var(--indai-brand-rgb), 0.35);
    color: #fff !important;
    text-decoration: none !important;
}

.faq-home-section__btn:hover::before {
    opacity: 1;
}

.faq-home-section__btn svg {
    transition: transform 0.3s ease;
}

.faq-home-section__btn:hover svg {
    transform: translateX(3px);
}

.faq-home-section__btn--outline {
    background: transparent;
    color: var(--indai-brand) !important;
    border: 1.5px solid rgba(var(--indai-brand-rgb), 0.35);
    box-shadow: none;
}

.faq-home-section__btn--outline::before {
    background: rgba(var(--indai-brand-rgb), 0.08);
}

.faq-home-section__btn--outline:hover {
    color: var(--indai-brand) !important;
    border-color: rgba(var(--indai-brand-rgb), 0.5);
    box-shadow: 0 4px 16px rgba(var(--indai-brand-rgb), 0.1);
}

.faq-home-section__wrap .faq-modern__empty {
    padding: 48px 24px;
}

@media (max-width: 991px) {
    .faq-home-section {
        padding: 64px 0 72px;
    }
    .faq-home-section__top {
        margin-bottom: 40px;
    }
    .faq-home-section__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .faq-home-section__visual {
        position: static;
        order: -1;
        max-width: 420px;
        margin: 0 auto;
    }
    .faq-home-section__footer {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }
    .faq-home-section__footer-actions {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .faq-home-section {
        padding: 48px 0 56px;
    }
    .faq-home-section__top {
        margin-bottom: 32px;
    }
    .faq-home-section__title {
        font-size: 1.75rem;
    }
    .faq-home-section__stats {
        gap: 12px;
    }
    .faq-home-section__stat {
        padding: 16px 12px;
    }
    .faq-home-section__stat-num {
        font-size: 1.5rem;
    }
    .faq-home-section__wrap .faq-modern__title {
        font-size: 0.8125rem;
    }
    .faq-home-section__wrap .faq-modern__panel {
        padding: 0 20px 20px 20px;
    }
    .faq-home-section__wrap .faq-modern__button {
        padding: 16px 18px;
    }
    .faq-home-section__footer {
        padding: 20px 16px;
        gap: 16px;
    }
    .faq-home-section__footer-actions {
        flex-direction: column;
        width: 100%;
    }
    .faq-home-section__btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
    .faq-home-section__deco--1 {
        width: 180px;
        height: 180px;
    }
    .faq-home-section__deco--2,
    .faq-home-section__deco--3 {
        display: none;
    }
}

/* ==============================================================
   Expertise listing page – modern overrides
=================================================================== */

.expertise-listing-page .standard-services-area {
    padding: 56px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.expertise-listing-page .standard-services-items.expertise-page .item {
    padding: 32px 28px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.expertise-listing-page .standard-services-items.expertise-page .item:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.1);
    transform: translateY(-2px);
}

.expertise-listing-page .standard-services-items.expertise-page .item .info h4 a {
    color: #0f172a !important;
    text-decoration: none !important;
}

.expertise-listing-page .standard-services-items.expertise-page .item .info h4 a:hover {
    color: var(--indai-brand) !important;
}

.expertise-listing-page .site-heading h4 {
    color: var(--indai-brand);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.expertise-listing-page .site-heading h2 {
    color: #0f172a;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
}

/* ==============================================================
   Expertise detail (inner) page – modern UI
=================================================================== */

.expertise-detail {
    padding: 48px 0 56px;
    background: #fff;
}

.expertise-detail.expertise-detail--with-hero {
    padding-top: 32px;
}

.expertise-detail__layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.expertise-detail__main {
    min-width: 0;
}

.expertise-detail__article {
    background: #fff;
}

.expertise-detail__banner {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    background: #f1f5f9;
    aspect-ratio: 16 / 9;
}

.expertise-detail__banner-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.expertise-detail__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.expertise-detail__content {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #334155;
}

.expertise-detail__content h2,
.expertise-detail__content h3,
.expertise-detail__content h4 {
    font-weight: 700;
    color: #0f172a;
    margin: 1.5em 0 0.5em;
}

.expertise-detail__content h2 { font-size: 1.35rem; }
.expertise-detail__content h3 { font-size: 1.2rem; }
.expertise-detail__content h4 { font-size: 1.1rem; }

.expertise-detail__content p {
    margin: 0 0 1em;
}

.expertise-detail__content p:last-child {
    margin-bottom: 0;
}

.expertise-detail__content ul,
.expertise-detail__content ol {
    margin: 1em 0;
    padding-left: 0;
    list-style: none;
}

.expertise-detail__content ul li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: 0.5em;
}

.expertise-detail__content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: radial-gradient(
        circle at 32% 30%,
        #e0f2fe 0%,
        #7dd3fc 14%,
        #1e293b 28%,
        #0f172a 100%
    );
    box-shadow:
        0 0 0 1px rgba(8, 106, 216, 0.28),
        0 0 6px rgba(56, 189, 248, 0.4);
    animation: indai-list-spark-marker 2.4s ease-in-out infinite;
}

.expertise-detail__content ul ul li::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
    animation-duration: 2.8s;
}

.expertise-detail__content ol li {
    margin-bottom: 0.5em;
}

.expertise-detail__content ol {
    padding-left: 1.5em;
    list-style: decimal;
}

.expertise-detail__content a {
    color: var(--indai-brand);
    text-decoration: none;
}

.expertise-detail__content a:hover {
    text-decoration: underline;
}

.expertise-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Prev/Next — same card + well pattern as sidebar */
.expertise-detail__nav {
    margin-top: 2.5rem;
    padding: 0;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 32px -12px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.expertise-detail__nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin: 0;
    padding: 0.5rem 0.5rem 0.625rem;
    background: #f1f5f9;
}

.expertise-detail__nav-eyebrow {
    margin: 0;
    padding: 0.7rem 1.25rem 0.5rem;
    background: #fafbfc;
    border-bottom: 1px solid #edf1f6;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #64748b;
}

.expertise-detail__nav-item {
    min-width: 0;
}

.expertise-detail__nav-item--next {
    text-align: right;
}

.expertise-detail__nav-link {
    display: block;
    padding: 0.75rem 0.9rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.expertise-detail__nav-link:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.expertise-detail__nav-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.expertise-detail__nav-link--next .expertise-detail__nav-label {
    text-align: right;
}

.expertise-detail__nav-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    color: #0f172a !important;
    font-size: 0.9rem;
    line-height: 1.35;
}

.expertise-detail__nav-empty {
    display: block;
    min-height: 1px;
}

/* Sidebar */
.expertise-detail__sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 24px;
}

.expertise-detail__widget {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 18px 18px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

/* “In this category” — clean panel, editorial typography, list in a soft well */
.expertise-detail__widget--links {
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 32px -12px rgba(15, 23, 42, 0.1);
}

.expertise-detail__widget--links__header {
    padding: 1.125rem 1.25rem 0.875rem;
    background: #fafbfc;
    border-bottom: 1px solid #edf1f6;
}

.expertise-detail__widget-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    text-transform: capitalize;
}

.expertise-detail__widget--links .expertise-detail__widget-title {
    font-size: 0.6875rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #64748b;
}

.expertise-detail__widget-category {
    margin: 0 0 14px;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.35;
}

.expertise-detail__widget--links .expertise-detail__widget-category {
    display: block;
    margin: 0.5rem 0 0;
    padding: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: #0f172a;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.expertise-detail__widget--links .expertise-detail__widget-list {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0.5rem 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: #f1f5f9;
    border-top: 1px solid #e8edf3;
}

.expertise-detail__widget--links .expertise-detail__widget-list li {
    margin: 0;
    padding: 0;
    border: none;
}

/* Non-links widgets keep simple list (if used elsewhere) */
.expertise-detail__widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.expertise-detail__widget--links .expertise-detail__widget-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 0;
    padding: 0.6rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.35;
    color: #334155 !important;
    text-decoration: none !important;
    font-weight: 500;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.expertise-detail__widget-link-text {
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expertise-detail__widget-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: #f8fafc;
    color: var(--indai-brand);
    border: 1px solid #eef2f7;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.expertise-detail__widget-icon-image {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

.expertise-detail__widget--links .expertise-detail__widget-link:hover {
    color: #0f172a !important;
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.expertise-detail__widget--links .expertise-detail__widget-link:hover .expertise-detail__widget-icon {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: var(--indai-brand);
}

.expertise-detail__widget--links .expertise-detail__widget-link.is-active {
    color: #0f172a !important;
    font-weight: 600;
    background: #f0f9ff;
    border-color: #bae6fd;
    box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.12);
}

.expertise-detail__widget--links .expertise-detail__widget-link.is-active .expertise-detail__widget-icon {
    background: #ffffff;
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    color: var(--indai-brand);
    box-shadow: 0 1px 2px rgba(8, 106, 216, 0.1);
}

.expertise-detail__widget--cta {
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 32px -12px rgba(15, 23, 42, 0.1);
}

.expertise-detail__widget--cta__header {
    padding: 1.125rem 1.25rem 0.875rem;
    background: #fafbfc;
    border-bottom: 1px solid #edf1f6;
}

.expertise-detail__widget--cta .expertise-detail__widget-title {
    font-size: 0.6875rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #64748b;
}

.expertise-detail__widget--cta__body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0.5rem 0.625rem;
    background: #f1f5f9;
    border-top: 1px solid #e8edf3;
}

.expertise-detail__cta-action {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.expertise-detail__cta-action:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.expertise-detail__cta-action > i {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    color: var(--indai-brand);
}

.expertise-detail__cta-action--whatsapp > i {
    color: #25d366;
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.expertise-detail__cta-action-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    text-align: left;
}

.expertise-detail__cta-action-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.2;
}

.expertise-detail__cta-action-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.expertise-detail__cta-action-meta {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    margin-top: 0.1rem;
    line-height: 1.2;
}

.expertise-detail__widget--social {
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 32px -12px rgba(15, 23, 42, 0.1);
}

.expertise-detail__widget--social__header {
    padding: 1.125rem 1.25rem 0.875rem;
    background: #fafbfc;
    border-bottom: 1px solid #edf1f6;
}

.expertise-detail__widget--social .expertise-detail__widget-title {
    font-size: 0.6875rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #64748b;
    text-align: left;
}

.expertise-detail__widget--social__body {
    padding: 0.65rem 0.5rem 0.75rem;
    background: #f1f5f9;
    border-top: 1px solid #e8edf3;
}

.expertise-detail__social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: flex-start;
}

.expertise-detail__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    color: #64748b !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.expertise-detail__social-link:hover {
    border-color: #cbd5e1;
    color: var(--indai-brand) !important;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

@media (max-width: 991px) {
    .expertise-detail__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .expertise-detail__sidebar {
        position: static;
    }
    .expertise-detail {
        padding: 36px 0 44px;
    }
}

@media (max-width: 768px) {
    .expertise-detail__nav {
        margin-top: 2rem;
    }
    .expertise-detail__nav-grid {
        grid-template-columns: 1fr;
    }
    .expertise-detail__nav-item--next {
        text-align: left;
    }
    .expertise-detail__nav-link--next .expertise-detail__nav-label {
        text-align: left;
    }
}

/* ==============================================================
   Contact page – modern UI
=================================================================== */

.contact-page-modern .breadcrumb-area {
    padding: 56px 0;
}

/* Hero (contact v2: no default breadcrumb band) */
.contact-page-modern--v2 .breadcrumb-area {
    display: none;
}

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2.75rem, 5vw, 3.75rem);
    background: linear-gradient(155deg, #020617 0%, #0f172a 38%, #082f6b 78%, #061021 100%);
    color: #f1f5f9;
    border-bottom: 1px solid #334155;
}

.contact-hero__aurora {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 60% at 20% 0%, rgba(8, 106, 216, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 30%, rgba(56, 189, 248, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(8, 106, 216, 0.2) 0%, transparent 45%);
    opacity: 0.9;
}

.contact-hero__container {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
}

.contact-hero__container--wide {
    max-width: min(1200px, 100vw - 2.5rem);
    width: 100%;
    box-sizing: border-box;
}

.contact-hero__split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 400px);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: stretch;
}

.contact-hero__col--copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.contact-hero__col--form {
    min-width: 0;
    position: relative;
    top: 0.15rem;
}

.contact-hero__form-surface {
    /* Slightly lighter than the hero so the panel is readable, same palette */
    background: linear-gradient(165deg, rgba(15, 23, 42, 0.92) 0%, rgba(2, 6, 23, 0.96) 45%, rgba(8, 47, 107, 0.35) 100%);
    color: #e2e8f0;
    border: 1px solid rgba(100, 116, 139, 0.45);
    border-radius: 1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 4px 24px rgba(0, 0, 0, 0.35);
    padding: clamp(1.1rem, 2vw, 1.4rem) clamp(1.15rem, 2vw, 1.4rem) clamp(1.25rem, 2.2vw, 1.5rem);
}

.contact-hero__form-surface .contact-form {
    margin-top: 0.15rem;
    gap: 0.9rem;
}

.contact-hero__form-intro {
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(100, 116, 139, 0.35);
}

.contact-hero__form-intro .contact-section__kicker {
    color: #7dd3fc;
}

.contact-hero__form-intro .contact-section__title {
    font-size: clamp(1.2rem, 1.6vw, 1.4rem);
    color: #f8fafc;
}

.contact-hero__form-intro .contact-section__desc {
    color: #94a3b8;
}

.contact-hero__form-surface .contact-form__input,
.contact-hero__form-surface .contact-form__textarea {
    color: #f1f5f9;
    background: rgba(2, 6, 23, 0.55);
    border-color: rgba(100, 116, 139, 0.45);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.contact-hero__form-surface .contact-form__input::placeholder,
.contact-hero__form-surface .contact-form__textarea::placeholder {
    color: #64748b;
}

.contact-hero__form-surface .contact-form__input:hover,
.contact-hero__form-surface .contact-form__textarea:hover {
    background: rgba(15, 23, 42, 0.65);
    border-color: rgba(148, 163, 184, 0.45);
}

.contact-hero__form-surface .contact-form__input:focus,
.contact-hero__form-surface .contact-form__textarea:focus {
    background: rgba(15, 23, 42, 0.75);
    border-color: rgba(125, 211, 252, 0.55);
    box-shadow: 0 0 0 3px rgba(8, 106, 216, 0.25);
}

.contact-hero__form-surface .contact-form__input--error,
.contact-hero__form-surface .contact-form__textarea.contact-form__input--error {
    background: rgba(69, 10, 10, 0.4) !important;
    border-color: #f87171 !important;
    box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.2);
}

.contact-hero__form-surface .contact-form__input--error:focus,
.contact-hero__form-surface .contact-form__textarea.contact-form__input--error:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2);
}

.contact-hero__form-surface .contact-form__error-inline {
    color: #fecaca;
}

.contact-hero__form-surface .contact-form__footer {
    border-top-color: rgba(100, 116, 139, 0.35);
}

.contact-hero__form-surface .contact-form__trust {
    color: #94a3b8;
    background: rgba(2, 6, 23, 0.45);
    border-color: rgba(100, 116, 139, 0.4);
}

.contact-hero__form-surface .contact-form__trust-ico {
    color: #2dd4bf;
}

.contact-hero__col--copy .contact-hero__lead {
    max-width: none;
}

@media (max-width: 991px) {
    .contact-hero__split {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .contact-hero__col--copy {
        display: block;
    }

    .contact-hero__highlights {
        flex: none;
        margin-top: 0.25rem;
    }

    .contact-hero__col--form {
        top: 0;
    }
}

.contact-hero__crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.contact-hero__crumb a {
    color: #e2e8f0 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.contact-hero__crumb a:hover {
    color: #7dd3fc !important;
}

.contact-hero__crumb-sep {
    opacity: 0.5;
    user-select: none;
}

.contact-hero__crumb-current {
    color: #cbd5e1;
}

.contact-hero__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.contact-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 4.2vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.contact-hero__lead {
    margin: 0 0 1.75rem;
    max-width: 40rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #cbd5e1;
}

.contact-hero__cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
}

.contact-hero__highlights {
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 1rem 1.05rem 1.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    flex: 1 1 auto;
    min-height: 0;
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(8, 106, 216, 0.14) 0%, rgba(2, 6, 23, 0.55) 50%, rgba(8, 47, 107, 0.2) 100%);
    border: 1px solid rgba(125, 211, 252, 0.18);
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.22);
}

.contact-hero__highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.contact-hero__highlight-ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.55rem;
    color: #7dd3fc;
    background: linear-gradient(180deg, rgba(8, 106, 216, 0.35) 0%, rgba(2, 6, 23, 0.5) 100%);
    border: 1px solid rgba(125, 211, 252, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.contact-hero__highlight-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.contact-hero__highlight-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    color: #f1f5f9;
    letter-spacing: -0.01em;
}

.contact-hero__highlight-sub {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #94a3b8;
}

.contact-hero__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin: 0;
    padding: 0.85rem 0 0;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.contact-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin: 0;
    min-width: 0;
}

.contact-hero__stat-top {
    display: inline-flex;
    align-items: baseline;
    gap: 0.1rem;
}

.contact-hero__stat-value {
    font-size: clamp(1.2rem, 2.8vw, 1.45rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
}

.contact-hero__stat-suffix {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fbbf24;
    line-height: 1;
}

.contact-hero__stat-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.contact-hero__stat-divider {
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    min-height: 2.5rem;
    background: rgba(148, 163, 184, 0.35);
}

.contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.75rem;
}

.contact-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.1rem 0.85rem 0.95rem;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    min-height: 3.25rem;
    box-sizing: border-box;
}

.contact-hero__btn-ico {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
}

.contact-hero__btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-width: 0;
    gap: 0.1rem;
}

.contact-hero__btn-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.88;
    line-height: 1.2;
}

.contact-hero__btn-meta {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    word-break: break-all;
}

.contact-hero__btn--whatsapp {
    color: #ecfdf5 !important;
    background: linear-gradient(135deg, #128c3a 0%, #0d4d1f 100%);
    border: 1px solid rgba(52, 211, 153, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.contact-hero__btn--whatsapp:hover {
    color: #fff !important;
    box-shadow: 0 6px 28px rgba(34, 197, 94, 0.25);
    transform: translateY(-1px);
    border-color: rgba(52, 211, 153, 0.55);
}

.contact-hero__btn--whatsapp .contact-hero__btn-label {
    color: rgba(240, 253, 244, 0.9);
}

.contact-hero__btn--email {
    color: #f8fafc !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.contact-hero__btn--email:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(125, 211, 252, 0.45);
    box-shadow: 0 4px 20px rgba(8, 106, 216, 0.2);
    transform: translateY(-1px);
}

.contact-hero__btn--email .contact-hero__btn-label {
    color: #7dd3fc;
}

@media (max-width: 600px) {
    .contact-hero__actions {
        flex-direction: column;
    }
    .contact-hero__btn {
        width: 100%;
        justify-content: flex-start;
    }
    .contact-hero__stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    .contact-hero__stat-divider {
        width: 100%;
        height: 1px;
        min-height: 0;
        align-self: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-hero__btn--whatsapp:hover,
    .contact-hero__btn--email:hover {
        transform: none;
    }
}

/* Contact page — all services (dark band, matches hero) */
.contact-service-strip {
    position: relative;
    overflow: hidden;
    padding: clamp(2.5rem, 4.5vw, 3.75rem) 0;
    background: linear-gradient(155deg, #020617 0%, #0f172a 38%, #082f6b 78%, #061021 100%);
    color: #e2e8f0;
    border-top: 1px solid #334155;
}

.contact-service-strip__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 60% at 20% 0%, rgba(8, 106, 216, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 30%, rgba(56, 189, 248, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(8, 106, 216, 0.16) 0%, transparent 45%);
    opacity: 0.75;
}

.contact-service-strip__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.contact-service-strip__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto clamp(1.5rem, 2.5vw, 2rem);
    padding: 0 0.5rem;
}

.contact-service-strip__eyebrow {
    margin: 0 0 0.45rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.contact-service-strip__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.4rem, 2.4vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #f8fafc;
}

.contact-service-strip__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #94a3b8;
}

.contact-service-strip__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.65rem 0.9rem;
}

.contact-service-strip__item {
    margin: 0;
    padding: 0;
}

.contact-service-strip__link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.1rem;
    padding: 0.55rem 0.7rem 0.55rem 0.6rem;
    border-radius: 0.7rem;
    text-decoration: none !important;
    color: #e2e8f0 !important;
    background: rgba(2, 6, 23, 0.45);
    border: 1px solid rgba(100, 116, 139, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.contact-service-strip__link:hover {
    color: #fff !important;
    background: rgba(8, 106, 216, 0.18);
    border-color: rgba(125, 211, 252, 0.35);
    transform: translateY(-1px);
}

.contact-service-strip__icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    color: #7dd3fc;
    background: linear-gradient(180deg, rgba(8, 106, 216, 0.28) 0%, rgba(2, 6, 23, 0.55) 100%);
    border: 1px solid rgba(125, 211, 252, 0.2);
    overflow: hidden;
}

.contact-service-strip__icon-img {
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
    filter: none;
}

.contact-service-strip__label {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

@media (max-width: 600px) {
    .contact-service-strip__list {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-service-strip__link:hover {
        transform: none;
    }
}

/* Main block — typographic lead-in + single “surface” card */
.contact-section--main {
    position: relative;
    padding: 0 0 clamp(2.5rem, 5vw, 3.5rem);
    background-color: #f1f5f9;
    background-image: radial-gradient(rgba(100, 116, 139, 0.08) 1.2px, transparent 1.2px);
    background-size: 24px 24px;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.contact-section__container {
    max-width: 1200px;
}

.contact-section__section-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto clamp(1.75rem, 3vw, 2.25rem);
    padding: 0 0.5rem;
}

.contact-section__section-eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #64748b;
}

.contact-section__section-title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f172a;
}

.contact-section__section-lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #64748b;
}

.contact-section__surface {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 24px 48px -32px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.contact-section__surface--offices {
    border-radius: 1.25rem;
}

.contact-section__offices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.9rem, 1.5vw, 1.1rem);
    padding: clamp(0.8rem, 1.2vw, 0.9rem);
    background: #fafbfc;
    align-items: stretch;
}

.contact-section__offices .contact-section__card--office {
    height: 100%;
    min-width: 0;
}

.contact-section__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 380px);
    gap: 0;
    align-items: stretch;
}

.contact-section__form-col {
    min-width: 0;
    padding: clamp(1.5rem, 2.5vw, 1.9rem) clamp(1.35rem, 2.2vw, 1.75rem);
    border-right: 1px solid #f1f5f9;
}

.contact-section__form-surface {
    min-width: 0;
    max-width: 36rem;
}

@media (max-width: 991px) {
    .contact-section__form-col {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: clamp(1.5rem, 2.5vw, 1.9rem);
    }
}

.contact-section__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 1.25rem;
    align-self: start;
    min-width: 0;
    padding: clamp(1.25rem, 2vw, 1.5rem) clamp(1.15rem, 2vw, 1.4rem) clamp(1.4rem, 2vw, 1.5rem);
    background: linear-gradient(180deg, #fafbfc 0%, #f8fafc 100%);
}

.contact-section__intro {
    margin-bottom: 1.4rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #eef2f7;
}

.contact-section__kicker {
    margin: 0 0 0.4rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--indai-brand);
}

.contact-section__label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--indai-brand);
    margin-bottom: 12px;
}

.contact-section__title {
    font-size: clamp(1.35rem, 2.2vw, 1.6rem);
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
    margin: 0 0 0.65rem;
    letter-spacing: -0.02em;
}

.contact-section__desc {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #64748b;
    margin: 0;
    max-width: 42rem;
}

/* Contact form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.contact-form__label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.4rem;
    letter-spacing: 0.01em;
}

.contact-form__req {
    color: #b91c1c;
    font-weight: 700;
}

.contact-form__opt {
    font-weight: 500;
    color: #94a3b8;
    font-size: 0.75rem;
    text-transform: lowercase;
    letter-spacing: 0;
}

.contact-form__footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f7;
}

.contact-form__trust {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem 0.65rem;
    margin: 0;
    padding: 0.65rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e8eef5;
    border-radius: 0.5rem;
}

.contact-form__trust-ico {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #0d9488;
    font-size: 1rem;
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.1rem;
}

.contact-form__group {
    min-width: 0;
}

.contact-form__control-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
}

.contact-form__control-row .contact-form__input {
    flex: 1 1 12rem;
    min-width: 0;
}

.contact-form__control-row--message {
    align-items: flex-start;
}

.contact-form__control-row--message .contact-form__textarea {
    flex: 1 1 15rem;
    min-width: 0;
}

.contact-form__error-inline {
    flex: 0 1 auto;
    max-width: min(11rem, 100%);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    color: #b91c1c;
}

.contact-form__input--error,
.contact-form__textarea.contact-form__input--error {
    border-color: #f87171 !important;
    background: #fff5f5 !important;
    box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.12);
}

.contact-form__input--error:focus,
.contact-form__textarea.contact-form__input--error:focus {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form__input:hover,
.contact-form__textarea:hover {
    border-color: #cbd5e1;
    background: #fff;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #94a3b8;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    outline: none;
    background: #fff;
    border-color: var(--indai-brand);
    box-shadow: 0 0 0 3px rgba(var(--indai-brand-rgb), 0.14);
}

.contact-form__textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(135deg, var(--indai-brand) 0%, #0ea5e9 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.contact-form__btn:hover {
    box-shadow: 0 10px 28px rgba(var(--indai-brand-rgb), 0.35);
    transform: translateY(-1px);
}

@media (min-width: 480px) {
    .contact-form__btn {
        width: auto;
        min-width: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-form__btn:hover {
        transform: none;
    }
}

.contact-form__btn svg {
    flex-shrink: 0;
}

.contact-section__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-section__card:hover:not(.contact-section__card--office) {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.08);
}

/* Office cards — modern panel: gradient header, pill tag, chip links */
.contact-section__card--office {
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #fff;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.8) inset,
        0 2px 4px rgba(15, 23, 42, 0.03),
        0 20px 48px -28px rgba(15, 23, 42, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.contact-section__card--office:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.22);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.9) inset,
        0 8px 28px rgba(8, 106, 216, 0.08),
        0 28px 56px -32px rgba(8, 106, 216, 0.18);
    transform: translateY(-2px);
}

.contact-section__card--office-in {
    background: linear-gradient(165deg, #fff 0%, #f8fafc 55%, #fff 100%);
}

.contact-section__card--office-de {
    background: linear-gradient(165deg, #fff 0%, #fafbfc 50%, #f4f6f8 100%);
}

@media (prefers-reduced-motion: reduce) {
    .contact-section__card--office:hover {
        transform: none;
    }
}

.contact-section__card-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.2rem 1.2rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    background: linear-gradient(125deg, rgba(239, 246, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 48%, rgba(240, 249, 255, 0.5) 100%);
}

.contact-section__card--office-de .contact-section__card-banner {
    background: linear-gradient(125deg, rgba(241, 245, 249, 0.95) 0%, rgba(248, 250, 252, 1) 45%, rgba(236, 254, 255, 0.35) 100%);
}

.contact-section__card-icon-wrap {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indai-brand);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(186, 230, 253, 0.8);
    box-shadow: 0 2px 8px rgba(8, 106, 216, 0.08);
}

.contact-section__ico {
    display: block;
    flex-shrink: 0;
}

.contact-section__card--office-de .contact-section__card-icon-wrap {
    color: #0e7490;
    border-color: rgba(165, 243, 252, 0.9);
    box-shadow: 0 2px 8px rgba(14, 116, 144, 0.08);
}

.contact-section__card-banner-text {
    min-width: 0;
}

.contact-section__card--office .contact-section__card-title {
    margin: 0 0 0.45rem;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f172a;
}

.contact-section__card-pill {
    display: inline-block;
    margin: 0;
    padding: 0.2rem 0.55rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #475569;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.contact-section__card-rows {
    list-style: none;
    margin: 0;
    padding: 0.2rem 0 0.35rem;
}

.contact-section__card-rows li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
    margin: 0;
    padding: 0.85rem 1.15rem;
    border-top: 1px solid #f1f5f9;
    transition: background 0.18s ease;
}

/* Multiline address: pin icon to first line; center looks wrong for long blocks */
.contact-section__card-rows li.contact-section__card-rows__item--address {
    align-items: flex-start;
}

.contact-section__card-rows li.contact-section__card-rows__item--address .contact-section__row-ico {
    margin-top: 0.2rem;
}

.contact-section__card-rows li:first-child {
    border-top: none;
    padding-top: 0.8rem;
}

.contact-section__card-rows li:hover {
    background: linear-gradient(90deg, rgba(248, 250, 252, 0) 0%, rgba(241, 245, 249, 0.5) 50%, rgba(248, 250, 252, 0) 100%);
}

.contact-section__row-ico {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indai-brand);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e8edf3;
    box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04);
}

.contact-section__row-ico .contact-section__ico {
    opacity: 0.95;
}

.contact-section__row-ico--wa {
    color: #16a34a;
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
    border-color: #bbf7d0;
}

.contact-section__row-body {
    min-width: 0;
    flex: 1;
}

.contact-section__row-value {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #0f172a;
    font-weight: 500;
}

.contact-section__row-value--address {
    line-height: 1.55;
    color: #334155;
    font-size: 0.875rem;
}

/* Clickable contact lines — soft chips */
.contact-section__row-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 0.35rem 0.6rem 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none !important;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    word-break: break-word;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.contact-section__row-chip--email {
    color: #1d4ed8 !important;
    background: #eff6ff;
    border-color: #bfdbfe;
}

.contact-section__row-chip--email:hover {
    color: #1e3a8a !important;
    background: #dbeafe;
    border-color: #93c5fd;
    box-shadow: 0 2px 6px rgba(29, 78, 216, 0.12);
}

.contact-section__row-chip--wa {
    color: #166534 !important;
    background: #f0fdf4;
    border-color: #86efac;
}

.contact-section__row-chip--wa:hover {
    color: #14532d !important;
    background: #dcfce7;
    border-color: #4ade80;
    box-shadow: 0 2px 6px rgba(22, 101, 52, 0.12);
}

.contact-section__row-chip--tel {
    color: #0f172a !important;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.contact-section__row-chip--tel:hover {
    color: var(--indai-brand) !important;
    background: #f0f9ff;
    border-color: #bae6fd;
    box-shadow: 0 2px 6px rgba(8, 106, 216, 0.1);
}

/* Legacy / non-office cards */
.contact-section__card-value {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #0f172a;
}

.contact-section__card-value--link {
    display: inline-block;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    font-weight: 600;
    word-break: break-word;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.contact-section__card-value--link:hover {
    color: #0369a1 !important;
    text-decoration: underline !important;
}

.contact-section__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.1) 0%, rgba(var(--indai-brand-rgb), 0.06) 100%);
    color: var(--indai-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.contact-section__card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
}

.contact-section__card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-section__card-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
}

.contact-section__card-list li:last-child {
    margin-bottom: 0;
}

.contact-section__card-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
}

.contact-section__card-list span:not(.contact-section__card-label),
.contact-section__card-list a {
    font-size: 0.9375rem;
    color: #334155;
}

.contact-section__card-list a {
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.contact-section__card-list a:hover {
    color: var(--indai-brand) !important;
}

/* Map */
.contact-section__map {
    width: 100%;
    overflow: hidden;
    background: #f1f5f9;
}

.contact-section__map--below-main {
    border-top: 1px solid #e2e8f0;
}

.contact-section__map iframe {
    display: block;
}

@media (max-width: 991px) {
    .contact-section__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .contact-section__info {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        max-width: 100%;
    }
    .contact-section__info .contact-section__card--office {
        min-width: 0;
    }
    .contact-section__offices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .contact-page-modern .breadcrumb-area {
        padding: 44px 0;
    }
    .contact-section--main {
        padding: 2.25rem 0 2.75rem;
    }
    .contact-form__row {
        grid-template-columns: 1fr;
    }
    .contact-section__info {
        grid-template-columns: 1fr;
    }
    .contact-section__offices {
        grid-template-columns: 1fr;
    }
    .contact-section__card {
        min-width: 0;
    }
}

/* ==============================================================
   Contact Success / Thank You page
=================================================================== */

.contact-success-page .breadcrumb-area,
.contact-success-page .breadcrumb-area.breadcrumb-area--solid {
    padding: 48px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e1b4b 100%) !important;
    background-color: #0f172a !important;
    border-bottom: 1px solid #334155;
}

.contact-success-page .breadcrumb-area .breadcrumb::after {
    background: transparent !important;
    display: none !important;
}

.contact-success-page .breadcrumb-area h2,
.contact-success-page .breadcrumb-area .breadcrumb a,
.contact-success-page .breadcrumb-area .breadcrumb li {
    color: #f1f5f9 !important;
}

.contact-success-page .breadcrumb-area .breadcrumb a:hover {
    color: var(--indai-accent-soft) !important;
}

.contact-success-page .breadcrumb-area .breadcrumb li.active {
    color: var(--indai-accent-soft) !important;
}

.contact-success-page .breadcrumb-area .breadcrumb li::after {
    border-color: #64748b !important;
}

.contact-success {
    position: relative;
    padding: 56px 0 80px;
    overflow: hidden;
}

.contact-success__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-success__bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 30%, #f1f5f9 60%, #f8fafc 100%);
}

.contact-success__bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(var(--indai-brand-rgb), 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.06) 0%, transparent 50%);
}

.contact-success .container {
    position: relative;
    z-index: 1;
}

.contact-success__card {
    max-width: 560px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(var(--indai-brand-rgb), 0.08);
}

.contact-success__icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.15) 0%, rgba(14, 165, 233, 0.12) 100%);
    border-radius: 50%;
}

.contact-success__icon {
    width: 40px;
    height: 40px;
    color: var(--indai-brand);
}

.contact-success__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.12);
    padding: 8px 16px;
    border-radius: 60px;
    margin-bottom: 20px;
    border: 1px solid rgba(var(--indai-brand-rgb), 0.25);
}

.contact-success__title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #0c1929 0%, var(--indai-brand-ink) 40%, var(--indai-brand) 70%, var(--indai-accent-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-success__desc {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #334155;
    margin: 0 0 12px;
}

.contact-success__sub {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
    margin: 0 0 32px;
}

.contact-success__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.contact-success__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.contact-success__btn--primary {
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-brand-dark) 100%);
    color: #ffffff !important;
    border: none;
}

.contact-success__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.35);
}

.contact-success__btn--ghost {
    background: transparent;
    color: var(--indai-brand) !important;
    border: 1.5px solid rgba(var(--indai-brand-rgb), 0.4);
}

.contact-success__btn--ghost:hover {
    background: rgba(var(--indai-brand-rgb), 0.08);
    border-color: var(--indai-brand);
}

@media (max-width: 768px) {
    .contact-success {
        padding: 40px 0 64px;
    }
    .contact-success__card {
        padding: 36px 24px;
    }
    .contact-success__actions {
        flex-direction: column;
    }
    .contact-success__btn {
        justify-content: center;
    }
}

/* ==============================================================
   FAQ page – modern UI
=================================================================== */

.faq-page-modern .breadcrumb-area,
.faq-page-modern .breadcrumb-area.breadcrumb-area--solid {
    padding: 48px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e1b4b 100%) !important;
    background-color: #0f172a !important;
    border-bottom: 1px solid #334155;
}

.faq-page-modern .breadcrumb-area .breadcrumb::after {
    background: transparent !important;
    display: none !important;
}

.faq-page-modern .breadcrumb-area h2,
.faq-page-modern .breadcrumb-area .breadcrumb a,
.faq-page-modern .breadcrumb-area .breadcrumb li {
    color: #f1f5f9 !important;
}

.faq-page-modern .breadcrumb-area .breadcrumb a:hover {
    color: var(--indai-accent-soft) !important;
}

.faq-page-modern .breadcrumb-area .breadcrumb li.active {
    color: var(--indai-accent-soft) !important;
}

.faq-page-modern .breadcrumb-area .breadcrumb li::after {
    border-color: #64748b !important;
}

.faq-modern {
    padding: 0 0 64px;
    background: #fff;
}

.faq-modern__hero {
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
    border-left: 4px solid var(--indai-brand);
}

.faq-modern__hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.06) 0%, transparent 100%);
    pointer-events: none;
}

.faq-modern__hero-inner {
    position: relative;
    text-align: left;
}

.faq-modern__badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--indai-brand);
    margin-bottom: 16px;
}

.faq-modern__hero .faq-modern__title {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}

.faq-modern__accordion .faq-modern__title {
    flex: 1;
    font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
    font-weight: 600;
    line-height: 1.35;
}

.faq-modern__subtitle {
    font-size: 1.0625rem;
    color: #475569;
    margin: 0;
    max-width: 560px;
}

.faq-modern__wrap {
    max-width: 800px;
    margin: 0 auto;
}

.faq-modern__accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-modern__item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-modern__item:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.2);
}

.faq-modern__item:has([aria-expanded="true"]) {
    border-color: rgba(var(--indai-brand-rgb), 0.35);
    box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.1);
}

.faq-modern__heading {
    margin: 0;
}

.faq-modern__button {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 22px 24px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #0f172a;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s ease;
}

.faq-modern__button:hover {
    color: var(--indai-brand);
}

.faq-modern__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(var(--indai-brand-rgb), 0.22);
    background: rgba(var(--indai-brand-rgb), 0.07);
    color: var(--indai-brand);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.faq-modern__icon .faq-modern__icon-svg {
    width: 13px;
    height: 13px;
    display: block;
}

.faq-modern__button[aria-expanded="true"] .faq-modern__icon {
    transform: rotate(180deg);
    background: rgba(var(--indai-brand-rgb), 0.14);
    border-color: rgba(var(--indai-brand-rgb), 0.4);
    box-shadow: 0 0 0 2px rgba(var(--indai-brand-rgb), 0.12);
}

.faq-modern__panel {
    padding: 0 24px 24px 62px;
}

.faq-modern__content {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.faq-modern__content p {
    margin: 0 0 0.75em;
}

.faq-modern__content p:last-child {
    margin-bottom: 0;
}

.faq-modern__content a {
    color: var(--indai-brand);
    text-decoration: none;
}

.faq-modern__content a:hover {
    text-decoration: underline;
}

.faq-modern__empty {
    text-align: center;
    padding: 64px 24px;
    color: #94a3b8;
}

.faq-modern__empty i {
    font-size: 3.5rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.faq-modern__empty p {
    margin: 0;
    font-size: 1.0625rem;
}

@media (max-width: 768px) {
    .faq-page-modern .breadcrumb-area {
        padding: 40px 0;
    }
    .faq-modern__hero {
        padding: 40px 0 48px;
        margin-bottom: 36px;
    }
    .faq-modern__hero .faq-modern__title {
        font-size: 0.9375rem;
    }
    .faq-modern__button {
        padding: 18px 20px;
        font-size: 1rem;
    }
    .faq-modern__accordion .faq-modern__title {
        font-size: 0.8125rem;
    }
    .faq-modern__panel {
        padding: 0 20px 20px 20px;
    }
    .faq-modern__icon {
        width: 26px;
        height: 26px;
    }
}

/* Override react-accessible-accordion for faq-modern */
.faq-modern__accordion .accordion__panel[hidden] {
    display: none !important;
}

/* ==============================================================
   Portfolio listing page – modern UI
=================================================================== */

.portfolio-page-modern .breadcrumb-area,
.portfolio-page-modern .breadcrumb-area.breadcrumb-area--solid {
    padding: 48px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e1b4b 100%) !important;
    background-color: #0f172a !important;
    border-bottom: 1px solid #334155;
}

.portfolio-page-modern .breadcrumb-area .breadcrumb::after {
    background: transparent !important;
    display: none !important;
}

.portfolio-page-modern .breadcrumb-area h2,
.portfolio-page-modern .breadcrumb-area .breadcrumb a,
.portfolio-page-modern .breadcrumb-area .breadcrumb li {
    color: #f1f5f9 !important;
}

.portfolio-page-modern .breadcrumb-area .breadcrumb a:hover {
    color: var(--indai-accent-soft) !important;
}

.portfolio-page-modern .breadcrumb-area .breadcrumb li.active {
    color: var(--indai-accent-soft) !important;
}

.portfolio-page-modern .breadcrumb-area .breadcrumb li::after {
    border-color: #64748b !important;
}

.portfolio-listing {
    padding: 0 0 64px;
    background: #fff;
}

.portfolio-listing__hero {
    padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e1b4b 100%);
    background-color: #0f172a;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #334155;
}

.portfolio-listing__aurora {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 60% at 20% 0%, rgba(8, 106, 216, 0.3) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 100% 40%, rgba(56, 189, 248, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(8, 106, 216, 0.15) 0%, transparent 45%);
    opacity: 0.85;
}

.portfolio-listing__hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 400px);
    gap: clamp(1.75rem, 3vw, 2.75rem);
    align-items: center;
}

.portfolio-listing__hero-main {
    min-width: 0;
    text-align: left;
    max-width: 40rem;
}

.portfolio-listing__hero-visual {
    min-width: 0;
    position: relative;
}

.portfolio-listing__hero-visual-eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.portfolio-listing__hero-mosaic {
    display: grid;
    gap: 0.45rem;
    min-height: 0;
    border-radius: 1rem;
    padding: 0.4rem;
    background: linear-gradient(145deg, rgba(2, 6, 23, 0.55) 0%, rgba(8, 106, 216, 0.12) 100%);
    border: 1px solid rgba(100, 116, 139, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.portfolio-listing__hero-mosaic--n1 {
    grid-template-columns: 1fr;
    max-width: 13rem;
}

.portfolio-listing__hero-mosaic--n2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.portfolio-listing__hero-mosaic--n3,
.portfolio-listing__hero-mosaic--n4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.portfolio-listing__hero-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.6rem;
    text-decoration: none !important;
    aspect-ratio: 4 / 3;
    min-height: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.portfolio-listing__hero-tile:hover {
    transform: scale(1.02);
    border-color: rgba(125, 211, 252, 0.35);
    box-shadow: 0 6px 24px rgba(8, 106, 216, 0.25);
}

.portfolio-listing__hero-tile-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-listing__hero-tile:hover .portfolio-listing__hero-tile-img {
    transform: scale(1.05);
}

.portfolio-listing__hero-tile-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.15) 40%, rgba(2, 6, 23, 0.82) 100%);
    pointer-events: none;
}

.portfolio-listing__hero-tile-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0.4rem 0.45rem 0.45rem;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.3;
    color: #f8fafc;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-listing__hero-visual-meta {
    margin: 0.9rem 0 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #94a3b8;
    max-width: 22rem;
}

.portfolio-listing__hero-visual-count {
    font-weight: 800;
    color: #e2e8f0;
}

.portfolio-listing__hero-fallback {
    position: relative;
    border-radius: 1rem;
    padding: 1.25rem 1rem;
    background: linear-gradient(145deg, rgba(2, 6, 23, 0.55) 0%, rgba(8, 106, 216, 0.1) 100%);
    border: 1px solid rgba(100, 116, 139, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.portfolio-listing__hero-fallback-glow {
    position: absolute;
    right: -20%;
    top: -30%;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(8, 106, 216, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.portfolio-listing__hero-fallback-card {
    position: relative;
    z-index: 1;
    text-align: center;
}

.portfolio-listing__hero-fallback-svg {
    width: 100%;
    max-width: 11rem;
    height: auto;
    margin: 0 auto 0.75rem;
    display: block;
    opacity: 0.95;
}

.portfolio-listing__hero-fallback-title {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: -0.02em;
}

.portfolio-listing__hero-fallback-sub {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #94a3b8;
    max-width: 16rem;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-listing__crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #94a3b8;
    margin: 0 0 1.1rem;
}

.portfolio-listing__crumb a {
    color: #e2e8f0 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.portfolio-listing__crumb a:hover {
    color: var(--indai-accent-soft) !important;
}

.portfolio-listing__crumb-sep {
    opacity: 0.5;
    user-select: none;
}

.portfolio-listing__crumb-current {
    color: #cbd5e1;
}

.portfolio-listing__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #7dd3fc;
    margin: 0 0 0.5rem;
}

.portfolio-listing__title {
    font-size: clamp(2rem, 4.2vw, 2.75rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 1rem;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.portfolio-listing__intro {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin: 0 0 1.5rem;
}

.portfolio-listing__subtitle {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
    max-width: 48rem;
}

.portfolio-listing__lede-secondary {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #94a3b8;
    margin: 0;
    max-width: 46rem;
}

.portfolio-listing__hero-highlights {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0.4rem 0.85rem 0.85rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    border-radius: 0.9rem;
    background: linear-gradient(145deg, rgba(8, 106, 216, 0.12) 0%, rgba(2, 6, 23, 0.45) 100%);
    border: 1px solid rgba(125, 211, 252, 0.12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.portfolio-listing__hero-highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.portfolio-listing__hero-highlight-ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.5rem;
    color: #7dd3fc;
    background: linear-gradient(180deg, rgba(8, 106, 216, 0.3) 0%, rgba(2, 6, 23, 0.55) 100%);
    border: 1px solid rgba(125, 211, 252, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.portfolio-listing__hero-highlight-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.portfolio-listing__hero-highlight-title {
    display: block;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.3;
    color: #f1f5f9;
    letter-spacing: -0.01em;
}

.portfolio-listing__hero-highlight-sub {
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #94a3b8;
}

.portfolio-listing__hero-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem 1rem;
}

/* Aligned with ServicePageHero (Tailwind: from-[#023ba6] to-[#437eeb] primary; outline secondary) */
.portfolio-listing__hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.25rem;
    padding: 0.65rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    border-radius: 0.75rem;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease, color 0.3s ease, filter 0.3s ease;
}

.portfolio-listing__hero-btn--primary {
    color: #fff !important;
    background: linear-gradient(90deg, #023ba6 0%, #437eeb 100%);
    border: 1px solid transparent;
    box-shadow: 0 10px 15px -3px rgba(30, 58, 138, 0.35);
}

.portfolio-listing__hero-btn--primary:hover {
    color: #fff !important;
    filter: brightness(1.1);
    transform: scale(1.02);
    box-shadow: 0 12px 22px -4px rgba(30, 58, 138, 0.45);
}

.portfolio-listing__hero-btn--secondary {
    color: #e2e8f0 !important;
    background: rgba(8, 17, 30, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.portfolio-listing__hero-btn--secondary:hover {
    color: #fff !important;
    background: rgba(14, 43, 61, 0.8);
    border-color: rgba(67, 126, 235, 0.55);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.portfolio-listing__hero-cta-or {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: lowercase;
    user-select: none;
}

.portfolio-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.portfolio-listing__card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f8fafc;
}

.portfolio-listing__card--featured {
    grid-column: span 2;
}

.portfolio-listing__card-link {
    display: block;
    text-decoration: none !important;
}

.portfolio-listing__card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.portfolio-listing__card--featured .portfolio-listing__card-media {
    aspect-ratio: 16 / 9;
}

.portfolio-listing__card-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-listing__card-link:hover .portfolio-listing__card-image {
    transform: scale(1.08);
}

.portfolio-listing__card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    color: #94a3b8;
    font-size: 3rem;
}

.portfolio-listing__card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.portfolio-listing__card-link:hover .portfolio-listing__card-overlay {
    opacity: 1;
}

.portfolio-listing__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: gap 0.25s ease;
}

.portfolio-listing__card-link:hover .portfolio-listing__card-cta {
    gap: 14px;
}

.portfolio-listing__card-content {
    padding: 24px 20px 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 20px 20px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.portfolio-listing__card-link:hover .portfolio-listing__card-content {
    border-color: rgba(var(--indai-brand-rgb), 0.3);
    box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.08);
}

.portfolio-listing__card-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--indai-brand);
    margin-bottom: 10px;
}

.portfolio-listing__card-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a !important;
    margin: 0;
    transition: color 0.2s ease;
}

.portfolio-listing__card--featured .portfolio-listing__card-title {
    font-size: 1.4rem;
}

.portfolio-listing__card-link:hover .portfolio-listing__card-title {
    color: var(--indai-brand) !important;
}

.portfolio-listing__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 24px;
    color: #94a3b8;
}

.portfolio-listing__empty i {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.portfolio-listing__empty p {
    margin: 0;
    font-size: 1.125rem;
}

/* Pagination */
.portfolio-listing__pagination {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid #e2e8f0;
}

.portfolio-listing__pagination-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.portfolio-listing__pagination-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.portfolio-listing__pagination-btn:hover:not(.portfolio-listing__pagination-btn--disabled) {
    color: var(--indai-brand);
    border-color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.06);
}

.portfolio-listing__pagination-btn--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.portfolio-listing__pagination-pages {
    display: flex;
    align-items: center;
    gap: 6px;
}

.portfolio-listing__pagination-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.portfolio-listing__pagination-page:hover {
    color: var(--indai-brand);
    border-color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.06);
}

.portfolio-listing__pagination-page--current {
    color: #fff;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-brand) 100%);
    border-color: transparent;
}

.portfolio-listing__pagination-ellipsis {
    padding: 0 8px;
    color: #94a3b8;
    font-weight: 600;
}

.portfolio-listing__pagination-info {
    text-align: center;
    font-size: 0.875rem;
    color: #64748b;
    margin: 20px 0 0;
}

@media (max-width: 991px) {
    .portfolio-listing__hero-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }
    .portfolio-listing__hero-main {
        max-width: none;
    }
    .portfolio-listing__hero-mosaic--n1 {
        max-width: 12rem;
    }
    .portfolio-listing__hero-highlights {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .portfolio-listing__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .portfolio-listing__card--featured {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .portfolio-page-modern .breadcrumb-area {
        padding: 40px 0;
    }
    .portfolio-listing__hero {
        padding: 40px 0 48px;
        margin-bottom: 36px;
    }
    .portfolio-listing__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .portfolio-listing__card-media {
        aspect-ratio: 16 / 10;
    }
    .portfolio-listing__card-content {
        padding: 20px 18px 24px;
    }
    .portfolio-listing__pagination-inner {
        gap: 8px;
    }
    .portfolio-listing__pagination-page {
        min-width: 40px;
        height: 40px;
    }
    .portfolio-listing__hero-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .portfolio-listing__hero-cta-or {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .portfolio-listing__hero-btn--primary:hover,
    .portfolio-listing__hero-btn--secondary:hover {
        transform: none;
    }
    .portfolio-listing__hero-tile:hover,
    .portfolio-listing__hero-tile:hover .portfolio-listing__hero-tile-img {
        transform: none;
    }
}

/* ==============================================================
   Portfolio case study detail page
=================================================================== */

.portfolio-case-study-page .breadcrumb-area {
    padding: 56px 0;
}

.portfolio-case-study {
    padding: 48px 0 56px;
    background: #fff;
}

.portfolio-case-study__layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.portfolio-case-study__main {
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
}

.portfolio-case-study__sidebar {
    grid-column: 2;
    grid-row: 1 / -1;
}

.portfolio-case-study__nav {
    grid-column: 1;
    grid-row: 2;
}

.portfolio-case-study__hero {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    background: #f1f5f9;
    aspect-ratio: 16 / 9;
}

.portfolio-case-study__hero-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.portfolio-case-study__header {
    margin-bottom: 28px;
}

.portfolio-case-study__category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--indai-brand);
    margin-bottom: 12px;
}

.portfolio-case-study__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.portfolio-case-study__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    transition: gap 0.2s ease;
}

.portfolio-case-study__link:hover {
    gap: 12px;
}

/* Overview / Content section */
.portfolio-case-study__overview {
    padding: 32px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin-bottom: 36px;
}

.portfolio-case-study__overview-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    letter-spacing: -0.02em;
}

.portfolio-case-study__content {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #334155;
}

.portfolio-case-study__content h2,
.portfolio-case-study__content h3,
.portfolio-case-study__content h4 {
    font-weight: 700;
    color: #0f172a;
    margin: 1.5em 0 0.5em;
    line-height: 1.35;
}

.portfolio-case-study__content h2 { font-size: 1.35rem; }
.portfolio-case-study__content h3 { font-size: 1.2rem; }
.portfolio-case-study__content h4 { font-size: 1.1rem; }

.portfolio-case-study__content p {
    margin: 0 0 1.1em;
}

.portfolio-case-study__content p:last-child {
    margin-bottom: 0;
}

.portfolio-case-study__content ul,
.portfolio-case-study__content ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

.portfolio-case-study__content li {
    margin-bottom: 0.5em;
}

.portfolio-case-study__content a {
    color: var(--indai-brand);
    text-decoration: none;
    font-weight: 500;
}

.portfolio-case-study__content a:hover {
    text-decoration: underline;
}

.portfolio-case-study__content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1em 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.portfolio-case-study__content blockquote {
    margin: 1.5em 0;
    padding: 16px 20px;
    border-left: 4px solid var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.05);
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #475569;
}

/* Case study blocks: Challenge, Solution, Results */
.portfolio-case-study__blocks {
    margin-top: 0;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.portfolio-case-study__blocks-heading {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--indai-brand);
    letter-spacing: -0.02em;
}

.portfolio-case-study__block {
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.portfolio-case-study__block-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--indai-brand);
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-case-study__block-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
    margin: 0;
}

.portfolio-case-study__gallery {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e2e8f0;
}

.portfolio-case-study__gallery-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px;
}

.portfolio-case-study__gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portfolio-case-study__gallery-item {
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 4 / 3;
    position: relative;
    border: 0;
    padding: 0;
    cursor: default;
}

.portfolio-case-study__gallery-item--clickable {
    cursor: pointer;
}

.portfolio-case-study__gallery-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.4);
    opacity: 0;
    transition: opacity 0.25s ease;
    color: #fff;
    pointer-events: none;
}

.portfolio-case-study__gallery-item--clickable:hover .portfolio-case-study__gallery-zoom,
.portfolio-case-study__gallery-item--clickable:focus-visible .portfolio-case-study__gallery-zoom {
    opacity: 1;
}

.portfolio-case-study__gallery-item--clickable:hover .portfolio-case-study__gallery-img {
    transform: scale(1.05);
}

.portfolio-case-study__gallery-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    transition: transform 0.35s ease;
}

/* ---------- Gallery Lightbox ---------- */

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: glbFadeIn 0.25s ease;
}

@keyframes glbFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.gallery-lightbox__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 80px;
}

.gallery-lightbox__close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 2;
}

.gallery-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

.gallery-lightbox__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 2;
}

.gallery-lightbox__arrow:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
}

.gallery-lightbox__arrow--prev {
    left: 20px;
}

.gallery-lightbox__arrow--next {
    right: 20px;
}

.gallery-lightbox__img-wrap {
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: glbImgIn 0.3s ease;
}

@keyframes glbImgIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.gallery-lightbox__img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    object-fit: contain;
    display: block;
}

.gallery-lightbox__counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.4);
    padding: 6px 18px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .gallery-lightbox__inner {
        padding: 60px 16px;
    }
    .gallery-lightbox__arrow {
        width: 40px;
        height: 40px;
    }
    .gallery-lightbox__arrow--prev {
        left: 8px;
    }
    .gallery-lightbox__arrow--next {
        right: 8px;
    }
    .gallery-lightbox__img {
        border-radius: 6px;
    }
}

/* Tech stack tags */
.portfolio-case-study__tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.portfolio-case-study__tech-tag {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.1);
    border-radius: 8px;
    border: 1px solid rgba(var(--indai-brand-rgb), 0.2);
}

.portfolio-case-study__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
}

.portfolio-case-study__nav-item {
    min-width: 0;
}

.portfolio-case-study__nav-item--next {
    text-align: right;
}

.portfolio-case-study__nav-link {
    display: block;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-case-study__nav-link:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.35);
    background: #f1f5f9;
    box-shadow: 0 4px 12px rgba(var(--indai-brand-rgb), 0.08);
}

.portfolio-case-study__nav-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 4px;
}

.portfolio-case-study__nav-link--next .portfolio-case-study__nav-label {
    text-align: right;
}

.portfolio-case-study__nav-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    color: #0f172a !important;
    font-size: 0.95rem;
    line-height: 1.35;
}

.portfolio-case-study__nav-empty {
    display: block;
    height: 1px;
}

.portfolio-case-study__sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 24px;
}

.portfolio-case-study__widget {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.portfolio-case-study__widget:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.2);
    box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.08);
}

.portfolio-case-study__widget-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.portfolio-case-study__widget-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.12) 0%, rgba(var(--indai-brand-rgb), 0.06) 100%);
    color: var(--indai-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.portfolio-case-study__widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.02em;
}

.portfolio-case-study__widget-body {
    padding: 20px 24px;
}

.portfolio-case-study__detail-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.portfolio-case-study__detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.portfolio-case-study__detail-row:first-child {
    padding-top: 0;
}

.portfolio-case-study__detail-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #64748b;
}

.portfolio-case-study__detail-value {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #0f172a;
}

.portfolio-case-study__detail-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    transition: gap 0.2s ease;
}

.portfolio-case-study__detail-link:hover {
    gap: 10px;
}

.portfolio-case-study__detail-link svg {
    flex-shrink: 0;
}

.portfolio-case-study__widget--tech .portfolio-case-study__tech-list {
    padding: 20px 24px;
}

.portfolio-case-study__cta-inner {
    text-align: center;
    padding: 28px 24px;
}

.portfolio-case-study__cta-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.portfolio-case-study__cta-text {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0 0 20px;
    line-height: 1.5;
}

.portfolio-case-study__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(135deg, var(--indai-brand) 0%, var(--indai-brand) 100%);
    border-radius: 12px;
    text-decoration: none !important;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.portfolio-case-study__cta-btn:hover {
    box-shadow: 0 8px 24px rgba(var(--indai-brand-rgb), 0.4);
    transform: translateY(-1px);
}

.portfolio-case-study__cta-btn svg {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .portfolio-case-study__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .portfolio-case-study__main,
    .portfolio-case-study__sidebar,
    .portfolio-case-study__nav {
        grid-column: 1;
        grid-row: auto;
    }
    .portfolio-case-study__sidebar {
        position: static;
    }
    .portfolio-case-study {
        padding: 36px 0 44px;
    }
    .portfolio-case-study__gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .portfolio-case-study-page .breadcrumb-area {
        padding: 44px 0;
    }
    .portfolio-case-study__nav {
        grid-template-columns: 1fr;
        margin-top: 36px;
        padding-top: 24px;
    }
    .portfolio-case-study__nav-item--next {
        text-align: left;
    }
    .portfolio-case-study__nav-link--next .portfolio-case-study__nav-label {
        text-align: left;
    }
    .portfolio-case-study__gallery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .portfolio-case-study__gallery-item {
        aspect-ratio: 16 / 10;
    }
    .portfolio-case-study__block {
        padding: 18px 20px;
    }
    .portfolio-case-study__overview {
        padding: 24px 20px;
        margin-bottom: 28px;
    }
    .portfolio-case-study__overview-title {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
    .portfolio-case-study__widget-header {
        padding: 16px 20px;
    }
    .portfolio-case-study__widget-body {
        padding: 16px 20px;
    }
    .portfolio-case-study__detail-row {
        padding: 12px 0;
    }
    .portfolio-case-study__cta-inner {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .portfolio-case-study__gallery-grid {
        gap: 14px;
    }
}

/* ==============================================================
   Service listing page – modern UI
=================================================================== */

.service-listing-page .breadcrumb-area {
    padding: 56px 0;
}

.service-listing__area.thumb-services-area {
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.service-listing__area .service-listing__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--indai-brand);
    margin-bottom: 8px;
}

.service-listing__area .service-listing__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}

.service-listing__area .service-listing__intro {
    max-width: 640px;
    margin: 0 auto 40px;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #475569;
}

.service-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-listing__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
}

.service-listing__card:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 16px 40px rgba(var(--indai-brand-rgb), 0.1);
    transform: translateY(-3px);
}

.service-listing__card-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-listing__card-icon img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain !important;
}

.service-listing__card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
}

.service-listing__card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.service-listing__card-title a:hover {
    color: var(--indai-brand) !important;
}

.service-listing__card-content {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 20px;
    flex: 1;
}

.service-listing__card-content p {
    margin: 0 0 0.5em;
}

.service-listing__card-content p:last-child {
    margin-bottom: 0;
}

.service-listing__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    transition: gap 0.25s ease;
}

.service-listing__card-link:hover {
    gap: 12px;
}

/* Slider (homepage): when ServiceItem is used inside carousel */
.thumb-services-area .services-carousel .service-listing__card {
    margin: 0 10px 15px;
}

@media (max-width: 991px) {
    .service-listing__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .service-listing__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .service-listing__card {
        padding: 26px 22px;
    }
}

/* ==============================================================
   Service detail (inner) page – modern UI
=================================================================== */

.service-detail-page .breadcrumb-area {
    padding: 56px 0;
}

.service-detail {
    padding: 48px 0 56px;
    background: #fff;
}

.service-detail__layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.service-detail__main {
    min-width: 0;
}

.service-detail__article {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: clamp(20px, 3vw, 32px) clamp(18px, 2.5vw, 28px) clamp(24px, 3vw, 36px);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.service-detail--with-hero .service-detail__article {
    margin-top: 0;
}

.service-detail__banner {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 28px;
    background: #f1f5f9;
    aspect-ratio: 16 / 9;
}

.service-detail__banner-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.service-detail__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.service-detail__content {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #334155;
}

.service-detail__content h2,
.service-detail__content h3,
.service-detail__content h4 {
    font-weight: 700;
    color: #0f172a;
    margin: 1.5em 0 0.5em;
}

.service-detail__content h2 { font-size: 1.35rem; }
.service-detail__content h3 { font-size: 1.2rem; }
.service-detail__content h4 { font-size: 1.1rem; }

.service-detail__content p {
    margin: 0 0 1em;
}

.service-detail__content p:last-child {
    margin-bottom: 0;
}

.service-detail__content ul,
.service-detail__additional.service-detail__content ul,
.service-detail__content ol,
.service-detail__additional.service-detail__content ol {
    margin: 1.15em 0;
    padding-left: 0;
    list-style: none;
}

.service-detail__content ul li,
.service-detail__additional.service-detail__content ul li {
    position: relative;
    margin-bottom: 10px;
    padding: 12px 14px 12px 3rem;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.06) 0%, #f8fafc 55%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-left: 3px solid var(--indai-brand);
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    line-height: 1.55;
}

.service-detail__content ul li:last-child,
.service-detail__additional.service-detail__content ul li:last-child,
.service-detail__content ol li:last-child,
.service-detail__additional.service-detail__content ol li:last-child {
    margin-bottom: 0;
}

.service-detail__content ul li::before,
.service-detail__additional.service-detail__content ul li::before,
.service-detail__content ol li::before,
.service-detail__additional.service-detail__content ol li::before {
    content: "";
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: radial-gradient(
        circle at 32% 30%,
        #e0f2fe 0%,
        #7dd3fc 14%,
        #1e293b 28%,
        #0f172a 100%
    );
    box-shadow:
        0 0 0 1px rgba(8, 106, 216, 0.28),
        0 0 6px rgba(56, 189, 248, 0.4);
    animation: indai-list-spark-marker 2.4s ease-in-out infinite;
}

.service-detail__content ol,
.service-detail__additional.service-detail__content ol {
    padding-left: 0;
    list-style: none;
}

.service-detail__content ol li,
.service-detail__additional.service-detail__content ol li {
    position: relative;
    margin-bottom: 10px;
    padding: 12px 14px 12px 3rem;
    background: linear-gradient(135deg, rgba(var(--indai-brand-rgb), 0.06) 0%, #f8fafc 55%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-left: 3px solid var(--indai-brand);
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    line-height: 1.55;
}

.service-detail__content a {
    color: var(--indai-brand);
    text-decoration: none;
}

.service-detail__content a:hover {
    text-decoration: underline;
}

.service-detail__content li > ul,
.service-detail__content li > ol,
.service-detail__additional.service-detail__content li > ul,
.service-detail__additional.service-detail__content li > ol {
    margin-top: 8px;
    margin-bottom: 0;
}

.service-detail__content ul ul li,
.service-detail__additional.service-detail__content ul ul li {
    padding-left: 2.75rem;
    font-size: 0.98rem;
}

.service-detail__content ul ul li::before,
.service-detail__additional.service-detail__content ul ul li::before,
.service-detail__content ol ol li::before,
.service-detail__additional.service-detail__content ol ol li::before {
    width: 8px;
    height: 8px;
    left: 0.85rem;
    animation-duration: 2.8s;
}

.service-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-detail__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
}

.service-detail__nav-item {
    min-width: 0;
    display: flex;
}

.service-detail__nav-item--next {
    justify-content: flex-end;
}

.service-detail__nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 0;
    padding: 9px 11px 9px 9px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    text-decoration: none !important;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.service-detail__nav-link--prev {
    border-left: 3px solid rgba(var(--indai-brand-rgb), 0.2);
    padding-left: 8px;
}

.service-detail__nav-link:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.28);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 3px 14px rgba(var(--indai-brand-rgb), 0.09);
    transform: translateY(-1px);
}

.service-detail__nav-link--prev:hover {
    border-left-color: var(--indai-brand);
}

.service-detail__nav-link--next:hover {
    border-right-color: var(--indai-brand);
}

.service-detail__nav-link--next {
    flex-direction: row;
    justify-content: space-between;
    border-right: 3px solid rgba(var(--indai-brand-rgb), 0.2);
    padding-right: 8px;
}

.service-detail__nav-link--next .service-detail__nav-text {
    text-align: right;
    flex: 1;
    min-width: 0;
}

.service-detail__nav-link--prev .service-detail__nav-text {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.service-detail__nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(var(--indai-brand-rgb), 0.08);
    border: 1px solid rgba(var(--indai-brand-rgb), 0.18);
    color: var(--indai-brand);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.service-detail__nav-arrow svg {
    display: block;
    width: 14px;
    height: 14px;
}

.service-detail__nav-link:hover .service-detail__nav-arrow {
    background: linear-gradient(145deg, var(--indai-brand) 0%, #0ea5e9 100%);
    border-color: rgba(14, 165, 233, 0.4);
    color: #fff;
    box-shadow: 0 1px 4px rgba(var(--indai-brand-rgb), 0.3);
    transform: scale(1.04);
}

.service-detail__nav-label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #64748b;
    margin-bottom: 2px;
}

.service-detail__nav-link:hover .service-detail__nav-label {
    color: var(--indai-brand);
}

.service-detail__nav-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    color: #0e2b3d !important;
    font-size: 0.8125rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.service-detail__nav-empty {
    display: block;
    min-height: 3.25rem;
    border-radius: 11px;
    border: 1px dashed #e2e8f0;
    background: #fafbfc;
    opacity: 0.45;
}

.service-detail__sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 24px;
}

.service-detail__widget {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
}

.service-detail__widget-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    text-transform: capitalize;
}

.service-detail__widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail__widget-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e2e8f0;
}

.service-detail__widget-list li:last-child {
    border-bottom: none;
}

.service-detail__widget-link {
    display: block;
    padding: 12px 0;
    font-size: 0.9375rem;
    color: #475569 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.service-detail__widget-link:hover,
.service-detail__widget-link.is-active {
    color: var(--indai-brand) !important;
    font-weight: 600;
}

.service-detail__cta-inner {
    text-align: center;
    padding: 8px 0;
}

.service-detail__cta-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.service-detail__cta-phone {
    margin: 0;
    font-size: 1.1rem;
}

.service-detail__cta-phone a {
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    font-weight: 600;
}

.service-detail__cta-phone a:hover {
    text-decoration: underline !important;
}

.service-detail__social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-detail__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b !important;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.service-detail__social-link:hover {
    border-color: var(--indai-brand);
    color: var(--indai-brand) !important;
    background: rgba(var(--indai-brand-rgb), 0.06);
}

@media (max-width: 991px) {
    .service-detail__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .service-detail__sidebar {
        position: static;
    }
    .service-detail {
        padding: 36px 0 44px;
    }
}

@media (max-width: 768px) {
    .service-detail-page .breadcrumb-area {
        padding: 44px 0;
    }
    .service-detail__nav {
        grid-template-columns: 1fr;
        margin-top: 36px;
        padding-top: 24px;
    }
    .service-detail__nav-item--next {
        justify-content: stretch;
    }
    .service-detail__nav-link--next .service-detail__nav-text {
        text-align: left;
    }
}

/* Single-column service article (no sidebar) — use full container width */
.service-detail__layout--single {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.service-detail--with-hero .service-detail {
    padding-top: 32px;
}

.service-detail__supplement {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e2e8f0;
}

.service-detail__service-faq {
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid #e2e8f0;
}

.service-detail__service-faq-title {
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 800;
    color: #0e2b3d;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(var(--indai-brand-rgb), 0.2);
}

/* Service page FAQ (accordion) — list-style, brand accents */
.service-detail__service-faq .faq-modern__accordion--service {
    gap: 14px;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__item {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--indai-brand);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    overflow: visible;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__item:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 4px 16px rgba(var(--indai-brand-rgb), 0.1);
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__item:has([aria-expanded="true"]) {
    border-left-color: #0ea5e9;
    box-shadow: 0 6px 22px rgba(var(--indai-brand-rgb), 0.12);
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__button {
    padding: 18px 20px 18px 20px;
    align-items: flex-start;
    gap: 14px;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(135deg, var(--indai-brand) 0%, #0ea5e9 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(var(--indai-brand-rgb), 0.28);
    margin-top: 2px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s ease, box-shadow 0.25s ease, filter 0.2s ease;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__icon .faq-modern__icon-svg,
.service-detail__service-faq .faq-modern__accordion--service .faq-modern__icon svg {
    width: 13px;
    height: 13px;
    display: block;
    stroke: #fff;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__button[aria-expanded="true"] .faq-modern__icon {
    transform: rotate(180deg);
    background: linear-gradient(135deg, #0c4a6e 0%, var(--indai-brand) 100%);
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.25);
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0e2b3d;
    line-height: 1.4;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__button:hover {
    color: #0e2b3d;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__button:hover .faq-modern__icon {
    filter: brightness(1.05);
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__panel {
    padding: 0 20px 20px 58px;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
    border-radius: 0 0 11px 11px;
}

.service-detail__service-faq .faq-modern__accordion--service .faq-modern__content {
    color: #475569;
    font-size: 0.98rem;
}

/* FAQ answer body: same stylish lists as main article */
.service-detail__service-faq .faq-modern__content ul,
.service-detail__service-faq .faq-modern__content ol {
    margin: 1em 0;
    padding-left: 0;
    list-style: none;
}

.service-detail__service-faq .faq-modern__content ul li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 12px 10px 2.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid var(--indai-brand);
    border-radius: 8px;
    line-height: 1.55;
}

.service-detail__service-faq .faq-modern__content ul li::before,
.service-detail__service-faq .faq-modern__content ol li::before {
    content: "";
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(
        circle at 32% 30%,
        #e0f2fe 0%,
        #7dd3fc 14%,
        #1e293b 28%,
        #0f172a 100%
    );
    box-shadow:
        0 0 0 1px rgba(8, 106, 216, 0.28),
        0 0 6px rgba(56, 189, 248, 0.4);
    animation: indai-list-spark-marker 2.4s ease-in-out infinite;
}

.service-detail__service-faq .faq-modern__content ol {
    padding-left: 0;
    list-style: none;
}

.service-detail__service-faq .faq-modern__content ol li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 12px 10px 2.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid var(--indai-brand);
    border-radius: 8px;
    line-height: 1.55;
}

.service-detail__service-faq .faq-modern__content ul ul li::before,
.service-detail__service-faq .faq-modern__content ol ol li::before {
    width: 8px;
    height: 8px;
    left: 0.75rem;
    animation-duration: 2.8s;
}

@media (prefers-reduced-motion: reduce) {
    .expertise-detail__content ul li::before,
    .expertise-detail__content ul ul li::before,
    .service-detail__content ul li::before,
    .service-detail__additional.service-detail__content ul li::before,
    .service-detail__content ol li::before,
    .service-detail__additional.service-detail__content ol li::before,
    .service-detail__content ul ul li::before,
    .service-detail__content ol ol li::before,
    .service-detail__additional.service-detail__content ul ul li::before,
    .service-detail__additional.service-detail__content ol ol li::before,
    .service-detail__service-faq .faq-modern__content ul li::before,
    .service-detail__service-faq .faq-modern__content ol li::before,
    .service-detail__service-faq .faq-modern__content ul ul li::before,
    .service-detail__service-faq .faq-modern__content ol ol li::before {
        animation: none;
    }
}

@media (max-width: 768px) {
    .service-detail__service-faq .faq-modern__accordion--service .faq-modern__panel {
        padding: 0 16px 16px 16px;
    }
}

/* ---------- All services (inner page) – card grid ---------- */

.service-detail__explore {
    padding: 56px 0 64px;
    position: relative;
    overflow: hidden;
}

.service-detail__explore--dark {
    background: linear-gradient(165deg, #040a14 0%, #0a1628 50%, #061018 100%);
    border-top: 1px solid rgba(56, 189, 248, 0.12);
}

.service-detail__explore--dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 70% 50% at 20% 0%, rgba(8, 106, 216, 0.2) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 100%, rgba(14, 165, 233, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.service-detail__explore-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

.service-detail__explore-title {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #f8fafc;
    margin: 0 0 12px;
    letter-spacing: -0.03em;
}

.service-detail__explore-sub {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #94a3b8;
    margin: 0;
}

.service-detail__service-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
}

.service-detail__service-cards-item {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}

.service-detail__service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 200px;
    padding: 20px 18px 18px;
    background: linear-gradient(145deg, rgba(18, 32, 56, 0.92) 0%, rgba(6, 12, 22, 0.96) 100%);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 14px;
    text-decoration: none !important;
    color: inherit !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    box-shadow:
        0 0 0 1px rgba(8, 106, 216, 0.08) inset,
        0 8px 28px rgba(0, 0, 0, 0.35);
}

.service-detail__service-card:hover {
    border-color: rgba(56, 189, 248, 0.45);
    box-shadow:
        0 0 0 1px rgba(34, 211, 238, 0.1) inset,
        0 14px 40px rgba(8, 106, 216, 0.22);
    transform: translateY(-2px);
}

.service-detail__service-card.is-active {
    border-color: var(--indai-brand);
    box-shadow:
        0 0 0 2px rgba(8, 106, 216, 0.35) inset,
        0 0 32px rgba(8, 106, 216, 0.2);
    pointer-events: none;
    cursor: default;
}

.service-detail__service-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, rgba(8, 106, 216, 0.22) 0%, rgba(14, 165, 233, 0.1) 100%);
    border: 1px solid rgba(56, 189, 248, 0.28);
    color: #38bdf8;
    flex-shrink: 0;
}

.service-detail__service-card-icon svg {
    filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.35));
}

.service-detail__service-card-icon-image {
    object-fit: contain;
}

.service-detail__service-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.service-detail__service-card-label {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #f1f5f9 !important;
    margin-bottom: 8px;
}

.service-detail__service-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #94a3b8;
    margin-bottom: 14px;
    flex: 1;
}

.service-detail__service-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #38bdf8 !important;
}

.service-detail__service-card-cta-icon {
    transition: transform 0.2s ease;
}

.service-detail__service-card:hover .service-detail__service-card-cta-icon {
    transform: translateX(3px);
}

.service-detail__service-card.is-active .service-detail__service-card-cta {
    color: #7dd3fc !important;
    opacity: 0.9;
}

.service-detail__bottom-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

/* Frosted panels in “All services / All industries” dark explore strip */
.service-detail__explore-widget {
    background: rgba(15, 23, 42, 0.5) !important;
    border: 1px solid rgba(56, 189, 248, 0.15) !important;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.service-detail__explore--dark .service-detail__widget-title,
.service-detail__explore--dark .service-detail__cta-title {
    color: #f1f5f9 !important;
}

.service-detail__explore--dark .service-detail__cta-phone a {
    color: #7dd3fc !important;
}

.service-detail__explore--dark .service-detail__social-link {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(56, 189, 248, 0.2);
    color: #cbd5e1 !important;
}

.service-detail__explore--dark .service-detail__social-link:hover {
    background: rgba(8, 106, 216, 0.25);
    border-color: var(--indai-brand);
    color: #fff !important;
}

/* CTA + WhatsApp — column layout, green CTA bar, matches dark explore (not the expertise light cards) */
.service-detail__explore-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    padding: 4px 0 2px;
}

/* Service page only: heading, then call + WhatsApp icon buttons */
.service-detail__explore-cta--head-icons {
    gap: 0.75rem;
    padding: 2px 0 0;
}

.service-detail__explore-cta--head-icons .service-detail__cta-title {
    margin: 0 0 0.25rem;
    width: 100%;
}

.service-detail__explore-cta-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.service-detail__explore-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none !important;
    border: 1px solid rgba(56, 189, 248, 0.28);
    background: rgba(8, 106, 216, 0.22);
    color: #7dd3fc !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-detail__explore-cta-icon:hover {
    border-color: rgba(125, 211, 252, 0.45);
    background: rgba(8, 106, 216, 0.38);
    color: #f0f9ff !important;
    box-shadow: 0 4px 16px rgba(8, 106, 216, 0.2);
    transform: translateY(-1px);
}

.service-detail__explore-cta-icon--phone {
    border-color: rgba(56, 189, 248, 0.32);
}

.service-detail__explore-cta-icon--whatsapp {
    border-color: rgba(34, 197, 94, 0.42);
    background: rgba(22, 101, 52, 0.38);
    color: #4ade80 !important;
}

.service-detail__explore-cta-icon--whatsapp:hover {
    border-color: rgba(74, 222, 128, 0.5);
    background: rgba(22, 101, 52, 0.52);
    color: #86efac !important;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.15);
}

@media (prefers-reduced-motion: reduce) {
    .service-detail__explore-cta-icon:hover {
        transform: none;
    }
}

.service-detail__explore-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 12px 10px 10px;
    border-radius: 10px;
    text-decoration: none !important;
    color: #ecfdf5 !important;
    background: linear-gradient(135deg, rgba(20, 83, 45, 0.45) 0%, rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(34, 197, 94, 0.35);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-detail__explore-whatsapp:hover {
    border-color: rgba(74, 222, 128, 0.55);
    background: linear-gradient(135deg, rgba(22, 101, 52, 0.55) 0%, rgba(15, 23, 42, 0.55) 100%);
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.12);
    transform: translateY(-1px);
    color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
    .service-detail__explore-whatsapp:hover {
        transform: none;
    }
}

.service-detail__explore-whatsapp .fab {
    font-size: 1.5rem;
    color: #4ade80;
    flex-shrink: 0;
    width: 2.5rem;
    text-align: center;
}

.service-detail__explore-whatsapp-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-width: 0;
    gap: 2px;
}

.service-detail__explore-whatsapp-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(240, 253, 244, 0.85);
}

.service-detail__explore-whatsapp-num {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 768px) {
    .service-detail__service-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-detail__article {
        padding: 20px 16px 28px;
    }

    .service-detail__explore {
        padding: 44px 0 52px;
    }
}

/* ==============================================================
   Blog listing page – modern UI
=================================================================== */

.blog-listing-page .breadcrumb-area {
    padding: 56px 0;
}

.blog-listing {
    padding: 48px 0 56px;
    background: #fff;
}

.blog-listing__layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.blog-listing__main {
    min-width: 0;
}

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

.blog-listing__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.blog-listing__card:hover {
    border-color: rgba(var(--indai-brand-rgb), 0.25);
    box-shadow: 0 12px 32px rgba(var(--indai-brand-rgb), 0.1);
    transform: translateY(-2px);
}

.blog-listing__card-image-wrap {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f1f5f9;
}

.blog-listing__card-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

.blog-listing__card:hover .blog-listing__card-image {
    transform: scale(1.03);
}

.blog-listing__card-body {
    padding: 24px 26px 28px;
}

.blog-listing__card-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--indai-brand);
    margin-bottom: 10px;
}

.blog-listing__card-date {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
}

.blog-listing__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.blog-listing__card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-listing__card-title a:hover {
    color: var(--indai-brand) !important;
}

.blog-listing__card-excerpt {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
    margin: 0 0 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-listing__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--indai-brand) !important;
    text-decoration: none !important;
    transition: gap 0.25s ease;
}

.blog-listing__card-link:hover {
    gap: 12px;
}

.blog-listing__empty {
    text-align: center;
    color: #94a3b8;
    padding: 48px 24px;
    margin: 0;
}

.blog-listing__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
}

.blog-listing__pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.blog-listing__pagination-btn:hover:not(:disabled) {
    border-color: var(--indai-brand);
    color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.06);
}

.blog-listing__pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.blog-listing__pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
}

.blog-listing__pagination-num {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.blog-listing__pagination-num:hover {
    border-color: var(--indai-brand);
    color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.06);
}

.blog-listing__pagination-num--active {
    border-color: var(--indai-brand);
    background: var(--indai-brand);
    color: #fff !important;
}

.blog-listing__sidebar {
    position: sticky;
    top: 24px;
}

/* Blog sidebar widgets */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.blog-sidebar__widget {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
}

.blog-sidebar__widget--search {
    padding: 0;
    background: transparent;
    border: none;
}

.blog-sidebar__search-form {
    position: relative;
    display: block;
}

.blog-sidebar__search-input {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    background: #fff;
    transition: border-color 0.2s ease;
}

.blog-sidebar__search-input:focus {
    outline: none;
    border-color: var(--indai-brand);
}

.blog-sidebar__search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: var(--indai-brand);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-sidebar__title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    text-transform: capitalize;
}

.blog-sidebar__recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar__recent-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}

.blog-sidebar__recent-item:first-child {
    padding-top: 0;
}

.blog-sidebar__recent-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-sidebar__recent-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    background: #e2e8f0;
}

.blog-sidebar__recent-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.blog-sidebar__recent-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a !important;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-sidebar__recent-title:hover {
    color: var(--indai-brand) !important;
}

.blog-sidebar__recent-date {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}

.blog-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar__list li {
    margin: 0 0 8px;
}

.blog-sidebar__link-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease;
}

.blog-sidebar__link-btn:hover:not(:disabled) {
    background: rgba(var(--indai-brand-rgb), 0.08);
    color: var(--indai-brand);
}

.blog-sidebar__link-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.blog-sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-sidebar__tag {
    padding: 8px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.blog-sidebar__tag:hover {
    border-color: var(--indai-brand);
    color: var(--indai-brand);
    background: rgba(var(--indai-brand-rgb), 0.06);
}

.blog-sidebar__social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-sidebar__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b !important;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.blog-sidebar__social-link:hover {
    border-color: var(--indai-brand);
    color: var(--indai-brand) !important;
    background: rgba(var(--indai-brand-rgb), 0.06);
}

.blog-sidebar__empty {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 991px) {
    .blog-listing__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .blog-listing__sidebar {
        position: static;
    }
    .blog-listing {
        padding: 36px 0 44px;
    }
}

/* ==============================================================
   Blog detail page – modern UI
=================================================================== */

.blog-detail-page .breadcrumb-area {
    padding: 56px 0;
}

.blog-detail {
    padding: 48px 0 56px;
    background: #fff;
}

.blog-detail__inner {
    max-width: 820px;
    margin: 0 auto;
}

.blog-detail__banner {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    background: #f1f5f9;
    aspect-ratio: 16 / 9;
}

.blog-detail__banner-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.blog-detail__header {
    margin-bottom: 28px;
}

.blog-detail__category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--indai-brand);
    margin-bottom: 12px;
}

.blog-detail__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}

.blog-detail__meta {
    font-size: 0.9375rem;
    color: #64748b;
}

.blog-detail__meta time,
.blog-detail__meta span {
    margin-right: 16px;
}

.blog-detail__content {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #334155;
}

.blog-detail__content h2,
.blog-detail__content h3,
.blog-detail__content h4 {
    font-weight: 700;
    color: #0f172a;
    margin: 1.5em 0 0.5em;
}

.blog-detail__content h2 { font-size: 1.35rem; }
.blog-detail__content h3 { font-size: 1.2rem; }
.blog-detail__content h4 { font-size: 1.1rem; }

.blog-detail__content p {
    margin: 0 0 1em;
}

.blog-detail__content ul,
.blog-detail__content ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

.blog-detail__content li {
    margin-bottom: 0.35em;
}

.blog-detail__content a {
    color: var(--indai-brand);
    text-decoration: none;
}

.blog-detail__content a:hover {
    text-decoration: underline;
}

.blog-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-detail__tags {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.blog-detail__tags-label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #64748b;
}

.blog-detail__tag {
    padding: 8px 16px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    font-weight: 500;
    color: #475569 !important;
    text-decoration: none !important;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.blog-detail__tag:hover {
    border-color: var(--indai-brand);
    color: var(--indai-brand) !important;
    background: rgba(var(--indai-brand-rgb), 0.06);
}

@media (max-width: 768px) {
    .blog-detail-page .breadcrumb-area {
        padding: 44px 0;
    }
    .blog-detail {
        padding: 36px 0 44px;
    }
}
