/*

TemplateMo 575 Leadership Event

https://templatemo.com/tm-575-leadership-event

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #0dcaf0;
  --secondary-color:              #0d6efd;
  --section-bg-color:             #f0f8ff;
  --dark-color:                   #000000;
  --navbar-bg-color:              #273053;
  --p-color:                      #717275;
  --highlight-icon-color:         #ff0100;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 62px;
  --h2-font-size:                 48px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --copyright-text-font-size:     16px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -2px;
  text-transform: uppercase;
}

h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.custom-border-radius {
  border-radius: 20px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.small-title {
  text-transform: uppercase;
}

.avatar-image {
  border: 2px solid var(--white-color);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.avatar-image-left {
  position: relative;
  left: -10px;
}

.avatar-image-left + .avatar-image-left {
  left: -20px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -30px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -40px;
}

.avatar-info {
  display: inline-block;
  vertical-align: top;
}


/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.custom-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 2px solid var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}

.custom-icon::before,
.custom-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.custom-icon::before {
  border: 2px solid transparent;
}

.custom-icon::after {
  border: 0 solid transparent;
}

.custom-icon:hover {
  border-color: transparent;
}

.custom-icon:hover::before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  transition: border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s;
}

.custom-icon:hover::after {
  border-top: 2px solid var(--primary-color);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform .4s linear 0s,border-left-width 0s linear .35s;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--navbar-bg-color);
  border-radius: 100px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-bold);
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  margin-left: 20px;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.navbar-nav .nav-link.custom-btn:hover {
  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  background: var(--navbar-bg-color);
}

.navbar {
  background: var(--navbar-bg-color);
  z-index: 9;
  right: 0;
  left: 0;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand {
  font-size: 20px;
  line-height: 1.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  text-transform: uppercase;
}

.brand-logo {
  font-size: 38px;
}

.brand-text {
  display: inline-block;
  vertical-align: top;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-nav .nav-link {
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HIGHLIGHT              
-----------------------------------------*/
.highlight {
  background: var(--navbar-bg-color);
  padding-bottom: 16px;
}

.highlight-thumb {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
}

.highlight-thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.highlight-thumb:hover .highlight-title {
  opacity: 0;
  visibility: hidden;
}

.highlight-thumb:hover .highlight-icon {
  opacity: 1;
  visibility: visible;
}

.highlight-thumb:hover .highlight-image {
  transform: scale(1.2);
}

.highlight-info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.highlight-image {
  display: block;
  width: 100%;
  transition: transform 2s;
}

.highlight-title {
  color: var(--white-color);
  transition: opacity 1s;
  margin-bottom: 0;
}

.highlight-icon {
  color: var(--highlight-icon-color);
  font-size: var(--h1-font-size);
  opacity: 0;
  transition: transform 1s;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.highlight-icon:hover {
  color: var(--white-color);
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  height: calc(90vh - 84px);
}

.hero::after {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.1) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
}

.hero-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero .arrow-icon {
  position: relative;
  top: 50px;
}

.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.date-text,
.location-text {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
}

.date-text {
  border-right: 0;
}


/*---------------------------------------
  SPEAKERS              
-----------------------------------------*/
.speakers {
  background: var(--section-bg-color);
}

.speakers-thumb {
  position: relative;
}

.speakers-thumb-small {
  margin-top: 24px;
}

.speakers-thumb:hover .speakers-info::before {
  background: var(--primary-color);
  width: 100%;
  padding: 15px;
}

.speakers-thumb:hover .speakers-title,
.speakers-thumb:hover .speakers-text {
  color: var(--white-color);
}

.speakers-info {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 10px 15px;
}

.speakers-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  width: 5px;
  height: 100%;
  transition: all 1s;
}

.speakers-image {
  width: 100%;
}

.speakers-text-info {
  padding: 100px;
}

.speakers-title,
.speakers-text {
  position: relative;
}

.speakers-text {
  font-size: 12px;
  text-transform: uppercase;
}

.speakers-featured-text {
  background: var(--secondary-color);
  border-radius: 4px;
  color: var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px;
  padding: 4px 12px;
}

.speakers-thumb .social-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}

.speakers-thumb .social-icon {
  opacity: 0;
  transition: opacity all 1s;
}

.speakers-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 1s;
}

