/*--------------------------------------------------------------
  TABLE OF CONTENTS:
----------------------------------------------------------------

** - Utility
** - Common
** - Custom Cursor
** - Animations
** - Cards
** - Navigation
** - Home Showcase
** - Mobile Nav
** - Search Popup
** - Page Header
** - Main Slider
** - About
** - Services
** - ServiceS Details
** - Project
** - Project Details
** - Video
** - Funfact
** - Team
** - Team Details
** - Contact
** - Testimonial
** - Why Choose
** - Working Process
** - Blog
** - Blog List
** - Blog Standard
** - Blog Details
** - Feature
** - Pricing Plan
** - Faq
** - Gallery
** - History
** - Coming Soon
** - Products
** - Product Details
** - Cart
** - Checkout
** - Wishlist
** - Sign Up
** - Login
** - Privacy Policy
** - Error
** - Footer
** - Google Map

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

/***
=============================================
Common
=============================================
***/
:root {
  --cleanin-font: "Heebo", serif;
  --cleanin-font-two: "Exo", serif;
  --cleanin-base: #004a94;
  --cleanin-base-rgb: 0, 74, 148;
  --cleanin-black: #052944;
  --cleanin-black-rgb: 5, 41, 68;
  --cleanin-gray: #606060;
  --cleanin-gray-rgb: 96, 96, 96;
  --cleanin-white: #ffffff;
  --cleanin-white-rgb: 255, 255, 255;
  --cleanin-gray-bg: #f1f5f9;
  --cleanin-gray-bg-rgb: 241, 245, 249;
  --cleanin-bdr-color: #e5e5e5;
  --cleanin-bdr-color-rgb: 229, 229, 229;
  --cleanin-bdr-radius: 5px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--cleanin-font);
  color: var(--cleanin-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--cleanin-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cleanin-font-two);
  color: var(--cleanin-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0px;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1350px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/***
=============================================
Custom Cursor
=============================================
***/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--cleanin-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--cleanin-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--cleanin-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


/***
=============================================
Sec Title Css
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 47px;
  z-index: 1;
}

.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.sec-title__tagline.center {
  justify-content: center;
}

.sec-title__tagline .icon-box {
  position: relative;
  display: block;
}

.sec-title__tagline .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--cleanin-base);
  font-size: 18px;
  line-height: 18px;
  top: -3px;
  padding-right: 7px;
}

.sec-title__tagline .text {
  position: relative;
  display: block;
}

.sec-title__tagline .text h4 {
  color: var(--cleanin-base);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--cleanin-font-two);
}

.sec-title__title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: none;
  font-family: var(--cleanin-font-two);
}

/***
=============================================
   Thm Btn Css
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 14px;
  line-height: 55px;
  font-weight: 600;
  background: #cb992c;
  border-radius: 5px;
  padding: 0px 35px 0px;
  overflow: hidden;
  font-family: var(--cleanin-font);
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--cleanin-white);
}

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}

.hover-btn {
  background-color: var(--cleanin-black);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background-color: rgba(var(--cleanin-base-rgb), 1.0);
}

.loader div:nth-child(2) {
  background-color: rgba(var(--cleanin-base-rgb), 0.70);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background-color: rgba(var(--cleanin-base-rgb), 0.40);
  animation-delay: 0.4s;
}

@keyframes bouncing {

  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }

  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }

  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }

  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}

/***
=============================================
   Rating Box
=============================================
***/
.rating-box {
  position: relative;
  display: block;
}

.rating-box a {
  position: relative;
  color: var(--cleanin-base);
}

.rating-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--cleanin-base);
  border-color: var(--cleanin-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--cleanin-white-rgb), .50);
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--cleanin-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--cleanin-white);
  color: var(--cleanin-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--cleanin-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--cleanin-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
  position: relative;
  display: block;
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn .hover-btn {
  background: var(--cleanin-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--cleanin-base);
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--cleanin-white);
  line-height: 30px;
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.sidebar-contact-info ul li a {
  color: var(--cleanin-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--cleanin-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
  margin-right: 0;
}

.thm-social-link1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--cleanin-white-rgb), .10);
  border-radius: 50%;
  color: var(--cleanin-white);
  font-size: 15px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--cleanin-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.thm-social-link1 ul li a:hover {
  color: var(--cleanin-white);
}


/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 0%;
  color: rgba(var(--cleanin-gray-rgb), .50);
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  border: 1px solid rgba(var(--cleanin-gray-rgb), .50);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--cleanin-font);
  z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--cleanin-white);
  background: var(--cleanin-base);
  border-color: var(--cleanin-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 0%;
  color: rgba(var(--cleanin-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--cleanin-white);
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: rgba(var(--cleanin-gray-rgb), .50);
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: var(--cleanin-white);
}


/***
=============================================
Scroll To Top Css
=============================================
***/
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--cleanin-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--cleanin-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cleanin-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(var(--cleanin-base-rgb), .80);
  transition: transform 500ms ease, opacity 500ms ease;
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup form {
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.search-active .search-popup form {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  opacity: 1;
}

.search-popup .search-popup__group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .search-popup__group input {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 65px;
  color: var(--cleanin-black);
  height: 65px;
  width: 100%;
  padding: 0px 30px;
  background-color: var(--cleanin-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: capitalize;
  padding-right: 80px;
  outline: none;
  border: none;
  border-radius: 5px;
}

.search-popup button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: var(--cleanin-black);
  text-align: center;
  color: var(--cleanin-white);
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}

.search-popup button:hover {
  background: var(--cleanin-base);
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -170px;
  border-radius: 50%;
  text-align: center;
  color: var(--cleanin-white);
  background-color: var(--cleanin-black);
  width: 70px;
  height: 70px;
  border: 1px solid rgba(var(--cleanin-white-rgb), .30);
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search:hover {
  background-color: var(--cleanin-base);
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  line-height: 70px;
  color: var(--cleanin-white);
  transform: rotate(45deg);
}

/***
=============================================
Common
=============================================
***/

.thm-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 33px;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 40px;
  height: 6px;
  border: 1px solid rgba(var(--cleanin-black-rgb), .45);
  margin: 5px 7px;
  background: transparent;
  border-radius: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.thm-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--cleanin-base);
  border-color: var(--cleanin-base);
}

/***
=============================================
Mobile Nav Css
=============================================
***/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--cleanin-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 3px solid rgba(var(--cleanin-white-rgb), .40);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--cleanin-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--cleanin-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--cleanin-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--cleanin-white);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--cleanin-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--cleanin-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--cleanin-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--cleanin-white);
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--cleanin-white-rgb), .30);
  border-radius: 50%;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--cleanin-base);
  background: var(--cleanin-white);
  border-color: var(--cleanin-white);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-nav__contact li {
  color: var(--cleanin-white);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: var(--cleanin-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--cleanin-base);
}

.mobile-nav__contact li>i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cleanin-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
  color: var(--cleanin-white);
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


/***
=============================================
Home Showcase Css
=============================================
***/
.home-showcase {
  margin-top: -31px;
  margin-bottom: -31px;
}

.main-header-one__bottom .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}

.home-showcase__inner {
  padding: 40px 42px 33px;
  background-color: var(--cleanin-white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
  justify-content: center;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
  border: 2px solid rgba(var(--cleanin-base-rgb), 0.25);
  border-radius: 5px;
  padding: 10px 10px 16px;
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--cleanin-bdr-radius);
}

.home-showcase__image>img {
  width: 100%;
  border-radius: var(--cleanin-bdr-radius);
  transition: filter 500ms ease;
  filter: blur(0px);
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
  background-color: rgba(var(--cleanin-black-rgb), .70);
  border-radius: var(--cleanin-bdr-radius);
}

.home-showcase__buttons__item {
  padding: 0px 17px 0px;
  width: 150px;
  text-align: center;
  color: var(--cleanin-white);
  background-color: var(--cleanin-base);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: var(--cleanin-black);
  margin-top: 18px;
  text-transform: capitalize;
  font-family: var(--cleanin-font);
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 46px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--cleanin-white, #ffffff);
}


/***
=============================================
Main Header One Css
=============================================
***/
.main-header-one {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-one__top {
  position: relative;
  display: block;
  background-color: var(--cleanin-base);
  z-index: 99;
}

.main-header-one__top::before {
  position: absolute;
  top: 0;
  left: 65%;
  bottom: 0;
  right: 0px;
  border-top: 42px solid var(--cleanin-black);
  border-left: 23px solid transparent;
  content: "";
  z-index: -1;
}

.main-header-one__top .container {
  max-width: 1590px;
  width: 100%;
}

.main-header-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0px;
}

.header-style1__contact {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li+li {
  margin-left: 45px;
}

.header-style1__contact li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 5px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--cleanin-white-rgb), .60);
}

.header-style1__contact li:first-child:before {
  display: none;
}

.header-style1__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li .icon i {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 16px;
}

.header-style1__contact li .text {
  margin-left: 10px;
}

.header-style1__contact li .text p {
  color: var(--cleanin-white);
  font-size: 15px;
  line-height: 25px;
}

