/*-----------------------------------------------------------------------------------


    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer
NOTE: replaced main button and non-black text color, from 0898E7 to 2980b9
-----------------------------------------------------------------------------------*/
/*===========================
       01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap");
body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: scroll; /* Important: don't use 'fixed' on mobile */ }
  @media (max-width: 767px) {
    .bg_cover {
      background-position: center center; /* Center on mobile */ } }

/* Ensure slider images scale proportionally */
.single_slider.bg_cover {
  background-position: center center;
  background-size: cover;
  /* Ensure the image covers the entire container while maintaining aspect ratio */
  object-fit: cover; }
  /* Responsive background positioning for better framing at different heights */
  @media only screen and (min-width: 1400px) {
    .single_slider.bg_cover {
      background-position: center 40%; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .single_slider.bg_cover {
      background-position: center 45%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider.bg_cover {
      background-position: center 50%; } }
  @media (max-width: 767px) {
    .single_slider.bg_cover {
      background-position: center 50%; } }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #2980b9;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 25px;
      height: 40px;
      line-height: 40px;
      font-size: 16px; } }
  .main-btn:hover {
    background-color: rgba(8, 152, 231, 0.8);
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #2980b9;
    border-color: #2980b9; }
    .main-btn.main-btn-2:hover {
      background-color: #0898E7;
      border-color: #0898E7;
      color: #fff; }
  .main-btn.main-btn-outline {
    background-color: #fff;
    color: #2980b9;
    border: 2px solid #2980b9; }
    .main-btn.main-btn-outline:hover {
      background-color: #fff;
      color: #2980b9; }

/*===== ROI Metric Badges =====*/
.roi-metric-badge {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #2980b9;
  border-radius: 5px;
  margin: 0; }
  @media (max-width: 767px) {
    .roi-metric-badge {
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      font-size: 14px; } }

/*===== All Button Style =====*/
.section_title .sub_title {
  font-size: 20px;
  font-weight: 700;
  color: #2980b9; }
  @media (max-width: 767px) {
    .section_title .sub_title {
      font-size: 18px; } }
.section_title .title {
  font-size: 32px; /* Decreased from 40px */
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.3; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section_title .title {
      font-size: 26px; } } /* Decreased from 30px */
  @media (max-width: 767px) {
    .section_title .title {
      font-size: 20px; } } /* Decreased from 24px */

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #2980b9 #2980b9 #f7f7fd;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #f7f7fd;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #f7f7fd;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
      02.HEADER css 
===========================*/
@media only screen and (min-width: 1400px) {
  .header_area {
    padding: 0 70px; } }

/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff; }
  @media only screen and (min-width: 1400px) {
    .header_navbar {
      padding: 0 70px; } }

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sticky .navbar {
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .sticky .navbar {
        padding: 15px 0; } }

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .navbar {
      padding: 20px 0; } }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    max-width: 225px; /* Maximum logo width (increased by 25%) */
    width: auto;
    height: auto;
    max-height: 75px; /* Maximum logo height (increased by 25%) */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .navbar-brand img {
      max-width: 175px;
      max-height: 56px; } }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #747E88;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav {
  margin-right: 30px; }
  .navbar-nav .nav-item {
    position: relative; }
    .navbar-nav .nav-item a {
      font-size: 18px;
      font-weight: 400;
      color: #747E88;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      padding: 30px 15px;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a {
          display: block;
          padding: 4px 0; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a {
          display: block;
          padding: 4px 0; } }
      .navbar-nav .nav-item a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 3px;
        top: 1px;
        left: 0;
        background-color: #2980b9;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar-nav .nav-item a::before {
            display: none; } }
        @media (max-width: 767px) {
          .navbar-nav .nav-item a::before {
            display: none; } }
    .navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a {
      color: #2980b9; }
      .navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
        width: 100%; }
    .navbar-nav .nav-item:hover .sub-menu {
      top: 100%;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item:hover .sub-menu {
          top: 0; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item:hover .sub-menu {
          top: 0; } }
    .navbar-nav .nav-item .sub-menu {
      width: 200px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 110%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          display: none;
          opacity: 1;
          visibility: visible; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          display: none;
          opacity: 1;
          visibility: visible; } }
      .navbar-nav .nav-item .sub-menu li {
        display: block; }
        .navbar-nav .nav-item .sub-menu li a {
          display: block;
          padding: 8px 20px;
          color: #222; }
          .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
            padding-left: 25px;
            color: #2980b9; }
  .navbar-nav .sub-nav-toggler {
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px; } }
    @media (max-width: 767px) {
      .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px; } }
    .navbar-nav .sub-nav-toggler span {
      width: 8px;
      height: 8px;
      border-left: 1px solid #222;
      border-bottom: 1px solid #222;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: relative;
      top: -5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.navbar-btn .main-btn {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  color: #2980b9;
  background-color: transparent;
  border: 2px solid #2980b9; }
  .navbar-btn .main-btn:hover {
    background-color: rgba(8, 152, 231, 0.3); }

/*===== Slider =====*/
.header_slider {
  padding-top: 90px; }
  @media (max-width: 767px) {
    .header_slider {
      padding-top: 80px; } }

.slide-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Dark gradient overlay for video slides — dims left side for text legibility */
.single_slider:has(.slide-video-bg)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.05) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Text shadow for video slide text */
.single_slider:has(.slide-video-bg) .slider_title {
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.single_slider:has(.slide-video-bg) .slider_content p {
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.single_slider {
  height: clamp(300px, 52.5vh, 675px);
  min-height: 300px; /* fallback for older browsers */
  position: relative;
  z-index: 5;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 0; /* Add vertical padding to maintain margins */ }
  @media only screen and (min-width: 992px) {
    .single_slider {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .single_slider {
      padding: 20px 0; } }
  @media only screen and (min-width: 1400px) {
    .single_slider {
      height: clamp(450px, 52.5vh, 675px);
      max-height: 675px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_slider {
      height: clamp(340px, 48.75vh, 490px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      height: clamp(340px, 45vh, 490px); } }
  @media (max-width: 767px) {
    .single_slider {
      height: clamp(345px, 47.4375vh, 517.5px);
      min-height: 345px; } }
  .single_slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1; }

.slider_content {
  padding: 15px 0; /* Add proportional padding */
  max-width: 100%; /* Ensure content stays within bounds */
  }
  @media only screen and (min-width: 992px) {
    .slider_content {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .slider_content {
      padding: 10px 0; } }

.slider_content .slider_title {
  color: #fff;
  font-size: 48px; /* Reduced by ~25% from 65px */
  font-weight: 700;
  line-height: 1.2; }
  @media only screen and (min-width: 1400px) {
    .slider_content .slider_title {
      font-size: 52px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content .slider_title {
      font-size: 42px; } } /* Reduced by ~25% from 55px */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content .slider_title {
      font-size: 38px; } }
  @media (max-width: 767px) {
    .slider_content .slider_title {
      font-size: 24px; } } /* Reduced by ~25% from 30px */
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content .slider_title {
      font-size: 34px; } } /* Reduced by ~25% from 45px */
.slider_content p {
  color: #fff;
  max-width: 650px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5; }
  @media only screen and (min-width: 1400px) {
    .slider_content p {
      font-size: 25px;
      max-width: 700px;
      margin-top: 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content p {
      font-size: 20px;
      margin-top: 12px; } }
  @media (max-width: 767px) {
    .slider_content p {
      font-size: 16px;
      max-width: 400px;
      margin-top: 10px;
      line-height: 1.4; } }
.slider_content .main-btn {
  margin-top: 22px; } /* Reduced by ~25% from 30px */
.slider_content div[style*="display:flex"] .main-btn {
  margin-top: 0; } /* Remove margin when button is in flex container for alignment */

.text-overlay-box {
  background: rgba(255, 255, 255, 0.80);
  padding: 30px 40px;
  border-radius: 8px;
  display: inline-block;
  max-width: 100%; }
  @media (max-width: 767px) {
    .text-overlay-box {
      padding: 20px 25px; } }

.slider-active .slick-dots {
  position: absolute;
  left: 0;
  bottom: 38px; /* Reduced by ~25% from 50px */
  width: 100%;
  text-align: center; }
  @media (max-width: 767px) {
    .slider-active .slick-dots {
      bottom: 25px; } }
  .slider-active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .slider-active .slick-dots li button {
      width: 12px;
      height: 12px;
      background: none;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50px;
      font-size: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border: 0; }
    .slider-active .slick-dots li.slick-active button {
      background-color: #fff;
      border-color: #eceff8;
      width: 37px; }

/* Slide 1 specific styling - black text */
.slide-1-black-text .slider_content .slider_title {
  color: #000; }

.slide-1-black-text .slider_content p {
  color: #000; }

/* Slides 2 and 3 - gray overlay for text legibility */
.slide-with-overlay::before {
  background-color: rgba(34, 34, 34, 0.24) !important; }

/*===========================
      03.HEADER css
===========================*/
.brand_single {
  margin-left: -15px;
  margin-right: -15px; }

.single_brand {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .single_brand {
      width: 50%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_brand {
      width: 33.33%; } }
  .single_brand img {
    width: 50%; }

  .single_brand img:hover{
    opacity: 0.5;
  }

/*===========================
      04.FEATURES css 
===========================*/
.single_features .features_icon i {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #fff;
  text-align: center;
  font-size: 56px;
  color: #2980b9;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .single_features .features_icon i {
      width: 90px;
      height: 90px;
      line-height: 90px;
      font-size: 48px; } }
.single_features .features_content {
  margin-top: 25px; }
  .single_features .features_content .features_title a {
    font-size: 25px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_features .features_content .features_title a {
        font-size: 20px; } }
    .single_features .features_content .features_title a:hover {
      color: #0898E7; }
  .single_features .features_content p {
    margin-top: 15px; }
.single_features:hover .features_icon i {
  background-color: #0898E7;
  color: #fff; }

/* Quick fade animation for feature boxes */
@keyframes quickFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.feature-quick-fade {
  animation: quickFadeIn 0.5s ease-out forwards;
  animation-delay: 0.1s;
  opacity: 0; }

/*===========================
       05.ABOUT css
===========================*/
.about_image {
  position: relative;
  padding-top: 30px;
  padding-right: 130px;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1399px) {
    .about_image {
      padding-right: 80px; } }
  @media only screen and (max-width: 1199px) {
    .about_image {
      padding-right: 40px; } }
  @media (max-width: 1000px) {
    .about_image {
      padding-top: 10px;
      padding-right: 10px;
      padding-left: 10px; } }
  .about_image .platform-slider {
    position: relative;
    margin-bottom: 20px; }
    .about_image .platform-slider .slick-dots {
      bottom: -50px; }
      .about_image .platform-slider .slick-dots li button:before {
        font-size: 12px;
        color: #2980b9; }
      .about_image .platform-slider .slick-dots li.slick-active button:before {
        color: #2980b9; }
    .about_image .platform-slider .slick-prev,
    .about_image .platform-slider .slick-next {
      width: 40px;
      height: 40px;
      z-index: 10; }
      .about_image .platform-slider .slick-prev:before,
      .about_image .platform-slider .slick-next:before {
        font-size: 40px;
        color: #2980b9;
        opacity: 0.5; }
      .about_image .platform-slider .slick-prev:hover:before,
      .about_image .platform-slider .slick-next:hover:before {
        opacity: 1; }
    .about_image .platform-slider .slick-prev {
      left: -50px; }
    .about_image .platform-slider .slick-next {
      right: -50px; }
    @media (max-width: 1000px) {
      .about_image .platform-slider .slick-prev {
        left: 10px; }
      .about_image .platform-slider .slick-next {
        right: 10px; } }
  .about_image .platform-slide img {
    width: 100%;
    max-height: 800px;
    object-fit: contain;
    display: block; }
  .about_image img {
    width: 100%;
    max-height: 800px;
    object-fit: contain;
    display: block;
    transform: scale(1.2);
    transform-origin: top right; }
  .about_image .experiance {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(8, 152, 231, 0.17);
    -moz-box-shadow: 0px 5px 12px 0px rgba(8, 152, 231, 0.17);
    box-shadow: 0px 5px 12px 0px rgba(8, 152, 231, 0.17);
    border-radius: 10px;
    height: 204px;
    width: 204px; }
    @media (max-width: 1000px) {
      .about_image .experiance {
        width: 140px;
        height: 140px; } }
    .about_image .experiance span {
      font-size: 67px;
      line-height: 70px;
      font-weight: 700;
      color: #2980b9; }
      @media (max-width: 767px) {
        .about_image .experiance span {
          font-size: 47px;
          line-height: 55px; } }
    .about_image .experiance p {
      font-size: 27px;
      font-weight: 700;
      color: #2980b9;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .about_image .experiance p {
          font-size: 20px; } }
  .about_image .about_shape {
    position: absolute;
    bottom: -140px;
    left: -140px;
    z-index: -1; }

.about_content p {
  margin-top: 20px; }

.skill_item .skill_header {
  position: relative; }
  .skill_item .skill_header .skill_title {
    font-size: 14px;
    font-weight: 500; }
  .skill_item .skill_header .skill_percentage {
    position: absolute;
    top: -3px;
    right: 0; }
    .skill_item .skill_header .skill_percentage p {
      font-size: 14px;
      font-weight: 400;
      margin-top: 0; }
.skill_item .skill_bar {
  margin-top: 15px; }
  .skill_item .skill_bar .bar_inner {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background-color: rgba(116, 126, 136, 0.11);
    position: relative; }
    .skill_item .skill_bar .bar_inner .progress_line {
      position: absolute;
      top: 0;
      left: 0;
      height: 8px;
      border-radius: 5px;
      background-color: #525A63;
      -webkit-transition: all 2s ease-out 0s;
      -moz-transition: all 2s ease-out 0s;
      -ms-transition: all 2s ease-out 0s;
      -o-transition: all 2s ease-out 0s;
      transition: all 2s ease-out 0s;
      width: 0; }

/*===========================
       06.SERVICES css 
===========================*/
.services_area .row {
  align-items: stretch; }

.services_area .col-lg-6,
.services_area .col-sm-6 {
  display: flex; }

.single_services {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 50px 30px;
  border-radius: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_services {
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .single_services {
      padding: 30px 20px; } }
  .single_services .services_icon i {
    color: #2980b9;
    font-size: 56px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_services .services_icon i {
        font-size: 48px;
        line-height: 50px; } }
  .single_services .services_content {
    margin-top: 25px;
    flex: 1; }
    .single_services .services_content .services_title a {
      color: #38424D;
      font-size: 25px;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_services .services_content .services_title a {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .single_services .services_content .services_title a {
          font-size: 22px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_services .services_content .services_title a {
          font-size: 20px; } }
    .single_services .services_content p {
      margin-top: 15px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_services .services_content p {
          font-size: 14px; } }
  .single_services:hover {
    background-color: #0898E7; }
    .single_services:hover .services_icon i {
      color: #fff; }
    .single_services:hover .services_content .services_title a {
      color: #fff; }
    .single_services:hover .services_content p {
      color: #fff; }


/*===========================
        11.BLOG css 
===========================*/
.single_blog .blog_image {
  padding-right: 30px; }
  .single_blog .blog_image img {
    width: 100%;
    border-radius: 10px; }
.single_blog .blog_content {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  margin-left: 30px;
  margin-top: -110px;
  position: relative;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .single_blog .blog_content {
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_blog .blog_content {
      padding: 30px; } }
  .single_blog .blog_content .blog_title a {
    font-size: 30px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_blog .blog_content .blog_title a {
        font-size: 22px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_blog .blog_content .blog_title a {
        font-size: 26px; } }
    .single_blog .blog_content .blog_title a:hover {
      color: #0898E7; }
  .single_blog .blog_content p {
    margin-top: 15px; }
  .single_blog .blog_content .more {
    margin-top: 15px;
    color: #38424D;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_blog .blog_content .more:hover {
      color: #0898E7; }
    .single_blog .blog_content .more i {
      font-size: 13px; }


/*===========================
       07.CASE css 
===========================*/
.single_case {
  position: relative;
  opacity: 0.8; }
  .single_case .case_image {
    position: relative;
    min-height: 520px; }
    .single_case .case_image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.75; }
    .single_case .case_image::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(bottom, #0873ae 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #0873ae 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #0873ae 0%, rgba(255, 255, 255, 0) 100%); }
  .single_case .case_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 50px 15px 30px 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_case .case_content {
        padding: 35px 15px 15px 15px; } }
    @media (max-width: 767px) {
      .single_case .case_content {
        padding: 35px 15px 15px 15px; } }

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .single_case .case_image {
    min-height: 580px; } }

@media (max-width: 991px) {
  .single_case .case_image {
    min-height: 420px; } }

@media (max-width: 767px) {
  .single_case .case_image {
    min-height: 340px; } }
    .single_case .case_content .case_title a {
      color: #fff;
      font-size: 30px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_case .case_content .case_title a {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .single_case .case_content .case_title a {
          font-size: 20px; } }
    .single_case .case_content p {
      color: #fff;
      margin-top: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_case .case_content p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .single_case .case_content p {
          font-size: 14px; } }
    .single_case .case_content .more {
      color: #fff;
      margin-top: 15px; }
	  
/*===========================
        12.FOOTER css 
===========================*/
.footer_area {
  background-color: #F5FBFF; }

.footer_wrapper {
  position: relative; }
  .footer_wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots.png);
    background-position: center center;
    background-size: cover; }

.footer_about img {
  max-width: 225px; /* Match navbar logo width */
  width: auto;
  height: auto;
  max-height: 75px; /* Match navbar logo height */
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .footer_about img {
      max-width: 175px;
      max-height: 56px; } }
.footer_about p {
  margin-top: 20px; }
.footer_about .social li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 30px; }
  .footer_about .social li a {
    width: 45px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #747E88;
    background-color: rgba(34, 34, 34, 0.08);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .footer_about .social li a:hover {
      background-color: #0898E7;
      color: #fff; }

.footer_title {
  font-size: 25px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .footer_title {
      font-size: 20px; } }

.footer_link {
  width: 50%;
  padding-left: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_link {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .footer_link {
      padding-left: 0; } }
  .footer_link .link {
    padding-top: 15px; }
    .footer_link .link li {
      margin-top: 10px; }
      .footer_link .link li a {
        color: #747E88;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link .link li a:hover {
          color: #0898E7; }

.footer_form .single_form {
  margin-top: 30px; }
  .footer_form .single_form textarea, .footer_form .single_form input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #eceff8;
    padding: 0 25px; }
  .footer_form .single_form textarea {
    padding-top: 10px;
    resize: none;
    height: 85px; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #2980b9;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #0898E7; }

/*===========================
    TESTIMONIAL css
===========================*/
.testimonial_area {
  background-color: #f8f9fa; }

.single_testimonial {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative; }

.testimonial_author {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px; }
  .testimonial_author img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.testimonial_content {
  overflow: hidden; }
  .testimonial_content i {
    font-size: 40px;
    color: #2980b9;
    opacity: 0.3;
    float: right;
    line-height: 1; }

.testimonial_name {
  margin-bottom: 15px; }
  .testimonial_name .name {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px; }
  .testimonial_name .sub_title {
    font-size: 14px;
    color: #666;
    font-weight: 400; }

.testimonial_content p {
  color: #666;
  line-height: 26px;
  margin-top: 15px; }

/* Insight cards — let Slick handle slide sizing, just override Bootstrap col width */
.testimonial_active .slick-slide .col-lg-6 {
  max-width: 100%;
  flex-basis: 100%;
}

.testimonial_active .slick-dots {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center; }
  .testimonial_active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .testimonial_active .slick-dots li button {
      width: 12px;
      height: 12px;
      background: none;
      background-color: #ddd;
      border-radius: 50%;
      font-size: 0;
      line-height: 0;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border: 0; }
      .testimonial_active .slick-dots li button:hover {
        background-color: #2980b9; }
    .testimonial_active .slick-dots li.slick-active button {
      background-color: #2980b9;
      width: 30px;
      border-radius: 50px; }

@media (max-width: 767px) {
  .testimonial_author {
    width: 60px;
    height: 60px;
    margin-right: 15px; }
  .testimonial_content i {
    font-size: 30px; }
  .single_testimonial {
    padding: 20px; } }

/*===========================
    MOBILE ENHANCEMENTS
===========================*/

/* Hero Slider Button Container - allows wrapping on mobile */
.hero-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

@media (max-width: 767px) {
  /* Hide hero slider body text on mobile to save space */
  .slider_content > p {
    display: none !important;
  }

  /* Reduce margin above buttons when text is hidden */
  .hero-buttons {
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .hero-buttons .main-btn {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    font-size: 14px;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .hero-buttons {
    gap: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .hero-buttons .main-btn {
    flex: 1 1 0;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 16px;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
  }
}

/* Platform Buttons - Core Capabilities section */
.platform-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .platform-buttons {
    gap: 8px;
  }

  .platform-buttons .main-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }
}

/* FAQ Accordion */
.faq-accordion {
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #e8e8e8;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: #2980b9;
}

.faq-question[aria-expanded="true"] {
  color: #2980b9;
}

.faq-icon {
  font-size: 22px;
  font-weight: 300;
  color: #2980b9;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 0 18px 0;
}

.faq-answer p {
  color: #747E88;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Demo Videos panel - align right column title with top of video player */
#panel-adaptive-framework .about_content {
  margin-top: 3rem !important;
  padding-top: 0 !important;
}

/* Demo Videos - Spotlight list */
.spotlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spotlight-item {
  padding: 12px 16px;
  margin-bottom: 8px;
  color: #2980b9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.spotlight-item:hover {
  background: #f0f7fc;
  border-left-color: #2980b9;
}

.spotlight-item.active {
  background: #e8f3fb;
  border-left-color: #2980b9;
}

.spotlight-item[data-src=""] {
  opacity: 0.5;
  cursor: default;
}

/* Use Case Cards - body text matches sub_title size (20px), title stays larger */
.single_case .case_content p[style*="font-size"] {
  font-size: 20px !important;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .single_case .case_content h5[style*="font-size"] {
    font-size: 1.4em !important;
  }

  .single_case .case_content p[style*="font-size"] {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  .single_case .case_content h5[style*="font-size"] {
    font-size: 1.2em !important;
  }

  .single_case .case_content p[style*="font-size"] {
    font-size: 14px !important;
    line-height: 1.5;
  }
}

/* About Section Image - prevent overflow on mobile */
@media (max-width: 991px) {
  .about_image img {
    transform: scale(1.05) !important;
  }
}

@media (max-width: 767px) {
  .about_image img {
    transform: scale(1) !important;
    transform-origin: center !important;
  }
}

/* Mobile Navigation - show menu items instead of header buttons */
.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  /* Hide header buttons on mobile - they're now in the menu */
  .navbar-btn {
    display: none !important;
  }

  /* Show mobile menu items */
  .mobile-only {
    display: block !important;
  }

  .mobile-only a {
    font-weight: 600;
    color: #2980b9 !important;
  }
}

/* Platform section buttons - better mobile spacing */
@media (max-width: 767px) {
  .about_image > div[style*="margin-top"] {
    margin-top: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .about_image > div[style*="margin-top"] .main-btn {
    width: 100%;
    display: block;
  }
}

/* ROI badges - better wrapping on mobile */
@media (max-width: 576px) {
  .slider_content div[style*="display:flex"] {
    gap: 8px !important;
  }

  .roi-metric-badge {
    font-size: 12px !important;
    padding: 0 10px !important;
    height: 36px !important;
    line-height: 36px !important;
    white-space: normal !important;
    min-width: 0;
  }
}

/* Footer - better touch targets */
@media (max-width: 767px) {
  .footer_link .link li a {
    padding: 8px 0;
    display: block;
    font-size: 15px;
  }
}

/*===========================
       PLATFORM TABS css
===========================*/
#platform {
  overflow-x: hidden;
}

@media (min-width: 1500px) {
  #platform .container {
    max-width: 1710px;
  }
}

.platform-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.platform-tab {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 14px 28px;
  font-size: 17px;
  font-weight: 600;
  color: #747E88;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: -2px;
  font-family: "Josefin Sans", sans-serif;
  white-space: nowrap;
}

.platform-tab:hover {
  color: #2980b9;
}

.platform-tab.active {
  color: #2980b9;
  border-bottom-color: #2980b9;
}

.platform-tab-content {
  position: relative;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  border-radius: 10px;
  padding: 20px;
}

.platform-tab-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.platform-tab-panel.active {
  display: block;
  opacity: 1;
}

/* Override about_image styles inside tab panels */
.platform-tab-panel .row {
  align-items: stretch;
}

.platform-tab-panel .col-lg-9 {
  display: flex;
  flex-direction: column;
}

.platform-tab-panel .about_image.tab-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;         /* anchor to column width, prevents drift */
  padding-right: 40px;
  padding-top: 0;      /* override base .about_image padding-top: 30px */
  margin: 0;           /* override base .about_image margin: 0 auto */
  max-width: none;     /* override base .about_image max-width: 1200px */
  box-sizing: border-box;
}

.platform-tab-panel .about_image.tab-image img {
  flex: 1;
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  object-position: top center;
  transform: none;         /* cancel base .about_image img scale(1.2) */
  transform-origin: center;
}

.platform-tab-panel .about_image.tab-image video {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 6px;
}

/* Buttons are now siblings of about_image inside col-lg-9 */
.platform-tab-panel .platform-buttons {
  flex-shrink: 0;
  margin-top: 6px;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .platform-tab-panel .about_image.tab-image {
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .platform-tab-panel .about_image.tab-image {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .platform-tab-panel .col-lg-9 {
    display: block;
    width: 100%;
  }
  .platform-tab-panel .col-lg-3 {
    width: 100%;
  }
  .platform-tab-panel .about_image.tab-image {
    flex: none;
  }
  .platform-tab-panel .about_image.tab-image img {
    flex: none;
    height: auto;
    max-height: 340px;
  }
  .platform-tab-panel .platform-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .platform-tab-panel .platform-buttons .main-btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  .platform-tab-panel .about_image.tab-image img {
    max-height: 260px;
  }
  .platform-tab-panel .platform-buttons {
    flex-direction: column;
  }
  .platform-tab-panel .platform-buttons .main-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .platform-tabs {
    gap: 0;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }

  .platform-tab {
    font-size: 14px;
    padding: 10px 16px;
    flex-shrink: 0;
  }

  .platform-tab-panel .about_image.tab-image img {
    transform: scale(1) !important;
    transform-origin: center !important;
  }
}

/* ===== Mobile Platform Accordion ===== */
@media (max-width: 767px) {
  /* Hide tab navigation - replaced by accordion headers */
  .platform-tabs {
    display: none !important;
  }

  /* Show all panels stacked as accordion sections */
  .platform-tab-panel {
    display: block !important;
    opacity: 1 !important;
    border-top: 1px solid #e8e8e8;
  }

  .platform-tab-panel:last-child {
    border-bottom: 1px solid #e8e8e8;
  }

  /* Hide image/video column on mobile */
  .platform-tab-panel .row > .col-lg-9 {
    display: none !important;
  }

  /* Make text/content column full width */
  .platform-tab-panel .row > .col-lg-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Accordion header */
  .platform-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    user-select: none;
  }

  .platform-accordion-header > span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #2C2D3A;
    transition: color 0.2s;
  }

  .platform-accordion-header.open > span:first-child {
    color: #2980b9;
  }

  .platform-accordion-icon {
    font-size: 22px;
    color: #2980b9;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    display: inline-block;
  }

  .platform-accordion-header.open .platform-accordion-icon {
    transform: rotate(45deg);
  }

  /* Accordion body */
  .platform-accordion-body {
    display: none;
    padding: 4px 0 16px 0;
  }

  .platform-accordion-body.open {
    display: block;
  }

  /* Remove excess spacing in accordion content */
  .platform-accordion-body .about_content {
    margin-top: 0 !important;
  }

  .platform-accordion-body .about_skills {
    padding-top: 0 !important;
  }

  /* Spotlight video links on mobile */
  .spotlight-mobile-link {
    display: block;
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border-left: 3px solid #2980b9;
    border-radius: 0 4px 4px 0;
    color: #2980b9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
  }

  .spotlight-mobile-link:hover {
    background: #e8f3fb;
    color: #1a6693;
    text-decoration: none;
  }

  .spotlight-mobile-link.disabled {
    opacity: 0.5;
    pointer-events: none;
    color: #747E88;
    border-left-color: #cccccc;
    font-weight: 400;
  }
}

/*# sourceMappingURL=style.css.map */