.sponsor-image {
  max-width: 130px;
  margin: 10px auto;
  height: auto;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link span {
  display: block;
  text-align: left;
}

.nav-tabs .nav-link span {
  display: block;
}

.nav-tabs .nav-link small {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: var(--p-color);
}

.nav-tabs .nav-link {
  background: var(--white-color);
  border-radius: 0;
  border: 0;
  border-left: 3px solid var(--section-bg-color);
  padding: 20px 30px;
  transition: all 0.3s;
  width: 25%;
}

.nav-tabs .nav-link:first-child {
  border-left-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-left-color: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.nav-tabs .nav-link.active h3,
.nav-tabs .nav-link:focus h3, 
.nav-tabs .nav-link:hover h3 {
  color: var(--primary-color);
}

.schedule-image {
  border-radius: 20px;
}


/*---------------------------------------
  CALL TO ACTION              
-----------------------------------------*/
.call-to-action {
  background-image: url('../images/terren-hurst-blgOFmPIlr0-unsplash.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.call-to-action::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.call-to-action .row {
  position: relative;
  z-index: 2;
}

.call-to-action .custom-btn {
  background: var(--white-color);
  color: var(--dark-color);
}

.call-to-action .custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pricing-title-wrap,
.pricing-body {
  padding: 40px;
}

.pricing-title-wrap {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.pricing-title {
  color: var(--white-color);
}


/*---------------------------------------
  VENUE               
-----------------------------------------*/
.venue {
  background: var(--section-bg-color);
}

.venue-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.venue-info-title,
.venue-info-body {
  padding: 40px;
}

.venue-info-title {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.google-map {
  border-radius: 20px;
}


/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact {
  background-image: url('../images/maria-stewart-p4tj0g-_aMM-unsplash.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.contact-form {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.contact-form h2 {
  background: var(--navbar-bg-color);
  color: var(--white-color);
  padding: 30px 50px;
}

.contact-form .row {
  padding: 50px;
}

/* Footer Bottom Section */
.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
}

.copyright-text strong {
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
}

/* Back to Top Button */
.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--white-color);
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: var(--font-weight-medium);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 202, 240, 0.3);
}

.back-to-top i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(13, 202, 240, 0.5);
  color: var(--white-color);
}

.back-to-top:hover i {
  transform: translateY(-3px);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: var(--section-bg-color);
  border: 0;
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.custom-form button[type="submit"] {
  background: var(--primary-color);
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--navbar-bg-color);
}


/*---------------------------------------
  SITE FOOTER - MODERN DESIGN              
-----------------------------------------*/
.site-footer {
  background: linear-gradient(135deg, #273053 0%, #1a2332 100%);
  padding-top: 80px;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
  animation: glow-line 3s ease-in-out infinite;
}

@keyframes glow-line {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/* Footer Top Section */
.footer-top {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget {
  margin-bottom: 30px;
}

/* Footer Logo */
.footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: translateY(-3px);
}

.footer-logo .brand-logo {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-right: 10px;
}

.footer-logo .brand-text {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--white-color);
  line-height: 1.2;
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Footer Widget Title */
.footer-widget-title {
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--white-color);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.footer-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 2px;
}

/* Footer Menu */
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu-item {
  margin-bottom: 12px;
}

.footer-menu-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.footer-menu-link::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.footer-menu-link:hover {
  color: var(--primary-color);
  padding-left: 20px;
  transform: translateX(5px);
}

.footer-menu-link:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Footer Contact */
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-contact-icon {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-about-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}


/*---------------------------------------
  SOCIAL ICON - MODERN DESIGN               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-icon li {
  list-style: none;
}

.social-icon-link {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-icon-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: 0;
}

.social-icon-link i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.social-icon-link:hover {
  border-color: var(--primary-color);
  color: var(--white-color);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(13, 202, 240, 0.3);
}

.social-icon-link:hover::before {
  width: 100%;
  height: 100%;
}

.social-icon-link:hover i {
  transform: scale(1.2) rotate(360deg);
}

/* Social Icon Colors */
.social-icon-link:hover i.bi-facebook,
.social-icon-link:has(i.bi-facebook):hover {
  color: var(--white-color);
}

.social-icon-link:has(i.bi-facebook):hover {
  background: #1877f2 !important;
  border-color: #1877f2;
}

.social-icon-link:has(i.bi-instagram):hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  border-color: #dc2743;
}

.social-icon-link:has(i.bi-whatsapp):hover {
  background: #25d366 !important;
  border-color: #25d366;
}

.social-icon-link:has(i.bi-youtube):hover {
  background: #ff0000 !important;
  border-color: #ff0000;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1500px) {
   .speakers-text-info {
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .site-footer {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  
  .footer-top {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  
  .footer-widget {
    margin-bottom: 40px;
  }
  
  .footer-widget-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    height: calc(75vh - 78.39px);
  }

  .nav-tabs .nav-link {
    width: 50%;
  }

  .copyright-text-wrap {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .navbar-brand {
    font-size: 16px;
  }

  .custom-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .nav-tabs .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
  }

  .hero-text {
    width: 100%;
  }

  .site-footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  
  .footer-top {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  
  .footer-widget {
    margin-bottom: 35px;
    text-align: center;
  }
  
  .footer-logo {
    justify-content: center;
  }
  
  .social-icon {
    justify-content: center;
  }
  
  .footer-widget-title {
    font-size: 1rem;
    text-align: center;
  }
  
  .footer-widget-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-menu {
    text-align: center;
  }
  
  .footer-menu-item {
    display: inline-block;
    margin: 0 8px 8px;
  }
  
  .footer-menu-link {
    padding-left: 0;
  }
  
  .footer-menu-link::before {
    display: none;
  }
  
  .footer-contact {
    text-align: center;
  }
  
  .footer-contact-item {
    justify-content: center;
  }
  
  .footer-bottom {
    text-align: center;
  }
  
  .back-to-top {
    margin-top: 15px;
  }
  
  .site-footer .social-icon-link {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/*---------------------------------------
  MODERN ABOUT SECTION STYLES             
-----------------------------------------*/

.about-content-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(13, 202, 240, 0.1);
}

.about-content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(13, 202, 240, 0.15) !important;
  border-color: rgba(13, 202, 240, 0.3);
}

.about-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 202, 240, 0.1), rgba(13, 110, 253, 0.1));
  border-radius: 15px;
  transition: all 0.3s ease;
}

.about-content-card:hover .about-icon-wrapper {
  background: linear-gradient(135deg, rgba(13, 202, 240, 0.2), rgba(13, 110, 253, 0.2));
  transform: scale(1.1);
}

.about-feature-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(13, 202, 240, 0.1);
  position: relative;
  overflow: hidden;
}