.header-style1__contact li .text p a {
  color: var(--cleanin-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-style1__contact li .text p a:hover {
  color: var(--cleanin-white);
}

.main-header-one__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 23px;
}

.main-header__language-switcher .icon {
  position: relative;
  display: block;
  margin-right: 10px;
}

.main-header__language-switcher .icon span {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 16px;
  top: 2px;
}

.main-header__language-switcher .language-switcher {
  position: relative;
  display: block;
}

.main-header__language-switcher .language-switcher form {
  position: relative;
  display: block;
  width: 65px;
}

.main-header__language-switcher .language-switcher form .select-box {
  position: relative;
  display: block;
}

.main-header__language-switcher .nice-select {
  background-color: var(--cleanin-black);
  border-radius: 0px;
  color: var(--cleanin-white);
  font-size: 15px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-family: var(--cleanin-font);
}

.main-header__language-switcher .nice-select:after {
  right: 0px;
  margin-top: -5px;
  border-bottom: 1px solid var(--cleanin-white);
  border-right: 1px solid var(--cleanin-white);
}

.main-header__language-switcher .nice-select .list {
  width: 115px;
  background-color: var(--cleanin-black);
}

.header-style1__social-links {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
  padding-left: 20px;
}

.header-style1__social-links::before {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -2px;
  width: 1px;
  background-color: rgba(var(--cleanin-white-rgb), .60);
  content: "";
}

.header-style1__social-links a {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
}

.header-style1__social-links a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.header-style1__social-links a:hover {
  color: var(--cleanin-white);
}

.header-style1__social-links a+a {
  margin-left: 20px;
}

.main-header-one__bottom {
  position: relative;
  display: block;
  background: var(--cleanin-gray-bg);
  z-index: 2;
}

.main-header-one__bottom .container {
  max-width: 1590px;
  width: 100%;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-one__bottom-left {
  position: relative;
  display: block;
}

.logo-one {
  position: relative;
  display: block;
  z-index: 1;
}

.logo-one a {
  position: relative;
  display: block;
}

.logo-one a img {
  width: 100%;
}

.main-header-one__bottom-middle {
  display: block;
}

.main-menu__main-menu-box {
  display: block;
}

.main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: block;
  color: var(--cleanin-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--cleanin-base);
}

.main-header__shop {
  position: relative;
  display: block;
  margin-left: 18px;
}

.main-header__shop .icon-box {
  position: relative;
  display: block;
}

.main-header__shop .icon-box a {
  position: relative;
  display: inline-block;
  color: var(--cleanin-black);
}

.main-header__shop .icon-box a:hover {
  color: var(--cleanin-base);
}

.main-header__shop .icon-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
}

.main-header__shop .icon-box .count {
  position: absolute;
  top: -2px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: var(--cleanin-base);
  border-radius: 50%;
}

.main-header__shop .icon-box .count span {
  position: relative;
  color: var(--cleanin-white);
  font-size: 12px;
  font-weight: 500;
  top: -1px;
}

.main-header__btn {
  position: relative;
  display: block;
  margin-left: 43px;
  line-height: 0px;
}

.stricky-header.stricky-header__one .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 38px;
}


.stricky-header.main-menu {
  background-color: var(--cleanin-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 33px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 50px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  color: var(--cleanin-black);
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--cleanin-font-two);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--cleanin-base);
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 16px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 45%;
  right: 0;
  font-family: 'icomoon' !important;
  content: "\e938";
  font-size: 12px;
  color: var(--cleanin-black);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--cleanin-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 0px 0px 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--cleanin-bdr-color-rgb), .80);
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--cleanin-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 18px 30px 17px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--cleanin-white);
  border-radius: 0px;
  z-index: 1;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: var(--cleanin-white);
}


.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0px;
  background-color: var(--cleanin-base);
  border-radius: 0px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
  border-left: 2px solid transparent;
  background-color: transparent;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list>li>ul>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  font-family: 'icomoon' !important;
  content: "\e90e";
  font-size: 12px;
  color: var(--cleanin-black);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li>ul>li:hover.dropdown>a::after {
  color: var(--cleanin-white);
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 31px !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--cleanin-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--cleanin-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 25px;
  color: var(--cleanin-base);
  cursor: pointer;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--cleanin-black);
}

.main-menu .mobile-nav__toggler i::before {
  position: relative;
  display: inline-block;
  top: 2px;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/***
=============================================
Main Header Two Css
=============================================
***/
.main-header-two {
  position: relative;
  display: block;
  z-index: 999;
}

.main-header-two .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 6;
}

.main-header-two .container {
  max-width: 1630px;
  width: 100%;
}

.main-header-two__inner {
  position: relative;
  display: block;
}

.main-header-two__top {
  position: relative;
  display: block;
  padding: 14px 0px 14px;
  z-index: 1;
}

.main-header-two__top::before {
  position: absolute;
  top: 0;
  left: -999999px;
  bottom: 0;
  right: -999999px;
  background: var(--cleanin-black);
  content: "";
  z-index: -1;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 340px;
}

.header-style2__contact {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style2__contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style2__contact li+li {
  margin-left: 80px;
}

.header-style2__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--cleanin-white-rgb), .10);
  border-radius: 50%;
  overflow: hidden;
}

.header-style2__contact li .icon i::before {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 15px;
  line-height: 15px;
}

