/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./template/scss/style.scss ***!
  \*******************************************************************************************************************/
/*

Template: NetCraft - Digital Marketing Agency HTML5 Template
Version: 1.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion
    - Address Info
    - Awards
  	- Button
    - Blog Post
    - Info Box
  	- Case Study
    - Countdown
    - Counter
    - Client
    - Feature Info
    - Form Control
    - Find Job
    - History
    - List style
    - Location
    - Marquee
    - Newsletter
    - Owl Carousel
    - Portfolio
    - Pricing Table
    - Progress Bar
    - Range Slider
    - Workspaces
    - Steps
    - Skill
    - Team
    - Testimonial
    - Timeline
    - Video

 :: Header
   - Header
   - Header Style 02
   - Header Style 03
   - Header Transparent
 :: Banner
   - Banner
   - banner 02
   - banner 03
 :: Layout
   - Section Title
   - Sticky column
   - Header Inner
 :: Blog
   - Blog
   - blog post sticky
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/*Transition*/
/*****************************
	Typography
*****************************/
body {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
  overflow-x: hidden;
  background-color: #071B33;
}

/* Mobile footer text layout */
@media (max-width: 767px) {
  .site-footer .footer-main {
    padding-top: 0 !important;
    overflow-x: hidden !important;
  }

  .site-footer .footer-main .grid-wrapper,
  .site-footer .footer-main .grid-wrapper.grid-xl-5,
  .site-footer .footer-main .grid-wrapper.grid-md-2,
  .site-footer .footer-main .grid-wrapper.grid-xs-1 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
    width: 100% !important;
  }

  .site-footer .footer-main .item {
    text-align: left !important;
    min-width: 0 !important;
  }

  .site-footer .footer-main .item:first-child,
  .site-footer .footer-main .item:last-child {
    grid-column: 1 / -1 !important;
  }

  .site-footer .footer-logo {
    display: block !important;
    margin-bottom: 8px !important;
  }

  .site-footer .footer-logo img {
    max-width: 190px !important;
  }

  .site-footer .footer-main p {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .site-footer .widget .widget-title,
  .site-footer .widget-menu .widget-title {
    margin-bottom: 12px !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
  }

  .site-footer .widget-menu ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-footer .widget-menu ul li {
    line-height: 1.25 !important;
  }

  .site-footer .widget-menu ul li a,
  .site-footer .contact-info-box a,
  .site-footer .contact-info-box span {
    font-size: 18px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }

  .site-footer .widget-menu ul li a:hover {
    padding-left: 0 !important;
  }

  .site-footer .contact-info-box li {
    margin-bottom: 14px !important;
  }

  .site-footer .footer-address {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 479px) {
  .site-footer .footer-main .grid-wrapper,
  .site-footer .footer-main .grid-wrapper.grid-xl-5,
  .site-footer .footer-main .grid-wrapper.grid-md-2,
  .site-footer .footer-main .grid-wrapper.grid-xs-1 {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

a {
  outline: medium none !important;
  color: #0B4F9C;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  color: #C8A24A;
  text-decoration: none !important;
}

a:hover {
  color: #C8A24A;
  text-decoration: none !important;
}

a.text-dark:focus {
  color: #C8A24A !important;
}

a.text-dark:hover {
  color: #C8A24A !important;
}

input {
  outline: medium none !important;
  color: #C8A24A;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bai Jamjuree", serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0px 0px 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1 {
  font-size: 66px;
  font-style: normal;
  line-height: normal;
}

h2 {
  font-size: 60px;
  line-height: 70px;
}

h3 {
  font-size: 42px;
  line-height: 52px;
}

h4 {
  font-size: 32px;
  line-height: 42px;
}

h5 {
  font-size: 26px;
  line-height: normal;
}

h6 {
  font-size: 22px;
  line-height: normal;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
  color: #F4F7FA;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
  color: #F4F7FA;
}

.bg-black p,
.bg-dark p {
  color: #9BA8B4;
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

*::-moz-selection {
  background: #C5A46D;
  color: #F4F7FA;
  text-shadow: none;
}

::-moz-selection {
  background: #C5A46D;
  color: #F4F7FA;
  text-shadow: none;
}

::selection {
  background: #C5A46D;
  color: #F4F7FA;
  text-shadow: none;
}

.caption.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.caption.alignleft img {
  width: 253px;
}

.caption.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.caption.alignright img {
  width: 253px;
}

.typography-section .hr {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 80px;
  margin-top: 80px;
}

/*figure*/
figure.caption {
  width: 253px;
}

figure.caption .caption-text {
  margin: 14px 0px;
  text-align: center;
}

figure.caption.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

figure.caption.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

/*----------------------------------*/
/* Container Fluid */
/*----------------------------------*/
@media (min-width: 1400px) {
  .container {
    max-width: 1424px;
  }
}

/* Mobile header final override: center logo in the header */
@media (max-width: 991px) {
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 92px !important;
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  .header.header-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    flex: none !important;
    flex-basis: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img.navbar-logo {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }

  .header.header-sticky .action-group,
  .header.header-sticky.is-sticky .action-group,
  .header.header-sticky.is-sticky.sticky-show .action-group,
  header.header.header-sticky .action-group,
  header.header.header-sticky.is-sticky .action-group,
  header.header.header-sticky.is-sticky.sticky-show .action-group {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 40 !important;
  }
}

/* Mobile footer text layout - final override */
@media (max-width: 767px) {
  .site-footer .footer-main {
    padding-top: 0 !important;
  }

  .site-footer .footer-main .grid-wrapper,
  .site-footer .footer-main .grid-wrapper.grid-xl-5,
  .site-footer .footer-main .grid-wrapper.grid-md-2,
  .site-footer .footer-main .grid-wrapper.grid-xs-1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .site-footer .footer-main .item {
    text-align: left !important;
  }

  .site-footer .footer-logo {
    display: block !important;
    margin-bottom: 8px !important;
  }

  .site-footer .footer-logo img {
    max-width: 190px !important;
  }

  .site-footer .footer-main p {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .site-footer .widget .widget-title,
  .site-footer .widget-menu .widget-title {
    margin-bottom: 12px !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
  }

  .site-footer .widget-menu ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-footer .widget-menu ul li {
    line-height: 1.25 !important;
  }

  .site-footer .widget-menu ul li a,
  .site-footer .contact-info-box a,
  .site-footer .contact-info-box span {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .site-footer .widget-menu ul li a:hover {
    padding-left: 0 !important;
  }

  .site-footer .contact-info-box li {
    margin-bottom: 14px !important;
  }

  .site-footer .footer-address {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }
}

/* Compact, constant mobile header */
@media (max-width: 991px) {
  .header.header-sticky,
  .header.header-sticky.is-sticky,
  .header.header-sticky.is-sticky.sticky-show,
  header.header.header-sticky,
  header.header.header-sticky.is-sticky,
  header.header.header-sticky.is-sticky.sticky-show {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
  }

  .header.header-sticky .navbar,
  .header.header-sticky.is-sticky .navbar,
  .header.header-sticky.is-sticky.sticky-show .navbar,
  header.header.header-sticky .navbar,
  header.header.header-sticky.is-sticky .navbar,
  header.header.header-sticky.is-sticky.sticky-show .navbar {
    min-height: 78px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    min-height: 66px !important;
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  .header.header-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img.navbar-logo {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }

  .header.header-sticky .action-group,
  .header.header-sticky.is-sticky .action-group,
  .header.header-sticky.is-sticky.sticky-show .action-group,
  header.header.header-sticky .action-group,
  header.header.header-sticky.is-sticky .action-group,
  header.header.header-sticky.is-sticky.sticky-show .action-group {
    right: 12px !important;
  }
}

/* Final mobile header centering: keep the logo exactly centered independent of the menu icon */
@media (max-width: 991px) {
  .header.header-sticky .main-header,
  header.header.header-sticky .main-header {
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  .header.header-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }

  .header.header-sticky .action-group,
  .header.header-sticky.is-sticky .action-group,
  header.header.header-sticky .action-group,
  header.header.header-sticky.is-sticky .action-group {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 30 !important;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

/* Larger hamburger control for tablet and mobile headers */
@media (max-width: 991px) {
  .header .main-header {
    position: relative !important;
    padding-left: 76px !important;
    padding-right: 76px !important;
    justify-content: center !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand {
    margin: 0 auto !important;
  }

  .header .action-group {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
  }

  .header .mobile-action {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .header .mobile-action .mobile-hamburger .hamburger {
    width: 58px !important;
    height: 58px !important;
    padding: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header .mobile-action .hamburger .hamburger-container {
    width: 34px !important;
    height: 26px !important;
  }

  .header .mobile-action .hamburger .hamburger-container .hamburger-inner,
  .header .mobile-action .hamburger .hamburger-container .hamburger-hidden {
    height: 3px !important;
  }

  .header .mobile-action .hamburger .hamburger-container .hamburger-inner::before,
  .header .mobile-action .hamburger .hamburger-container .hamburger-hidden::before {
    top: -11px !important;
    height: 3px !important;
  }

  .header .mobile-action .hamburger .hamburger-container .hamburger-inner::after,
  .header .mobile-action .hamburger .hamburger-container .hamburger-hidden::after {
    top: 11px !important;
    height: 3px !important;
  }
}

/*----------------------------------*/
/* Section Title */
/*----------------------------------*/
.section-title {
  margin-bottom: 50px;
}

.section-title .sub-title {
  font-size: 16px;
  color: #C5A46D;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Bai Jamjuree", serif;
}

.section-title .title {
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-title p {
  margin-top: 25px;
  margin-bottom: 0;
  color: #F4F7FA;
}

.section-title p+p {
  margin-top: 20px;
}

.section-title.section-title-light .title {
  color: #F4F7FA;
}

.section-title.section-title-light p {
  color: #F4F7FA;
}

.section-title .btn {
  margin-top: 30px;
}

.section-title .title-border {
  padding-left: 30px;
  border-left: 4px solid #C5A46D;
}

/* Title in BG Dark */
.bg-dark .section-title p {
  color: #9BA8B4;
}

/*----------------------------------*/
/* Breadcrumb */
/*----------------------------------*/
.breadcrumb {
  margin-top: 18px;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
  font-size: 22px;
  color: #F4F7FA;
}

.breadcrumb .breadcrumb-item a {
  color: #F4F7FA;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #F4F7FA;
}

.breadcrumb .breadcrumb-item:before {
  color: #F4F7FA;
}

.breadcrumb .breadcrumb-item.active {
  color: #F4F7FA;
}

/*----------------------------------*/
/* Dropcaps */
/*----------------------------------*/
.dropcaps .dropcap-style-1 {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  margin-right: 20px;
  color: #F4F7FA;
}

.dropcaps .dropcap-style-1 .drop-cap-letter {
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
}

.dropcaps .dropcap-style-2 {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  padding: 7px;
  margin-right: 20px;
  margin-top: 8px;
  background-color: #C5A46D;
  color: #F4F7FA;
}

.dropcaps .dropcap-style-2 .drop-cap-letter {
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  height: 60px;
  width: 60px;
}

/*----------------------------------*/
/* Blockquote */
/*----------------------------------*/
blockquote {
  font-size: 20px;
  line-height: 34px;
  padding: 0px 30px;
  margin: 0;
  border-left: 5px solid #C5A46D;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

blockquote cite {
  display: flex;
  gap: 10px;
  line-height: normal;
  align-items: center;
  color: #C5A46D;
}

blockquote cite:before {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #C5A46D;
}

blockquote .blockquote-name {
  font-weight: 500;
}

/*Blockquote Style 1*/
blockquote.blockquote-style-1 {
  padding: 40px 50px;
  padding-left: 180px;
  margin: 15px 0;
  margin-right: 10px;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 2;
}

blockquote.blockquote-style-1 .blockquote-content {
  position: relative;
}

blockquote.blockquote-style-1 .blockquote-content .quote-icon {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 30px;
}

blockquote.blockquote-style-1 .blockquote-content p {
  color: #9BA8B4;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}

blockquote.blockquote-style-1 .blockquote-content .blockquote-author .blockquote-name {
  color: #C5A46D;
}

blockquote.blockquote-style-1:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 30px;
  left: 55px;
  opacity: 1;
  font-size: 100px;
  line-height: 90px;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px #C5A46D;
}

blockquote.blockquote-style-1:after {
  position: absolute;
  top: -10px;
  left: 10px;
  height: 100%;
  width: 100%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.07);
  z-index: -1;
}

blockquote.blockquote-style-1 cite,
blockquote.blockquote-style-1 p+p {
  margin-top: 10px;
}

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1199px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .section-title .sub-title {
    margin-bottom: 5px;
  }

  .section-title p {
    margin-top: 15px;
  }

  .typography-section .hr {
    padding-top: 60px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
    line-height: 42px;
  }

  h4 {
    font-size: 28px;
    line-height: normal;
  }

  h5 {
    font-size: 24px;
    line-height: normal;
  }

  h6 {
    font-size: 20px;
    line-height: normal;
  }

  .section-title {
    margin-bottom: 30px;
  }

  /* Breadcrumb */
  .breadcrumb {
    margin-top: 10px;
  }

  .typography-section .hr {
    padding-top: 40px;
    margin-top: 40px;
  }

  /*Blockquote Style 1*/
  blockquote.blockquote-style-1 {
    padding: 30px;
    padding-left: 110px;
  }

  blockquote.blockquote-style-1:before {
    left: 30px;
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 22px;
    line-height: 28px;
  }

  /* Section Title */
  .section-title .title-border {
    padding-left: 10px;
  }

  /* Breadcrumb */
  .breadcrumb .breadcrumb-item {
    font-size: 16px;
    padding-left: 5px;
  }

  .breadcrumb .breadcrumb-item:before {
    padding-right: 5px;
  }

  /*Blockquote Style 1*/
  blockquote.blockquote-style-1 {
    padding: 20px;
    padding-top: 90px;
  }

  blockquote.blockquote-style-1:before {
    left: 20px;
    top: 15px;
  }

  .typography-section .hr {
    padding-top: 30px;
    margin-top: 30px;
  }
}

/*****************************
	Helper Classes
*****************************/
/* color */
.text-primary {
  color: #C5A46D !important;
}

.text-secondary {
  color: #9BA8B4 !important;
}

.text-muted {
  color: #9BA8B4 !important;
}

.text-light {
  color: #F4F7FA !important;
}

.text-dark {
  color: #0B1F33 !important;
}

.text-institutional {
  color: #2C5D8A !important;
}

/* fill colors for svg */
.fill-dark {
  fill: #0B1F33;
}

.fill-primary {
  fill: #C5A46D;
}

.fill-light {
  fill: #F4F7FA;
}

.fill-white {
  fill: #F4F7FA;
}

.fill-institutional {
  fill: #2C5D8A !important;
}

/* background */
.bg-primary {
  background-color: #C5A46D !important;
}

.bg-dark {
  background-color: #121A24 !important;
}

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

.bg-black {
  background-color: #0D1117 !important;
}

.bg-primary-gradient {
  background-color: #C5A46D;
  background-image: linear-gradient(170deg, #C5A46D 0%, #2C5D8A 100%);
}

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

.border-b {
  border-bottom: 1px solid #293241;
}

.bg-img-box {
  height: 100%;
}

/*------------------------------*/
/* Ellipse Shep */
/*------------------------------*/
.ellipse-top {
  background-image: url(3591cc4a5edba61f0e96.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

.ellipse-bottom {
  background-image: url(22802f06a84d019cb83f.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

/* Transform Rotate Left */
.rotate-left-1 {
  transform: rotate(1deg);
}

.rotate-left-2 {
  transform: rotate(2deg);
}

.rotate-left-3 {
  transform: rotate(3deg);
}

.rotate-left-4 {
  transform: rotate(4deg);
}

.rotate-left-5 {
  transform: rotate(5deg);
}

/* Transform Rotate Right */
.rotate-right-1 {
  transform: rotate(-1deg);
}

.rotate-right-2 {
  transform: rotate(-2deg);
}

.rotate-right-3 {
  transform: rotate(-3deg);
}

.rotate-right-4 {
  transform: rotate(-4deg);
}

.rotate-right-5 {
  transform: rotate(-5deg);
}

/* Border Radius */
.radius-3 {
  border-radius: 3px;
}

.radius-4 {
  border-radius: 4px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-80 {
  border-radius: 80px;
}

.radius-100 {
  border-radius: 100%;
}

/* Z-Index */
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-100 {
  z-index: 100;
}

/*----------------------------*/
/* Section Margin Padding */
/*----------------------------*/
.space-ptb {
  padding-top: 130px;
  padding-bottom: 130px;
}

.space-pt {
  padding-top: 130px;
}

.space-pb {
  padding-bottom: 130px;
}

.space-medium-ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space-medium-pt {
  padding-top: 80px;
}

.space-medium-pb {
  padding-bottom: 80px;
}

.space-small-ptb {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space-small-pt {
  padding-top: 60px;
}

.space-small-pb {
  padding-bottom: 60px;
}

.padding-start {
  padding-left: 110px;
}

.padding-end {
  padding-right: 110px;
}

.padding-medium-start {
  padding-left: 80px;
}

.padding-medium-end {
  padding-right: 80px;
}

.padding-small-start {
  padding-left: 60px;
}

.padding-small-end {
  padding-right: 60px;
}

.full-width {
  padding: 0 80px;
}

.space-mtb {
  margin-top: 130px;
  margin-bottom: 130px;
}

.space-mt {
  margin-top: 130px;
}

.space-mb {
  margin-bottom: 130px;
}

.space-medium-mtb {
  margin-top: 80px;
  margin-bottom: 80px;
}

.space-medium-mt {
  margin-top: 80px;
}

.space-medium-mb {
  margin-bottom: 80px;
}

.space-small-mtb {
  margin-top: 60px;
  margin-bottom: 60px;
}

.space-small-mt {
  margin-top: 60px;
}

.space-small-mb {
  margin-bottom: 60px;
}

.margin-start {
  margin-left: 110px;
}

.margin-end {
  margin-right: 110px;
}

.full-width {
  margin: 0 80px;
}

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
  position: relative;
}

.section-bg-half .bg-fixed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}

.section-bg-half .bg-fixed.clm-3 {
  width: 25%;
}

.section-bg-half .bg-fixed.clm-4 {
  width: 33.3333%;
}

.section-bg-half .bg-fixed.clm-5 {
  width: 41.6666%;
}

.section-bg-half .bg-fixed.clm-6 {
  width: 50%;
}

.section-bg-half .bg-fixed.clm-7 {
  width: 58.3333%;
}

.section-bg-half .bg-fixed.clm-8 {
  width: 66.6666%;
}

/*-----------------------*/
/* Cursor */
/*-----------------------*/
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: 1px solid #C5A46D;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  /* Cursor Text */
  #cursor.text .cursor__circle,
  #cursor.arrow .cursor__circle,
  #cursor.custom-icon .cursor__circle,
  #cursor.cursor-color .cursor__circle {
    width: 100px;
    height: 100px;
    border: none;
    backdrop-filter: blur(10px);
    background-color: rgba(197, 164, 109, 0.6);
  }

  #cursor.text::after,
  #cursor.cursor-color::after,
  #cursor.cursor-blur::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #0B1F33;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #cursor.cursor-color::after,
  #cursor.cursor-blur::after {
    color: #121A24;
  }

  #cursor::after {
    content: attr(data-cursor-text) !important;
  }

  /* Cursor Arrow */
  #cursor.arrow::after,
  #cursor.custom-icon::after {
    content: '' !important;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #0B1F33;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(3bdd996d6ebadce6297e.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }

  #cursor.custom-icon::after {
    background-image: url(30f87f795a9cf2df91ce.svg);
  }

  #cursor.cursor-link.custom-icon:after {
    content: '' !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-image: url(30f87f795a9cf2df91ce.svg);
  }

  #cursor.cursor-link.custom-icon .cursor__circle {
    width: 100px;
    height: 100px;
    opacity: 1;
  }

  #cursor.cursor-link .cursor__circle {
    opacity: 0;
    width: 0;
    height: 0;
  }

  #cursor.cursor-link::after {
    content: normal;
    opacity: 0;
  }

  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }

  #cursor.cursor-color .cursor__circle {
    width: 100px;
    height: 100px;
    background-color: #C5A46D;
    border-color: #C5A46D;
  }

  #cursor.cursor-blur .cursor__circle {
    border: none;
    width: 100px;
    height: 100px;
    backdrop-filter: blur(10px);
    background-color: transparent;
  }
}

/*Font Weight*/
.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

/* Text Stroke */
.bg-text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F4F7FA;
  display: block;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.object-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
}

.grid-wrapper:has(.grid-left) {
  grid-gap: 70px;
}

.grid-justify-center {
  justify-items: center;
}

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

.grid-gap-50 {
  grid-gap: 50px 30px;
}

.grid-gap-30 {
  grid-gap: 30px 30px;
}

.grid-gap-15 {
  grid-gap: 15px 30px;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-gap-5 {
  grid-gap: 5;
}

.grid-gap-0 {
  grid-gap: 0;
}

.grid-wrapper.grid-xl-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-wrapper.grid-xl-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-wrapper.grid-xl-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-wrapper.grid-xl-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-wrapper.grid-xl-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-wrapper.grid-xl-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1199px) {
  .grid-wrapper:has(.grid-left) {
    grid-gap: 24px;
  }

  .grid-wrapper.grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 991px) {
  .grid-wrapper.grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 767px) {
  .grid-gap-50 {
    grid-gap: 30px;
  }

  .grid-wrapper.grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 575px) {
  .grid-gap-50 {
    grid-gap: 24px;
  }

  .grid-wrapper.grid-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*----------------------------*/
/* Rotate CSS */
/*----------------------------*/
.rotate {
  transform: rotate(2deg);
}

/*----------------------------*/
/* Full Width Section */
/*----------------------------*/
.full-width {
  padding-left: 40px;
  padding-right: 40px;
}

.full-width-md {
  padding-left: 40px;
  padding-right: 40px;
}

.rounded-section {
  border-radius: 30px;
}

.rounded-section.jarallax .jarallax-container {
  border-radius: 30px;
}

section:has(.rounded-section) {
  padding-left: 40px;
  padding-right: 40px;
}

.full-width .rounded-section {
  padding-left: 40px;
  padding-right: 40px;
}

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1399px) {

  /* Page Section Padding */
  .space-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .space-pt {
    padding-top: 120px;
  }

  .space-pb {
    padding-bottom: 120px;
  }

  .space-medium-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .space-medium-pt {
    padding-top: 100px;
  }

  .space-medium-pb {
    padding-bottom: 100px;
  }

  .space-small-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .space-small-pt {
    padding-top: 80px;
  }

  .space-small-pb {
    padding-bottom: 80px;
  }

  .padding-medium-start {
    padding-left: 60px;
  }

  .padding-medium-end {
    padding-right: 60px;
  }

  .padding-small-start {
    padding-left: 40px;
  }

  .padding-small-end {
    padding-right: 40px;
  }

  /* Page Section Margin */
  .space-mtb {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .space-mt {
    margin-top: 120px;
  }

  .space-mb {
    margin-bottom: 120px;
  }

  .space-medium-mtb {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .space-medium-mt {
    margin-top: 100px;
  }

  .space-medium-mb {
    margin-bottom: 100px;
  }

  .space-small-mtb {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .space-small-mt {
    margin-top: 80px;
  }

  .space-small-mb {
    margin-bottom: 80px;
  }
}

@media (max-width: 1199px) {

  /* Page Section Padding */
  .space-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .space-pt {
    padding-top: 100px;
  }

  .space-pb {
    padding-bottom: 100px;
  }

  .space-medium-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .space-medium-pt {
    padding-top: 80px;
  }

  .space-medium-pb {
    padding-bottom: 80px;
  }

  .space-small-ptb {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .space-small-pt {
    padding-top: 60px;
  }

  .space-small-pb {
    padding-bottom: 60px;
  }

  .padding-start {
    padding-left: 40px;
  }

  .padding-end {
    padding-right: 40px;
  }

  .padding-medium-start {
    padding-left: 40px;
  }

  .padding-medium-end {
    padding-right: 40px;
  }

  .padding-small-start {
    padding-left: 30px;
  }

  .padding-small-end {
    padding-right: 30px;
  }

  .full-width {
    padding: 0 40px;
  }

  /* Page Section Margin */
  .space-mtb {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .space-mt {
    margin-top: 100px;
  }

  .space-mb {
    margin-bottom: 100px;
  }

  .space-medium-mtb {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .space-medium-mt {
    margin-top: 80px;
  }

  .space-medium-mb {
    margin-bottom: 80px;
  }

  .space-small-mtb {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .space-small-mt {
    margin-top: 60px;
  }

  .space-small-mb {
    margin-bottom: 60px;
  }

  .margin-start {
    margin-left: 40px;
  }

  .margin-end {
    margin-right: 40px;
  }

  section:has(.rounded-section) {
    padding-left: 30px;
    padding-right: 30px;
  }

  .full-width .rounded-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {

  /* Page Section Padding */
  .space-ptb {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .space-pt {
    padding-top: 90px;
  }

  .space-pb {
    padding-bottom: 90px;
  }

  .space-medium-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .space-medium-pt {
    padding-top: 70px;
  }

  .space-medium-pb {
    padding-bottom: 70px;
  }

  .space-small-ptb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .space-small-pt {
    padding-top: 50px;
  }

  .space-small-pb {
    padding-bottom: 50px;
  }

  .padding-start {
    padding-left: 20px;
  }

  .padding-end {
    padding-right: 20px;
  }

  .padding-medium-start {
    padding-left: 20px;
  }

  .padding-medium-end {
    padding-right: 20px;
  }

  .padding-small-start {
    padding-left: 20px;
  }

  .padding-small-end {
    padding-right: 20px;
  }

  .full-width {
    padding: 0 30px;
  }

  /* Page Section Margin */
  .space-mtb {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .space-mt {
    margin-top: 90px;
  }

  .space-mb {
    margin-bottom: 90px;
  }

  .space-medium-mtb {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .space-medium-mt {
    margin-top: 70px;
  }

  .space-medium-mb {
    margin-bottom: 70px;
  }

  .space-small-mtb {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .space-small-mt {
    margin-top: 50px;
  }

  .space-small-mb {
    margin-bottom: 50px;
  }

  .margin-start {
    margin-left: 20px;
  }

  .margin-end {
    margin-right: 20px;
  }

  .cursor,
  .cursor-follower {
    display: none;
  }

  /*Full Width Section*/
  .full-width {
    padding-left: 12px;
    padding-right: 12px;
  }

  .full-width-md {
    padding-left: 12px;
    padding-right: 12px;
  }

  section:has(.rounded-section) {
    padding-left: 12px;
    padding-right: 12px;
  }

  .full-width .rounded-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .bg-img-box {
    height: 350px;
  }

  /* Page Section Padding */
  .space-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .space-pt {
    padding-top: 70px;
  }

  .space-pb {
    padding-bottom: 70px;
  }

  .space-medium-ptb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .space-medium-pt {
    padding-top: 50px;
  }

  .space-medium-pb {
    padding-bottom: 50px;
  }

  .padding-start {
    padding-left: 0px;
  }

  .padding-end {
    padding-right: 0px;
  }

  /* Page Section Margin */
  .space-mtb {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .space-mt {
    margin-top: 70px;
  }

  .space-mb {
    margin-bottom: 70px;
  }

  .space-medium-mtb {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .space-medium-mt {
    margin-top: 50px;
  }

  .space-medium-mb {
    margin-bottom: 50px;
  }

  .margin-start {
    margin-left: 0px;
  }

  .margin-end {
    margin-right: 0px;
  }

  .full-width {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .bg-img-box {
    height: 300px;
  }

  /* Page Section Padding */
  .space-ptb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .space-pt {
    padding-top: 50px;
  }

  .space-pb {
    padding-bottom: 50px;
  }

  /* Page Section Margin */
  .space-mtb {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .space-mt {
    margin-top: 50px;
  }

  .space-mb {
    margin-bottom: 50px;
  }
}

/*****************************
	Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: inherit;
  margin-bottom: 0px;
}

.accordion .accordion-item .accordion-header {
  overflow: hidden;
  border-radius: 5px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 600;
  padding: 35px 0px;
  padding-right: 40px;
  background-color: inherit;
  color: #F4F7FA;
  border: 0;
  border-radius: 0;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
  content: "\2b";
  background-image: inherit;
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  font-weight: 600;
  color: #F4F7FA;
  width: 40px;
  height: 40px;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #C5A46D;
}

.accordion .accordion-item .accordion-header .accordion-button:hover:after {
  color: #C5A46D;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: inherit;
  outline: inherit;
  color: #C5A46D;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  color: #C5A46D;
}

.accordion .accordion-item .accordion-button:focus {
  border-color: #C5A46D;
  box-shadow: inherit;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 0px;
  color: #9BA8B4;
  margin-bottom: 25px;
}

.accordion .accordion-item:first-of-type {
  border-radius: 0px;
}

.accordion .accordion-item:last-of-type {
  border-radius: 0px;
}

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

.accordion.accordion-style-pgs-two .accordion-item {
  border: none;
  margin-bottom: 15px;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 22px 25px;
  padding-right: 55px;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:after {
  right: 12px;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:hover {
  color: #F4F7FA;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:hover:after {
  color: #F4F7FA;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: inherit;
  outline: inherit;
  color: #F4F7FA;
  background-color: #C5A46D;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  color: #F4F7FA;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  color: #9BA8B4;
  margin-bottom: 0px;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    padding: 20px 20px;
    padding-left: 0px;
    padding-right: 35px;
  }

  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
    padding: 16px 20px;
    padding-right: 50px;
  }
}

/*****************************
	Action-box
*****************************/
.action-box {
  position: relative;
  height: 100%;
  padding: 50px;
  background-color: #C5A46D;
  border-radius: 25px;
  /* Action box Style 02	*/
  /* Action box Style 03 */
}

.action-box .action-box-content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.action-box .action-box-content .counter {
  border-bottom: none;
}

.action-box .action-box-content .counter:before {
  display: none;
}

.action-box .action-box-content .counter .counter-number .timer {
  font-size: 74px;
  line-height: 74px;
  margin-bottom: 10px;
}

.action-box .action-box-content p {
  color: #F4F7FA;
  margin-bottom: 0;
}

.action-box.action-box-style-02 {
  z-index: 2;
  border-radius: 15px;
  padding: 150px 45px 60px;
}

.action-box.action-box-style-02 .action-box-content {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.action-box.action-box-style-02 .action-box-content .title {
  font-family: "Bai Jamjuree", serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 44px;
  color: #F4F7FA;
  margin-bottom: 20px;
}

.action-box.action-box-style-02 .action-box-content .description {
  margin-bottom: 30px;
  color: #F4F7FA;
}

.action-box.action-box-style-02:before {
  position: absolute;
  content: "";
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(197, 164, 109, 0.1) 0%, #C5A46D 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.action-box.action-box-style-03 {
  border-radius: 10px;
  padding: 50px 45px;
  border: 1px solid rgba(155, 168, 180, 0.25);
  background-color: transparent;
}

.action-box.action-box-style-03:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-image: url(5aa8212cb5be288a5068.webp);
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.action-box.action-box-style-03 .action-box-content {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.action-box.action-box-style-03 .action-box-content .description {
  margin-top: 25px;
  margin-bottom: 0;
}

.action-box.action-box-style-03 .action-box-content .contact-details {
  padding: 0;
  margin-bottom: 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.action-box.action-box-style-03 .action-box-content .contact-details .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-box.action-box-style-03 .action-box-content .contact-details .contact-info a:hover {
  color: #C5A46D;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .action-box {
    padding: 50px 30px;
  }

  .action-box .action-box-content {
    margin-top: 30px;
    padding-top: 30px;
  }

  .action-box.action-box-style-03 {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .action-box .action-box-content {
    margin-top: 15px;
    padding-top: 15px;
  }

  .action-box.action-box-style-03 {
    padding: 30px 20px;
  }

  .action-box.action-box-style-03 .action-box-content .description {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .action-box.action-box-style-02 {
    padding: 100px 20px 30px;
  }

  .action-box.action-box-style-02 .action-box-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 575px) {
  .action-box {
    padding: 40px 20px;
  }

  .action-box .action-box-content .counter .counter-number .timer {
    font-size: 54px;
    line-height: 54px;
  }

  .action-box.action-box-style-02 {
    padding: 80px 15px 30px;
  }

  .action-box.action-box-style-02 .action-box-content .title {
    font-size: 24px;
    line-height: 36px;
  }
}

/*****************************
	Awards
*****************************/
.awards-wrapper .awards-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.3s ease-in-out;
}

.awards-wrapper .awards-item .item-inner {
  display: flex;
  gap: 60px;
  padding: 35px 0;
  align-items: center;
}

.awards-wrapper .awards-item .awards-year {
  min-width: 130px;
  color: #C5A46D;
  transition: all 0.3s ease-in-out;
}

.awards-wrapper .awards-item .awards-name {
  width: 60%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.awards-wrapper .awards-item .awards-description {
  width: 65%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.awards-wrapper .awards-item .awards-action {
  text-align: right;
  flex-shrink: 2;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.awards-wrapper .awards-item .gsap-img-animation {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 150px;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.awards-wrapper .awards-item .marquee-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.awards-wrapper .awards-item:hover {
  border-color: #C5A46D;
}

.awards-wrapper .awards-item:hover .item-inner .awards-year,
.awards-wrapper .awards-item:hover .item-inner .awards-city,
.awards-wrapper .awards-item:hover .item-inner .awards-name,
.awards-wrapper .awards-item:hover .item-inner .awards-description {
  opacity: 0;
  pointer-events: none;
}

.awards-wrapper .awards-item:hover .awards-action {
  z-index: 8;
}

.awards-wrapper .awards-item:hover .marquee-wrapper {
  opacity: 1;
  pointer-events: auto;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 991px) {
  .awards-wrapper .awards-item .item-inner {
    gap: 30px;
    padding: 30px 0;
  }

  .awards-wrapper .awards-item .awards-year {
    min-width: 100px;
  }

  .awards-wrapper .awards-item .awards-name {
    width: 80%;
  }

  .awards-wrapper .awards-item .awards-description {
    width: 100%;
  }

  .awards-wrapper .awards-item .awards-action {
    width: auto;
  }
}

@media (max-width: 767px) {
  .awards-wrapper .awards-item .item-inner {
    padding: 20px 0;
    padding-right: 165px;
    flex-direction: column;
    gap: 15px;
    align-items: normal;
  }

  .awards-wrapper .awards-item .awards-action {
    text-align: left;
  }

  .awards-wrapper .awards-item .awards-image {
    height: 150px;
    width: 150px;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .awards-wrapper .awards-item .awards-image .gsap-img-animation {
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: none !important;
    z-index: -1;
  }

  .awards-wrapper .awards-item:hover .awards-image {
    display: none;
  }

  .awards-wrapper.case-studies .awards-item .item-inner {
    padding: 30px 0;
    padding-right: 165px;
    gap: 15px !important;
  }
}

@media (max-width: 575px) {
  .awards-wrapper .awards-item .item-inner {
    padding-right: 0;
  }

  .awards-wrapper .awards-item .awards-image {
    display: none;
  }

  .awards-wrapper.case-studies .awards-item .item-inner {
    padding: 30px 0;
  }
}

/*****************************
	Info box
*****************************/
.infobox-wrapper.grid-wrapper {
  grid-gap: 40px;
}

.infobox {
  padding: 40px;
  border-radius: 20px;
  background-color: #121A24;
}

.infobox .infobox-info {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.infobox .infobox-info .infobox-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #F4F7FA;
}

.infobox .infobox-info .infobox-link {
  line-height: 36px;
  align-self: flex-start;
}

.infobox .infobox-info .infobox-link svg {
  vertical-align: middle;
}

.infobox .infobox-content .infobox-description {
  line-height: 30px;
}

.icon-box-item {
  gap: 30px;
  display: flex;
  padding: 25px 100px 25px 0px;
  border-bottom: 1px solid #293241;
}

.icon-box-item .icon {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #C5A46D;
}

.icon-box-item .title {
  margin-bottom: 5px;
  font-weight: 600;
}

.icon-box-item .description {
  margin-bottom: 0px;
}

.icon-box-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.icon-box-item:first-child {
  padding-top: 0px;
}

.contact-info-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info-box ul li {
  line-height: 30px;
  color: #9BA8B4;
}

.contact-info-box ul li:last-child {
  margin-bottom: 0;
}

.contact-info-box ul li a {
  display: inline-block;
  line-height: normal;
  color: #9BA8B4;
  font-family: "Jost", sans-serif;
  font-weight: normal;
}

.contact-info-box ul li a:hover {
  color: #C5A46D;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .infobox-wrapper.grid-wrapper {
    grid-gap: 24px;
  }

  .infobox {
    padding: 40px 30px;
  }

  .infobox .infobox-info {
    gap: 20px;
  }

  .icon-box-item {
    padding: 20px 0px 20px 0px;
  }
}

@media (max-width: 767px) {
  .infobox {
    padding: 30px;
  }

  .infobox .infobox-info {
    padding-bottom: 15px;
    margin-bottom: 15px;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .infobox {
    padding: 25px;
  }

  .icon-box-item {
    gap: 15px;
  }

  .icon-box-item .icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
}

/*****************************
	Services
*****************************/
/* Service Style 1 */
.service-item {
  position: relative;
  margin: 0;
  padding: 60px 40px;
  background: #121A24;
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.service-item .service-icon {
  opacity: 1;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 75px;
}

.service-item .service-icon .main-icon {
  transition: all 0.3s ease-in-out;
}

.service-item .service-icon .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.service-item .service-content .service-title {
  margin-bottom: 20px;
}

.service-item .service-content .service-description {
  margin-bottom: 35px;
}

.service-item .service-content .service-action {
  transition: all 0.3s ease-in-out;
}

.service-item .service-content .service-action .btn-arrow {
  border-color: #C5A46D;
}

.service-item .service-content .service-action .btn-arrow:after {
  border-color: #C5A46D;
}

.service-item:hover {
  background: #C5A46D;
  border: 1px solid #C5A46D;
}

.service-item:hover .service-icon .main-icon {
  opacity: 0;
  visibility: hidden;
}

.service-item:hover .service-icon .hover-icon {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.service-item:hover .service-content .service-action .btn-arrow-up {
  border: 1px solid transparent;
}

.service-item:hover .service-content .service-action .btn-arrow-up:before {
  height: 100%;
  width: 100%;
}

.service-item:hover .service-content .service-action .btn-arrow-up svg path {
  stroke: #121A24;
}

.service-item:hover .service-content .service-action .btn-arrow {
  border-color: #F4F7FA;
}

.service-item:hover .service-content .service-action .btn-arrow svg path {
  stroke: #F4F7FA;
}

.service-item:hover .service-content .service-action .btn-arrow:after {
  border-color: #F4F7FA;
}

.service-item:hover .service-content .service-action .btn-arrow:hover svg path {
  stroke: #F4F7FA;
}

/* Service Fancy */
.service-fancy .service-item {
  position: relative;
  padding: 40px 0;
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.4s ease-in-out;
}

.service-fancy .service-item .service-img {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 245px;
  height: 330px;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: rotate(5deg);
}

.service-fancy .service-item .service-content {
  display: flex;
  gap: 30px 50px;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.service-fancy .service-item .service-content .service-content-inner {
  display: flex;
  gap: 30px 70px;
  margin-right: 50px;
}

.service-fancy .service-item .service-content .service-content-inner .service-info {
  width: 45%;
  position: relative;
  padding-left: 50px;
}

.service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
  color: #C5A46D;
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: -1;
  opacity: 0.07;
}

.service-fancy .service-item .service-content .service-content-inner .description {
  width: 55%;
}

.service-fancy .service-item .service-content .service-action {
  margin-left: auto;
}

.service-fancy .service-item .service-content .service-action .circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.service-fancy .service-item .service-content .service-action .circle-btn:before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid inherit;
  border-radius: 100%;
  background-color: #C5A46D;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.service-fancy .service-item .service-title {
  font-family: "Bai Jamjuree", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #F4F7FA;
  margin-bottom: 0px;
}

.service-fancy .service-item:first-child {
  padding-top: 0px;
}

.service-fancy .service-item:hover {
  background-color: transparent;
  border-bottom: 1px solid #C5A46D;
}

.service-fancy .service-item:hover .service-content .service-action .circle-btn:before {
  transform: scale(1);
}

.services-slider-section {
  display: flex;
  padding-top: 50px;
  gap: 50px;
}

.services-slider-section .services-bg-slider {
  width: 320px;
  flex: 0 0 320px;
  position: relative;
  border-radius: 25px;
  z-index: 5;
  overflow: hidden;
}

.services-slider-section .services-bg-slider .owl-carousel .owl-stage-outer,
.services-slider-section .services-bg-slider .owl-carousel .owl-stage,
.services-slider-section .services-bg-slider .owl-carousel .owl-item,
.services-slider-section .services-bg-slider .owl-carousel .owl-item .item,
.services-slider-section .services-bg-slider .owl-carousel .owl-item .item img {
  height: 100% !important;
}

.services-slider-section .services-bg-slider .owl-carousel .owl-item .item img {
  width: 100%;
  object-fit: cover;
}

.services-slider-section .services-bg-slider .services-bg-slider-content {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  padding: 0px 25px;
  z-index: 3;
}

.services-slider-section .services-bg-slider .services-bg-slider-content .title {
  line-height: 32px;
  color: #F4F7FA;
  margin-bottom: 15px;
}

.services-slider-section .services-bg-slider .services-bg-slider-content .btn {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 35px 35px 35px 35px;
  padding: 10px 25px 10px 25px;
}

.services-slider-section .services-bg-slider .services-bg-slider-content .btn:hover {
  background-color: #F4F7FA;
  color: #121A24;
}

.services-slider-section .services-bg-slider:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(180deg, rgba(13, 17, 23, 0.12) 0%, #0D1117 100%);
  opacity: 0.75;
  z-index: 2;
  border-radius: 25px;
}

.services-slider-section .grid-wrapper {
  grid-gap: 0;
}

/*Service Single*/
.service-single .service-img img {
  border-radius: 25px;
}

.service-single .service-content .service-title {
  width: 80%;
  margin-bottom: 30px;
}

.service-single .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
  padding: 25px 30px;
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 1399px) {
  .services-slider-section .services-bg-slider {
    flex: 0 0 250px;
    width: 250px;
  }

  .service-single .service-content .service-title {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .service-fancy .service-item .service-content {
    gap: 30px 70px;
  }

  .service-fancy .service-item .service-content .service-content-inner {
    gap: 30px 50px;
    margin-right: 0;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info {
    width: 50%;
  }

  .service-fancy .service-item .service-content .service-content-inner .description {
    width: 50%;
  }

  /*services-slider-section*/
  .services-slider-section {
    flex-direction: column;
    padding-top: 0px;
  }

  .services-slider-section .services-bg-slider {
    width: 100%;
    flex: inherit;
    height: 450px;
  }

  .services-slider-section .services-bg-slider .owl-carousel .owl-item .item img {
    object-position: center 20%;
  }
}

@media (max-width: 1024px) {
  .service-fancy .service-item .service-img {
    display: none;
  }
}

@media (max-width: 991px) {
  .service-fancy .service-item .service-content {
    gap: 30px 80px;
  }

  .service-fancy .service-item .service-content .service-content-inner {
    flex-direction: column;
    gap: 20px 0;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info {
    width: 100%;
  }

  .service-fancy .service-item .service-content .service-content-inner .description {
    width: 100%;
  }

  .service-fancy .service-item .service-img {
    display: block;
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    width: 200px;
    height: 100%;
    border-radius: 0;
    padding: 30px 0;
    z-index: 2;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s ease-in-out;
    transition-delay: 0s;
    transform: none !important;
  }

  .service-fancy .service-item:first-child .service-img {
    padding-top: 0;
  }

  .service-fancy .service-item:hover {
    padding-right: 230px;
  }

  .service-fancy .service-item:hover .service-content {
    gap: 30px;
  }

  .service-fancy .service-item:hover .service-img {
    opacity: 1 !important;
    visibility: visible !important;
    transition-delay: 0.3s;
  }
}

@media (max-width: 767px) {
  .service-item {
    padding: 40px 20px;
  }

  .service-fancy .service-item .service-img {
    height: auto;
  }

  .service-fancy .service-item .service-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
    font-size: 150px;
    line-height: 130px;
  }

  .service-fancy .service-item .service-content .service-action {
    margin-left: 0;
  }

  .service-fancy .service-item .service-content .service-action .circle-btn {
    height: 70px;
    width: 70px;
  }

  .service-fancy .service-item .service-content .service-action .circle-btn .arrow svg {
    height: 40px;
    width: 40px;
  }

  .service-fancy .service-item:hover {
    padding-right: 215px;
  }

  /*services-slider-section*/
  .services-slider-section .services-bg-slider {
    height: 350px;
  }

  /*Service Single*/
  .service-single .service-content .service-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .service-item {
    padding: 30px 15px;
  }

  .service-item .service-icon {
    margin-bottom: 20px;
  }

  .service-item .service-content .service-title {
    margin-bottom: 15px;
  }

  .service-item .service-content .service-description {
    margin-bottom: 25px;
  }

  .service-fancy .service-item {
    padding: 30px 0;
  }

  .service-fancy .service-item .service-img {
    display: none;
  }

  .service-fancy .service-item .service-content {
    gap: 15px;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info {
    padding-left: 0px;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
    font-size: 120px;
    line-height: 120px;
    top: 50%;
    transform: translateY(-50%);
  }

  .service-fancy .service-item:hover {
    padding-right: 0;
  }

  .service-fancy .service-item:hover .service-content {
    gap: 15px;
  }

  .services-slider-section .services-bg-slider .services-bg-slider-content {
    bottom: 15px;
    padding: 0px 15px;
  }

  .services-slider-section .services-bg-slider .services-bg-slider-content .title {
    line-height: 28px;
  }

  .service-single .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
    padding: 16px 25px;
    font-size: 22px;
    line-height: 28px;
  }
}

/*****************************
	Team
*****************************/
.team-item {
  position: relative;
  padding-bottom: 4px;
  z-index: 1;
}

.team-item .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.team-item .team-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  padding: 40px;
  opacity: 0;
  z-index: 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, transparent 30%, #C5A46D 80%);
}

.team-item .team-img img {
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.team-item .team-info .team-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Bai Jamjuree", serif;
  color: #F4F7FA;
  display: inline-block;
}

.team-item .team-info .team-title:hover {
  color: #C5A46D;
}

.team-item .team-info .team-designation {
  display: block;
}

.team-item .team-info .team-social {
  padding-left: 4px;
  margin-top: 15px;
}

.team-item .team-info .team-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.team-item .team-info .team-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 39px;
  font-size: 22px;
  color: #F4F7FA;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 80%;
}

.team-item .team-info .team-social ul li a:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
}

.team-item .team-info .team-social ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
  background-color: #C5A46D;
}

.team-item .team-info .team-social ul li a:hover:after {
  left: 0px;
  bottom: 0px;
  opacity: 0;
}

.team-item .team-info .team-social ul li a:hover:before {
  opacity: 1;
}

.team-item .team-info .team-social:hover .team-social {
  left: 0;
}

.team-item:hover .team-img:before {
  opacity: 1;
}

.team-item:hover .team-social {
  left: 0;
}

/*****************************
	Team Single
*****************************/
/*Team-details*/
.team-single .team-member-info .member-image {
  margin-bottom: 20px;
  position: relative;
}

.team-single .team-member-info .member-image img {
  border-radius: 20px;
}

.team-single .team-member-info .member-image .team-social-profiles {
  padding: 30px 22px;
  background-color: #C5A46D;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.team-single .team-member-info .member-image .team-social-profiles .team-social-profile {
  transform: rotate(-90deg);
}

.team-single .team-member-info .member-image .team-social-profiles .team-social-profile a {
  color: #F4F7FA;
  font-size: 20px;
  line-height: 30px;
}

.team-single .team-member-info .member-details .member-name {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}

.team-single .team-member-info .member-details .member-position {
  line-height: 30px;
}

.team-single .biography-info {
  margin-top: 50px;
}

.team-single .biography-info .title {
  margin-bottom: 20px;
}

.team-single .biography-info .description+.description {
  margin-top: 20px;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .team-single .team-img {
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .team-single .team-img {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .team-single .team-member-info .member-details .member-name {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
  }

  .team-single .team-img {
    margin-bottom: 30px;
  }

  .team-single .team-info .social-icon {
    margin: 20px 0px;
  }

  .team-single .team-info .team-designation {
    font-size: 16px;
  }
}

/*****************************
		Testimonial
*****************************/
.testimonial-wrapper {
  position: relative;
  background-color: #121A24;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 60px;
}

.testimonial-wrapper .testimonial-ratings i {
  display: inline-block;
  font-size: 16px;
  color: #C5A46D;
}

.testimonial-wrapper .testimonial-quote {
  position: absolute;
  right: 50px;
  top: 30px;
}

.testimonial-wrapper .testimonial-quote i {
  font-size: 180px;
  color: transparent;
  -webkit-text-stroke: 2px #C5A46D;
  opacity: 0.3;
}

.testimonial-wrapper .testimonial-content {
  margin: 25px 0;
}

.testimonial-wrapper .testimonial-content p {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 42px;
  font-style: italic;
  color: #F4F7FA;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-wrapper .testimonial-author .author-info .author-name {
  color: #C5A46D;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial-wrapper .testimonial-author .author-info .author-position {
  color: #F4F7FA;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .testimonial-wrapper {
    padding: 45px;
  }

  .testimonial-wrapper .testimonial-quote {
    top: 20px;
  }

  .testimonial-wrapper .testimonial-quote i {
    font-size: 130px;
  }

  .testimonial-wrapper .testimonial-content {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper {
    padding: 30px;
  }

  .testimonial-wrapper .testimonial-content p {
    font-size: 22px;
    line-height: 38px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper {
    padding: 30px 20px;
  }

  .testimonial-wrapper .testimonial-quote {
    right: 25px;
    top: 15px;
  }

  .testimonial-wrapper .testimonial-quote i {
    font-size: 100px;
  }

  .testimonial-wrapper .testimonial-content {
    margin: 15px 0;
  }

  .testimonial-wrapper .testimonial-content p {
    font-size: 22px;
    line-height: 32px;
  }
}

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative;
}

.newsletter .form-control {
  padding-right: 150px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

/*****************************
	Find Job
*****************************/
.find-job-wrapper .find-job-item {
  padding: 40px 0;
  border-bottom: 1px solid #293241;
}

.find-job-wrapper .find-job-item:first-child {
  padding-top: 0;
}

.find-job-wrapper .find-job-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.find-job-wrapper .find-job-item .job-title {
  margin-bottom: 20px;
}

.find-job-wrapper .find-job-item .job-title .awards-name {
  margin-bottom: 0;
  font-weight: 600;
}

.find-job-wrapper .find-job-item .job-details {
  display: flex;
  gap: 40px;
}

.find-job-wrapper .find-job-item .job-details .job-image {
  width: 300px;
  flex: none;
  overflow: hidden;
  border-radius: 8px;
}

.find-job-wrapper .find-job-item .job-details .job-image img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.find-job-wrapper .find-job-item .job-details .job-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-right: 50px;
}

.find-job-wrapper .find-job-item .job-details .job-time,
.find-job-wrapper .find-job-item .job-details .job-location {
  color: #F4F7FA;
  font-weight: 500;
}

.find-job-wrapper .find-job-item .job-details .job-desc {
  max-width: 680px;
}

.find-job-wrapper .find-job-item .job-details .job-info {
  display: flex;
  gap: 50px;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(155, 168, 180, 0.25);
}

.find-job-wrapper .find-job-item .job-details .job-info .info-item {
  color: #F4F7FA;
  font-weight: 500;
}

.find-job-wrapper .find-job-item .job-details .job-action {
  align-self: center;
  margin-left: auto;
}

.find-job-wrapper .find-job-item:hover .job-details .job-image img {
  transform: scale(1.1);
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .find-job-wrapper .find-job-item .job-details .job-content {
    padding-right: 0;
  }

  .find-job-wrapper .find-job-item .job-details .job-info {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .find-job-wrapper .find-job-item .job-details {
    display: flex;
    gap: 30px;
  }

  .find-job-wrapper .find-job-item .job-details .job-action {
    align-self: flex-start;
  }
}

@media (max-width: 991px) {
  .find-job-wrapper .find-job-item .job-details {
    flex-wrap: wrap;
  }

  .find-job-wrapper .find-job-item .job-details .job-image {
    width: 100%;
  }

  .find-job-wrapper .find-job-item .job-details .job-action {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .find-job-wrapper .find-job-item .job-details .job-info {
    gap: 15px;
    flex-wrap: wrap;
  }
}

/*****************************
  Counter
*****************************/
.counter {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  color: #F4F7FA;
  /* Counter Style 1 ----------------*/
  /* Counter Style 2 ----------------*/
}

.counter .counter-info {
  line-height: 1;
}

.counter .counter-info .counter-title {
  display: inline-block;
  font-family: "Bai Jamjuree", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.counter .counter-number {
  font-family: "Bai Jamjuree", serif;
  display: flex;
  align-items: center;
  gap: 3px;
}

.counter .counter-number span {
  display: inline-block;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

.counter.counter-style-1 {
  padding: 20px 0;
  border-bottom: 2px solid rgba(155, 168, 180, 0.25);
}

.counter.counter-style-1 .counter-info {
  max-width: 165px;
}

.counter.counter-style-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background-color: #C5A46D;
  background: linear-gradient(170deg, #C5A46D 0%, #2C5D8A 100%);
}

.counter.counter-style-02 {
  gap: 0;
  display: flex;
  padding: 50px 0px;
  justify-content: space-between;
  border-bottom: 1px solid #293241;
}

.counter.counter-style-02 .counter-number {
  flex: 0 0 38%;
}

.counter.counter-style-02 .counter-number .counter-text .timer {
  line-height: 1;
  font-size: 72px;
  font-weight: 700;
}

.counter.counter-style-02 .counter-number .counter-text .suffix {
  line-height: 1;
  color: #C5A46D;
  font-size: 72px;
  font-weight: 700;
}

.counter.counter-style-02 .counter-info {
  flex: 0 0 62%;
  line-height: 30px;
}

.counter.counter-style-02:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.counter.counter-style-02:first-child {
  padding-top: 0px;
}

.countar-section .counter-box {
  padding: 100px;
  margin-left: 20px;
  border-radius: 20px;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .countar-section .counter-box {
    padding: 60px;
  }

  .countar-section .counter-box .counter-number .counter-text .timer {
    font-size: 60px;
  }

  .countar-section .counter-box .counter-number .counter-text .suffix {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .counter {
    gap: 15px;
  }

  .counter .counter-number span {
    font-size: 36px;
    line-height: 56px;
  }

  .counter.counter-style-02 {
    padding: 30px 0px;
  }

  .counter.counter-style-02:first-child {
    padding-top: 0;
  }

  .counter.counter-style-02:last-child {
    padding-bottom: 0;
  }

  .countar-section .counter-box {
    margin-left: 0px;
    padding: 30px;
  }

  .countar-section .counter-box .counter-number .counter-text .timer {
    font-size: 50px;
  }

  .countar-section .counter-box .counter-number .counter-text .suffix {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .counter {
    gap: 20px;
  }

  .counter .counter-number span {
    font-size: 50px;
    line-height: 70px;
  }

  .counter.counter-style-2 {
    gap: 15px;
    padding: 30px 15px;
  }

  .counter.counter-style-2 .counter-number span {
    font-size: 30px;
    line-height: 30px;
  }

  .counter.counter-style-2 .counter-info .counter-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .counter {
    gap: 20px;
  }

  .counter .counter-number span {
    font-size: 36px;
    line-height: 56px;
  }

  .counter .counter-info .counter-title {
    font-size: 20px;
    line-height: 30px;
  }

  .countar-section .counter-box {
    padding: 40px;
  }

  .counter.counter-style-02 {
    padding: 30px 0px;
  }
}

@media (max-width: 575px) {
  .counter.counter-style-1 .counter-info {
    max-width: 100%;
  }

  .counter.counter-style-02 {
    gap: 20px;
    flex-wrap: wrap;
  }

  .counter.counter-style-02 .counter-info {
    flex: 0 0 100%;
  }

  .counter.counter-style-02 .counter-number {
    flex: 0 0 100%;
  }

  .countar-section .counter-box {
    padding: 30px 15px;
  }
}

/*****************************
	Client
*****************************/
.client-reviews {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-reviews .client-profile {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.client-reviews .client-profile li {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-left: -15px;
  border-radius: 100%;
  border: 2px solid #F4F7FA;
}

.client-reviews .client-profile li:first-child {
  margin-left: 0px;
}

.client-reviews .client-profile li img {
  border-radius: 100%;
}

.client-reviews .reviews {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  justify-content: center;
  flex-direction: column;
}

.client-reviews .reviews .reviews-number {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #C5A46D;
}

.client-reviews .reviews span {
  color: #F4F7FA;
  font-size: 16px;
  line-height: 30px;
}

.client-inner-section {
  padding: 70px 0;
  display: flex;
  gap: 50px;
  align-items: center;
}

.client-inner-section .trusted-client {
  text-align: left;
  width: 20%;
  flex-shrink: 0;
  margin-bottom: 0;
  padding-right: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.client-inner-section .client-logos {
  width: calc(80% - 50px);
}

.client-logo-section:has(.trusted-client) {
  margin-top: 30px;
}

.trusted-client {
  font-size: 20px;
  font-family: "Bai Jamjuree", serif;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .client-inner-section .trusted-client {
    padding-right: 60px;
  }
}

@media (max-width: 1199px) {
  .clients {
    padding: 50px 0;
  }

  .clients .client-logos {
    margin-top: 30px;
  }

  .client-inner-section {
    padding: 50px 0;
    gap: 30px;
  }

  .client-inner-section .trusted-client {
    padding-right: 30px;
  }

  .client-inner-section .client-logos {
    width: calc(80% - 30px);
  }
}

@media (max-width: 991px) {
  .clients {
    gap: 20px;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .clients {
    flex-direction: column;
    padding-bottom: 0px;
  }

  .clients .client-logos {
    width: 100%;
    margin-top: 0px;
  }

  .client-inner-section {
    flex-direction: column;
  }

  .client-inner-section .trusted-client {
    width: 100%;
    border: none;
    padding-right: 0;
    text-align: center;
  }

  .client-inner-section .client-logos {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .client-reviews .client-profile li {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
  }

  .client-inner-section {
    padding: 35px 0;
    gap: 25px;
  }
}

/*****************************
  Case Studies
*****************************/
.case-studies-wrapper.case-studies-style-1 {
  position: relative;
  overflow: hidden;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-img {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 20px;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-img img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 80%);
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  opacity: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(44, 93, 138, 0) 40%, #C5A46D 80%);
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner {
  position: relative;
  z-index: 1;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: -10px;
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-title a {
  display: table;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow {
  border-color: rgba(255, 255, 255, 0.3);
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow svg {
  width: 29px;
  height: auto;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:hover {
  border-color: #F4F7FA;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:hover svg path {
  stroke: #F4F7FA;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:hover:after {
  border-color: #F4F7FA;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-content {
  margin-bottom: -30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-1 .case-studies-description {
  color: #F4F7FA;
  display: -webkit-box;
  opacity: 0;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  color: #F4F7FA;
  min-height: 60px;
  margin-bottom: -30px;
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-1:hover .case-studies-img img {
  transform: scale(1.1);
}

.case-studies-wrapper.case-studies-style-1:hover .case-studies-info:before {
  opacity: 1;
}

.case-studies-wrapper.case-studies-style-1:hover .case-studies-title a {
  color: #F4F7FA;
}

.case-studies-wrapper.case-studies-style-1:hover .case-studies-content {
  margin-bottom: 5px;
  opacity: 1;
}

.case-studies-wrapper.case-studies-style-1:hover .case-studies-description {
  opacity: 1;
  min-height: 30px;
  margin-bottom: 20px;
  visibility: visible;
}

.case-studies-wrapper.case-studies-style-1:hover .case-studies-title {
  margin-bottom: 10px;
}

/*Case Study Single*/
.case-info-section {
  margin-top: 30px;
  padding: 60px 70px 60px 70px;
}

.case-info-section .case-info ul {
  padding-left: 0px;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0px;
}

.case-info-section .case-info ul li h6 {
  margin-bottom: 15px;
}

.case-info-section .case-info ul li a:hover {
  color: #C5A46D;
}

.challange-item {
  margin-bottom: 40px;
}

.challange-item h6.title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: start;
}

.challange-item h6.title svg {
  width: 24px;
  flex: 0 0 24px;
  margin-right: 10px;
  margin-top: 5px;
}

.nav-pagination {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.nav-pagination:before {
  top: 50%;
  left: 50%;
  color: #F4F7FA;
  font-size: 20px;
  content: "\f58d";
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {

  /*Case Study Fancy*/
  .case-studies-wrapper.case-studies-style-1 .case-studies-info {
    padding: 30px 30px;
  }

  .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
    font-size: 36px;
    line-height: 48px;
  }

  .case-info-section {
    padding: 60px;
  }
}

@media (max-width: 991px) {

  /*Case Study Fancy*/
  .case-studies-wrapper.case-studies-style-1 .case-studies-info {
    padding: 30px 20px;
  }

  .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
    font-size: 32px;
    line-height: 44px;
  }

  .case-info-section {
    padding: 40px;
  }

  .case-info-section .case-info ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 575px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-pagination {
    flex-wrap: wrap;
    gap: 10px;
  }

  .nav-pagination .btn {
    width: 100%;
  }

  .nav-pagination:before {
    content: inherit;
  }

  .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 375px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .case-info-section {
    padding: 25px;
  }
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel.owl-nav-center {
  position: relative;
}

.owl-carousel.owl-nav-center .owl-nav {
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel.owl-nav-center .owl-nav button {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #C5A46D;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-nav-center .owl-nav button i {
  font-size: 22px;
  color: #F4F7FA;
}

.owl-carousel.owl-nav-center .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel.owl-nav-center .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel.owl-nav-center:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}

.owl-carousel.owl-nav-center:hover .owl-nav button.owl-prev {
  left: 20px;
}

.owl-carousel.owl-nav-center:hover .owl-nav button.owl-next {
  right: 20px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #293241 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
  background: #C5A46D !important;
  opacity: 1;
}

.owl-carousel.slider-overflow .owl-stage-outer {
  overflow: visible;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}

/*************************
	Portfolio
*************************/
.portfolio-item {
  margin-bottom: 60px;
}

.portfolio-item .portfolio-img {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

/*my-shuffle*/
.my-shuffle-container {
  margin-left: -16px;
  margin-right: -16px;
}

.my-shuffle-container .grid-item {
  width: 33.33%;
  padding: 15px;
}

.my-shuffle-container .grid-item .portfolio-item {
  margin-bottom: 0px;
}

.filters-group {
  display: table;
  margin: 0 auto 25px;
  text-align: center;
}

.filters-group button {
  margin: 0 5px 10px;
  padding: 6px 25px;
  cursor: pointer;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #F4F7FA;
  background: inherit;
  border: none;
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 30px;
  transition: all 0.3s ease;
}

.filters-group button:hover {
  color: #C5A46D;
  border: 1px solid #C5A46D;
}

.filters-group button.active {
  color: #C5A46D;
  border: 1px solid #C5A46D;
}

/*************************************
	shuffle
*************************************/
.my-shuffle-container.grid-style .grid-item {
  padding: 0 !important;
}

.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
  float: left;
}

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px;
}

.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
  width: 100%;
}

/*************************
	Portfolio Fancy
*************************/
.portfolio-fancy-wrapper {
  display: flex;
  gap: 30px;
}

.portfolio-fancy-wrapper .portfolio-item {
  flex: 1;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 670px;
}

.portfolio-fancy-wrapper .portfolio-item .item-wrap-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  z-index: 0;
  position: absolute;
  border-radius: 25px;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.portfolio-fancy-wrapper .portfolio-item .item-wrap-image img {
  display: none;
  border-radius: 25px;
}

.portfolio-fancy-wrapper .portfolio-item .item-info {
  position: absolute;
  top: auto;
  left: 60px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  color: #F4F7FA;
  white-space: nowrap;
  padding: 10px 20px;
  font-weight: normal;
  background-color: #C5A46D;
  font-family: "Jost", sans-serif;
  border-radius: 10px 10px 10px 0px;
}

.portfolio-fancy-wrapper .portfolio-item .item-info .item-category {
  display: inline-block;
  color: #F4F7FA;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 22px;
  line-height: 26px;
  border-radius: 0px 0px 10px 10px;
  background-color: #121A24;
}

.portfolio-fancy-wrapper .portfolio-item.active {
  flex: 5;
}

.portfolio-fancy-wrapper .portfolio-item.active .item-info {
  left: 40px;
  opacity: 1;
  transition-delay: 250ms;
  visibility: visible;
}

/*****************************
	Responsive
*****************************/
@media (min-width: 1200px) {

  /* Portfolio Fancy */
  .container-fluid .portfolio-fancy-wrapper .portfolio-item {
    flex: 1.5;
  }

  .container-fluid .portfolio-fancy-wrapper .portfolio-item.active {
    flex: 5;
  }
}

@media (max-width: 991px) {

  /* shuffle */
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
    padding: 12px;
  }

  /* Portfolio Fancy */
  .portfolio-fancy-wrapper .portfolio-item .item-info {
    bottom: 30px;
  }

  .portfolio-fancy-wrapper .portfolio-item.active {
    flex: 4;
  }

  .portfolio-fancy-wrapper .portfolio-item.active .item-info {
    left: 30px;
    bottom: 30px;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
  }
}

@media (max-width: 767px) {

  /* shuffle */
  .my-shuffle-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container .grid-item {
    width: 100%;
  }

  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
    padding: 12px;
  }

  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    padding: 12px 12px;
  }

  /* Portfolio Fancy */
  .portfolio-fancy-wrapper {
    gap: 24px;
    flex-wrap: wrap;
  }

  .portfolio-fancy-wrapper .portfolio-item {
    width: calc(50% - 12px);
    height: auto;
    flex: auto;
  }

  .portfolio-fancy-wrapper .portfolio-item.active {
    width: calc(50% - 12px);
    height: auto;
    flex: auto;
  }

  .portfolio-fancy-wrapper .portfolio-item.active .item-info {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
    left: 15px;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-wrap-image {
    width: auto;
    height: auto;
    position: relative;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-wrap-image img {
    display: block;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-info {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
    left: 15px;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-info .item-category {
    padding: 8px 10px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {

  /*my-shuffle*/
  .filters-group button {
    font-size: 16px;
    padding: 6px 20px;
    line-height: 28px;
  }

  /* shuffle */
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
    padding: 12px 0px;
  }

  /* Portfolio Fancy */
  .portfolio-fancy-wrapper .portfolio-item,
  .portfolio-fancy-wrapper .portfolio-item.active {
    width: 100%;
  }
}

@media (max-width: 479px) {

  /* Portfolio Fancy */
  .portfolio-fancy-wrapper .portfolio-item .item-info .item-title,
  .portfolio-fancy-wrapper .portfolio-item .item-info .item-category {
    font-size: 16px;
    padding: 5px 15px;
  }
}

/*Pricing*/
.pricing-box {
  padding: 50px;
  border-radius: 20px;
  position: relative;
}

.pricing-box .pricing-ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}

.pricing-box .pricing-ribbon .ribbon-inner {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #121A24;
  background-color: #F4F7FA;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  width: 200%;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
}

.pricing-box .pricing-header .pricing-icon {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.pricing-box .pricing-header .title {
  color: #0B1F33;
  font-family: "Bai Jamjuree", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}

.pricing-box .pricing-header .subheading {
  display: block;
  line-height: 30px;
  color: #0B1F33;
  margin-top: 5px;
}

.pricing-box .pricing-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 30px 0;
}

.pricing-box .pricing-price .price-currency {
  font-size: 22px;
  font-weight: 600;
  font-family: "Bai Jamjuree", serif;
  line-height: 1;
  align-self: flex-start;
  color: #0B1F33;
  margin-right: 3px;
}

.pricing-box .pricing-price .price {
  font-size: 60px;
  font-weight: 600;
  line-height: .8;
  color: #0B1F33;
  font-family: "Bai Jamjuree", serif;
}

.pricing-box .pricing-price .after-price {
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}

.pricing-box .pricing-price .after-price .typo-excluded {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-top: 7px;
  color: #0B1F33;
  font-family: "Bai Jamjuree", serif;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
}

.pricing-box .pricing-content .package-desc {
  line-height: 30px;
  color: #0B1F33;
  margin-bottom: 20px;
}

.pricing-box .pricing-content .package-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.pricing-box .pricing-content .package-list li {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #0B1F33;
  margin-bottom: 5px;
}

.pricing-box .pricing-content .package-list li i {
  margin-right: 10px;
}

.pricing-box .pricing-content .package-list li:last-child {
  margin-bottom: 0px;
}

.pricing-box .pricing-footer {
  padding-top: 30px;
}

.pricing-box .pricing-footer .btn {
  padding: 12px 24px;
  display: block;
}

.pricing-box.bg-light .pricing-footer .btn:hover {
  background-color: #121A24;
  color: #F4F7FA;
}

.pricing-box.active {
  background-color: #C5A46D;
}

.pricing-box.active .pricing-header .title {
  color: #F4F7FA;
}

.pricing-box.active .pricing-header .subheading {
  color: #F4F7FA;
}

.pricing-box.active .pricing-price .price-currency {
  color: #F4F7FA;
}

.pricing-box.active .pricing-price .price {
  color: #F4F7FA;
}

.pricing-box.active .pricing-price .after-price .typo-excluded {
  color: #F4F7FA;
}

.pricing-box.active .pricing-content .package-desc {
  color: #F4F7FA;
}

.pricing-box.active .pricing-content .package-list li {
  color: #F4F7FA;
}

.pricing-box.active .pricing-footer .btn {
  background-color: #121A24;
  color: #F4F7FA;
}

.pricing-box.active .pricing-footer .btn:hover {
  background-color: #F4F7FA;
  color: #121A24;
}

.pricing-box.bg-dark .pricing-header .title {
  color: #F4F7FA;
}

.pricing-box.bg-dark .pricing-header .subheading {
  color: #F4F7FA;
}

.pricing-box.bg-dark .pricing-price .price-currency {
  color: #F4F7FA;
}

.pricing-box.bg-dark .pricing-price .price {
  color: #F4F7FA;
}

.pricing-box.bg-dark .pricing-price .after-price .typo-excluded {
  color: #F4F7FA;
}

.pricing-box.bg-dark .pricing-content .package-desc {
  color: #F4F7FA;
}

.pricing-box.bg-dark .pricing-content .package-list li {
  color: #F4F7FA;
}

.pricing-box.bg-dark .pricing-footer .btn:hover {
  background-color: #F4F7FA;
  color: #121A24;
}

/*pricing-tabs*/
.pgs-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Accordion Light */
}

.pgs-accordion .accordion-item {
  padding: 35px 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  /* Accordion Content */
  /* Accordion Active Header */
}

.pgs-accordion .accordion-item .accordion-header {
  gap: 130px;
  margin: 0;
  padding: 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.pgs-accordion .accordion-item .accordion-header .package-info {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

.pgs-accordion .accordion-item .accordion-header .package-info .package-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
  border: 2px solid #8b87ab;
  border-radius: 100%;
}

.pgs-accordion .accordion-item .accordion-header .package-info .package-check i {
  opacity: 0;
  background: linear-gradient(130deg, #C5A46D 0%, #2C5D8A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pgs-accordion .accordion-item .accordion-header .package-price {
  display: flex;
  align-items: baseline;
}

.pgs-accordion .accordion-item .accordion-header .package-price .price {
  font-size: 38px;
  line-height: 48px;
  margin: 0;
}

.pgs-accordion .accordion-item .accordion-header .package-price .period {
  font-size: 22px;
}

.pgs-accordion .accordion-item .accordion-header .package-title {
  margin-bottom: 5px;
}

.pgs-accordion .accordion-item .accordion-content {
  display: none;
  margin: 0;
  margin-top: 30px;
}

.pgs-accordion .accordion-item .accordion-content .content-inner {
  display: flex;
}

.pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
  align-self: center;
}

.pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  width: calc(50% - 15px);
}

.pgs-accordion .accordion-item .accordion-content .pricing-link a {
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #F4F7FA;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.pgs-accordion .accordion-item .accordion-content .pricing-link a:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 50px;
  background-color: #F4F7FA;
}

.pgs-accordion .accordion-item .accordion-content .pricing-link a svg {
  position: relative;
  width: 23px;
  height: 25px;
}

.pgs-accordion .accordion-item .accordion-content .pricing-link a svg path {
  stroke: #C5A46D;
}

.pgs-accordion .accordion-item.is-active {
  border: none;
  background-color: #C5A46D;
  /* Accordion Active Content */
}

.pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-title,
.pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-discount {
  color: #F4F7FA;
}

.pgs-accordion .accordion-item.is-active .accordion-header .package-price .price,
.pgs-accordion .accordion-item.is-active .accordion-header .package-price .period {
  color: #F4F7FA;
}

.pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check {
  background: #F4F7FA;
  border-color: #F4F7FA;
}

.pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check i {
  opacity: 1;
}

.pgs-accordion .accordion-item.is-active .accordion-content .pricing-lists li {
  color: #F4F7FA;
}

.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) {
  border-color: rgba(255, 255, 255, 0.2);
}

.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-discount {
  color: #F4F7FA;
}

.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-check {
  border-color: #F4F7FA;
}

.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-price .period {
  color: #F4F7FA;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .pgs-accordion .accordion-item .accordion-header {
    gap: 70px;
  }
}

@media (max-width: 1199px) {
  .pricing-box {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list {
    gap: 10px;
  }

  .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pricing-box {
    padding: 35px;
  }

  .pgs-accordion .accordion-item .accordion-header {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .pgs-accordion .accordion-item .accordion-content .content-inner {
    flex-direction: column;
    gap: 25px;
  }

  .pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
    align-self: flex-start;
  }
}

/*****************************
	Countdown
*****************************/
.countdown-wrapper {
  display: flex;
  gap: 80px;
  justify-content: center;
}

.countdown-wrapper .countdown {
  position: relative;
  text-align: center;
}

.countdown-wrapper .countdown span {
  font-size: 130px;
  line-height: 110px;
  font-weight: 700;
  display: block;
  color: #121A24;
  position: relative;
}

.countdown-wrapper .countdown span:after {
  content: ":";
  color: #F4F7FA;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  font-weight: 600;
}

.countdown-wrapper .countdown:last-child span:after {
  content: normal;
}

.countdown-wrapper .countdown p {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #9BA8B4;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0;
}

.countdown-wrapper.countdown-light .countdown span,
.countdown-wrapper.countdown-light .countdown p,
.countdown-wrapper.countdown-light .countdown:after {
  color: #F4F7FA;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .countdown-wrapper .countdown span {
    font-size: 100px;
    line-height: 90px;
  }

  .countdown-wrapper .countdown p {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  .countdown-wrapper {
    gap: 50px;
  }

  .countdown-wrapper .countdown span {
    font-size: 70px;
    line-height: 60px;
  }

  .countdown-wrapper .countdown span:after {
    font-size: 50px;
    right: -33px;
  }

  .countdown-wrapper .countdown p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .countdown-wrapper .countdown span {
    font-size: 56px;
    line-height: 56px;
  }

  .countdown-wrapper .countdown span:after {
    font-size: 32px;
    right: -30px;
  }

  .countdown-wrapper .countdown p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  .countdown-wrapper {
    gap: 30px;
  }

  .countdown-wrapper .countdown span {
    font-size: 30px;
    line-height: 30px;
  }

  .countdown-wrapper .countdown span:after {
    font-size: 28px;
    right: -18px;
  }

  .countdown-wrapper .countdown p {
    margin-top: 10px;
  }
}

/*****************************
	Button
*****************************/
.btn {
  gap: 10px;
  color: #F4F7FA;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  padding: 15px 50px;
  white-space: nowrap;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 50px;
  background-color: #C5A46D;
  border: none;
  transition: all 0.35s ease-in-out;
}

.btn svg {
  transition: all 0.35s ease-in-out;
}

.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:active,
.btn:first-child:active {
  border: none;
  color: #0D1117;
  background-color: #F4F7FA;
  animation: btn-effect 1s ease-in-out;
}

.btn:hover svg,
.btn:focus svg,
.btn:focus-visible svg,
.btn:active svg,
.btn:first-child:active svg {
  fill: #0D1117;
}

.btn.btn-white {
  color: #0D1117;
  background-color: #F4F7FA;
}

.btn.btn-white svg {
  fill: #0D1117;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:focus-visible,
.btn.btn-white:active {
  color: #F4F7FA;
  background-color: #121A24;
}

.btn.btn-white:hover svg,
.btn.btn-white:focus svg,
.btn.btn-white:focus-visible svg,
.btn.btn-white:active svg {
  fill: #F4F7FA;
}

.btn.btn-dark {
  background-color: #0D1117;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:focus-visible,
.btn.btn-dark:active {
  background-color: #F4F7FA;
  color: #0D1117;
}

/* Small Button Arrow ----------------*/
.btn-arrow {
  width: 50px;
  height: 50px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-right: 4px;
  background-color: transparent;
  border: 1px solid #293241;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.btn-arrow svg {
  position: relative;
}

.btn-arrow svg path {
  stroke: #F4F7FA;
  transition: all 0.3s ease-in-out;
}

.btn-arrow:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  opacity: 1;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:focus-visible,
.btn-arrow:active {
  border: 1px solid #C5A46D;
}

.btn-arrow:hover svg path,
.btn-arrow:focus svg path,
.btn-arrow:focus-visible svg path,
.btn-arrow:active svg path {
  stroke: #C5A46D;
}

.btn-arrow:hover:after,
.btn-arrow:focus:after,
.btn-arrow:focus-visible:after,
.btn-arrow:active:after {
  border: 1px solid #C5A46D;
}

/* Apply Button ----------------*/
.btn-arrow.btn-apply {
  width: 160px;
  height: 160px;
  gap: 12px;
  padding-top: 6px;
  flex-direction: column;
  padding-right: 6px;
  border-radius: 100%;
}

.btn-arrow.btn-apply:after {
  left: -6px;
  bottom: -6px;
  border-radius: 100%;
}

.btn-arrow.btn-apply span {
  color: #F4F7FA;
  transition: all 0.3s ease-in-out;
}

.btn-arrow.btn-apply:hover span {
  color: #C5A46D;
}

/* Button Arrow Up----------------*/
.btn-arrow-up {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  z-index: 0;
  border-radius: 100%;
  border: 1px solid rgba(155, 168, 180, 0.25);
  transition: all 0.3s ease-in-out;
}

.btn-arrow-up:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  background-color: #F4F7FA;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100%;
}

.btn-arrow-up:hover {
  border: 1px solid transparent;
}

.btn-arrow-up:hover:before {
  height: 100%;
  width: 100%;
}

.btn-arrow-up:hover svg path {
  stroke: #121A24;
}

.btn-link {
  display: inline-block;
  color: #C5A46D;
}

.btn-link svg {
  fill: #C5A46D;
  margin-left: 5px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:focus-visible,
.btn-link:active {
  color: #C5A46D;
}

@keyframes btn-effect {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

/*****************************
	Responsive
*****************************/
@media (max-width: 767px) {
  .btn {
    padding: 12px 40px;
  }
}

@media (max-width: 575px) {
  .btn {
    padding: 10px 35px;
  }
}

/*****************************
	Counter
*****************************/
.pgsel-history-slider-wrapper .history-items {
  display: flex;
  position: relative;
  gap: 35px;
  flex-direction: column;
  padding-left: 80px;
  margin-left: 25px;
  counter-reset: h-item-counter;
}

.pgsel-history-slider-wrapper .history-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.07);
}

.pgsel-history-slider-wrapper .history-items .history-item {
  position: relative;
  left: 0;
  padding: 50px;
  background: #121A24;
  border-radius: 25px;
  transition: all 0.25s ease-in-out;
}

.pgsel-history-slider-wrapper .history-items .history-item .history-number {
  position: absolute;
  left: -105px;
  top: 45px;
  width: 50px;
  height: 50px;
  background: #C5A46D;
  color: #F4F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transform: scale(1);
  transition: all 0.25s ease-in-out;
}

.pgsel-history-slider-wrapper .history-items .history-item .history-number:before {
  counter-increment: h-item-counter;
  content: counter(h-item-counter);
}

.pgsel-history-slider-wrapper .history-items .history-item .history-year {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 50px;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
  stroke: rgba(255, 255, 255, 0.25);
  color: transparent;
}

.pgsel-history-slider-wrapper .history-items .history-item .history-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  color: #F4F7FA;
  text-transform: capitalize;
}

.pgsel-history-slider-wrapper .history-items .history-item .history-content {
  margin: 0;
  color: #9BA8B4;
}

.pgsel-history-slider-wrapper .history-items .history-item:hover {
  left: 30px;
}

.pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
  left: -135px;
  transform: scale(1.3);
}

.pgsel-history-slider-wrapper .history-items .history-item:nth-child(-n + 9) .history-number:before {
  content: "0" counter(h-item-counter);
}

.pgsel-history-slider-wrapper .history-items.history-style-02 {
  display: flex;
  gap: 40px;
  flex-direction: column;
  padding-left: 50px;
  margin-left: 0;
  border: 0;
}

.pgsel-history-slider-wrapper .history-items.history-style-02:before {
  display: none;
}

.pgsel-history-slider-wrapper .history-items.history-style-02 .history-item {
  position: relative;
  background-color: transparent;
  padding: 60px 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 25px;
}

.pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-year-small {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #C5A46D;
}

.pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info {
  display: flex;
  gap: 30px;
}

.pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
  font-size: 110px;
  writing-mode: vertical-lr;
  transform: scale(-1);
  align-self: center;
  line-height: normal;
  color: transparent;
  margin: 0;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
}

.pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-content {
  margin: 0;
}

.pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-content blockquote {
  font-size: 22px;
  line-height: 30px;
  color: #9BA8B4;
  margin: 15px 0px;
  padding: 0;
  padding-left: 15px;
}

.pgsel-history-slider-wrapper .history-items.history-style-02 .history-item:hover {
  left: 0px;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .pgsel-history-slider-wrapper .history-items {
    padding-left: 40px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item .history-number {
    left: -65px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item:hover {
    left: 0px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
    left: -65px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 {
    gap: 30px;
    padding-left: 30px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item {
    padding: 40px 30px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info {
    gap: 20px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .pgsel-history-slider-wrapper .history-items {
    padding-left: 80px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item .history-number {
    left: -105px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item:hover {
    left: 0px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
    left: -105px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pgsel-history-slider-wrapper .history-items {
    padding-left: 60px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item {
    padding: 24px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item .history-number {
    left: -85px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item .history-year {
    font-size: 50px;
    line-height: 50px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item:hover {
    left: 0px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
    left: -85px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item {
    padding: 40px 30px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info {
    gap: 10px;
    flex-direction: column;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
    font-size: 110px;
    writing-mode: inherit;
    transform: inherit;
    align-self: auto;
  }
}

@media (max-width: 575px) {
  .pgsel-history-slider-wrapper .history-items {
    gap: 25px;
    margin-left: 25px;
    padding-left: 25px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item .history-number {
    left: -45px;
    width: 40px;
    height: 40px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item .history-year {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
  }

  .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
    left: -50px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-year-small {
    margin-bottom: 0px;
  }

  .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
    font-size: 70px;
  }
}

/*****************************
  Form Control
*****************************/
form .form-control {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  border-radius: 0px;
  padding: 15px 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #293241;
  color: #F4F7FA;
  margin-bottom: 15px;
}

form .form-control::-ms-input-placeholder {
  color: #9BA8B4;
}

form .form-control::placeholder {
  color: #9BA8B4;
}

form .form-control:focus {
  color: #F4F7FA;
  box-shadow: none;
  border-color: #C5A46D;
  background: transparent;
}

form textarea.form-control {
  margin-bottom: 30px;
}

form textarea.form-control.pre-textarea {
  margin-bottom: 15px;
}

form.form-style-border .form-control {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

form.form-style-border .form-control:focus {
  border-color: #C5A46D;
}

form.form-style-fill .form-control {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #121A24;
  color: #F4F7FA;
  border: none;
}

form.form-style-fill .form-control::-ms-input-placeholder {
  color: #9BA8B4;
}

form.form-style-fill .form-control::placeholder {
  color: #9BA8B4;
}

form.form-style-fill .form-control:focus {
  border-color: transparent;
}

.form-check {
  padding-left: 0;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}

.form-check .form-check-input {
  float: none;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: 5px;
  border: 2px solid rgba(255, 255, 255, 0.07);
}

.form-check .form-check-input:checked {
  background-color: #C5A46D;
}

input[type="search"]::-webkit-search-cancel-button {
  margin-left: 10px;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 575px) {
  form .form-control {
    padding: 10px 0px;
  }

  form.form-style-border .form-control {
    padding: 10px 15px;
  }

  form.form-style-fill .form-control {
    padding: 10px 15px;
  }
}

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
  height: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.irs--flat .irs-bar {
  background-color: #C5A46D;
  background: linear-gradient(130deg, #C5A46D 0%, #2C5D8A 100%);
  height: 8px;
}

.irs--flat .irs-from {
  background: transparent;
  color: #9BA8B4;
  font-size: 22px;
  top: -7px;
}

.irs--flat .irs-from:before {
  display: none;
}

.irs--flat .irs-to {
  background: transparent;
  color: #9BA8B4;
  font-size: 22px;
  top: -7px;
}

.irs--flat .irs-to:before {
  display: none;
}

.irs--flat .irs-single {
  background: transparent;
  color: #9BA8B4;
  font-size: 22px;
  top: -7px;
}

.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-handle>i:first-child {
  background: #C5A46D;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #F4F7FA;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.irs--flat .irs-handle.to>i:first-child {
  left: auto;
  right: 0;
}

.irs--flat .irs-handle:hover>i:first-child {
  background: #C5A46D;
}

.irs--flat .irs-handle.state_hover>i:first-child {
  background: #C5A46D;
}

/*****************************
  List style
*****************************/
.list-wrapper .list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  list-style-type: none;
}

.list-wrapper .list li {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-weight: 400;
}

.list-wrapper .list li a {
  color: #9BA8B4;
}

.list-wrapper .list li a:hover {
  color: #C5A46D;
}

.list-wrapper .list.list-style-disc li {
  display: list-item;
  list-style: inside;
  list-style-type: disc;
}

.list-wrapper .list.col-2 {
  width: 100%;
  gap: 10px 30px;
  flex-wrap: wrap;
  flex-direction: inherit;
}

.list-wrapper .list.col-2 li {
  width: calc(50% - 15px);
}

.list-wrapper.list-style-2 .list {
  gap: 10px;
}

.list-wrapper.list-style-2 .list li {
  font-size: inherit;
  gap: 20px;
}

.list-wrapper.list-style-2 .list li i {
  color: #C5A46D;
}

.list-wrapper.list-light .list li {
  color: #F4F7FA;
}

.list-wrapper.list-light .list li a {
  color: #F4F7FA;
}

.list-wrapper.list-light .list li a:hover {
  color: #C5A46D;
}

@media (max-width: 575px) {
  .list-wrapper .list.col-2 li {
    width: 100%;
  }
}

/*****************************
	Marquee style
*****************************/
.marquee-wrapper {
  overflow: hidden;
  /* Marquee style 2 */
  /* Marquee style 3 */
}

.marquee-wrapper .marquee-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.marquee-wrapper .marquee-inner .marquee-item {
  display: flex;
  flex: none;
  align-items: center;
  gap: 50px;
  padding-bottom: 1px;
}

.marquee-wrapper .marquee-inner .marquee-item .icon svg {
  width: 52px;
  height: auto;
  fill: #C5A46D;
}

.marquee-wrapper .marquee-inner .marquee-item .title {
  font-family: "Bai Jamjuree", serif;
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}

.marquee-wrapper .marquee-inner .marquee-item:hover .title {
  color: #F4F7FA;
}

.marquee-wrapper.marquee-style-2 .marquee-inner {
  gap: 60px;
}

.marquee-wrapper.marquee-style-2 .marquee-inner .marquee-item {
  gap: 15px;
}

.marquee-wrapper.marquee-style-2 .marquee-inner .marquee-item .title {
  font-size: 42px;
  line-height: 52px;
}

.marquee-wrapper.marquee-style-3 .marquee-inner {
  gap: 60px;
}

.marquee-wrapper.marquee-style-3 .marquee-inner .marquee-item .title {
  font-size: 150px;
  line-height: 150px;
}

/* Marquee Right */
.marquee-wrapper.marquee-right .marquee-inner {
  animation: marqueeRight 50s linear infinite;
}

.marquee-wrapper.marquee-fade {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), #0B1F33 20%, #0B1F33 80%, rgba(0, 0, 0, 0));
}

.awards-wrapper.case-studies .awards-item {
  border-bottom: 1px solid #293241;
}

.awards-wrapper.case-studies .awards-item .item-inner {
  gap: 30px;
}

.awards-wrapper.case-studies .awards-item .item-inner .awards-name {
  font-size: 22px;
  line-height: 34px;
}

.awards-wrapper.case-studies .awards-item:hover {
  border-bottom: 1px solid #C5A46D;
}

/*------------------------
	Keyframes Animation
-------------------------*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translatex(0);
  }
}

/*****************************
	Responsive
*****************************/
@media (max-width: 767px) {
  .marquee-wrapper .marquee-inner {
    animation-duration: 10s;
    gap: 30px;
  }

  .marquee-wrapper .marquee-inner .marquee-item {
    gap: 20px;
  }

  .marquee-wrapper .marquee-inner .marquee-item .icon svg {
    width: 35px;
    height: auto;
    fill: #C5A46D;
  }

  .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 36px;
  }

  .marquee-wrapper.marquee-style-2 .marquee-inner {
    gap: 30px;
  }

  .marquee-wrapper.marquee-style-3 .marquee-inner .marquee-item .title {
    font-size: 100px;
    line-height: 100px;
  }

  /* Marquee Right */
  .marquee-wrapper.marquee-right .marquee-inner {
    animation-duration: 10s;
  }
}

@media (max-width: 575px) {
  .marquee-wrapper.marquee-style-3 .marquee-inner {
    gap: 35px;
  }

  .marquee-wrapper.marquee-style-3 .marquee-inner .marquee-item .title {
    font-size: 70px;
    line-height: 70px;
  }
}

/*****************************
  Skill
*****************************/
.skill {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 35px 0 20px 0;
  border-radius: 10px;
}

.skill:not(:first-child) {
  margin-top: 64px;
}

.skill:last-child {
  margin-bottom: 0;
}

.skill:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 10px;
}

.skill-bar {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 10px;
  padding: 0px;
  background-color: #C5A46D;
  box-shadow: none;
  transition: width .9s ease;
  -webkit-transition: width .9s ease;
  -o-transition: width .9s ease;
  -ms-transition: width .9s ease;
  -moz-transition: width .9s ease;
}

.skill-bar .progress-number {
  color: #9BA8B4;
  float: right;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 22px;
  font-weight: 500;
  right: 18px;
}

.skill-bar .progress-type {
  color: #9BA8B4;
  float: right;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 22px;
  font-weight: 500;
}

.skill-title {
  color: #9BA8B4;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  text-align: left;
  margin-left: 0;
  margin-top: -35px;
}

.skill-title>i {
  margin-right: 8px;
}

/*****************************
	Select Custom
*****************************/
.nice-select {
  font-size: inherit;
  color: #9BA8B4;
  box-shadow: none;
}

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

.nice-select .list .option {
  font-size: 22px;
}

.nice-select .list .option.selected {
  color: #F4F7FA;
  font-weight: 500;
  background-color: #C5A46D;
  background: linear-gradient(130deg, #C5A46D 0%, #2C5D8A 100%);
}

.nice-select.form-control {
  width: 100%;
  height: auto;
}

.nice-select:after {
  width: 10px;
  height: 10px;
  right: 8px;
  margin-top: -6px;
  border-bottom-color: #9BA8B4;
  border-right-color: #9BA8B4;
}

/*-------------------------*/
/* Form Style Border */
/*-------------------------*/
.form-style-border .nice-select:after {
  right: 25px;
}

/*****************************
	Video Button
*****************************/
.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 80px;
  height: 570px;
  display: flex;
  align-items: flex-end;
  z-index: 9;
  /* Video Style 2	*/
}

.video-wrapper.video-primary-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(30deg, #C5A46D 15%, transparent 60%);
  z-index: -1;
}

.video-wrapper.video-gradient-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent 0%, rgba(4, 7, 17, 0.6) 100%);
  z-index: -1;
}

.video-wrapper.video-dark-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -2;
}

.video-wrapper .video-btn {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F4F7FA;
  /* Video Button Style 2	*/
}

.video-wrapper .video-btn:before {
  content: "";
  background-color: #F4F7FA;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.video-wrapper .video-btn i {
  font-size: 24px;
  color: #F4F7FA;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.video-wrapper .video-btn:hover:before {
  transform: scale(1);
}

.video-wrapper .video-btn:hover i {
  color: #0B1F33;
}

.video-wrapper .video-btn.video-btn-style-2 {
  height: 70px;
  width: 70px;
  border: none;
  background-color: #F4F7FA;
}

.video-wrapper .video-btn.video-btn-style-2:before {
  background-color: #C5A46D;
}

.video-wrapper .video-btn.video-btn-style-2 i {
  font-size: 20px;
  color: #0B1F33;
}

.video-wrapper .video-btn.video-btn-style-2:hover i {
  color: #F4F7FA;
}

.video-wrapper .video-content {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

h2 {
  font-size: 38px;
}

.video-wrapper .video-content .video-title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-wrapper .video-content p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-wrapper.video-style-2 {
  height: 350px !important;
  padding: 30px;
}

.video-wrapper.video-style-2 .video-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.video-wrapper.video-style-2 .video-btn-wrapper span {
  font-size: 20px;
  line-height: 32px;
  font-family: "Bai Jamjuree", serif;
  font-weight: 600;
  color: #F4F7FA;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 991px) {
  .video-wrapper {
    height: 500px;
    padding: 50px;
  }

  .video-wrapper.video-style-2 {
    height: 280px !important;
  }

  .video-wrapper .video-content {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .video-wrapper {
    height: 400px;
    padding: 30px;
  }

  .video-wrapper .video-btn {
    height: 80px;
    width: 80px;
  }

  .video-wrapper .video-content {
    width: 100%;
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .video-wrapper {
    padding: 20px;
  }

  .video-wrapper .video-btn {
    height: 70px;
    width: 70px;
  }

  .video-wrapper .video-btn i {
    font-size: 20px;
    color: #F4F7FA;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  }

  .video-wrapper .video-btn.video-btn-style-2 {
    height: 60px;
    width: 60px;
  }

  .video-wrapper .video-btn.video-btn-style-2 i {
    font-size: 16px;
  }

  .video-wrapper .video-content {
    gap: 10px;
  }

  .video-wrapper .video-content .video-title {
    font-size: 22px;
    line-height: 32px;
  }

  .video-wrapper.video-style-2 {
    height: 220px !important;
    padding: 20px;
  }
}

/*****************************
	Header
*****************************/
/*---------------------------------*/
/* Header default */
/*---------------------------------*/
.header {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #0B1838;
  border-bottom: 1px solid rgba(184, 150, 12, 0.30);
  padding: 0px 28px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.20);
  /*navbar-brand*/
  /*navbar*/
  /*search*/
}

.header.header-sticky.is-sticky {
  background: rgba(11, 24, 56, 0.97) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 2px solid #B8960C;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}

.header .main-header {
  flex: 0 auto;
  justify-content: start;
  align-items: center;
}

.header .navbar-brand {
  padding: 10px 0px;
  margin-right: 30px;
  color: #F4F7FA;
  min-width: 220px;
  flex: 0 0 220px;
  display: inline-block;
  transition: none;
}

.header .navbar-brand img {
  height: 64px;
}

.header .navbar-brand img.sticky {
  display: none;
}

.header .navbar {
  padding: 0px;
}

.header .navbar .navbar-nav {
  gap: 0 25px;
}

.header .navbar .navbar-nav>li {
  margin: 0px 0px;
  display: flex;
  position: relative;
  align-items: center;
}

.header .navbar .navbar-nav>li:first-child {
  margin-left: 0px;
}

.header .navbar .navbar-nav>li:last-child {
  margin-right: 0px;
}

.header .navbar .navbar-nav>li .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding: 0px;
  color: #F4F7FA;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 7px;
}

.header .navbar .navbar-nav>li .nav-link i {
  font-weight: bold;
  font-size: 13px;
}

.header .navbar .navbar-nav>li .nav-link:hover {
  color: #B8960C;
}

.header .navbar .navbar-nav>li .nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #B8960C;
  transition: width 0.3s ease;
}

.header .navbar .navbar-nav>li .nav-link:hover::after {
  width: 100%;
}

/* Premium Contact Button */
.header .navbar .navbar-nav>li .nav-link.contact-btn {
  background-color: #B8960C;
  color: #0B1838 !important;
  padding: 8px 25px !important;
  border-radius: 50px;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.header .navbar .navbar-nav>li .nav-link.contact-btn:hover {
  background-color: #F4F7FA;
  color: #0B1838 !important;
  transform: translateY(-2px);
}

.header .navbar .navbar-nav>li .nav-link.contact-btn::after {
  display: none;
}

.header .navbar .navbar-nav .nav-item:has(.megamenu) {
  position: inherit;
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #B8960C;
}

.header .navbar .navbar-nav .nav-title {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 5px 25px;
  font-size: 22px;
  color: #F4F7FA;
}

.header .navbar .dropdown-menu {
  padding: 20px 0px;
  z-index: 999;
}

.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.header .search ul li a {
  font-size: 20px;
  color: #F4F7FA;
}

.header .search ul li a:hover {
  color: #B8960C;
}

/*---------------------------------*/
/*Hamburger*/
/*---------------------------------*/
.hamburger {
  padding: 0px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  background-color: transparent;
}

.hamburger .hamburger-container {
  position: relative;
  width: 24px;
  height: 18px;
  display: inline-block;
}

.hamburger .hamburger-container .hamburger-inner {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translate(5px, -50%);
  background-color: #F4F7FA;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:before {
  position: absolute;
  content: "";
  transform: translate(-5px, 0);
  top: -8px;
  width: 100%;
  height: 2px;
  background-color: #F4F7FA;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:after {
  position: absolute;
  content: "";
  top: 8px;
  transform: translate(-5px, 0);
  width: 100%;
  height: 2px;
  background-color: #F4F7FA;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-hidden {
  position: absolute;
  top: 50%;
  transform: translate(51px, -50%);
  width: 100%;
  height: 2px;
  background-color: #C5A46D;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}

.hamburger .hamburger-container .hamburger-hidden:before {
  position: absolute;
  content: "";
  top: -9px;
  width: 100%;
  height: 2px;
  background-color: #C5A46D;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transform: translate(102px, 0);
}

.hamburger .hamburger-container .hamburger-hidden:after {
  position: absolute;
  content: "";
  top: 9px;
  transform: translate(102px, 0);
  width: 100%;
  height: 2px;
  background-color: #C5A46D;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}

.hamburger:hover .hamburger-inner {
  transform: translate(-51px, 50%);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:before {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:after {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-hidden {
  opacity: 1;
  transform: translate(0, -50%);
}

.hamburger:hover .hamburger-hidden:before {
  opacity: 1;
  transform: translate(0, 0);
}

.hamburger:hover .hamburger-hidden:after {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------------*/
/* Header Sticky */
/*---------------------------------*/
header.header.header-sticky.is-sticky {
  border-bottom: 2px solid #B8960C;
  background: #0B1838;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  top: -110px;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

header.header.header-sticky.is-sticky.sticky-show {
  top: 0;
}

header.header.header-sticky.is-sticky .navbar .navbar-brand img {
  height: 38px;
}

header.header.header-sticky.is-sticky .navbar .navbar-brand img.sticky {
  display: block;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header li>.dropdown-item:focus {
  color: #C5A46D;
  background: none;
}

.header li>.dropdown-item:hover {
  color: #C5A46D;
  background: none;
}

.header .dropdown-item.active {
  background: none;
}

.header .dropdown-item:active {
  background: none;
}

.header .dropdown-item:focus {
  background: none;
}

.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  align-items: inherit;
  position: relative;
  flex-grow: inherit;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 25px;
  border-radius: 0px;
  position: relative;
  color: #F4F7FA;
  font-family: "Jost", sans-serif;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  color: #C5A46D;
  padding-left: 35px;
}

.navbar .dropdown>.dropdown-menu li>a:hover span:before {
  width: 100%;
}

.navbar .navbar-nav .dropdown-menu li.active>a span {
  color: #C5A46D;
}

.navbar .navbar-nav .dropdown-menu li.active>a span:before {
  width: 100%;
}

/*---------------------------------*/
/* Search */
/*---------------------------------*/
.action-group {
  gap: 30px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.action-group .header-phone-number {
  display: flex;
  align-items: center;
  padding: 8px 25px;
  border-radius: 50px;
  margin-left: 10px !important;
  border: 1px solid #C5A46D;
  font-size: 20px;
  line-height: 30px;
}

.action-group .header-phone-number i {
  color: #C5A46D;
  margin-right: 15px;
}

.action-group .header-phone-number a {
  white-space: nowrap;
  color: #F4F7FA;
}

.action-group .header-phone-number a:hover {
  color: #C5A46D;
}

/*---------------------------------*/
/*offcanvas*/
/*---------------------------------*/
.offcanvas .offcanvas-header {
  padding: 40px 50px 0px 50px;
}

.offcanvas .btn-close {
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #0D1117;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  color: #F4F7FA !important;
}

.offcanvas .btn-close:hover {
  color: #C5A46D !important;
}

.offcanvas .btn-close:focus {
  box-shadow: none;
}

.offcanvas .offcanvas-body {
  padding: 50px;
  padding-top: 0;
}

.offcanvas .offcanvas-body .about-us-box .title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #121A24;
  font-weight: 600;
}

.offcanvas .offcanvas-body .about-us-box p {
  color: #9BA8B4;
  margin-bottom: 0;
}

.offcanvas .offcanvas-body .widget-social {
  margin: 40px 0;
}

.offcanvas .offcanvas-body .widget-social .social-icon {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.offcanvas .offcanvas-body .widget-social .social-icon li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.offcanvas .offcanvas-body .widget-social .social-icon li .icon {
  line-height: 1;
}

.offcanvas .offcanvas-body .widget-social .social-icon li .icon svg {
  fill: #C5A46D;
}

.offcanvas .offcanvas-body .widget-social .social-icon li a {
  font-size: 22px;
  line-height: 30px;
  color: #121A24;
}

.offcanvas .offcanvas-body .widget-social .social-icon li a:hover {
  color: #C5A46D;
}

.offcanvas .offcanvas-body .contact-info-box {
  margin-top: auto;
  padding-bottom: 50px;
}

.offcanvas .offcanvas-body .contact-info-box .title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #121A24;
  font-weight: 600;
}

.offcanvas .offcanvas-body .contact-info-box ul li {
  color: #9BA8B4;
}

.offcanvas .offcanvas-body .contact-info-box ul li a {
  color: #9BA8B4;
}

.offcanvas .offcanvas-body .contact-info-box ul li a:hover {
  color: #C5A46D;
}

.offcanvas.header-sidepanel {
  border-left: none;
  width: 450px;
}

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner {
  background-color: #F4F7FA;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:before {
  background-color: #F4F7FA;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:after {
  background-color: #F4F7FA;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden {
  background-color: #C5A46D;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden:before {
  background-color: #C5A46D;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden:after {
  background-color: #C5A46D;
}

.main-menu-offcanvas {
  background-color: #121A24;
  width: 400px;
  max-width: 100%;
}

.main-menu-offcanvas .offcanvas-header {
  justify-content: space-between;
  padding: 40px 50px;
}

.main-menu-offcanvas .offcanvas-header .offcanvas-title {
  font-weight: 600;
}

.main-menu-offcanvas .offcanvas-header .btn-close {
  height: 50px;
  width: 50px;
  font-size: 24px;
  color: #F4F7FA;
}

.main-menu-offcanvas .offcanvas-body .body-inner {
  overflow-x: hidden;
}

.main-menu-offcanvas .offcanvas-body .navbar {
  padding: 0;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
  width: 100%;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(155, 168, 180, 0.4);
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
  display: block;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  background-color: transparent;
  color: #F4F7FA;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a.dropdown-toggle:before {
  position: absolute;
  content: "\f078";
  font-family: 'Font Awesome 6 Free';
  font-size: 13px !important;
  font-weight: 900;
  color: #F4F7FA;
  height: 27px;
  width: 27px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a.dropdown-toggle.show:before {
  transform: rotate(-180deg);
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
  display: none;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  border: none;
  background: transparent;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 8px 0;
  font-size: 22px;
  font-weight: 400;
  color: #F4F7FA;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: transparent;
  color: #C5A46D;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active)>.nav-link {
  color: #C5A46D;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active)>.nav-link:before {
  color: #C5A46D;
}

.main-menu-offcanvas .contact-info {
  padding-top: 25px;
  border-top: 3px solid #C5A46D;
}

.main-menu-offcanvas .contact-info .number {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #F4F7FA;
  margin-bottom: 15px;
}

.main-menu-offcanvas .contact-info .mail {
  display: block;
  color: #9BA8B4;
  font-size: 24px;
  margin-bottom: 15px;
}

.main-menu-offcanvas .contact-info .mail i {
  padding-right: 10px;
  color: #C5A46D;
}

/*****************************
	Responsive
*****************************/
@media (min-width: 992px) {
  .header .navbar .navbar-collapse {
    flex-basis: auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 250px;
    border: none;
    left: 0;
    transform-origin: top center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: block !important;
    margin-top: 15px;
    top: 100%;
    background-color: #0D1117;
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    transform: translate3d(15px, 10px, 0);
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    transform: translate3d(-15px, 10px, 0);
  }

  .header .navbar .dropdown-menu.dropdown-menu-lg.megamenu {
    padding: 16px 25px;
    width: 100%;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
  }

  .header .navbar li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1499px) {
  .header .navbar .navbar-nav {
    gap: 0 15px;
  }
}

@media (max-width: 1399px) {
  header.header {
    padding: 0 40px;
  }

  header.header .main-header {
    padding: 0 0px;
  }

  header.header .navbar-collapse {
    position: unset;
  }

  header.header .navbar-brand {
    min-width: 170px;
    flex: 0 0 170px;
    margin-right: 20px;
  }

  header.header .menu-btn {
    margin-left: 0px;
  }

  header.header .navbar .navbar-nav {
    gap: 0 10px;
  }

  header.header .navbar .navbar-nav>li {
    margin: 0px 5px;
  }

  header.header .navbar .navbar-nav>li .nav-link {
    padding: 10px 5px;
  }

  .action-group {
    gap: 20px;
    margin-left: 15px;
  }

  .action-group .header-phone-number {
    display: none;
  }
}

@media (max-width: 1199px) {

  /* Header */
  header.header {
    padding: 0 30px;
  }

  header.header .navbar .navbar-brand {
    flex: 0 0 140px;
  }

  header.header .navbar .navbar-nav>li {
    margin: 0px 0px;
  }

  header.header .navbar .navbar-nav>li .nav-link {
    font-size: 17px;
  }

  header.header .navbar .action-group a.btn {
    margin-left: 20px !important;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header .navbar-brand {
    padding: 20px 0px;
  }

  .header.header {
    padding: 0 20px;
  }

  .header .main-header {
    padding: 0 30px;
    justify-content: space-between;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #F4F7FA;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #293241;
    border-bottom: 1px solid #293241;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .header .navbar .navbar-brand {
    flex: 0 0 180px;
    min-width: 180px;
  }

  .header .navbar .navbar-brand img {
    height: 40px;
  }

  .header .navbar .navbar-nav {
    align-items: initial;
  }

  .header .navbar .navbar-nav .nav-link {
    color: #0B1F33;
    padding: 10px 20px;
  }

  .header .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px;
  }

  .header .navbar .navbar-nav .nav-item {
    margin-right: 0;
    margin-left: 0px;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: inherit;
    padding: 0;
    font-size: 13px;
  }

  .header .navbar .nav-title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .header .navbar .action-group {
    line-height: 1;
    padding-right: 0px;
    margin-left: 0px;
    gap: 20px;
  }

  .header .navbar .action-group .menu-btn {
    display: none;
  }

  .header .navbar .action-group .menu-btn svg {
    width: 30px;
  }

  .header .navbar .action-group .mobile-hamburger .hamburger {
    padding: 4px 12px;
  }

  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    padding: 6px 0px;
  }

  .navbar .dropdown>.dropdown-menu li>a {
    padding: 5px 20px;
  }
}

@media (max-width: 767px) {
  .navbar-expand-lg {
    min-width: 100% !important;
    left: 0;
  }
}

@media (max-width: 575px) {

  /* Header */
  .header .navbar .navbar-brand img {
    height: 35px;
  }

  .header.header {
    padding: 0 12px;
  }

  .header .main-header {
    padding: 0px 15px;
  }

  .header .navbar .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll;
  }

  .header .action-group .search {
    display: none;
  }

  .header.header-02 .navbar .action-group {
    display: flex;
  }

  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    height: 30px;
  }

  .main-menu-offcanvas {
    width: 320px !important;
  }

  .main-menu-offcanvas .offcanvas-header {
    padding: 30px 20px;
  }

  .main-menu-offcanvas .offcanvas-body {
    padding: 20px 20px;
    padding-top: 0;
  }
}

@media (max-width: 379px) {
  .main-menu-offcanvas {
    width: 270px !important;
  }
}

/*****************************
	Site Banner
*****************************/
/*-----------------------------------*/
/* Main Banner 1 */
/*-----------------------------------*/
.main-banner-1 {
  overflow: hidden;
  position: relative;
  height: 800px;
}

.main-banner-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #C5A46D;
  background: linear-gradient(20deg, #C5A46D 10%, rgba(13, 17, 23, 0.02) 65%);
  z-index: 2;
}

.main-banner-1 .kenburnsy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-banner-1 .kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center;
}

.main-banner-1 .banner-slide {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.main-banner-1 .banner-slide .swiper-container {
  height: 100%;
}

.main-banner-1 .banner-slide .swiper-container .swiper-slide {
  width: 100% !important;
}

.main-banner-1 .widget-social {
  flex-wrap: nowrap;
  position: absolute;
  right: 90px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.main-banner-1 .widget-social .follow-title {
  font-size: 20px;
}

.main-banner-1 .widget-social ul.social-icon li a {
  font-size: 20px;
}

.main-banner-1 .banner-content {
  position: relative;
  width: 70%;
  z-index: 3;
}

.main-banner-1 .banner-content h1 {
  font-size: 90px;
  text-transform: capitalize;
  line-height: 1.1em;
  color: #F4F7FA;
  margin-bottom: 44px;
  margin-bottom: 15px;
}

.main-banner-1 .banner-content .description {
  color: #F4F7FA;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 40px;
  width: 70%;
}

.main-banner-1 .banner-content .banner-info {
  display: flex;
  gap: 30px;
}

.main-banner-1 .banner-content .banner-info .call-center-box a {
  font-size: 22px;
  line-height: 32px;
  font-family: "Bai Jamjuree", serif;
  font-weight: 600;
  color: #F4F7FA;
}

.main-banner-1 .banner-bg-bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  z-index: 3;
}

.main-banner-1 .banner-bg-bottom svg {
  height: 30px;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.main-banner-1 .banner-bg-bottom svg path {
  fill: #0D1117;
}

/*-----------------------------------*/
/* Main Banner 2 */
/*-----------------------------------*/
.main-banner.main-banner-2 {
  padding: 0px 25px;
}

.main-banner.main-banner-2 .banner-conent {
  overflow: hidden;
  position: relative;
  padding: 150px 110px;
  border-radius: 25px;
  z-index: 1;
  background-color: #121A24;
}

.main-banner.main-banner-2 .banner-conent .sub-title {
  gap: 10px;
  display: flex;
  color: #C5A46D;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Bai Jamjuree", serif;
}

.main-banner.main-banner-2 .banner-conent .title {
  font-size: 72px;
  font-weight: 600;
  line-height: 86px;
  margin-bottom: 15px;
}

.main-banner.main-banner-2 .banner-conent p {
  font-size: 22px;
  line-height: 34px;
  margin-top: 15px;
}

.main-banner.main-banner-2 .banner-conent .reviews-info {
  gap: 30px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}

.main-banner.main-banner-2 .banner-conent .reviews-info .btn {
  padding: 16px 50px;
}

.main-banner.main-banner-2 .banner-conent .banner-shape {
  right: 0;
  bottom: 0;
  opacity: 0.08;
  position: absolute;
  z-index: -1;
}

.main-banner.main-banner-2 .banner-bg {
  min-height: 640px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*-----------------------------------*/
/* Inner Banner */
/*-----------------------------------*/
.inner-banner {
  z-index: 5;
  height: 450px;
  display: flex;
  overflow: hidden;
  text-align: center;
  align-items: center;
  position: relative;
  justify-content: center;
  background-position: inherit;
}

.inner-banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 164, 109, 0.85);
  z-index: -1;
}

.inner-banner .title {
  margin-bottom: 20px;
}

.rotate {
  -webkit-animation: rotate 50s normal linear infinite;
  animation: rotate 50s normal linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

/*------------------------------*/
/* Responsive CSS */
/*------------------------------*/
@media (max-width: 1699px) {
  body {
    font-size: 21px;
    line-height: 32px;
  }

  .main-banner.main-banner-2 .banner-conent {
    padding: 140px 90px;
  }
}

@media (max-width: 1599px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }

  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 870px;
  }

  .main-banner-1 .banner-title {
    font-size: 300px;
    line-height: 320px;
    margin-bottom: 0px;
  }

  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 120px 65px;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 60px;
    line-height: 70px;
  }

  .main-banner.main-banner-2 .banner-conent p {
    font-size: 20px;
    line-height: 30px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 20px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
    padding: 16px 30px;
  }
}

@media (max-width: 1399px) {
  body {
    font-size: 19px;
    line-height: 28px;
  }

  /* Main Banner 1 ----------*/
  .main-banner-1 .banner-content {
    width: 74%;
  }

  .main-banner-1 .banner-content .title {
    font-size: 72px;
  }

  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 85px 40px;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 56px;
    line-height: 65px;
  }

  .main-banner.main-banner-2 .banner-conent p {
    font-size: 19px;
    line-height: 28px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 35px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
    padding: 16px 30px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews {
    gap: 10px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin-left: -20px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {

  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 700px;
  }

  .main-banner-1 .widget-social {
    right: 20px;
  }

  .main-banner-1 .banner-title {
    font-size: 190px;
    line-height: 210px;
  }

  .main-banner-1 .banner-content {
    width: 85%;
    padding-left: 0px;
  }

  .main-banner-1 .banner-content .title {
    font-size: 70px;
  }

  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 50px 30px;
  }

  .main-banner.main-banner-2 .banner-conent .sub-title {
    margin-bottom: 10px;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 42px;
    line-height: 50px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 30px;
    margin-top: 15px;
  }

  .inner-banner {
    height: 400px;
  }
}

@media (max-width: 991px) {

  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 600px;
  }

  .main-banner-1 .banner-content {
    width: 90%;
  }

  .main-banner-1 .banner-content .title {
    font-size: 60px;
  }

  .main-banner-1 .banner-content .description {
    margin-bottom: 30px;
    width: 80%;
  }

  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 {
    padding: 0px;
  }

  .main-banner.main-banner-2 .banner-conent {
    padding: 60px;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 48px;
    line-height: 58px;
  }

  .main-banner.main-banner-2 .banner-bg {
    margin-top: 30px;
    min-height: 230px;
    height: 230px !important;
  }

  .main-banner.main-banner-2 .row {
    align-items: stretch;
  }

  .main-banner.main-banner-2 .banner-bg {
    margin-top: 0;
    min-height: 100%;
    height: 100% !important;
  }

  .inner-banner {
    height: 300px;
  }

  .inner-banner .title {
    font-size: 52px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {

  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 500px;
  }

  .main-banner-1 .widget-social {
    right: 12px;
  }

  .main-banner-1 .banner-content {
    width: 90%;
  }

  .main-banner-1 .banner-content .title {
    font-size: 42px;
  }

  .main-banner-1 .banner-content .description {
    margin-bottom: 25px;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .main-banner-1 .banner-content .banner-info {
    gap: 15px 30px;
    flex-wrap: wrap;
  }

  .main-banner-1 .banner-content .banner-info .get-started-btn .btn {
    font-size: 16px;
    line-height: 28px;
    padding: 12px 35px;
  }

  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 30px;
  }

  .main-banner.main-banner-2 .banner-conent .sub-title {
    font-size: 13px;
    line-height: 20px;
  }

  .main-banner.main-banner-2 .banner-conent p {
    font-size: 15px;
    line-height: 24px;
  }

  .main-banner.main-banner-2 .row>[class*="col-"]:first-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-banner.main-banner-2 .row>[class*="col-"]:last-child {
    display: none;
  }

  .main-banner.main-banner-2 .banner-bg {
    display: none;
    margin-top: 0;
    min-height: 200px;
    height: 100% !important;
  }

  .inner-banner {
    height: 250px;
  }

  .inner-banner .title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {

  /* Main Banner 1 ----------*/
  .main-banner-1 .widget-social {
    display: none;
  }

  .main-banner-1 .banner-content {
    width: 100%;
  }

  .main-banner-1 .banner-content .title {
    font-size: 28px;
    line-height: 38px;
  }

  .main-banner-1 .banner-content .description {
    margin-bottom: 15px;
    width: 100%;
    line-height: 28px;
  }

  .main-banner-1 .banner-content .banner-info {
    gap: 10px 30px;
    flex-wrap: wrap;
  }

  .main-banner-1 .banner-content .banner-info .call-center-box {
    gap: 10px;
  }

  .main-banner-1 .banner-content .banner-info .call-center-box a {
    font-size: 20px;
    line-height: 30px;
  }

  .main-banner-1 .banner-content .banner-info .call-center-box .call-icon {
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
  }

  .main-banner-1 .banner-content .banner-info .call-center-box .call-icon i {
    font-size: 14px;
  }

  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 25px;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 40px;
    line-height: 52px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 20px;
    flex-wrap: wrap;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews {
    margin-left: 20px;
  }

  .main-banner.main-banner-2 .banner-bg {
    min-height: 180px;
    height: 100% !important;
  }

  .inner-banner .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {

  /* Main Banner 1 ----------*/
  .main-banner-1 .banner-title {
    font-size: 70px;
    line-height: 90px;
  }

  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 27px;
    line-height: 40px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
    padding: 12px 30px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews {
    gap: 15px;
    flex-wrap: wrap;
    margin-left: 0px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-left: -15px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li:first-child {
    margin-left: 0px;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .reviews .reviews-number {
    font-size: 22px;
    line-height: 30px;
  }

  .main-banner.main-banner-2 .banner-bg {
    margin-top: 0;
    min-height: 150px;
    height: 100% !important;
  }
}

/*****************************
	Layout
*****************************/
/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

/*----------------------------------*/
/* Scrollbar */
/*----------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

:root {
  --scrollbar-width: 4px;
}

::-webkit-scrollbar {
  width: var(--scrollbar-width) !important;
}

.table-responsive::-webkit-scrollbar {
  width: auto;
  height: var(--scrollbar-width);
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #293241;
  border: 1px solid #293241;
}

::-webkit-scrollbar-thumb {
  background-color: #C5A46D;
}

/*----------------------------------*/
/* Jarallax */
/*----------------------------------*/
#jarallax-container-0 {
  border-radius: 30px;
}

/*----------------------------------*/
/* Search */
/*----------------------------------*/
.search ul li a {
  color: #0B1F33;
}

.search ul li a:hover {
  color: #C5A46D;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50vh;
  text-align: center;
  max-height: inherit;
  background-color: #121A24;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#search input[type="search"] {
  width: 100%;
  color: #F4F7FA;
  background: transparent;
  font-size: 22px;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.07);
  margin: 0px auto;
  padding: 12px 25px;
  outline: none;
  border-radius: 50px;
}

#search .close {
  border: none;
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  color: #F4F7FA;
  font-size: 24px;
  line-height: 30px;
  background-color: #0D1117;
}

#search .close:before {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: -1;
}

#search .close:hover {
  color: #C5A46D;
}

#search.open {
  opacity: 1;
  visibility: visible;
}

#search .search-inner {
  max-width: 950px;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 15px;
}

#search .search-inner form {
  width: 100%;
  display: flex;
  justify-content: center;
}

#search .search-inner form .search-btn.btn {
  margin: 0px 0px 0px 10px;
}

body {
  position: relative;
}

body:has(#search.open) {
  overflow: hidden;
}

body:has(#search.open):before {
  top: 0;
  left: 0;
  z-index: 9;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single {
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  height: 21px;
  width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 6 free";
  font-style: normal;
  font-weight: 900;
  color: #C5A46D;
}

.select2-container--default .select2-search--dropdown {
  margin-bottom: 5px;
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  border-radius: 10px;
  background-color: rgba(197, 164, 109, 0.1);
  color: #C5A46D;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(197, 164, 109, 0.1);
  color: #C5A46D;
  border-radius: 10px;
}

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 8;
}

.select-border .select2-container--default .select2-selection--single {
  height: 43px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #9BA8B4;
  padding: 10px 20px;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid rgba(206, 208, 223, 0.3);
}

.select2-results__option[aria-selected] {
  text-transform: capitalize;
}

.select2-container--default .select2-results>.select2-results__options {
  border: none;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #9BA8B4;
  line-height: 22px;
}

.select2-container--open .select2-dropdown {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #121A24;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-radius: 0px 0px 10px 10px;
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0px 0px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px;
}

/*----------------------------------*/
/* Back To Top */
/*----------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 75px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px);
}

.back-to-top::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  text-align: center;
  line-height: 55px;
  opacity: 1;
  height: 55px;
  width: 55px;
  font-size: 22px;
  font-weight: 600;
  color: #C5A46D;
}

.back-to-top svg path {
  fill: none;
}

.back-to-top svg.progress-circle path {
  stroke: #C5A46D;
  stroke-width: 4;
}

.back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*----------------------------------*/
/* Call Center Box */
/*----------------------------------*/
.call-center-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.call-center-box .call-icon {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  background-color: #121A24;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.call-center-box .call-icon i {
  color: #F4F7FA;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.call-center-box .call-icon:hover {
  animation: btn-effect 1s ease-in-out;
  background-color: #F4F7FA;
}

.call-center-box .call-icon:hover i {
  color: #C5A46D;
}

.call-center-box .call-info {
  display: flex;
  flex-direction: column;
}

.call-center-box .call-info span {
  font-size: 22px;
  line-height: 28px;
  color: #0B1F33;
}

.call-center-box .call-info a:hover {
  color: #C5A46D;
}

/*----------------------------------*/
/* Contact Us */
/*----------------------------------*/
.contact-icon-box .icon-box-info .title {
  margin-bottom: 25px;
}

.contact-icon-box .icon-box-info ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.contact-icon-box .icon-box-info ul li a {
  color: #9BA8B4;
}

.contact-icon-box .icon-box-info ul li a:hover {
  color: #C5A46D;
}

.contact-icon-box .icon-box-info .widget-social .social-icon li a {
  color: #9BA8B4;
}

.contact-icon-box .icon-box-info .widget-social .social-icon li a:hover {
  color: #C5A46D;
}

.contact-form-box {
  background-color: #C5A46D;
  padding: 80px;
  position: relative;
  border-radius: 25px;
  z-index: 1;
}

.contact-form-box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(57d5736aac07a4bccff1.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
}

.contact-title {
  background-color: #C5A46D;
  padding: 8px 30px;
  font-size: 16px;
  color: #F4F7FA;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 50px;
  display: inline-block;
}

.contact-top {
  background-size: 70%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-position-y: 370px;
  position: relative;
  z-index: 1;
}

.contact-top:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(13, 17, 23, 0.4) 59%, #0D1117 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-address-wrapper {
  margin-top: 80px;
}

.contact-address {
  padding: 50px 35px 40px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border-bottom: 3px solid rgba(197, 164, 109, 0.5);
  transition: all 0.3s ease-in-out;
}

.contact-address:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, #121A24 0%, #C5A46D 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.contact-address .title {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-address p {
  margin-bottom: 0;
}

.contact-address:hover {
  border-color: #C5A46D;
}

/*----------------------------------*/
/* WOW : animation */
/*----------------------------------*/
.pgsUpToDown {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsUpToDown.wow-animated,
.pgsUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pgsDownToUP {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsDownToUP.wow-animated,
.pgsDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pgsLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsLeftToRight.wow-animated,
.pgsLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pgsRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsRightToLeft.wow-animated,
.pgsRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*----------------------------------*/
/* Map : Contact Us */
/*----------------------------------*/
.map {
  height: 605px;
  border-radius: 25px;
  margin-bottom: -8px;
  filter: brightness(90%) saturate(0%);
  /* IE6-9 */
  -webkit-filter: brightness(90%) saturate(0%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix for transition flickering */
}

/*----------------------------------*/
/* 404 Page */
/*----------------------------------*/
.error-section {
  position: relative;
}

.error-section:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(8eb756dd4fc3696fa1f6.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.error-section .error-content {
  position: relative;
}

.error-section .error-content .error-main-title {
  position: relative;
}

.error-section .error-content .error-main-title .error-text {
  font-size: 380px;
  font-weight: 700;
  line-height: 400px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #C5A46D;
  stroke: #C5A46D;
  color: transparent;
}

.error-section .error-content .error-main-title .bg-text-stroke {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding-left: 6px;
  text-align: center;
  font-size: 380px;
  font-weight: 700;
  line-height: 400px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(197, 164, 109, 0.15);
  stroke: rgba(197, 164, 109, 0.15);
  color: transparent;
}

/*----------------------------------*/
/* login */
/*----------------------------------*/
.login-form {
  padding: 30px;
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 5px;
}

.login-form .forget-password:hover,
.login-form .forget-password:focus,
.login-form .sign-up:hover,
.login-form .sign-up:focus {
  color: #F4F7FA;
}

/*----------------------------------*/
/* Coming Soon */
/*----------------------------------*/
.coming-soon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  padding: 150px 0;
  height: 100vh;
}

.coming-soon-section:before {
  content: "";
  background-image: linear-gradient(20deg, #C5A46D 15%, rgba(13, 17, 23, 0.5) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.coming-soon-section .countdown-wrapper .countdown span {
  font-family: "Bai Jamjuree", serif;
}

.inner-content {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.inner-content a img {
  height: 60px;
}

.coming-soon-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #F4F7FA;
  font-family: "Bai Jamjuree", serif;
}

.coming-soon-description {
  font-size: 22px;
  color: #F4F7FA;
  margin-bottom: 0px;
}

/*Home 02*/
.about-section {
  position: relative;
  z-index: 1;
}

.about-section:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.5;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(8eb756dd4fc3696fa1f6.webp);
}

/*Home Shape line*/
.item-efftect {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  bottom: 0;
}

.item-efftect .efftect {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.item-efftect .efftect::after {
  position: absolute;
  top: -50%;
  left: 0;
  content: "";
  height: 70px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(155, 168, 180, 0.1) 0%, rgba(197, 164, 109, 0.3) 75%, rgba(155, 168, 180, 0.1) 100%);
  display: block;
  -webkit-animation: run 5s 0s infinite;
  animation: run 5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.item-efftect .efftect:nth-child(1) {
  left: 5%;
}

.item-efftect .efftect:nth-child(1)::after {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.item-efftect .efftect:nth-child(2) {
  left: 25%;
}

.item-efftect .efftect:nth-child(2)::after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.item-efftect .efftect:nth-child(3) {
  left: 50%;
}

.item-efftect .efftect:nth-child(3)::after {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.item-efftect .efftect:nth-child(4) {
  left: 75%;
}

.item-efftect .efftect:nth-child(4)::after {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.item-efftect .efftect:nth-child(5) {
  left: 95%;
}

.item-efftect .efftect:nth-child(5)::after {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.about-section .experience-section {
  padding-left: 35px;
}

.experience-years .title {
  gap: 30px;
  display: flex;
  font-size: 180px;
  line-height: 140px;
  font-weight: 600;
  stroke-width: 2px;
  stroke: #C5A46D;
  color: transparent;
  align-items: flex-end;
  padding-bottom: 70px;
  -webkit-text-stroke: 2px #C5A46D;
}

.experience-years .title sub {
  stroke: none;
  color: #F4F7FA;
  max-width: 147px;
  font-size: 22px;
  line-height: 30px;
  stroke-width: 0px;
  display: inline-block;
  -webkit-text-stroke: initial;
}

.experience-section.bg-primary {
  padding: 55px 50px;
  border-radius: 15px;
}

.experience-section.bg-primary .experience-years .title {
  stroke: #F4F7FA;
  font-size: 160px;
  line-height: 130px;
  padding-bottom: 50px;
  margin-bottom: 0px;
  -webkit-text-stroke-color: #F4F7FA;
}

.experience-section.bg-primary .skill-wrapper .skill .skill-bar {
  background-color: #F4F7FA;
}

.experience-section.bg-primary .skill-wrapper .skill .skill-bar .skill-title {
  color: #F4F7FA;
  font-weight: 400;
}

.experience-section.bg-primary .skill-wrapper .skill .skill-bar .progress-type {
  color: #F4F7FA;
}

.experience-section.bg-primary .skill-wrapper .skill .skill-bar .progress-number {
  color: #F4F7FA;
}

.experience-section.bg-primary .skill-wrapper .skill:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/*Mission Vision Page*/
.our-mission-section .about-img {
  padding-right: 85px;
}

/* Fade In effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Zoom-in effect */
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*----------------------------------*/
/* Keyframes */
/*----------------------------------*/
@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1399px) {
  .our-mission-section .about-img {
    padding-right: 25px;
  }

  .about-img .about-logo {
    left: 30px;
    top: 30px;
  }

  .about-details {
    padding-top: 30px;
  }

  .about-details .list-wrapper {
    margin-left: 125px;
  }

  /* Contact us */
  .contact-form-box {
    padding: 45px;
  }
}

@media (max-width: 1199px) {
  .our-mission-section .about-img {
    padding-right: 0px;
  }

  .about-details .list-wrapper {
    margin-left: 0;
  }

  .about-section .experience-section {
    padding-left: 0;
  }

  /* Contact us	*/
  .contact-top {
    background-size: 100% auto;
    background-position-y: 65%;
  }
}

@media (max-width: 991px) {
  .back-to-top {
    right: 30px;
    bottom: 30px;
  }

  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 470px;
  }

  /* Contact us	*/
  .contact-address-wrapper {
    margin-top: 60px;
  }

  /* Map Iframe */
  .map {
    height: 400px;
  }

  /* Error 404 */
  .error-section .error-content .error-main-title .error-text {
    font-size: 300px;
    line-height: 320px;
  }

  .error-section .error-content .error-main-title .bg-text-stroke {
    font-size: 300px;
    line-height: 320px;
  }

  .error-section .error-content .error-main-title .smile-icon {
    top: 60px;
    left: 50%;
    width: 190px;
    height: 190px;
  }

  /* Coming Soon */
  .coming-soon-title {
    font-size: 50px;
  }

  .about-bg {
    margin-top: 50px;
    height: 250px !important;
  }
}

@media (max-width: 767px) {

  /* Call center box */
  .call-center-box .call-icon {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
  }

  .call-center-box .call-icon i {
    font-size: 16px;
  }

  /*About us*/
  .about-section .experience-section {
    padding-top: 30px;
  }

  .experience-years .title {
    font-size: 120px;
    line-height: 90px;
    padding-bottom: 50px;
  }

  .experience-section.bg-primary .experience-years .title {
    gap: 20px;
    font-size: 120px;
    line-height: 100px;
  }

  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 350px;
  }

  /* Contact us */
  .contact-icon-box .icon-box-info .title {
    margin-bottom: 10px;
  }

  .contact-address-wrapper {
    margin-top: 40px;
  }

  .contact-address {
    padding: 30px;
  }

  /* Map Iframe */
  .map {
    height: 350px;
    border-radius: 15px;
  }

  /* Error 404 */
  .error-section .error-content .error-main-title .error-text {
    font-size: 140px;
    line-height: 160px;
  }

  .error-section .error-content .error-main-title .bg-text-stroke {
    font-size: 140px;
    line-height: 160px;
    margin-left: 2px;
    margin-top: 8px;
  }

  .error-section .error-content .error-main-title .smile-icon {
    top: 32px;
    width: 90px;
    height: 90px;
  }

  /* Coming Soon */
  .coming-soon-title {
    font-size: 40px;
  }

  .inner-content {
    gap: 35px;
  }

  .about-details {
    height: auto;
  }
}

@media (max-width: 575px) {
  .experience-section .experience-years .title {
    gap: 25px;
    font-size: 80px;
    line-height: 60px;
    padding-bottom: 40px;
  }

  .experience-section .experience-years .title sub {
    font-size: 16px;
    line-height: 24px;
  }

  .experience-section.bg-primary {
    padding: 40px 30px;
  }

  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 300px;
  }

  /* Contact us */
  .contact-form-box {
    padding: 45px 15px;
  }

  /* Error 404 */
  .error-section .error-content .error-title {
    font-size: 130px;
    line-height: 150px;
  }

  .error-section .error-content .smile-icon {
    top: 30px;
    left: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    transform: translateX(-50%);
  }

  .about-bg {
    height: 200px !important;
  }

  .about-details {
    padding-top: 0;
    margin-bottom: 30px;
    height: auto;
  }

  .about-right {
    height: auto;
    gap: 15px;
  }
}

@media (max-width: 479px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
  }

  .back-to-top::before {
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 14px;
  }

  .about-details {
    gap: 15px;
  }

  .experience-section.bg-primary .experience-years .title {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .experience-section.bg-primary .experience-years .title sub {
    max-width: 100%;
  }

  .login-form {
    padding: 20px 15px;
  }
}

/*************************
       Blog
*************************/
.blog-post .blog-post-img {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
}

.blog-post .blog-post-info {
  margin-top: 20px;
}

.blog-post .blog-post-info .post-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.blog-post .blog-post-info .post-title a {
  text-decoration: none;
  color: #F4F7FA;
}

.blog-post .blog-post-info .post-title a:hover {
  color: #C5A46D;
}

.blog-post .post-meta {
  margin-bottom: 15px;
}

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

.blog-post .post-meta ul li {
  font-size: 17px;
  position: relative;
  font-weight: normal;
  line-height: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-post .post-meta ul li:first-child {
  list-style: none;
  margin-left: 0;
}

.blog-post .post-meta ul li a {
  color: #9BA8B4;
}

.blog-post .post-meta ul li a:hover {
  color: #C5A46D;
}

.blog-post .post-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-grid.grid-wrapper {
  grid-gap: 40px 24px;
}

.blog-post.blog-style-02 .blog-post-img {
  position: relative;
  margin-bottom: 0px;
}

.blog-post.blog-style-02 .blog-post-img img {
  transform: scale(1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.blog-post.blog-style-02 .blog-post-img .blog-post-category .post-meta-category {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #121A24;
  background: #C5A46D;
  border-radius: 20px;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-category .post-meta-category a {
  color: #F4F7FA;
}

.blog-post.blog-style-02 .blog-post-img:before {
  content: none;
}

.blog-post.blog-style-02 .blog-post-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.blog-post.blog-style-02 .blog-post-info {
  margin-top: 20px;
}

.blog-post.blog-style-02 .blog-post-info .post-title {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 5px;
}

.blog-post.blog-style-02 .blog-post-info .post-title a {
  color: #F4F7FA;
}

.blog-post.blog-style-02 .blog-post-info .post-title a:hover {
  color: #C5A46D;
}

.blog-post.blog-style-02 .blog-post-info .post-meta {
  margin-bottom: 0px;
}

.blog-post.blog-style-02 .blog-post-info .post-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-post.blog-style-02 .blog-post-info .post-meta ul li {
  color: #F4F7FA;
  line-height: 30px;
}

.blog-standard.grid-wrapper {
  grid-gap: 80px;
  padding-right: 96px;
}

.post-social.widget-social .follow-title {
  gap: 20px;
}

.post-social.widget-social ul.social-icon li a {
  font-size: 20px;
}

.post-social.widget-social ul.social-icon li a:hover {
  color: #C5A46D;
}

.post-social.widget-social ul.social-icon li a.social-share i {
  color: #C5A46D;
}

.blog-standard .blog-post-img {
  margin-bottom: 30px;
}

.blog-standard .blog-post-info {
  margin-top: 0px;
}

.blog-standard .blog-post-info .post-title {
  margin-bottom: 15px;
  display: block;
}

.blog-standard .blog-post-info .description {
  margin-bottom: 0px;
}

.blog-standard .post-foot {
  margin-top: 40px;
}

.blog-standard .post-foot .post-meta {
  margin-bottom: 0;
}

.blog-standard .post-foot .post-meta .post-meta-category {
  margin-right: 10px;
}

.blog-standard .post-foot .post-meta .post-meta-category a {
  color: #C5A46D;
}

.blog-standard .post-foot .post-meta .post-meta-category a:hover {
  text-decoration: underline !important;
}

.blog-standard .post-foot .post-meta .post-meta-date:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  margin: 0 15px;
  background: #9BA8B4;
  border-radius: 30px;
}

.blog-single {
  padding-right: 44px;
  padding-left: 52px;
}

.blog-single .post-content-header .post-meta {
  margin-bottom: 15px;
}

.blog-single .post-content-header .post-meta ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  list-style: none;
}

.blog-single .post-content-header .post-meta ul li {
  font-size: 17px;
  position: relative;
  font-weight: normal;
  line-height: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-single .post-content-header .post-meta ul li:first-child {
  list-style: none;
  margin-left: 0;
}

.blog-single .post-content-header .post-meta ul li a {
  color: #9BA8B4;
}

.blog-single .post-content-header .post-meta ul li a:hover {
  color: #C5A46D;
}

.blog-single .post-content-header .post-meta ul li.post-meta-category {
  margin-right: 10px;
}

.blog-single .post-content-header .post-meta ul li.post-meta-category a {
  color: #C5A46D;
}

.blog-single .post-content-header .post-meta ul li.post-meta-category a:hover {
  text-decoration: underline !important;
}

.blog-single .post-content-header .post-meta ul li.post-meta-date {
  list-style: none;
}

.blog-single .post-content-header .post-meta ul li.post-meta-date:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  margin: 0 15px;
  background: #9BA8B4;
  border-radius: 30px;
}

.blog-single .post-content-header .blog-single-info {
  display: flex;
  width: 100%;
  margin: 30px 0px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-between;
}

.blog-single .post-content-header .blog-single-info .blog-author {
  display: flex;
  align-items: center;
}

.blog-single .post-content-header .blog-single-info .blog-author .author-image {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  margin-right: 20px;
  border-radius: 50px;
}

.blog-single .post-content-header .blog-single-info .blog-author .blog-info .author-name {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 5px;
}

.blog-single .post-content-header .blog-single-info .blog-author .blog-info p {
  margin-bottom: 0px;
}

.blog-single .blog-post-content {
  margin-bottom: 80px;
}

.blog-single .blog-post-content .post-title {
  margin-top: 26px;
  margin-bottom: 13px;
}

.blog-single .blog-post-content .post-title a {
  color: #F4F7FA;
}

.blog-single .blog-post-content .post-title a:hover {
  color: #C5A46D;
}

.blog-single .blog-post-content .blog-post-img {
  margin-bottom: 20px;
}

.blog-single .blog-post-author {
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
  margin-top: 80px;
}

.blog-single .blog-post-author .author-image {
  width: 170px;
  max-width: 170px;
  flex: 0 0 170px;
  padding: 0;
}

.blog-single .blog-post-author .author-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-single .blog-post-author .author-detail .author-title {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  font-weight: 600;
  color: #F4F7FA;
}

.blog-single .blog-post-author .author-detail .description {
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  color: #9BA8B4;
  margin-bottom: 0px;
}

.blog-single .blog-post-author .author-detail .author-profiles {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  list-style-type: none;
}

.blog-single .blog-post-author .author-detail .author-profiles li a {
  color: #F4F7FA;
  word-break: break-all;
}

.blog-single .blog-post-author .author-detail .author-profiles li a i {
  margin-right: 8px;
}

.blog-single .blog-post-author .author-detail .author-profiles li a:hover {
  color: #C5A46D;
}

.blog-single .comment-form .comment-reply-title {
  font-size: 34px;
  line-height: 48px;
  margin-top: 68px;
  margin-bottom: 17px;
}

.blog-single .comment-form .btn {
  padding: 15px 40px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.blog-single .comment-form .form-check-input {
  border: 1px solid #C5A46D;
}

.blog-single .comment-form .form-check-input:checked {
  background-color: #C5A46D;
  border: 1px solid #C5A46D;
}

.blog-single .comment-form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(197, 164, 109, 0.25);
}

.blog-single .post-navigation .nav-links {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid rgba(155, 168, 180, 0.25);
  border-bottom: 1px solid rgba(155, 168, 180, 0.25);
  justify-content: space-between !important;
  z-index: 2;
}

.blog-single .post-navigation .nav-links:before {
  content: "\f58d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  color: #F4F7FA;
  z-index: -1;
}

.blog-single .post-navigation .nav-links a {
  color: #F4F7FA;
}

.blog-single .post-navigation .nav-links a:hover {
  color: #C5A46D;
}

/*Social Share Modal*/
.social-share-modal .modal-header {
  padding: 16px 20px;
}

.social-share-modal .modal-header .modal-title {
  font-size: 20px;
  color: #121A24;
}

.social-share-modal .modal-header .btn-close {
  line-height: normal;
  top: -2px;
  position: relative;
  background: none;
  outline: none;
  box-shadow: none;
}

.social-share-modal .modal-body {
  padding: 20px;
}

.social-share-modal .social-share-items {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style-type: none;
}

.social-share-modal .social-share-items li {
  font-size: 20px;
  color: #121A24;
}

.social-share-modal .social-share-items li a {
  color: #121A24;
}

.social-share-modal .social-share-items li a:hover {
  color: #C5A46D;
}

/*------------------------------*/
/* Responsive CSS */
/*------------------------------*/
@media (max-width: 1199px) {
  .blog-standard.grid-wrapper {
    gap: 60px;
    padding-right: 56px;
  }

  .blog-standard .post-foot {
    margin-top: 25px;
  }

  .blog-single {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 991px) {
  .blog-standard.grid-wrapper {
    padding-right: 0px;
  }

  .blog-single {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-standard.grid-wrapper {
    gap: 30px;
  }

  .blog-standard .post-foot {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .blog-standard .post-foot .post-meta {
    margin-bottom: 10px;
  }

  .blog-standard .post-foot .post-meta .post-meta-category {
    margin-right: 0;
  }

  .blog-single .blog-post {
    margin-bottom: 50px;
  }

  .blog-single .blog-post .post-foot {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-single .blog-post .post-foot .post-tag {
    margin-bottom: 20px;
  }

  .blog-post.blog-style-02 .blog-post-img {
    border-radius: 10px;
  }

  .blog-post.blog-style-02 .blog-post-info .post-title {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-post.blog-style-02 .blog-post-info .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .post-social.widget-social {
    gap: 15px;
  }

  .post-social.widget-social .follow-title {
    gap: 15px;
  }

  .post-social.widget-social .follow-title:after {
    width: 15px;
  }

  .post-social.widget-social ul.social-icon {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .post-social.widget-social .follow-title {
    font-size: 22px;
  }

  .post-social.widget-social ul.social-icon li a {
    font-size: 22px;
  }

  .post-social.widget-social ul.social-icon li a.social-share i {
    font-size: 22px;
  }

  .blog-single .post-content-header .blog-single-info {
    align-items: self-start;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
  }

  .blog-single .blog-post-content {
    margin-bottom: 50px;
  }

  .blog-single .blog-post-author {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .blog-single .comment-form .comment-reply-title {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .blog-post .blog-post-info .post-title {
    font-size: 26px;
    line-height: 36px;
  }
}

/*****************************
	Shop
*****************************/
/*shop-sidebar*/
.shop-sidebar.sidebar {
  padding-left: 0px;
}

.shop-sidebar.sidebar .filter-widget .price-filter .filter-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  background-color: #C5A46D;
  color: #F4F7FA;
  border-radius: 3px;
  padding: 10px 16px;
  transition: all 0.3s ease-in-out;
}

.shop-sidebar.sidebar .filter-widget .price-filter .filter-btn:hover {
  background-color: #F4F7FA;
  color: #C5A46D;
}

.shop-sidebar.sidebar .filter-widget .price-filter .price_label {
  font-size: 0.9em;
}

.shop-product .product-results {
  font-size: 16px;
  line-height: 42px;
  color: #9BA8B4;
}

.shop-top-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.shop-top-layout .select-border .form-control.basic-select {
  font-size: 22px;
  border: 1px solid rgba(155, 168, 180, 0.25);
  background-color: transparent;
  color: #F4F7FA;
  height: 50px;
  width: 250px;
}

.shop-top-layout .select-border .form-control.basic-select option {
  color: #121A24;
}

.shop-top-layout .select-border .form-control.basic-select:focus {
  box-shadow: none;
}

.price-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-filter .price_label {
  font-size: 22px;
  text-transform: uppercase;
}

.price-filter>a {
  font-size: 22px;
  color: #121A24;
  text-transform: uppercase;
  font-weight: 500;
}

.price-filter>a:hover {
  color: #C5A46D;
}

.irs--flat .irs-line {
  height: 3px;
  background: #F4F7FA;
  border: 1px solid white;
}

.irs--flat .irs-bar {
  background: #C5A46D;
  height: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background: transparent;
  color: #C5A46D;
  font-size: 13px;
  font-weight: 600;
}

.irs--flat .irs-handle {
  top: 19px;
  width: 18px;
}

.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-handle>i:first-child {
  top: 0;
  left: 0;
  background: #C5A46D;
  width: 15px;
  height: 15px;
  border: 2px solid #C5A46D;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background: #C5A46D;
}

/* Product */
.shop-products {
  margin-top: 40px;
  grid-gap: 55px 35px;
}

.onsale {
  min-width: auto;
  min-height: auto;
  padding: 2px 15px;
  line-height: 30px;
  margin: 0;
  position: absolute;
  font-weight: normal;
  border-radius: 5px;
  background-color: #C5A46D;
}

.product {
  overflow: hidden;
  border-radius: 10px;
}

.product .product-image {
  position: relative;
  margin-bottom: 40px;
}

.product .product-image img {
  border-radius: 25px;
}

.product .product-image .onsale {
  top: 10px;
  right: 10px;
  z-index: 0;
}

.product .product-content {
  padding: 0 15px;
}

.product .product-content .product-info .product-title {
  margin-bottom: 10px;
  min-height: 60px;
}

.product .product-content .product-info .product-title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Bai Jamjuree", serif;
  color: #F4F7FA;
}

.product .product-content .product-info .product-title a:hover {
  color: #C5A46D;
}

.product .product-content .product-info .products-price {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #9BA8B4;
}

.product .product-content .product-info .products-price ins {
  text-decoration: none;
}

.product .product-content .product-info .products-price:has(del) ins {
  color: #C5A46D;
}

.product .product-content .product-info .btn.cart-btn {
  padding: 15px 50px;
  line-height: 1;
  margin-top: 20px;
}

.product:hover .product-image .custom-icon {
  right: 6px;
}

/* Product Detail */
.mfp-close {
  opacity: 1 !important;
  height: 30px !important;
  width: 30px !important;
  background-color: #F4F7FA !important;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #121A24 !important;
  padding-right: 0 !important;
}

.shop-single .product-image.single-product-image {
  position: relative;
}

.shop-single .product-image.single-product-image .onsale {
  top: 10px;
  left: 10px;
  z-index: 0;
}

.shop-single .product-image.single-product-image .icon-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #F4F7FA;
  border-radius: 100%;
  color: #0B1F33;
}

.shop-single .nav-tabs-02 {
  border: inherit;
}

.shop-single .nav-tabs-02 .nav-tabs {
  border: 1px solid rgba(155, 168, 180, 0.25) !important;
  padding: 0px 20px;
  border-radius: 5px;
}

.shop-single .nav-tabs-02 .nav-item .nav-link {
  font-size: 22px;
  line-height: 30px;
  padding: 17px;
  font-weight: 500;
  border: inherit;
  color: #F4F7FA;
  background: inherit;
}

.shop-single .nav-tabs-02 .nav-item .nav-link.active {
  border: inherit;
  color: #C5A46D;
}

.shop-single .product-detail .product-prize {
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 39px;
  color: #F4F7FA;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.shop-single .product-detail .product-prize del {
  font-size: 24px;
  line-height: 36px;
  color: #F4F7FA;
  opacity: 0.5;
  font-weight: 400;
}

.shop-single .product-detail .product-prize ins {
  text-decoration: none;
}

.shop-single .product-detail .product-prize p {
  font-size: 26px;
  color: #121A24;
  font-weight: 500;
}

.shop-single .product-detail .product-prize p span {
  color: rgba(18, 26, 36, 0.6);
}

.shop-single .product-detail .product-prize h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.shop-single .product-detail .product-prize h4 span {
  font-size: 24px;
  color: #C5A46D;
  margin-left: 8px;
}

.shop-single .product-detail .section-title .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
}

.shop-single .product-detail .add-to-cart-input .form-control {
  height: 54px;
}

.shop-single .product-detail .add-to-cart-input .btn {
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 10px 35px;
}

.shop-single .product-detail hr {
  margin: 30px 0;
}

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px;
}

.shop-single .product-detail .product-detail-meta ul {
  list-style-type: none;
  padding: 0;
}

.shop-single .product-detail .product-detail-meta ul li {
  display: flex;
  gap: 10px;
}

.shop-single .product-detail .product-detail-meta ul li a {
  color: #C5A46D;
}

.shop-single .product-detail .product-detail-meta ul li a:hover {
  color: #F4F7FA;
}

.qty {
  border: 1px solid rgba(155, 168, 180, 0.25);
  margin-right: 10px;
  align-items: center;
  display: flex;
  padding: 10px;
  border-radius: 50px;
  width: 170px;
  justify-content: space-between;
}

.qty .count {
  color: #F4F7FA;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 28px;
  padding: 0 2px;
  text-align: center;
  width: auto;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty .plus {
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #F4F7FA;
  line-height: 1;
  text-align: center;
}

.qty input {
  color: #F4F7FA;
  background-color: transparent;
  border-color: inherit;
  text-align: center;
  width: auto;
}

.qty .minus {
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  color: #F4F7FA;
  line-height: 1;
  text-align: center;
}

.qty input {
  border: 0;
  width: 2%;
}

.qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty input:disabled {
  background-color: white;
}

/*commentlist*/
.commentlist {
  display: flex;
}

.commentlist .comment-author {
  width: 70px;
  flex: 0 0 70px;
}

.commentlist .comment-content {
  padding: 15px;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #293241;
}

.commentlist .comment-content .reviews {
  display: flex;
  flex-wrap: wrap;
}

.commentlist .comment-content .reviews .rating {
  margin-left: auto;
}

.commentlist .comment-content .reviews .rating i {
  color: #C5A46D;
}

.form-check-label {
  padding-left: 0px;
}

/* Checkout */
.checkout .section-title {
  padding-left: 0px;
  margin-bottom: 15px;
}

.checkout .section-title .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.checkout form {
  padding: 0;
  border-radius: 5px;
  background-color: transparent;
}

.checkout form .form-control {
  box-shadow: none;
}

.checkout form .select-border {
  margin-bottom: 30px;
}

.checkout form .select2-container--default {
  margin-bottom: 20px;
}

.checkout form .select2-container--default .select2-selection--single {
  height: auto;
  display: flex;
  font-size: 16px;
  line-height: 28px;
  padding: 16px 20px;
  position: relative;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}

.checkout form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.checkout form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.checkout .contact-info {
  margin-bottom: 50px;
}

.checkout .contact-info p {
  font-size: 0.85em;
  color: #9BA8B4;
  margin-bottom: 16px;
  line-height: 1.8;
}

.checkout .billing-address {
  margin-bottom: 50px;
}

.checkout .payment-options .custom-control {
  margin-bottom: 50px;
}

.checkout .payment-options .checkout-terms {
  margin-bottom: 30px;
}

.checkout .payment-options .checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout .payment-options .checkout-actions .return-link {
  color: #C5A46D;
}

.checkout .payment-options .checkout-actions .return-link svg {
  fill: #C5A46D;
  margin-right: 6px;
}

.checkout-order-summary {
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 5px;
}

.checkout-order-summary .order-summary-title {
  font-size: 22px;
  color: #9BA8B4;
  font-weight: 500;
  margin: 16px 0 16px 16px;
}

.checkout-order-summary .order-summary-products {
  padding: 0 15px;
}

.checkout-order-summary .order-summary-products .order-summary-product {
  padding: 15px 0px;
  display: flex;
  border-bottom: 1px solid rgba(155, 168, 180, 0.25);
}

.checkout-order-summary .order-summary-products .order-summary-product .product-image {
  margin-top: 10px;
  padding-bottom: 0px;
  position: relative;
  width: 48px;
  flex: 0 0 48px;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-image .quantity {
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #F4F7FA;
  color: #0B1F33;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.checkout-order-summary .order-summary-products .order-summary-product .product-details {
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 12px;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-details .product-name {
  font-size: 16px;
  font-weight: 600;
  color: #F4F7FA;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price .price {
  font-size: 0.85em;
  color: #C5A46D;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price del {
  color: #9BA8B4;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price ins {
  text-decoration: none;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price:has(del) ins {
  margin-left: 5px;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-details .product-description {
  font-size: 0.85em;
  color: #9BA8B4;
}

.checkout-order-summary .order-summary-products .order-summary-product .product-total-price {
  font-size: 16px;
  font-weight: 600;
  color: #F4F7FA;
}

.checkout-order-summary .order-summary-products .order-summary-product:last-child {
  border-bottom: 0px;
}

.checkout-order-summary .cart-totals {
  border: none;
}

.checkout-info-coupon .checkout-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.checkout-info-coupon .checkout-coupon {
  padding: 0 20px;
  background-color: #F4F7FA;
  border-radius: 20px;
}

/* Cart */
.cart-table {
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  border: 1px solid #293241;
}

.cart-table .table {
  font-size: 22px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #293241;
}

.cart-table .table tr th {
  border: 1px solid rgba(155, 168, 180, 0.25);
  padding: 15px;
  color: #F4F7FA;
  background-color: transparent;
  text-align: left;
  vertical-align: middle;
  text-align: center;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.cart-table .table tr td {
  border-top: 1px solid rgba(155, 168, 180, 0.25);
  padding: 15px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  background-color: transparent;
}

.cart-table .table thead tr {
  border: none;
}

.cart-table .table thead tr th:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cart-table .table thead tr th:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cart-table .table tbody tr td.product-name a {
  color: #121A24;
}

.cart-table .table tbody tr td.product-name a:hover {
  color: #C5A46D;
}

.cart-table .cart-product img {
  width: 90px;
  height: auto;
}

.cart-table .cart-product-details .cart-product-name {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  display: block;
  color: #F4F7FA;
}

.cart-table .cart-product-details .cart-product-name:hover {
  color: #C5A46D;
}

.cart-table .cart-product-prices {
  display: flex;
  align-items: center;
}

.cart-table .cart-product-prices .product-min-price {
  font-size: 22px;
  line-height: 26px;
  color: #C5A46D;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

.cart-table .cart-product-prices .product-min-price del {
  color: #F4F7FA;
  opacity: 0.5;
}

.cart-table .cart-product-prices .product-min-price ins {
  text-decoration: none;
}

.cart-table .cart-product-prices .product-min-price:has(del) ins {
  margin-left: 10px;
}

.cart-table .cart-product-prices .product-sale-badge-price {
  display: inline-block;
  margin: 0;
  border: 1px solid #C5A46D;
  color: #C5A46D;
  padding: 0px 8px;
  font-size: 0.85rem;
  border-radius: 3px;
}

.cart-table .cart-product-prices:has(.product-sale-badge-price) .product-min-price {
  margin-right: 15px;
}

.cart-table .cart-product-description {
  color: #9BA8B4;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  margin: 10px 0px;
}

.cart-table .cart-product-quantity {
  display: flex;
  align-items: center;
}

.cart-table .cart-product-quantity .qty {
  padding: 0;
  width: 110px;
  border-radius: 4px;
  height: 45px;
}

.cart-table .cart-product-quantity .qty .count {
  padding: 8px 0px;
}

.cart-table .cart-product-quantity .qty .minus {
  font-size: 0.8rem;
  color: #9BA8B4;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 8px;
}

.cart-table .cart-product-quantity .qty .plus {
  font-size: 0.8rem;
  color: #9BA8B4;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 8px;
}

.cart-table .cart-product-quantity .cart-product-remove .remove-link {
  font-size: 0.85rem;
  color: #9BA8B4;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.cart-table .cart-product-quantity .cart-product-remove .remove-link:hover {
  text-decoration: none;
}

.cart-table .cart-product-subtotal {
  text-align: center;
}

.cart-table .cart-product-subtotal .subtotal {
  color: #F4F7FA;
  display: block;
  text-align: center;
}

.cart-table .cart-product-subtotal .product-sale-badge-price {
  display: inline-block;
  margin: 0;
  border: 1px solid #F4F7FA;
  color: #F4F7FA;
  padding: 0px 8px;
  font-size: 0.85rem;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  width: 95px;
  text-align: center;
  margin-top: 5px;
}

.cart-totals {
  padding: 0px;
  background: transparent;
  margin-bottom: 30px;
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  margin-top: 0px !important;
  border: 1px solid #293241;
}

.cart-totals .cart-totals-title {
  font-size: 0.85rem;
  padding: 15px;
  color: #F4F7FA;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.cart-totals .cart-subtotal {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-totals .cart-subtotal label {
  font-size: 22px;
  color: #F4F7FA;
}

.cart-totals .cart-subtotal .subtotal {
  font-size: 22px;
  color: #C5A46D;
}

.cart-totals .order-total {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-totals .order-total label {
  font-size: 1.25em;
  color: #F4F7FA;
  font-weight: 700;
}

.cart-totals .order-total .amount {
  font-size: 1.25em;
  color: #C5A46D;
  font-weight: 700;
}

.cart-totals .checkout-btn {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
  display: block;
  border-radius: 0px 0px 5px 5px;
  background-color: #C5A46D;
  color: #F4F7FA;
  transition: all 0.3s ease-in-out;
}

.cart-totals .checkout-btn svg {
  fill: #F4F7FA;
  transition: all 0.3s ease-in-out;
}

.cart-totals .checkout-btn:hover {
  background-color: #F4F7FA;
  color: #C5A46D;
}

.cart-totals .checkout-btn:hover svg {
  fill: #C5A46D;
}

.cart-totals .checkout-info-coupon .checkout-info a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #F4F7FA;
  padding: 15px;
  width: 100%;
}

.cart-totals .checkout-info-coupon .checkout-info a svg {
  fill: #F4F7FA;
  transition: all 0.3s ease-in-out;
}

.cart-totals .checkout-info-coupon .checkout-info a:not(.collapsed) svg {
  transform: rotate(-180deg);
}

.cart-totals .checkout-info-coupon .checkout-coupon {
  background-color: transparent;
  border-radius: 0;
}

.cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form {
  position: relative;
}

.cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form .form-control {
  width: calc(100% - 100px);
}

.cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 25px;
  border-radius: 5px;
}

.form-check-input:checked {
  background-color: #C5A46D;
  border-color: #C5A46D;
}

.form-check-input:focus {
  border-color: #C5A46D;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(197, 164, 109, 0.25);
}

/*************************
	Responsive
*************************/
@media (max-width: 1199px) {
  .shop-top-layout {
    gap: 10px;
  }

  .price-filter .price_label {
    font-size: 16px;
  }

  .price-filter>a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .shop-sidebar {
    margin-top: 50px;
  }

  .product .product-content .product-info .btn.cart-btn {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .shop-top-layout {
    justify-content: flex-start;
    gap: 20px;
  }

  .shop-top-layout .select-border {
    margin-left: auto;
  }

  .cart-table .table tr td.product-remove {
    padding: 10px;
  }

  .cart-table .cart-product-details {
    min-width: 370px;
  }

  .commentlist .comment-content {
    margin-left: 15px;
  }

  .commentlist .comment-content .reviews {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .commentlist .comment-content .reviews .meta {
    margin-bottom: 5px;
  }

  .commentlist .comment-content .reviews .rating {
    margin-left: 0;
  }

  .shop-single .product-detail .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }

  .shop-single .product-detail .product-prize p {
    font-size: 22px;
  }

  .shop-products {
    grid-gap: 30px 24px;
  }
}

@media (max-width: 575px) {
  .cart-table .actions .coupon .input-text {
    font-size: 16px;
  }

  .checkout-info-coupon .checkout-coupon {
    padding: 0 15px;
  }

  .shop-top-layout .select-border {
    margin-left: 0;
  }

  .custom-control.custom-radio {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-end;
  }

  .cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form .btn {
    padding: 11px 25px;
  }

  .checkout .contact-info {
    margin-bottom: 30px;
  }

  .checkout .billing-address {
    margin-bottom: 30px;
  }

  .checkout form .select2-container--default .select2-selection--single {
    padding: 11px 15px;
  }

  .checkout .payment-options .checkout-terms {
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .checkout .payment-options .checkout-actions .return-link svg {
    margin-right: 3px;
  }

  .checkout .payment-options .checkout-actions .return-link .btn-text {
    font-size: 16px;
    display: inline-block;
  }

  .checkout .payment-options .checkout-actions .btn {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 479px) {
  .shop-top-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-table .actions .coupon .btn {
    padding: 9px 10px;
    font-size: 14px;
  }

  .shop-single .nav-tabs-02 .nav-tabs {
    padding-top: 10px;
  }

  .shop-single .nav-tabs-02 .nav-item {
    margin: 0;
  }

  .shop-single .nav-tabs-02 .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }

  .commentlist {
    flex-direction: column;
  }

  .commentlist .comment-content {
    margin-left: 0;
    margin-top: 5px;
  }

  .commentlist .comment-content .reviews {
    margin-bottom: 15px;
  }

  .commentlist .comment-content .reviews .meta {
    margin-bottom: 0;
  }

  .commentlist .comment-content .reviews .rating {
    margin-left: 0;
  }

  .checkout form.form-row {
    padding: 15px;
  }

  .checkout-order-summary .order-summary-products .order-summary-product {
    flex-direction: column;
    gap: 10px;
  }

  .checkout-order-summary .order-summary-products .order-summary-product .product-details {
    padding: 0px;
  }

  .checkout-order-summary .order-summary-products .order-summary-product .product-image {
    width: 70px;
    flex: 0 0 70px;
  }

  .product .product-image {
    margin-bottom: 15px;
  }
}

/*****************************
		Footer
*****************************/
.site-footer {
  background-color: #121A24;
  padding: 90px 0 0;
  position: relative;
  z-index: 9;
  /*-------------------------*/
  /* Widgets */
  /*-------------------------*/
  /*-------------------------*/
  /* Marquee */
  /*-------------------------*/
  /*-------------------------*/
  /* Footer Copyright */
  /*-------------------------*/
}

.site-footer .footer-logo {
  display: inline-block;
}

.site-footer .footer-logo img {
  height: auto !important;
  max-width: 240px !important;
}

.site-footer .footer-main .contact-number-main {
  margin-top: 30px;
}

.site-footer .widget .widget-title {
  margin-bottom: 25px;
  font-weight: 600;
}

.site-footer .widget-menu .widget-title {
  margin-bottom: 25px;
}

.site-footer .widget-menu ul {
  flex-direction: column;
  gap: 8px;
}

.site-footer .widget-menu ul li a:hover {
  padding-left: 10px;
}

.site-footer .marquee-wrapper {
  padding-top: 70px;
}

.site-footer .footer-copyright {
  position: relative;
  z-index: 9;
  background-color: #121A24;
  border-top: 1px solid #293241;
  margin-top: -50px;
  padding: 35px 0;
}

.site-footer .footer-copyright .copyright-info {
  color: #F4F7FA;
  margin-bottom: 0px;
}

.site-footer .footer-copyright .copyright-info a {
  color: #F4F7FA;
  text-decoration: underline;
}

.site-footer .footer-copyright .widget-social ul.social-icon li a:hover {
  color: #C5A46D;
  transform: translateY(-3.5px);
}

.site-footer .footer-main .grid-wrapper.grid-xl-5 {
  grid-template-columns: 0.6fr 1.2fr 1.2fr 1fr 1fr;
  grid-gap: 30px 40px;
}

@media (max-width: 1199px) {
  .site-footer .footer-main .grid-wrapper.grid-lg-5 {
    grid-template-columns: 0.6fr 1.2fr 1.2fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-main .grid-wrapper.grid-md-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}

.site-footer .footer-address {
  color: #E2E8F0 !important;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}

/*************************
	Responsive
*************************/
@media (max-width: 991px) {
  .site-footer {
    padding-top: 50px;
  }

  .site-footer .widget .widget-title {
    margin-bottom: 15px;
  }

  .site-footer .widget-menu .widget-title {
    margin-bottom: 15px;
  }

  .site-footer .footer-main .contact-number-main {
    margin-top: 15px;
  }

  .site-footer .marquee-wrapper {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {

  /* Footer Social */
  .site-footer.footer-dark .widget-social .social-icon li {
    flex: 0;
    border-right: 0;
  }

  .site-footer.footer-dark .widget-social .social-icon li a {
    padding: 0;
  }

  .site-footer.footer-dark .widget-social .social-icon li a i {
    color: #F4F7FA;
  }

  .site-footer .footer-copyright {
    margin-top: -35px;
    padding: 25px 0;
  }
}

@media (max-width: 575px) {
  .site-footer .grid-wrapper {
    gap: 30px;
  }

  .site-footer .widget .widget-title {
    font-size: 24px;
  }

  .site-footer .widget-menu .widget-title {
    font-size: 24px;
  }

  .site-footer .footer-copyright {
    margin-top: -25px;
  }

  .site-footer .footer-copyright .widget-social {
    gap: 10px;
  }

  .site-footer .footer-copyright .widget-social .follow-title {
    gap: 10px;
  }

  .site-footer .footer-copyright .widget-social .follow-title:after {
    width: 15px;
  }

  .site-footer .footer-copyright .widget-social ul.social-icon {
    gap: 12px;
  }

  .site-footer .marquee-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 479px) {
  .site-footer {
    padding-top: 50px;
  }

  .site-footer .footer-copyright .widget-social {
    gap: 5px;
  }

  .site-footer .footer-copyright .widget-social .follow-title {
    gap: 8px;
  }

  .site-footer .footer-copyright .widget-social .follow-title:after {
    width: 10px;
  }

  .site-footer .footer-copyright .widget-social ul.social-icon {
    gap: 8px;
  }
}

/*************************
		 Widget
*************************/
.sidebar .widget:not(:last-child) {
  margin-bottom: 60px;
}

.sidebar.service-sidebar .widget:not(:last-child) {
  margin-bottom: 30px;
}

/*Sidebar*/
.sidebar .widget {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #293241;
}

.sidebar-btn {
  padding: 10px 25px;
  border: 1px solid rgba(155, 168, 180, 0.25);
  border-radius: 5px;
  margin-bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sidebar-btn span {
  color: #F4F7FA;
}

.sidebar-btn:focus,
.sidebar-btn:hover {
  color: #C5A46D;
}

.widget .widget-title {
  margin-bottom: 25px;
}

.mobile-sidebar {
  background-color: #121A24;
}

.mobile-sidebar .offcanvas-header {
  height: auto;
}

.mobile-sidebar .offcanvas-header .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  font-size: 24px;
  background: none;
  background-color: #0D1117;
  opacity: 1;
  color: #F4F7FA;
  padding: 0;
  margin: 0 0 0 auto;
  border-radius: 100%;
}

/*-----------------------*/
/* Widget Search */
/*-----------------------*/
.widget-search .search {
  position: relative;
  width: 100%;
}

.widget-search .search .form-control {
  padding: 15px 30px 15px 0px;
  font-size: 20px;
  line-height: 30px;
  color: #F4F7FA;
  margin-bottom: 0;
}

.widget-search .search .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0;
  font-size: 24px;
  border: none;
  transform: translateY(-50%);
  color: #C5A46D;
  background-color: transparent;
}

.widget-search .search input::placeholder {
  color: #9BA8B4;
}

/*-----------------------*/
/* Widget Recent Post */
/*-----------------------*/
.widget-recent-posts .recent-posts {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.widget-recent-posts .recent-posts .posts-img {
  width: 80px;
  flex: 0 0 80px;
}

.widget-recent-posts .recent-posts .posts-img img {
  border-radius: 6px;
}

.widget-recent-posts .recent-posts .post-info .post-title {
  color: #F4F7FA;
  font-family: "Bai Jamjuree", serif;
  font-size: 22px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget-recent-posts .recent-posts .post-info .post-title:hover {
  color: #C5A46D;
}

.widget-recent-posts .recent-posts .post-info .post-date {
  color: #9BA8B4;
}

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

/*-----------------------*/
/* Widget Categories */
/*-----------------------*/
.widget-categories .categories-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  list-style: none;
  flex-direction: column;
}

.widget-categories .categories-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.widget-categories .categories-list li a {
  color: #9BA8B4;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.widget-categories .categories-list li a:hover {
  color: #C5A46D;
}

.widget-categories .categories-list li .categories-number {
  color: #C5A46D;
}

/*-----------------------*/
/* Widget Tags */
/*-----------------------*/
.post-tag .tag-list,
.tags-widget .tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.post-tag .tag-list li a,
.tags-widget .tag-list li a {
  display: inline-block;
  color: #F4F7FA;
  font-size: 22px;
  line-height: normal;
  padding: 6px 17px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #293241;
}

.post-tag .tag-list li a:hover,
.tags-widget .tag-list li a:hover {
  color: #C5A46D;
  border-color: #C5A46D;
}

/*-----------------------*/
/* Widget Menu */
/*-----------------------*/
.widget-menu .widget-title {
  margin-bottom: 20px;
}

.widget-menu ul {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.widget-menu ul li {
  width: 100%;
}

.widget-menu ul li a {
  color: #9BA8B4;
}

.widget-menu ul li a:hover {
  color: #C5A46D;
}

.widget-menu.menu-style-2 ul {
  list-style: none;
  gap: 0;
  padding: 0;
  margin: 0;
}

.widget-menu.menu-style-2 ul li {
  width: 100%;
}

.widget-menu.menu-style-2 ul li a {
  display: block;
  padding: 18px 0;
  color: #9BA8B4;
  border-bottom: 1px solid #293241;
}

.widget-menu.menu-style-2 ul li a.active {
  color: #C5A46D;
}

.widget-menu.menu-style-2 ul li a:hover {
  color: #C5A46D;
  border-color: #C5A46D;
}

.widget-menu.menu-style-2 ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

/*-----------------------*/
/* Widget social */
/*-----------------------*/
.widget-social {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.widget-social .follow-title {
  display: inline-block;
  color: #F4F7FA;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 15px;
}

.widget-social .follow-title:after {
  content: "";
  height: 1px;
  width: 25px;
  background-color: #F4F7FA;
}

.widget-social ul.social-icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 18px;
}

.widget-social ul.social-icon li a {
  height: auto;
  width: auto;
  color: #F4F7FA;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 80%;
  z-index: 1;
}

.widget-social ul.social-icon li a:hover {
  color: #C5A46D;
}

.widget-social.vertical {
  gap: 15px;
  writing-mode: vertical-lr;
}

.widget-social.vertical .follow-title:after {
  width: 2px;
  height: 25px;
  top: auto;
  bottom: 2px;
}

/*-----------------------*/
/* Widget Newsletter */
/*-----------------------*/
.widget-newsletter .newsletter-description {
  margin-bottom: 10px;
  color: #9BA8B4;
}

.widget-newsletter .newsletter-form {
  position: relative;
}

.widget-newsletter .newsletter-form .form-control {
  margin-bottom: 0;
  padding-right: 50px;
  border-bottom: 1px solid rgba(155, 168, 180, 0.25);
}

.widget-newsletter .newsletter-form .subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  color: #C5A46D;
  width: 40px;
  background: none;
  border: none;
}

.sidebar.faq-sidebar .widget {
  padding: 50px 45px;
  margin-bottom: 30px;
}

.sidebar.faq-sidebar .widget .widget-title {
  margin-bottom: 25px;
}

.sidebar.faq-sidebar .widget form .form-control {
  margin-bottom: 10px;
}

.sidebar.faq-sidebar .widget form textarea.form-control {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .sidebar .widget {
    padding: 30px 20px;
  }

  .sidebar .widget:not(:last-child) {
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .sidebar.faq-sidebar .widget {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget:not(:last-child) {
    margin-bottom: 50px;
  }

  .sidebar .widget {
    padding: 30px 20px;
  }

  .sidebar.faq-sidebar {
    margin-bottom: 50px;
  }

  .sidebar.faq-sidebar .widget {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}

/* GTICC content pages */
.gticc-page .site-content {
  background-color: #0D1117;
}

.gticc-hero {
  padding: 150px 0 90px;
  background-image: linear-gradient(135deg, rgba(18, 26, 36, 0.96), rgba(13, 17, 23, 0.9)), url("../images/banner/inner-header/01.webp");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 25px 25px;
}

.gticc-hero .sub-title,
.gticc-section .sub-title {
  color: #C5A46D;
  display: inline-block;
  font-family: "Bai Jamjuree", serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.gticc-hero .title {
  max-width: 980px;
}

.gticc-hero p {
  color: #9BA8B4;
  max-width: 820px;
  font-size: 24px;
  line-height: 38px;
}

.gticc-section {
  padding: 100px 0;
}

.gticc-section.bg-panel {
  background-color: #121A24;
}

.gticc-card {
  height: 100%;
  padding: 32px;
  border: 1px solid #293241;
  border-radius: 8px;
  background-color: #121A24;
}

.gticc-card h3,
.gticc-card h4,
.gticc-card h5 {
  margin-bottom: 14px;
}

.gticc-card p,
.gticc-card li {
  color: #9BA8B4;
}

.gticc-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gticc-list li {
  padding-left: 24px;
  position: relative;
}

.gticc-list li:before {
  background-color: #C5A46D;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 8px;
}

.gticc-kicker-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #293241;
}

.gticc-kicker-grid span {
  background-color: #121A24;
  color: #F4F7FA;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}

.gticc-process {
  counter-reset: gticc-step;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.gticc-process .gticc-card {
  counter-increment: gticc-step;
  position: relative;
}

.gticc-process .gticc-card:before {
  color: #C5A46D;
  content: "0" counter(gticc-step);
  font-family: "Bai Jamjuree", serif;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .gticc-hero {
    padding: 120px 0 70px;
  }

  .gticc-section {
    padding: 70px 0;
  }

  .gticc-kicker-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gticc-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .inner-banner.bg-holder.jarallax {
    background-image: none !important;
  }

  .inner-banner.bg-holder.jarallax .jarallax-container {
    display: none !important;
  }

  .gticc-hero {
    background-image: linear-gradient(135deg, rgba(18, 26, 36, 0.96), rgba(13, 17, 23, 0.9));
  }
}

@media (max-width: 575px) {
  .gticc-hero .title {
    font-size: 34px;
    line-height: 44px;
  }

  .gticc-kicker-grid {
    grid-template-columns: 1fr;
  }

  .gticc-process {
    grid-template-columns: 1fr;
  }

  .gticc-card {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
  }

  .sidebar .widget {
    padding: 20px;
  }

  /*-----------------------*/
  /* Recent Post */
  /*-----------------------*/
  .widget-recent-posts .recent-posts .posts-img {
    width: 70px;
    flex: 0 0 70px;
  }

  .widget-recent-posts .recent-posts .post-info .post-title {
    font-size: 16px;
  }

  /*-----------------------*/
  /* Widget social */
  /*-----------------------*/
  .widget-social .social-icon li a i {
    font-size: 26px;
  }

  .widget-menu.menu-style-2 ul li a {
    padding: 10px 0;
  }

  .widget-menu.menu-style-2 ul li:first-child a {
    padding-top: 0;
  }
}

/* ================================================
   NAVBAR SCROLL FIX - LARGER BALANCED SIZE
   ================================================ */

/* Default header - normal state */
.header {
  transition: all 0.4s ease-in-out;
  padding: 0px 28px !important;
}

/* Default logo size */
.header .navbar-brand {
  padding: 12px 0px !important;
  min-width: 220px !important;
  flex: 0 0 220px !important;
}

.header .navbar-brand img {
  height: 60px !important;
  transition: all 0.4s ease-in-out;
}

/* Default nav links */
.header .navbar .navbar-nav>li .nav-link {
  font-size: 20px !important;
  line-height: 30px !important;
}

/* ================================================
   STICKY STATE - When user scrolls down
   ================================================ */

header.header.header-sticky.is-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  padding: 10px 28px !important;
  background: rgba(11, 24, 56, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 2px solid #B8960C !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4) !important;
  animation: stickySlideDown 0.4s ease-in-out both !important;
}

/* Sticky - logo */
header.header.header-sticky.is-sticky .navbar-brand {
  padding: 8px 0px !important;
  min-width: 190px !important;
  flex: 0 0 190px !important;
  margin-right: 30px !important;
}

header.header.header-sticky.is-sticky .navbar-brand img {
  height: 52px !important;
  width: auto !important;
  transition: all 0.4s ease-in-out;
}

/* Sticky - nav links */
header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
  font-size: 18px !important;
  padding: 10px 8px !important;
  line-height: 28px !important;
}

/* Sticky - contact button */
header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
  padding: 10px 26px !important;
  font-size: 17px !important;
  margin-left: 10px !important;
}

/* Sticky - gap between nav items */
header.header.header-sticky.is-sticky .navbar .navbar-nav {
  gap: 0 15px !important;
}

/* Sticky - action group */
header.header.header-sticky.is-sticky .action-group {
  gap: 18px !important;
  margin-left: 18px !important;
}

/* Sticky - main header height */
header.header.header-sticky.is-sticky .main-header {
  min-height: 80px !important;
  padding: 6px 0 !important;
}

/* Search icon size */
header.header.header-sticky.is-sticky .search ul li a {
  font-size: 22px !important;
}

/* Hamburger icon */
header.header.header-sticky.is-sticky .hamburger {
  width: 28px !important;
  height: 22px !important;
}

/* Smooth slide down animation */
@keyframes stickySlideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 1399px) {
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 17px !important;
  }

  header.header.header-sticky.is-sticky .navbar-brand img {
    height: 48px !important;
  }

  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 12px !important;
  }
}

@media (max-width: 1199px) {
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 16px !important;
  }

  header.header.header-sticky.is-sticky .navbar-brand img {
    height: 44px !important;
  }

  header.header.header-sticky.is-sticky .main-header {
    min-height: 74px !important;
  }
}

@media (max-width: 991px) {
  header.header.header-sticky.is-sticky {
    padding: 8px 20px !important;
  }

  header.header.header-sticky.is-sticky .navbar-brand img {
    height: 40px !important;
  }

  header.header.header-sticky.is-sticky .main-header {
    min-height: 68px !important;
  }
}

@media (max-width: 767px) {
  header.header.header-sticky.is-sticky .navbar-brand img {
    height: 36px !important;
  }

  header.header.header-sticky.is-sticky .main-header {
    min-height: 62px !important;
  }
}

@media (max-width: 575px) {
  header.header.header-sticky.is-sticky .navbar-brand img {
    height: 32px !important;
  }

  header.header.header-sticky.is-sticky {
    padding: 6px 12px !important;
  }

  header.header.header-sticky.is-sticky .main-header {
    min-height: 56px !important;
  }
}

/* ================================================
   LOGO - PUSH MORE TO THE RIGHT
   ================================================ */

header.header.header-sticky.is-sticky .navbar-brand {
  min-width: 260px !important;
  flex: 0 0 260px !important;
  margin-right: 50px !important;
  margin-left: 40px !important;
  padding-left: 30px !important;
}

header.header.header-sticky.is-sticky .navbar-brand img {
  height: 80px !important;
  width: auto !important;
}

/* ================================================
   LOGO SIZE ONLY - NO NAVBAR CHANGE
   ================================================ */

header.header.header-sticky.is-sticky .navbar-brand img {
  height: 100px !important;
  width: 200px !important;
  object-fit: contain !important;
}

/* ================================================
   LOGO - PUSH MORE TO THE RIGHT
   ================================================ */

header.header.header-sticky.is-sticky .navbar-brand {
  min-width: 260px !important;
  flex: 0 0 260px !important;
  margin-right: 50px !important;
  margin-left: 40px !important;
  padding-left: 30px !important;
}

header.header.header-sticky.is-sticky .navbar-brand img {
  height: 80px !important;
  width: auto !important;
}

/* ================================================
   LOGO SIZE FIX - BIGGER & MORE RIGHT
   ================================================ */

header.header.header-sticky.is-sticky .navbar-brand {
  min-width: 260px !important;
  flex: 0 0 260px !important;
  margin-right: 50px !important;
  padding-left: 20px !important;
}

header.header.header-sticky.is-sticky .navbar-brand img {
  height: 80px !important;
  width: auto !important;
}

/* ==========================================================================
   GTICC PREMIUM HIGHLIGHTS / STATISTICS SECTION REDESIGN
   ========================================================================== */

/* Container wrapper with gradient and background pattern */
.highlights-wrapper {
  position: relative;
  padding: 30px;
  background: radial-gradient(circle at 10% 20%, rgba(13, 17, 23, 0.95) 0%, rgba(20, 30, 48, 0.8) 90%);
  border-radius: 24px;
  border: 1px solid rgba(197, 164, 109, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 1;
}

/* Background animated gradient pattern for the container */
.highlights-wrapper::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(197, 164, 109, 0.05) 0%, transparent 60%);
  animation: slow-pan 25s infinite linear;
  pointer-events: none;
  z-index: 0;
}

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

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

/* Luxury Glassmorphism Highlight Cards */
.highlight-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

/* Interactive Hover States: Lift, Scale 1.02x, Soft Glow, Gold Border */
.highlight-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-color: rgba(197, 164, 109, 0.45);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.45),
    0 0 25px rgba(197, 164, 109, 0.2);
}

/* Shimmer/moving light effect on hover */
.highlight-card .card-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(197, 164, 109, 0.15),
      transparent);
  transition: none;
  pointer-events: none;
  z-index: 2;
}

.highlight-card:hover .card-shimmer {
  left: 200%;
  transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Gold Accent Corner Decorations */
.highlight-card .card-corner {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  pointer-events: none;
  opacity: 0.35;
  transition: all 0.5s ease;
}

.highlight-card .card-corner.top-left {
  top: 12px;
  left: 12px;
  border-top-color: #C5A46D;
  border-left-color: #C5A46D;
}

.highlight-card .card-corner.bottom-right {
  bottom: 12px;
  right: 12px;
  border-bottom-color: #C5A46D;
  border-right-color: #C5A46D;
}

/* On hover, corner decorations become brighter and expand slightly */
.highlight-card:hover .card-corner {
  opacity: 1;
  width: 18px;
  height: 18px;
}

/* Icon Styling with Golden Glow */
.highlight-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(197, 164, 109, 0.12) 0%, rgba(197, 164, 109, 0.03) 100%);
  border: 1px solid rgba(197, 164, 109, 0.25);
  border-radius: 16px;
  transition: all 0.5s ease;
  z-index: 2;
}

.highlight-icon-wrapper i {
  font-size: 28px;
  color: #C5A46D;
  transition: all 0.5s ease;
}

/* Hover effect on icon */
.highlight-card:hover .highlight-icon-wrapper {
  background: linear-gradient(135deg, rgba(197, 164, 109, 0.3) 0%, rgba(197, 164, 109, 0.1) 100%);
  border-color: rgba(197, 164, 109, 0.6);
  box-shadow: 0 0 20px rgba(197, 164, 109, 0.3);
  transform: rotate(5deg);
}

.highlight-card:hover .highlight-icon-wrapper i {
  color: #FFFFFF;
  transform: scale(1.15);
}

/* Text / Typography content inside the cards */
.highlight-content {
  flex-grow: 1;
  z-index: 2;
}

.highlight-content p {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(244, 247, 252, 0.85);
  transition: color 0.5s ease;
  margin: 0;
}

.highlight-card:hover .highlight-content p {
  color: #FFFFFF;
}

/* Responsive adjustments for highlights */
@media (max-width: 991px) {
  .highlights-wrapper {
    margin-top: 40px;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .highlight-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 24px;
  }

  .highlight-icon-wrapper {
    min-width: 55px;
    height: 55px;
  }

  .highlight-icon-wrapper i {
    font-size: 22px;
  }

  .highlight-content p {
    font-size: 20px;
  }
}

/* ================================================
   LOGO SIZE - PERMANENTLY FIXED NEVER CHANGE
   ================================================ */

/* Normal state logo */
.header .navbar-brand img,
.header .navbar-brand img.sticky,
header.header .navbar-brand img,
header.header.header-sticky .navbar-brand img,
header.header.header-sticky.is-sticky .navbar-brand img {
  height: 90px !important;
  width: 180px !important;
  object-fit: contain !important;
  max-height: 90px !important;
  max-width: 180px !important;
  min-height: 90px !important;
  min-width: 180px !important;
  transition: none !important;
}

/* Lock navbar brand container */
.header .navbar-brand,
header.header .navbar-brand,
header.header.header-sticky .navbar-brand,
header.header.header-sticky.is-sticky .navbar-brand {
  min-width: 190px !important;
  max-width: 190px !important;
  flex: 0 0 190px !important;
  padding: 8px 0px !important;
}

/* ================================================
   NAVBAR - FREEZE THIS EXACT SIZE PERMANENTLY
   ================================================ */

/* Lock ALL states - normal, sticky, scrolled - same size */
.header .navbar-brand img,
.header .navbar-brand img.sticky,
header.header .navbar-brand img,
header.header.header-sticky .navbar-brand img,
header.header.header-sticky.is-sticky .navbar-brand img,
header.header.header-sticky.is-sticky .navbar .navbar-brand img {
  height: 61px !important;
  width: 210px !important;
  object-fit: contain !important;
  max-height: 61px !important;
  max-width: 210px !important;
  min-height: 61px !important;
  min-width: 210px !important;
  transition: none !important;
  transform: none !important;
}

/* Lock brand container size */
.header .navbar-brand,
header.header .navbar-brand,
header.header.header-sticky .navbar-brand,
header.header.header-sticky.is-sticky .navbar-brand,
header.header.header-sticky.is-sticky .navbar .navbar-brand {
  min-width: 220px !important;
  max-width: 220px !important;
  flex: 0 0 220px !important;
  padding: 8px 0px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  transition: none !important;
}

/* Lock navbar height - same on scroll */
.header .main-header,
header.header.header-sticky.is-sticky .main-header {
  min-height: 90px !important;
  max-height: 90px !important;
  padding: 0 !important;
}

/* Lock nav link font size - never change */
.header .navbar .navbar-nav>li .nav-link,
header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
  font-size: 18px !important;
  line-height: 28px !important;
  padding: 8px 6px !important;
  transition: color 0.3s ease !important;
}

/* Lock contact button */
.header .navbar .navbar-nav>li .nav-link.contact-btn,
header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
  padding: 8px 22px !important;
  font-size: 17px !important;
}

/* Lock nav gap */
.header .navbar .navbar-nav,
header.header.header-sticky.is-sticky .navbar .navbar-nav {
  gap: 0 14px !important;
}

/* Lock header padding */
.header,
header.header.header-sticky.is-sticky {
  padding: 0px 28px !important;
}
/* =========================================
   Credibility Ribbon Carousel
   ========================================= */
.credibility-ribbon {
  overflow: hidden;
}

.credibility-slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
}

.credibility-slider-track {
  display: flex;
  width: max-content;
  animation: slideCredibility 20s linear infinite;
  touch-action: pan-y;
}

.credibility-slider-track:hover {
  animation-play-state: paused;
}

.credibility-slider-item {
  flex: 0 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes slideCredibility {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .credibility-slider-item {
    padding: 0 20px;
  }
  .credibility-slider-track {
    animation-duration: 25s;
  }
}
/* Upcoming Delegations - Brand icons in marquee: green → golden */
.awards-wrapper.case-studies .awards-item .marquee-wrapper .marquee-inner .marquee-item .icon img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(55%) saturate(400%) hue-rotate(5deg) brightness(95%);
  transition: filter 0.3s ease;
}
.btn-arrow:after {
  border: none !important;
  display: none !important;
}

/* =========================================
   Responsive Custom Utilities & Fixes
   ========================================= */

/* Responsive lead text class to replace inline style="fontSize: 24px" */
.responsive-lead-text {
  font-size: 24px !important;
}

@media (max-width: 1199px) {
  .responsive-lead-text {
    font-size: 21px !important;
  }
}

@media (max-width: 991px) {
  .responsive-lead-text {
    font-size: 19px !important;
  }
}

@media (max-width: 767px) {
  .responsive-lead-text {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 480px) {
  .responsive-lead-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}

/* Sticky Header Scroll Offset */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 80px;
  }
}

/* Responsive Logo Sizing Overrides */
.header .navbar-brand img {
  height: 64px !important;
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 991px) {
  .header .navbar-brand img {
    height: 45px !important;
  }
}

@media (max-width: 575px) {
  .header .navbar-brand img {
    height: 38px !important;
  }
}

/* Mobile Hamburger Sticky Header Size Fix */
header.header.header-sticky.is-sticky .mobile-action .hamburger {
  width: auto !important;
  height: auto !important;
  padding: 10px !important;
}

/* Fix FAQ Accordion Question Wrapping and Truncation */
.accordion .accordion-item .accordion-header .accordion-button,
.accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button,
.accordion-button {
  white-space: normal !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  overflow: visible !important;
  text-overflow: clip !important;
  display: block !important;
  position: relative !important;
  text-align: left !important;
}

/* Full-Screen Off-Canvas Mobile Menu & Smooth Transitions */
@media (max-width: 991px) {
  .main-menu-offcanvas {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease-in-out, padding 0.35s ease-in-out;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    border-radius: 4px;
  }
  
  .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu.show {
    max-height: 350px;
    opacity: 1;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
  }

  .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  
  .main-menu-offcanvas .offcanvas-header .btn-close {
    background: transparent !important;
    border: none !important;
    opacity: 1 !important;
    color: #F4F7FA !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

/* Responsive Marquee Style 2 Font Size Fix for mobile/tablet */
@media (max-width: 767px) {
  .marquee-wrapper.marquee-style-2 .marquee-inner .marquee-item .title {
    font-size: 24px !important;
  }
  .marquee-wrapper.marquee-style-2 .marquee-inner .marquee-item .icon img {
    max-width: 25px !important;
    height: auto;
  }
  
  /* Less obtrusive Back To Top button on mobile & tablet */
  .back-to-top {
    right: 20px !important;
    bottom: 20px !important;
    height: 40px !important;
    width: 40px !important;
    opacity: 0.6 !important;
  }
  .back-to-top::before {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
    font-size: 14px !important;
  }
  .back-to-top.active-progress {
    opacity: 0.7 !important;
  }
  .back-to-top:hover {
    opacity: 1 !important;
  }
}

/* Responsive Desktop Header Navigation Link Font Sizes and Padding */
@media (min-width: 992px) {
  .header .navbar .navbar-nav {
    flex-wrap: nowrap !important;
    gap: 0 8px !important;
  }
  .header .navbar .navbar-nav>li {
    margin: 0 !important;
  }
  .header .navbar .navbar-nav .nav-item .gticc-nav-link {
    font-size: 15px !important;
    padding: 8px 8px !important;
    white-space: nowrap !important;
  }
  .header .navbar-brand {
    min-width: 150px !important;
    flex: 0 0 150px !important;
    margin-right: 15px !important;
  }
  .action-group {
    gap: 15px !important;
    margin-left: 15px !important;
  }
}

@media (min-width: 1200px) {
  .header .navbar .navbar-nav {
    flex-wrap: nowrap !important;
    gap: 0 15px !important;
  }
  .header .navbar-brand {
    min-width: 170px !important;
    flex: 0 0 170px !important;
    margin-right: 20px !important;
  }
  .header .navbar .navbar-nav .nav-item .gticc-nav-link {
    font-size: 19px !important;
    padding: 8px 12px !important;
  }
}

@media (min-width: 1400px) {
  .header .navbar .navbar-nav {
    gap: 0 25px !important;
  }
  .header .navbar-brand {
    min-width: 220px !important;
    flex: 0 0 220px !important;
    margin-right: 30px !important;
  }
  .header .navbar .navbar-nav .nav-item .gticc-nav-link {
    font-size: 25px !important;
    padding: 8px 16px !important;
  }
}

/* Responsive Home Banner Buttons Visibility and Spacing */
@media (max-width: 1199px) {
  .main-banner.main-banner-2 .banner-conent .reviews-info {
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-top: 25px !important;
  }
  .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
    padding: 12px 28px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 575px) {
  .main-banner.main-banner-2 .banner-conent .reviews-info {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
    width: 100% !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* =========================================
   GTICC Header Polish
   ========================================= */
.header.header-sticky,
header.header.header-sticky.is-sticky {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  padding: 0 !important;
  background: rgba(8, 22, 48, 0.96) !important;
  border-bottom: 1px solid rgba(197, 164, 109, 0.28);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header.header-sticky .navbar,
header.header.header-sticky.is-sticky .navbar {
  padding: 0 !important;
}

.header.header-sticky .main-header,
header.header.header-sticky.is-sticky .main-header {
  min-height: 88px !important;
  max-height: none !important;
  padding: 10px 40px !important;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header.header-sticky .navbar-brand,
header.header.header-sticky.is-sticky .navbar-brand,
header.header.header-sticky.is-sticky .navbar .navbar-brand {
  flex: 0 0 auto !important;
  min-width: 72px !important;
  max-width: 72px !important;
  margin: 0 14px 0 0 !important;
  padding: 0 !important;
}

.header.header-sticky .navbar-brand img,
.header.header-sticky .navbar-brand img.sticky,
header.header .navbar-brand img,
header.header.header-sticky .navbar-brand img,
header.header.header-sticky.is-sticky .navbar-brand img,
header.header.header-sticky.is-sticky .navbar .navbar-brand img {
  width: 82px !important;
  min-width: 82px !important;
  max-width: 82px !important;
  height: 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
  object-fit: contain !important;
  border-radius: 8px;
  transition: transform 0.25s ease !important;
}

.header.header-sticky .navbar-brand:hover img {
  transform: translateY(-1px) !important;
}

@media (min-width: 992px) {
  .header.header-sticky .navbar-collapse {
    min-width: 0;
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 22px !important;
    align-items: center;
    flex-wrap: nowrap !important;
  }

  .header.header-sticky .navbar .navbar-nav.ms-auto,
  header.header.header-sticky.is-sticky .navbar .navbar-nav.ms-auto {
    margin-left: auto !important;
  }

  .header.header-sticky .navbar .navbar-nav>li,
  header.header .navbar .navbar-nav>li {
    margin: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    position: relative;
    color: rgba(244, 247, 250, 0.9) !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    padding: 10px 4px !important;
  }

  .header.header-sticky .navbar .navbar-nav .nav-item.active .nav-link,
  .header.header-sticky .navbar .navbar-nav>li .nav-link:hover,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link:hover {
    color: #D4B35C !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 2px;
    height: 2px;
    background: #D4B35C;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.24s ease;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link:hover::after,
  .header.header-sticky .navbar .navbar-nav .nav-item.active .nav-link::after {
    transform: scaleX(1);
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 138px;
    padding: 14px 30px !important;
    border-radius: 999px;
    background: #D4B35C !important;
    color: #071733 !important;
    text-align: center;
    box-shadow: 0 10px 25px rgba(212, 179, 92, 0.22);
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn:hover {
    background: #E0C26F !important;
    color: #071733 !important;
    transform: translateY(-1px);
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn::after {
    display: none !important;
  }

  .header.header-sticky .dropdown-menu {
    border: 1px solid rgba(197, 164, 109, 0.18) !important;
    border-radius: 8px !important;
    background: #0C1830 !important;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
    padding: 10px !important;
  }

  .header.header-sticky .dropdown-menu .dropdown-item {
    border-radius: 6px;
    color: rgba(244, 247, 250, 0.9) !important;
    padding: 10px 14px !important;
  }

  .header.header-sticky .dropdown-menu .dropdown-item:hover {
    background: rgba(212, 179, 92, 0.12) !important;
    color: #D4B35C !important;
  }

  .header.header-sticky .action-group {
    flex: 0 0 auto;
    gap: 12px !important;
    margin-left: 12px !important;
  }
}

@media (max-width: 991px) {
  .header .navbar-collapse {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .header.header-sticky .action-group,
  header.header.header-sticky.is-sticky .action-group {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding: 10px 26px !important;
    gap: 16px;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand {
    margin-right: 10px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 12px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 18px !important;
  }
}

@media (max-width: 1199px) {
  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 12px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 17px !important;
    padding: 8px 3px !important;
  }
}

@media (max-width: 991px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    min-height: 72px !important;
    padding: 10px 18px !important;
    justify-content: space-between;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand {
    min-width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }

  .header.header-sticky .action-group {
    display: flex !important;
    margin-left: 0 !important;
  }

  .header.header-sticky .action-group .search,
  .header.header-sticky .action-group .menu-btn {
    display: none !important;
  }
}

/* =========================================
   GTICC Sitewide Mobile Responsiveness
   ========================================= */
img,
video,
iframe {
  max-width: 100%;
}

.site-content,
.content-wrapper,
section,
.container,
.container-fluid {
  min-width: 0;
}

.gticc-card,
.infobox,
.highlight-card,
.awards-item,
.login-form,
.contact-form-box,
.contact-address,
.team-item,
.service-single,
.action-box,
.accordion,
.pricing-box {
  max-width: 100%;
}

.title,
.section-title .title,
.inner-banner .title,
.service-title,
.infobox-title,
.awards-name,
.team-title,
.package-title,
.widget-title {
  overflow-wrap: anywhere;
}

.form-control,
select.form-control,
textarea.form-control,
.newsletter-form input {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  body {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  .container,
  .container-fluid {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .row {
    --bs-gutter-x: 24px;
  }

  .space-ptb,
  .space-medium-ptb {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .space-pt,
  .space-medium-pt {
    padding-top: 64px !important;
  }

  .space-pb,
  .space-medium-pb {
    padding-bottom: 64px !important;
  }

  h1,
  .h1,
  .inner-banner .title,
  .gticc-hero .title,
  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 42px !important;
    line-height: 1.12 !important;
  }

  h2,
  .h2,
  .section-title .title {
    font-size: 34px !important;
    line-height: 1.18 !important;
  }

  h3,
  .h3,
  .service-single .service-content .service-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  h4,
  .h4 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  h5,
  .h5,
  .infobox-title,
  .widget-title {
    font-size: 21px !important;
    line-height: 1.35 !important;
  }

  p,
  li,
  .responsive-lead-text,
  .history-content,
  .infobox-description,
  .awards-description,
  .highlight-content p,
  .gticc-hero p,
  .contact-info-box a,
  .footer-address {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  .section-title {
    margin-bottom: 32px !important;
  }

  .section-title .sub-title,
  .main-banner.main-banner-2 .banner-conent .sub-title,
  .gticc-hero .sub-title {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
  }

  .gticc-card,
  .infobox,
  .highlight-card,
  .login-form,
  .contact-form-box,
  .action-box {
    padding: 24px !important;
    border-radius: 12px !important;
  }

  .main-banner.main-banner-2 {
    padding-top: 0 !important;
  }

  .main-banner.main-banner-2 .container-fluid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .main-banner.main-banner-2 .row {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .main-banner.main-banner-2 .row > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .main-banner.main-banner-2 .banner-conent {
    min-height: auto !important;
    padding: 38px 26px !important;
    border-radius: 16px !important;
  }

  .main-banner.main-banner-2 .banner-bg {
    min-height: 340px !important;
    height: 340px !important;
    border-radius: 16px !important;
    background-position: center !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .btn,
  button.btn,
  .search-btn,
  .subscribe-btn {
    max-width: 100%;
    white-space: normal !important;
  }

  .inner-banner {
    min-height: 300px !important;
    padding: 70px 0 !important;
    border-radius: 14px !important;
  }

  .gticc-hero {
    min-height: auto !important;
    padding: 72px 0 !important;
  }

  .list.col-2,
  .list.col-xs-1 {
    columns: 1 !important;
  }

  .service-single .row,
  .faq-section .row {
    row-gap: 28px;
  }

  .service-sidebar,
  .service-single .sidebar,
  .faq-sidebar {
    margin-bottom: 28px !important;
  }

  .grid-wrapper,
  .grid-wrapper.grid-xl-2,
  .grid-wrapper.grid-xl-3,
  .grid-wrapper.grid-xl-4,
  .grid-wrapper.grid-lg-2,
  .grid-wrapper.grid-lg-3,
  .grid-wrapper.grid-lg-4,
  .grid-wrapper.grid-md-2,
  .grid-wrapper.grid-md-3,
  .grid-wrapper.grid-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .site-footer .footer-main {
    padding-top: 60px !important;
    padding-bottom: 48px !important;
  }

  .site-footer .footer-main .grid-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 24px !important;
  }

  .site-footer .footer-logo img {
    max-width: 150px !important;
  }

  .site-footer .newsletter-form {
    max-width: 100%;
  }

  .site-footer .footer-copyright {
    padding: 24px 0 !important;
  }

  .site-footer .footer-copyright .row {
    row-gap: 18px;
  }

  .site-footer .footer-copyright,
  .site-footer .footer-copyright .text-md-end {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px !important;
  }

  .container,
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 24px;
  }

  .space-ptb,
  .space-medium-ptb {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .space-pt,
  .space-medium-pt {
    padding-top: 48px !important;
  }

  .space-pb,
  .space-medium-pb {
    padding-bottom: 48px !important;
  }

  h1,
  .h1,
  .inner-banner .title,
  .gticc-hero .title,
  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  h2,
  .h2,
  .section-title .title {
    font-size: 29px !important;
    line-height: 1.2 !important;
  }

  h3,
  .h3,
  .service-single .service-content .service-title {
    font-size: 25px !important;
  }

  p,
  li,
  .responsive-lead-text,
  .history-content,
  .infobox-description,
  .awards-description,
  .highlight-content p,
  .gticc-hero p,
  .contact-info-box a,
  .footer-address {
    font-size: 16px !important;
    line-height: 1.52 !important;
  }

  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    min-height: 66px !important;
    padding: 8px 14px !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand {
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-link {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .dropdown-item {
    font-size: 17px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .main-banner.main-banner-2 .banner-conent {
    padding: 30px 20px !important;
  }

  .main-banner.main-banner-2 .banner-bg {
    min-height: 280px !important;
    height: 280px !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .btn,
  .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 12px 20px !important;
  }

  .gticc-card,
  .infobox,
  .highlight-card,
  .login-form,
  .contact-form-box,
  .action-box {
    padding: 20px !important;
  }

  .highlight-card {
    align-items: flex-start !important;
  }

  .grid-wrapper,
  .grid-wrapper.grid-xl-2,
  .grid-wrapper.grid-xl-3,
  .grid-wrapper.grid-xl-4,
  .grid-wrapper.grid-lg-2,
  .grid-wrapper.grid-lg-3,
  .grid-wrapper.grid-lg-4,
  .grid-wrapper.grid-md-2,
  .grid-wrapper.grid-md-3,
  .grid-wrapper.grid-sm-2,
  .site-footer .footer-main .grid-wrapper {
    grid-template-columns: 1fr !important;
  }

  .team-item .team-img img,
  .service-single .service-img img,
  .about-bg,
  .bg-holder {
    min-height: 240px;
  }

  .form-control,
  select.form-control,
  textarea.form-control {
    min-height: 48px;
    font-size: 16px !important;
  }

  textarea.form-control {
    min-height: 130px;
  }

  .newsletter-form {
    display: grid !important;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
  }

  .newsletter-form .subscribe-btn {
    width: 48px !important;
    min-width: 48px;
    height: 48px;
  }

  .site-footer .footer-logo img {
    max-width: 130px !important;
  }

  .site-footer .footer-copyright .widget-social {
    display: block !important;
  }

  .site-footer .footer-copyright .widget-social ul.social-icon {
    margin-top: 14px !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media (max-width: 575px) {
  h1,
  .h1,
  .inner-banner .title,
  .gticc-hero .title,
  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 30px !important;
  }

  h2,
  .h2,
  .section-title .title {
    font-size: 26px !important;
  }

  .main-banner.main-banner-2 .banner-bg {
    min-height: 230px !important;
    height: 230px !important;
  }

  .inner-banner {
    min-height: 230px !important;
    padding: 48px 0 !important;
  }

  .gticc-hero {
    padding: 56px 0 !important;
  }

  .gticc-card,
  .infobox,
  .highlight-card,
  .login-form,
  .contact-form-box,
  .action-box {
    padding: 18px !important;
    border-radius: 10px !important;
  }

  .credibility-slider-item {
    padding: 0 16px !important;
  }

  .credibility-slider-item span {
    font-size: 15px !important;
    white-space: nowrap;
  }

  .marquee-wrapper.marquee-style-2 .marquee-inner .marquee-item .title,
  .site-footer .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 48px !important;
  }

  .back-to-top {
    right: 14px !important;
    bottom: 14px !important;
  }
}

@media (max-width: 390px) {
  .container,
  .container-fluid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  h1,
  .h1,
  .inner-banner .title,
  .gticc-hero .title,
  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 27px !important;
  }

  h2,
  .h2,
  .section-title .title {
    font-size: 24px !important;
  }

  .main-banner.main-banner-2 .banner-conent {
    padding: 24px 16px !important;
  }

  .btn {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* =========================================
   GTICC Navbar Final Arrangement
   ========================================= */
@media (min-width: 992px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    display: flex !important;
    align-items: center !important;
    min-height: 96px !important;
    padding: 10px 54px !important;
    gap: 28px !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    flex: 0 0 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
  }

  .header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 34px !important;
    min-width: 0 !important;
  }

  .header.header-sticky .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky .navbar-collapse > .navbar-nav:first-child {
    flex: 1 1 auto !important;
    justify-content: center !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0 32px !important;
  }

  .header.header-sticky .navbar .navbar-nav.ms-auto,
  header.header.header-sticky.is-sticky .navbar .navbar-nav.ms-auto {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 21px !important;
    line-height: 1.15 !important;
    padding: 10px 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 164px !important;
    padding: 16px 34px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 36px !important;
    padding-right: 36px !important;
    gap: 20px !important;
  }

  .header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse {
    gap: 24px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 22px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 18px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 140px !important;
    padding: 14px 28px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 22px !important;
    padding-right: 22px !important;
    gap: 16px !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    flex-basis: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 12px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 15px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 118px !important;
    padding: 12px 20px !important;
  }
}

/* =========================================
   GTICC Document-Aligned Pages
   ========================================= */
.gticc-hero {
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(135deg, rgba(8, 22, 48, 0.9), rgba(13, 17, 23, 0.94)),
    url("/images/bg/bg-map.webp") center / cover no-repeat;
  border-bottom: 1px solid rgba(197, 164, 109, 0.25);
}

.gticc-hero .container {
  max-width: 1180px;
}

.gticc-hero .title {
  max-width: 1100px;
}

.gticc-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.gticc-small-disclaimer {
  color: #9BA8B4;
  font-size: 17px !important;
  line-height: 1.6 !important;
  margin-top: 18px;
}

.gticc-card {
  background: rgba(18, 26, 36, 0.94);
  border: 1px solid rgba(197, 164, 109, 0.18);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.gticc-card h2,
.gticc-card h3,
.gticc-card h4,
.gticc-card h5 {
  margin-bottom: 14px;
}

.gticc-card p:last-child {
  margin-bottom: 0;
}

.gticc-number {
  display: inline-block;
  color: #D4B35C;
  font-family: "Bai Jamjuree", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 18px;
}

.gticc-tier-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gticc-tier-card .btn {
  margin-top: auto;
}

.gticc-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.gticc-disclaimer-card {
  background: linear-gradient(135deg, rgba(197, 164, 109, 0.12), rgba(18, 26, 36, 0.95));
  border-color: rgba(197, 164, 109, 0.35);
}

.gticc-form label {
  display: block;
  color: #F4F7FA;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.gticc-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.gticc-checkbox input {
  margin-top: 5px;
  min-width: 18px;
  width: 18px;
  height: 18px;
}

.gticc-member-logo {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
  background: #071733;
}

.gticc-member-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gticc-image-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(212, 179, 92, 0.22);
  background: #121c2b;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  isolation: isolate;
}

.gticc-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
  z-index: -2;
}

.gticc-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 22, 48, 0.08), rgba(8, 22, 48, 0.86) 72%),
    linear-gradient(135deg, rgba(212, 179, 92, 0.08), rgba(47, 111, 189, 0.12));
}

.gticc-image-card:hover img {
  transform: scale(1.06);
}

.gticc-image-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
}

.gticc-image-card-content h3,
.gticc-image-card-content h4 {
  color: #ffffff !important;
  margin-bottom: 12px;
}

.gticc-image-card-content p {
  color: rgba(244, 247, 250, 0.86) !important;
  margin-bottom: 0;
}

.gticc-corridor-showcase {
  position: relative;
}

.gticc-photo-hero {
  background-size: cover !important;
  background-position: center !important;
}

.gticc-home-corridor-card .gticc-image-card-content {
  position: absolute !important;
  top: 100% !important;
  left: 0;
  right: 0;
  bottom: auto !important;
  z-index: 2;
  min-height: 148px;
  padding: 18px 24px 20px;
  border-top: 1px solid rgba(98, 166, 255, 0.34);
  border-radius: 0 0 14px 14px;
  background: linear-gradient(135deg, rgba(8, 45, 92, 0.92), rgba(11, 78, 130, 0.86));
  box-shadow: 0 18px 42px rgba(2, 16, 38, 0.34);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gticc-home-corridor-card {
  overflow: visible !important;
  margin-bottom: 170px;
}

.gticc-home-corridor-card {
  height: 405px !important;
  background: transparent !important;
}

.gticc-home-corridor-card img {
  height: 100% !important;
}

.gticc-home-corridor-card .gticc-image-card-content {
  min-height: 168px !important;
  max-height: 168px !important;
  overflow: hidden !important;
}

.gticc-home-corridor-card::after {
  background:
    linear-gradient(180deg, rgba(8, 22, 48, 0.02), rgba(8, 22, 48, 0.28) 72%),
    linear-gradient(135deg, rgba(212, 179, 92, 0.04), rgba(47, 111, 189, 0.05)) !important;
}

.gticc-home-corridor-card img {
  filter: brightness(1.16) saturate(1.08);
}

.gticc-home-corridor-card-bright img {
  filter: brightness(1.34) saturate(1.16) contrast(1.04) !important;
}

.gticc-home-corridor-card:hover img {
  transform: none !important;
}

.gticc-home-corridor-card .gticc-image-card-content h3 {
  margin-bottom: 6px;
  font-size: 27px !important;
  line-height: 1.16;
}

.gticc-home-corridor-card .gticc-image-card-content p {
  font-size: 18px !important;
  line-height: 1.34;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

@media (max-width: 767px) {
  .gticc-home-corridor-mobile-slider {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0 14px;
    margin-left: 0;
    margin-right: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gticc-home-corridor-mobile-slider .gticc-home-corridor-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 315px !important;
    min-height: 315px !important;
    margin-bottom: 146px !important;
    scroll-snap-align: start;
  }

  .gticc-home-corridor-mobile-slider .gticc-home-corridor-card .gticc-image-card-content {
    min-height: 146px !important;
    max-height: 146px !important;
    padding: 18px 18px 20px !important;
  }

  .gticc-home-corridor-mobile-slider .gticc-home-corridor-card .gticc-image-card-content h3 {
    font-size: 25px !important;
    line-height: 1.15 !important;
  }

  .gticc-home-corridor-mobile-slider .gticc-home-corridor-card .gticc-image-card-content p {
    font-size: 16px !important;
    line-height: 1.34 !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
  }

  .gticc-home-corridor-mobile-slider::-webkit-scrollbar {
    height: 0;
  }
}

.gticc-sector-card {
  min-height: 390px;
  overflow: visible !important;
  margin-bottom: 210px;
}

.gticc-sector-card::after {
  background:
    linear-gradient(180deg, rgba(8, 22, 48, 0.02), rgba(8, 22, 48, 0.28) 72%),
    linear-gradient(135deg, rgba(212, 179, 92, 0.04), rgba(47, 111, 189, 0.05)) !important;
}

.gticc-sector-card img {
  filter: brightness(1.16) saturate(1.08);
}

.gticc-sector-card:hover img {
  transform: none !important;
}

.gticc-sector-card .gticc-image-card-content {
  position: absolute !important;
  top: 100% !important;
  left: 0;
  right: 0;
  bottom: auto !important;
  z-index: 2;
  min-height: 188px;
  padding: 22px 28px 24px;
  border-top: 1px solid rgba(98, 166, 255, 0.34);
  border-radius: 0 0 14px 14px;
  background: linear-gradient(135deg, rgba(8, 45, 92, 0.92), rgba(11, 78, 130, 0.86));
  box-shadow: 0 18px 42px rgba(2, 16, 38, 0.34);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gticc-sector-card .gticc-image-card-content h4 {
  margin-bottom: 8px;
  font-size: 30px !important;
  line-height: 1.18;
}

.gticc-sector-card .gticc-image-card-content p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 21px !important;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.gticc-sector-read-more {
  display: inline-block;
  margin-top: 10px;
  align-self: flex-start;
  border: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.gticc-sector-card.is-expanded .gticc-image-card-content {
  height: auto;
  min-height: 220px;
  max-height: none;
}

.gticc-sector-card.is-expanded .gticc-image-card-content p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

@media (max-width: 767px) {
  .gticc-sector-mobile-slider {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0 18px;
    margin-left: 0;
    margin-right: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gticc-sector-mobile-slider .gticc-sector-card {
    flex: 0 0 min(84vw, 360px);
    min-height: 420px;
    margin-bottom: 178px;
    scroll-snap-align: start;
  }

  .gticc-sector-mobile-slider .gticc-image-card-content {
    min-height: 142px;
    padding: 18px 22px 16px;
    justify-content: flex-start;
  }

  .gticc-sector-mobile-slider .gticc-image-card-content h4 {
    font-size: 28px !important;
    line-height: 1.16;
    margin-bottom: 8px;
  }

  .gticc-sector-mobile-slider .gticc-image-card-content p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 18px !important;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .gticc-sector-mobile-slider .gticc-sector-read-more {
    margin-top: 10px;
  }

  .gticc-sector-mobile-slider .gticc-sector-card.is-expanded .gticc-image-card-content {
    height: auto;
    min-height: 190px;
    max-height: none;
  }

  .gticc-sector-mobile-slider .gticc-sector-card.is-expanded .gticc-image-card-content p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  .gticc-sector-mobile-slider::-webkit-scrollbar {
    height: 0;
  }
}

.gticc-event-outbound-card img {
  object-position: 72% center;
}

.gticc-event-card {
  border: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  margin-bottom: 172px;
}

.gticc-event-card::after {
  background:
    linear-gradient(180deg, rgba(8, 22, 48, 0.02), rgba(8, 22, 48, 0.28) 72%),
    linear-gradient(135deg, rgba(212, 179, 92, 0.04), rgba(47, 111, 189, 0.05)) !important;
}

.gticc-event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.16) saturate(1.08);
  background: transparent;
  display: block;
}

.gticc-event-investment-card img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #071B33 !important;
}

.gticc-event-card:hover img {
  transform: none !important;
}

.gticc-event-card:hover {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.gticc-event-card .gticc-image-card-content {
  position: absolute !important;
  top: 100% !important;
  left: 0;
  right: 0;
  bottom: auto !important;
  z-index: 2;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  padding: 18px 24px 20px;
  border: 0 !important;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(135deg, rgba(8, 45, 92, 0.92), rgba(11, 78, 130, 0.86));
  box-shadow: 0 18px 42px rgba(2, 16, 38, 0.34);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gticc-event-card .gticc-image-card-content h4 {
  margin-bottom: 6px;
  font-size: 26px !important;
  line-height: 1.18;
}

.gticc-event-card .gticc-image-card-content p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px !important;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.gticc-event-read-more {
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  border: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.gticc-event-card.is-expanded .gticc-image-card-content {
  height: auto;
  min-height: 190px;
  max-height: none;
}

.gticc-event-card.is-expanded .gticc-image-card-content p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.gticc-hero-desc {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}

.gticc-card-desc {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .gticc-hero-desc { font-size: 20px; }
  .gticc-card-desc { font-size: 20px; }
}
@media (max-width: 767px) {
  .gticc-hero-desc { font-size: 18px; }
  .gticc-card-desc { font-size: 16px; }
}

.gticc-event-mobile-slider {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 28px !important;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.gticc-event-mobile-slider .gticc-event-card {
  flex: 0 0 calc((100% - 56px) / 3);
  min-height: 390px;
  scroll-snap-align: start;
}

.gticc-event-mobile-slider::-webkit-scrollbar {
  height: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .gticc-event-mobile-slider {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 22px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
  }

  .gticc-event-mobile-slider .gticc-event-card {
    flex: 0 0 calc((100% - 22px) / 2) !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 767px) {
  .gticc-event-hero-cta {
    width: auto !important;
    min-width: 0 !important;
    max-width: 230px !important;
    padding: 10px 18px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    border-radius: 28px !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .gticc-event-mobile-slider {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px !important;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 0 10px !important;
    margin-left: 0;
    margin-right: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gticc-event-mobile-slider .gticc-event-card {
    flex: 0 0 min(86vw, 360px);
    width: min(86vw, 360px);
    min-height: 0;
    margin-bottom: 0;
    overflow: hidden !important;
    border-radius: 16px;
    background: #071733;
    scroll-snap-align: start;
  }

  .gticc-event-mobile-slider .gticc-event-card::after {
    display: none;
  }

  .gticc-event-mobile-slider .gticc-event-card img {
    position: relative;
    inset: auto;
    z-index: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
  }

  .gticc-event-mobile-slider .gticc-event-outbound-card img {
    object-position: 58% center;
  }

  .gticc-event-mobile-slider .gticc-event-card .gticc-image-card-content {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 18px 18px 20px;
    border-radius: 0;
    box-shadow: none;
  }

  .gticc-event-mobile-slider .gticc-event-card .gticc-image-card-content h4 {
    font-size: 22px !important;
    line-height: 1.2;
  }

  .gticc-event-mobile-slider .gticc-event-card .gticc-image-card-content p {
    display: block;
    overflow: visible;
    font-size: 16px !important;
    line-height: 1.45;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  .gticc-event-mobile-slider .gticc-event-read-more {
    display: none;
  }
}

.gticc-terms-list {
  display: grid;
  gap: 18px;
}

.gticc-terms-list .gticc-card {
  padding: 28px 32px !important;
  min-height: auto !important;
}

.gticc-terms-list .gticc-card h2 {
  font-size: 42px !important;
  line-height: 1.12 !important;
  margin-bottom: 16px !important;
}

.gticc-terms-list .gticc-card p {
  font-size: 22px !important;
  line-height: 1.55 !important;
  margin-bottom: 0 !important;
}

.gticc-membership-terms-page .space-ptb {
  padding-top: 62px !important;
  padding-bottom: 70px !important;
}

.gticc-membership-terms-page .gticc-terms-list {
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 4px 22px !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: thin !important;
}

.gticc-membership-terms-page .gticc-term-card {
  flex: 0 0 360px !important;
  width: 360px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 24px !important;
  border-radius: 14px !important;
  scroll-snap-align: start !important;
  overflow: hidden !important;
}

.gticc-membership-terms-page .gticc-term-card h2 {
  font-size: 27px !important;
  line-height: 1.18 !important;
  margin-bottom: 12px !important;
}

.gticc-membership-terms-page .gticc-term-card p {
  font-size: 16px !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 8 !important;
  line-clamp: 8 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .gticc-membership-terms-page .gticc-term-card {
    flex-basis: 290px !important;
    width: 290px !important;
    padding: 20px !important;
  }

  .gticc-membership-terms-page .gticc-term-card h2 {
    font-size: 24px !important;
  }

  .gticc-membership-terms-page .gticc-term-card p {
    font-size: 17px !important;
  }
}

.gticc-footer-disclaimer {
  margin-top: 44px;
  padding: 22px;
  border: 1px solid rgba(197, 164, 109, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.gticc-footer-disclaimer p {
  color: #9BA8B4;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 26px !important;
    padding-right: 26px !important;
    gap: 18px !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    flex-basis: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }

  .header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse {
    gap: 18px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 14px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 15px !important;
    padding: 8px 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 112px !important;
    padding: 12px 22px !important;
  }
}

@media (min-width: 1500px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 42px !important;
    padding-right: 42px !important;
    gap: 24px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 22px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 18px !important;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 22px !important;
    padding-right: 22px !important;
    gap: 16px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 14px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 16px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 116px !important;
    padding: 12px 22px !important;
  }
}

@media (max-width: 1199px) {
  .gticc-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gticc-hero {
    padding: 72px 0;
  }

  .gticc-actions,
  .gticc-actions .btn {
    width: 100%;
  }

  .gticc-process {
    grid-template-columns: 1fr;
  }

  .gticc-footer-disclaimer {
    padding: 18px;
  }
}

/* =========================================
   GTICC Premium Visual Finish
   ========================================= */
:root {
  --gticc-navy: #071B33;
  --gticc-navy-2: #0a2748;
  --gticc-ink: #071B33;
  --gticc-panel: #0b2542;
  --gticc-panel-2: #0f3157;
  --gticc-line: rgba(200, 162, 74, 0.24);
  --gticc-gold: #C8A24A;
  --gticc-gold-2: #C8A24A;
  --gticc-text: #FFFFFF;
  --gticc-muted: #F5F7FA;
  --gticc-blue: #0B4F9C;
  --gticc-light: #F5F7FA;
  --gticc-charcoal: #1F2933;
  --gticc-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

html,
body {
  background:
    radial-gradient(circle at 15% 8%, rgba(47, 111, 189, 0.16), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(212, 179, 92, 0.11), transparent 28%),
    var(--gticc-ink) !important;
}

body {
  color: var(--gticc-text) !important;
}

.site-content {
  background:
    linear-gradient(180deg, rgba(8, 22, 48, 0.36), rgba(13, 17, 23, 0.1) 320px),
    var(--gticc-ink);
}

.container {
  position: relative;
}

.header.header-sticky,
header.header.header-sticky.is-sticky {
  background: rgba(8, 22, 48, 0.94) !important;
  border-bottom: 1px solid rgba(212, 179, 92, 0.34) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22) !important;
}

@media (min-width: 992px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    min-height: 86px !important;
    max-height: 86px !important;
    padding: 8px 34px !important;
    gap: 24px !important;
  }

  .header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse {
    justify-content: space-between !important;
    gap: 24px !important;
    overflow: visible !important;
  }

  .header.header-sticky .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky .navbar-collapse > .navbar-nav:first-child {
    justify-content: flex-start !important;
    min-width: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav.ms-auto,
  header.header.header-sticky.is-sticky .navbar .navbar-nav.ms-auto {
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 20px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    color: rgba(244, 247, 250, 0.86) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    padding: 8px 0 !important;
    text-shadow: none !important;
  }

  .header.header-sticky .navbar .navbar-nav .nav-item.active .nav-link,
  .header.header-sticky .navbar .navbar-nav>li .nav-link:hover,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link:hover {
    color: var(--gticc-gold) !important;
  }
}

.header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
  background: linear-gradient(135deg, var(--gticc-gold), var(--gticc-gold-2)) !important;
  color: #06152e !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 15px 32px rgba(212, 179, 92, 0.24) !important;
}

.header.header-sticky .dropdown-menu {
  background:
    linear-gradient(180deg, rgba(18, 30, 48, 0.98), rgba(10, 22, 42, 0.98)) !important;
  border-color: rgba(212, 179, 92, 0.28) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42) !important;
}

.gticc-hero,
.main-banner.main-banner-2 {
  overflow: hidden;
}

.gticc-hero::before,
.main-banner.main-banner-2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(212, 179, 92, 0.15), transparent 24%),
    radial-gradient(circle at 78% 16%, rgba(47, 111, 189, 0.18), transparent 28%);
  opacity: 0.9;
}

.gticc-hero .sub-title,
.section-title .sub-title,
.main-banner.main-banner-2 .banner-conent .sub-title {
  color: var(--gticc-gold) !important;
  letter-spacing: 0.04em !important;
  font-weight: 800 !important;
}

.gticc-hero .title,
.main-banner.main-banner-2 .banner-conent .title,
.section-title .title {
  letter-spacing: 0 !important;
}

.gticc-hero p,
.main-banner.main-banner-2 .banner-conent p,
.section-title p {
  color: var(--gticc-muted) !important;
}

.main-banner.main-banner-2 {
  padding: 34px 0 20px !important;
  background: linear-gradient(180deg, #0d1117, #111a27) !important;
}

.main-banner.main-banner-2 .banner-conent {
  background:
    linear-gradient(145deg, rgba(18, 28, 43, 0.96), rgba(14, 22, 34, 0.98)) !important;
  border: 1px solid rgba(212, 179, 92, 0.18);
  box-shadow: var(--gticc-shadow);
}

.main-banner.main-banner-2 .banner-bg,
.about-bg,
.video-wrapper,
.inner-banner {
  border: 1px solid rgba(212, 179, 92, 0.16);
  box-shadow: var(--gticc-shadow);
}

.btn,
.search-btn {
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  background: linear-gradient(135deg, var(--gticc-gold), var(--gticc-gold-2)) !important;
  color: #06152e !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 14px 34px rgba(212, 179, 92, 0.2);
}

.btn:hover,
.search-btn:hover {
  transform: translateY(-2px);
  color: #06152e !important;
  box-shadow: 0 18px 42px rgba(212, 179, 92, 0.28);
}

.btn.btn-ghost {
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--gticc-text) !important;
  border-color: rgba(212, 179, 92, 0.36) !important;
  box-shadow: none;
}

.btn.btn-ghost:hover {
  background: rgba(212, 179, 92, 0.12) !important;
  color: var(--gticc-gold-2) !important;
}

.main-banner.main-banner-2 .banner-conent .reviews-info {
  flex-wrap: wrap !important;
  gap: 20px !important;
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 0 36px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: 4px !important;
  fill: currentColor;
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta-primary {
  color: #06152e !important;
  box-shadow: 0 12px 28px rgba(212, 179, 92, 0.22);
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta-secondary {
  color: var(--gticc-text) !important;
  border-color: rgba(212, 179, 92, 0.42) !important;
  box-shadow: inset 0 0 0 1px rgba(212, 179, 92, 0.12);
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta:hover,
.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta:focus-visible {
  transform: translateY(-2px);
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta-primary:hover,
.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta-primary:focus-visible {
  color: #06152e !important;
  box-shadow: 0 16px 34px rgba(212, 179, 92, 0.3);
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta-secondary:hover,
.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta-secondary:focus-visible {
  color: var(--gticc-gold-2) !important;
  border-color: rgba(212, 179, 92, 0.65) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.gticc-animated-hero-visual,
.gticc-float-soft,
.gticc-float-hover {
  will-change: transform;
  transform-style: preserve-3d;
}

.gticc-animated-hero-visual {
  animation: gticcHeroFloat 7.5s ease-in-out infinite;
}

.gticc-float-soft {
  animation: gticcSoftFloat 8s ease-in-out infinite;
}

.gticc-float-delay-1 {
  animation-delay: -1.4s;
}

.gticc-float-delay-2 {
  animation-delay: -2.6s;
}

.gticc-float-delay-3 {
  animation-delay: -3.8s;
}

.gticc-float-delay-4 {
  animation-delay: -5s;
}

.gticc-float-hover {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

@keyframes gticcHeroFloat {
  0%,
  100% {
    background-position: center center;
  }

  50% {
    background-position: center calc(50% - 10px);
  }
}

@keyframes gticcSoftFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -12px, 0) scale(1.015);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gticc-animated-hero-visual,
  .gticc-float-soft {
    animation: none !important;
  }

  .gticc-animated-hero-visual,
  .gticc-float-soft,
  .gticc-float-hover {
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}

.gticc-ecosystem-section {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 24%, rgba(47, 111, 189, 0.2), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(212, 179, 92, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(8, 20, 36, 0.98), rgba(10, 26, 46, 0.96)) !important;
  border: 1px solid rgba(212, 179, 92, 0.18) !important;
}

.gticc-ecosystem-section .container {
  position: relative;
  z-index: 2;
}

.gticc-ecosystem-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(36px);
  opacity: 0.48;
  z-index: 0;
}

.gticc-ecosystem-glow-gold {
  top: 8%;
  right: 18%;
  width: 220px;
  height: 220px;
  background: rgba(212, 179, 92, 0.22);
}

.gticc-ecosystem-glow-blue {
  left: 4%;
  bottom: 6%;
  width: 280px;
  height: 280px;
  background: rgba(47, 111, 189, 0.18);
}

.gticc-ecosystem-orbit {
  position: absolute;
  top: 34px;
  right: 34%;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(212, 179, 92, 0.78);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(212, 179, 92, 0.14), inset 0 0 18px rgba(47, 111, 189, 0.12);
  z-index: 1;
}

.gticc-ecosystem-copy {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
}

.gticc-ecosystem-copy > :not(.gticc-network-map):not(.gticc-text-globe) {
  position: relative;
  z-index: 2;
}

.gticc-network-map {
  position: absolute;
  inset: -64px -160px -92px -46px;
  z-index: 0;
  opacity: 0.92;
  animation: gticcNetworkDrift 10s ease-in-out infinite;
  background:
    radial-gradient(circle at 34% 36%, rgba(212, 179, 92, 0.36), transparent 3px),
    radial-gradient(circle at 58% 24%, rgba(98, 166, 255, 0.34), transparent 3px),
    radial-gradient(circle at 48% 52%, rgba(47, 111, 189, 0.22), transparent 32%),
    linear-gradient(115deg, transparent 41.8%, rgba(212, 179, 92, 0.22) 42.1%, transparent 42.9%),
    linear-gradient(25deg, transparent 53.7%, rgba(98, 166, 255, 0.24) 54.1%, transparent 55%);
}

.gticc-network-map::before {
  content: "";
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 78%;
  height: 62%;
  border: 1px solid rgba(98, 166, 255, 0.28);
  border-radius: 50%;
  transform: rotate(-10deg);
  box-shadow: 0 0 44px rgba(47, 111, 189, 0.16);
}

.gticc-map-node,
.gticc-map-line {
  position: absolute;
  display: block;
}

.gticc-map-node {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gticc-gold-2);
  box-shadow: 0 0 28px rgba(212, 179, 92, 0.82), 0 0 8px rgba(255, 236, 169, 0.48);
}

.gticc-map-node.node-1 { left: 16%; top: 52%; }
.gticc-map-node.node-2 { left: 38%; top: 34%; }
.gticc-map-node.node-3 { left: 58%; top: 58%; }
.gticc-map-node.node-4 { left: 76%; top: 42%; }

.gticc-map-line {
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(212, 179, 92, 0), rgba(212, 179, 92, 0.66), rgba(98, 166, 255, 0.14));
  box-shadow: 0 0 16px rgba(98, 166, 255, 0.24);
}

.gticc-map-line.line-1 { left: 17%; top: 53%; width: 130px; transform: rotate(-28deg); }
.gticc-map-line.line-2 { left: 39%; top: 36%; width: 150px; transform: rotate(28deg); }
.gticc-map-line.line-3 { left: 59%; top: 58%; width: 120px; transform: rotate(-18deg); }

.gticc-map-node.node-5 { left: 29%; top: 70%; }
.gticc-map-node.node-6 { left: 84%; top: 62%; }
.gticc-map-line.line-4 { left: 30%; top: 70%; width: 160px; transform: rotate(-12deg); }
.gticc-map-line.line-5 { left: 59%; top: 59%; width: 150px; transform: rotate(12deg); }

.gticc-text-globe {
  position: absolute;
  right: -8%;
  bottom: -2%;
  z-index: 0;
  width: clamp(240px, 34vw, 410px);
  aspect-ratio: 1;
  border: 1px solid rgba(98, 166, 255, 0.32);
  border-radius: 999px;
  opacity: 0.86;
  background:
    radial-gradient(circle at 42% 36%, rgba(212, 179, 92, 0.22), transparent 18%),
    radial-gradient(circle at 58% 54%, rgba(98, 166, 255, 0.28), transparent 32%);
  box-shadow: inset 0 0 54px rgba(98, 166, 255, 0.16), 0 0 72px rgba(47, 111, 189, 0.18);
  pointer-events: none;
}

.gticc-text-globe::before,
.gticc-text-globe::after,
.gticc-text-globe-ring,
.gticc-text-globe-axis {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(212, 179, 92, 0.26);
  border-radius: 999px;
}

.gticc-text-globe::before {
  transform: rotateX(68deg);
}

.gticc-text-globe::after {
  transform: rotateY(68deg);
}

.gticc-text-globe-ring.ring-1 {
  inset: 26% 8%;
  transform: rotate(10deg);
}

.gticc-text-globe-ring.ring-2 {
  inset: 8% 32%;
  transform: rotate(-12deg);
}

.gticc-text-globe-ring.ring-3 {
  inset: 44% 5%;
  transform: rotate(-8deg);
}

.gticc-text-globe-axis {
  inset: 50% 8% auto;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(98, 166, 255, 0.58), transparent);
}

.gticc-text-globe-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gticc-gold-2);
  box-shadow: 0 0 28px rgba(212, 179, 92, 0.88), 0 0 8px rgba(255, 236, 169, 0.54);
  animation: gticcNodePulse 3.2s ease-in-out infinite;
}

.gticc-text-globe-node.node-a {
  left: 28%;
  top: 34%;
}

.gticc-text-globe-node.node-b {
  right: 22%;
  top: 48%;
  animation-delay: -1s;
}

.gticc-text-globe-node.node-c {
  left: 48%;
  bottom: 22%;
  animation-delay: -2s;
}

.gticc-section-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(212, 179, 92, 0.32);
  border-radius: 999px;
  background: rgba(212, 179, 92, 0.09);
  color: var(--gticc-gold-2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  overflow: hidden;
}

.gticc-section-kicker::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-140%);
  animation: gticcKickerSweep 4.8s ease-in-out infinite;
}

.gticc-network-map::after {
  content: "";
  position: absolute;
  left: 9%;
  top: 18%;
  width: 82%;
  height: 76%;
  opacity: 0.46;
  background:
    radial-gradient(ellipse at 30% 44%, rgba(98, 166, 255, 0.42), transparent 19%),
    radial-gradient(ellipse at 62% 38%, rgba(212, 179, 92, 0.32), transparent 17%),
    radial-gradient(ellipse at 72% 62%, rgba(98, 166, 255, 0.34), transparent 19%);
  clip-path: polygon(8% 42%, 22% 25%, 42% 31%, 51% 18%, 70% 26%, 88% 45%, 76% 70%, 54% 63%, 39% 79%, 20% 66%);
}

.gticc-map-node {
  animation: gticcNodePulse 3.4s ease-in-out infinite;
}

.gticc-map-line {
  overflow: hidden;
}

.gticc-map-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(212, 179, 92, 0.88), transparent);
  animation: gticcConnectionFlow 3.8s ease-in-out infinite;
}

.gticc-map-line.line-2::after,
.gticc-map-line.line-5::after {
  animation-delay: -1.4s;
}

@keyframes gticcNodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.82;
  }

  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}

@keyframes gticcConnectionFlow {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }

  35%,
  70% {
    opacity: 1;
  }

  100% {
    transform: translateX(280%);
    opacity: 0;
  }
}

@keyframes gticcNetworkDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(10px, -8px, 0) rotate(1.2deg);
  }
}

@keyframes gticcKickerSweep {
  0%,
  55% {
    transform: translateX(-140%);
    opacity: 0;
  }

  72% {
    opacity: 1;
  }

  100% {
    transform: translateX(260%);
    opacity: 0;
  }
}

.gticc-ecosystem-section .gticc-audience-panel {
  position: relative !important;
  padding: 42px !important;
  border-radius: 26px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 24, 43, 0.62) !important;
  border: 1px solid rgba(212, 179, 92, 0.22) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(16px);
}

.gticc-ecosystem-section .gticc-audience-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.gticc-ecosystem-section .gticc-audience-item {
  min-height: 230px !important;
  padding: 28px 28px 26px !important;
  border-radius: 20px !important;
  background:
    linear-gradient(145deg, rgba(27, 54, 86, 0.72), rgba(9, 27, 49, 0.76)) !important;
  border: 1px solid rgba(212, 179, 92, 0.24) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px);
}

.gticc-ecosystem-section .gticc-audience-item::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 179, 92, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(98, 166, 255, 0.16), transparent 54%) !important;
}

.gticc-ecosystem-section .gticc-audience-item:hover {
  border-color: rgba(212, 179, 92, 0.54) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(212, 179, 92, 0.12) !important;
}

.gticc-ecosystem-section .gticc-audience-item p {
  position: relative;
  z-index: 1;
  max-width: 92%;
  margin: 14px 0 0;
  color: rgba(220, 230, 240, 0.72) !important;
  font-size: 16px !important;
  line-height: 1.48 !important;
}

.gticc-ecosystem-section .row {
  align-items: center !important;
}

@media (max-width: 1199px) {
  .gticc-ecosystem-section .gticc-audience-panel {
    padding: 30px !important;
  }

  .gticc-ecosystem-section .gticc-audience-grid {
    gap: 18px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item {
    padding: 24px !important;
    min-height: 240px !important;
  }
}

@media (max-width: 991px) {
  .gticc-ecosystem-copy {
    min-height: 260px;
  }

  .gticc-ecosystem-section .gticc-audience-panel {
    margin-top: 28px;
  }

  .gticc-ecosystem-orbit {
    right: 12%;
  }
}

@media (max-width: 767px) {
  .gticc-ecosystem-section .gticc-audience-grid {
    grid-template-columns: 1fr !important;
  }

  .gticc-ecosystem-section .gticc-audience-item {
    min-height: auto !important;
  }

  .gticc-network-map {
    inset: -28px -52px -48px -28px;
    opacity: 0.72;
  }

  .gticc-text-globe {
    right: -18%;
    bottom: -6%;
    width: 260px;
    opacity: 0.66;
  }

}

@media (max-width: 480px) {
  .gticc-section-kicker {
    font-size: 11px;
  }

  .gticc-ecosystem-section .gticc-audience-panel {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item {
    padding: 22px 20px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gticc-map-node,
  .gticc-map-line::after,
  .gticc-network-map,
  .gticc-section-kicker::after,
  .gticc-text-globe,
  .gticc-text-globe-node {
    animation: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 20px !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
    padding: 0 32px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 575px) {
  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 14px !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
    width: auto !important;
    max-width: 100%;
    height: 56px;
    min-height: 56px;
    padding: 0 24px !important;
    font-size: 16px !important;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 10px !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
    height: 50px;
    min-height: 50px;
    padding: 0 16px !important;
    font-size: 14px !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta svg {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
}

.gticc-card,
.infobox,
.highlight-card,
.awards-item,
.login-form,
.contact-form-box,
.contact-address,
.team-item,
.service-single .service-content,
.accordion .accordion-item,
.pricing-box {
  background:
    linear-gradient(145deg, rgba(22, 34, 50, 0.98), rgba(14, 22, 34, 0.96)) !important;
  border: 1px solid rgba(212, 179, 92, 0.18) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2) !important;
}

.gticc-card,
.infobox,
.highlight-card,
.awards-item {
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.gticc-card:hover,
.infobox:hover,
.highlight-card:hover,
.awards-item:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 179, 92, 0.42) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32) !important;
}

.awards-wrapper.case-studies .awards-item {
  background: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(212, 179, 92, 0.18) !important;
  border-left: 0 !important;
  box-shadow: none !important;
}

.awards-wrapper.case-studies .awards-item:hover {
  border-bottom-color: rgba(212, 179, 92, 0.42) !important;
  box-shadow: none !important;
}

.gticc-trade-missions-section {
  margin-top: 72px;
}

@media (max-width: 991px) {
  .gticc-trade-missions-section {
    margin-top: 44px;
  }
}

.infobox-title,
.gticc-card h2,
.gticc-card h3,
.gticc-card h4,
.highlight-content p,
.awards-name {
  color: var(--gticc-text) !important;
}

.gticc-card p,
.infobox p,
.infobox-description,
.awards-description,
.highlight-card p,
.team-designation,
.history-content {
  color: var(--gticc-muted) !important;
}

.bg-dark,
.rounded-section.bg-dark,
.credibility-ribbon {
  background:
    linear-gradient(145deg, rgba(15, 26, 40, 0.98), rgba(9, 18, 34, 0.98)) !important;
}

.form-control,
select.form-control,
textarea.form-control {
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(212, 179, 92, 0.2) !important;
  color: var(--gticc-text) !important;
  border-radius: 10px !important;
}

.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: rgba(212, 179, 92, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(212, 179, 92, 0.12) !important;
}

.form-control::placeholder,
textarea.form-control::placeholder {
  color: rgba(170, 182, 196, 0.75) !important;
}

.accordion .accordion-item {
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 14px;
}

.accordion-button {
  background: transparent !important;
  color: var(--gticc-text) !important;
  font-weight: 800 !important;
}

.accordion-body {
  color: var(--gticc-muted);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(13, 17, 23, 0.98), rgba(8, 22, 48, 0.98)) !important;
  border-top: 1px solid rgba(212, 179, 92, 0.24);
}

.site-footer .widget-title {
  color: var(--gticc-text) !important;
}

.site-footer a,
.site-footer p,
.site-footer .footer-address,
.site-footer .newsletter-description {
  color: var(--gticc-muted) !important;
}

.site-footer a:hover {
  color: var(--gticc-gold) !important;
}

.gticc-footer-disclaimer {
  background: rgba(212, 179, 92, 0.06) !important;
  border-color: rgba(212, 179, 92, 0.24) !important;
}

.back-to-top {
  border-color: rgba(212, 179, 92, 0.62) !important;
  background: rgba(8, 22, 48, 0.92) !important;
}

@media (max-width: 991px) {
  .header.header-sticky .action-group {
    display: flex !important;
  }

  .main-banner.main-banner-2 {
    padding-top: 16px !important;
  }

  .site-content {
    background: var(--gticc-ink);
  }
}

@media (max-width: 575px) {
  .gticc-card,
  .infobox,
  .highlight-card,
  .awards-item {
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22) !important;
  }
}

/* Final navbar correction after all template overrides */
@media (min-width: 992px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    min-height: 86px !important;
    max-height: 86px !important;
    padding: 8px 28px !important;
    gap: 22px !important;
    overflow: visible !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    flex: 0 0 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
  }

  .header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .header.header-sticky .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky .navbar-collapse > .navbar-nav:first-child {
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0 18px !important;
  }

  .header.header-sticky .navbar .navbar-nav.ms-auto,
  header.header.header-sticky.is-sticky .navbar .navbar-nav.ms-auto {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 20px !important;
    line-height: 1.1 !important;
    padding: 8px 0 !important;
    white-space: nowrap !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 116px !important;
    padding: 12px 22px !important;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 18px !important;
    padding-right: 18px !important;
    gap: 14px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 14px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 18px !important;
  }
}

/* Final navbar position fix */
@media (min-width: 992px) {
  .header.header-sticky,
  header.header.header-sticky.is-sticky {
    overflow: visible !important;
  }

  .header.header-sticky .navbar,
  header.header.header-sticky.is-sticky .navbar {
    width: 100% !important;
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
  }

  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    width: 100% !important;
    min-height: 92px !important;
    max-height: none !important;
    padding: 10px 42px !important;
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 28px !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    flex: none !important;
    margin: 0 !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  .header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 26px !important;
  }

  .header.header-sticky .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky .navbar-collapse > .navbar-nav:first-child {
    justify-self: center !important;
    justify-content: center !important;
    min-width: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav.ms-auto,
  header.header.header-sticky.is-sticky .navbar .navbar-nav.ms-auto {
    justify-self: end !important;
    margin-left: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0 20px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    font-size: 19px !important;
    line-height: 1.15 !important;
    padding: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 24px !important;
    padding-right: 24px !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    column-gap: 18px !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 14px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 17px !important;
  }
}

/* Prevent sticky navbar from covering page content */
.header.header-sticky,
.header.header-sticky.is-sticky,
.header.header-sticky.is-sticky.sticky-show,
header.header.header-sticky,
header.header.header-sticky.is-sticky,
header.header.header-sticky.is-sticky.sticky-show {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  transform: none !important;
}

.site-content {
  position: relative;
  z-index: 1;
}

.main-banner,
.gticc-hero,
.content-wrapper > section:first-child {
  scroll-margin-top: 120px;
}

.header.header-sticky + .site-content,
header.header.header-sticky + .site-content {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .main-banner,
  .gticc-hero,
  .content-wrapper > section:first-child {
    scroll-margin-top: 120px;
  }
}

/* Lock navbar position during scroll/sticky transitions */
@media (min-width: 992px) {
  .header.header-sticky,
  .header.header-sticky.is-sticky,
  .header.header-sticky.is-sticky.sticky-show,
  header.header.header-sticky,
  header.header.header-sticky.is-sticky,
  header.header.header-sticky.is-sticky.sticky-show {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    animation: none !important;
    transition: background-color 0.25s ease, box-shadow 0.25s ease !important;
  }

  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    width: 100% !important;
    min-height: 92px !important;
    max-height: none !important;
    padding: 10px 42px !important;
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 28px !important;
    transform: none !important;
    transition: none !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    height: 61px !important;
    min-height: 61px !important;
    max-height: 61px !important;
    transform: none !important;
    transition: none !important;
  }

  .header.header-sticky .navbar-collapse,
  .header.header-sticky.is-sticky .navbar-collapse,
  .header.header-sticky.is-sticky.sticky-show .navbar-collapse,
  header.header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky.sticky-show .navbar-collapse {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 26px !important;
    transform: none !important;
    transition: none !important;
  }

  .header.header-sticky .navbar-collapse > .navbar-nav:first-child,
  .header.header-sticky.is-sticky .navbar-collapse > .navbar-nav:first-child,
  .header.header-sticky.is-sticky.sticky-show .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky.sticky-show .navbar-collapse > .navbar-nav:first-child {
    justify-self: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    padding-left: 24px !important;
    padding-right: 24px !important;
    grid-template-columns: 180px minmax(0, 1fr) !important;
    column-gap: 18px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img {
    width: 171px !important;
    min-width: 171px !important;
    max-width: 171px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }
}

/* Home ecosystem section cleanup */
.gticc-ecosystem-section {
  width: min(100% - 48px, 1748px) !important;
  margin: 28px auto 54px !important;
  padding: 76px 28px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(212, 179, 92, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(13, 28, 47, 0.98), rgba(9, 20, 36, 0.98)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24) !important;
  overflow: hidden !important;
}

.gticc-ecosystem-section::before {
  opacity: 0.42 !important;
  right: 9% !important;
  bottom: -18% !important;
  transform: scale(0.78) !important;
}

.gticc-ecosystem-section .row {
  align-items: center !important;
  row-gap: 42px !important;
}

.gticc-ecosystem-section .section-title {
  margin-bottom: 0 !important;
  max-width: 680px !important;
}

.gticc-ecosystem-section .section-title .sub-title {
  margin-bottom: 22px !important;
  font-size: 18px !important;
}

.gticc-ecosystem-section .section-title .title {
  margin-bottom: 28px !important;
  font-size: 68px !important;
  line-height: 1.02 !important;
}

.gticc-ecosystem-section .section-title p {
  max-width: 620px !important;
  font-size: 26px !important;
  line-height: 1.35 !important;
}

.gticc-ecosystem-section .experience-section,
.gticc-ecosystem-section .gticc-audience-panel {
  margin: 0 !important;
  padding: 34px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(212, 179, 92, 0.22) !important;
  background:
    radial-gradient(circle at 90% 8%, rgba(212, 179, 92, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(12, 29, 49, 0.92), rgba(6, 17, 31, 0.96)) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26) !important;
}

.gticc-ecosystem-section .gticc-audience-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}

.gticc-ecosystem-section .gticc-audience-item {
  min-height: 126px !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 22px 22px 20px !important;
  border: 1px solid rgba(212, 179, 92, 0.24) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(145deg, rgba(23, 43, 67, 0.96), rgba(10, 24, 43, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 16px 34px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.gticc-ecosystem-section .gticc-audience-item::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: linear-gradient(180deg, var(--gticc-gold), rgba(212, 179, 92, 0.18)) !important;
}

.gticc-ecosystem-section .gticc-audience-number {
  position: static !important;
  display: inline-flex !important;
  width: fit-content !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(212, 179, 92, 0.14) !important;
  color: var(--gticc-gold) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.gticc-ecosystem-section .gticc-audience-item i {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: rgba(212, 179, 92, 0.12) !important;
  color: var(--gticc-gold-2) !important;
  font-size: 20px !important;
}

.gticc-ecosystem-section .gticc-audience-item strong {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  color: var(--gticc-text) !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

.gticc-ecosystem-section .gticc-audience-item:hover {
  border-color: rgba(212, 179, 92, 0.34) !important;
  transform: translateY(-3px);
}

.gticc-ecosystem-section .skill-wrapper {
  display: grid !important;
  gap: 14px !important;
}

.gticc-ecosystem-section .skill {
  margin: 0 !important;
}

.gticc-ecosystem-section .skill-bar {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 74px !important;
  padding: 18px 22px 18px 62px !important;
  border: 1px solid rgba(212, 179, 92, 0.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(18, 35, 55, 0.86), rgba(10, 22, 38, 0.88)) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14) !important;
}

.gticc-ecosystem-section .skill-title {
  display: block !important;
  margin: 0 !important;
  color: rgba(238, 243, 248, 0.88) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.gticc-ecosystem-section .skill-bar::before,
.gticc-ecosystem-section .skill-bar::after {
  content: "" !important;
  position: absolute !important;
  border-radius: 999px !important;
}

.gticc-ecosystem-section .skill-bar::before {
  left: 22px !important;
  top: 50% !important;
  width: 22px !important;
  height: 22px !important;
  transform: translateY(-50%) !important;
  background: rgba(212, 179, 92, 0.14) !important;
  border: 1px solid rgba(212, 179, 92, 0.42) !important;
}

.gticc-ecosystem-section .skill-bar::after {
  left: 31px !important;
  top: 50% !important;
  width: 6px !important;
  height: 6px !important;
  transform: translateY(-50%) !important;
  background: var(--gticc-gold-2) !important;
  box-shadow: 0 0 18px rgba(212, 179, 92, 0.5) !important;
}

.gticc-ecosystem-section .skill-bar:hover {
  border-color: rgba(212, 179, 92, 0.34) !important;
  background: linear-gradient(135deg, rgba(22, 41, 64, 0.94), rgba(12, 25, 43, 0.94)) !important;
}

@media (max-width: 991px) {
  .gticc-ecosystem-section {
    width: calc(100% - 28px) !important;
    margin: 18px auto 38px !important;
    padding: 46px 22px !important;
    border-radius: 18px !important;
  }

  .gticc-ecosystem-section .experience-section,
  .gticc-ecosystem-section .gticc-audience-panel {
    padding: 24px !important;
  }

  .gticc-ecosystem-section .section-title .title {
    font-size: 48px !important;
  }

  .gticc-ecosystem-section .gticc-audience-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  .gticc-ecosystem-section {
    width: calc(100% - 20px) !important;
    padding: 34px 18px !important;
  }

  .gticc-ecosystem-section .section-title .sub-title {
    font-size: 15px !important;
  }

  .gticc-ecosystem-section .section-title p {
    font-size: 20px !important;
  }

  .gticc-ecosystem-section .experience-section,
  .gticc-ecosystem-section .gticc-audience-panel {
    padding: 20px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item {
    min-height: 104px !important;
    padding: 18px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item i {
    width: 38px !important;
    height: 38px !important;
    right: 16px !important;
    top: 16px !important;
    font-size: 17px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item strong {
    font-size: 19px !important;
  }

  .gticc-ecosystem-section .skill-title {
    font-size: 18px !important;
  }

  .gticc-ecosystem-section .skill-bar {
    min-height: 66px !important;
    padding: 16px 16px 16px 52px !important;
  }

  .gticc-ecosystem-section .skill-bar::before {
    left: 18px !important;
  }

  .gticc-ecosystem-section .skill-bar::after {
    left: 27px !important;
  }
}

/* Home institutional impact section cleanup */
.gticc-impact-section {
  padding: 70px 0 78px !important;
  background:
    linear-gradient(180deg, rgba(8, 13, 21, 0.98), rgba(10, 18, 30, 0.98)) !important;
  overflow: hidden !important;
}

.gticc-impact-section .countar-section {
  width: min(100% - 48px, 1748px) !important;
  max-width: none !important;
  padding: 0 !important;
}

.gticc-impact-section .row {
  align-items: center !important;
  row-gap: 38px !important;
}

.gticc-impact-section .section-title {
  max-width: 650px !important;
  margin-bottom: 0 !important;
  padding: 42px 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gticc-impact-section .section-title .sub-title {
  margin-bottom: 22px !important;
  color: var(--gticc-gold) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.gticc-impact-section .section-title .title {
  margin-bottom: 26px !important;
  color: var(--gticc-text) !important;
  font-size: clamp(50px, 4vw, 72px) !important;
  line-height: 1.06 !important;
  max-width: 680px !important;
}

.gticc-impact-section .section-title p {
  max-width: 610px !important;
  margin-bottom: 36px !important;
  color: var(--gticc-muted) !important;
  font-size: clamp(22px, 1.35vw, 28px) !important;
  line-height: 1.42 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gticc-impact-section .btn {
  min-width: 300px !important;
  justify-content: center !important;
  padding: 22px 34px !important;
  font-size: 22px !important;
}

.gticc-impact-section .highlights-wrapper {
  position: relative !important;
  display: grid !important;
  gap: 20px !important;
  padding: 26px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(212, 179, 92, 0.14) !important;
  background:
    linear-gradient(145deg, rgba(17, 29, 45, 0.92), rgba(11, 21, 35, 0.96)) !important;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.24) !important;
  overflow: hidden !important;
}

.gticc-impact-section .highlights-wrapper::after,
.gticc-impact-section .highlight-card .card-shimmer {
  display: none !important;
}

.gticc-impact-section .highlight-card {
  min-height: 122px !important;
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 26px !important;
  padding: 24px 30px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(212, 179, 92, 0.16) !important;
  background: rgba(9, 22, 39, 0.72) !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: default !important;
}

.gticc-impact-section .highlight-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(212, 179, 92, 0.34) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18) !important;
}

.gticc-impact-section .highlight-icon-wrapper {
  min-width: 74px !important;
  width: 74px !important;
  height: 74px !important;
  border-radius: 16px !important;
  background: rgba(212, 179, 92, 0.11) !important;
  border-color: rgba(212, 179, 92, 0.28) !important;
  box-shadow: none !important;
}

.gticc-impact-section .highlight-icon-wrapper i {
  color: var(--gticc-gold) !important;
  font-size: 28px !important;
}

.gticc-impact-section .highlight-card:hover .highlight-icon-wrapper,
.gticc-impact-section .highlight-card:hover .highlight-icon-wrapper i {
  transform: none !important;
  color: var(--gticc-gold-2) !important;
}

.gticc-impact-section .highlight-content p {
  color: rgba(208, 218, 229, 0.9) !important;
  font-size: clamp(22px, 1.4vw, 30px) !important;
  font-weight: 750 !important;
  line-height: 1.42 !important;
}

.gticc-impact-section .card-corner {
  opacity: 0.28 !important;
}

@media (max-width: 991px) {
  .gticc-impact-section {
    padding: 46px 0 56px !important;
  }

  .gticc-impact-section .countar-section {
    width: calc(100% - 28px) !important;
  }

  .gticc-impact-section .section-title {
    padding: 0 !important;
  }

  .gticc-impact-section .section-title .title {
    font-size: clamp(40px, 9vw, 58px) !important;
  }

  .gticc-impact-section .highlights-wrapper {
    margin-top: 0 !important;
    padding: 20px !important;
  }
}

@media (max-width: 575px) {
  .gticc-impact-section .countar-section {
    width: calc(100% - 20px) !important;
  }

  .gticc-impact-section .section-title .sub-title {
    font-size: 15px !important;
  }

  .gticc-impact-section .section-title p {
    font-size: 20px !important;
  }

  .gticc-impact-section .btn {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 18px !important;
    padding: 18px 22px !important;
  }

  .gticc-impact-section .highlight-card {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 104px !important;
    padding: 20px !important;
  }

  .gticc-impact-section .highlight-icon-wrapper {
    min-width: 56px !important;
    width: 56px !important;
    height: 56px !important;
  }

  .gticc-impact-section .highlight-icon-wrapper i {
    font-size: 22px !important;
  }

  .gticc-impact-section .highlight-content p {
    font-size: 18px !important;
  }
}

/* Final home audience panel override */
.gticc-ecosystem-section .gticc-audience-panel {
  display: block !important;
  width: min(100%, 760px) !important;
  margin-left: auto !important;
  padding: 26px !important;
  border: 1px solid rgba(212, 179, 92, 0.24) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(212, 179, 92, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(13, 31, 52, 0.96), rgba(7, 18, 33, 0.98)) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3) !important;
}

.gticc-ecosystem-section .gticc-audience-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.gticc-ecosystem-section .gticc-audience-item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  grid-template-areas:
    "num icon"
    "title title" !important;
  gap: 14px 12px !important;
  min-height: 126px !important;
  padding: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(212, 179, 92, 0.24) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(24, 45, 70, 0.98), rgba(10, 24, 42, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 38px rgba(0, 0, 0, 0.22) !important;
}

.gticc-ecosystem-section .gticc-audience-item::before {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, var(--gticc-gold), rgba(212, 179, 92, 0.08)) !important;
}

.gticc-ecosystem-section .gticc-audience-number {
  grid-area: num !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: rgba(212, 179, 92, 0.14) !important;
  color: var(--gticc-gold-2) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.gticc-ecosystem-section .gticc-audience-item i {
  grid-area: icon !important;
  justify-self: end !important;
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--gticc-gold) !important;
  font-size: 17px !important;
}

.gticc-ecosystem-section .gticc-audience-item strong {
  grid-area: title !important;
  display: block !important;
  color: #f5f7fa !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
}

.gticc-ecosystem-section .gticc-audience-item p {
  margin-bottom: 0 !important;
  font-size: 21px !important;
  line-height: 1.42 !important;
}

@media (max-width: 991px) {
  .gticc-ecosystem-section .gticc-audience-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  .gticc-ecosystem-section .gticc-audience-panel {
    padding: 16px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item {
    min-height: 112px !important;
    padding: 16px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item strong {
    font-size: 18px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item p {
    font-size: 18px !important;
  }
}

.gticc-ecosystem-section .gticc-audience-item {
  transform-origin: center !important;
}

.gticc-ecosystem-section .gticc-audience-item::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.12) 46%, transparent 68%) !important;
  opacity: 0 !important;
  transform: translateX(-90%) !important;
}

.gticc-ecosystem-section .gticc-audience-item:hover::after {
  opacity: 1 !important;
  animation: gticcCardLightSweep 1.05s ease forwards;
}

.gticc-ecosystem-section .gticc-audience-item:hover i {
  animation: gticcIconPulse 1.25s ease-in-out infinite;
  box-shadow: 0 0 24px rgba(212, 179, 92, 0.26);
}

.gticc-ecosystem-section .gticc-audience-item p {
  grid-column: 1 / -1 !important;
  position: relative !important;
  z-index: 1 !important;
}

@keyframes gticcCardLightSweep {
  0% {
    transform: translateX(-90%);
  }

  100% {
    transform: translateX(95%);
  }
}

@keyframes gticcIconPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gticc-ecosystem-section .gticc-audience-item:hover::after,
  .gticc-ecosystem-section .gticc-audience-item:hover i {
    animation: none !important;
  }
}

/* Equal home operating pillar card heights */
.gticc-impact-section .features-swiper .swiper-wrapper {
  align-items: stretch !important;
}

.gticc-impact-section .features-swiper .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.gticc-impact-section .features-swiper .infobox {
  width: 100% !important;
  min-height: 405px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.gticc-impact-section .features-swiper .infobox-info {
  min-height: 94px !important;
}

.gticc-impact-section .features-swiper .infobox-content {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: flex-start !important;
}

@media (max-width: 767px) {
  .gticc-impact-section .features-swiper .infobox {
    min-height: 340px !important;
  }
}

.gticc-network-member-hero {
  min-height: calc(100vh - 120px) !important;
}

.gticc-network-member-hero .container {
  max-width: 1260px !important;
}

.gticc-network-member-hero .title,
.gticc-network-member-hero p {
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.46) !important;
}

@media (max-width: 767px) {
  .gticc-network-member-hero {
    min-height: 440px !important;
  }
}

/* GTICC approved brand palette */
body,
.site-content {
  background-color: #071B33 !important;
  color: #FFFFFF !important;
}

a,
.text-primary,
.btn-link,
.btn-link svg,
.header .dropdown-menu .dropdown-item:not(.active) i,
.contact-info-box i,
.infobox-link svg path {
  color: #0B4F9C !important;
  fill: #0B4F9C !important;
  stroke: #0B4F9C !important;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus,
.section-title .sub-title,
.gticc-section-kicker,
.gticc-ecosystem-section .gticc-audience-number,
.gticc-ecosystem-section .gticc-audience-item i,
.header .navbar .navbar-nav > li.active > .nav-link,
.header .dropdown-menu .dropdown-item.active {
  color: #C8A24A !important;
}

.bg-dark,
.header,
.header.header-sticky,
.header.header-sticky.is-sticky,
.header.header-sticky.is-sticky.sticky-show,
header.header.header-sticky,
header.header.header-sticky.is-sticky,
header.header.header-sticky.is-sticky.sticky-show,
.site-footer,
.footer-dark,
.footer-main,
.footer-copyright,
.main-banner.main-banner-2,
.inner-banner {
  background-color: #071B33 !important;
}

.main-banner.main-banner-2 {
  background:
    radial-gradient(circle at 78% 12%, rgba(11, 79, 156, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.96), #071B33) !important;
}

.main-banner.main-banner-2 .banner-conent,
.gticc-card,
.infobox,
.gticc-audience-panel,
.gticc-ecosystem-section,
.footer-dark .footer-copyright {
  border-color: rgba(200, 162, 74, 0.24) !important;
}

.btn,
.header .navbar .navbar-nav > li .nav-link.contact-btn,
.gticc-hero-cta-primary,
.back-to-top {
  background: #C8A24A !important;
  border-color: #C8A24A !important;
  color: #071B33 !important;
}

.btn svg,
.btn svg path,
.gticc-hero-cta-primary svg,
.gticc-hero-cta-primary svg path {
  fill: #071B33 !important;
  stroke: #071B33 !important;
}

.btn:hover,
.btn:focus,
.header .navbar .navbar-nav > li .nav-link.contact-btn:hover,
.gticc-hero-cta-secondary {
  background: #FFFFFF !important;
  border-color: #C8A24A !important;
  color: #071B33 !important;
}

.btn-ghost,
.gticc-hero-cta-secondary {
  background: transparent !important;
  color: #FFFFFF !important;
  border-color: #C8A24A !important;
}

.btn-ghost:hover,
.gticc-hero-cta-secondary:hover {
  background: #FFFFFF !important;
  color: #071B33 !important;
}

.bg-light,
.light-bg,
.section-light {
  background-color: #F5F7FA !important;
  color: #1F2933 !important;
}

.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6,
.light-bg h1,
.light-bg h2,
.light-bg h3,
.light-bg h4,
.light-bg h5,
.light-bg h6,
.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6,
.bg-light p,
.light-bg p,
.section-light p {
  color: #1F2933 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-white,
.footer-dark .widget-title,
.footer-dark a,
.footer-address,
.main-banner.main-banner-2 .banner-conent .title,
.gticc-ecosystem-section .gticc-audience-item strong {
  color: #FFFFFF !important;
}

p,
.text-white-50,
.footer-dark p,
.gticc-footer-disclaimer p,
.main-banner.main-banner-2 .banner-conent p,
.section-title p {
  color: rgba(245, 247, 250, 0.82) !important;
}

.header .navbar .navbar-nav > li .nav-link,
.header .navbar .navbar-nav > li:not(.active) > .nav-link:hover,
.header .navbar .navbar-nav > li:not(.active).dropdown:hover > .nav-link,
.header .navbar .navbar-nav > li:not(.active) > .nav-link.show,
.header .dropdown-menu .dropdown-item:not(.active) {
  color: #FFFFFF !important;
}

.header .navbar .navbar-nav > li .nav-link::after,
.marquee-wrapper .marquee-inner,
.gticc-audience-item::before,
.gticc-ecosystem-section .gticc-audience-item::before,
.gticc-section-kicker::after {
  background-color: #C8A24A !important;
}

.header .navbar .dropdown-menu,
.dropdown-menu,
.offcanvas {
  background-color: #071B33 !important;
  border-color: rgba(200, 162, 74, 0.24) !important;
}

.site-footer {
  padding-top: 0 !important;
}

.site-footer .footer-main {
  padding-top: 0 !important;
}

.back-to-top {
  background: #C8A24A !important;
  border: 2px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), inset 0 0 0 2px rgba(255, 255, 255, 0.14) !important;
}

.back-to-top::before {
  color: #071B33 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.back-to-top svg.progress-circle path {
  stroke: #FFFFFF !important;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #FFFFFF !important;
  border-color: #C8A24A !important;
}

.back-to-top:hover::before,
.back-to-top:focus-visible::before {
  color: #071B33 !important;
}

.gticc-outcomes-section {
  position: relative !important;
  padding-top: 38px !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    radial-gradient(ellipse at 78% 48%, rgba(11, 79, 156, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.98), #071B33) !important;
}

.gticc-outcomes-section .row {
  align-items: flex-start !important;
  position: relative !important;
  z-index: 2 !important;
}

.gticc-outcomes-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 8% -8% -18% -8% !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0.62 !important;
  background:
    linear-gradient(rgba(11, 79, 156, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 79, 156, 0.16) 1px, transparent 1px);
  background-size: 72px 72px !important;
  transform: perspective(760px) rotateX(64deg) translateY(12%) !important;
  transform-origin: center bottom !important;
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 76%, transparent 100%) !important;
}

.gticc-outcomes-section::after {
  content: "" !important;
  position: absolute !important;
  right: 5% !important;
  top: 8% !important;
  width: min(42vw, 620px) !important;
  aspect-ratio: 1 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 0.78 !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(200, 162, 74, 0.34) 50%, transparent 50.4%),
    linear-gradient(0deg, transparent 49.6%, rgba(11, 79, 156, 0.36) 50%, transparent 50.4%),
    repeating-radial-gradient(circle, transparent 0 54px, rgba(255, 255, 255, 0.11) 55px 56px),
    radial-gradient(circle at 38% 34%, rgba(11, 79, 156, 0.18), transparent 42%);
  border: 1px solid rgba(200, 162, 74, 0.24) !important;
  box-shadow:
    inset 0 0 70px rgba(11, 79, 156, 0.14),
    0 0 70px rgba(11, 79, 156, 0.18) !important;
  transform: rotateX(58deg) rotateZ(-18deg) !important;
  animation: gticcOutcomeWireDrift 12s ease-in-out infinite !important;
}

.gticc-outcomes-section .countar-section {
  position: relative !important;
  z-index: 2 !important;
}

.gticc-outcomes-section .countar-section::before,
.gticc-outcomes-section .countar-section::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.52), rgba(11, 79, 156, 0.34), transparent) !important;
  box-shadow: 0 0 20px rgba(11, 79, 156, 0.2) !important;
}

.gticc-outcomes-section .countar-section::before {
  left: 9% !important;
  top: 23% !important;
  width: 46% !important;
  transform: rotate(-20deg) !important;
}

.gticc-outcomes-section .countar-section::after {
  right: 7% !important;
  bottom: 16% !important;
  width: 42% !important;
  transform: rotate(16deg) !important;
}

.gticc-outcomes-section .section-title,
.gticc-outcomes-section .highlights-wrapper {
  position: relative !important;
  z-index: 3 !important;
}

@keyframes gticcOutcomeWireDrift {
  0%,
  100% {
    transform: rotateX(58deg) rotateZ(-18deg) translate3d(0, 0, 0) !important;
  }

  50% {
    transform: rotateX(58deg) rotateZ(-14deg) translate3d(-12px, 16px, 0) !important;
  }
}

@media (max-width: 991px) {
  .gticc-outcomes-section {
    padding-top: 28px !important;
  }

  .gticc-outcomes-section::after {
    right: -18% !important;
    top: 18% !important;
    width: 560px !important;
    opacity: 0.42 !important;
  }
}

@media (max-width: 575px) {
  .gticc-outcomes-section::before,
  .gticc-outcomes-section::after,
  .gticc-outcomes-section .countar-section::before,
  .gticc-outcomes-section .countar-section::after {
    opacity: 0.34 !important;
  }
}

.gticc-outcomes-3d-scene {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  perspective: 1200px !important;
}

.gticc-outcomes-3d-scene::before {
  content: "" !important;
  position: absolute !important;
  left: -8% !important;
  right: -8% !important;
  bottom: -32% !important;
  height: 78% !important;
  opacity: 0.82 !important;
  background:
    linear-gradient(rgba(11, 79, 156, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 79, 156, 0.18) 1px, transparent 1px);
  background-size: 64px 64px !important;
  transform: rotateX(66deg) rotateZ(-9deg) !important;
  transform-origin: center bottom !important;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 70%, transparent 100%) !important;
}

.gticc-outcomes-3d-scene::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.86 !important;
  background:
    radial-gradient(circle at 18% 68%, rgba(200, 162, 74, 0.24), transparent 4px),
    radial-gradient(circle at 31% 45%, rgba(11, 79, 156, 0.45), transparent 5px),
    radial-gradient(circle at 47% 62%, rgba(200, 162, 74, 0.28), transparent 4px),
    radial-gradient(circle at 69% 32%, rgba(11, 79, 156, 0.42), transparent 5px),
    radial-gradient(circle at 84% 70%, rgba(200, 162, 74, 0.28), transparent 4px),
    linear-gradient(152deg, transparent 18%, rgba(200, 162, 74, 0.3) 18.15%, transparent 18.5%),
    linear-gradient(28deg, transparent 34%, rgba(11, 79, 156, 0.34) 34.15%, transparent 34.55%),
    linear-gradient(166deg, transparent 52%, rgba(200, 162, 74, 0.22) 52.1%, transparent 52.4%);
  filter: drop-shadow(0 0 18px rgba(11, 79, 156, 0.2)) !important;
}

.gticc-outcomes-globe {
  position: absolute !important;
  left: 54% !important;
  top: 49% !important;
  width: min(43vw, 650px) !important;
  min-width: 470px !important;
  aspect-ratio: 1 !important;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-18deg) !important;
  background:
    radial-gradient(circle at 48% 48%, rgba(11, 79, 156, 0.18), transparent 38%),
    repeating-radial-gradient(circle, transparent 0 54px, rgba(255, 255, 255, 0.12) 55px 56px);
  border: 1px solid rgba(200, 162, 74, 0.28) !important;
  box-shadow:
    inset 0 0 70px rgba(11, 79, 156, 0.18),
    0 0 90px rgba(11, 79, 156, 0.2),
    0 0 44px rgba(200, 162, 74, 0.08) !important;
  animation: gticcOutcomeGlobeMove 11s ease-in-out infinite !important;
}

.gticc-outcomes-ring,
.gticc-outcomes-hub,
.gticc-outcomes-arc,
.gticc-outcomes-plate,
.gticc-outcomes-orb {
  position: absolute !important;
  display: block !important;
}

.gticc-outcomes-ring {
  inset: 12% !important;
  border: 1px solid rgba(200, 162, 74, 0.3) !important;
  border-radius: 999px !important;
}

.gticc-outcomes-ring.ring-a {
  transform: rotateX(72deg) !important;
}

.gticc-outcomes-ring.ring-b {
  inset: 8% 32% !important;
  transform: rotateZ(10deg) !important;
  border-color: rgba(11, 79, 156, 0.38) !important;
}

.gticc-outcomes-ring.ring-c {
  inset: 38% 5% !important;
  transform: rotateZ(-12deg) !important;
}

.gticc-outcomes-arc {
  border: 2px solid transparent !important;
  border-top-color: rgba(200, 162, 74, 0.64) !important;
  border-radius: 999px !important;
  filter: drop-shadow(0 0 12px rgba(200, 162, 74, 0.28)) !important;
}

.gticc-outcomes-arc.arc-a {
  left: 15% !important;
  top: 26% !important;
  width: 62% !important;
  height: 36% !important;
  transform: rotate(8deg) !important;
}

.gticc-outcomes-arc.arc-b {
  left: 25% !important;
  top: 38% !important;
  width: 56% !important;
  height: 34% !important;
  transform: rotate(-18deg) !important;
  border-top-color: rgba(11, 79, 156, 0.72) !important;
}

.gticc-outcomes-arc.arc-c {
  left: 8% !important;
  top: 48% !important;
  width: 78% !important;
  height: 42% !important;
  transform: rotate(18deg) !important;
}

.gticc-outcomes-hub {
  width: 14px !important;
  height: 14px !important;
  border-radius: 999px !important;
  background: #C8A24A !important;
  box-shadow: 0 0 0 8px rgba(200, 162, 74, 0.13), 0 0 28px rgba(200, 162, 74, 0.72) !important;
  animation: gticcOutcomeHubPulse 3s ease-in-out infinite !important;
}

.gticc-outcomes-hub.hub-a { left: 21% !important; top: 43% !important; }
.gticc-outcomes-hub.hub-b { left: 43% !important; top: 30% !important; animation-delay: -0.8s !important; }
.gticc-outcomes-hub.hub-c { left: 62% !important; top: 58% !important; animation-delay: -1.4s !important; }
.gticc-outcomes-hub.hub-d { left: 78% !important; top: 42% !important; animation-delay: -2s !important; }

.gticc-outcomes-plate {
  width: 250px !important;
  height: 150px !important;
  border: 1px solid rgba(200, 162, 74, 0.26) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, rgba(11, 79, 156, 0.18), rgba(255, 255, 255, 0.04)) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transform-style: preserve-3d !important;
}

.gticc-outcomes-plate::after {
  content: "" !important;
  position: absolute !important;
  inset: 18px !important;
  border: 1px solid rgba(11, 79, 156, 0.35) !important;
  border-radius: 12px !important;
}

.gticc-outcomes-plate.plate-a {
  left: 8% !important;
  top: 14% !important;
  transform: rotateX(62deg) rotateZ(-22deg) !important;
}

.gticc-outcomes-plate.plate-b {
  left: 36% !important;
  bottom: 5% !important;
  transform: rotateX(64deg) rotateZ(-18deg) scale(0.82) !important;
}

.gticc-outcomes-plate.plate-c {
  right: 8% !important;
  top: 14% !important;
  transform: rotateX(62deg) rotateZ(18deg) scale(0.74) !important;
}

.gticc-outcomes-orb {
  width: 76px !important;
  height: 76px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(200, 162, 74, 0.62) !important;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), rgba(200, 162, 74, 0.12) 36%, transparent 68%) !important;
  box-shadow: inset 0 0 28px rgba(11, 79, 156, 0.18), 0 0 38px rgba(200, 162, 74, 0.16) !important;
  animation: gticcOutcomeOrbFloat 7s ease-in-out infinite !important;
}

.gticc-outcomes-orb.orb-a {
  left: 42% !important;
  top: 5% !important;
}

.gticc-outcomes-orb.orb-b {
  right: 5% !important;
  bottom: 9% !important;
  width: 58px !important;
  height: 58px !important;
  animation-delay: -2.4s !important;
}

@keyframes gticcOutcomeGlobeMove {
  0%,
  100% {
    transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-18deg) translate3d(0, 0, 0) !important;
  }

  50% {
    transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-12deg) translate3d(-16px, 18px, 0) !important;
  }
}

@keyframes gticcOutcomeHubPulse {
  0%,
  100% {
    transform: scale(1) !important;
    opacity: 0.86 !important;
  }

  50% {
    transform: scale(1.28) !important;
    opacity: 1 !important;
  }
}

@keyframes gticcOutcomeOrbFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) !important;
  }

  50% {
    transform: translate3d(0, -18px, 0) !important;
  }
}

@media (max-width: 991px) {
  .gticc-outcomes-globe {
    left: 58% !important;
    top: 57% !important;
    min-width: 430px !important;
    opacity: 0.62 !important;
  }

  .gticc-outcomes-plate {
    opacity: 0.55 !important;
  }
}

@media (max-width: 575px) {
  .gticc-outcomes-globe {
    left: 62% !important;
    top: 66% !important;
    min-width: 360px !important;
    opacity: 0.42 !important;
  }

  .gticc-outcomes-plate,
  .gticc-outcomes-orb {
    opacity: 0.28 !important;
  }
}

/* Compact first hero so it fits in one viewport */
.main-banner.main-banner-2 {
  min-height: calc(100vh - 116px) !important;
  padding: 6px 0 10px !important;
}

.main-banner.main-banner-2 .container-fluid,
.main-banner.main-banner-2 .row {
  min-height: inherit !important;
}

.main-banner.main-banner-2 .row {
  align-items: stretch !important;
}

.main-banner.main-banner-2 .banner-conent {
  min-height: calc(100vh - 132px) !important;
  padding: clamp(42px, 6vh, 76px) clamp(36px, 5vw, 96px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.main-banner.main-banner-2 .banner-conent .title {
  max-width: 660px !important;
  margin-bottom: 18px !important;
  font-size: clamp(48px, 4.2vw, 72px) !important;
  line-height: 1.12 !important;
}

.main-banner.main-banner-2 .banner-conent p {
  max-width: 690px !important;
  margin-top: 0 !important;
  font-size: clamp(20px, 1.4vw, 25px) !important;
  line-height: 1.46 !important;
}

.main-banner.main-banner-2 .banner-conent .reviews-info {
  margin-top: 26px !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  align-items: center !important;
}

.main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 28px !important;
  font-size: 17px !important;
  white-space: nowrap !important;
}

.main-banner.main-banner-2 .banner-bg {
  min-height: calc(100vh - 132px) !important;
  height: 100% !important;
}

@media (max-width: 1399px) {
  .main-banner.main-banner-2 .banner-conent .title {
    font-size: clamp(44px, 4vw, 64px) !important;
  }

  .main-banner.main-banner-2 .banner-conent {
    padding-left: 52px !important;
    padding-right: 42px !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
    padding: 0 22px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .main-banner.main-banner-2 {
    min-height: auto !important;
    padding-top: 10px !important;
  }

  .main-banner.main-banner-2 .banner-conent {
    min-height: auto !important;
    padding: 34px 26px !important;
  }

  .main-banner.main-banner-2 .banner-bg {
    min-height: 330px !important;
    height: 330px !important;
  }
}

@media (max-width: 767px) {
  .main-banner.main-banner-2 {
    padding: 8px 0 18px !important;
  }

  .main-banner.main-banner-2 .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main-banner.main-banner-2 .row {
    gap: 14px !important;
  }

  .main-banner.main-banner-2 .banner-conent {
    min-height: auto !important;
    height: auto !important;
    padding: 30px 22px 26px !important;
    justify-content: flex-start !important;
    border-radius: 14px !important;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    max-width: 100% !important;
    margin-bottom: 16px !important;
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual !important;
  }

  .main-banner.main-banner-2 .banner-conent p {
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.48 !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    width: 100% !important;
    margin-top: 22px !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
    width: 100% !important;
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .main-banner.main-banner-2 .banner-bg {
    min-height: 270px !important;
    height: 270px !important;
    border-radius: 14px !important;
    background-position: center !important;
  }
}

@media (max-width: 420px) {
  .main-banner.main-banner-2 .banner-conent {
    padding: 26px 18px 24px !important;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    font-size: clamp(31px, 9.4vw, 37px) !important;
    line-height: 1.16 !important;
  }

  .main-banner.main-banner-2 .banner-conent p {
    font-size: 17px !important;
  }
}

/* Home page tablet polish */
@media (min-width: 768px) and (max-width: 1199px) {
  .main-banner.main-banner-2 {
    min-height: auto !important;
    padding: 18px 0 28px !important;
  }

  .main-banner.main-banner-2 .row {
    align-items: stretch !important;
    row-gap: 22px !important;
  }

  .main-banner.main-banner-2 .banner-conent {
    min-height: 520px !important;
    padding: 44px 34px !important;
    border-radius: 16px !important;
  }

  .main-banner.main-banner-2 .banner-conent .title {
    max-width: 100% !important;
    font-size: clamp(38px, 5vw, 54px) !important;
    line-height: 1.13 !important;
  }

  .main-banner.main-banner-2 .banner-conent p {
    max-width: 100% !important;
    font-size: 19px !important;
    line-height: 1.48 !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .main-banner.main-banner-2 .banner-conent .reviews-info .gticc-hero-cta {
    width: min(100%, 360px) !important;
    justify-content: center !important;
    white-space: normal !important;
  }

  .main-banner.main-banner-2 .banner-bg {
    min-height: 520px !important;
    height: 100% !important;
    border-radius: 16px !important;
  }

  .gticc-corridor-showcase .grid-wrapper,
  .gticc-home-corridor-mobile-slider {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
    overflow: visible !important;
  }

  .gticc-home-corridor-card {
    height: 330px !important;
    margin-bottom: 154px !important;
  }

  .gticc-home-corridor-card .gticc-image-card-content {
    min-height: 154px !important;
    max-height: 154px !important;
    padding: 18px 20px !important;
  }

  .gticc-home-corridor-card .gticc-image-card-content h3 {
    font-size: 25px !important;
  }

  .gticc-home-corridor-card .gticc-image-card-content p {
    font-size: 16px !important;
    line-height: 1.34 !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
  }

  .gticc-impact-section .swiper {
    padding: 8px !important;
  }

  .gticc-impact-section .infobox {
    min-height: 250px !important;
    padding: 28px 24px !important;
  }

  .gticc-impact-section .infobox-title {
    font-size: 24px !important;
    line-height: 1.22 !important;
  }

  .gticc-impact-section .infobox-description {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .gticc-ecosystem-section .row {
    align-items: stretch !important;
  }

  .gticc-ecosystem-section .col-md-6,
  .gticc-ecosystem-section .col-lg-5,
  .gticc-ecosystem-section .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .gticc-ecosystem-section .gticc-ecosystem-copy {
    max-width: 720px !important;
    margin: 0 auto 24px !important;
    text-align: center !important;
  }

  .gticc-ecosystem-section .gticc-audience-panel {
    max-width: 760px !important;
    padding: 26px !important;
    margin: 0 auto !important;
  }

  .gticc-ecosystem-section .gticc-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item {
    min-height: 300px !important;
    padding: 26px 24px !important;
  }

  .gticc-ecosystem-section .gticc-audience-item strong {
    font-size: 26px !important;
    line-height: 1.16 !important;
  }

  .gticc-ecosystem-section .gticc-audience-item p {
    font-size: 18px !important;
    line-height: 1.42 !important;
  }

  .gticc-outcomes-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .gticc-outcomes-section .row {
    row-gap: 34px !important;
  }

  .gticc-outcomes-section .section-title .title {
    font-size: clamp(42px, 5vw, 56px) !important;
    line-height: 1.12 !important;
  }

  .gticc-outcomes-section .highlights-wrapper {
    gap: 18px !important;
  }

  .gticc-outcomes-section .highlight-card {
    min-height: 142px !important;
    padding: 22px 24px !important;
  }

  .gticc-outcomes-section .highlight-content p {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }
}

.gticc-about-intro-section {
  position: relative !important;
  padding-bottom: 36px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.86), rgba(7, 27, 51, 0.78)),
    url("/about_background.webp") center / cover no-repeat !important;
}

.gticc-about-intro-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 20% 30%, rgba(200, 162, 74, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.16), rgba(7, 27, 51, 0.72)) !important;
}

.gticc-about-intro-section .container {
  position: relative !important;
  z-index: 1 !important;
}

.gticc-about-hero {
  min-height: calc(100vh - 116px) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  background-position: center !important;
  border-radius: 0 0 25px 25px !important;
}

.gticc-about-hero .container {
  width: 100% !important;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.gticc-about-definition-section {
  position: relative !important;
  padding-top: 36px !important;
  padding-bottom: 34px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.9), rgba(7, 27, 51, 0.82)),
    url("/about_background.webp") center / cover no-repeat !important;
}

.gticc-about-operating-section {
  position: relative !important;
  padding-top: 34px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.9), rgba(7, 27, 51, 0.82)),
    url("/about_background.webp") center / cover no-repeat !important;
}

.gticc-about-cta-section {
  position: relative !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.9), rgba(7, 27, 51, 0.84)),
    url("/about_background.webp") center / cover no-repeat !important;
}

.gticc-about-definition-section::before,
.gticc-about-operating-section::before,
.gticc-about-cta-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 162, 74, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.14), rgba(7, 27, 51, 0.72)) !important;
}

.gticc-about-definition-section .container,
.gticc-about-operating-section .container,
.gticc-about-cta-section .container {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 991px) {
  .gticc-about-hero {
    min-height: calc(100vh - 88px) !important;
  }

  .gticc-about-intro-section {
    padding-bottom: 24px !important;
  }

  .gticc-about-definition-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .gticc-about-operating-section {
    padding-top: 24px !important;
  }
}


/* Members Directory card consistency */
.gticc-member-card {
  min-height: 720px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 38px !important;
}

.gticc-member-card .gticc-member-logo {
  width: 88px !important;
  height: 88px !important;
  min-height: 88px !important;
  margin-bottom: 28px !important;
  border-radius: 14px !important;
}

.gticc-member-card .gticc-member-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.gticc-member-card .sub-title {
  min-height: 34px !important;
  margin-bottom: 14px !important;
}

.gticc-member-card h3 {
  min-height: 116px !important;
  margin-bottom: 24px !important;
}

.gticc-member-card p {
  width: 100% !important;
  margin-bottom: 18px !important;
}

.gticc-member-card p:nth-of-type(3) {
  min-height: 150px !important;
}

.gticc-member-card p:last-of-type {
  min-height: 78px !important;
}

.gticc-member-card .btn {
  width: 100% !important;
  margin-top: auto !important;
  justify-content: center !important;
}

@media (max-width: 1199px) {
  .gticc-member-card {
    min-height: 650px !important;
  }
}

@media (max-width: 767px) {
  .gticc-member-card {
    min-height: auto !important;
    padding: 26px !important;
  }

  .gticc-member-card h3,
  .gticc-member-card p:nth-of-type(3),
  .gticc-member-card p:last-of-type {
    min-height: 0 !important;
  }
}

/* About operating model visual */
.gticc-operating-model-section {
  overflow: hidden !important;
}

.gticc-operating-model-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr) !important;
  gap: 46px !important;
  align-items: center !important;
}

.gticc-operating-model-layout .gticc-process {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.gticc-operating-model-visual {
  position: relative !important;
  min-height: 470px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gticc-operating-model-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: 9% !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(212, 179, 92, 0.2), transparent 62%) !important;
  filter: blur(28px) !important;
}

.gticc-operating-model-visual img {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 560px) !important;
  max-height: 560px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 68px rgba(0, 0, 0, 0.35)) !important;
}

@media (max-width: 1399px) {
  .gticc-operating-model-layout {
    grid-template-columns: 1fr !important;
  }

  .gticc-operating-model-visual {
    min-height: 360px !important;
  }
}

@media (max-width: 767px) {
  .gticc-operating-model-layout .gticc-process {
    grid-template-columns: 1fr !important;
  }

  .gticc-operating-model-visual {
    min-height: 280px !important;
  }
}

/* Navbar dropdown exact active state */
.header .dropdown-menu .dropdown-item:not(.active) {
  color: var(--gticc-text) !important;
  background: transparent !important;
}

.header .dropdown-menu .dropdown-item.active {
  color: var(--gticc-gold) !important;
  background: rgba(212, 179, 92, 0.12) !important;
}

/* Navbar active must not be confused with hover/open dropdown state */
.header .navbar .navbar-nav > li:not(.active) > .nav-link:hover,
.header .navbar .navbar-nav > li:not(.active).dropdown:hover > .nav-link,
.header .navbar .navbar-nav > li:not(.active) > .nav-link.show {
  color: #F4F7FA !important;
}

.header .navbar .navbar-nav > li:not(.active) > .nav-link:hover::after,
.header .navbar .navbar-nav > li:not(.active).dropdown:hover > .nav-link::after,
.header .navbar .navbar-nav > li:not(.active) > .nav-link.show::after {
  width: 0 !important;
}

.header .navbar .navbar-nav > li.active > .nav-link {
  color: var(--gticc-gold) !important;
}

.header .navbar .navbar-nav > li.active > .nav-link::after {
  width: 100% !important;
}

/* Membership resources equal cards */
.gticc-membership-resources-section .row {
  align-items: stretch !important;
}

.gticc-membership-resources-section .row > [class*="col-"] {
  display: flex !important;
}

.gticc-membership-intro-bg {
  position: relative !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.86), rgba(7, 27, 51, 0.82)),
    url("/bg1.webp") center / cover no-repeat !important;
}

.gticc-membership-tiers-3d {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  perspective: 1200px !important;
}

.gticc-membership-tiers-3d .container {
  position: relative !important;
  z-index: 2 !important;
}

.gticc-tier-3d-scene {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  transform-style: preserve-3d !important;
  overflow: hidden !important;
}

.gticc-tier-orb,
.gticc-tier-ring,
.gticc-tier-plane,
.gticc-tier-line {
  position: absolute !important;
  transform-style: preserve-3d !important;
  pointer-events: none !important;
}

.gticc-tier-orb {
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.58), transparent 12%),
    radial-gradient(circle at 42% 40%, rgba(200, 162, 74, 0.5), rgba(11, 79, 156, 0.14) 46%, transparent 72%) !important;
  box-shadow: 0 0 80px rgba(200, 162, 74, 0.18), inset -24px -28px 48px rgba(3, 13, 30, 0.48) !important;
  opacity: 0.5 !important;
  animation: gticcTierOrbFloat 8s ease-in-out infinite !important;
}

.gticc-tier-orb.orb-1 {
  left: 7% !important;
  top: 18% !important;
}

.gticc-tier-orb.orb-2 {
  right: 8% !important;
  bottom: 12% !important;
  width: 130px !important;
  height: 130px !important;
  animation-delay: -3s !important;
}

.gticc-tier-ring {
  width: 520px !important;
  height: 220px !important;
  border: 1px solid rgba(200, 162, 74, 0.28) !important;
  border-radius: 50% !important;
  left: 50% !important;
  top: 50% !important;
  box-shadow: 0 0 38px rgba(11, 79, 156, 0.16) !important;
  animation: gticcTierRingSpin 12s linear infinite !important;
}

.gticc-tier-ring.ring-1 {
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg) !important;
}

.gticc-tier-ring.ring-2 {
  width: 680px !important;
  height: 280px !important;
  border-color: rgba(11, 79, 156, 0.28) !important;
  animation-duration: 16s !important;
  animation-direction: reverse !important;
}

.gticc-tier-plane {
  width: 260px !important;
  height: 150px !important;
  border: 1px solid rgba(200, 162, 74, 0.22) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(11, 79, 156, 0.12), rgba(200, 162, 74, 0.06)) !important;
  backdrop-filter: blur(1px) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18) !important;
  animation: gticcTierPlaneDrift 9s ease-in-out infinite !important;
}

.gticc-tier-plane.plane-1 {
  left: 16% !important;
  bottom: 18% !important;
  transform: rotateX(62deg) rotateZ(-18deg) !important;
}

.gticc-tier-plane.plane-2 {
  right: 14% !important;
  top: 18% !important;
  transform: rotateX(62deg) rotateZ(18deg) !important;
  animation-delay: -4s !important;
}

.gticc-tier-line {
  height: 2px !important;
  width: 48vw !important;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.58), rgba(11, 79, 156, 0.45), transparent) !important;
  opacity: 0.52 !important;
  animation: gticcTierLineMove 7s linear infinite !important;
}

.gticc-tier-line.line-1 {
  left: -12% !important;
  top: 34% !important;
  transform: rotate(-15deg) !important;
}

.gticc-tier-line.line-2 {
  right: -14% !important;
  bottom: 28% !important;
  transform: rotate(-15deg) !important;
  animation-delay: -3.5s !important;
}

.gticc-membership-tiers-3d .gticc-tier-card {
  transform-style: preserve-3d !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18) !important;
}

.gticc-membership-tiers-3d .gticc-tier-card:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-3deg) !important;
  border-color: rgba(200, 162, 74, 0.58) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.30), 0 0 30px rgba(200, 162, 74, 0.12) !important;
}

@keyframes gticcTierOrbFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(28px, -32px, 60px) scale(1.08);
  }
}

@keyframes gticcTierRingSpin {
  from {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg);
  }
}

@keyframes gticcTierPlaneDrift {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 22px -18px;
  }
}

@keyframes gticcTierLineMove {
  0% {
    translate: -28vw 0;
    opacity: 0;
  }
  18%, 74% {
    opacity: 0.52;
  }
  100% {
    translate: 72vw 0;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gticc-tier-orb,
  .gticc-tier-ring,
  .gticc-tier-plane,
  .gticc-tier-line {
    animation: none !important;
  }
}

.gticc-membership-audience-section {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(200, 162, 74, 0.13), transparent 28%),
    radial-gradient(circle at 82% 42%, rgba(11, 79, 156, 0.18), transparent 34%),
    #071B33 !important;
}

.gticc-membership-audience-section::before,
.gticc-membership-audience-section::after {
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
  border-radius: 999px !important;
  filter: blur(10px) !important;
  opacity: 0.42 !important;
  z-index: 0 !important;
}

.gticc-membership-audience-section::before {
  width: 420px !important;
  height: 420px !important;
  left: -110px !important;
  top: 12% !important;
  background: radial-gradient(circle, rgba(200, 162, 74, 0.18), transparent 68%) !important;
  animation: gticcMembershipGlow 9s ease-in-out infinite alternate !important;
}

.gticc-membership-audience-section::after {
  width: 520px !important;
  height: 520px !important;
  right: -160px !important;
  bottom: 4% !important;
  background: radial-gradient(circle, rgba(11, 79, 156, 0.24), transparent 70%) !important;
  animation: gticcMembershipGlow 11s ease-in-out infinite alternate-reverse !important;
}

.gticc-membership-audience-section .container {
  position: relative !important;
  z-index: 1 !important;
}

.gticc-membership-audience-section .gticc-card {
  position: relative !important;
  overflow: hidden !important;
  transform: translateY(0) !important;
  animation: gticcMembershipCardFloat 4.8s ease-in-out infinite, gticcMembershipCardPulse 3.4s ease-in-out infinite !important;
}

.gticc-membership-audience-section .gticc-card:nth-child(2n) {
  animation-delay: -1.2s !important;
}

.gticc-membership-audience-section .gticc-card:nth-child(3n) {
  animation-delay: -2.1s !important;
}

.gticc-membership-audience-section .gticc-card::after {
  content: "" !important;
  position: absolute !important;
  inset: -120% -40% auto !important;
  height: 140% !important;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.12), transparent 65%) !important;
  transform: translateX(-90%) rotate(10deg) !important;
  animation: gticcMembershipCardSheen 7s ease-in-out infinite !important;
  pointer-events: none !important;
}

.gticc-membership-audience-section .gticc-card:hover {
  border-color: rgba(200, 162, 74, 0.48) !important;
  box-shadow: 0 24px 58px rgba(2, 16, 38, 0.34), 0 0 0 1px rgba(200, 162, 74, 0.08) inset !important;
  transform: translateY(-6px) !important;
}

@keyframes gticcMembershipGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(36px, -28px, 0) scale(1.08);
  }
}

@keyframes gticcMembershipCardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes gticcMembershipCardSheen {
  0%, 58% {
    transform: translateX(-95%) rotate(10deg);
    opacity: 0;
  }
  72% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(95%) rotate(10deg);
    opacity: 0;
  }
}

.gticc-membership-motion-bg {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.gticc-membership-motion-line {
  position: absolute !important;
  width: 62vw !important;
  height: 2px !important;
  left: -18vw !important;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.62), rgba(11, 79, 156, 0.44), transparent) !important;
  box-shadow: 0 0 20px rgba(200, 162, 74, 0.24) !important;
  opacity: 0.72 !important;
  transform: rotate(-18deg) translateX(-20%) !important;
  animation: gticcMembershipLineSweep 7s linear infinite !important;
}

.gticc-membership-motion-line.line-1 {
  top: 20% !important;
}

.gticc-membership-motion-line.line-2 {
  top: 48% !important;
  animation-delay: -2.2s !important;
}

.gticc-membership-motion-line.line-3 {
  top: 74% !important;
  animation-delay: -4.4s !important;
}

.gticc-membership-motion-dot {
  position: absolute !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #C8A24A !important;
  box-shadow: 0 0 0 8px rgba(200, 162, 74, 0.08), 0 0 26px rgba(200, 162, 74, 0.76) !important;
  opacity: 0.86 !important;
  animation: gticcMembershipDotDrift 6.5s ease-in-out infinite !important;
}

.gticc-membership-motion-dot.dot-1 {
  left: 10% !important;
  top: 28% !important;
}

.gticc-membership-motion-dot.dot-2 {
  left: 36% !important;
  top: 18% !important;
  animation-delay: -1.6s !important;
}

.gticc-membership-motion-dot.dot-3 {
  right: 24% !important;
  top: 62% !important;
  animation-delay: -3.2s !important;
}

.gticc-membership-motion-dot.dot-4 {
  right: 9% !important;
  bottom: 18% !important;
  animation-delay: -4.8s !important;
}

@keyframes gticcMembershipLineSweep {
  0% {
    transform: rotate(-18deg) translateX(-26%);
    opacity: 0;
  }
  12%, 72% {
    opacity: 0.72;
  }
  100% {
    transform: rotate(-18deg) translateX(155%);
    opacity: 0;
  }
}

@keyframes gticcMembershipDotDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -18px, 0) scale(1.25);
  }
}

@keyframes gticcMembershipCardPulse {
  0%, 100% {
    border-color: rgba(200, 162, 74, 0.28);
    box-shadow: 0 16px 42px rgba(2, 16, 38, 0.20);
  }
  50% {
    border-color: rgba(200, 162, 74, 0.58);
    box-shadow: 0 22px 56px rgba(2, 16, 38, 0.30), 0 0 24px rgba(200, 162, 74, 0.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gticc-membership-audience-section::before,
  .gticc-membership-audience-section::after,
  .gticc-membership-motion-line,
  .gticc-membership-motion-dot,
  .gticc-membership-audience-section .gticc-card,
  .gticc-membership-audience-section .gticc-card::after {
    animation: none !important;
  }
}

.gticc-resource-card {
  width: 100% !important;
  min-height: 380px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 38px !important;
}

.gticc-resource-card h3 {
  min-height: 118px !important;
  margin-bottom: 24px !important;
}

.gticc-resource-card p {
  min-height: 112px !important;
  margin-bottom: 28px !important;
}

.gticc-resource-card .btn {
  margin-top: auto !important;
  width: 100% !important;
  justify-content: center !important;
}

@media (max-width: 767px) {
  .gticc-resource-card {
    min-height: auto !important;
    padding: 28px !important;
  }

  .gticc-resource-card h3,
  .gticc-resource-card p {
    min-height: 0 !important;
  }
}

/* Global card hover glow */
.gticc-card,
.infobox,
.highlight-card,
.gticc-image-card,
.gticc-member-card,
.gticc-tier-card,
.awards-item,
.pricing-box,
.team-item,
.contact-form-box,
.contact-address {
  position: relative !important;
  overflow: hidden;
}

.gticc-card::after,
.infobox::after,
.highlight-card::after,
.gticc-image-card::before,
.gticc-member-card::after,
.gticc-tier-card::after,
.awards-item::after,
.pricing-box::after,
.team-item::after,
.contact-form-box::after,
.contact-address::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  opacity: 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(228, 199, 111, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(212, 179, 92, 0.18), transparent 42%, rgba(47, 111, 189, 0.16)) !important;
  transition: opacity 0.28s ease !important;
  z-index: 0 !important;
}

.gticc-card > *,
.infobox > *,
.highlight-card > *,
.gticc-image-card > *,
.gticc-member-card > *,
.gticc-tier-card > *,
.awards-item > *,
.pricing-box > *,
.team-item > *,
.contact-form-box > *,
.contact-address > * {
  position: relative;
  z-index: 1;
}

.gticc-card:hover,
.infobox:hover,
.highlight-card:hover,
.gticc-image-card:hover,
.gticc-member-card:hover,
.gticc-tier-card:hover,
.awards-item:hover,
.pricing-box:hover,
.team-item:hover,
.contact-form-box:hover,
.contact-address:hover {
  border-color: rgba(228, 199, 111, 0.56) !important;
  box-shadow:
    0 0 0 1px rgba(228, 199, 111, 0.22),
    0 20px 52px rgba(212, 179, 92, 0.22),
    0 26px 70px rgba(0, 0, 0, 0.34) !important;
}

.gticc-card:hover::after,
.infobox:hover::after,
.highlight-card:hover::after,
.gticc-image-card:hover::before,
.gticc-member-card:hover::after,
.gticc-tier-card:hover::after,
.awards-item:hover::after,
.pricing-box:hover::after,
.team-item:hover::after,
.contact-form-box:hover::after,
.contact-address:hover::after {
  opacity: 1 !important;
}

/* =========================================
   GTICC Laptop 1024px-1199px Navbar Override
   ========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
  .header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
    grid-template-columns: 180px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand {
    flex-basis: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    margin-right: 12px !important;
  }

  .header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img {
    width: 171px !important;
    min-width: 171px !important;
    max-width: 171px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }

  .header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse,
  .header.header-sticky.is-sticky.sticky-show .navbar-collapse,
  header.header.header-sticky.is-sticky.sticky-show .navbar-collapse {
    justify-content: flex-start !important;
    grid-column: 2 !important;
    width: 100% !important;
  }

  .header.header-sticky .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky .navbar-collapse > .navbar-nav:first-child,
  .header.header-sticky.is-sticky.sticky-show .navbar-collapse > .navbar-nav:first-child,
  header.header.header-sticky.is-sticky.sticky-show .navbar-collapse > .navbar-nav:first-child {
    justify-self: start !important;
    justify-content: flex-start !important;
    margin-left: 8px !important;
    flex: 1 1 auto !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 6px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 15.5px !important;
    padding: 10px 1px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 90px !important;
    padding: 10px 12px !important;
  }
}

/* Final logo size override for laptop and mobile */
@media (min-width: 992px) and (max-width: 1360px) {
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    grid-template-columns: 210px minmax(0, 1fr) !important;
    min-height: 98px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    flex-basis: 210px !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img,
  .header.header-sticky .navbar-brand .navbar-logo {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 64px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 991px) {
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    min-height: 88px !important;
    padding: 12px 20px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
    flex: 0 0 168px !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  .header.header-sticky .navbar-brand .navbar-logo {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 360px) {
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand {
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
    flex-basis: 148px !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky .navbar-brand .navbar-logo {
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
    max-height: 52px !important;
  }
}

/* 1024px laptop navbar fit */
@media (min-width: 992px) and (max-width: 1099px) {
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    grid-template-columns: 176px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    flex-basis: 176px !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img,
  .header.header-sticky .navbar-brand .navbar-logo {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
    max-height: 56px !important;
  }

  .header.header-sticky .navbar-collapse,
  .header.header-sticky.is-sticky .navbar-collapse,
  .header.header-sticky.is-sticky.sticky-show .navbar-collapse,
  header.header.header-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky .navbar-collapse,
  header.header.header-sticky.is-sticky.sticky-show .navbar-collapse {
    column-gap: 10px !important;
  }

  .header.header-sticky .navbar .navbar-nav,
  .header.header-sticky.is-sticky .navbar .navbar-nav,
  header.header.header-sticky .navbar .navbar-nav,
  header.header.header-sticky.is-sticky .navbar .navbar-nav {
    gap: 0 8px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link,
  .header.header-sticky .navbar .navbar-nav .nav-item .gticc-nav-link,
  .header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link,
  header.header.header-sticky .navbar .navbar-nav>li .nav-link,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link {
    font-size: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  .header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky .navbar .navbar-nav>li .nav-link.contact-btn,
  header.header.header-sticky.is-sticky .navbar .navbar-nav>li .nav-link.contact-btn {
    min-width: 92px !important;
    padding: 10px 14px !important;
  }

  .header.header-sticky .navbar .navbar-nav>li .nav-link i,
  header.header.header-sticky .navbar .navbar-nav>li .nav-link i {
    margin-left: 4px !important;
  }
}

/* Keep image cards visually constant on hover */
.gticc-home-corridor-card:hover,
.gticc-sector-card:hover,
.gticc-event-card:hover {
  border-color: rgba(212, 179, 92, 0.22) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28) !important;
}

.gticc-home-corridor-card:hover img,
.gticc-sector-card:hover img,
.gticc-event-card:hover img {
  transform: none !important;
}

.gticc-home-corridor-card:hover::before,
.gticc-sector-card:hover::before,
.gticc-event-card:hover::before {
  opacity: 0 !important;
}

/* Keep mobile logo large and constant while sticky header changes state */
@media (max-width: 991px) {
  .header.header-sticky .navbar,
  .header.header-sticky.is-sticky .navbar,
  .header.header-sticky.is-sticky.sticky-show .navbar,
  header.header.header-sticky .navbar,
  header.header.header-sticky.is-sticky .navbar,
  header.header.header-sticky.is-sticky.sticky-show .navbar {
    min-height: 92px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  .header.header-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    width: 184px !important;
    min-width: 184px !important;
    max-width: 184px !important;
    flex: 0 0 184px !important;
    flex-basis: 184px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img.navbar-logo {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    display: block !important;
    flex: 0 0 176px !important;
    flex-shrink: 0 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Mobile header true center override - must stay after all logo sizing rules */
@media (max-width: 991px) {
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 92px !important;
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .header.header-sticky .navbar-brand,
  .header.header-sticky.is-sticky .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand,
  .header.header-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky .navbar .navbar-brand,
  .header.header-sticky.is-sticky.sticky-show .navbar .navbar-brand,
  header.header.header-sticky .navbar-brand,
  header.header.header-sticky.is-sticky .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand,
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    flex: none !important;
    flex-basis: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .header.header-sticky .navbar-brand img,
  .header.header-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand img,
  .header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  .header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky .navbar-brand img,
  header.header.header-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .navbar-brand .navbar-logo,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img,
  header.header.header-sticky.is-sticky .navbar .navbar-brand img.navbar-logo {
    width: 176px !important;
    min-width: 176px !important;
    max-width: 176px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }

  .header.header-sticky .action-group,
  .header.header-sticky.is-sticky .action-group,
  .header.header-sticky.is-sticky.sticky-show .action-group,
  header.header.header-sticky .action-group,
  header.header.header-sticky.is-sticky .action-group,
  header.header.header-sticky.is-sticky.sticky-show .action-group {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 40 !important;
  }
}

/* Fix for golden background in footer marquee */
.site-footer .marquee-wrapper,
.site-footer .marquee-inner,
.site-footer .marquee-item,
.site-footer .marquee-item .title,
.site-footer .marquee-wrapper::before,
.site-footer .marquee-inner::before,
.site-footer .marquee-item::before,
.site-footer .marquee-wrapper::after,
.site-footer .marquee-inner::after,
.site-footer .marquee-item::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Global Button Golden Theme Override */
.btn,
.btn-primary,
.btn-dark,
.btn-light,
.btn-outline-primary,
button[type="submit"],
.widget-newsletter button {
  background: linear-gradient(135deg, #A67C2D 0%, #C9A45C 25%, #E2C078 50%, #C9A45C 75%, #A67C2D 100%) !important;
  border: 1px solid #F1D18A !important;
  color: #0B1433 !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 0 12px rgba(226, 192, 120, 0.4) !important;
}

.btn:hover,
.btn-primary:hover,
.btn-dark:hover,
.btn-light:hover,
.btn-outline-primary:hover,
button[type="submit"]:hover,
.widget-newsletter button:hover {
  background: linear-gradient(135deg, #B58B3C 0%, #D8B36B 25%, #F1D18A 50%, #D8B36B 75%, #B58B3C 100%) !important;
  border-color: #FFF2C8 !important;
  color: #0B1433 !important;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.7), 0 0 20px rgba(226, 192, 120, 0.6) !important;
}

/* Card Cubic Style Override */
.gticc-home-corridor-card,
.gticc-image-card {
  border-radius: 0 !important;
  aspect-ratio: 1 / 1 !important;
  min-height: auto !important;
}

.gticc-image-card img,
.gticc-image-card .gticc-image-card-content {
  border-radius: 0 !important;
}

/* Mobile-Specific Split Layout & Uncropped Image (<768px) */
@media (max-width: 767px) {
  .gticc-home-corridor-card {
    display: flex !important;
    flex-direction: column !important;
    background: #0c2549 !important; /* Dark blue background matching design */
    overflow: hidden !important;
    margin-bottom: 0 !important; /* Override native margin-bottom: 170px */
    aspect-ratio: auto !important; /* Remove 1:1 square lock to prevent clipping */
    height: 100% !important; /* Let it stretch within Swiper */
  }

  .gticc-home-corridor-card img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important; /* Remove fixed image heights */
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    padding: 12px !important; /* Add small padding around the image */
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    z-index: 1 !important;
  }

  .gticc-home-corridor-card .gticc-image-card-content {
    position: relative !important;
    top: 0 !important; /* Override native top: 100% */
    height: auto !important;
    min-height: auto !important; /* Override native 168px */
    max-height: none !important; /* Override native 168px */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 12px 20px 24px !important;
    z-index: 2 !important;
    border-top: none !important; /* Remove native border */
    flex-grow: 1 !important; /* Expand to fill available space so cards stay uniform height */
  }

  /* Reduce text size slightly to ensure it fits comfortably in the 40% area without scrolling */
  .gticc-home-corridor-card .gticc-image-card-content h3 {
    margin-bottom: 6px !important;
    font-size: 1.15rem !important;
  }
  
  .gticc-home-corridor-card .gticc-image-card-content p {
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }

  /* Remove the dark overlay gradient over the image since the card is explicitly split */
  .gticc-home-corridor-card::after {
    display: none !important;
  }
}

/* Corridor/Region card image wrapper default styling */
.corridor-card-image,
.region-card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.corridor-card-image img,
.region-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Prevent horizontal overflow on mobile */
.site-content {
  overflow-x: hidden !important;
}

/* Mobile Swiper Slides Exact Sizing */
@media (max-width: 767px) {
  .corridor-swiper {
    width: 100% !important;
  }
  .corridor-swiper .swiper-slide {
    width: calc(100vw - 32px) !important;
    max-width: 360px !important;
  }
}

/* Mobile Cards Overrides - Unified Premium Business Cards */
@media (max-width: 767px) {
  /* 1. Remove fixed heights from all parent wrappers */
  .gticc-section,
  .grid-wrapper {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* Corridor Slider: Single Column Vertical Block */
  .gticc-home-corridor-mobile-slider {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 32px !important;
  }

  /* Sector & Event Sliders: Horizontal Auto-Slider */
  .gticc-sector-mobile-slider,
  .gticc-event-mobile-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important; /* Prevent double scrollbars */
    scroll-snap-type: x mandatory !important;
    padding-bottom: 32px !important;
    padding-top: 16px !important;
    align-items: stretch !important; /* Ensures all cards match the height of the tallest card! */
    height: auto !important;
  }
  
  /* 2. Reset the main card containers */
  .gticc-image-card.gticc-sector-card,
  .gticc-image-card.gticc-event-card,
  .gticc-image-card.gticc-home-corridor-card {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    width: 92vw !important;
    max-width: 360px !important;
    margin: 0 auto 32px !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    
    /* NO OVERFLOW HIDDEN PER USER INSTRUCTION */
    overflow: visible !important;
    
    border-radius: 16px !important;
    border: 1px solid rgba(212, 179, 92, 0.3) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* Specific tweak for cards to work in the flex slider */
  .gticc-image-card.gticc-sector-card,
  .gticc-image-card.gticc-event-card {
    flex: 0 0 auto !important;
    scroll-snap-align: center !important;
    margin: 0 !important; /* Remove bottom margin inside the horizontal slider */
  }

  /* Destroy native pseudo-elements that might overlap */
  .gticc-image-card.gticc-sector-card::after,
  .gticc-image-card.gticc-sector-card::before,
  .gticc-image-card.gticc-event-card::after,
  .gticc-image-card.gticc-event-card::before,
  .gticc-image-card.gticc-home-corridor-card::after,
  .gticc-image-card.gticc-home-corridor-card::before {
    display: none !important;
  }

  /* 3. Image Styling */
  .gticc-image-card.gticc-sector-card img,
  .gticc-image-card.gticc-event-card img,
  .gticc-image-card.gticc-home-corridor-card img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: 240px !important; /* Per user request */
    min-height: 240px !important;
    max-height: 240px !important;
    object-fit: cover !important; /* Per user request */
    border-radius: 14px 14px 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #121c2b !important;
    flex-shrink: 0 !important;
  }

  .corridor-card-image,
  .region-card-image {
    height: 240px !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 14px 14px 0 0 !important;
    flex-shrink: 0 !important;
  }
  .corridor-card-image img,
  .region-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 14px 14px 0 0 !important;
  }


  /* 4. Content Area */
  .gticc-image-card.gticc-sector-card .gticc-image-card-content,
  .gticc-image-card.gticc-event-card .gticc-image-card-content,
  .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    
    height: auto !important;
    min-height: 160px !important; /* Per user request */
    max-height: none !important;
    overflow: visible !important;
    
    padding: 20px !important; /* Per user request */
    background: linear-gradient(135deg, rgba(8, 45, 92, 0.92), rgba(11, 78, 130, 0.86)) !important;
    border-top: 1px solid rgba(98, 166, 255, 0.34) !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4) !important;
    
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important; /* Per user request */
  }

  /* 5. Text Styling */
  .gticc-image-card.gticc-sector-card .gticc-image-card-content h4,
  .gticc-image-card.gticc-event-card .gticc-image-card-content h4,
  .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content h3 {
    font-size: 24px !important;
    margin-bottom: 12px !important;
    white-space: normal !important;
  }

  .gticc-image-card.gticc-sector-card .gticc-image-card-content p,
  .gticc-image-card.gticc-event-card .gticc-image-card-content p,
  .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
    
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: vertical !important;
    overflow: visible !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
  }

  /* Expand state overrides */
  .gticc-image-card.is-expanded .gticc-image-card-content {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
}

/* Universal Infinite Carousel System */
.gticc-carousel-container {
  overflow: hidden;
  width: 100%;
}

.gticc-carousel-track {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  
  --card-gap: 30px;
  gap: var(--card-gap);
  
  /* Default Desktop: 3 cards (slides 1 by 1 perfectly with 4 items) */
  --cards-to-show: 3;
  --card-width: calc((100% - (var(--card-gap) * (var(--cards-to-show) - 1))) / var(--cards-to-show));
}

@media (max-width: 1199px) {
  .gticc-carousel-track {
    --cards-to-show: 2;
  }
}

@media (max-width: 767px) {
  .gticc-carousel-track {
    --cards-to-show: 1;
    --card-gap: 0px; /* Gap handled by margin overrides on mobile */
  }
}

.gticc-carousel-slide {
  flex: 0 0 var(--card-width) !important;
  width: var(--card-width) !important;
}

/* Home Page Global Background Styling */
.site-content.gticc-home-page {
  background:
    linear-gradient(rgba(7, 27, 51, 0.91), rgba(7, 27, 51, 0.91)),
    url('/bg10.webp') no-repeat center center fixed !important;
  background-size: cover !important;
}

/* Semi-transparent banner content with a nice backdrop blur for glassmorphism */
.site-content.gticc-home-page .main-banner.main-banner-2 .banner-conent {
  background-color: rgba(18, 26, 36, 0.78) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(212, 179, 92, 0.16) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
}

/* Membership Inquiry Page Background Styling */
.site-content.gticc-membership-inquiry-page {
  background:
    linear-gradient(rgba(7, 27, 51, 0.91), rgba(7, 27, 51, 0.91)),
    url('/bg5.webp') no-repeat center center fixed !important;
  background-size: cover !important;
}

/* Custom Header & Logo Sizing Overrides */

/* Mobile (< 768px) override for header layout */
@media (max-width: 767px) {
  /* Override header and navbar min-height and padding on mobile */
  .header.header-sticky .navbar,
  .header.header-sticky.is-sticky .navbar,
  .header.header-sticky.is-sticky.sticky-show .navbar,
  header.header.header-sticky .navbar,
  header.header.header-sticky.is-sticky .navbar,
  header.header.header-sticky.is-sticky.sticky-show .navbar {
    min-height: 112px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header,
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header {
    min-height: 112px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Center the mobile logo brand wrapper */
  header.header.header-sticky .mobile-nav-wrapper .navbar-brand,
  header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand,
  header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Keep mobile logo size original template standard and constant when scrolled */
  /* Mobile logo rules cleared for unified styling */

  /* Position mobile hamburger on the far right */
  header.header.header-sticky .mobile-nav-wrapper .action-group,
  header.header.header-sticky.is-sticky .mobile-nav-wrapper .action-group {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }
}

/* Desktop & Tablet (>= 768px) Split Navigation Layout */
@media (min-width: 768px) {
  /* Override main-header styling to disable template grid layouts completely and force full-width flex */
  header.header.header-sticky .main-header,
  header.header.header-sticky.is-sticky .main-header,
  header.header.header-sticky.is-sticky.sticky-show .main-header,
  .header.header-sticky .main-header,
  .header.header-sticky.is-sticky .main-header,
  .header.header-sticky.is-sticky.sticky-show .main-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 112px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    column-gap: normal !important;
  }

  /* Force the desktop nav wrapper to use a single flex row layout with items centered */
  header.header.header-sticky .main-header .desktop-nav-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    position: relative !important;
    grid-template-columns: none !important;
    gap: 0 !important;
  }

  /* Left navigation menu styling - takes 1/2 of remaining space to balance centering */
  /* Restored gap spacing of 15px */
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav {
    flex: 0 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 15px !important;
    margin-left:120px !important;
  }

  /* Centered logo brand wrapper - shifted 35px left to avoid right nav overlap */
  header.header.header-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky.sticky-show .main-header .desktop-nav-wrapper .centered-logo-brand {
    position: absolute !important;
    left: calc(50% - 35px) !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Right navigation and actions wrapper - takes 1/2 of remaining space to balance centering */
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper {
    flex: 0 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }

  /* Right navigation list styling - reverted to the original gap spacing of 15px */
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .right-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
    gap: 0 15px !important;
  }

  /* Inline Actions (Search & Hamburger) styling - horizontally inline immediately after right-nav */
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    margin-left: 20px !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }

  /* Reset layout margins/paddings and align everything to center of the row */
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .search,
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .search ul,
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .search ul li {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    line-height: 1 !important;
  }

  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .search ul li a {
    font-size: 22px !important;
    color: #F4F7FA !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    margin: 0 !important;
    height: auto !important;
    line-height: 1 !important;
  }

  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .menu-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    margin-left: 10px !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    height: auto !important;
    line-height: 1 !important;
  }

  /* Force display of search and desktop hamburger inline actions on tablet/desktop */
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .search,
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .menu-btn {
    display: flex !important;
  }

  /* Enlarged logo dimensions on desktop (increased by 10-15% to 280px) constant when scrolled */
  /* Desktop logo rules cleared for unified styling */
}

/* Tablet viewport (768px - 991px) specific overrides to fit all inline */
@media (min-width: 768px) and (max-width: 991px) {
  header.header.header-sticky .main-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav,
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .right-nav {
    gap: 0 4px !important;
  }

  header.header.header-sticky .main-header .desktop-nav-wrapper .navbar-nav>li .nav-link {
    font-size: 13px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions {
    margin-left: 8px !important;
  }

  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .search ul li a {
    font-size: 18px !important;
    padding: 0 4px !important;
  }

  /* Tablet logo rules cleared for unified styling */
}

/* ============================================================
   GTICC Navbar — Graduated Laptop Breakpoints (1024px–1599px)
   Ensures logo never overlaps nav at any laptop viewport width
   ============================================================ */

/* Large Laptop: 1440px – 1599px */
@media (min-width: 1440px) and (max-width: 1599px) {
  /* Logo wrapper: 260px */
  header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  .navbar-logo-wrapper,
  .logo-container {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
  /* Logo position: keep centered-left offset */
  header.header.header-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky.sticky-show .main-header .desktop-nav-wrapper .centered-logo-brand {
    left: calc(50% - 30px) !important;
  }
  /* Nav gaps & font */
  header.header.header-sticky .main-header .desktop-nav-wrapper .navbar-nav>li .nav-link {
    font-size: 17px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .right-nav,
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav {
    gap: 0 12px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav {
    margin-left: 100px !important;
  }
  /* Tighten inline actions */
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions {
    margin-left: 14px !important;
  }
}

/* Standard Laptop: 1280px – 1439px */
@media (min-width: 1280px) and (max-width: 1439px) {
  /* Logo wrapper: 230px */
  header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  .navbar-logo-wrapper,
  .logo-container {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
  }
  /* Logo position */
  header.header.header-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky.sticky-show .main-header .desktop-nav-wrapper .centered-logo-brand {
    left: calc(50% - 25px) !important;
  }
  /* Nav gaps & font */
  header.header.header-sticky .main-header .desktop-nav-wrapper .navbar-nav>li .nav-link {
    font-size: 16px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .right-nav,
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav {
    gap: 0 10px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav {
    margin-left: 80px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions {
    margin-left: 10px !important;
  }
  header.header.header-sticky .main-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Small Laptop: 1024px – 1279px */
@media (min-width: 1024px) and (max-width: 1279px) {
  /* Logo wrapper: 190px */
  header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
  .navbar-logo-wrapper,
  .logo-container {
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
  }
  /* Logo position */
  header.header.header-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky.sticky-show .main-header .desktop-nav-wrapper .centered-logo-brand {
    left: calc(50% - 20px) !important;
  }
  /* Nav gaps & font */
  header.header.header-sticky .main-header .desktop-nav-wrapper .navbar-nav>li .nav-link {
    font-size: 15px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .right-nav,
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav {
    gap: 0 8px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav {
    margin-left: 60px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions {
    margin-left: 8px !important;
  }
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions .search ul li a {
    font-size: 18px !important;
    padding: 0 6px !important;
  }
  header.header.header-sticky .main-header {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* ==========================================================================
   GTICC Footer Layout & Visual Balance Overrides
   ========================================================================== */

/* 1. Footer Logo Sizing (Increased by ~31.25%, maintaining aspect ratio & sharpness) */
.site-footer .footer-logo img {
  max-width: 320px !important;
  height: auto !important;
  object-fit: contain !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
}

/* 2. Consortium Text Placement (Moved downward by ~24px for vertical balance) */
.gticc-footer-consortium-text {
  margin-top: 48px !important;
}

/* 3. Footer Column Headings (Moved downward by 20px for symmetry with the logo column) */
.site-footer .footer-main .widget-title {
  margin-top: 20px !important;
}

/* 4. Responsive Logo Scalings (Maintaining ~31-33% scaling proportion) */
@media (max-width: 991px) {
  .site-footer .footer-logo img {
    max-width: 200px !important;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-logo img {
    max-width: 250px !important;
  }
}

/* ==========================================================================
   GTICC Membership Process/Benefits Cards Numbering Removal & Layout Overrides
   ========================================================================== */

/* Remove numbering pseudo-elements (01, 02, etc.) from process/benefits cards */
.gticc-membership-page .gticc-process .gticc-card::before {
  content: none !important;
}

/* Shift headings/titles upward slightly to fill empty space and maintain balance */
.gticc-membership-page .gticc-process .gticc-card {
  padding-top: 24px !important;
}

/* 5. Footer Disclaimer List Formatting (Bullet list & font size increase) */
.gticc-footer-disclaimer ul.footer-disclaimer-list {
  list-style-type: disc !important;
  margin: 0 !important;
  padding-left: 20px !important;
  text-align: left !important;
}

.gticc-footer-disclaimer ul.footer-disclaimer-list li {
  color: rgba(245, 247, 250, 0.82) !important; /* Keep identical text color */
  font-size: 16px !important; /* Increased by ~14% (from 14px to 16px) for readability */
  line-height: 1.6 !important;
  margin-bottom: 12px !important; /* Spacing between bullet points */
  font-family: inherit !important;
}

.gticc-footer-disclaimer ul.footer-disclaimer-list li:last-child {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   GTICC Home Page Corridor/Region Cards Responsive Breakpoints Specific Styles
   ========================================================================== */

@media (max-width: 1023px) {
  .corridor-card-image,
  .region-card-image {
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    position: relative !important;
    overflow: visible !important;
    border-radius: 14px 14px 0 0 !important;
  }

  .corridor-card-image img,
  .region-card-image img,
  .gticc-home-corridor-card.corridor-card.region-card img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block !important;
    border-radius: 14px 14px 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  .swiper-slide .gticc-home-corridor-card.corridor-card.region-card,
  .gticc-home-corridor-card.corridor-card.region-card {
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 auto !important;
    background: #082d5c !important; /* Ensure background is filled */
    overflow: visible !important;
    margin-bottom: 0 !important;
    border-radius: 16px !important;
  }

  .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content,
  .gticc-home-corridor-card .gticc-image-card-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    padding: 24px 20px !important;
    border-radius: 0 0 14px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    background: linear-gradient(135deg, rgba(8, 45, 92, 0.92), rgba(11, 78, 130, 0.86)) !important;
    border-top: 1px solid rgba(98, 166, 255, 0.34) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content h3,
  .gticc-home-corridor-card .gticc-image-card-content h3 {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }

  .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content p,
  .gticc-home-corridor-card .gticc-image-card-content p {
    font-size: 16px !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;
  }

  @media (max-width: 480px) {
    .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content h3,
    .gticc-home-corridor-card .gticc-image-card-content h3 {
      font-size: 20px !important;
    }
    .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content p,
    .gticc-home-corridor-card .gticc-image-card-content p {
      font-size: 14px !important;
    }
  }

  @media (max-width: 375px) {
    .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content h3,
    .gticc-home-corridor-card .gticc-image-card-content h3 {
      font-size: 18px !important;
    }
    .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content p,
    .gticc-home-corridor-card .gticc-image-card-content p {
      font-size: 13px !important;
    }
  }

  @media (max-width: 320px) {
    .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content h3,
    .gticc-home-corridor-card .gticc-image-card-content h3 {
      font-size: 16px !important;
    }
    .swiper-slide .gticc-image-card.gticc-home-corridor-card .gticc-image-card-content p,
    .gticc-home-corridor-card .gticc-image-card-content p {
      font-size: 12px !important;
    }
  }
}

/* ==========================================================================
   GTICC Tablet Navbar (768px-1023px) Logo Enhancement
   ========================================================================== */

@media (min-width: 768px) and (max-width: 1023px) {
  /* Hide the inline navigation menus to prevent overlap with the enlarged centered logo */
  header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav,
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .right-nav {
    display: none !important;
  }

  /* Center the logo container - shifted 20px left to avoid right nav overlap on tablet */
  header.header.header-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky .main-header .desktop-nav-wrapper .centered-logo-brand,
  header.header.header-sticky.is-sticky.sticky-show .main-header .desktop-nav-wrapper .centered-logo-brand {
    position: absolute !important;
    left: calc(50% - 20px) !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 260px !important;
    max-width: 260px !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
  }

  /* Enlarged horizontally, un-stretched vertically, centered logo image */
  /* Tablet sub-logo rules cleared for unified styling */

  /* Right actions wrapper containing search and hamburger menu */
  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper .desktop-inline-actions {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
  }
}

/* ==========================================================================
   GTICC Laptop "Who We Serve" Section Optimizations (1200px - 1599px)
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1599px) {
  /* Reduce overall section padding */
  .gticc-ecosystem-section.space-medium-ptb {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Reduce panel padding */
  .gticc-ecosystem-section .gticc-audience-panel {
    padding: 18px 22px !important;
  }

  /* Reduce gap between stakeholder cards */
  .gticc-ecosystem-section .gticc-audience-grid {
    gap: 12px !important;
  }

  /* Reduce card padding, gap, and min-height */
  .gticc-ecosystem-section .gticc-audience-item {
    min-height: 110px !important;
    padding: 14px 16px !important;
    gap: 8px 10px !important;
  }

  /* Scale font-sizes responsively for laptop viewports using existing scales */
  .gticc-ecosystem-section .gticc-audience-item strong {
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  .gticc-ecosystem-section .gticc-audience-item p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 12px 0 0 !important;
  }

  /* Reduce icon and number wrapper sizes to match */
  .gticc-ecosystem-section .gticc-audience-number,
  .gticc-ecosystem-section .gticc-audience-item i {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
  }
}

/* ==========================================================================
   GTICC Watch Profile Intro Image Layout Fix
   ========================================================================== */
.video-preview img,
.watch-profile-card img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  z-index: -2 !important;
}

.image-card img,
.profile-intro-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  z-index: -2 !important;
}

.image-card {
  overflow: hidden !important;
}

.image-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.25) !important;
  z-index: -1 !important;
  pointer-events: none !important;
}


/* ==========================================================================
   GTICC Membership Full-Screen Hero Banner
   Applies to: /membership, /plans, /benefits, /apply, /faqs, /membership-terms
   Does NOT apply to: /membership/member-directory
   ========================================================================== */

.gticc-hero--fullscreen {
  min-height: calc(100vh - 112px);
  height: calc(100vh - 112px);
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-bottom: 1px solid rgba(200, 162, 74, 0.25) !important;
  border-radius: 0 0 25px 25px !important;
  position: relative !important;
  overflow: hidden !important;
}

.gticc-hero--fullscreen .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Responsive: keep readable on smaller viewports */
@media (max-width: 991px) {
  .gticc-hero--fullscreen {
    min-height: calc(100vh - 80px);
    height: auto;
    padding: 100px 0 70px !important;
  }
}

@media (max-width: 767px) {
  .gticc-hero--fullscreen {
    min-height: calc(100vh - 70px);
    height: auto;
    padding: 90px 0 60px !important;
  }
}

@media (max-width: 575px) {
  .gticc-hero--fullscreen {
    min-height: calc(100vh - 60px);
    height: auto;
    padding: 80px 0 50px !important;
  }
}

/* Unified Navbar Logo Size and Fit Enhancements */
header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
.navbar-logo-wrapper,
.logo-container {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    pointer-events: none !important;
}

/* Logo image itself must still be clickable */
header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img,
header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img,
header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img,
header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img,
header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img,
header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img,
header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
.navbar-logo-wrapper img,
.logo-container img,
.navbar-logo img,
img.navbar-logo,
.navbar-logo-wrapper svg {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: none !important;
    pointer-events: auto !important;
}

/* Mobile logo wrapper must keep pointer events for touch nav */
header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container {
    pointer-events: auto !important;
}

@media (max-width: 1023px) {
    header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
    .navbar-logo-wrapper,
    .logo-container {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
    }
}

@media (max-width: 767px) {
    header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
    header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container,
    .navbar-logo-wrapper,
    .logo-container {
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
    }
}

/* Nav links always render above the absolutely-positioned logo wrapper */
header.header.header-sticky .main-header .desktop-nav-wrapper .left-nav,
header.header.header-sticky .main-header .desktop-nav-wrapper .right-nav-wrapper {
    position: relative !important;
    z-index: 20 !important;
}

/* ==========================================================================
   GTICC Membership Terms — Card Grid Alignment Fix
   Target: /membership/membership-terms
   Converts Bootstrap row into an equal-height CSS grid.
   ========================================================================== */

/* Large desktop (≥1200px): 3 cards per row */
@media (min-width: 1200px) {
  .gticc-membership-terms-page .gticc-terms-list .row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    align-items: stretch !important;
    margin: 0 !important;
  }

  /* Each Bootstrap col becomes a grid cell — remove col width constraints */
  .gticc-membership-terms-page .gticc-terms-list .row > .col-md-6 {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Card fills full grid cell height */
  .gticc-membership-terms-page .gticc-terms-list .row > .col-md-6 > .gticc-term-card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}

/* Laptop / tablet (768px – 1199px): 2 cards per row */
@media (min-width: 768px) and (max-width: 1199px) {
  .gticc-membership-terms-page .gticc-terms-list .row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
    align-items: stretch !important;
    margin: 0 !important;
  }

  .gticc-membership-terms-page .gticc-terms-list .row > .col-md-6 {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .gticc-membership-terms-page .gticc-terms-list .row > .col-md-6 > .gticc-term-card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}

/* Mobile (<768px): 1 card per row — leave slider/default behavior unchanged */
@media (max-width: 767px) {
  .gticc-membership-terms-page .gticc-terms-list .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    margin: 0 !important;
  }

  .gticc-membership-terms-page .gticc-terms-list .row > .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* ==========================================================================
   GTICC Membership Terms — Grid-Slide Card Styles
   Layout: 3 cols × 2 rows per slide on desktop, 2×2 on tablet, 1×1 mobile
   No visible navigation controls — autoplay only on desktop.
   ========================================================================== */

/* ---- Grid that lives inside each Swiper slide ---- */
.gticc-terms-grid {
  width: 100%;
}

/* ---- Card Base ---- */
.gticc-term-card-v2 {
  position: relative;
  background: linear-gradient(145deg, rgba(8,22,48,0.78) 0%, rgba(4,12,28,0.92) 100%);
  border: 1px solid rgba(200,162,74,0.2);
  border-radius: 18px;
  padding: 32px 28px 52px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  min-height: 260px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.25,1,0.5,1), box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: default;
}

.gticc-term-card-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(200,162,74,0.07) 0%, transparent 55%);
  pointer-events: none;
}

.gticc-term-card-v2:hover {
  transform: translateY(-5px);
  border-color: rgba(200,162,74,0.42);
  box-shadow: 0 16px 44px rgba(0,0,0,0.45), 0 0 24px rgba(200,162,74,0.14);
}

/* ---- Icon ---- */
.gticc-term-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(200,162,74,0.1);
  border: 1px solid rgba(200,162,74,0.28);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.gticc-term-card-icon i {
  font-size: 26px;
  color: #C8A24A;
}

.gticc-term-card-v2:hover .gticc-term-card-icon {
  background: rgba(200,162,74,0.2);
}

/* ---- Title ---- */
.gticc-term-card-title {
  font-size: 36px;
  font-weight: 700;
  color: #e8d5a3;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;
}

/* ---- Body text ---- */
.gticc-term-card-body {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(164,176,190,0.92);
  margin: 0;
  flex: 1;
}

/* ---- Number badge watermark (bottom-right) ---- */
.gticc-term-card-number {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 52px;
  font-weight: 800;
  color: rgba(200,162,74,0.06);
  line-height: 1;
  letter-spacing: -3px;
  pointer-events: none;
  user-select: none;
  transition: color 0.3s ease;
}

.gticc-term-card-v2:hover .gticc-term-card-number {
  color: rgba(200,162,74,0.12);
}

/* ---- Swiper: no arrows — hide any Swiper-injected arrows ---- */
.gticc-terms-swiper .swiper-button-prev,
.gticc-terms-swiper .swiper-button-next {
  display: none !important;
}

/* ---- Pagination dots: only visible on mobile & tablet ---- */
.gticc-terms-swiper .swiper-pagination {
  bottom: 10px;
}

.gticc-terms-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.2);
  opacity: 1;
  transition: all 0.3s ease;
}

.gticc-terms-swiper .swiper-pagination-bullet-active {
  background: #C8A24A;
  width: 22px;
  border-radius: 4px;
}

/* Hide dots on desktop — auto-advance only, no visible UI */
@media (min-width: 1024px) {
  .gticc-terms-swiper .swiper-pagination {
    display: none !important;
  }
}

/* ---- Responsive card typography & sizing ---- */

/* Large Desktop 1440px+ */
@media (min-width: 1440px) {
  .gticc-term-card-title { font-size: 36px; }
  .gticc-term-card-body  { font-size: 20px; }
  .gticc-term-card-v2    { padding: 34px 30px 56px 30px; min-height: 270px; gap: 20px; }
  .gticc-term-card-icon  { width: 64px; height: 64px; }
  .gticc-term-card-icon i { font-size: 28px; }
  .gticc-terms-grid      { gap: 26px !important; }
}

/* Standard Desktop 1200px–1439px */
@media (min-width: 1200px) and (max-width: 1439px) {
  .gticc-term-card-title { font-size: 32px; }
  .gticc-term-card-body  { font-size: 18px; }
  .gticc-term-card-v2    { padding: 30px 26px 50px 26px; min-height: 255px; }
  .gticc-terms-grid      { gap: 22px !important; }
}

/* Small Laptop 1024px–1199px */
@media (min-width: 1024px) and (max-width: 1199px) {
  .gticc-term-card-title { font-size: 28px; }
  .gticc-term-card-body  { font-size: 16px; }
  .gticc-term-card-v2    { padding: 26px 22px 44px 22px; min-height: 240px; gap: 16px; }
  .gticc-term-card-icon  { width: 54px; height: 54px; }
  .gticc-term-card-icon i { font-size: 23px; }
  .gticc-terms-grid      { gap: 18px !important; }
}

/* Tablet 768px–1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .gticc-term-card-title { font-size: 28px; }
  .gticc-term-card-body  { font-size: 17px; }
  .gticc-term-card-v2    { padding: 26px 22px 44px 22px; min-height: 220px; gap: 14px; }
  .gticc-term-card-icon  { width: 54px; height: 54px; }
  .gticc-term-card-icon i { font-size: 23px; }
  .gticc-terms-grid      { gap: 18px !important; }
}

/* Mobile <768px */
@media (max-width: 767px) {
  .gticc-term-card-title { font-size: 24px; }
  .gticc-term-card-body  { font-size: 16px; }
  .gticc-term-card-v2    { min-height: 200px; padding: 26px 22px 46px 22px; gap: 14px; }
  .gticc-term-card-icon  { width: 52px; height: 52px; }
  .gticc-term-card-icon i { font-size: 22px; }
}

/* ==========================================================
   MOBILE & TABLET NAVBAR LOGO SIZE FIX (CASCADING OVERRIDES)
   ========================================================== */

/* Tablet (width < 1024px) */
@media (max-width: 1023px) {
  header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  .navbar-logo-wrapper img,
  .logo-container img,
  .navbar-logo-wrapper img.navbar-logo,
  .logo-container img.navbar-logo,
  img.navbar-logo,
  .navbar-logo {
    transform: scale(1.4) !important;
    transform-origin: center !important;
  }
}

/* Mobile Large (width < 768px) */
@media (max-width: 767px) {
  header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  .navbar-logo-wrapper img,
  .logo-container img,
  .navbar-logo-wrapper img.navbar-logo,
  .logo-container img.navbar-logo,
  img.navbar-logo,
  .navbar-logo {
    transform: translate(-10px, 0) scale(1.5) !important;
    transform-origin: center !important;
  }
}

/* Mobile Medium (width < 426px) */
@media (max-width: 425px) {
  header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  .navbar-logo-wrapper img,
  .logo-container img,
  .navbar-logo-wrapper img.navbar-logo,
  .logo-container img.navbar-logo,
  img.navbar-logo,
  .navbar-logo {
    transform: translate(-25px, 0) scale(1.5) !important;
    transform-origin: center !important;
  }
}

/* Mobile Small (width < 340px) */
@media (max-width: 340px) {
  header.header.header-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .desktop-nav-wrapper .centered-logo-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  header.header.header-sticky.is-sticky.sticky-show .mobile-nav-wrapper .navbar-brand.navbar-logo-wrapper.logo-container img.navbar-logo,
  .navbar-logo-wrapper img,
  .logo-container img,
  .navbar-logo-wrapper img.navbar-logo,
  .logo-container img.navbar-logo,
  img.navbar-logo,
  .navbar-logo {
    transform: translate(-35px, 0) scale(1.13) !important;
    transform-origin: center !important;
  }
}