.about-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-feature-card:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 30px rgba(13, 202, 240, 0.15) !important;
  border-color: rgba(13, 202, 240, 0.3);
}

.about-feature-card:hover::before {
  opacity: 1;
}

.feature-icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 202, 240, 0.1), rgba(13, 110, 253, 0.1));
  border-radius: 12px;
  transition: all 0.3s ease;
}

.about-feature-card:hover .feature-icon-box {
  background: linear-gradient(135deg, rgba(13, 202, 240, 0.2), rgba(13, 110, 253, 0.2));
  transform: rotate(5deg) scale(1.1);
}

.avatar-group .avatar-image {
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.avatar-group .avatar-image:hover {
  transform: scale(1.1);
  border-color: var(--primary-color);
  box-shadow: 0 5px 15px rgba(13, 202, 240, 0.3);
}

.about .lead {
  color: var(--p-color);
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .about-content-card,
  .about-feature-card {
    margin-bottom: 20px;
  }
  
  .about-icon-wrapper,
  .feature-icon-box {
    width: 50px;
    height: 50px;
  }
  
  .about-icon-wrapper i,
  .feature-icon-box i {
    font-size: 1.5rem !important;
  }
}

/*---------------------------------------
  SUBSIDIARIES SECTION STYLES             
-----------------------------------------*/

.subsidiary-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(13, 202, 240, 0.1);
}

.subsidiary-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(13, 202, 240, 0.2) !important;
  border-color: rgba(13, 202, 240, 0.4);
}

.subsidiary-image-wrapper {
  overflow: hidden;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.subsidiary-image-wrapper img {
  transition: all 0.5s ease;
  filter: brightness(0.7);
}

.subsidiary-card:hover .subsidiary-image-wrapper img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.subsidiary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 202, 240, 0.6), rgba(13, 110, 253, 0.6));
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.subsidiary-card:hover .subsidiary-overlay {
  opacity: 0.5;
}

.subsidiary-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 0.9;
}

.subsidiary-card:hover .subsidiary-icon {
  transform: translate(-50%, -50%) scale(1.2) rotate(5deg);
  opacity: 1;
}

.subsidiary-number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(13, 202, 240, 0.3);
  transition: all 0.3s ease;
}

.subsidiary-card:hover .subsidiary-number {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px rgba(13, 202, 240, 0.4);
}

.subsidiary-card h4 {
  color: var(--dark-color);
  font-weight: 700;
  transition: color 0.3s ease;
}

.subsidiary-card:hover h4 {
  color: var(--primary-color);
}

.subsidiary-card .social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.subsidiary-card .social-icon-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 202, 240, 0.1);
  border-radius: 50%;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.subsidiary-card .social-icon-link:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-3px);
}