.header-style2__contact li .text {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.header-style2__contact li .text .text1 {
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 1px;
}

.header-style2__contact li .text .text2 {
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.header-style2__contact li .text .text2 a {
  color: var(--cleanin-white);
}

.header-style2__contact li .text .text2 a:hover {
  color: var(--cleanin-white);
}


.header-style2__social-links {
  position: relative;
  display: block;
}

.header-style2__social-links .title-box {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.header-style2__social-links .title-box p {
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.header-style2__social-links ul {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style2__social-links ul li {
  position: relative;
  display: block;
}

.header-style2__social-links ul li+li {
  margin-left: 10px;
}

.header-style2__social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(var(--cleanin-white-rgb), .10);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.header-style2__social-links ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: var(--cleanin-white);
  transition-delay: 0.5s;
  transition: .5s;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(-70deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-70deg) scale(0.2);
  transform: perspective(400px) rotateX(-70deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: -1;
}

.header-style2__social-links ul li a:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
  transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.header-style2__social-links ul li a span {
  position: relative;
  display: block;
  line-height: 0px;
}

.header-style2__social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 13px;
  line-height: 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-style2__social-links ul li a:hover span::before {
  color: var(--cleanin-black);
}

.main-header-two__bottom {
  position: relative;
  display: block;
}

.main-header-two__bottom .container {
  padding: 0px;
}

.main-header-two__bottom .main-menu__wrapper-inner {
  padding-left: 340px;
}

.main-header-two__logo {
  position: absolute;
  top: -90px;
  left: 0;
  width: 240px;
  height: 169px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-header-two__logo::before {
  position: absolute;
  top: 0;
  left: -99999px;
  bottom: 0;
  right: 0;
  border-top: 169px solid var(--cleanin-base);
  border-right: 50px solid transparent;
  content: "";
  z-index: -1;
}

.main-header-two__logo::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  height: 50px;
  width: 85px;
  border-bottom: 90px solid rgba(var(--cleanin-base-rgb), .80);
  border-left: 10px solid transparent;
  border-right: 50px solid transparent;
  z-index: -1;
}

.main-header-two__bottom-left {
  display: block;
}

.main-header-two .main-menu .main-menu__list>li,
.stricky-header.stricky-header__two .main-menu__list>li {
  padding-top: 28px;
  padding-bottom: 26px;
}

.main-header-two__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__bottom-right .sidebar-icon {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 10px;
}

.main-header-two__bottom-right .sidebar-icon::after {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0px;
  width: 1px;
  background: var(--cleanin-black);
  content: "";
}

.main-header-two__bottom-right .sidebar-icon a {
  position: relative;
  display: block;
  width: 41px;
}

.main-header-two__bottom-right .sidebar-icon a span+span {
  margin-top: 5px;
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
  width: 20px;
  background: var(--cleanin-base);
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-two__bottom-right .main-header__btn {
  margin-left: 0px;
}

.main-header-two__bottom-right .main-header__btn .thm-btn {
  line-height: 49px;
}

.stricky-header__two .container {
  max-width: 1630px;
  width: 100%;
}

.stricky-header__two .main-header-two__logo {
  position: relative;
  top: 0px;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  align-items: center;
  padding-right: 30px;
  z-index: 5;
}

.stricky-header__two .main-header-two__logo::before {
  position: absolute;
  top: -22px;
  left: -99999px;
  bottom: -19px;
  right: 0;
  border-top: none;
  border-right: none;
  background: var(--cleanin-base);
  content: "";
  z-index: -1;
}

.stricky-header__two .main-header-two__logo::after {
  display: none;
}

.stricky-header.stricky-header__two .main-menu__list>li {
  padding-top: 38px;
  padding-bottom: 36px;
}

.main-header-two .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}

.stricky-header__two .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}



/***
=============================================
Main Header Three Css
=============================================
***/
.main-header-one--three {
  position: relative;
  display: block;
}

.main-header-one--three .main-header-one__top::before {
  display: none;
}

.main-header-one--three .main-header__language-switcher .nice-select {
  background-color: var(--cleanin-base);
}

.main-header-one--three .main-header__language-switcher .nice-select .list {
  background-color: var(--cleanin-base);
}

.main-header-one--three .nice-select .option:hover,
.main-header-one--three .nice-select .option.focus,
.main-header-one--three .nice-select .option.selected.focus {
  background-color: var(--cleanin-black);
}


/***
=============================================
Main Header Four Css
=============================================
***/
.main-header-one--four {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(var(--cleanin-white-rgb), 0.05);
  z-index: 99;
}

.main-header-one--four .main-slider-one__bg::before {
  background: rgba(var(--cleanin-base-rgb), 0.6);
}

.main-header-one--four .main-header-one__top {
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--cleanin-white-rgb), 0.12);
}

.main-header-one--four .main-header-one__top-inner {
  padding: 12px 0px;
}

.main-header-one--four .main-header-one__bottom {
  background: transparent;
}

.main-header-one--four .main-header-one__top::before {
  display: none;
}

.main-header-one--four .header-style1__contact li:before {
  background-color: rgba(var(--cleanin-white-rgb), .15);
}

.main-header-one--four .main-header__language-switcher .nice-select {
  background-color: transparent;
}

.main-header-one--four .header-style1__social-links::before {
  background-color: rgba(var(--cleanin-white-rgb), .15);
}

.main-header-one--four .main-menu__search {
  color: var(--cleanin-white);
}

.main-header-one--four .main-header__shop .icon-box a {
  color: var(--cleanin-white);
}

.main-header-one--four .main-menu .main-menu__list>li>a,
.main-header-one--four .stricky-header .main-menu__list>li>a {
  color: var(--cleanin-white);
}

.main-header-one--four .main-menu .main-menu__list>li.dropdown>a:after {
  color: var(--cleanin-white);
}

.main-header-one--four .main-header__btn .thm-btn {
  background: rgba(var(--cleanin-white-rgb), 0.25);
}



.stricky-header.stricky-header--four .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 38px;
}

.stricky-header.stricky-header--four.main-menu {
  background-color: var(--cleanin-base);
}


.stricky-header.stricky-header--four .main-menu__list>li>a {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four.main-menu .main-menu__list>li.dropdown>a:after {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four .main-menu__search {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four .main-header__shop .icon-box a {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four .main-header__shop .icon-box .count {
  background: var(--cleanin-black);
}

.stricky-header.stricky-header--four .main-header__btn .thm-btn {
  background: var(--cleanin-white);
  color: var(--cleanin-black);
}

.stricky-header.stricky-header--four .main-header__btn .thm-btn:hover {
  color: var(--cleanin-white);
}


/***
=============================================
Main Header Five Css
=============================================
***/
.main-header-five {
  position: relative;
  display: block;
  z-index: 99;
}

.main-header-five__top {
  position: relative;
  display: block;
  background: var(--cleanin-base);
  padding: 8px 0px 9px;
}

.main-header-five__top::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 405px;
  background: rgba(var(--cleanin-white-rgb), 1.0);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  content: "";
}

.main-header-five__top .container {
  max-width: 1590px;
  width: 100%;
}

.main-header-five__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 319px;
}

.main-header-five__top-right {
  position: relative;
  display: block;
}

.main-header-five__top-right .header-style1__social-links {
  padding-left: 0px;
}

.main-header-five__top-right .header-style1__social-links::before {
  display: none;
}

.main-header-five__bottom {
  position: relative;
  display: block;
  background: var(--cleanin-white);
  z-index: 2;
}

.main-header-five__bottom .logo-one {
  margin-top: -43px;
}

.main-header-five__bottom .container {
  max-width: 1590px;
  width: 100%;
}

.main-header-five__bottom-left {
  position: relative;
  display: block;
}

.main-header-five__bottom-middle {
  display: block;
}

.main-header-five__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-five__bottom-right .sidebar-icon {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 10px;
}

.main-header-five__bottom-right .sidebar-icon::after {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0px;
  width: 1px;
  background: var(--cleanin-black);
  content: "";
}

.main-header-five__bottom-right .sidebar-icon a {
  position: relative;
  display: block;
  width: 41px;
}

.main-header-five__bottom-right .sidebar-icon a span+span {
  margin-top: 5px;
}

.main-header-five__bottom-right .sidebar-icon a .nav-sidebar-menu-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-five__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-five__bottom-right .sidebar-icon a .nav-sidebar-menu-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-five__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
  width: 20px;
  background: var(--cleanin-base);
}

.main-header-five__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-five__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-five__bottom-right .main-header__btn {
  margin-left: 0px;
}

.stricky-header__one--five .main-header-five__bottom-right .sidebar-icon {
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 5px;
  padding-right: 0px;
}

.main-header-five__bottom-middle .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}
.icn{
  height:100px;
  width:100px;
 display:grid;
 align-items: center !important;
}
.feature-one__single-ico{
align-items: center !important;
display: flex;
}
.content-wrapper {
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  align-items: center;
   border-bottom: 3px solid #052944; /* Navy blue bottom border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  border-radius: 8px; /* Optional: rounded corners */
  justify-content: center;
  padding: 20px;
}

.centered-image {
  max-width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.image-heading {
  font-size: 22px;
  color: var(--cleanin-black);
  text-align: center;
  font-weight: 600;
}

/* home page design */
/* Reset and Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-navy: #1D2A50;
            --accent-gold: #cb992c;
            --white: #ffffff;
            --black: #000000;
            --text-dark: #333333;
            --text-light: #666666;
            --shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            --transition: all 0.3s ease;

            /* Typography Variables */
            --font-primary: 'Inter', sans-serif;
            --font-display: 'Playfair Display', serif;
            --font-size-base: 16px;
            --line-height-base: 1.6;
            --letter-spacing-tight: -0.2px;
            --letter-spacing-normal: 0;
            --letter-spacing-wide: 0.5px;
        }

        body {
            font-family: var(--font-primary);
            font-size: var(--font-size-base);
            line-height: var(--line-height-base);
            color: var(--text-dark);
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: "kern" 1;
        }

        /* Typography Hierarchy */
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--font-primary);
            font-weight: 600;
            letter-spacing: var(--letter-spacing-tight);
            line-height: 1.2;
        }

        .display-title {
            font-family: var(--font-display);
            font-weight: 500;
            letter-spacing: var(--letter-spacing-tight);
        }

        p,
        li,
        span {
            font-family: var(--font-primary);
            font-weight: 400;
            letter-spacing: var(--letter-spacing-normal);
        }

        .text-medium {
            font-weight: 500;
        }

        .text-semibold {
            font-weight: 600;
        }

        .text-bold {
            font-weight: 700;
        }

        /* Top Section Container */
        .top-section-container {
            /* height: 120vh; */
            position: relative;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        /* Flash Message Bar */
        .flash-bar {
            background: var(--accent-gold);
            height: 40px;
            overflow: hidden;
            position: relative;
            z-index: 1001;
        }

        .flash-content {
            display: flex;
            align-items: center;
            height: 100%;
            white-space: nowrap;
            animation: scroll-left 30s linear infinite;
            font-family: var(--font-primary);
            font-weight: 500;
            color: var(--white);
        }

        .flash-content span {
            margin-right: 50px;
            font-size: 14px;
            letter-spacing: var(--letter-spacing-normal);
            font-weight: 400;
        }

        @keyframes scroll-left {
            0% {
                transform: translateX(100%);
            }

            100% {
                transform: translateX(-100%);
            }
        }

        /* Sticky Navigation Bar */
        .navbar {
            position: sticky;
            top: 0;
            background: #1D2A50;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: var(--shadow);
            z-index: 1000;
            transition: var(--transition);
        }

        .nav-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        /* Left Section - School Identity */
        .nav-left {
            display: flex;
            align-items: center;
        }

        .school-identity {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .school-logo {
            height: 60px;
            width: auto;
        }

        .school-name {
            font-family: var(--font-display);
            font-size: 24px;
            font-weight: 600;
            color: var(--white);
            line-height: 1.2;
            letter-spacing: var(--letter-spacing-tight);
        }

        .school-tagline {
            font-family: var(--font-primary);
            font-size: 12px;
            color: var(--accent-gold);
            font-style: italic;
            font-weight: 400;
            margin-top: -2px;
            letter-spacing: var(--letter-spacing-wide);
        }

        /* Center Section - Navigation Menu */
        .nav-center {
            flex: 1;
            display: flex;
            justify-content: center;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 30px;
            align-items: center;
        }

        .nav-menu li {
            position: relative;
        }

        .nav-menu a {
            text-decoration: none;
            color: var(--white);
            font-family: var(--font-primary);
            font-weight: 500;
            font-size: 16px;
            padding: 10px 0;
            transition: var(--transition);
            display: flex;
            align-items: center;
            gap: 5px;
            letter-spacing: var(--letter-spacing-normal);
        }

        .nav-menu a:hover {
            color: var(--accent-gold);
        }

        /* Dropdown Styles */
        .dropdown {
            position: relative;
        }

        .dropdown-content {
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--primary-navy);
            min-width: 200px;
            box-shadow: var(--shadow);
            border-radius: 8px;
            padding: 10px 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: var(--transition);
            z-index: 1000;
        }

        .dropdown:hover .dropdown-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-content a {
            display: block;
            padding: 10px 20px;
            color: var(--white);
            border-bottom: none;
            font-family: var(--font-primary);
            font-weight: 400;
        }

        .dropdown-content a:hover {
            background: rgba(29, 42, 80, 0.05);
            color: var(--accent-gold);
        }

        /* Right Section */
        .nav-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .cta-button {
            background: var(--accent-gold);
            color: var(--white);
            padding: 12px 24px;
            border-radius: 25px;
            text-decoration: none;
            font-family: var(--font-primary);
            font-weight: 600;
            font-size: 14px;
            transition: var(--transition);
            white-space: nowrap;
            letter-spacing: var(--letter-spacing-normal);
        }

        .cta-button:hover {
            background: var(--primary-navy);
            color: var(--white);
            transform: translateY(-2px);
        }

        .portal-link {
            text-decoration: none;
            color: var(--text-dark);
            font-family: var(--font-primary);
            font-weight: 500;
            font-size: 14px;
        }

        .search-btn,
        .lang-btn {
            background: none;
            border: none;
            color: var(--text-dark);
            cursor: pointer;
            padding: 8px;
            border-radius: 50%;
            transition: var(--transition);
            font-family: var(--font-primary);
        }

        .search-btn:hover,
        .lang-btn:hover {
            background: rgba(29, 42, 80, 0.1);
        }

        .language-dropdown {
            position: relative;
        }

        .lang-options {
            position: absolute;
            top: 100%;
            right: 0;
            background: var(--white);
            box-shadow: var(--shadow);
            border-radius: 8px;
            padding: 10px 0;
            min-width: 80px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: var(--transition);
        }

        .language-dropdown:hover .lang-options {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .lang-options a {
            display: block;
            padding: 8px 16px;
            text-decoration: none;
            color: var(--text-dark);
            font-family: var(--font-primary);
            font-size: 14px;
            font-weight: 400;
        }

        .lang-options a:hover {
            background: rgba(29, 42, 80, 0.05);
        }

        /* Mobile Menu Toggle */
        .mobile-menu-toggle {
            display: none;
            flex-direction: column;
            background: none;
            border: none;
            cursor: pointer;
            padding: 5px;
        }

        .mobile-menu-toggle span {
            width: 25px;
            height: 3px;
            background: var(--white);
            margin: 3px 0;
            transition: var(--transition);
        }

        .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: var(--white);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
    background: var(--white);
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100%;
    background: var(--white);
    z-index: 9999;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.mobile-offcanvas.active {
    right: 0;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--primary-navy);
    color: var(--white);
}

.offcanvas-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.offcanvas-logo img {
    height: 40px;
    width: auto;
}

.offcanvas-school-info h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: var(--white);
}

