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

      Template Name: Arch
      Author: UIdeck
      Author URI: uideck.com
      Version: 1.0

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

      CSS INDEX
      ===================

      01. Theme default CSS
    02. Header
      03. Hero
    04. Footer

  -----------------------------------------------------------------------------------*/
  /*===========================
        01.COMMON css 
  ===========================*/
  @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
  body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #677284; }

  * {
    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; }

  a, a:hover {
    color: #FFB316; }

  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #1A3154;
    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: #677284;
    margin: 0px; }

  .bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

  /*===== All Button Style =====*/
  .main-btn {
    display: inline-block;
    font-weight: 500;
    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: 16px;
    line-height: 48px;
    border-radius: 5px;
    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: #FFB316; }
    .main-btn:hover {
      background-color: rgba(255, 179, 22, 0.8);
      color: #fff; }
    .main-btn.main-btn-2 {
      background-color: #fff;
      color: #FFB316;
      border-color: #FFB316; }
      .main-btn.main-btn-2:hover {
        background-color: #FFB316;
        border-color: #FFB316;
        color: #fff; }

  /*===== All Button Style =====*/
  .section_title .title {
    font-size: 40px;
    font-weight: 700; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section_title .title {
        font-size: 32px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section_title .title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .section_title .title {
        font-size: 24px; } }

  .section_title.section_title_2 .title {
    color: #fff; }

  /*===== All Slick Slide Outline Style =====*/
  .slick-slide {
    outline: 0; }

  /*===== 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: #FFB316 #FFB316 #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 
  ===========================*/
  /*===== NAVBAR =====*/
  .header_navbar {
    position: absolute;
    top: -15px; 
    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; }

  .sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -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: 5px 0; }

  .navbar {
    padding: 20px 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; }

  .navbar-brand {
    padding: 0; }
    .navbar-brand img {
      width: 150px;
      height: auto;
      display: block;
  }

  .navbar-toggler {
    padding: 0; }
    .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #fff;
      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 .nav-item {
    position: relative;
    margin-left: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar-nav .nav-item {
        margin-left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item {
        margin: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item {
        margin: 0; } }
    .navbar-nav .nav-item a {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      -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: 10px 0;
      position: relative; }
      .navbar-nav .nav-item a::before {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #FFB316;
        -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; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a {
          display: block;
          padding: 4px 0;
          color: #222; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a {
          display: block;
          padding: 4px 0;
          color: #222; } }
    .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: #FFB316; }

  .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; }

  .sticky .navbar-toggler .toggler-icon {
    background-color: #222; }

  .sticky .navbar-nav .nav-item a {
    color: #222; }

  .sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
    color: #FFB316; }

  /*===== SLIDER =====*/
  .single_slider {
    height: 750px;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 0px; }     
    @media only screen and (min-width: 1400px) {
      .single_slider {
        height: 950px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_slider {
        height: 700px;
        border-bottom-left-radius: 100px; } }
    @media (max-width: 767px) {
      .single_slider {
        height: 650px;
        border-bottom-left-radius: 80px; } }
    .single_slider::before {
      position: absolute;
      content: '';
      background-color: rgba(26, 49, 84, 0.52);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

  .slider_content {
    padding-top: 50px; }
    .slider_content .slider_title {
      font-size: 60px;
      color: #fff;
      margin-top: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider_content .slider_title {
          font-size: 44px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider_content .slider_title {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .slider_content .slider_title {
          font-size: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider_content .slider_title {
          font-size: 40px; } }
      .slider_content .slider_title span {
        display: contents;
        color: #FFB316; }
    .slider_content p {
      font-size: 16px;
      color: #fff;
      margin-top: 30px;
      max-width: 550px; }
      @media (max-width: 767px) {
        .slider_content p {
          font-size: 16px; } }
    .slider_content .main-btn {
      margin-top: 45px; }

  /*===========================
        03.FEATUREAS css 
  ===========================*/
  .single_features .features_image img {
    width: 100%;
    border-radius: 40px; }

  .single_features .features_content .features_title a {
    font-size: 30px;
    font-weight: 600;
    color: #1A3154;
    margin-top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_features .features_content .features_title a {
        font-size: 24px; } }

  /*===========================
        04.ABOUT css 
  ===========================*/
  .about_area {
    position: relative;
    z-index: 5; }

  .about_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    padding-right: 280px; }
    .about_bg .about_bg_image {
      width: 100%;
      height: 100%; }

  .about_image img {
    width: 100%;
    border-radius: 40px;
    border-bottom-right-radius: 0; }

  .about_content {
    padding-left: 45px; }
    .about_content .sub_title {
      font-size: 38px;
      font-weight: 400;
      position: relative; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about_content .sub_title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .about_content .sub_title {
          font-size: 24px; } }
      .about_content .sub_title::before {
        position: absolute;
        content: '';
        width: 9px;
        height: 100%;
        left: -45px;
        top: 0;
        background-color: #1A3154; }
      .about_content .sub_title span {
        font-size: 70px;
        font-weight: 800;
        color: #FFB316; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .about_content .sub_title span {
            font-size: 60px; } }
        @media (max-width: 767px) {
          .about_content .sub_title span {
            font-size: 44px; } }
    .about_content .main_title {
      font-size: 40px;
      margin-top: 25px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about_content .main_title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .about_content .main_title {
          font-size: 24px; } }
    .about_content p {
      margin-top: 25px; }
    .about_content .main-btn {
      margin-top: 45px; }

  /*===========================
        05.SERVICES css 
  ===========================*/
  .single_services .services_icon i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 40px;
    color: #FFB316;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
    -moz-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
    box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4); }

  .single_services .services_content {
    margin-top: 25px; }
    .single_services .services_content .title {
      font-size: 30px;
      font-weight: 700;
      object-fit: cover;
      object-position: center; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_services .services_content .title {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .single_services .services_content .title {
          font-size: 24px; } }
    .single_services .services_content p {
      margin-top: 25px; }

  /*===========================
        06.GALLERY css 
  ===========================*/
  .single_galley {
    position: relative;
    overflow: hidden; }
    .single_galley .galley_image {
      position: relative; }
      .single_galley .galley_image img {
        width: 100%; }
      .single_galley .galley_image::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-color: rgba(26, 49, 84, 0.73);
        width: 100%;
        height: 100%;
        -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;
        opacity: 0;
        visibility: hidden; }
    .single_galley .galley_content {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: 100%;
      padding: 30px;
      opacity: 1;
      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 (max-width: 767px) {
        .single_galley .galley_content {
          left: 15px;
          bottom: 15px; } }
      .single_galley .galley_content::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        left: 0;
        bottom: 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; }
      .single_galley .galley_content .gallery_title {
        overflow: hidden; }
        .single_galley .galley_content .gallery_title a {
          font-size: 24px;
          color: #fff;
          font-weight: 500;
          -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;
          -webkit-transform: translateX(-100%);
          -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -o-transform: translateX(-100%);
          transform: translateX(-100%); }
          @media (max-width: 767px) {
            .single_galley .galley_content .gallery_title a {
              font-size: 20px; } }
      .single_galley .galley_content p {
        color: #fff;
        margin-top: 5px;
        -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;
        overflow: hidden; }
        .single_galley .galley_content p span {
          -webkit-transform: translateX(-100%);
          -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -o-transform: translateX(-100%);
          transform: translateX(-100%);
          -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_galley:hover .galley_image::before {
      opacity: 1;
      visibility: visible; }
    .single_galley:hover .galley_content {
      opacity: 1;
      visibility: visible; }
      .single_galley:hover .galley_content::before {
        width: 110px;
        height: 110px;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .single_galley:hover .galley_content .gallery_title a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .single_galley:hover .galley_content p span {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
    .single_galley.border_radius_1 {
      border-radius: 40px;
      border-bottom-right-radius: 0; }
      @media (max-width: 767px) {
        .single_galley.border_radius_1 {
          border-radius: 20px;
          border-bottom-right-radius: 0; } }
    .single_galley.border_radius_2 {
      border-radius: 40px;
      border-top-right-radius: 0; }
      @media (max-width: 767px) {
        .single_galley.border_radius_2 {
          border-radius: 20px;
          border-top-right-radius: 0; } }
    .single_galley.border_radius_3 {
      border-radius: 40px;
      border-top-left-radius: 0; }
      @media (max-width: 767px) {
        .single_galley.border_radius_3 {
          border-radius: 20px;
          border-top-left-radius: 0; } }
    .single_galley.border_radius_4 {
      border-radius: 40px;
      border-bottom-left-radius: 0; }
      @media (max-width: 767px) {
        .single_galley.border_radius_4 {
          border-radius: 20px;
          border-bottom-left-radius: 0; } }

  /*===========================
        07.COUNTER css 
  ===========================*/
  .counter_area {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .counter_area {
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px; } }
    @media (max-width: 767px) {
      .counter_area {
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px; } }
    .counter_area::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      background-color: rgba(26, 49, 84, 0.79);
      width: 100%;
      height: 100%; }
.counter_area{
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
  .single_counter .counter_icon i {
    font-size: 60px;
    line-height: 60px;
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_counter .counter_icon i {
        font-size: 44px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .single_counter .counter_icon i {
        font-size: 44px;
        line-height: 50px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_counter .counter_icon i {
        font-size: 40px;
        line-height: 50px; } }

  .single_counter .counter_content {
    margin-top: 25px; }
    .single_counter .counter_content span {
      font-size: 44px;
      font-weight: 700;
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_counter .counter_content span {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .single_counter .counter_content span {
          font-size: 38px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_counter .counter_content span {
          font-size: 34px; } }
    .single_counter .counter_content p {
      color: #fff; }

  /*===========================
        08.TEAM css 
  ===========================*/
  .single_team .team_image {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border-bottom-right-radius: 0; }
    .single_team .team_image img {
      width: 100%; }
    .single_team .team_image .social {
      position: absolute;
      top: 50%;
      left: 30px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .single_team .team_image .social li {
        margin: 10px 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;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0; }
        .single_team .team_image .social li a {
          width: 40px;
          height: 40px;
          line-height: 42px;
          text-align: center;
          border-radius: 50%;
          background-color: #fff;
          font-size: 16px;
          color: #677284;
          -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) {
            .single_team .team_image .social li a {
              width: 30px;
              height: 30px;
              line-height: 30px; } }
          .single_team .team_image .social li a:hover {
            color: #FFB316; }

  .single_team .team_content {
    margin-top: 25px; }
    .single_team .team_content .team_name a {
      font-size: 20px;
      font-weight: 600;
      color: #1A3154;
      -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_team .team_content .team_name a:hover {
        color: #FFB316; }
    .single_team .team_content p {
      margin-top: 10px; }

  .single_team:hover .team_image .social li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
    .single_team:hover .team_image .social li:nth-of-type(1) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .single_team:hover .team_image .social li:nth-of-type(2) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -ms-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .single_team:hover .team_image .social li:nth-of-type(3) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .single_team:hover .team_image .social li:nth-of-type(4) {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }

  /*===========================
      09.TESTIMONIAL css 
  ===========================*/
  .testimonial_area {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial_area {
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px; } }
    @media (max-width: 767px) {
      .testimonial_area {
        border-top-left-radius: 60px;
        border-bottom-right-radius: 10px; } }
    .testimonial_area::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      background-color: rgba(26, 49, 84, 0.79);
      width: 100%;
      height: 100%; }

  .testimonial_author {
    width: 171px;
    margin: 0 auto; }
    .testimonial_author .single_author img {
      border-radius: 50%;
      display: inline-block;
      -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; }
    .testimonial_author .slick-center.single_author img {
      border: 3px solid #fff; }

  .testimonial_content .single_content {
    margin-top: 30px; }
    .testimonial_content .single_content p {
      color: #fff;
      font-size: 18px;
      font-weight: 500; }
    .testimonial_content .single_content .author_name {
      font-size: 20px;
      font-weight: 200;
      font-weight: 600;
      color: #fff;
      margin-top: 35px; }
    .testimonial_content .single_content span {
      font-size: 16px;
      color: #fff;
      margin-top: 10px; }

  .testimonial_content .slick-arrow {
    position: absolute;
    top: 30%;
    left: -130px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .testimonial_content .slick-arrow {
        left: -30px; } }
    .testimonial_content .slick-arrow i {
      background-color: #677284;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      font-size: 24px;
      color: #fff;
      border-radius: 5px;
      border-bottom-right-radius: 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; }
      @media (max-width: 767px) {
        .testimonial_content .slick-arrow i {
          width: 35px;
          height: 35px;
          line-height: 35px;
          font-size: 18px; } }
      .testimonial_content .slick-arrow i:hover {
        background-color: #fff;
        color: #FFB316; }
    .testimonial_content .slick-arrow.next {
      left: auto;
      right: -130px; }
      @media (max-width: 767px) {
        .testimonial_content .slick-arrow.next {
          left: auto;
          right: -30px; } }
      .testimonial_content .slick-arrow.next i {
        border-radius: 5px;
        border-bottom-left-radius: 0; }

  /*===========================
          10.BRAND css 
  ===========================*/
  .single_logo img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
    -moz-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
    box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
    width: 100%; }

  .single_logo.logo_2 {
    padding-top: 158px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_logo.logo_2 {
        padding-top: 130px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_logo.logo_2 {
        padding-top: 90px; } }
    @media (max-width: 767px) {
      .single_logo.logo_2 {
        padding-top: 0; } }

  /*===========================
        11.CONTACT css 
  ===========================*/
  p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #1A3154;
    background: #f7f7fd;
    padding: 10px 15px;
    margin-top: 30px; }
    p.form-message.success.form-message.error, p.form-message.error.form-message.error {
      color: #f00; }

  .contact_form .single_form {
    margin-top: 30px; }
    .contact_form .single_form textarea,
    .contact_form .single_form input {
      width: 100%;
      height: 55px;
      padding: 0 25px;
      border: 1px solid #677284;
      border-radius: 5px; }
      .contact_form .single_form textarea:focus,
      .contact_form .single_form input:focus {
        border: 1px solid #FFB316; }
    .contact_form .single_form textarea {
      padding-top: 15px;
      resize: none;
      height: 125px; }

  .contact_info p {
    margin-top: 15px; }

  .single_info {
    margin-top: 30px; }
    .single_info .info_icon i {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      font-size: 20px;
      border-radius: 5px;
      background-color: #FFB316;
      color: #fff; }
      @media (max-width: 767px) {
        .single_info .info_icon i {
          width: 35px;
          height: 35px;
          line-height: 35px; } }
    .single_info .info_content {
      padding-left: 15px; }
      .single_info .info_content p {
        margin-top: 0; }
        @media (max-width: 767px) {
          .single_info .info_content p {
            font-size: 14px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single_info .info_content p {
            font-size: 16px; } }

  /*===========================
        12.FOOTER css 
  ===========================*/
  .footer_area {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-top-left-radius: 150px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer_area {
        border-top-left-radius: 80px; } }
    @media (max-width: 767px) {
      .footer_area {
        border-top-left-radius: 60px; } }
    .footer_area::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      background-color: rgba(26, 49, 84, 0.95);
      width: 100%;
      height: 100%;
      z-index: -1; }
  .footer_about img{max-width: 50%;}
  .footer_about p {
    margin-top: 25px;
    color: #fff; }

  .footer_title {
    font-size: 30px;
    font-weight: 600;
    color: #fff; }

  .footer_link_wrapper .footer_link {
    width: 33.33%; }
    @media (max-width: 767px) {
      .footer_link_wrapper .footer_link {
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer_link_wrapper .footer_link {
        width: 50%; } }
    .footer_link_wrapper .footer_link .link {
      padding-top: 25px; }
      .footer_link_wrapper .footer_link .link li {
        margin-top: 10px; }
        .footer_link_wrapper .footer_link .link li a {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          -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_wrapper .footer_link .link li a:hover {
            color: #FFB316; }

  .footer_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    padding: 25px 0; }
    .footer_copyright p {
      color: #fff; }

  /*===== BACK TO TOP =====*/
  .back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #FFB316;
    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: #FFB316; }


  .sticky .navbar-brand img {
      width: 140px;
      margin-top: -3px;
  }

  .navbar-brand {   
      max-width: 180px;
  }

  .navbar-brand img {
    width: 150px;
    height: auto;
    display: block;
    margin-top: -5px;
  }


  /*===========================
      INTRO DESCRIPTION CSS
  ===========================*/

  .intro_area{
    
      position: relative;
  }

  .intro_content{
      padding: 10px 15px;
  }

  .intro_title{
      font-size: 40px;
      font-weight: 700;
      line-height: 55px;
      color: #121212;
      margin-bottom: 20px;
  }

  .intro_title span{
      color: #ff9f1a;
  }

  .intro_text{
      font-size: 17px;
      line-height: 30px;
      color: #666;
      max-width: 760px;
      margin: 0 auto;
  }

  /* Reduce extra white gap before Features section */
  .features_area{
      padding-top: 60px !important;
  }

  /* Responsive */

  @media (max-width: 991px){

      .intro_title{
          font-size: 34px;
          line-height: 48px;
      }

  }

  @media (max-width: 767px){

      .intro_area{
          padding-top: 45px !important;
          padding-bottom: 25px !important;
      }

      .intro_content{
          padding: 0;
      }

      .intro_title{
          font-size: 28px;
          line-height: 40px;
      }

      .intro_text{
          font-size: 15px;
          line-height: 26px;
      }

      .features_area{
          padding-top: 40px !important;
      }

  }



  /*===========================
      RITS HIGHLIGHTS CSS
  ===========================*/

  .rits_highlights_area{
      padding: 80px 0 90px;
      background: #ffffff;
      position: relative;
      overflow: hidden;
  }

  /* Heading */

  .rits_section_heading{
      margin-bottom: 55px;
  }

  .rits_subtitle{
      display: inline-block;
      padding: 8px 20px;
      background: rgba(255, 159, 26, 0.12);
      color: #ff9f1a;
      font-size: 14px;
      font-weight: 600;
      border-radius: 30px;
      margin-bottom: 18px;
      letter-spacing: 1px;
      text-transform: uppercase;
  }

  .rits_main_title{
      font-size: 42px;
      font-weight: 700;
      line-height: 56px;
      color: #121212;
      margin-bottom: 18px;
  }

  .rits_main_title span{
      color: #ff9f1a;
  }

  .rits_section_heading p{
      font-size: 16px;
      line-height: 30px;
      color: #666;
      max-width: 720px;
      margin: 0 auto;
  }

  /* Cards */

  .rits_feature_card{
      background: #ffffff;
      border-radius: 18px;
      overflow: hidden;
      margin-top: 30px;
      transition: all 0.4s ease;
      box-shadow: 0 10px 40px rgba(0,0,0,0.06);
      position: relative;
  }

  .rits_feature_card:hover{
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  }

  /* Image */

  .rits_feature_image{
      overflow: hidden;
      position: relative;
  }

  .rits_feature_image img{
      width: 100%;
      height: 260px;
      object-fit: cover;
      transition: all 0.5s ease;
  }

  .rits_feature_card:hover .rits_feature_image img{
      transform: scale(1.08);
  }

  /* Content */

  .rits_feature_content{
      padding: 30px;
      position: relative;
  }

  .rits_feature_icon{
      width: 72px;
      height: 72px;
      line-height: 72px;
      text-align: center;
      background: #ff9f1a;
      color: #fff;
      font-size: 30px;
      border-radius: 18px;
      margin-top: -65px;
      margin-bottom: 25px;
      position: relative;
      z-index: 2;
      box-shadow: 0 10px 25px rgba(255,159,26,0.35);
  }

  .rits_feature_content h4{
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 16px;
      color: #121212;
  }

  .rits_feature_content p{
      font-size: 15px;
      line-height: 28px;
      color: #666;
      margin-bottom: 22px;
  }

  /* Button */

  .rits_feature_btn{
      color: #121212;
      font-size: 15px;
      font-weight: 700;
      transition: all 0.3s ease;
  }

  .rits_feature_btn i{
      margin-left: 6px;
      transition: all 0.3s ease;
  }

  .rits_feature_btn:hover{
      color: #ff9f1a;
      text-decoration: none;
  }

  .rits_feature_btn:hover i{
      margin-left: 10px;
  }

  /* Responsive */

  @media (max-width: 991px){

      .rits_main_title{
          font-size: 34px;
          line-height: 48px;
      }

  }

  @media (max-width: 767px){

      .rits_highlights_area{
          padding: 60px 0 70px;
      }

      .rits_main_title{
          font-size: 28px;
          line-height: 40px;
      }

      .rits_section_heading{
          margin-bottom: 35px;
      }

      .rits_feature_content{
          padding: 25px;
      }

      .rits_feature_image img{
          height: 220px;
      }

  }

  /*=====================================================
      INTRO SECTION
  =====================================================*/

  .intro_area{
      
      padding-top: 60px;
      padding-bottom: 45px;
  }

  .intro_heading{
      text-align: center;
  }

  .intro_subtitle{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      font-size: 15px;
      font-weight: 700;
      color: #f4b400;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 18px;
  }

  .intro_subtitle span{
      width: 45px;
      height: 2px;
      background: #f4b400;
      display: inline-block;
  }



  .intro_title{
      font-size: 38px;
      line-height: 52px;
      font-weight: 700;
      color: #111;
      margin-top: 18px;
      margin-bottom: 18px;
  }

  .intro_title span{
      color: #f4b400;
  }

  .intro_text{
      font-size: 15px;
      line-height: 28px;
      color: #666;
      max-width: 720px;
      margin: auto;
  }


  /*=====================================================
      MODERN FEATURES SECTION
  =====================================================*/

  .rits_features_area{
      padding-top: 45px;
      padding-bottom: 90px;
      background: #ffffff;
  }

  .rits_feature_card{
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      transition: all 0.35s ease;
      margin-top: 30px;
      box-shadow: 0 8px 28px rgba(0,0,0,0.06);
      border: 1px solid rgba(244, 180, 0, 0.18);
      display: flex;
      flex-direction: column;
      height: 100%;
  }

  .rits_feature_card:hover{
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.10);
      border-color: rgba(244, 180, 0, 0.45);
  }

  .rits_feature_image{
      overflow: hidden;
  }

  .rits_feature_image img{
      width: 100%;
      height: 260px;
      object-fit: cover;
      transition: all 0.5s ease;
  }

  .rits_feature_card:hover .rits_feature_image img{
      transform: scale(1.05);
  }

  .rits_feature_content{
      padding: 28px 26px 24px;
      text-align: center;
      flex-grow: 1;
  }

  .rits_feature_icon{
      width: 68px;
      height: 68px;
      line-height: 68px;
      margin: -58px auto 18px;
      border-radius: 50%;
      font-size: 28px;
      color: #fff;
      position: relative;
      z-index: 2;
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }

  /* Different Icon Colors */

  .icon_one{
      background: linear-gradient(135deg, #f4b400, #ffcf40);
  }

  .icon_two{
      background: linear-gradient(135deg, #007bff, #4ea3ff);
  }

  .icon_three{
      background: linear-gradient(135deg, #28a745, #4fd36b);
  }

  .rits_feature_content h4{
      font-size: 24px;
      font-weight: 700;
      color: #111;
      margin-bottom: 14px;
  }

  .rits_feature_content p{
      font-size: 15px;
      line-height: 27px;
      color: #666;
      margin-bottom: 0;
  }


  /*=====================================================
      RESPONSIVE
  =====================================================*/

  @media (max-width: 991px){

      .intro_title{
          font-size: 32px;
          line-height: 46px;
      }

      .rits_feature_image img{
          height: 240px;
      }
  }

  @media (max-width: 767px){

      .intro_title{
          font-size: 28px;
          line-height: 40px;
      }

      .intro_text{
          font-size: 14px;
          line-height: 26px;
      }

      .rits_feature_content{
          padding: 24px 20px 22px;
      }

      .rits_feature_content h4{
          font-size: 21px;
      }

      .rits_feature_image img{
          height: 220px;
      }
  }


  /*=====================================================
      CARD WIDTH IMPROVEMENT FOR DESKTOP
  =====================================================*/

  @media (min-width: 1200px){

      .rits_features_area .container{
          max-width: 1380px;
      }

      .rits_feature_card{
          margin-left: 6px;
          margin-right: 6px;
      }
  }


  /*=====================================================
      MOBILE SPACING FIX
  =====================================================*/

  @media (max-width: 767px){

      .rits_features_area{
          padding-top: 35px;
          padding-bottom: 70px;
      }

      .rits_features_area .row{
          row-gap: 18px;
      }

      .rits_feature_card{
          margin-top: 0;
      }

      .rits_feature_content{
          padding: 24px 20px 24px;
      }

      .rits_feature_image img{
          height: 220px;
      }
  }




  /*=====================================================
      ABOUT GAP HEADING
  ======================================================*/

  .about_gap_heading{
      padding: 20px 0 0;
      background: #fff;
      text-align: center;
  }

  .about_gap_heading h2{
      font-size: 42px;
      font-weight: 700;
      color: #111;
      margin-bottom: 0;
  }

  .about_gap_heading h2 span{
      color: #d6a000;
  }

  .about_area{
      padding-top: 40px !important;
  }
  /*=====================================================
      MOBILE HERO FIXES
  ======================================================*/

  @media (max-width: 767px){

      /* Remove left curve/cut issue */
      .header_slider .single_slider{
          background-position: center center !important;
          border-radius: 0 !important;
          overflow: hidden;
      }

      /* Center hero content */
      .slider_content{
          text-align: center !important;
          padding-top: 50px;
      }

      .slider_content .slider_title{
          font-size: 32px;
          line-height: 1.4;
          margin-bottom: 18px;
      }

      .slider_content p{
          font-size: 15px;
          line-height: 28px;
          max-width: 95%;
          margin: 0 auto;
      }

      .slider_content .main-btn{
          margin-top: 18px;
      }

      /* Navbar logo more left */
      .navbar{
          padding-left: 0;
          padding-right: 0;
      }

      .navbar-brand{
          margin-left: -12px;
      }

      .navbar-brand img{
          max-width: 145px;
      }

      .navbar-toggler{
          margin-right: 5px;
      }

      /* About heading mobile */
      .about_gap_heading{
          padding: 35px 0 5px;
      }

      .about_gap_heading h2{
          font-size: 30px;
      }

      /* Feature cards spacing mobile */
      .rits_feature_card{
          margin-bottom: 20px;
      }
  }

  /* ===== SERVICES HEADING ===== */

  .services_gap_heading{
      padding: 40px 0 20px;
      background: #fff;
      text-align: center;
  }

  .services_gap_heading h2{
      font-size: 42px;
      font-weight: 700;
      color: #111;
      margin-bottom: 15px;
      margin-top: -50px;
  }

  .services_gap_heading h2 span{
      color: #f4b400;
  }

  .services_subtext{
      max-width: 700px;
      margin: 0 auto;
      color: #666;
      font-size: 16px;
      line-height: 28px;
  }

  /* Reduce top gap of services section */
  .services_area{
      padding-top: 40px !important;
  }

  /* Mobile */
  @media (max-width: 767px){

      .services_gap_heading{
          padding: 20px 0 10px;
      }

      .services_gap_heading h2{
          font-size: 30px;
      }

      .services_subtext{
          font-size: 14px;
          line-height: 24px;
          padding: 0 15px;
      }

      .services_area{
          padding-top: 20px !important;
      }
  }


  /*=====================================================
    CUSTOM INFRASTRUCTURE TITLE & GAP CORRECTIONS
=====================================================*/

/* Broadens the layout threshold on desktop screens */
.custom_layout_title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Forces the 5 words up top, 3 words below configuration on desktop */
.custom_layout_title .row_top,
.custom_layout_title .row_bottom {
    display: block;
}

.custom_layout_title .row_bottom {
    color: #f4b400; /* Maintains your theme variant styling */
}

/* Compresses the section transition white spaces */
.intro_area {
    padding-bottom: 20px !important;
}

.rits_features_area {
    padding-top: 20px !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .custom_layout_title .row_top,
    .custom_layout_title .row_bottom {
        display: inline; /* Allows text to naturally fluid-wrap on tablets and smaller viewports */
    }
}

@media (max-width: 767px) {
    .intro_area {
        padding-top: 40px !important;
        padding-bottom: 15px !important;
    }
    
    .rits_features_area {
        padding-top: 15px !important;
        padding-bottom: 60px !important;
    }

    .custom_layout_title {
        font-size: 28px !important;
        line-height: 38px !important;
    }
}





/*=====================================================
    IMAGE OVERLAY CARD COMPONENT UI (EXACT MATCH)
=====================================================*/

.rits_services_wrapper {
    background-color: #f8f9fa;
}

/* Master Image Card Component */
.rits_img_card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 35px 30px;
    height: calc(100% - 50px);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Dark Layout Overlay Cover */
.rits_img_card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.85) 100%);
    transition: all 0.4s ease;
    z-index: 1;
}

/* Elevates content safely above the cover image mask */
.rits_img_card_inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Header Content Row Placement */
.rits_img_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    width: 100%;
}

.rits_img_card_icon {
    font-size: 36px;
    color: #FFB316; /* Primary brand tint */
    line-height: 1;
}

.rits_img_card_number {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

/* Content Element Block Styling */
.rits_img_card_body {
    margin-top: auto;
}

.rits_img_card_title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.rits_img_card_text {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 22px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Neatly truncates lengthy card rows */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Interactions & Hover Animations */
.rits_img_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.rits_img_card:hover .rits_img_card_overlay {
    background: linear-gradient(135deg, rgba(20, 30, 55, 0.98) 0%, rgba(255, 179, 22, 0.15) 100%);
}

.rits_img_card:hover .rits_img_card_number {
    color: #FFB316;
}

/*=====================================================
    MODAL SUBSYSTEM STYLING CORRECTIONS
=====================================================*/

.rits_service_modal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.rits_modal_close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    color: #111;
    font-size: 30px;
    opacity: 0.5;
    transition: all 0.2s ease;
}

.rits_modal_close:hover {
    opacity: 1;
    color: #FFB316;
}

.rits_modal_img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    background-size: cover;
    background-position: center;
}

.rits_modal_content_box {
    padding: 50px 40px;
}

.rits_modal_title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.rits_modal_divider {
    width: 60px;
    height: 4px;
    background: #FFB316;
    margin-bottom: 25px;
    border-radius: 2px;
}

.rits_modal_description {
    font-size: 16px;
    line-height: 26px;
    color: #475569;
}

/* Media Responsive Adapters */
@media (max-width: 991px) {
    .rits_img_card {
        height: auto;
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .rits_modal_content_box {
        padding: 40px 25px;
    }
    .rits_modal_title {
        font-size: 24px;
    }
}






/*=====================================================
   PREMIUM HOVER-GRADIENT CARDS & DETAILED PANEL UI
=====================================================*/

.pkg_services_area {
    background-color: #f6f9fc;
}

/* Base Card Container Setup */
.pkg_card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
    height: calc(100% - 30px);
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Individual Card Borders Assigned in Normal State */
.pkg_card[data-color="orange"] { border: 2px solid rgba(255, 107, 0, 0.4); }
.pkg_card[data-color="cyan"]   { border: 2px solid rgba(0, 184, 212, 0.4); }
.pkg_card[data-color="purple"] { border: 2px solid rgba(105, 0, 255, 0.4); }
.pkg_card[data-color="red"]    { border: 2px solid rgba(255, 59, 48, 0.4); }
.pkg_card[data-color="green"]  { border: 2px solid rgba(52, 199, 89, 0.4); }
.pkg_card[data-color="blue"]   { border: 2px solid rgba(0, 122, 255, 0.4); }

/* Crisp Background Image Layer (Always Sharp & Visible) */
.pkg_card_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1; 
    z-index: 1;
    transition: all 0.4s ease;
}

/* Card Initial Clean Tint Overlay Layer */
.pkg_card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.74); 
    z-index: 2;
    transition: all 0.4s ease;
}

.pkg_card_inner {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Icons with Solid Filled Backdrops */
.pkg_icon_box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #ffffff; /* Icon stays cleanly white */
    transition: all 0.4s ease;
}

.color_orange { background: #ff6b00; }
.color_cyan   { background: #00b8d4; }
.color_purple { background: #6900ff; }
.color_red    { background: #ff3b30; }
.color_green  { background: #34c759; }
.color_blue   { background: #007aff; }

.pkg_title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff; 
    margin-bottom: 15px;
}

.pkg_text {
    font-size: 15px;
    color: #f1f5f9; 
    line-height: 24px;
    margin-bottom: 25px;
}

.pkg_action_btn {
    margin-top: auto;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.4s ease;
}

/* Dynamic Dim Transparent Accent Overlay Layout on Hover */
.pkg_card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.4s ease;
}

/* Translucent color layer (0.12 opacity) ensuring the background image stays visible */
.pkg_card[data-color="orange"]::before { background: rgba(255, 107, 0, 0.12); }
.pkg_card[data-color="cyan"]::before   { background: rgba(0, 184, 212, 0.12); }
.pkg_card[data-color="purple"]::before { background: rgba(105, 0, 255, 0.12); }
.pkg_card[data-color="red"]::before    { background: rgba(255, 59, 48, 0.12); }
.pkg_card[data-color="green"]::before  { background: rgba(52, 199, 89, 0.12); }
.pkg_card[data-color="blue"]::before   { background: rgba(0, 122, 255, 0.12); }

/* Card Border Transformations & Elevation Shift on Hover */
.pkg_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.2);
}
.pkg_card[data-color="orange"]:hover { border-color: #ff6b00; }
.pkg_card[data-color="cyan"]:hover   { border-color: #00b8d4; }
.pkg_card[data-color="purple"]:hover { border-color: #6900ff; }
.pkg_card[data-color="red"]:hover    { border-color: #ff3b30; }
.pkg_card[data-color="green"]:hover  { border-color: #34c759; }
.pkg_card[data-color="blue"]:hover   { border-color: #007aff; }

.pkg_card:hover::before {
    opacity: 1;
}

/* Icon Inverts to Plain White Box with Text Colored Graphic Elements on Hover */
.pkg_card:hover .pkg_icon_box {
    background: #ffffff !important; 
}
.pkg_card[data-color="orange"]:hover .pkg_icon_box { color: #ff6b00; }
.pkg_card[data-color="cyan"]:hover .pkg_icon_box   { color: #00b8d4; }
.pkg_card[data-color="purple"]:hover .pkg_icon_box { color: #6900ff; }
.pkg_card[data-color="red"]:hover .pkg_icon_box    { color: #ff3b30; }
.pkg_card[data-color="green"]:hover .pkg_icon_box  { color: #34c759; }
.pkg_card[data-color="blue"]:hover .pkg_icon_box   { color: #007aff; }


/*=====================================================
   DECREASED HEIGHT MODAL & EXPANDED IMAGE SIDEBAR
=====================================================*/

.pkg_premium_modal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

.pkg_modal_layout {
    display: flex;
    flex-wrap: wrap;
    min-height: 380px; /* Highly integrated short view layout */
}

/* Left Sidebar Panel - Set to exactly 45% width */
.pkg_modal_sidebar {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

/* HTML Image Tag Configuration ensuring modal image loads */
.pkg_sidebar_img_element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pkg_modal_sidebar_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.88) 100%);
    z-index: 2;
}

.pkg_modal_sidebar_inner {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.pkg_modal_icon_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
}

.pkg_sidebar_tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #94a3b8;
    margin-bottom: 5px;
    display: block;
}

.pkg_modal_main_title {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    color: #ffffff;
}

.pkg_sidebar_decoration_line {
    width: 45px;
    height: 4px;
    background: #FFB316;
    margin-top: 15px;
    border-radius: 2px;
}

/* Right Content Area - Set to 55% width */
.pkg_modal_main_body {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 45px 40px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pkg_detail_block h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.pkg_modal_summary_text {
    font-size: 15px;
    line-height: 24px;
    color: #475569;
}

.pkg_spec_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pkg_spec_list li {
    font-size: 14px;
    color: #475569;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.pkg_spec_list li i {
    color: #34c759;
    font-size: 16px;
    margin-right: 10px;
}

.pkg_modal_close_trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    color: #475569;
    font-size: 26px;
    opacity: 0.6;
    background: transparent;
    border: none;
    transition: all 0.2s ease;
}
.pkg_modal_close_trigger:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* Responsive Structural Breakpoints */
@media (max-width: 991px) {
    .pkg_modal_sidebar, 
    .pkg_modal_main_body {
        flex: 0 0 100%;
        max-width: 100%;
    }
}





/*=====================================================
   STREAMLINED SINGLE ROW GLASS ANALYTICS UI
=====================================================*/

.ops_metrics_wrapper {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ops_metrics_darken_layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.88) 0%, rgba(7, 10, 19, 0.96) 100%);
    z-index: 1;
}

/* Compact Header Styles */
.ops_metrics_headline {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 4px;
}

.ops_metrics_subtext {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    font-weight: 500;
}

/* Compact Horizontal Layout Card */
.ops_stat_card {
    background: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 20px 22px; /* Super compact internal padding */
    position: relative;
    overflow: hidden;
    height: calc(100% - 15px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
    z-index: 2;
}

/* Flex layout forces icons next to metric details */
.ops_stat_flex_box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ops_stat_icon_ring {
    width: 48px;
    height: 48px;
    border-radius: 8px; /* High-end sharp square-radius cornering */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ops_stat_number {
    font-size: 26px; /* Optimized dashboard display scaling */
    font-weight: 800;
    display: block;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.ops_stat_label {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    margin: 2px 0 0 0;
    white-space: nowrap;
}

/* Minimal Top Indicator Strip Line instead of heavy blocks */
.ops_stat_glow_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
}

/* Theme Color Matrix mappings */
.color_amber  { color: #ff9f0a; }
.color_teal   { color: #30d5c8; }
.color_indigo { color: #5e5ce6; }
.color_rose   { color: #ff375f; }

.color_amber_bg  { background: #ff9f0a; box-shadow: 0 2px 8px rgba(255, 159, 10, 0.5); }
.color_teal_bg   { background: #30d5c8; box-shadow: 0 2px 8px rgba(48, 213, 200, 0.5); }
.color_indigo_bg { background: #5e5ce6; box-shadow: 0 2px 8px rgba(94, 92, 230, 0.5); }
.color_rose_bg   { background: #ff375f; box-shadow: 0 2px 8px rgba(255, 55, 95, 0.5); }

/* Hover states */
.ops_stat_card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(30, 41, 59, 0.65);
}

.ops_stat_card:hover .ops_stat_glow_bar {
    width: 100%;
    opacity: 1;
}

.ops_stat_card:hover .ops_stat_icon_ring {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}




/*=====================================================
   RITS LIGHT MODERN "WHY CHOOSE US" STYLESHEET
=====================================================*/
/*=====================================================
   RITS ENHANCED WHY CHOOSE US
=====================================================*/

.rits_wcu_light_area{
    background:#f8fafc;
    position:relative;
    overflow:hidden;
}

.rits_wcu_pattern_overlay{
    position:absolute;
    inset:0;
    background-image:radial-gradient(#e2e8f0 1.2px,transparent 1.2px);
    background-size:22px 22px;
    opacity:.45;
    z-index:1;
}

/* Header */

.wcu_main_heading{
    font-size:15px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#000;
    margin-bottom:15px;
}

.wcu_light_title{
    font-size:36px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:12px;
}

.wcu_light_subtext{
    font-size:15px;
    color:#64748b;
    max-width:560px;
    margin:auto;
    line-height:1.8;
}

.wcu_light_line{
    width:55px;
    height:3px;
    background:#1e3a8a;
    margin:20px auto 0;
    border-radius:20px;
}

/* Cards */

.wcu_light_card{
    background:#fff;
    border:1px solid #dbe3ec;
    border-radius:16px;
    padding:30px;
    min-height:260px;
    transition:all .3s ease;
    position:relative;
    overflow:hidden;
}

.wcu_light_card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.wcu_light_card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
}

.wcu_c1::before{background:#1e3a8a;}
.wcu_c2::before{background:#0ea5e9;}
.wcu_c3::before{background:#f59e0b;}
.wcu_c4::before{background:#10b981;}
.wcu_c5::before{background:#8b5cf6;}
.wcu_c6::before{background:#f43f5e;}

.wcu_card_top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:25px;
}

.wcu_card_num{
    color:#cbd5e1;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
}

.wcu_light_icon_box{
    width:58px;
    height:58px;
    border-radius:12px;
    background:#f1f5f9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    transition:.3s;
}

.wcu_c1 .wcu_light_icon_box{color:#1e3a8a;}
.wcu_c2 .wcu_light_icon_box{color:#0ea5e9;}
.wcu_c3 .wcu_light_icon_box{color:#f59e0b;}
.wcu_c4 .wcu_light_icon_box{color:#10b981;}
.wcu_c5 .wcu_light_icon_box{color:#8b5cf6;}
.wcu_c6 .wcu_light_icon_box{color:#f43f5e;}

.wcu_c1:hover .wcu_light_icon_box{
    background:#1e3a8a;
    color:#fff;
}

.wcu_c2:hover .wcu_light_icon_box{
    background:#0ea5e9;
    color:#fff;
}

.wcu_c3:hover .wcu_light_icon_box{
    background:#f59e0b;
    color:#fff;
}

.wcu_c4:hover .wcu_light_icon_box{
    background:#10b981;
    color:#fff;
}

.wcu_c5:hover .wcu_light_icon_box{
    background:#8b5cf6;
    color:#fff;
}

.wcu_c6:hover .wcu_light_icon_box{
    background:#f43f5e;
    color:#fff;
}

.wcu_light_card_title{
    font-size:18px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:12px;
}

.wcu_light_card_text{
    font-size:14px;
    line-height:1.8;
    color:#64748b;
    margin:0;
}

.wcu_light_card:hover .wcu_light_card_title{
    color:#1e3a8a;
}

@media(max-width:767px){

    .wcu_main_heading{
        font-size:13px;
    }

    .wcu_light_title{
        font-size:28px;
    }

    .wcu_light_card{
        padding:24px;
        min-height:auto;
    }

}

.rits_wcu_light_area {
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

.rits_wcu_pattern_overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(#e2e8f0 1.2px, transparent 1.2px);
    background-size: 22px 22px;
    opacity: 0.45;
    z-index: 1;
}

/* Header */
.rits_wcu_centered_header .wcu_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8e9eb3;
    margin-bottom: 18px;
}

.rits_wcu_centered_header .wcu_eyebrow_line {
    display: inline-block;
    width: 30px;
    height: 1.5px;
    background: #cbd5e1;
}

.rits_wcu_centered_header .wcu_light_title {
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.rits_wcu_centered_header .wcu_light_subtext {
    font-size: 15px;
    color: #64748b;
    margin: 0 auto;
    max-width: 560px;
    line-height: 1.7;
}

.wcu_light_line {
    width: 48px;
    height: 3px;
    background: #1e3a8a;
    margin: 18px auto 0;
    border-radius: 10px;
}

/* Cards */
.wcu_light_card {
    background: #ffffff;
    border: 0.5px solid #cbd5e1;
    border-radius: 14px;
    padding: 28px 24px 22px;
    height: calc(100% - 30px);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/*=====================================================
   RITS INNER EXTENSION STYLESHEET (HEIGHT MATCHED)
=====================================================*/

/* Changed to stretch layout mechanism */
.rits_ext_row {
    position: relative;
    z-index: 5;
}

/* Left Column Content Elements */
.about_ext_content .ext_sub_title {
    font-size: 14px;
    font-weight: 700;
    color: #d97706; /* Matching corporate accent amber tint */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 10px;
}

.about_ext_content .ext_main_title {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about_ext_content .ext_paragraph {
    font-size: 15px;
    color: #475569;
    line-height: 26px;
    margin-bottom: 15px;
}

/* Sectors Inner Matrix Layout */
.sector_grid .sector_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sector_grid .sector_item i {
    font-size: 18px;
    color: #1e3a8a; /* Solid deep blue anchor icon tint */
    flex-shrink: 0;
}

.sector_grid .sector_item span {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.sector_grid .sector_item:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
    transform: translateX(4px);
}

/* Dynamic Content Height Matching System Fix */
.about_ext_image {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
}

.main_ext_img {
    width: 100%;
    height: 100%;
    min-height: 420px; /* Provides consistent structure on larger resolutions */
    object-fit: cover; /* Prevents raw distortion while dynamically locking layout edge boundaries */
    border-radius: 12px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}

/* Custom Framing Geometry behind the full height block */
.image_border_backdrop {
    position: absolute;
    top: 20px;
    left: 20px;
    right: -10px;
    bottom: -10px;
    border: 3px solid #cbd5e1;
    border-radius: 12px;
    z-index: 1;
    pointer-events: none;
    transition: all 0.4s ease;
}

/* Layout Interactions */
#about:hover .image_border_backdrop {
    transform: translate(-6px, -6px);
    border-color: #1e3a8a;
}

/* Responsive Overrides to break height-matching cleanly on smaller screens */
@media (max-width: 991px) {
    .about_ext_image {
        height: 380px !important;
        margin-bottom: 30px;
    }
    .main_ext_img {
        min-height: 100%;
    }
}


/*=====================================================
   CONTACT INFO SOCIAL MEDIA ICONS
=====================================================*/

.contact_social_wrap {
    padding-top: 15px;
    border-top: 1px solid #e2e8f0; /* Soft separating line */
}

.contact_social_wrap .social_title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #475569;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.contact_social_links {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 14px; /* Perfectly spaces out the icon blocks */
}

.contact_social_links li a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #334155;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover States with Custom Platform Accent Brands */
.contact_social_links li a.social_insta:hover {
    background: #e1306c;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(225, 48, 108, 0.25);
}

.contact_social_links li a.social_whatsapp:hover {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(37, 211, 102, 0.25);
}

.contact_social_links li a.social_facebook:hover {
    background: #1877f2;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(24, 119, 242, 0.25);
}

/* Push transition slight lift */
.contact_social_links li a:hover {
    transform: translateY(-3px);
}




/*=====================================================
   RITS CORPORATE CAREERS PAGE STYLESHEET
=====================================================*/

/* --- 1. Hero Section Banner Framework --- */
.careers_hero_area {
    height: 480px;
    background-image: linear-gradient(rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.75)), 
                      url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}

.hero_tagline {
    font-size: 13px;
    font-weight: 700;
    color: #ff9f0a;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 12px;
}

.hero_title {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    line-height: 54px;
    margin-bottom: 16px;
}

.hero_title .highlight_text {
    color: #30d5c8; /* Clean teal branding highlight */
}

.hero_desc {
    font-size: 16px;
    color: #cbd5e1;
    line-height: 26px;
    max-width: 650px;
}

/* --- 2. Centralized Form Headers --- */
.careers_form_area {
    background-color: #f8fafc; /* Matches off-white clean interface theme */
}

.form_title_block .section_main_title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.form_title_block .section_sub_text {
    font-size: 15px;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto;
}

.accent_bar {
    width: 45px;
    height: 4px;
    background: #1e3a8a;
    margin: 16px auto 0 auto;
    border-radius: 10px;
}

/* --- 3. Grid Form Input Field Styling --- */
.application_form_wrapper {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03);
}

.single_form_group {
    margin-bottom: 25px;
}

.single_form_group label {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
    display: block;
}

.input_field_icon_wrap {
    position: relative;
    width: 100%;
}

/* Icon positioning structural frame */
.input_field_icon_wrap i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    transition: color 0.3s ease;
}

.input_field_icon_wrap textarea_wrap i {
    top: 20px;
    transform: none;
}

.input_field_icon_wrap input,
.input_field_icon_wrap textarea {
    width: 100%;
    padding: 12px 16px 12px 46px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
}

.input_field_icon_wrap textarea {
    padding-top: 14px;
    resize: none;
}

/* Modern Native Styled Upload Input Container */
.file_upload_wrap input[type="file"] {
    padding: 9px 12px 9px 46px;
    cursor: pointer;
    background: #f8fafc;
}

/* Active Highlight Focus Layout States */
.input_field_icon_wrap input:focus,
.input_field_icon_wrap textarea:focus {
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.input_field_icon_wrap input:focus + i,
.input_field_icon_wrap textarea:focus + i {
    color: #1e3a8a;
}

/* Submit Action Buttons configuration */
.submit_btn {
    background-color: #1e3a8a;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 36px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.submit_btn:hover {
    background-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

/* --- 4. Clean Footer Elements --- */
.footer_area {
    background-color: #0f172a;
    color: #94a3b8;
}

.footer_title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}

.link_list {
    list-style: none;
    padding: 0;
}

.link_list li {
    margin-bottom: 12px;
}

.link_list li a {
    color: #94a3b8;
    transition: color 0.2s ease;
}

.link_list li a:hover {
    color: #ffffff;
}

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

.copyright_text {
    font-size: 13px;
    color: #64748b;
}

/* --- 5. Responsive Structural Adaptations --- */
@media (max-width: 767px) {
    .hero_title {
        font-size: 32px;
        line-height: 42px;
    }
    .application_form_wrapper {
        padding: 30px 20px;
    }
}




/*=====================================================
    OPPORTUNITY APPLICATIONS STYLESHEET CORRECTIONS
=====================================================*/

/* Explicit spacing buffer immediately after the Hero Slider */
.opportunity_apply_area {
    padding: 90px 0;
    background-color: #f8fafc; /* Professional clean light gray backdrop split */
    position: relative;
    z-index: 10;
}

/* Application Heading Components Layout */
.apply_section_heading {
    text-align: center;
    margin-bottom: 55px;
}

.apply_subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: rgba(255, 179, 22, 0.12);
    color: #FFB316;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.apply_main_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #1A3154;
    margin-bottom: 15px;
}

.apply_main_title span {
    color: #FFB316;
}

.apply_heading_line {
    width: 60px;
    height: 4px;
    background: #FFB316;
    margin: 15px auto 20px auto;
    border-radius: 2px;
}

.apply_subtext {
    font-size: 15px;
    line-height: 28px;
    color: #677284;
    max-width: 720px;
    margin: 0 auto;
}

/* Master Form Box Container UI Card Component */
.opportunity_form_box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 45px 40px;
    box-shadow: 0 10px 30px rgba(26, 49, 84, 0.05);
}

/* Form Fields Styling Layout Blocks */
.apply_input_group {
    margin-bottom: 25px;
}

.apply_input_group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1A3154;
    margin-bottom: 10px;
}

.apply_input_group label i.ref-icon {
    color: #FFB316;
    margin-right: 6px;
    font-size: 15px;
}

/* Refined Uniform Standard Input Controls UI Components */
.apply_input_group input,
.apply_input_group select,
.apply_input_group textarea {
    width: 100%;
    height: 52px;
    padding: 0 20px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background-color: #fff;
    color: #677284;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Native select drop down height normalization fix */
.apply_input_group select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%231A3154' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

.apply_input_group textarea {
    height: 140px;
    padding-top: 15px;
    resize: none;
}

/* Highlight Input Interaction States */
.apply_input_group input:focus,
.apply_input_group select:focus,
.apply_input_group textarea:focus {
    border-color: #FFB316;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 179, 22, 0.15);
    color: #1A3154;
}

.form_submit_trigger {
    border: none;
    padding: 0 50px;
    margin-top: 10px;
}

/* Form Element Grid Breakpoints Adaptations */
@media (max-width: 767px) {
    .opportunity_apply_area {
        padding: 60px 0;
    }
    
    .apply_main_title {
        font-size: 28px;
        line-height: 38px;
    }
    
    .opportunity_form_box {
        padding: 30px 20px;
    }
}

/* Career Hero Section */
.career_hero {
    padding: 150px 0 100px;
    background-color: #1A3154;
    position: relative;
    z-index: 1;
    text-align: center;
}

.career_hero_content .hero_title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.career_hero_content .hero_title span {
    color: #FFB316;
}

.career_hero_content p {
    color: #cbd5e1;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

/* Job Listing Area */
.open_positions_area {
    padding: 100px 0;
    background-color: #f8fafc;
}

.section_title .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1A3154;
}

.section_title .title span {
    color: #FFB316;
}

.section_title .line {
    width: 60px;
    height: 4px;
    background: #FFB316;
    margin-bottom: 50px;
}

/* Job Cards */
.single_job_card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 30px 40px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.single_job_card:hover {
    box-shadow: 0 10px 30px rgba(26, 49, 84, 0.1);
    transform: translateY(-5px);
}

.job_title {
    font-size: 22px;
    font-weight: 600;
    color: #1A3154;
    margin-bottom: 10px;
}

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

.job_meta li {
    margin-right: 25px;
    font-size: 14px;
    color: #677284;
}

.job_meta li i {
    color: #FFB316;
    margin-right: 8px;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .career_hero_content .hero_title {
        font-size: 32px;
    }
    .job_btn {
        margin-top: 20px;
    }
    .single_job_card {
        padding: 20px;
    }
}




/*=======================================================================
    RITS NAVBAR COMPACT SINGLE-ROW RECOVERY SYSTEM
=======================================================================*/

@media (min-width: 992px) {
    /* Broadens the navbar row container limit so everything fits horizontally */
    .rits_nav_container {
        max-width: 95% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* Force all text items to never wrap, and reduce spaces between them gently */
    .sub-menu-bar ul#nav.rits_single_row_nav li.nav-item {
        margin-left: 12px !important;
        margin-right: 12px !important;
        white-space: nowrap !important;
    }

    /* Shave link text sizing slightly down to guarantee perfect execution */
    .sub-menu-bar ul#nav.rits_single_row_nav li.nav-item a {
        font-size: 14px !important;
        padding: 10px 2px !important;
    }
}

/*=======================================================================
    RITS CUSTOM ISOLATED CAREERS PAGE ARCHITECTURAL BLUEPRINT 
=======================================================================*/

/* 1. New Careers Page Modernized Split Hero Section Layout with BG Setup */
.rits_hero_wrapper {
    min-height: 70vh;
    padding-top: 160px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rits_hero_inner {
    max-width: 850px;
    margin: 0 auto;
}

.rits_badge_pill {
    display: inline-block;
    padding: 7px 20px;
    background-color: rgba(254, 186, 12, 0.15);
    color: #febb0c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    margin-bottom: 25px;
    border: 1px solid rgba(254, 186, 12, 0.25);
}

.rits_hero_main_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #ffffff;
    margin-bottom: 24px;
}

.rits_hero_main_title .rits_highlight {
    color: #febb0c;
}

.rits_hero_paragraph {
    font-size: 17px;
    line-height: 30px;
    color: #ced9e7;
    margin-bottom: 35px;
}

.rits_hero_actions .rits_scroll_btn {
    padding: 0 40px;
    border-radius: 5px;
    background-color: #febb0c;
    color: #112746;
    font-weight: 600;
}

.rits_hero_actions .rits_scroll_btn:hover {
    background-color: #ffffff;
    color: #112746;
    text-decoration: none;
}

/* 2. Open Application Area Layout Base split background */
.rits_positions_area {
    background-color: #f4f7fa;
    position: relative;
}

.rits_section_heading .rits_section_title {
    font-size: 36px;
    font-weight: 700;
    color: #112746;
}

.rits_section_heading .rits_section_title span {
    color: #febb0c;
}

.rits_accent_divider {
    width: 65px;
    height: 4px;
    background-color: #febb0c;
    margin: 15px auto 20px;
    border-radius: 2px;
}

.rits_section_desc {
    font-size: 15px;
    color: #617186;
    max-width: 650px;
    margin: 0 auto;
}

/* 3. Integrated Secure Application Registration Block Container */
.rits_application_form_box {
    background: #ffffff;
    border-radius: 14px;
    padding: 50px 45px;
    border: 1px solid #e7ecf3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
}

/* Structured Clean Fields Layout Form Elements */
.rits_input_wrapper {
    margin-bottom: 25px;
}

.rits_input_wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #112746;
    margin-bottom: 8px;
}

.rits_field_icon_group {
    position: relative;
    width: 100%;
}

.rits_field_icon_group i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #febb0c;
    font-size: 16px;
    z-index: 5;
}

.rits_field_icon_group input,
.rits_field_icon_group select {
    width: 100%;
    height: 54px;
    padding-left: 52px;
    padding-right: 20px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 15px;
    color: #495057;
    transition: all 0.3s ease;
}

/* Fixed select formatting dropdown overlay */
.rits_field_icon_group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23112746' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    cursor: pointer;
}

/* Textarea icon-alignment fix override adjustments */
.rits_field_icon_group.rits_textarea_group i {
    top: 25px;
    transform: none;
}

.rits_field_icon_group textarea {
    width: 100%;
    padding: 18px 20px 15px 52px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 15px;
    resize: none;
    transition: all 0.3s ease;
}

/* Interactive Input States Triggering Highlights */
.rits_field_icon_group input:focus,
.rits_field_icon_group select:focus,
.rits_field_icon_group textarea:focus {
    border-color: #febb0c;
    outline: none;
    box-shadow: 0 0 0 4px rgba(254, 186, 12, 0.15);
}

.rits_file_group input[type="file"] {
    padding-top: 13px;
    cursor: pointer;
}

.rits_file_hint {
    display: block;
    font-size: 12px;
    color: #8190a6;
    margin-top: 6px;
}

.rits_submit_trigger {
    border: none;
    background-color: #febb0c;
    color: #112746;
    font-weight: 600;
    padding: 0 45px;
}

.rits_submit_trigger:hover {
    background-color: #112746;
    color: #ffffff;
}

/* 4. Fluid Structural Responsive Adaptations Breakpoints layout */
@media (max-width: 991px) {
    .rits_hero_main_title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .rits_hero_wrapper {
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .rits_hero_main_title {
        font-size: 32px;
        line-height: 42px;
    }
    .rits_application_form_box {
        padding: 30px 20px;
    }
}


/*=======================================================================
    PATCH FIX: NAVBAR COMPACT SINGLE-ROW RECOVERY SYSTEM
=======================================================================*/
@media (min-width: 992px) {
    /* Broadens the template navbar row container footprint dynamically */
    .rits_nav_container {
        max-width: 95% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* Prevents menu links from breaking into 2 rows and trims spacing */
    .sub-menu-bar ul#nav.rits_single_row_nav li.nav-item {
        margin-left: 12px !important;
        margin-right: 12px !important;
        white-space: nowrap !important;
    }

    /* Scales font-size and link padding comfortably onto desktop resolutions */
    .sub-menu-bar ul#nav.rits_single_row_nav li.nav-item a {
        font-size: 14px !important;
        padding: 10px 2px !important;
    }
}



/*=======================================================================
    RITS COMPLETELY ISOLATED MASTER FOOTER ARCHITECTURE (rmf-)
=======================================================================*/

#rits-master-footer.rmf-footer-viewport {
    background-color: #060e1a !important; /* Solid matte corporate dark background overlay */
    padding-top: 55px !important;       /* Reduced structural vertical height spaces */
    padding-bottom: 25px !important;
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden;
    border-top: 2px solid #0f1c30;
}

/* Internal Layout Spacing Control Matrix */
#rits-master-footer .rmf-row-compact {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

#rits-master-footer .rmf-row-compact [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Left Brand Display Framework Component Block */
#rits-master-footer .rmf-identity-block {
    margin-top: 15px;
    padding-right: 10px;
}

#rits-master-footer .rmf-brand-img {
    height: 105px !important;       /* Boosted height for maximum visibility */
    max-height: 210px !important;   /* Prevents capping limits */
    width: auto !important;         /* Keeps the aspect ratio perfectly safe */
    display: block;
    margin-bottom: 15px;            /* Tighter spacing to account for larger size */
}

#rits-master-footer .rmf-brand-summary {
    color: #a4b4cb !important;
    font-size: 13px !important;
    line-height: 22px !important;
    margin: 0 !important;
}

/* Standard Widget Structural Grid Configurations */
#rits-master-footer .rmf-widget-column {
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Matches Header Border Underlines from image_3de585.png */
#rits-master-footer .rmf-widget-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #febb0c !important; /* Vibrant golden heading highlight accent */
    margin-bottom: 25px !important;
    position: relative !important;
    padding-bottom: 12px !important;
    text-transform: capitalize;
}

#rits-master-footer .rmf-widget-title::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 45px !important;
    height: 3px !important;
    background-color: #febb0c !important;
    border-radius: 1px;
}

/* Base Matrix Component List Defaults reset setup */
#rits-master-footer .rmf-contact-matrix,
#rits-master-footer .rmf-link-matrix,
#rits-master-footer .rmf-social-icon-row {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#rits-master-footer .rmf-contact-matrix li,
#rits-master-footer .rmf-link-matrix li {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 14px !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: flex-start !important;
}

/* Direct Content Mapping Icons layout controls */
#rits-master-footer .rmf-contact-matrix li i,
#rits-master-footer .rmf-link-matrix li a i {
    color: #febb0c !important;
    margin-right: 12px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
}

#rits-master-footer .rmf-contact-matrix li i {
    margin-top: 4px !important;
}

#rits-master-footer .rmf-email-text {
    word-break: break-all !important;
}

/* Modern Hyperlinks Navigation Interactivity States */
#rits-master-footer .rmf-link-matrix li a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out !important;
    display: inline-flex !important;
    align-items: flex-start !important;
}

#rits-master-footer .rmf-link-matrix li a i {
    margin-top: 5px !important;
}

#rits-master-footer .rmf-link-matrix li a:hover {
    color: #febb0c !important;
    transform: translateX(4px) !important;
}

/* Custom Social Integration Icons Layout block module */
#rits-master-footer .rmf-social-integration-wrapper {
    margin-top: 25px !important;
    border-top: 1px dashed rgba(255, 255, 255, 0.1) !important;
    padding-top: 20px !important;
}

#rits-master-footer .rmf-social-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    position: relative !important;
    padding-bottom: 8px !important;
}

#rits-master-footer .rmf-social-title::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 30px !important;
    height: 2px !important;
    background-color: #febb0c !important;
}

#rits-master-footer .rmf-social-icon-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

#rits-master-footer .rmf-social-icon-row li a {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
}

#rits-master-footer .rmf-social-icon-row li a:hover {
    background-color: #febb0c !important;
    color: #060e1a !important;
    border-color: #febb0c !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 12px rgba(254, 186, 12, 0.2) !important;
}

/* Bottom Isolated Copyright Architecture Row Line */
#rits-master-footer .rmf-copyright-border-row {
    margin-top: 25px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

#rits-master-footer .rmf-copyright-notice {
    font-size: 12px !important;
    color: #798b9e !important;
    margin: 0 !important;
    letter-spacing: 0.5px !important;
}

/* Tablet / Mobile Framework Breakpoints Adaptations rules */
@media (max-width: 991px) {
    #rits-master-footer.rmf-footer-viewport {
        padding-top: 40px !important;
    }
    #rits-master-footer .rmf-identity-block {
        margin-bottom: 15px !important;
    }
}

/* ==================================
   HERO SECTION
================================== */

.industries_hero{
    position:relative;
    padding:180px 0;
    background:url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80");
    background-size:cover;
    background-position:center;
}

.hero_overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(15,23,42,.75);
}

.hero_content{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:auto;
}

.hero_content h1{
    color:#fff;
    font-size:60px;
    font-weight:800;
    margin-bottom:20px;
}

.hero_content p{
    color:#e2e8f0;
    font-size:18px;
    line-height:1.9;
}

/* ==================================
   SECTION
================================== */

.industries_section{
    background:#f8fafc;
}

.section_heading h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.section_heading p{
    max-width:760px;
    margin:auto;
    color:#64748b;
    line-height:1.8;
}

/* ==================================
   INDUSTRY BLOCK
================================== */

.industry_item{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:100px;
}

.industry_item.reverse{
    flex-direction:row-reverse;
}

.industry_image{
    flex:1;
}

.industry_image img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:16px;
    transition:.5s;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.industry_item:hover .industry_image img{
    transform:scale(1.03);
}

.industry_content{
    flex:1;
}

.industry_badge{
    display:inline-block;
    padding:8px 16px;
    background:#0f172a;
    color:#fff;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
    margin-bottom:18px;
}

.industry_content h3{
    font-size:38px;
    font-weight:700;
    color:#111827;
    margin-bottom:20px;
}

.industry_content p{
    font-size:18px;
    line-height:2;
    color:#475569;
}

/* ==================================
   RESPONSIVE
================================== */

/* ==================================
   RESPONSIVE
================================== */

@media (max-width: 991px){

    .hero_content h1{
        font-size:42px;
    }

    .hero_content p{
        font-size:17px;
        line-height:1.8;
    }

    .section_heading h2{
        font-size:34px;
    }

    .industry_item,
    .industry_item.reverse{
        display:flex;
        flex-direction:column-reverse; /* Content first, image second */
        gap:30px;
        margin-bottom:70px;
    }

    .industry_content{
        width:100%;
        text-align:left;
    }

    .industry_image{
        width:100%;
    }

    .industry_content h3{
        font-size:28px;
        margin-bottom:15px;
    }

    .industry_content p{
        font-size:16px;
        line-height:1.8;
    }

    .industry_image img{
        width:100%;
        height:280px;
        object-fit:cover;
        border-radius:14px;
    }
}

@media (max-width: 767px){

    .industries_hero{
        padding:120px 0 80px;
    }

    .hero_content h1{
        font-size:34px;
        line-height:1.2;
    }

    .hero_content p{
        font-size:15px;
        line-height:1.8;
    }

    .section_heading{
        padding-bottom:50px;
    }

    .section_heading h2{
        font-size:28px;
        line-height:1.3;
    }

    .section_heading p{
        font-size:14px;
        line-height:1.8;
    }

    .industry_badge{
        font-size:11px;
        padding:7px 14px;
    }

    .industry_content h3{
        font-size:22px;
        line-height:1.4;
    }

    .industry_content p{
        font-size:14px;
        line-height:1.8;
    }

    .industry_image img{
        height:220px;
        border-radius:12px;
    }

    .industry_item,
    .industry_item.reverse{
        margin-bottom:60px;
    }
}

@media (max-width: 575px){

    .hero_content h1{
        font-size:30px;
    }

    .industry_content h3{
        font-size:20px;
    }

    .industry_image img{
        height:200px;
    }
}






/*=======================================================================
    UPDATED COMPACT SERVICE CHASSIS & MODAL SYSTEM SYSTEM
=======================================================================*/

/* 1. Safe Icon Framework Fix (Stops Cropping Layout issues) */
.card-img-badge-fixed {
    position: absolute;
    bottom: -25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-img-badge-fixed i {
    font-size: 22px !important;
    color: #111827 !important;
    line-height: 1 !important;
    display: block !important;
}

/* 2. Modified Service Card Hover Mechanics (Card Chassis shifts, image effect killed) */
.service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    cursor: pointer;
    position: relative;
    border: 1px solid #f3f4f6;
}

/* Image Color Hover Effect Block Override (Removes the raw image overlay colorization state) */
.service-card:hover .card-img-overlay {
    background: rgba(0, 0, 0, 0.1) !important; /* Neutral soft shadow darken layer only */
}

/* Re-routed Hover Color Accent Effect directly onto the entire structural Card Box Chassis wrapper */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: var(--accent-fallback) !important;
}

.service-card:hover .card-img-badge-fixed {
    background-color: var(--accent-fallback) !important;
    transform: scale(1.1) rotate(15deg);
}

.service-card:hover .card-img-badge-fixed i {
    color: #ffffff !important;
}

/* 3. Drop Numbering Elements Completely */
.card-num-tag, .card-num-tag-fixed {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* 4. Asymmetric Split Panel Modal Engine Architecture (Ref: image_c50437.jpg) */
.rits-asymmetric-modal .modal-dialog {
    max-width: 950px !important;
    margin: 40px auto;
}

.rits-asymmetric-modal .modal-content {
    border-radius: 16px !important;
    border: none !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.rits-modal-split-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 520px;
}

/* Left Graphic Visual Block Element Panel */
.rits-modal-visual-side {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    background-color: #111827;
    min-height: 350px;
}

.rits-modal-visual-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.rits-visual-vignette {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(17, 24, 39, 0.6), transparent);
    z-index: 2;
}

.rits-badge-floater-circle {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.rits-badge-floater-circle i {
    font-size: 26px;
}

/* Right Side Typography Details Panel Frame */
.rits-modal-textual-side {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 50px 45px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rits-modal-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.rits-modal-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 15px;
}

.rits-modal-divider-bar {
    width: 50px;
    height: 4px;
    background-color: #febb0c;
    margin-bottom: 25px;
    border-radius: 2px;
}

.rits-modal-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 30px;
}

/* Technical Assistance Nested Callout card element frame */
.rits-modal-assistance-card {
    background-color: #f9fafb;
    border-left: 4px solid #111827;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin-top: auto;
}

.rits-modal-assistance-card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.rits-modal-assistance-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 12px;
}

.rits-modal-cta-btn {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    border-bottom: 2px solid #111827;
    padding-bottom: 2px;
    transition: all 0.2s ease;
    display: inline-block;
}

.rits-modal-cta-btn:hover {
    color: #febb0c;
    border-color: #febb0c;
}

/* Native Modal Closer Component Button overrides */
.rits-modal-closer {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10;
    width: 35px;
    height: 35px;
    background-color: #ffffff !important;
    border-radius: 50%;
    opacity: 0.7 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.rits-modal-closer:hover {
    opacity: 1 !important;
    transform: scale(1.05);
}

/* 5. Fluid Responsive Intercept Rules */
@media (max-width: 767px) {
    .rits-modal-split-container {
        flex-direction: column;
    }
    .rits-modal-visual-side, .rits-modal-textual-side {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .rits-modal-textual-side {
        padding: 30px 25px;
    }
}



.hero {
      position: relative;
      height: 480px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.38);
    }

    /* SVG fallback background when no real image is used */
    .hero-bg {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, #0d1b2a 0%, #1a3050 50%, #0d1b2a 100%);
    }

    .hero-pattern {
      position: absolute;
      inset: 0;
      opacity: 0.07;
      background-image:
        repeating-linear-gradient(0deg,  transparent, transparent 39px, var(--gold) 39px, var(--gold) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, var(--gold) 39px, var(--gold) 40px);
    }

    /* decorative circles */
    .hero-circle {
      position: absolute;
      border-radius: 50%;
      border: 1.5px solid rgba(245,166,35,0.18);
    }
    .hero-circle.c1 { width: 320px; height: 320px; top: -80px;  right: -60px; }
    .hero-circle.c2 { width: 200px; height: 200px; bottom: -40px; left: 60px; }
    .hero-circle.c3 { width: 120px; height: 120px; top: 40px;   left: 200px; border-color: rgba(245,166,35,0.10); }

    /* floating envelope icon */
    .hero-icon {
      position: absolute;
      bottom: 36px;
      right: 80px;
      opacity: 0.12;
    }
    .hero-icon svg { width: 110px; height: 110px; }

    .hero-content {
      position: relative;
      text-align: center;
      padding: 0 24px;
    }

    .hero-eyebrow {
      display: inline-block;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      background: rgba(245,166,35,0.12);
      border: 1px solid rgba(245,166,35,0.3);
      padding: 6px 18px;
      border-radius: 20px;
      margin-bottom: 20px;
    }

    .hero-title {
      font-family: 'Manrope', sans-serif;
      font-size: clamp(2.4rem, 6vw, 3.8rem);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      max-width: 560px;
    }

    .hero-title span { color: var(--gold); }

    .hero-sub {
      margin-top: 16px;
      font-size: 1rem;
      color: rgba(255,255,255,0.65);
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.65;
    }

    /* ── CONTACT SECTION ──────────────────────────────── */
    .contact-section {
      padding: 72px 24px 80px;
    }

    .section-label {
      text-align: center;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 10px;
    }

    .section-title {
      text-align: center;
      font-family: 'Manrope', sans-serif;
      font-size: clamp(1.9rem, 4vw, 2.8rem);
      font-weight: 800;
      color: var(--navy);
      margin-bottom: 52px;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.45fr;
      gap: 0;
      max-width: 1040px;
      margin: 0 auto;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 24px 64px rgba(13,27,42,0.14);
    }

    /* ── LEFT PANEL ───────────────────────────────────── */
    .contact-info {
      background: var(--navy);
      padding: 48px 40px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .info-card {
      background: var(--navy2);
      border: 1px solid rgba(245,166,35,0.15);
      border-radius: var(--radius);
      padding: 24px 22px;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      transition: border-color 0.25s;
    }

    .info-card:hover { border-color: rgba(245,166,35,0.45); }

    .info-icon {
      flex-shrink: 0;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: rgba(245,166,35,0.12);
      border: 1px solid rgba(245,166,35,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .info-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

    .info-body {}

    .info-label {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 6px;
    }

    .info-text {
      font-size: 0.92rem;
      color: var(--text);
      line-height: 1.7;
    }

    .info-text a {
      color: var(--text);
      text-decoration: none;
      transition: color 0.2s;
    }
    .info-text a:hover { color: var(--gold2); }

    /* ── RIGHT PANEL (FORM) ───────────────────────────── */
    .contact-form-wrap {
      background: var(--gold);
      padding: 48px 44px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .form-title {
      font-family: 'Manrope', sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      color: var(--navy);
      margin-bottom: 28px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 14px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .form-group.full { grid-column: 1 / -1; }

    .form-group label {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--navy);
      opacity: 0.75;
    }

    .form-group input,
    .form-group textarea {
      background: rgba(255,255,255,0.55);
      border: 1.5px solid rgba(13,27,42,0.18);
      border-radius: 7px;
      padding: 12px 14px;
      font-family: 'Inter', sans-serif;
      font-size: 0.92rem;
      color: var(--navy);
      outline: none;
      transition: border-color 0.2s, background 0.2s;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: rgba(13,27,42,0.38);
    }

    .form-group input:focus,
    .form-group textarea:focus {
      border-color: var(--navy);
      background: rgba(255,255,255,0.85);
    }

    .form-group textarea {
      resize: vertical;
      min-height: 110px;
    }

    .btn-send {
      margin-top: 20px;
      width: 100%;
      padding: 15px;
      background: var(--navy);
      color: var(--gold);
      border: none;
      border-radius: 8px;
      font-family: 'Manrope', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .btn-send:hover  { background: #1a3050; transform: translateY(-1px); }
    .btn-send:active { transform: translateY(0); }

    .btn-send svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

    /* ── RESPONSIVE ───────────────────────────────────── */
    @media (max-width: 780px) {
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .contact-form-wrap { padding: 36px 28px; }
      .contact-info      { padding: 36px 28px; }

      .form-row { grid-template-columns: 1fr; }
      .hero     { height: 380px; }
    }

    @media (max-width: 480px) {
      .contact-section { padding: 48px 16px 60px; }
      .contact-form-wrap, .contact-info { padding: 28px 20px; }
    }

     *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:   #0d1b2a;
      --navy2:  #132338;
      --gold:   #f5a623;
      --gold2:  #fbb940;
      --white:  #ffffff;
      --light:  #f7f8fa;
      --text:   #c8d0dc;
      --radius: 10px;
    }




    

    


/* ==========================================================================
   WHAT WE DO - FINE-TUNED FOOTER CARD ACTIONS
   ========================================================================== */
.pkg_card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.pkg_card_footer_action {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 15px;
    z-index: 5;
    position: relative;
}

.pkg_explore_redirect_btn {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.pkg_explore_redirect_btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.pkg_card:hover .pkg_explore_redirect_btn {
    color: #febb0c; /* Highlighting to yellow color profile on hover */
}

.pkg_card:hover .pkg_explore_redirect_btn i {
    transform: translateX(5px);
}


/* ==========================================================================
   MODAL WINDOW - SPLIT LAYOUT (IMAGE LEFT | CONTENT RIGHT)
   ========================================================================== */
.pkg_premium_modal .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Fixed Layout Matrix Structure Split */
.pkg_modal_split_layout {
    display: flex;
    flex-wrap: wrap;
    min-height: 480px;
}

/* Left Side Panel: 45% Space allocation for image container */
.pkg_modal_media_panel {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    background-color: #f3f4f6;
    min-height: 350px;
}

.pkg_modal_fluid_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pkg_modal_media_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.1) 100%);
}

/* Right Side Panel: 55% space for core layout information metrics */
.pkg_modal_content_panel {
    flex: 0 0 55%;
    max-width: 55%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.pkg_modal_content_inner {
    padding: 40px;
    width: 100%;
}

/* Header Components Inside Right Panel */
.pkg_modal_header_flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pkg_modal_avatar_icon {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Dynamic color definitions mapping */
.color_orange, #premiumServiceModal .pkg_modal_avatar_icon { background-color: #FFB316; }

.pkg_modal_header_text {
    display: flex;
    flex-direction: column;
}

.pkg_modal_meta_tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.pkg_modal_dynamic_title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}

.pkg_modal_divider_line {
    width: 100%;
    height: 1px;
    background-color: #e2e8f0;
    margin: 20px 0;
}

/* Inner Text Blocks */
.pkg_modal_detail_block h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pkg_modal_summary_text {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* Execution checklist metrics formatting */
.pkg_modal_spec_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkg_modal_spec_list li {
    font-size: 14px;
    color: #475569;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pkg_modal_spec_list li i {
    color: #10b981;
    font-size: 16px;
}

/* Custom Modal Closer Positioning */
.pkg_modal_close_trigger {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    width: 32px;
    height: 32px;
    background-color: #f1f5f9 !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.2s ease;
    padding: 0 !important;
    margin: 0 !important;
}

.pkg_modal_close_trigger:hover {
    opacity: 1;
    background-color: #e2e8f0 !important;
    transform: rotate(90deg);
}

.pkg_modal_close_trigger span {
    font-size: 20px;
    line-height: 1;
    color: #334155;
    position: relative;
    top: -1px;
}

/* ==========================================================================
   RESPONSIVE MEDIA SCREEN BREAKS FOR PHONE VIEWS
   ========================================================================== */
@media (max-width: 991px) {
    .pkg_modal_content_inner {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .pkg_modal_split_layout {
        flex-direction: column;
    }
    .pkg_modal_media_panel {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 220px;
    }
    .pkg_modal_content_panel {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pkg_modal_content_inner {
        padding: 25px 20px;
    }
    .pkg_modal_dynamic_title {
        font-size: 20px;
    }
}



    /* ── SECTION CORE ── */
    .services-scroll-section {
        background-color: #f8fafc;
        padding: 80px 0;
        overflow: hidden;
    }
    
    /* ── SCROLLABLE CONTAINER (Desktop & Mobile) ── */
    .services-scroll-container {
        display: flex;
        gap: 25px;
        overflow-x: auto;
        padding: 20px 15px 40px 15px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch; /* Smooth mobile momentum scroll */
    }
    
    /* Hide scrollbar for clean UI but keep functionality */
    .services-scroll-container::-webkit-scrollbar {
        height: 6px;
    }
    .services-scroll-container::-webkit-scrollbar-track {
        background: #e2e8f0;
        border-radius: 10px;
    }
    .services-scroll-container::-webkit-scrollbar-thumb {
        background: #febb0c;
        border-radius: 10px;
    }

    /* ── INCREASED HEIGHT IMAGE CARDS ── */
    .image-service-card {
        flex: 0 0 320px; /* Card Width */
        height: 420px; /* Increased Height */
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        border: none;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
    
    .image-service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    }

    .card-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: transform 0.6s ease;
        z-index: 1;
    }
    
    .image-service-card:hover .card-bg-img {
        transform: scale(1.1);
    }

    .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 15%, rgba(15, 23, 42, 0.3) 100%);
        z-index: 2;
    }

    .card-content-wrap {
        position: relative;
        z-index: 3;
        padding: 35px 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }

    .card-icon-top {
        font-size: 48px;
        margin-bottom: 20px;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    }

    .card-title-bottom {
        font-size: 19px;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    /* ── MODAL SPLIT UI ── */
    .modal-split-container {
        display: flex;
        min-height: 500px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }
    
    .modal-left-img {
        flex: 1;
        background-size: cover;
        background-position: center;
        min-height: 350px;
    }
    
    .modal-right-content {
        flex: 1.2;
        padding: 50px 40px;
        background: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Top Right X Close */
    .modal-close-x {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 28px;
        color: #64748b;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10;
        transition: color 0.2s;
    }
    .modal-close-x:hover { color: #0f172a; }

    .modal-header-row {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
    }

    /* Mobile Adaptations */
    @media (max-width: 991px) {
        .image-service-card { flex: 0 0 280px; height: 380px; }
        .modal-split-container { flex-direction: column; }
        .modal-left-img { height: 250px; min-height: 250px; }
        .modal-right-content { padding: 30px 20px; }
    }





    .custom-services-scroll-section {
        background-color: #f8fafc;
        padding: 80px 0;
        overflow: hidden;
       
    }
    
    .custom-services-scroll-container {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        padding: 20px 15px 40px 15px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        margin-top: -50px;
    }
    
    /* Scrollbar Aesthetics Track */
    .custom-services-scroll-container::-webkit-scrollbar {
        height: 6px;
    }
    .custom-services-scroll-container::-webkit-scrollbar-track {
        background: #e2e8f0;
        border-radius: 10px;
    }
    .custom-services-scroll-container::-webkit-scrollbar-thumb {
        background: #febb0c;
        border-radius: 10px;
    }

    /* Card Component — Bottom Aligned & Centered Content */
    .custom-img-service-card {
        flex: 0 0 320px;
        height: 440px;
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        cursor: pointer;
        background-color: #0f172a;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.3s ease;
        display: flex;
        align-items: flex-end;  
        justify-content: center; 
        border: 2px solid transparent;
    }
    
    .custom-img-service-card:hover {
        transform: translateY(-8px);
    }
    
    /* Dynamic Theme Hover Glow Mappings */
    .custom-img-service-card.hover-mep:hover { border-color: #febb0c; box-shadow: 0 16px 35px rgba(254, 187, 12, 0.3); }
    .custom-img-service-card.hover-hvac:hover { border-color: #3b82f6; box-shadow: 0 16px 35px rgba(59, 130, 246, 0.3); }
    .custom-img-service-card.hover-fire:hover { border-color: #ef4444; box-shadow: 0 16px 35px rgba(239, 68, 68, 0.3); }
    .custom-img-service-card.hover-plumb:hover { border-color: #06b6d4; box-shadow: 0 16px 35px rgba(6, 182, 212, 0.3); }
    .custom-img-service-card.hover-elec:hover { border-color: #fbbf24; box-shadow: 0 16px 35px rgba(251, 191, 36, 0.3); }
    .custom-img-service-card.hover-bim:hover { border-color: #8b5cf6; box-shadow: 0 16px 35px rgba(139, 92, 246, 0.3); }
    .custom-img-service-card.hover-solar:hover { border-color: #fb923c; box-shadow: 0 16px 35px rgba(251, 146, 60, 0.3); }
    .custom-img-service-card.hover-audit:hover { border-color: #10b981; box-shadow: 0 16px 35px rgba(16, 185, 129, 0.3); }
    .custom-img-service-card.hover-sim:hover { border-color: #a855f7; box-shadow: 0 16px 35px rgba(168, 85, 247, 0.3); }
    .custom-img-service-card.hover-proc:hover { border-color: #6366f1; box-shadow: 0 16px 35px rgba(99, 102, 241, 0.3); }
    .custom-img-service-card.hover-pmc:hover { border-color: #ec4899; box-shadow: 0 16px 35px rgba(236, 72, 153, 0.3); }

    .custom-card-img-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: transform 0.6s ease;
    }
    
    .custom-img-service-card:hover .custom-card-img-layer {
        transform: scale(1.08);
    }
    
    .custom-card-darken-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 20%, rgba(15, 23, 42, 0.5) 60%, rgba(15, 23, 42, 0.3) 100%);
        z-index: 1;
    }
    
    /* Core Interface Elements */
    .custom-card-core-interface {
        position: relative;
        z-index: 2;
        padding: 40px 25px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    
    .custom-card-vector-icon {
        font-size: 42px;
        margin-bottom: 16px;
        line-height: 1;
        transition: transform 0.3s ease;
    }
    
    .custom-img-service-card:hover .custom-card-vector-icon {
        transform: scale(1.15);
    }
    
    .custom-card-structural-title {
        color: #ffffff !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        margin: 0 !important;
        letter-spacing: -0.2px;
        text-transform: uppercase;
    }

    /* ── DYNAMIC MODAL UI ── */
    .custom-modal-content-base {
        border: none !important;
        border-radius: 20px !important; 
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
        background: #111827; 
        transition: background-color 0.4s ease;
    }
    
    /* Minimal Top-Right Close Trigger */
    .custom-modal-top-close-trigger {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 99;
        background: transparent !important;
        border: none !important;
        color: rgba(255, 255, 255, 0.6);
        font-size: 20px;
        cursor: pointer;
        transition: color 0.2s ease, transform 0.2s ease;
    }
    .custom-modal-top-close-trigger:hover {
        color: #ffffff;
        transform: scale(1.1);
    }
    
    /* Fixed Compact Height Layout Container */
    .custom-modal-split-container {
        display: flex;
        height: 460px; 
        overflow: hidden;
    }
    
    /* Fitted Image Section Frame */
    .custom-modal-left-img-frame {
        flex: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        height: 100%;
    }
    
    /* Right Side Content Panel */
    .custom-modal-right-data-frame {
        flex: 1.2;
        padding: 45px 40px; 
        display: flex;
        flex-direction: column;
        justify-content: flex-start; 
        height: 100%;
        transition: background-color 0.4s ease;
    }
    
    /* Header Row Element Alignment */
    .custom-modal-branding-row {
        display: flex;
        flex-direction: row;  
        align-items: flex-start;  
        gap: 18px;
        margin-bottom: 14px;
    }
    
    .custom-modal-header-vector-box {
        font-size: 36px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.12); 
        padding: 10px;
        border-radius: 12px;
        width: 56px;
        height: 56px;
    }
    
    .custom-modal-primary-heading {
        font-size: 30px !important; 
        font-weight: 800 !important;
        color: #ffffff !important;
        margin: 0 !important;
        margin-bottom: 40px !important; 
        line-height: 1.2 !important;
        letter-spacing: -0.5px;
        padding-top: 6px !important; 
    }
    
    .custom-modal-narrative-paragraph {
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.85) !important; 
        margin-bottom: 0 !important; 
        max-width: 95%;
    }
    
    /* High-End 2-Column Grid Setup */
    .custom-modal-bullets-segment {
        width: 100%;
        margin-top: 40px; 
    }
    
    .custom-modal-bullets-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 14px 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .custom-modal-bullets-list li {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .custom-bullet-marker-check {
        font-size: 16px;
        line-height: 1;
        flex-shrink: 0;
        /* Dynamic color styling will handle this via JS logic */
    }
    
    .custom-bullet-inner-text {
        font-size: 14px;
        color: #ffffff;
        font-weight: 600;
        line-height: 1.3;
    }
    
    /* Fluid Responsive Adaptation Breakpoints */
    @media (max-width: 991px) {
        .custom-modal-split-container {
            flex-direction: column; /* Stacks image directly above content */
            height: auto;
            max-height: 90vh;
            overflow-y: auto;
        }
        .custom-modal-left-img-frame {
            height: 240px; /* Forces explicit image section visibility on mobile viewports */
            width: 100%;
            display: block !important;
            flex: none;
        }
        .custom-modal-right-data-frame {
            padding: 30px 25px;
            height: auto;
            flex: none;
        }
        .custom-modal-bullets-list {
            grid-template-columns: 1fr;
            gap: 12px;
        }
        .custom-modal-bullets-segment {
            margin-top: 25px;
        }
        .custom-modal-primary-heading {
            margin-bottom: 25px !important;
            padding-top: 0 !important; 
        }
    }


    /* ==========================================================
   FOOTER FIX: Office Contact email wrapping + column balance
   ========================================================== */

/* Give Office Contact column more width, others slightly less */
#rits-master-footer .col-xl-9 .row.rmf-row-compact {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    #rits-master-footer .col-xl-9 .row.rmf-row-compact > .col-md-4:nth-child(1) {
        flex: 0 0 38%;
        max-width: 38%;
    }
    #rits-master-footer .col-xl-9 .row.rmf-row-compact > .col-md-4:nth-child(2) {
        flex: 0 0 32%;
        max-width: 32%;
    }
    #rits-master-footer .col-xl-9 .row.rmf-row-compact > .col-md-4:nth-child(3) {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

/* Prevent the email text from breaking mid-word into an ugly stack */
#rits-master-footer .rmf-contact-matrix li .rmf-email-text {
    word-break: normal !important;
    overflow-wrap: anywhere;
    white-space: normal;
    line-height: 1.5 !important;
}

/* Slightly reduce font size so it fits closer to one line on the wider column */
#rits-master-footer .rmf-contact-matrix li {
    font-size: 13.5px !important;
}

/* Mobile: stack normally, no flex override needed */
@media (max-width: 767px) {
    #rits-master-footer .col-xl-9 .row.rmf-row-compact > .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Fix GST number breaking too */
#rits-master-footer .rmf-contact-matrix li span {
    word-break: normal !important;
    overflow-wrap: anywhere;
    white-space: normal;
    line-height: 1.5 !important;
}   




/* ===================================================
   SCOPED VARIABLES (prefixed to avoid clobbering
   any global :root vars on the site)
=================================================== */
#osx_strengths_block{
    --osx-amber:#f5a623;
    --osx-teal:#0d9488;
    --osx-indigo:#5b5fee;
    --osx-rose:#ef4870;
    --osx-bg-1:#f7f8fc;
    --osx-bg-2:#eef1fb;
    --osx-text-dark:#1c1f2e;
}

/* ===================================================
   SECTION (light, soft gradient — no image, no black)
=================================================== */
.osx_section{
    position:relative;
    padding:90px 0;
    margin-top:-40px; 
    background:linear-gradient(135deg, var(--osx-bg-1) 0%, var(--osx-bg-2) 100%);
    overflow:hidden;
    
}

/* subtle decorative blobs instead of an image */
.osx_section::before,
.osx_section::after{
    content:"";
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
    opacity:0.35;
    z-index:0;
}
.osx_section::before{
    width:300px;
    height:300px;
    background:var(--osx-amber);
    top:-100px;
    left:-100px;
}
.osx_section::after{
    width:340px;
    height:340px;
    background:var(--osx-indigo);
    bottom:-120px;
    right:-100px;
}

.osx_container{
    position:relative;
    z-index:1;
    max-width:1180px;
    margin:0 auto;
    padding:0 20px;
    
}

/* ===================================================
   HEADER
=================================================== */
.osx_header_wrap{
    text-align:center;
    max-width:640px;
    margin:0 auto 55px;
}

.osx_header_tag{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:var(--osx-amber);
    background:rgba(245,166,35,0.12);
    border:1px solid rgba(245,166,35,0.3);
    padding:6px 18px;
    border-radius:30px;
    margin-bottom:18px;
}

.osx_header_title{
    color:var(--osx-text-dark);
    font-size:38px;
    font-weight:700;
    margin:0 0 14px;
    line-height:1.25;
}

.osx_header_subtext{
    color:#5b6172;
    font-size:16px;
    margin:0;
    line-height:1.6;
}

/* ===================================================
   GRID
=================================================== */
.osx_stats_grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
}

@media (max-width:991px){
    .osx_stats_grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width:540px){
    .osx_stats_grid{ grid-template-columns:1fr; }
    .osx_header_title{ font-size:28px; }
}

/* ===================================================
   STAT CARD
=================================================== */
.osx_stat_card{
    position:relative;
    background:#ffffff;
    border:1px solid rgba(28,31,46,0.06);
    border-radius:18px;
    padding:34px 24px;
    text-align:center;
    box-shadow:0 10px 30px rgba(28,31,46,0.06);
    transition:transform .35s ease, box-shadow .35s ease;
}

.osx_stat_card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(28,31,46,0.12);
}

/* ===================================================
   ICON
=================================================== */
.osx_icon_wrap{
    width:64px;
    height:64px;
    margin:0 auto 20px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.osx_icon_amber{ color:var(--osx-amber); background:rgba(245,166,35,0.12); }
.osx_icon_teal{ color:var(--osx-teal); background:rgba(13,148,136,0.12); }
.osx_icon_indigo{ color:var(--osx-indigo); background:rgba(91,95,238,0.12); }
.osx_icon_rose{ color:var(--osx-rose); background:rgba(239,72,112,0.12); }

/* ===================================================
   STAT VALUE / LABEL
=================================================== */
.osx_stat_value{
    font-size:42px;
    font-weight:800;
    line-height:1;
    margin-bottom:8px;
}

.osx_text_amber{ color:var(--osx-amber); }
.osx_text_teal{ color:var(--osx-teal); }
.osx_text_indigo{ color:var(--osx-indigo); }
.osx_text_rose{ color:var(--osx-rose); }

.osx_stat_label{
    color:#3d4257;
    font-size:15px;
    font-weight:500;
    margin:0 0 18px;
}

/* ===================================================
   PROGRESS BAR
=================================================== */
.osx_progress_track{
    width:100%;
    height:6px;
    border-radius:10px;
    background:rgba(28,31,46,0.08);
    overflow:hidden;
}

.osx_progress_fill{
    height:100%;
    width:0%;
    border-radius:10px;
    transition:width 1.4s ease-out;
}

.osx_fill_amber{ background:var(--osx-amber); }
.osx_fill_teal{ background:var(--osx-teal); }
.osx_fill_indigo{ background:var(--osx-indigo); }
.osx_fill_rose{ background:var(--osx-rose); }



/* ===== Mobile scroll indicator for services scroll section ===== */
.osc_scroll_indicator{
    display:none;              /* hidden by default (desktop) */
    margin-top:14px;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.osc_scroll_track{
    width:120px;
    height:4px;
    background:rgba(0,0,0,0.1);
    border-radius:10px;
    overflow:hidden;
}

.osc_scroll_thumb{
    height:100%;
    width:30%;                 /* updated by JS based on scroll % */
    background:#febb0c;        /* match your accent color */
    border-radius:10px;
    transition:transform .1s linear;
    transform:translateX(0);
}

.osc_scroll_hint{
    font-size:13px;
    color:#777;
    display:flex;
    align-items:center;
    gap:4px;
    animation:osc_hint_pulse 1.6s infinite;
}

@keyframes osc_hint_pulse{
    0%,100%{ opacity:0.5; }
    50%{ opacity:1; }
}

/* Show only on mobile */
@media (max-width:767px){
    .osc_scroll_indicator{ display:flex; }
}








/* ===== Full-height Right Slide Mobile Menu (Custom, no Bootstrap collapse) ===== */
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 280px !important;
    max-width: 85%;
    height: 100vh !important;
    background-color: #fff !important;
    z-index: 99999 !important;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15) !important;
    padding: 70px 25px 30px 25px !important;
    overflow-y: auto;
    margin: 0 !important;

    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
    display: block !important;
  }

  .navbar-collapse.menu-active {
    transform: translateX(0) !important;
  }

  .navbar-collapse ul#nav.navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid #f1f1f1;
  }

  .navbar-nav .nav-item a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-weight: 600;
  }

  /* Custom close (X) button inside the drawer */
  .mobile-menu-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    z-index: 2;
  }

  /* Dark overlay behind the drawer */
  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    display: none;
  }

  .mobile-menu-overlay.menu-active {
    display: block;
  }

  /* hide bootstrap's toggler animation since we control state manually */
  .navbar-toggler {
    z-index: 100000;
    position: relative;
  }
}

@media (min-width: 992px) {
  .mobile-menu-overlay,
  .mobile-menu-close {
    display: none !important;
  }
}




.rits3d-stage {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    background-color: #0d1017;
    overflow: hidden;
}

.rits3d-perspective {
    width: 100%;
    height: 100%;
    perspective: 1800px;
    perspective-origin: 50% 50%;
}

.rits3d-track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.rits3d-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    visibility: hidden;
    z-index: 1;

    transform: rotateY(90deg) scale(0.85) translateZ(-200px);
    transform-origin: center center;
    transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1),
                opacity 0.7s ease,
                visibility 0.9s;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.rits3d-slide.rits3d-active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transform: rotateY(0deg) scale(1) translateZ(0);
}

.rits3d-slide.rits3d-exit-left {
    opacity: 0;
    z-index: 2;
    transform: rotateY(-90deg) scale(0.85) translateZ(-200px);
}

.rits3d-slide.rits3d-exit-right {
    opacity: 0;
    z-index: 2;
    transform: rotateY(90deg) scale(0.85) translateZ(-200px);
}

.rits3d-slide.rits3d-enter-from-left {
    transform: rotateY(-90deg) scale(0.85) translateZ(-200px);
}

/* Overlay for legibility */
.rits3d-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(13,16,23,0.94) 0%, rgba(13,16,23,0.75) 50%, rgba(13,16,23,0.4) 100%);
    z-index: 1;
}

.rits3d-content-container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.rits3d-text {
    padding-top: 120px;
    animation: rits3dFadeUp 0.9s ease both;
}

@keyframes rits3dFadeUp {
    from { opacity: 0; transform: translateY(35px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Typography (kept consistent with your existing scale) */
.rits3d-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #FFCC00;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rits3d-title {
    font-size: 4.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.rits3d-title-sec {
    font-size: 3.8rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.rits3d-subtitle {
    font-size: 1.75rem;
    color: #f1f5f9;
    font-weight: 400;
    margin-bottom: 25px;
}

.rits3d-desc {
    font-size: 1.15rem;
    color: #94a3b8;
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 40px;
}

.rits3d-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.rits3d-btn {
    padding: 15px 36px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none !important;
}

.rits3d-btn-primary {
    background-color: #FFCC00;
    color: #0f1219;
    border: 1px solid #FFCC00;
}
.rits3d-btn-primary:hover {
    background-color: #ffffff;
    color: #0f1219;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.rits3d-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.3);
}
.rits3d-btn-secondary:hover {
    border-color: #FFCC00;
    color: #FFCC00;
    background-color: rgba(255,204,0,0.05);
    transform: translateY(-2px);
}

/* Indicators */
.rits3d-indicators {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 5;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rits3d-indicators li {
    width: 35px;
    height: 4px;
    background-color: rgba(255,255,255,0.25);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rits3d-indicators li.active {
    background-color: #FFCC00;
    width: 55px;
}

/* Prev/Next controls */
.rits3d-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.25);
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rits3d-control:hover {
    background: #FFCC00;
    border-color: #FFCC00;
}

.rits3d-control:hover span {
    border-color: #0f1219;
}

.rits3d-prev { left: 30px; }
.rits3d-next { right: 30px; }

.rits3d-control span {
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.rits3d-prev span { transform: rotate(-135deg); margin-left: 4px; }
.rits3d-next span { transform: rotate(45deg); margin-right: 4px; }

/* ===================================================
   RESPONSIVE
=================================================== */
@media (max-width: 991px) {
    .rits3d-title { font-size: 3.2rem; }
    .rits3d-title-sec { font-size: 2.6rem; }
    .rits3d-subtitle { font-size: 1.4rem; }
    .rits3d-text { padding-top: 130px; }
    .rits3d-control { width: 44px; height: 44px; }
    .rits3d-prev { left: 15px; }
    .rits3d-next { right: 15px; }
}

@media (max-width: 767px) {
    .rits3d-stage { height: 100vh; min-height: 560px; }
    .rits3d-title { font-size: 2.2rem; }
    .rits3d-title-sec { font-size: 1.9rem; }
    .rits3d-subtitle { font-size: 1.15rem; margin-bottom: 18px; }
    .rits3d-desc { font-size: 1rem; margin-bottom: 26px; }
    .rits3d-btn { width: 100%; text-align: center; }
    .rits3d-text { padding-top: 110px; }

    /* Reduce 3D depth on mobile for smoother GPU performance */
    .rits3d-slide {
        transform: rotateY(35deg) scale(0.9) translateZ(-80px);
        transition: transform 0.7s ease, opacity 0.6s ease, visibility 0.7s;
    }
    .rits3d-slide.rits3d-active { transform: rotateY(0) scale(1) translateZ(0); }
    .rits3d-slide.rits3d-exit-left { transform: rotateY(-35deg) scale(0.9) translateZ(-80px); }
    .rits3d-slide.rits3d-exit-right { transform: rotateY(35deg) scale(0.9) translateZ(-80px); }

    .rits3d-indicators { bottom: 18px; }
    .rits3d-control { display: none; } /* swipe replaces arrows on mobile */
}


/* ===== 1. Reduce hero title size ===== */
.rits-cube-title { font-size: 3.2rem; }
.rits-cube-title-sec { font-size: 2.7rem; }

@media (max-width: 991px) {
    .rits-cube-title { font-size: 2.4rem; }
    .rits-cube-title-sec { font-size: 2rem; }
}

@media (max-width: 767px) {
    .rits-cube-title { font-size: 1.8rem; }
    .rits-cube-title-sec { font-size: 1.55rem; }
}

/* ===== 2. Move the badge (ENGINEERING EXCELLENCE tag) below the description, above buttons ===== */
.rits-cube-badge {
    order: 5;          /* push it after everything else */
    margin-top: 10px;
    margin-bottom: 30px;
    animation-delay: 0.65s; /* re-time its entrance to fit its new position */
}

.rits-cube-title, .rits-cube-title-sec { order: 1; }
.rits-cube-subtitle { order: 2; }
.rits-cube-desc { order: 3; }
.rits-cube-btns { order: 4; margin-top: 0; animation-delay: 0.8s; }

.rits-cube-text {
    display: flex;
    flex-direction: column;
}

/* ===== 3. Plain arrow controls — no circle background ===== */
.rits-cube-control {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
    padding: 10px;
}

.rits-cube-control:hover {
    background: transparent;
    border: none;
    transform: translateY(-50%) scale(1.15);
}

.rits-cube-control span {
    width: 16px;
    height: 16px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transition: border-color 0.3s ease;
}

.rits-cube-control:hover span {
    border-color: #FFCC00;
}

.rits-cube-prev span { transform: rotate(-135deg); margin-left: 6px; }
.rits-cube-next span { transform: rotate(45deg); margin-right: 6px; }


/* ===== 1. Reduce hero title size ===== */
.rits-cube-title { font-size: 3.2rem; }
.rits-cube-title-sec { font-size: 2.7rem; }

@media (max-width: 991px) {
    .rits-cube-title { font-size: 2.4rem; }
    .rits-cube-title-sec { font-size: 2rem; }
}

@media (max-width: 767px) {
    .rits-cube-title { font-size: 1.8rem; }
    .rits-cube-title-sec { font-size: 1.55rem; }
}

/* ===== 2. Move the badge (ENGINEERING EXCELLENCE tag) below the description, above buttons ===== */
.rits-cube-badge {
    order: 5;          /* push it after everything else */
    margin-top: 10px;
    margin-bottom: 30px;
    animation-delay: 0.65s; /* re-time its entrance to fit its new position */
}

.rits-cube-title, .rits-cube-title-sec { order: 1; }
.rits-cube-subtitle { order: 2; }
.rits-cube-desc { order: 3; }
.rits-cube-btns { order: 4; margin-top: 0; animation-delay: 0.8s; }

.rits-cube-text {
    display: flex;
    flex-direction: column;
}

/* ===== 3. Plain arrow controls — no circle background ===== */
.rits-cube-control {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
    padding: 10px;
}

.rits-cube-control:hover {
    background: transparent;
    border: none;
    transform: translateY(-50%) scale(1.15);
}

.rits-cube-control span {
    width: 16px;
    height: 16px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transition: border-color 0.3s ease;
}

.rits-cube-control:hover span {
    border-color: #FFCC00;
}

.rits-cube-prev span { transform: rotate(-135deg); margin-left: 6px; }
.rits-cube-next span { transform: rotate(45deg); margin-right: 6px; }





/* Final Navbar */
/* ================================================================
   RITS MOBILE NAV DRAWER — all new prefixed names, zero conflicts
================================================================ */

/* Hamburger button base */
.rits-nav-toggler {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 100001;
  position: relative;
}

@media (max-width: 991px) {
  .rits-nav-toggler {
    display: block;
  }
}

/* Drawer panel */
.rits-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 290px;
  max-width: 88%;
  height: 100vh;
  background: #ffffff;
  z-index: 100000;
  box-shadow: -6px 0 30px rgba(0, 0, 0, 0.18);
  padding: 75px 28px 30px 28px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);

  /* Hidden on desktop */
  display: none;
}

@media (max-width: 991px) {
  .rits-nav-drawer {
    display: block; /* always in DOM, visibility controlled by transform */
  }

  .rits-nav-drawer.rits-nav-open {
    transform: translateX(0);
  }
}

/* X close button — always dark so always visible */
.rits-nav-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a1a1a;      /* dark always — not affected by scroll or navbar state */
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100002;
  transition: background 0.2s ease;
}

.rits-nav-close-btn:hover {
  background: #FFCC00;
  color: #1a1a1a;
}

/* Nav links inside drawer */
.rits-nav-list {
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rits-nav-list .nav-item {
  width: 100%;
  margin: 0 !important;
  border-bottom: 1px solid #f0f0f0;
}

.rits-nav-list .nav-item a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rits-nav-list .nav-item a:hover {
  color: #FFCC00;
}

/* Dark overlay */
.rits-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 99999;
  cursor: pointer;
}

.rits-nav-overlay.rits-nav-open {
  display: block;
}

/* Lock body scroll when drawer is open */
body.rits-nav-locked {
  overflow: hidden;
}