/* Carousel Customization */
#subsidiariesCarousel {
  padding: 0 50px;
}

#subsidiariesCarousel .carousel-control-prev,
#subsidiariesCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color);
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.3s ease;
}

#subsidiariesCarousel .carousel-control-prev {
  left: -25px;
}

#subsidiariesCarousel .carousel-control-next {
  right: -25px;
}

#subsidiariesCarousel .carousel-control-prev:hover,
#subsidiariesCarousel .carousel-control-next:hover {
  opacity: 1;
  background: var(--secondary-color);
  transform: translateY(-50%) scale(1.1);
}

#subsidiariesCarousel .carousel-indicators {
  display: none !important;
}

#subsidiariesCarousel .carousel-indicators button {
  display: none !important;
}

#subsidiariesCarousel .carousel-indicators button.active {
  display: none !important;
}

@media (max-width: 768px) {
  #subsidiariesCarousel {
    padding: 0 40px;
  }
  
  #subsidiariesCarousel .carousel-control-prev,
  #subsidiariesCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  
  #subsidiariesCarousel .carousel-control-prev {
    left: -20px;
  }
  
  #subsidiariesCarousel .carousel-control-next {
    right: -20px;
  }
  
  /* Show only one card on mobile */
  #subsidiariesCarousel .carousel-item .row > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .subsidiary-card {
    margin-bottom: 30px;
  }
  
  .subsidiary-image-wrapper {
    height: 200px;
  }
  
  .subsidiary-icon i {
    font-size: 2rem !important;
  }
  
  .subsidiary-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/*---------------------------------------
  STATS SECTION - MODERN DESIGN
-----------------------------------------*/
.stats-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="%230dcaf0" opacity="0.1"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.stats-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.stats-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.stats-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(13, 202, 240, 0.2);
}

.stats-card:hover::before {
  transform: scaleX(1);
}

.stats-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(13, 202, 240, 0.3);
}

.stats-card:hover .stats-icon-wrapper {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 12px 30px rgba(13, 202, 240, 0.4);
}

.stats-icon-wrapper::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  opacity: 0;
  z-index: -1;
  filter: blur(15px);
  transition: opacity 0.4s ease;
}

.stats-card:hover .stats-icon-wrapper::after {
  opacity: 0.6;
}

.stats-icon {
  font-size: 2.5rem;
  color: var(--white-color);
  z-index: 1;
}

.stats-card {
  position: relative;
}

.stats-number-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px;
}

.stats-number {
  font-size: 3.5rem;
  font-weight: var(--font-weight-bold);
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.stats-suffix {
  font-size: 3.5rem;
  font-weight: var(--font-weight-bold);
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.stats-title {
  font-size: 1.3rem;
  font-weight: var(--font-weight-bold);
  color: var(--dark-color);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.stats-card:hover .stats-title {
  color: var(--primary-color);
}

.stats-description {
  font-size: 0.95rem;
  color: var(--p-color);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

/* Stats Card Variations */
.stats-card:nth-child(1) .stats-icon-wrapper {
  background: linear-gradient(135deg, #0dcaf0, #0d6efd);
}

.stats-card:nth-child(2) .stats-icon-wrapper {
  background: linear-gradient(135deg, #20c997, #0dcaf0);
}

.stats-card:nth-child(3) .stats-icon-wrapper {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.stats-card:nth-child(4) .stats-icon-wrapper {
  background: linear-gradient(135deg, #dc3545, #e83e8c);
}

/* Responsive Design */
@media (max-width: 992px) {
  .stats-card {
    padding: 35px 25px;
  }
  
  .stats-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  
  .stats-icon {
    font-size: 2rem;
  }
  
  .stats-number-wrapper {
    margin-bottom: 12px;
  }
  
  .stats-number,
  .stats-suffix {
    font-size: 3rem;
  }
  
  .stats-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .stats-section {
    padding: 60px 0;
  }
  
  .stats-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .stats-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }
  
  .stats-icon {
    font-size: 1.8rem;
  }
  
  .stats-number-wrapper {
    margin-bottom: 10px;
  }
  
  .stats-number,
  .stats-suffix {
    font-size: 2.5rem;
  }
  
  .stats-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  
  .stats-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .stats-card {
    padding: 25px 15px;
  }
  
  .stats-icon-wrapper {
    width: 55px;
    height: 55px;
  }
  
  .stats-icon {
    font-size: 1.5rem;
  }
  
  .stats-number-wrapper {
    margin-bottom: 8px;
  }
  
  .stats-number,
  .stats-suffix {
    font-size: 2rem;
  }
}