.offcanvas-school-info p {
    font-size: 12px;
    margin: 0;
    opacity: 0.8;
    font-style: italic;
}

.offcanvas-close {
    background: none;
    border: none;
    color: var(--white);
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: var(--transition);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.offcanvas-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: var(--text-dark);
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    transition: var(--transition);
    position: relative;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    background: rgba(29, 42, 80, 0.05);
    color: var(--primary-navy);
}

.mobile-nav-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle {
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 14px;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: var(--transition);
}

.mobile-dropdown-toggle:hover {
    background: rgba(29, 42, 80, 0.1);
    color: var(--primary-navy);
}

.mobile-dropdown-toggle.active {
    transform: rotate(180deg);
    color: var(--primary-navy);
}

.mobile-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(248, 249, 250, 0.8);
}

.mobile-dropdown.active {
    max-height: 500px;
}

.mobile-dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.mobile-dropdown-item:last-child {
    border-bottom: none;
}

.mobile-dropdown-link {
    display: block;
    padding: 12px 20px 12px 40px;
    color: var(--text-light);
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    transition: var(--transition);
    position: relative;
}

.mobile-dropdown-link:before {
    content: '';
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: var(--accent-gold);
    border-radius: 50%;
}

.mobile-dropdown-link:hover {
    background: rgba(29, 42, 80, 0.05);
    color: var(--primary-navy);
    padding-left: 44px;
}

.offcanvas-footer {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(248, 249, 250, 0.5);
}

.mobile-cta-button {
    display: block;
    width: 100%;
    background: var(--accent-gold);
    color: var(--white);
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: var(--transition);
    margin-bottom: 15px;
}

.mobile-cta-button:hover {
    background: var(--primary-navy);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(29, 42, 80, 0.3);
}

.mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-light);
}

.mobile-contact-item i {
    font-size: 12px;
    color: var(--accent-gold);
    width: 16px;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes overlayFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .nav-center {
        display: none;
    }

    .nav-right .portal-link,
    .nav-right .search-btn,
    .nav-right .language-dropdown {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .cta-button {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mobile-offcanvas {
        width: 280px;
        max-width: 90vw;
    }

    .offcanvas-header {
        padding: 16px;
    }

    .mobile-nav-link {
        padding: 14px 16px;
        font-size: 15px;
    }

    .mobile-dropdown-link {
        padding: 10px 16px 10px 32px;
    }

    .offcanvas-footer {
        padding: 16px;
    }
}

        /* Hero Slider */
        .hero-slider {
            flex: 1;
            position: relative;
            overflow: hidden;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
        }

        .slide.active {
            opacity: 1;
        }

        .slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        }

        .slide-content {
            position: relative;
            z-index: 2;
            margin-left: 80px;
            padding: 16px 24px;
            background: #cb992cb0;
            animation: slideUp 1s ease-out;
            bottom: -25% !important;
        }

        .slide-title {
            font-family: var(--font-display);
            font-size: 2.5rem;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 20px;
            line-height: 1.2;
            letter-spacing: var(--letter-spacing-tight);
        }

        .slide-subtitle {
            font-family: var(--font-primary);
            font-size: 18px;
            font-weight: 400;
            color: var(--white);
            opacity: 0.9;
            letter-spacing: var(--letter-spacing-normal);
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Slider Dots */
        .slider-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
            z-index: 10;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid var(--white);
            background: transparent;
            cursor: pointer;
            transition: var(--transition);
        }

        .dot.active,
        .dot:hover {
            background: var(--accent-gold);
            border-color: var(--accent-gold);
        }

        /* Social Sidebar */
        .social-sidebar {
            position: fixed;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 999;
        }

        .social-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            background-color: #ca982a;
            color: var(--white);
            font-size: 18px;
            transition: var(--transition);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .social-icon:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }

        .social-icon.phone {
            background: var(--primary-navy);
        }

        .social-icon.email {
            background: var(--accent-gold);
        }

        .social-icon.whatsapp {
            background: #16a085;
        }

        .social-icon.linkedin {
            background: var(--primary-navy);
        }

        .social-icon.facebook {
            background: var(--accent-gold);
        }

        /* About Our School Section */
        .about-school-section {
            background: #ffffff;
            padding: 100px 40px;
            position: relative;
            overflow: hidden;
        }

        .about-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }


        /* Main Grid Layout */
        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            margin-bottom: 80px;
            position: relative;
            z-index: 2;
        }

        /* Left Column - Text Content */
        .about-text {
            max-width: 550px;
        }

        .about-title {
            font-family: var(--font-display);
            font-size: 42px;
            font-weight: 700;
            color: #1D2A50;
            margin-bottom: 30px;
            line-height: 1.2;
            letter-spacing: var(--letter-spacing-tight);
        }

        .about-description {
            font-family: var(--font-primary);
            font-size: 18px;
            font-weight: 400;
            line-height: 1.6;
            color: #555555;
            margin-bottom: 40px;
            text-align: left;
            letter-spacing: var(--letter-spacing-normal);
        }

        .learn-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 15px 30px;
            background: transparent;
            border: 2px solid #F1C40F;
            border-radius: 30px;
            color: #1D2A50;
            text-decoration: none;
            font-family: var(--font-primary);
            font-weight: 500;
            font-size: 16px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            letter-spacing: var(--letter-spacing-normal);
        }

        .learn-more-btn:hover {
            background: #F1C40F;
            color: #1D2A50;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(241, 196, 15, 0.3);
        }

        .btn-icon {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .learn-more-btn:hover .btn-icon {
            transform: scale(1.1);
        }

        /* Right Column - Images */
        .about-images {
            position: relative;
            height: 400px;
        }

        .image-container {
            position: absolute;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }

        .image-1 {
            width: 460px;
            height: 340px;
            top: 0;
            left: 0;
            z-index: 2;
            animation: floatUp 6s ease-in-out infinite;
        }

        .image-2 {
            width: 260px;
            height: 260px;
            bottom: 0;
            right: 0;
            z-index: 2;
            animation: floatDown 6s ease-in-out infinite reverse;
        }

        .image-container:hover {
            transform: scale(1.05);
        }

        /* Statistics Section */
        .stats-section {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 40px;
            position: relative;
            z-index: 2;
        }

        .stat-card {
            background: #ffffff;
            padding: 30px 20px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(241, 196, 15, 0.1);
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateY(30px);
        }

        .stat-card.animate {
            opacity: 1;
            transform: translateY(0);
            animation: fadeInUp 0.6s ease forwards;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .stat-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            border: 2px dashed;
            font-size: 24px;
            color: #ffffff;
        }

        .stat-icon.teal {
            background: #16a085;
            border-color: #16a085;
        }

        .stat-icon.orange {
            background: #e67e22;
            border-color: #e67e22;
        }

        .stat-icon.red {
            background: #e74c3c;
            border-color: #e74c3c;
        }

        .stat-icon.navy {
            background: #1D2A50;
            border-color: #1D2A50;
        }

        .stat-number {
            font-family: var(--font-display);
            font-size: 36px;
            font-weight: 700;
            color: var(--accent-gold);
            margin-bottom: 8px;
            letter-spacing: var(--letter-spacing-tight);
        }

        .stat-label {
            font-family: var(--font-primary);
            font-size: 14px;
            color: var(--primary-navy);
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: var(--letter-spacing-wide);
        }

        /* Animations */
        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            33% {
                transform: translateY(-10px) rotate(2deg);
            }

            66% {
                transform: translateY(-5px) rotate(-2deg);
            }
        }

        @keyframes pulse {

            0%,
            100% {
                transform: scale(1);
                opacity: 0.6;
            }

            50% {
                transform: scale(1.1);
                opacity: 0.8;
            }
        }

        @keyframes bounce {

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

            25% {
                transform: translateY(-8px);
            }

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

            75% {
                transform: translateY(-6px);
            }
        }

        @keyframes wiggle {

            0%,
            100% {
                transform: rotate(0deg);
            }

            25% {
                transform: rotate(2deg);
            }

            75% {
                transform: rotate(-2deg);
            }
        }

        @keyframes floatUp {

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

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

        @keyframes floatDown {

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

            50% {
                transform: translateY(10px);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Main About Area */
        .about_area_2 {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

        /* Left Side - Core Values Image */
        .about_video {
            flex: 1;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

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

        .about_video::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgb(29 42 80 / 75%);
            z-index: 1;
        }

        .video {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            padding: 40px;
        }

        .video h1 {
            font-family: var(--font-display);
            font-size: 3.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            letter-spacing: var(--letter-spacing-tight);
        }

        .video p {
            font-family: var(--font-primary);
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1.6;
            opacity: 0.95;
            max-width: 500px;
            letter-spacing: var(--letter-spacing-normal);
        }

        .values-separator {
            margin: 0 8px;
            opacity: 0.7;
        }

        /* Right Side - Content Area */
        .about_content_2 {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        /* Single About Block */
        .single_about_2 {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
        }

        /* Content Section */
        .about_2_content {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 0;
        }

        .about_2_content_wrapper {
            padding: 60px 50px;
            width: 100%;
        }

        .title {
            font-family: var(--font-display);
            font-size: 2.5rem;
            font-weight: 600;
            color: #1D2A50;
            margin-bottom: 25px;
            letter-spacing: var(--letter-spacing-tight);
        }

        .title a {
            color: inherit;
            text-decoration: none;
        }

        .about_2_content p {
            font-family: var(--font-primary);
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 1.7;
            color: #555;
            letter-spacing: var(--letter-spacing-normal);
        }

        /* Image Section */
        .about_2_image {
            flex: 1;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

        /* Add overlay to all images */
        .about_2_image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(29, 42, 80, 0.3);
            z-index: 1;
        }

        /* Background Colors for Content Blocks */
        .single_about_2:nth-child(1) .about_2_content {
            background: #ceeaff;
        }

        .single_about_2:nth-child(2) .about_2_content {
            background: #dfffdf;
        }

        /* Hover Effects */
        .about_2_content {
            transition: background-color 0.3s ease;
        }

        .single_about_2:nth-child(1) .about_2_content:hover {
            background: #BBDEFB;
        }

        .single_about_2:nth-child(2) .about_2_content:hover {
            background: #C8E6C9;
        }

        /* News Events Section */
        .news-events-section {
            background: #f8f9fa;
            padding: 100px 40px;
            position: relative;
            overflow: hidden;
        }

        .news-events-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 40% 60%;
            gap: 60px;
            align-items: start;
        }

        /* Common Section Styling */
        .section-label {
            font-family: var(--font-primary);
            font-size: 14px;
            font-weight: 600;
            color: #e74c3c;
            text-transform: uppercase;
            letter-spacing: var(--letter-spacing-wide);
            margin-bottom: 8px;
            display: block;
        }

        .section-title {
            font-family: var(--font-display);
            font-size: 36px;
            font-weight: 700;
            color: #1D2A50;
            margin-bottom: 30px;
            line-height: 1.2;
            letter-spacing: var(--letter-spacing-tight);
        }

        /* Events Column - Smooth Auto-Scroll */
        .events-column {
            position: relative;
            height: fit-content;
        }

        .events-header {
            margin-bottom: 30px;
        }

        .view-all-link {
            font-family: var(--font-primary);
            font-size: 14px;
            font-weight: 500;
            color: #e74c3c;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            margin-top: 15px;
            letter-spacing: var(--letter-spacing-normal);
        }

        .view-all-link:hover {
            color: #c0392b;
            transform: translateX(5px);
        }

        .view-all-link i {
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .view-all-link:hover i {
            transform: translateX(3px);
        }

        /* Events Scroll Container - Smooth Auto-Scroll */
        .events-scroll-container {
            background: #ffffff;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            height: 390px;
            position: relative;
        }

        .events-scroll-box {
            padding: 20px;
            height: auto;
            overflow: hidden;
            position: relative;
            /* Smooth continuous scroll animation */
            animation: smoothVerticalScroll 20s linear infinite;
        }

        /* Smooth vertical scroll animation */
        @keyframes smoothVerticalScroll {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-50%);
            }
        }

        /* Pause animation on hover */
        .events-scroll-container:hover .events-scroll-box {
            animation-play-state: paused;
        }

        .event-item {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            min-height: 100px;
        }

        .event-item:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            margin-bottom: 0;
        }

        .event-item:hover {
            background: rgba(231, 76, 60, 0.02);
            padding-left: 10px;
        }

        .event-date-box {
            background: linear-gradient(135deg, #f1c40f, #cb992c);
            color: #ffffff;
            border-radius: 10px;
            padding: 15px;
            text-align: center;
            min-width: 70px;
            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
            flex-shrink: 0;
        }

        .event-month {
            display: block;
            font-family: var(--font-primary);
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: var(--letter-spacing-wide);
            margin-bottom: 2px;
        }

        .event-day {
            display: block;
            font-family: var(--font-primary);
            font-size: 24px;
            font-weight: 700;
            line-height: 1;
        }

        .event-details {
            flex: 1;
        }

        .event-time {
            font-family: var(--font-primary);
            font-size: 14px;
            font-weight: 400;
            color: #6c757d;
            margin-bottom: 5px;
            letter-spacing: var(--letter-spacing-normal);
        }

        .event-title {
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 600;
            color: #1D2A50;
            line-height: 1.4;
            letter-spacing: var(--letter-spacing-normal);
        }

        /* News Column */
        .news-column {
            position: relative;
            height: fit-content;
        }

        .news-header {
            margin-bottom: 30px;
        }

        /* News Carousel */
        .news-carousel-container {
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .news-carousel {
            display: flex;
            /* gap: 25px; */
            overflow: hidden;
            padding: 0px 2px;
            width: fit-content;
            transition: transform 0.5s ease;
        }

        .news-carousel-container .carousel-nav {
    display: none !important;
}

        .news-card {
            background: #ffffff;
            border-radius: 15px;
            overflow: hidden;
            width: 300px;
            flex-shrink: 0;
            transition: all 0.4s ease;
            position: relative;
            height: auto;
            max-height: 390px;
        }

        .news-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

        .news-image {
            position: relative;
            height: 180px;
            overflow: hidden;
            width: 100%;
        }

        .news-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .news-card:hover .news-image img {
            transform: scale(1.05);
        }

        .news-date {
            position: absolute;
            top: 15px;
            left: 15px;
            background: rgba(29, 42, 80, 0.9);
            color: #ffffff;
            padding: 8px 12px;
            border-radius: 20px;
            font-family: var(--font-primary);
            font-size: 12px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 5px;
            letter-spacing: var(--letter-spacing-normal);
        }

        .news-date i {
            font-size: 10px;
        }

        .news-content {
            padding: 20px;
            height: auto;
            min-height: 120px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .news-title {
            font-family: var(--font-primary);
            font-size: 18px;
            font-weight: 600;
            color: #1D2A50;
            margin-bottom: 12px;
            line-height: 1.4;
            letter-spacing: var(--letter-spacing-normal);
        }

        .news-description {
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 400;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
            letter-spacing: var(--letter-spacing-normal);
        }

        .read-more-btn {
            font-family: var(--font-primary);
            font-size: 14px;
            font-weight: 500;
            color: #e74c3c;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            letter-spacing: var(--letter-spacing-normal);
        }

        .read-more-btn:hover {
            color: #c0392b;
            transform: translateX(5px);
        }

        .read-more-btn i {
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .read-more-btn:hover i {
            transform: translateX(3px);
        }

        /* Clone styling */
        .cloned {
            opacity: 1;
        }

        /* Carousel Navigation */
        .carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(29, 42, 80, 0.9);
            color: #ffffff;
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            opacity: 0.7;
            display: none;
        }

        .carousel-nav:hover {
            background: #1D2A50;
            opacity: 1;
            transform: translateY(-50%) scale(1.1);
        }

        .prev-btn {
            left: -20px;
        }

        .next-btn {
            right: -20px;
        }

        /* Facilities Section */
        .facilities-section {
            background: #1D2A50;
            background-image:
                radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
                linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 50%, transparent 70%);
            padding: 100px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .facilities-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image:
                url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm10 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
                url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M20 20l20-20v20z'/%3E%3C/g%3E%3C/svg%3E");
            background-position: 0 0, 40px 40px;
            opacity: 0.5;
            z-index: 1;
        }

        .facilities-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            position: relative;
            z-index: 2;
        }

        .facilities-header {
            margin-bottom: 60px;
        }

        .facilities-title {
            font-family: var(--font-display);
            font-size: 3rem;
            font-weight: 600;
            color: white;
            margin-bottom: 20px;
            letter-spacing: var(--letter-spacing-tight);
        }

        .facilities-subtitle {
            font-family: var(--font-primary);
            font-size: 1.25rem;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.8);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
            letter-spacing: var(--letter-spacing-normal);
        }

        .facility-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .facility-tile {
            background: white;
            padding: 40px 30px;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .facility-tile::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .facility-tile:hover::before {
            left: 100%;
        }

        .facility-tile:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }

        /* Individual tile colors */
        .facility-tile:nth-child(1) {
            border-top: 5px solid #2ECC71;
        }

        .facility-tile:nth-child(2) {
            border-top: 5px solid #3498DB;
        }

        .facility-tile:nth-child(3) {
            border-top: 5px solid #F1C40F;
        }

        .facility-tile:nth-child(4) {
            border-top: 5px solid #E74C3C;
        }

        .facility-tile:nth-child(5) {
            border-top: 5px solid #9B59B6;
        }

        .facility-tile:nth-child(6) {
            border-top: 5px solid #E67E22;
        }

        .facility-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            display: block;
        }

        .facility-tile:nth-child(1) .facility-icon {
            color: #2ECC71;
        }

        .facility-tile:nth-child(2) .facility-icon {
            color: #3498DB;
        }

        .facility-tile:nth-child(3) .facility-icon {
            color: #F1C40F;
        }

        .facility-tile:nth-child(4) .facility-icon {
            color: #E74C3C;
        }

        .facility-tile:nth-child(5) .facility-icon {
            color: #9B59B6;
        }

        .facility-tile:nth-child(6) .facility-icon {
            color: #E67E22;
        }

        .facility-title {
            font-family: var(--font-primary);
            font-size: 1.3rem;
            font-weight: 600;
            color: #1D2A50;
            line-height: 1.3;
            letter-spacing: var(--letter-spacing-normal);
        }

        /* Gallery Section */
        .gallery-section {
            background: #f8f9fa;
            padding: 100px 0;
            position: relative;
        }

        .gallery-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .gallery-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .gallery-title {
            font-family: var(--font-display);
            font-size: 2.5rem;
            font-weight: 600;
            color: #1D2A50;
            margin-bottom: 15px;
            letter-spacing: var(--letter-spacing-tight);
        }

        .gallery-subtitle {
            font-family: var(--font-primary);
            font-size: 1.1rem;
            font-weight: 400;
            color: #666;
            max-width: 500px;
            margin: 0 auto;
            letter-spacing: var(--letter-spacing-normal);
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            cursor: pointer;
            aspect-ratio: 4/3;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7));
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 2;
        }

        .gallery-item:hover::before {
            opacity: 1;
        }

        .gallery-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
            color: white;
            font-family: var(--font-primary);
            font-weight: 600;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            z-index: 3;
            letter-spacing: var(--letter-spacing-normal);
        }

        .gallery-item:hover .gallery-caption {
            transform: translateY(0);
        }

        .gallery-zoom-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.9);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 3;
        }

        .gallery-item:hover .gallery-zoom-icon {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .gallery-zoom-icon i {
            color: #1D2A50;
            font-size: 1.5rem;
        }

        /* Lightbox Styles */
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .lightbox.active {
            display: flex;
        }

        .lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
        }

        .lightbox-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px;
        }

        .lightbox-close {
            position: absolute;
            top: -50px;
            right: 0;
            background: none;
            border: none;
            color: white;
            font-size: 2rem;
            cursor: pointer;
            padding: 10px;
            transition: color 0.3s ease;
            font-family: var(--font-primary);
        }

        .lightbox-close:hover {
            color: #F1C40F;
        }

        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: white;
            font-size: 2rem;
            padding: 15px 20px;
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.3s ease;
            font-family: var(--font-primary);
            opacity: 0;
        }

        .lightbox-nav:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .lightbox-prev {
            left: -80px;
        }

        .lightbox-next {
            right: -80px;
        }

        .lightbox-caption {
            position: absolute;
            bottom: -60px;
            left: 0;
            right: 0;
            text-align: center;
            color: white;
            font-family: var(--font-primary);
            font-size: 1.1rem;
            font-weight: 500;
            letter-spacing: var(--letter-spacing-normal);
        }

        /* Footer Main Section */
        .footer_area {
            background: #0e1a2b;
            color: #ffffff;
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
        }

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

        .pb-40 {
            padding-bottom: 40px;
        }

        /* Footer Grid Layout */
        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .footer_col {
            padding: 0 15px;
            margin-bottom: 40px;
        }

        .col-md-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        /* Footer Widget */
        .footer_widget {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .footer_widget.animate {
            opacity: 1;
            transform: translateY(0);
        }

        /* Widget Titles */
        .widget_title {
            font-family: var(--font-primary);
            font-size: 22px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
            letter-spacing: var(--letter-spacing-normal);
        }

        .widget_title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, #F1C40F, #e67e22);
            border-radius: 1px;
        }

       
        /* Footer Bottom Bar */
        .footer_bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 30px;
            margin-top: 30px;
        }

        .bottom_content {
            text-align: center;
        }

        .copyright_text {
            font-family: var(--font-primary);
            font-size: 14px;
            font-weight: 400;
            color: #cccccc;
            margin: 0;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.8s ease;
            letter-spacing: var(--letter-spacing-normal);
        }

        .copyright_text.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .heart {
            color: #e74c3c;
            font-size: 16px;
            animation: heartbeat 2s ease-in-out infinite;
            display: inline-block;
        }

        @keyframes heartbeat {

            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }
        }

        /* Animation Classes */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .fade-in.animated {
            opacity: 1;
            transform: translateY(0);
        }

        /* Animate on scroll class */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .nav-menu {
                gap: 20px;
            }

            .slide-content {
                margin-left: 40px;
            }

            .slide-title {
                font-size: 36px;
            }
        }

        @media (max-width: 768px) {
            .nav-container {
                height: 70px;
                padding: 0 15px;
            }

            .school-name {
                font-size: 18px;
            }

            .school-tagline {
                font-size: 10px;
            }

            .nav-center {
                display: none;
            }

            .nav-right .portal-link,
            .nav-right .search-btn,
            .nav-right .language-dropdown {
                display: none;
            }

            .mobile-menu-toggle {
                display: flex;
            }

            .cta-button {
                padding: 8px 16px;
                font-size: 12px;
            }

            /* Hero section proper mobile height */
            .top-section-container {
                height: auto;
                min-height: 100vh;
            }

            .hero-slider {
                height: calc(100vh - 110px);
                /* Account for flash bar + nav */
                min-height: 500px;
            }

            .slide {
                background-attachment: scroll;
            }

            .slide-content {
                margin: 0 20px;
                padding: 25px;
                text-align: center;
                bottom: 20% !important;
            }

            .slide-title {
                font-size: 28px;
                margin-bottom: 15px;
            }

            .slide-subtitle {
                font-size: 16px;
            }

            .social-sidebar {
                display: none;
            }

            .flash-content span {
                font-size: 12px;
                margin-right: 30px;
            }

            .slider-dots {
                bottom: 20px;
            }

            /* About section mobile */
            .about-school-section {
                padding: 60px 20px;
            }

            .about-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .about-title {
                font-size: 32px;
                text-align: center;
            }

            .about-description {
                font-size: 16px;
                text-align: center;
            }

            .learn-more-btn {
                display: flex;
                justify-content: center;
                margin: 0 auto;
            }
    .about-images {
        height: 300px;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        width: 100%;
    }

    .image-1 {
        width: 85%;
        height: 200px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }

    .image-2 {
        width: 60%;
        height: 150px;
        bottom: 0;
        right: 10px;
        position: absolute;
    }

            .stats-section {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
                margin-top: 40px;
            }

            .stat-number {
                font-size: 28px;
            }

            .stat-label {
                font-size: 12px;
            }

            /* Adjust decorative elements for mobile */
            .deco-pencil,
            .deco-lightbulb,
            .deco-book,
            .deco-equation {
                display: none;
            }

            /* Core Values section mobile */
            .single_about_2 {
                flex-direction: column;
            }

            .about_video {
                min-height: 400px;
                padding: 40px 20px;
            }

            .video h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                background: linear-gradient(135deg, #ffffff, #f0f0f0);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            }

            .video p {
                font-size: 1.1rem;
                line-height: 1.6;
                background: rgba(255, 255, 255, 0.1);
                backdrop-filter: blur(10px);
                padding: 20px;
                border-radius: 15px;
                border: 1px solid rgba(255, 255, 255, 0.2);
            }

            .values-separator {
                display: block;
                margin: 8px 0;
                opacity: 0;
            }

            .about_2_content_wrapper {
                padding: 40px 30px;
            }

            .title {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }

            section.about_area_2 {
                flex-direction: column;
            }

            .about_2_content p {
                font-size: 0.95rem;
                line-height: 1.6;
            }

            .about_2_image {
                height: 250px;
            }

            /* Stack order for mobile */
            .order-md-last {
                order: 2;
            }

            .order-md-first {
                order: 1;
            }

            /* News Events mobile */
            .news-events-section {
                padding: 50px 15px;
            }

            .news-events-container {
                grid-template-columns: 1fr;
                gap: 50px;
                height: auto;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 25px;
            }

            .events-scroll-container {
                height: 350px;
                margin-bottom: 30px;
            }

            .event-item {
                padding: 15px 0;
                min-height: 80px;
            }

            /* Even faster animation for smaller screens */
            .events-scroll-box {
                animation: smoothVerticalScroll 12s linear infinite;
            }

            .news-card {
                width: 280px;
                margin-right: 15px;
                flex-shrink: 0;
            }

            .news-image {
                height: 160px;
            }

            .news-content {
                padding: 15px;
                min-height: 120px;
            }

            .news-title {
                font-size: 16px;
                margin-bottom: 10px;
            }

            .news-description {
                font-size: 13px;
                margin-bottom: 15px;
            }

            .news-carousel {
                gap: 0;
                padding: 0 5px;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }

            .news-carousel::-webkit-scrollbar {
                display: none;
            }

            .carousel-nav {
                display: none;
            }

            /* Facilities mobile */
            .facilities-section,
            .gallery-section {
                padding: 60px 0;
            }

            .facilities-container,
            .gallery-container {
                padding: 0 20px;
            }

            .facility-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
                max-width: 100%;
            }

            .facilities-title {
                font-size: 2rem;
            }

            .facilities-subtitle {
                font-size: 1.1rem;
            }

            .gallery-title {
                font-size: 2rem;
            }

            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .facility-tile {
                padding: 25px 20px;
            }

            .facility-icon {
                font-size: 2.5rem;
                margin-bottom: 15px;
            }

            .facility-title {
                font-size: 1.1rem;
                line-height: 1.2;
            }

            .lightbox-nav {
                display: none;
            }

            /* Footer mobile */
            .pt-80 {
                padding-top: 60px;
            }

            .widget_title {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .footer_links a,
            .contact_info {
                font-size: 14px;
            }

            .contact_icon {
                font-size: 15px;
            }

            .col-md-4 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .pb-40 {
                padding-bottom: 30px;
            }

            .footer_content {
                margin-bottom: 40px;
            }

            .footer_col {
                margin-bottom: 35px;
            }

            .widget_title {
                font-size: 16px;
                margin-bottom: 18px;
                padding-bottom: 12px;
            }

            .widget_title::after {
                width: 30px;
            }

            .footer_links li {
                margin-bottom: 10px;
            }

            .contact_item {
                margin-bottom: 18px;
            }

            .contact_icon {
                margin-right: 12px;
            }

            .footer_bottom {
                padding-top: 25px;
                margin-top: 25px;
            }

            .copyright_text {
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .flash-bar {
                height: 36px;
            }

            .nav-container {
                height: 60px;
            }

            .school-logo {
                height: 50px;
            }

            .school-name {
                font-size: 16px;
            }

            .hero-slider {
                /* height: calc(100vh - 96px);  */
                height: auto;
                min-height: 340px;
            }

            .top-section-container {
                height: auto;
                min-height: 340px;
            }


            .slide-title {
                font-size: 24px;
            }

            .slide-subtitle {
                font-size: 14px;
            }

            .slide-content {
                padding: 8px 16px;
                bottom: -16% !important;
            }

            .slider-dots {
                bottom: 15px;
            }

            /* About section small mobile */
            .about-title {
                font-size: 28px;
            }

            .about-images {
        height: 280px;
    }

    .image-1 {
        width: 90%;
        height: 280px;
        left: 0;
    }

    .image-2 {
        width: 140px;
        height: 180px;
        right: 5px;
        bottom: -40px;
    }

            .stats-section {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
                max-width: 100%;
                margin: 30px auto 0;
            }

            .stat-card {
                padding: 20px 15px;
            }

            .stat-icon {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .stat-number {
                font-size: 24px;
            }

            .stat-label {
                font-size: 11px;
            }

            /* Core Values small mobile */
            .about_video {
                padding: 30px 20px;
                min-height: 350px;
            }

            .video h1 {
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .video p {
                font-size: 1rem;
                padding: 15px;
            }

            .about_2_content_wrapper {
                padding: 30px 25px;
            }

            .title {
                font-size: 1.6rem;
            }

            .about_2_content p {
                font-size: 0.9rem;
            }

            .about_2_image {
                height: 200px;
            }

            /* News Events small mobile */

            .news-events-container{
                display: unset;
            }
            .events-scroll-container {
                height: 300px;
            }

            .event-item {
                /* flex-direction: column;
                text-align: center;
                gap: 15px;
                min-height: 140px;
                align-items: center;
                padding: 20px 15px; */
            }

            .event-date-box {
                min-width: 64px;
                padding: 12px;
            }

            .event-day {
                font-size: 20px;
            }

            .event-month {
                font-size: 11px;
            }

            .event-title {
                font-size: 15px;
                /* text-align: center; */
            }

            .event-time {
                font-size: 13px;
                /* text-align: center; */
            }

            .news-card {
                width: calc(100vw - 40px);
                /* max-width: 300px; */
                margin-right: 20px;
            }

            .news-carousel {
                gap: 0;
                padding: 0;
            }

            .news-image {
                height: 140px;
            }

            .news-content {
                padding: 12px;
                min-height: 100px;
            }

            .news-title {
                font-size: 15px;
            }

            .news-description {
                font-size: 12px;
            }

            /* Facilities small mobile */
            .facilities-title {
                font-size: 1.8rem;
            }

            .facilities-subtitle {
                font-size: 1rem;
                padding: 0 10px;
            }

            .gallery-title {
                font-size: 1.8rem;
            }

            .gallery-subtitle {
                font-size: 1rem;
                padding: 0 10px;
            }

            .facility-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
                padding: 0 10px;
            }

            .facility-tile {
                padding: 20px 15px;
            }

            .facility-icon {
                font-size: 2.2rem;
                margin-bottom: 12px;
            }

            .facility-title {
                font-size: 1rem;
            }

            .gallery-grid {
                gap: 15px;
                margin-bottom: 0;
            }

            .gallery-item {
                aspect-ratio: 16/10;
            }

            /* Footer small mobile */
            .footer-container {
                padding: 0 15px;
            }

            .pt-80 {
                padding-top: 40px;
            }

            .footer_col {
                margin-bottom: 30px;
            }

            .widget_title {
                font-size: 15px;
                margin-bottom: 15px;
            }

            .footer_links a,
            .contact_info {
                /* font-size: 13px; */
            }

            .contact_icon {
                font-size: 14px;
                margin-right: 10px;
            }

            .copyright_text {
                font-size: 12px;
                line-height: 1.5;
            }
        }

        /* Extra Small Mobile */
@media (max-width: 360px) {
    .about-images {
        height: 260px;
    }

    .image-1 {
        width: 95%;
        height: 160px;
    }

    .image-2 {
        width: 70%;
        height: 120px;
        right: 2px;
    }
}

        /* Tablet specific adjustments */
        @media (min-width: 769px) and (max-width: 1024px) {
            .about-grid {
                gap: 60px;
            }

            .about-images {
                height: 380px;
            }

            .image-1 {
                width: 380px;
                height: 280px;
            }

            .image-2 {
                width: 220px;
                height: 200px;
            }

            .stats-section {
                grid-template-columns: repeat(4, 1fr);
                gap: 25px;
            }

            .news-events-container {
                grid-template-columns: 45% 55%;
                gap: 40px;
            }

            .facility-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 25px;
            }

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

        /* Additional CSS animations and styles */
        @keyframes ripple {
            to {
                transform: scale(4);
                opacity: 0;
            }
        }

        @keyframes fadeInOut {

            0%,
            100% {
                opacity: 0;
                transform: translateX(-50%) translateY(0);
            }

            20%,
            80% {
                opacity: 1;
                transform: translateX(-50%) translateY(0);
            }
        }

        .nav-menu a.active {
            color: var(--primary-navy);
            font-weight: 600;
        }

        .mobile-menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .mobile-menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        .footer_links a {
            position: relative;
            overflow: hidden;
        }

        .cloned {
            opacity: 1;
        }

        /* Accessibility Improvements */
        .footer_links a:focus,
        .contact_item:focus {
            outline: 2px solid #F1C40F;
            outline-offset: 2px;
            border-radius: 2px;
        }

        /* Print Styles */
        @media print {
            .footer_area {
                background: #ffffff !important;
                color: #000000 !important;
            }

            .widget_title,
            .footer_links a,
            .contact_info,
            .copyright_text {
                color: #000000 !important;
            }

            .contact_icon {
                color: #666666 !important;
            }
        }

        /* High contrast mode support */
        @media (prefers-contrast: high) {
            .footer_area {
                background: #000000;
            }

            .widget_title {
                color: #ffffff;
            }

            .footer_links a,
            .contact_info {
                color: #ffffff;
            }

            .contact_icon {
                color: #ffff00;
            }
        }

        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {

            .footer_widget,
            .copyright_text,
            .footer_links li,
            .contact_item,
            .heart {
                transition: none;
                animation: none;
            }
        }

        /* Additional modern enhancements */
        body {
            scroll-behavior: smooth;
        }

        /* Focus styles for accessibility */
        *:focus {
            outline: 2px solid var(--accent-gold);
            outline-offset: 2px;
        }

        /* Selection colors */
        ::selection {
            background: var(--accent-gold);
            color: var(--white);
        }

        ::-moz-selection {
            background: var(--accent-gold);
            color: var(--white);
        }

        /* Scroll to top button styles */
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: var(--accent-gold);
            color: var(--primary-navy);
            border: none;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            font-family: var(--font-primary);
        }

        .scroll-to-top:hover {
            background: var(--primary-navy);
            color: var(--accent-gold);
            transform: translateY(-3px);
        }

        /* Loading animation for images */
        img {
            transition: opacity 0.3s ease;
        }

        img[data-loading="true"] {
            opacity: 0.5;
        }


        /* ===== DECORATIVE IMAGE POSITIONING & ANIMATIONS ===== */

        .decorative-image {
            position: absolute;
            opacity: 0.65;
            pointer-events: none;
            z-index: 4;
            transition: all 0.3s ease;
            filter: drop-shadow(0 2px 8px rgba(0,0,0,0.1));
        }

        .decorative-image:hover {
            opacity: 0.9;
            transform: scale(1.05);
        }

        /* ===== SIZE CLASSES ===== */
        .icon-small { 
            width: 40px; 
            height: 40px; 
        }
        
        .icon-medium { 
            width: 60px; 
            height: 60px; 
        }
        
        .icon-large { 
            width: 80px; 
            height: 80px; 
        }

        .icon-xlarge { 
            width: 100px; 
            height: 100px; 
        }

        /* ===== POSITIONING CLASSES ===== */
        .top-left { 
            top: 20px; 
            left: 20px; 
        }
        
        .top-right { 
            top: 20px; 
            right: 20px; 
        }
        
        .bottom-left { 
            bottom: 20px; 
            left: 20px; 
        }
        
        .bottom-right { 
            bottom: 20px; 
            right: 20px; 
        }
        
        .center-right { 
            top: 50%; 
            right: 30px; 
            transform: translateY(-50%); 
        }
        
        .center-left { 
            top: 50%; 
            left: 30px; 
            transform: translateY(-50%); 
        }
        
        .top-center { 
            top: 30px; 
            left: 50%; 
            transform: translateX(-50%); 
        }

        .bottom-center { 
            bottom: 30px; 
            left: 50%; 
            transform: translateX(-50%); 
        }

        .center-center { 
            top: 50%; 
            left: 50%; 
            transform: translate(-50%, -50%); 
            opacity: 0.3;
        }

        /* ===== ANIMATION CLASSES ===== */

        /* Float Animation - Gentle up and down movement */
        .float-animation {
            animation: float 3s ease-in-out infinite;
        }

        .float-slow {
            animation: float 4s ease-in-out infinite;
        }

        .float-fast {
            animation: float 2s ease-in-out infinite;
        }

        /* Wiggle Animation - Gentle rotation */
        .wiggle-animation {
            animation: wiggle 2.5s ease-in-out infinite;
            transform-origin: center;
        }

        /* Bounce Animation - Bouncing effect */
        .bounce-animation {
            animation: bounce 2s ease-in-out infinite;
        }

        /* Pulse Animation - Size pulsing */
        .pulse-animation {
            animation: pulse 2.5s ease-in-out infinite;
        }

        /* Rotate Animation - Slow rotation */
        .rotate-animation {
            animation: rotate 8s linear infinite;
        }

        .rotate-slow {
            animation: rotate 12s linear infinite;
        }

        /* Swing Animation - Pendulum effect */
        .swing-animation {
            animation: swing 3s ease-in-out infinite;
            transform-origin: top center;
        }

        /* Slide Animation - Horizontal movement */
        .slide-animation {
            animation: slide 4s ease-in-out infinite;
        }

        /* Fade Animation - Opacity changes */
        .fade-animation {
            animation: fade 3s ease-in-out infinite;
        }

        /* Shake Animation - Subtle shake */
        .shake-animation {
            animation: shake 4s ease-in-out infinite;
        }

        /* Scale Animation - Growing and shrinking */
        .scale-animation {
            animation: scale 3s ease-in-out infinite;
        }

        /* Tilt Animation - Slight tilting */
        .tilt-animation {
            animation: tilt 3.5s ease-in-out infinite;
        }

        /* ===== KEYFRAME DEFINITIONS ===== */

        @keyframes float {
            0%, 100% { 
                transform: translateY(0px); 
            }
            50% { 
                transform: translateY(-12px); 
            }
        }

        @keyframes wiggle {
            0%, 100% { 
                transform: rotate(0deg); 
            }
            25% { 
                transform: rotate(3deg); 
            }
            75% { 
                transform: rotate(-3deg); 
            }
        }

        @keyframes bounce {
            0%, 100% { 
                transform: translateY(0px) scale(1); 
            }
            50% { 
                transform: translateY(-15px) scale(1.05); 
            }
        }

        @keyframes pulse {
            0%, 100% { 
                transform: scale(1); 
                opacity: 0.6; 
            }
            50% { 
                transform: scale(1.1); 
                opacity: 0.8; 
            }
        }

        @keyframes rotate {
            from { 
                transform: rotate(0deg); 
            }
            to { 
                transform: rotate(360deg); 
            }
        }

        @keyframes swing {
            0%, 100% { 
                transform: rotate(0deg); 
            }
            25% { 
                transform: rotate(15deg); 
            }
            75% { 
                transform: rotate(-15deg); 
            }
        }

        @keyframes slide {
            0%, 100% { 
                transform: translateX(0px); 
            }
            50% { 
                transform: translateX(10px); 
            }
        }

        @keyframes fade {
            0%, 100% { 
                opacity: 0.6; 
            }
            50% { 
                opacity: 1; 
            }
        }

        @keyframes shake {
            0%, 100% { 
                transform: translateX(0px); 
            }
            25% { 
                transform: translateX(2px); 
            }
            75% { 
                transform: translateX(-2px); 
            }
        }

        @keyframes scale {
            0%, 100% { 
                transform: scale(1); 
            }
            50% { 
                transform: scale(1.08); 
            }
        }

        @keyframes tilt {
            0%, 100% { 
                transform: rotate(0deg) scale(1); 
            }
            25% { 
                transform: rotate(5deg) scale(1.02); 
            }
            75% { 
                transform: rotate(-5deg) scale(1.02); 
            }
        }

        /* ===== SPECIAL COMBINED ANIMATIONS ===== */

        .float-and-wiggle {
            animation: float 3s ease-in-out infinite, wiggle 2s ease-in-out infinite;
        }

        .bounce-and-rotate {
            animation: bounce 2s ease-in-out infinite, rotate 8s linear infinite;
        }

        .float-and-fade {
            animation: float 3.5s ease-in-out infinite, fade 2.5s ease-in-out infinite;
        }

        .pulse-and-tilt {
            animation: pulse 3s ease-in-out infinite, tilt 4s ease-in-out infinite;
        }

        /* ===== HOVER EFFECTS ===== */

        .hover-grow:hover {
            transform: scale(1.15) !important;
            opacity: 1 !important;
            filter: drop-shadow(0 4px 15px rgba(0,0,0,0.2));
        }

        .hover-spin:hover {
            transform: rotate(360deg) scale(1.1) !important;
            transition: transform 0.6s ease !important;
        }

        .hover-bounce:hover {
            animation: quickBounce 0.6s ease !important;
        }

        @keyframes quickBounce {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        /* ===== DELAY VARIATIONS ===== */

        .delay-1 { animation-delay: 0.5s; }
        .delay-2 { animation-delay: 1s; }
        .delay-3 { animation-delay: 1.5s; }
        .delay-4 { animation-delay: 2s; }

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

        @media (max-width: 768px) {
            .decorative-image {
                opacity: 0.4;
            }
            
            .icon-xlarge { width: 70px; height: 70px; }
            .icon-large { width: 60px; height: 60px; }
            .icon-medium { width: 45px; height: 45px; }
            .icon-small { width: 35px; height: 35px; }

            /* Reduce animation intensity on mobile */
            @keyframes float {
                0%, 100% { transform: translateY(0px); }
                50% { transform: translateY(-6px); }
            }

            @keyframes bounce {
                0%, 100% { transform: translateY(0px) scale(1); }
                50% { transform: translateY(-8px) scale(1.02); }
            }
        }

        @media (max-width: 480px) {
            .decorative-image {
                opacity: 0.3;
            }

            .top-left, .top-right { top: 10px; }
            .bottom-left, .bottom-right { bottom: 10px; }
            .top-left, .bottom-left { left: 10px; }
            .top-right, .bottom-right { right: 10px; }
            .center-left { left: 15px; }
            .center-right { right: 15px; }
        }

        /* footer */
         /* footer */
    .custom-footer {
  background: #0e1a2b;
  color: #f1f1f1;
  padding: 60px 20px 30px;
  font-family: Arial, sans-serif;
}

.custom-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.custom-footer-col {
  flex: 1 1 250px;
}

.custom-footer-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #ff9800;
  display: inline-block;
  padding-bottom: 5px;
}

.custom-footer-links,
.custom-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer-links li,
.custom-footer-contact li {
  margin-bottom: 10px;
}

.custom-footer-links a {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.3s;
}

.custom-footer-links a:hover {
  color: #ff9800;
}

.custom-footer-contact i {
  margin-right: 8px;
  color: #ff9800;
}

.custom-footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #bbb;
}

.custom-footer .heart {
  color: red;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .custom-footer-row {
    flex-direction: column;
    text-align: center;
  }

  .custom-footer-col {
    flex: 1 1 100%;
  }
}
/* bread crumb */
/* Breadcrumb Section */
.breadcrumb-section {
  background-image: url("https://images.unsplash.com/photo-1580582932707-520aed937b7b?auto=format&fit=crop&w=800&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1px 0;
  color: #fff;
}

.breadcrumb-overlay {
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
  padding: 40px 20px;
}

.breadcrumb-title {
  font-size: 32px;
  font-weight: 700;
  color:#ffd700;
  margin-bottom: 15px;
  text-align: center;
}

.breadcrumb-nav {
  text-align: center;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.breadcrumb-list li {
  font-size: 16px;
  margin: 0 8px;
  color: #ddd;
  position: relative;
}

.breadcrumb-list li::after {
  content: "›";
  margin-left: 8px;
  color: #fff;
}

.breadcrumb-list li:last-child::after {
  content: "";
}

.breadcrumb-list li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb-list li a:hover {
  color: #ffd700;
}

.breadcrumb-list li.active {
  color: #ffd700;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .breadcrumb-title {
    font-size: 24px;
  }
  .breadcrumb-list li {
    font-size: 14px;
  }
}
/* video gallery */

.video-gallery-container {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.gallery-header h2 {
  margin: 0;
  font-size: 24px;
}

.gallery-header select {
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Grid Layout for rows & columns */
.video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row */
  gap: 20px;
}

.video-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 10px;
  text-align: center;
}

.video-card iframe {
  width: 100%;
  height: 200px;
  border-radius: 6px;
}

.video-card h4 {
  margin: 10px 0 0;
  font-size: 16px;
}

/* Responsive for tablets */
@media (max-width: 992px) {
  .video-gallery {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
  }
}

/* Responsive for mobile */
@media (max-width: 600px) {
  .video-gallery {
    grid-template-columns: 1fr; /* 1 per row */
  }

  .gallery-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .gallery-header select {
    width: 100%;
  }
}
.contactt{
  padding: 25px;
  box-shadow:  0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #f8f5ed;
  border-radius: 10px;
}