
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css?family=Poppins");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #001659;
  --theme2: #FF5E15;
  --theme3: #ffbc13;
  --header: #001659;
  --header-2: #111;
  --base: #001659;
  --text: #666;
  --text2: #CFCFCF;
  --text2: #444;
  --border: #C5C5C5;
  --border2: #E8E8E9;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #FF9F0D;
  --bg: #F2F3F5;
  --bg2: #DF0A0A0D;
}

.theme-btn {
  padding: 10px 12px;
  display: inline-block;
  background-color: var(--white);
  position: relative;
}
.theme-btn .theme-effect {
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: block;
  height: 20px;
  line-height: normal;
}
@media (max-width: 575px) {
  .theme-btn .theme-effect {
    font-size: 14px;
    height: 16px;
  }
}
.theme-btn .theme-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.theme-btn .theme-effect i {
  position: relative;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  margin-right: 5px;
}
.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme2);
  transition: all 0.4s ease-in-out;
}
.theme-btn:hover span, .theme-btn:hover i {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 100%;
  left: 0px;
}
.theme-btn.bg-color-2 {
  background-color: var(--theme2);
}
.theme-btn.bg-color-2 span, .theme-btn.bg-color-2 i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.theme-btn.bg-color-2::before {
  background-color: var(--white);
}
.theme-btn.bg-color-2:hover span, .theme-btn.bg-color-2:hover i {
  color: var(--theme2);
}
.theme-btn.bg-color-3 {
  background-color: var(--theme);
}
.theme-btn.bg-color-3 span, .theme-btn.bg-color-3 i {
  color: var(--white);
}
.theme-btn.bg-color-3::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-4 {
  background-color: var(--white);
  border: 2px solid var(--theme);
  padding: 20px 45px;
}
.theme-btn.bg-color-4 span, .theme-btn.bg-color-4 i {
  color: var(--theme);
}
.theme-btn.bg-color-4::before {
  background-color: var(--theme);
}
.theme-btn.bg-color-4:hover span, .theme-btn.bg-color-4:hover i {
  color: var(--white);
}
@media (max-width: 991px) {
  .theme-btn.bg-color-4 {
    padding: 18px 35px;
  }
}
@media (max-width: 575px) {
  .theme-btn.bg-color-4 {
    padding: 16px 32px;
  }
}
.theme-btn.bg-color-5 {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.theme-btn.bg-color-5 span, .theme-btn.bg-color-5 i {
  color: var(--white);
}
.theme-btn.bg-color-5::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-5:hover span, .theme-btn.bg-color-5:hover i {
  color: var(--white);
}
.theme-btn.bg-color-6 {
  background: #0D2468;
}
.theme-btn.bg-color-6 span, .theme-btn.bg-color-6 i {
  color: var(--white);
}
.theme-btn.bg-color-6::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-6:hover span, .theme-btn.bg-color-6:hover i {
  color: var(--white);
}
.theme-btn.bg-color-6-active {
  background-color: var(--theme2);
}
.theme-btn.bg-color-6-active span, .theme-btn.bg-color-6-active i {
  color: var(--white);
}
.theme-btn.bg-color-6-active::before {
  background: #0D2468;
}
.theme-btn.bg-color-6-active:hover span, .theme-btn.bg-color-6-active:hover i {
  color: var(--white);
}
.theme-btn.hover-color {
  background-color: var(--theme);
}
.theme-btn.hover-color span, .theme-btn.hover-color i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.theme-btn.hover-color::before {
  background-color: var(--theme);
}
.theme-btn.hover-color:hover span, .theme-btn.hover-color:hover i {
  color: var(--white);
}
.theme-btn.white-border {
  border: 2px solid var(--white);
  background-color: transparent;
}
.theme-btn.white-border span, .theme-btn.white-border i {
  color: var(--white);
}
.theme-btn.white-border::before {
  background-color: var(--theme2);
}
.theme-btn.white-border:hover {
  border: 2px solid var(--theme2);
}
.theme-btn.padding-style {
  padding: 22px 35px;
}
@media (max-width: 991px) {
  .theme-btn {
    font-size: 15px;
    padding: 20px 35px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 18px 32px;
  }
}
.theme-btn:hover .theme-effect .effect-1 {
  top: -100%;
}
.theme-btn.theme-bg-2 {
  background-color: var(--theme3);
}
.theme-btn.theme-bg-2 span, .theme-btn.theme-bg-2 i {
  color: var(--white);
}
.theme-btn.theme-bg-2::before {
  background-color: var(--header-2);
}
.theme-btn.border-style-2 {
  background-color: transparent;
  border: 1px solid var(--border);
}
.theme-btn.border-style-2 span, .theme-btn.border-style-2 i {
  color: var(--header-2);
}
.theme-btn.border-style-2::before {
  background-color: var(--theme3);
}
.theme-btn.border-style-2:hover {
  border: 1px solid transparent;
}
.theme-btn.border-style-2:hover span, .theme-btn.border-style-2:hover i {
  color: var(--white);
}

.link-btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.link-btn i {
  margin-left: 10px;
  font-size: 18px;
}
.link-btn:hover {
  color: var(--theme2);
}
.link-btn.color-2 {
  color: var(--header-2);
}
.link-btn.color-2:hover {
  color: var(--theme3);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {

  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

h2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  line-height: 170%;
  font-weight: 600;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 137%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

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

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Unbounded", sans-serif, "Rubik", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme2);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--theme);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;

  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

input.main-search-input::-moz-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 25px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  color: var(--theme);
  margin-bottom: 8px;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.section-title span img {
  margin-right: 5px;
}
.section-title span .title-img-2 {
  margin-left: 5px;
}
.section-title span.white-text {
  color: var(--white) !important;
}
.section-title.white-color span {
  color: var(--theme2);
}
.section-title.white-color h2 {
  color: var(--white);
  margin-bottom: 30px;
}
.section-title.color-white-2 span {
  color: var(--white);
}
.section-title.color-white-2 h2 {
  color: var(--white);
}
.section-title .text-color {
  color: var(--theme2);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section-title .text-color {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .section-title .text-color {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title .text-color {
    font-size: 28px;
  }
}
.section-title.style-2 {
  margin-bottom: 35px;
}
.section-title.style-2 h2 .text-color {
  color: var(--theme2);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section-title.style-2 h2 .text-color {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .section-title.style-2 h2 .text-color {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 h2 .text-color {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-title.style-2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 {
    margin-bottom: 25px;
  }
}
.section-title.style-3 span {
  color: var(--text3);
  font-weight: 600;
}
.section-title.style-3 h2 {
  color: var(--header-2);
  font-size: 32px;
  line-height: 145%;
}
@media (max-width: 1399px) {
  .section-title.style-3 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .section-title.style-3 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-title.style-3 h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-title.style-3 h2 {
    font-size: 20px;
  }
}

.right-text {
  position: relative;
}
.right-text h3 {
  font-size: 120px;
  opacity: 0.2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  line-height: 120%;
}
.right-text h6 {
  position: absolute;
  top: 45%;
  left: 35%;
  font-size: 16px;
}
@media (max-width: 991px) {
  .right-text h6 {
    left: 8%;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--theme);
}

.theme-bg-2 {
  background-color: var(--theme2);
}

.section-padding {
  padding: 55px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(0.7);
  }
  40% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 50px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce-y {
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  animation: bounce-x 10s infinite linear;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes right-image-bounce {
  0% {
    transform: translateX(8px);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(8px);
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(8px);
  }
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 240px;
  border-left: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header-top-wrapper {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-top-wrapper {
    margin-left: 0;
  }
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .contact-list li {
  font-size: 14px;
  color: var(--theme);
}
.header-top-wrapper .contact-list li i {
  color: var(--theme2);
  margin-right: 10px;
  font-weight: 900;
}
.header-top-wrapper .contact-list li span {
  font-weight: 500;
}
.header-top-wrapper span {
  font-size: 14px;
  color: var(--theme);
}
.header-top-wrapper span a {
  font-weight: 500;
  color: var(--theme2);
  text-decoration-line: underline;
}
.header-top-wrapper .top-left {
  gap: 25px;
}
.header-top-wrapper .top-left .form-clt {
  border-left: 1px solid var(--border2);
  position: relative;
  z-index: 99999;
}
.header-top-wrapper .top-left .form-clt .nice-select {
  background-color: transparent;
  z-index: 999;
}
.header-top-wrapper .top-left .form-clt .nice-select span {
  font-size: 14px;
  color: var(--theme);
  font-weight: 400;
  text-transform: uppercase;
}
.header-top-wrapper.top-2 {
  margin-left: 0;
  border-right: 1px solid var(--border2);
}

.header-top-4 {
  position: relative;
  background: linear-gradient(90deg, #073b4c 0%, #073b4c 20%, #fff4df 25%, #fff9ef 100%);
  padding: 7px 0;
  z-index: 9;
  border-bottom: 1px solid rgba(15, 76, 129, .20);
  box-shadow: 0 10px 24px rgba(8, 47, 73, .08);
}
@media (max-width: 991px) {
  .header-top-4 {
    display: none;
  }
}
.header-top-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(135deg, #062b3a 0%, #0f766e 62%, #f59e0b 100%);
  width: 25%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
          clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
}
.header-top-4 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .header-top-4 .container-fluid {
    padding: 0 20px;
  }
}

.header-top-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper-4 .header-top-left p {
  color: #fff7ed;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}
.header-top-wrapper-4 .header-top-right {
  display: flex;
  align-items: center;
  gap: 34px;
}
.header-top-wrapper-4 .header-top-right .contact-list {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
}
.header-top-wrapper-4 .header-top-right .contact-list li a {
  color: #7f1d1d;
  font-weight: 800;
}
.header-top-wrapper-4 .header-top-right .contact-list li i {
  margin-right: 5px;
  color: #0f766e;
}
.header-top-wrapper-4 .header-top-right .social-icon {
  gap: 10px;
}
.header-top-wrapper-4 .header-top-right .social-icon a {
  display: inline-flex;
  text-decoration: none;
}
.header-top-wrapper-4 .header-top-right .social-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fffaf0;
  background: #0b4a6f;
  border: 1px solid rgba(11, 74, 111, .18);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(8, 47, 73, .08);
  transition: all .2s ease;
}
.header-top-wrapper-4 .header-top-right .social-icon i:hover {
  color: var(--white);
  background: #e7371b;
  border-color: #e7371b;
  transform: translateY(-1px);
}

@media (max-width: 1399px) {
  .header-top-4 {
    background: linear-gradient(90deg, #073b4c 0%, #073b4c 25%, #fff4df 26%, #fff9ef 100%);
  }

  .header-top-4::before {
    width: 28%;
  }

  .header-top-wrapper-4 .header-top-right,
  .header-top-wrapper-4 .header-top-right .contact-list {
    gap: 18px;
  }

  .header-top-wrapper-4 .header-top-left p,
  .header-top-wrapper-4 .header-top-right .contact-list li a {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .header-top-4 {
    background: linear-gradient(90deg, #073b4c 0%, #073b4c 29%, #fff4df 29%, #fff9ef 100%);
  }

  .header-top-4::before {
    width: 31%;
  }

  .header-top-wrapper-4 .header-top-right,
  .header-top-wrapper-4 .header-top-right .contact-list {
    gap: 14px;
  }

  .header-top-wrapper-4 .header-top-left p,
  .header-top-wrapper-4 .header-top-right .contact-list li a {
    font-size: 14px;
  }

  .header-top-wrapper-4 .header-top-right .social-icon {
    gap: 7px;
  }

  .header-top-wrapper-4 .header-top-right .social-icon i {
    width: 25px;
    height: 25px;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 10px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme);
  padding: 7px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--theme);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    color: var(--theme);
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    padding-bottom: 5px;
    padding-top: 8px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    text-transform: capitalize;
    line-height: 23px;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: #ECECEC;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1200px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -50px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 15px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn span {
  font-size: 14px;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 12px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

@media (max-width: 1399px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-1 {
  position: relative;
  z-index: 9999;
  overflow-x: clip;
}
.header-1 .header-logo {
  position: absolute;
  top: 0;
  left: 45px;
}
@media (max-width: 1399px) {
  .header-1 .header-logo {
    margin-top: 30px;
  }
}
.header-1 .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 240px;
  border-left: 1px solid var(--border2);
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .header-1 .header-main {
    border: none;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .main-menu ul li .has-homemenu {
    left: -250px;
  }
}
.header-1 .bar-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  font-size: 22px;
  transform: scaleX(-1);
}
.header-1 .header-right {
  gap: 20px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .header__hamburger .sidebar__toggle .bar-icon {
  background-color: var(--theme);
  padding: 25px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

@media (max-width: 991px) {
  .header-2 {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .header-2 .header-main .header-button {
    display: none;
  }
}
.header-2 .header-main .main-menu ul li .has-homemenu {
  left: -300px;
}

.header-3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-3 .header-top-text {
  padding: 10px 0;
}
.header-3 .header-top-text span {
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
}
.header-3 .header-top-text span a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 0 30px;
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main {
    padding: 0 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header-3 .mega-menu-wrapper .header-main .header-left {
    padding: 20px 0;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
  border-right: 1px solid var(--theme2);
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
  display: none;
}
.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .header-logo {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a {
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a:hover {
  color: var(--theme2);
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li .submenu li a {
  color: var(--theme);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
  text-align: right;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-content {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content span {
  font-size: 14px;
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a {
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a:hover {
  color: var(--theme2);
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .sidebar__toggle .bar-2 {
    display: none;
  }
}
.header-3 .main-menu ul li .has-homemenu {
  left: -330px;
}

.header-4 .container-fluid {
  padding: 0 22px;
    border-bottom: 1px solid #001659;
}
.header-4 .header-logo {
  display: none;
}
.header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fb923c 0%, #ef4444 46%, #e11d48 100%);
  border: 3px solid #ffffff;
  box-shadow: 0 12px 24px rgba(220, 38, 38, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(220, 38, 38, .28);
}
.header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon img {
  width: 27px !important;
  height: 27px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .header-4 .container-fluid {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .header-section.header-4 {
    background: #ffffff;
    box-shadow: 0 -1px 0 #0f766e inset, 0 10px 24px rgba(15, 23, 42, .08);
  }

  .header-4 .container-fluid {
    padding: 12px 18px;
    border-top: 3px solid #0f766e;
    border-bottom: 0;
  }

  .header-4 .header-main {
    min-height: 62px;
    gap: 16px;
  }

  .header-4 .header-logo {
    display: block;
    min-width: 0;
  }

  .header-4 .header-logo .mobile-college-code {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    max-width: 100%;
    min-height: 42px;
    padding: 8px 15px;
    color: #001659;
    background:
      linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(90deg, #0f766e, #2563eb, #f97316) border-box;
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(8, 47, 73, .1);
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
  }

  .header-4 .header-logo .mobile-college-code span {
    font-size: 15px;
    color: #073b4c;
    font-weight: 800;
  }

  .header-4 .header-logo .mobile-college-code strong {
    color: #b91c1c;
    font-size: 22px;
    font-weight: 900;
  }

  .header-4 .header-right {
    flex: 0 0 auto;
    gap: 0;
  }

  .header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f97316 0%, #ef4444 46%, #dc2626 100%);
    border: 3px solid #ffffff;
    box-shadow: 0 12px 24px rgba(220, 38, 38, .25);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 28px rgba(220, 38, 38, .3);
  }

  .header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon img {
    width: 29px !important;
    height: 29px;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .header-4 .container-fluid {
    padding: 4px 14px;
  }

  .header-4 .header-main {
    min-height: 58px;
  }

  .header-4 .header-logo .mobile-college-code {
    min-height: 38px;
    padding: 7px 12px;
    gap: 6px;
  }

  .header-4 .header-logo .mobile-college-code span {
    font-size: 13px;
  }

  .header-4 .header-logo .mobile-college-code strong {
    font-size: 19px;
  }

  .header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon {
    width: 48px;
    height: 48px;
  }

  .header-4 .header-right .header__hamburger .sidebar__toggle .bar-icon img {
    width: 26px !important;
    height: 26px;
  }
}
@media (max-width: 390px) {
  .header-4 .container-fluid {
    padding: 5px 10px;
  }

  .header-4 .header-logo .mobile-college-code {
    padding: 7px 10px;
  }

  .header-4 .header-logo .mobile-college-code span {
    font-size: 12px;
  }

  .header-4 .header-logo .mobile-college-code strong {
    font-size: 18px;
  }
}
@media (max-width: 1899px) {
  .header-4 .header-main .main-menu ul li .has-homemenu {
    left: -250px;
  }
}
.header-4 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-4 .header-main .header-right .header-button {
    display: none;
  }
}

.header-5 {
  position: absolute;
  z-index: 99;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #36343c;
}
.header-5 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-5 .container-fluid {
    padding: 15px 20px;
  }
}
@media (max-width: 1199px) {
  .header-5 .mega-menu-wrapper .header-main {
    gap: 20px;
  }
}
.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li {
    margin-inline-end: 20px;
  }
}
.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--white);
}
.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}
.header-5 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}
.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--white);
}
.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--white);
}
.header-5 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}
@media (max-width: 1399px) {
  .header-5 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
  }
}
.header-5 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-5 .header-main .header-right .header-button {
    display: none;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: 0px 0px 62px 0px rgba(0, 22, 89, 0.17);
  transition: all 0.9s;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky .header-logo {
  top: 28px;
}
@media (max-width: 1399px) {
  .sticky .header-logo {
    margin-top: 0;
  }
}
.sticky.header-5 {
  border-bottom: none;
}
.sticky.header-5 .mega-menu-wrapper .header-main {
  padding: 0px 0px;
}
@media (max-width: 991px) {
  .sticky.header-5 .mega-menu-wrapper .header-main {
    padding: 12px 0px !important;
  }
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
  display: block;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-logo {
  display: none;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .cart-icon {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--header);
}
.sticky.header-3 .header-top-text {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main {
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  padding: 0;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-1 {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
  display: block;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-1 {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
  display: block;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu ul li a {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-2 {
    display: block;
  }
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-1 {
    display: none;
  }
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
  display: block;
}
@media (max-width: 1199px) {
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
  display: none;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme2);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999990;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  cursor: pointer;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 330px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(155, 155, 155, 0.1) 100%);
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
      padding-top: 59px;
      padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
      padding-top: 32px;
      padding-bottom: 6px;
  }
}
.breadcrumb-wrapper .page-heading .icon-shape {
  position: absolute;
  bottom: 18%;
  left: 30%;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .icon-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper .page-heading span img {
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 40px;
  position: relative;
  z-index: 9;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 52px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .page-heading h1 span {
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .breadcrumb-items {
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-items {
    flex-wrap: wrap;
  }
}
.breadcrumb-wrapper .breadcrumb-items li {
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
}
.breadcrumb-wrapper .breadcrumb-items li a {
  color: rgba(255, 255, 255, 0.7019607843);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .breadcrumb-items li a:hover {
  color: var(--theme2);
}
.breadcrumb-wrapper .breadcrumb-items li i {
  font-weight: 400;
  font-size: 16px;
}
.breadcrumb-wrapper .breadcrumb-items .text {
  text-decoration: underline;
}
.breadcrumb-wrapper.error-page {
  height: 100vh;
}
.breadcrumb-wrapper.error-page .page-heading {
  padding: 250px 0;
}
.breadcrumb-wrapper.error-page .page-heading h1 {
  font-size: 200px;
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper.error-page .page-heading h1 {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper.error-page .page-heading h1 {
    font-size: 80px;
  }
}
.breadcrumb-wrapper.error-page .page-heading h3 {
  color: var(--white);
}
.breadcrumb-wrapper.coming-page {
  height: 100vh;
}
.breadcrumb-wrapper.coming-page .page-heading ul {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 650px;
  justify-content: center;
  margin: 30px auto;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper.coming-page .page-heading ul {
    flex-wrap: wrap;
  }
}
.breadcrumb-wrapper.coming-page .page-heading ul li span {
  font-size: 42px;
  color: var(--white);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: 3px solid var(--border2);
  display: inline-block;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper.coming-page .page-heading ul li span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
  }
}
.breadcrumb-wrapper.coming-page .page-heading ul li p {
  color: var(--white);
  margin-top: 10px;
  text-transform: uppercase;
}
.breadcrumb-wrapper.coming-page .page-heading .form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}
.breadcrumb-wrapper.coming-page .page-heading .form input {
  color: var(--text);
  width: 100%;
  padding: 19px 35% 19px 30px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
}
.breadcrumb-wrapper.coming-page .page-heading .form .button-area {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb-wrapper.coming-page .page-heading .form .button-area .theme-btn {
  padding: 25px 45px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper.coming-page .page-heading h1 {
    font-size: 36px;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb {
  position: relative;
  width: 280px;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu .homemenu-content .homemenu-title {
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--theme);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-top: 1px solid var(--border2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.hero-1 {
  position: relative;
  padding: 240px 0;
}
@media (max-width: 1600px) {
  .hero-1 {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 220px 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding-top: 150px;
    padding-bottom: 250px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.hero-1 .pattern-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-1 .pattern-shape {
    display: none;
  }
}
.hero-1::before {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .hero-1::before {
    display: none;
  }
}
.hero-1 .hero-content {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .hero-1 .hero-content br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content .title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme);
}
.hero-1 .hero-content .title img {
  margin-right: 10px;
}
.hero-1 .hero-content h1 {
  margin-top: 10px;
  font-size: 86px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 76px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-1 .hero-content h1 .text {
  color: #5C6C9C;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 .text {
    color: var(--theme);
  }
}
.hero-1 .hero-content h1 .text-2 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 .text-2 {
    color: var(--theme);
  }
}
.hero-1 .service-btn {
  width: 120px;
  height: 120px;
  background-color: var(--theme2);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  padding: 35px 35px;
  position: absolute;
  left: 44%;
  bottom: 5%;
  z-index: 99;
  transform: translate(-50%, -50%);
  animation: moverightbounce 3.5s linear infinite;
  transition: all 0.3s ease-in-out;
}
.hero-1 .service-btn:hover {
  background: var(--white);
  color: var(--theme2);
}
@media (max-width: 575px) {
  .hero-1 .service-btn {
    left: 50%;
    bottom: 4%;
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
.hero-1 .service-btn span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}
.hero-1 .hero-image {
  position: absolute;
  bottom: 0;
  right: 205px;
  width: 940px;
  height: 865px;
  z-index: 9;
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .hero-1 .hero-image {
    right: 180px;
    width: 800px;
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    right: 0;
    width: 550px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image {
    display: none;
  }
}
.hero-1 .hero-image::after {
  position: absolute;
  top: 18%;
  left: 32%;
  width: 650px;
  height: 650px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme2);
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image::after {
    display: none;
  }
}

.hero-2 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 110px 0 0;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding: 80px 0 0;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding: 60px 0 0;
  }
}
.hero-2 .swiper-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  padding: 18px 20px;
}
@media (max-width: 1199px) {
  .hero-2 .swiper-dot {
    display: none;
  }
}
.hero-2 .hero-image-slider {
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.hero-2 .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-2 .hero-image {
    display: none;
  }
}
.hero-2 .hero-image img {
  max-width: 100%;
}
.hero-2 .text-circle {
  position: absolute;
  right: 38%;
  bottom: -5%;
  animation: cir36 10s linear infinite;
}
@media (max-width: 1199px) {
  .hero-2 .text-circle {
    display: none;
  }
}
.hero-2 .hero-content {
  position: relative;
}
@media (max-width: 767px) {
  .hero-2 .hero-content br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}
.hero-2 .hero-content .hero-button {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .hero-button {
    top: 27%;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    top: 25%;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content .hero-button {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .hero-button {
    left: 23%;
    top: 45%;
  }
}
.hero-2 .hero-content h1 {
  font-size: 120px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 92px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 82px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 58px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
    margin-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 32px;
    margin-bottom: 110px;
  }
}
.hero-2 .hero-content h1 span {
  margin-left: 250px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 span {
    margin-left: 0;
  }
}
.hero-2 .hero-content p {
  max-width: 560px;
  font-size: 24px;
  border-left: 2px solid var(--theme);
  padding-left: 40px;
}
@media (max-width: 575px) {
  .hero-2 .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content p {
    padding-left: 0;
    border: none;
  }
}

.hero-3 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-3 .array-btn {
  position: absolute;
  right: 16.4%;
  top: 32%;
  z-index: 99;
  display: grid;
  gap: 20px;
}
.hero-3 .array-btn .array-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--white);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.hero-3 .array-btn .array-next {
  width: 50px;
  height: 50px;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .hero-3 .array-btn {
    right: 10%;
  }
}
@media (max-width: 1199px) {
  .hero-3 .array-btn {
    display: none;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
}
.hero-3 .hero-text-slider-2 {
  height: 613px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-text-slider-2 {
    height: 564px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-text-slider-2 {
    height: 502px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-text-slider-2 {
    height: 482px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-text-slider-2 {
    height: 400px;
  }
}
.hero-3 .hero-content {
  padding-top: 300px;
  padding-bottom: 170px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content {
    padding-top: 270px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    padding-top: 250px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.hero-3 .hero-content span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white);
}
.hero-3 .hero-content h1 {
  font-size: 80px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-3 .hero-content .hero-button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.hero-4 {
  position: relative;
}
.hero-4 .array-button {
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-4 .array-button .array-prev {
  color: var(--theme);
}
.hero-4 .array-button .array-next {
  color: var(--theme2);
}
.hero-4 .swiper-dot-2 {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  transform: rotate(-90deg);
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--text);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--text);
  content: "";
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme2);
  transition: 0.6s;
  position: relative;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--theme2);
}
@media (max-width: 1399px) {
  .hero-4 .swiper-dot-2 {
    display: none;
  }
}
.hero-4 .swiper-slide-active .hero-image {
  transform: scale(1.12);
}
.hero-4 .hero-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
}
.hero-4 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-color: rgb(10, 12, 0);*/
  opacity: 0.749;
}
.hero-4 .hero-content {
  position: relative;
  padding: 180px 0;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content {
    text-align: center;
  }
}
.hero-4 .hero-content h1 {
  margin-top: -23px;
  line-height: 140%;
}
.hero-4 .hero-content h1 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.15) 50%, white 50%, rgba(255, 255, 255, 0.15) 70%);
  -webkit-mask-size: 200%;
}
@media (max-width: 1399px) {
  .hero-4 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.hero-4 .hero-content p {
  color: var(--white);
  margin-top: 10px;
}
.hero-4 .hero-content .hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero-4.style-2 .array-button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: initial;
  transform: translateY(-50%);
  bottom: initial;
  right: 5%;
  z-index: 9;
  padding: initial;
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-4.style-2 .array-button {
    display: none;
  }
}
.hero-4.style-2 .array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.hero-4.style-2 .array-button .array-prev:hover {
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid transparent;
}
.hero-4.style-2 .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.hero-4.style-2 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--header-2);
  border: 1px solid transparent;
}
.hero-4.style-2 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
  opacity: 0.749;
}
.hero-4.style-2 .hero-content {
  position: relative;
  padding-top: 300px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .hero-4.style-2 .hero-content {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .hero-4.style-2 .hero-content {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content {
    text-align: center;
    padding-top: 176px;
    padding-bottom: 100px;
  }
}
.hero-4.style-2 .hero-content h1 {
  font-size: 60px;
}
@media (max-width: 1399px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.hero-4.style-2 .hero-content p {
  color: var(--white);
  margin-top: 10px;
}
.hero-4.style-2 .hero-content .hero-button {
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content .hero-button {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-4.style-2 .hero-content .hero-button .theme-btn {
  background: var(--theme3);
  border-color: var(--theme3);
}
.hero-4.style-2 .hero-content .hero-button .theme-btn span, .hero-4.style-2 .hero-content .hero-button .theme-btn i {
  color: var(--white);
}
.hero-4.style-2 .hero-content .hero-button .video-box {
  position: relative;
  z-index: 2;
}
.hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
  background-color: var(--theme3);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.hero-4.style-3 {
  position: relative;
  z-index: 9;
}
.hero-4.style-3 .array-button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: initial;
  transform: translateY(-50%);
  bottom: initial;
  right: 5%;
  z-index: 9;
  padding: initial;
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-4.style-3 .array-button {
    display: none;
  }
}
.hero-4.style-3 .array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.hero-4.style-3 .array-button .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}
.hero-4.style-3 .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.hero-4.style-3 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--header-2);
  border: 1px solid transparent;
}
.hero-4.style-3 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-4.style-3 .shape-1 {
    display: none;
  }
}
.hero-4.style-3 .shape-2 {
  position: absolute;
  bottom: -4px;
  right: -20%;
  z-index: 2;
  top: -20px;
}
.hero-4.style-3 .shape-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .hero-4.style-3 .shape-2 {
    display: none;
  }
}
.hero-4.style-3 .hero-content {
  position: relative;
  z-index: 99;
}
.hero-4.style-3 .hero-content h6 {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 40px;
}
.hero-4.style-3 .hero-content .hero-button {
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 575px) {
  .hero-4.style-3 .hero-content .hero-button {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-4.style-3 .hero-content .hero-button .theme-btn span, .hero-4.style-3 .hero-content .hero-button .theme-btn i {
  color: var(--white);
}
.hero-4.style-3 .hero-content .hero-button .video-box {
  position: relative;
  z-index: 2;
}
.hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
  background-color: var(--theme2);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.video-items {
  position: relative;
}
.video-items .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-items .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
.video-items .circle-box .video-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme);
  font-size: 18px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-items-2 {
  position: relative;
  z-index: 9;
}
.video-items-2 .video-button {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header-2);
  display: inline-block;
}
@media (max-width: 767px) {
  .video-items-2 .video-button {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .video-items-2 .video-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
  }
}

.video-section-2 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 250px;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .video-section-2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .video-section-2 {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
.video-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
  opacity: 0.8;
}

.video-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 315px 0;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .video-section {
    padding: 250px 0;
  }
}
@media (max-width: 991px) {
  .video-section {
    padding: 200px 0;
  }
}
@media (max-width: 575px) {
  .video-section {
    padding: 150px 0;
  }
}

.funfact-wrapper {
  border-bottom: 1px solid var(--theme2);
}

.single-funfact-items {
  margin-bottom: -6px;
  margin-top: -15px;
}
.single-funfact-items .funfact-content h2 {
  font-size: 80px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .single-funfact-items .funfact-content h2 {
    font-size: 62px;
    margin-top: 20px;
  }
}
.single-funfact-items .funfact-content p {
  margin-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--theme);
}
@media (max-width: 575px) {
  .single-funfact-items .funfact-content p {
    padding-bottom: 30px;
  }
}
.single-funfact-items .funfact-content .title {
  margin-top: 20px;
}
.single-funfact-items .funfact-content .title h6 {
  font-size: 16px;
  font-weight: 600;
}
.single-funfact-items .funfact-content .title .icon {
  font-size: 16px;
  color: var(--theme2);
}

.achievement-section {
  position: relative;
}
.achievement-section .shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}

.achievement-wrapper {
  position: relative;
  z-index: 9;
}
.achievement-wrapper .achievement-content .about-button {
  margin-top: 40px;
}
.achievement-wrapper .counter-area {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .achievement-wrapper .counter-area {
    margin-left: 0;
  }
}
.achievement-wrapper .counter-area .counter-items {
  background-color: var(--white);
  text-align: center;
  padding: 30px;
}
.achievement-wrapper .counter-area .counter-items .content {
  margin-top: 20px;
}
.achievement-wrapper .counter-area .counter-items .content h2 {
  font-size: 42px;
  color: var(--header-2);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .achievement-wrapper .counter-area .counter-items .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .achievement-wrapper .counter-area .counter-items .content h2 {
    font-size: 32px;
  }
}

.about-wrapper {
  position: relative;
}
.about-wrapper .section-header {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .about-wrapper .section-header {
    padding-bottom: 50px;
  }
}
.about-wrapper .section-header .circle-box {
  position: absolute;
  top: 0;
}
.about-wrapper .section-header .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
@media (max-width: 575px) {
  .about-wrapper .section-header .circle-box {
    display: none;
  }
}
.about-wrapper .section-header .circle-box .icon-img {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper .section-header h2 {
  margin-left: 250px;
}
@media (max-width: 991px) {
  .about-wrapper .section-header h2 {
    margin-left: 185px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .section-header h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-wrapper .section-header h2 {
    margin-left: 0;
  }
}
.about-wrapper .section-header h2 span {
  position: absolute;
  right: 8%;
  color: var(--theme2);
}
@media (max-width: 767px) {
  .about-wrapper .section-header h2 span {
    position: initial;
  }
}
@media (max-width: 575px) {
  .about-wrapper .section-header h2 span {
    position: initial;
  }
}
.about-wrapper .about-image {
  position: relative;
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .counter-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  width: 200px;
  height: 200px;
  text-align: center;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .counter-content {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-image .counter-content {
    width: 170px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-image .counter-content {
    width: 170px;
    height: 130px;
  }
}
.about-wrapper .about-image .counter-content h6 {
  font-size: 14px;
  margin-top: 30px;
  font-weight: 400;
  color: var(--theme2);
}
.about-wrapper .about-image .counter-content h2 {
  font-size: 60px;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  margin-top: 10px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .counter-content h2 {
    font-size: 42px;
  }
}
.about-wrapper .about-image .dot {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-wrapper .about-content {
  margin-left: 70px;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content {
    margin-left: 40px;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content {
    margin-left: 0;
    margin-top: 50px;
  }
}
.about-wrapper .about-content .about-image-2 {
  margin-top: 110px;
}
.about-wrapper .about-content .about-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .about-image-2 {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .about-image-2 {
    margin-top: 50px;
  }
}

.about-wrapper-2 .about-image {
  position: relative;
}
.about-wrapper-2 .about-image img {
  width: 100%;
}
.about-wrapper-2 .about-image .circle-box {
  position: absolute;
  right: -13%;
  top: 35%;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .circle-box {
    display: none;
  }
}
.about-wrapper-2 .about-image .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper-2 .about-image .circle-box .box-img {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-2 .about-image .circle-box .box-img img {
  width: initial !important;
}
.about-wrapper-2 .about-content {
  max-width: 600px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-content .nav {
  border: unset;
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-wrapper-2 .about-content .nav .nav-link {
  padding: 0;
  border: unset;
  background: none;
}
.about-wrapper-2 .about-content .nav .nav-link .title {
  font-weight: 600;
  color: var(--theme);
  font-size: 18px;
  text-transform: uppercase;
}
.about-wrapper-2 .about-content .nav .nav-link.active .title {
  color: var(--theme2);
  text-decoration: underline;
  position: relative;
}
.about-wrapper-2 .about-content .tab-content {
  margin-top: 20px;
}
.about-wrapper-2 .about-content.about-inner {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content.about-inner {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content.about-inner {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-growth-items .growth-box-number {
  border: 2px solid var(--border2);
  padding: 70px 20px;
}
.about-wrapper-2 .about-growth-items .growth-box-number h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme2);
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 50px;
}
.about-wrapper-2 .about-growth-items .growth-box-number h6 {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-number {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-growth-items .growth-box-number {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-image {
    margin-bottom: 30px;
  }
}
.about-wrapper-2 .about-growth-items .growth-box-image .text-circle {
  animation: cir36 10s linear infinite;
  margin-bottom: 30px;
}
.about-wrapper-2 .about-growth-items .growth-box-image-2 {
  width: 190px;
  margin-left: 15px;
  margin-top: 0px;
}
.about-wrapper-2 .about-growth-items .growth-box-image-2 img {
  width: 100%;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-image-2 {
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
}
.about-wrapper-2 .about-image-items {
  max-width: 620px;
  position: relative;
}
.about-wrapper-2 .about-image-items .about-image-1 {
  max-width: 300px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    text-align: center;
    margin: 0 auto;
  }
}
.about-wrapper-2 .about-image-items .about-image-1 img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .about-image-items .about-image-2 {
  max-width: 300px;
  margin-top: 120px;
}
.about-wrapper-2 .about-image-items .about-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 {
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
  }
}
.about-wrapper-2 .about-image-items .circle-box {
  width: 280px;
  position: absolute;
  bottom: -60px;
  left: 10px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .circle-box {
    display: none;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-2.wrapper-2 .about-content {
    margin-left: 0;
  }
}

.about-company-wrapper .about-company-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-company-wrapper .about-company-items {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items {
    gap: 30px;
    justify-content: center;
  }
}
.about-company-wrapper .about-company-items:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items:not(:last-child) {
    margin-bottom: 35px;
  }
}
.about-company-wrapper .about-company-items .company-title {
  position: relative;
}
.about-company-wrapper .about-company-items .company-title h2 {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items .company-title h2 {
    margin-bottom: 35px;
  }
}
.about-company-wrapper .about-company-items .company-title h3 {
  font-size: 80px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  line-height: 115%;
}
.about-company-wrapper .about-company-items .company-items .company-image {
  max-width: 550px;
}
.about-company-wrapper .about-company-items .company-items .company-image img {
  width: 100%;
  height: 100%;
}
.about-company-wrapper .about-company-items .company-items .company-content {
  max-width: 550px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items .company-items .company-content {
    text-align: center;
    margin: 30px auto;
  }
  .about-company-wrapper .about-company-items .company-items .company-content h3 {
    margin-bottom: 10px;
  }
}
.about-company-wrapper .about-company-items.border-line {
  position: relative;
}
.about-company-wrapper .about-company-items.border-line::before {
  position: absolute;
  top: -50%;
  left: 10%;
  content: "";
  background-color: var(--border2);
  width: 1px;
  height: 406px;
}
@media (max-width: 1399px) {
  .about-company-wrapper .about-company-items.border-line::before {
    display: none;
  }
}
.about-company-wrapper .about-company-items.border-line-2 {
  position: relative;
}
.about-company-wrapper .about-company-items.border-line-2::before {
  position: absolute;
  bottom: -50%;
  left: 10%;
  content: "";
  background-color: var(--border2);
  width: 1px;
  height: 330px;
}
@media (max-width: 1399px) {
  .about-company-wrapper .about-company-items.border-line-2::before {
    display: none;
  }
}

.about-wrapper-3 .about-image-items {
  position: relative;
}
.about-wrapper-3 .about-image-items .exp-box {
  position: absolute;
  left: -80px;
  top: 90px;
  z-index: 9;
  padding: 40px 40px 60px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: -40px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    padding: 30px 30px 50px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box {
    padding: 20px 20px 40px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item {
    gap: 15px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
  font-size: 62px;
  color: var(--white);
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
    font-size: 32px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content h2 {
  color: var(--white);
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content p {
  color: var(--white);
}
.about-wrapper-3 .about-image-items .about-image-1 {
  max-width: 490px;
  height: 585px;
  position: relative;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 450px;
  }
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
  position: absolute;
  right: -28%;
  bottom: -12%;
  max-width: 330px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -4%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -10%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: 0;
    bottom: 0;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    max-width: 200px;
  }
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-content .about-list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .about-list-items {
    margin-top: 20px;
  }
}
.about-wrapper-3 .about-content .about-list-items .list-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content .about-list-items .list-area li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .about-list-items .list-area li i {
  color: var(--theme2);
  margin-right: 5px;
}
.about-wrapper-3 .about-content .pro-items {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .pro-items {
    margin-top: 20px;
  }
}
.about-wrapper-3 .about-content .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .pro-items .pro-head .title {
  font-size: 16px;
  text-transform: capitalize;
}
.about-wrapper-3 .about-content .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
  color: var(--header);
}
.about-wrapper-3 .about-content .pro-items .progress {
  background: var(--bg2);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.about-wrapper-3 .about-content .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 10px;
  background: var(--theme2);
  height: 10px;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.about-wrapper-3 .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-author {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.about-wrapper-3 .about-author .author-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper-3 .about-author .author-contact .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  background-color: var(--theme2);
  color: var(--white);
}
.about-wrapper-3 .about-author .author-contact .content h6 {
  font-size: 15px;
  margin-top: 5px;
}
.about-wrapper-3.style-2 {
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 {
    margin-bottom: 0;
  }
}
.about-wrapper-3.style-2 .about-image-items {
  position: relative;
  height: 500px;
}
.about-wrapper-3.style-2 .about-image-items::before {
  content: "";
  background-image: url(../../assets/img/about/new/about-bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 48px;
  right: 23px;
  height: 240px;
  width: 108px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation: bounce-y 10s infinite linear;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-image-items::before {
    right: 20%;
  }
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 {
  height: 500px;
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
  right: -15%;
  bottom: -12%;
  max-width: 250px;
}
@media (max-width: 1399px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: -60px;
    right: -5%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: 10%;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: -15%;
    bottom: -12%;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: 10%;
  }
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
  background-color: var(--theme3);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.about-wrapper-3.style-2 .about-content .list-area-2 {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    flex-wrap: initial;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    margin-top: 20px;
    gap: 20px;
  }
}
.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li i {
  color: var(--theme3);
  margin-right: 10px;
}
.about-wrapper-3.style-2 .about-content .about-author .author-contact .icon {
  background-color: var(--theme3);
  color: var(--white);
}
.about-wrapper-3.style-2 .about-content .about-author .author-contact .content h6 a {
  color: var(--header-2);
}

.service-wrapper .service-icon-area {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .service-wrapper .service-icon-area {
    margin-right: 0;
  }
}
.service-wrapper .service-icon-area .icon-items {
  display: flex;
  gap: 20px;
  background-color: var(--white);
  padding: 30px 25px;
}
.service-wrapper .service-icon-area .icon-items .icon {
  color: var(--theme2);
  font-size: 60px;
}
.service-wrapper .service-icon-area .icon-items .content h6 {
  margin-bottom: 10px;
}
.service-wrapper .service-icon-area .icon-items .content h6 a:hover {
  color: var(--theme2);
}
.service-wrapper .service-icon-area .icon-items .content p {
  font-size: 16px;
}
.service-wrapper .service-image img {
  width: 100%;
  height: 100%;
}

.single-service-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .single-service-wrapper {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .single-service-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .single-service-wrapper {
    justify-content: center;
  }
}
.single-service-wrapper .service-box-items {
  margin-bottom: -6px;
}
.single-service-wrapper .service-box-items:nth-of-type(2) .icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE4D7 100%);
}
.single-service-wrapper .service-box-items:nth-of-type(3) .icon {
  background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 100%);
}
.single-service-wrapper .service-box-items:nth-of-type(4) .icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE4D7 100%);
}
.single-service-wrapper .service-box-items .icon {
  width: 180px;
  height: 180px;
  line-height: 210px;
  background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 55%);
  text-align: center;
  border-radius: 50%;
  font-size: 90px;
  color: var(--theme2);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .single-service-wrapper .service-box-items .icon {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    line-height: 160px;
    font-size: 60px;
  }
}
.single-service-wrapper .service-box-items .content {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 575px) {
  .single-service-wrapper .service-box-items .content {
    margin-top: 20px;
  }
}
.single-service-wrapper .service-box-items .content h5 a:hover {
  color: var(--theme2);
}
.single-service-wrapper .service-box-items .content .text-bottom {
  font-size: 50px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme2);
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}
.single-service-wrapper .service-box-items:hover .icon {
  background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 100%);
}
.single-service-wrapper .service-box-items.style-2 {
  margin-top: 35px;
}

.single-service-wrapper-2 {
  position: relative;
  z-index: 99;
}
.single-service-wrapper-2 .service-box-items-2 {
  padding: 40px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  transition: all 0.4s ease-in-out;
  border-bottom: 3px solid transparent;
}
@media (max-width: 575px) {
  .single-service-wrapper-2 .service-box-items-2 {
    padding: 30px 25px;
  }
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 30px;
  top: -25px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon i {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon:hover {
  background-color: var(--theme2);
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon:hover i {
  color: var(--white);
}
.single-service-wrapper-2 .service-box-items-2 .icon {
  font-size: 90px;
  color: var(--white);
}
.single-service-wrapper-2 .service-box-items-2 .content {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .single-service-wrapper-2 .service-box-items-2 .content {
    margin-top: 20px;
  }
}
.single-service-wrapper-2 .service-box-items-2 .content h5 {
  font-size: 18px;
}
.single-service-wrapper-2 .service-box-items-2 .content h5 a {
  color: var(--white);
}
.single-service-wrapper-2 .service-box-items-2 .content h5 a:hover {
  color: var(--theme2);
}
.single-service-wrapper-2 .service-box-items-2.active {
  border-bottom: 3px solid var(--white);
  border-radius: none;
}
.single-service-wrapper-2 .service-box-items-2.active .arrow-icon {
  opacity: 1;
}

.service-image-wrapper .service-image img {
  width: 100%;
  height: 100%;
}

.service-details-content .details-thumb img {
  width: 100%;
  height: 100%;
}
.service-details-content .service-details-content {
  margin-top: 30px;
}
.service-details-content .service-details-content .service-single-items {
  text-align: center;
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px 20px;
  transition: all 0.4s ease-in-out;
}
.service-details-content .service-details-content .service-single-items .icon {
  font-size: 52px;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.service-details-content .service-details-content .service-single-items .icon-content {
  margin-top: 15px;
}
.service-details-content .service-details-content .service-single-items .icon-content h5 {
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.service-details-content .service-details-content .service-single-items:hover {
  background-color: var(--theme);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}
.service-details-content .service-details-content .service-single-items:hover .icon {
  color: var(--white);
}
.service-details-content .service-details-content .service-single-items:hover .icon-content h5 {
  color: var(--white);
}
.service-details-content .service-details-content .service-single-items:hover .icon-content p {
  color: var(--white);
}
.service-details-content .service-details-content .hilight-text {
  padding: 30px 35px;
  position: relative;
  border-left: 4px solid var(--theme);
  margin-top: 30px;
}
.service-details-content .service-details-content .hilight-text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme);
  opacity: 0.06;
}
.service-details-content .service-details-content .hilight-text .text {
  color: var(--theme);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.service-details-content .service-details-content .hilight-text h6 {
  font-size: 14px;
  font-weight: 500;
}
.service-details-content .service-details-content .hilight-text h6 span {
  color: var(--theme2);
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process {
  background-color: var(--bg);
  padding: 40px 20px;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .icon {
  width: 100px;
  height: 100px;
  line-height: 115px;
  font-size: 46px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--white);
  color: var(--theme2);
  border-radius: 50%;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .content {
  margin-top: 20px;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .content h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .content p {
  font-size: 16px;
}

.service-wrapper-2 {
  margin-right: -25%;
}
@media (max-width: 1199px) {
  .service-wrapper-2 {
    margin-right: 0;
  }
}
.service-wrapper-2 .service-card-items {
  background-color: var(--white);
  margin-top: 30px;
}
.service-wrapper-2 .service-card-items .service-image {
  overflow: hidden;
  position: relative;
}
.service-wrapper-2 .service-card-items .service-image img {
  width: 100%;
  height: 100%;
}
.service-wrapper-2 .service-card-items .service-content {
  padding: 25px 30px;
}
.service-wrapper-2 .service-card-items .service-content h5 {
  margin-bottom: 10px;
}
.service-wrapper-2 .service-card-items .service-content h5 a:hover {
  color: var(--theme2);
}

.service-card-items-2 {
  padding: 40px;
  background-color: var(--bg);
  margin-top: 30px;
}
@media (max-width: 767px) {
  .service-card-items-2 {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .service-card-items-2 {
    padding: 30px 20px;
  }
}
.service-card-items-2 .icon {
  font-size: 60px;
  color: var(--theme3);
}
.service-card-items-2 .content {
  margin-top: 20px;
}
.service-card-items-2 .content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.service-card-items-2 .content h5 a {
  color: var(--header-2);
}
.service-card-items-2 .content h5 a:hover {
  color: var(--theme3);
}

.sposors-wrapper {
  position: relative;
}
.sposors-wrapper .sponsors-content {
  border-right: 1px solid rgba(255, 94, 21, 0.3411764706);
}
@media (max-width: 1399px) {
  .sposors-wrapper .sponsors-content {
    border: none;
  }
}
.sposors-wrapper .sponsors-content p {
  color: var(--white);
  opacity: 0.7;
  max-width: 480px;
}
.sposors-wrapper .sponsors-content .soposors-button {
  margin-top: 40px;
}
.sposors-wrapper .sponsor-right {
  margin-left: 90px;
}
@media (max-width: 1399px) {
  .sposors-wrapper .sponsor-right {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .sposors-wrapper .sponsor-right .sponsor-items {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: initial !important;
  }
}
.sposors-wrapper .sponsor-right .sponsor-items:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .sposors-wrapper .sponsor-right .sponsor-items:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .sposors-wrapper .sponsor-right .sponsor-items:not(:last-child) {
    margin-bottom: 50px;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-100 {
  margin-left: 100px;
}

.video-pulse::after,
.video-pulse::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  animation-delay: 1s;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: rippleOne 3s infinite;
}
.ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot {
  margin-bottom: -5px;
}
.swiper-dot .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  transition: 0.6s;
  background-color: rgba(0, 22, 89, 0.1);
  opacity: 1;
  border-radius: 0;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  width: 40px;
}

.arry-button .array-prev {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  color: var(--theme);
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}
.arry-button .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.arry-button .array-next {
  width: 50px;
  height: 50px;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.arry-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}
@media (max-width: 767px) {
  .arry-button {
    display: none;
  }
}

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

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

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 0;
  }
}

.mt-40 {
  padding-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

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

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

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

@media (max-width: 575px) {
  br {
    display: none;
  }
}

.border-none {
  border-bottom: none !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border2);
}

.bg-white {
  background-color: var(--white);
}

.nice-select {
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  font-weight: 400;
  width: unset;
  outline: none;
  padding: 18px 35px;
  border: none;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .nice-select {
    padding: 15px 20px;
  }
}
.nice-select span {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.nice-select:hover::after {
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
}

.nice-select option {
  color: #7A7A7A;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--header);
  border-right: 1px solid var(--header);
  width: 10px;
  height: 10px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 14px;
  width: 100%;
  text-transform: uppercase;
  color: var(--theme);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--theme);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.border-right {
  border-right: 1px solid var(--theme);
  height: 330px;
}
@media (max-width: 1399px) {
  .border-right {
    border: none;
  }
}

.border-left-right {
  border-right: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  height: 330px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .border-left-right {
    border: none;
    height: initial;
  }
}
@media (max-width: 767px) {
  .border-left-right {
    text-align: initial;
    margin: initial;
  }
}

.custom-width {
  max-width: 320px;
}

.sub-color {
  color: var(--theme2) !important;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme2);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme2);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.star-color {
  color: #D8D8D8 !important;
}

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

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.border-none {
  border-top: none !important;
}

.single-team-items {
  margin-top: 35px;
  margin-bottom: -6px;
}
.single-team-items .team-image {
  position: relative;
  height: 500px;
}
@media (max-width: 575px) {
  .single-team-items .team-image {
    height: 380px;
  }
}
.single-team-items .team-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .single-team-items .team-image img {
    max-width: initial;
  }
}
@media (max-width: 991px) {
  .single-team-items .team-image img {
    max-width: 100%;
    height: 100%;
  }
}
.single-team-items .team-image .icon-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}
.single-team-items .team-image .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-team-items .team-image .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
}
.single-team-items .team-image .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.single-team-items .team-content {
  margin-top: 30px;
}
.single-team-items .team-content p {
  font-weight: 500;
  color: var(--theme2);
  text-transform: uppercase;
  font-size: 16px;
}
.single-team-items .team-content h4 {
  margin-top: 5px;
}
.single-team-items .team-content h4 a:hover {
  color: var(--theme2);
}
.single-team-items:hover .social-icon a {
  transform: scaleX(1);
}

@media (min-width: 1220px) {
  .team-wrapper {
    margin-right: calc(-50vw + 635px);
  }
}
.team-wrapper .single-team-style-2 {
  margin-bottom: -6px;
}
.team-wrapper .single-team-style-2 .single-team-items {
  background-color: var(--theme);
  position: relative;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image {
  padding: 30px 30px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  text-align: center;
  height: 470px;
}
@media (max-width: 575px) {
  .team-wrapper .single-team-style-2 .single-team-items .team-image {
    height: 400px;
  }
}
.team-wrapper .single-team-style-2 .single-team-items .team-image img {
  z-index: 9;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile {
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  transition: all 0.4s ease-in-out;
  z-index: 9;
  display: inline-block;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: var(--white);
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile .plus-btn:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: white;
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile:hover a {
  opacity: 1;
  visibility: visible;
}
.team-wrapper .single-team-style-2 .single-team-items .icon-shape {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 0;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .team-wrapper .single-team-style-2 .single-team-items .icon-shape {
    left: 90px;
  }
}
@media (max-width: 1199px) {
  .team-wrapper .single-team-style-2 .single-team-items .icon-shape {
    left: 15px;
  }
}
.team-wrapper .single-team-style-2 .team-content {
  margin-top: 20px;
}
.team-wrapper .single-team-style-2 .team-content span {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme2);
}
.team-wrapper .single-team-style-2 .team-content h4 a:hover {
  color: var(--theme2);
}

.team-section {
  position: relative;
}
.team-section .line-shape {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}
.team-section .line-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .team-section .line-shape {
    display: none;
  }
}
.team-section .line-shape-2 {
  position: absolute;
  left: 10%;
  bottom: 0;
}
.team-section .line-shape-2 img {
  width: 100%;
}
@media (max-width: 1399px) {
  .team-section .line-shape-2 {
    display: none;
  }
}

.team-details-wrapper .team-image {
  width: 407px;
  position: relative;
}
.team-details-wrapper .team-image img {
  width: 100%;
  height: 100%;
}
.team-details-wrapper .team-image .icon-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme2);
}
.team-details-wrapper .team-details-content h4 {
  margin-bottom: 15px;
}
.team-details-wrapper .team-details-content .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.team-details-wrapper .team-details-content .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--bg);
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-details-wrapper .team-details-content ul {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content ul li {
  font-size: 18px;
}
.team-details-wrapper .team-details-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.team-details-wrapper .team-details-content ul li span {
  font-size: 18px;
  color: var(--theme);
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 400;
}
.team-details-wrapper .team-details-content .header-title {
  margin-top: 40px;
}

.team-wrapper-2 {
  margin-right: -25%;
}
@media (max-width: 1899px) {
  .team-wrapper-2 {
    margin-right: -5%;
  }
}
@media (max-width: 1399px) {
  .team-wrapper-2 {
    margin-right: -8%;
  }
}
@media (max-width: 1199px) {
  .team-wrapper-2 {
    margin-right: 0;
  }
}
.team-wrapper-2 .team-image-inner {
  padding: 0 25px;
}
.team-wrapper-2 .team-image-inner .team-image {
  position: relative;
  padding: 15px 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .team-wrapper-2 .team-image-inner .team-image {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .team-wrapper-2 .team-image-inner .team-image {
    height: 400px;
  }
}
.team-wrapper-2 .team-image-inner .team-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: 100px;
  border: 2px solid var(--theme);
  border-radius: 10px;
  content: "";
  transform: skew(17deg);
  transform-origin: left top;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0.1;
}
.team-wrapper-2 .team-image-inner .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-wrapper-2 .team-image-inner .team-image .social-icon {
  display: grid;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-wrapper-2 .team-image-inner .team-image .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.team-wrapper-2 .team-image-inner .team-image .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-wrapper-2 .team-image-inner .team-content {
  margin-top: 10px;
}
.team-wrapper-2 .team-image-inner .team-content h5 a:hover {
  color: var(--theme2);
}
.team-wrapper-2 .team-image-inner:hover .team-image::before {
  border: 2px solid var(--theme2);
  opacity: 1;
}
.team-wrapper-2 .team-image-inner:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  left: -20px;
}
.team-wrapper-2 .team-image-inner.active .team-image::before {
  border: 2px solid var(--theme2);
  opacity: 1;
}
.team-wrapper-2 .team-image-inner.active .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  left: -20px;
}

.choose-wrapper .choose-icon-items {
  display: flex;
  align-items: center;
}
.choose-wrapper .choose-items {
  padding: 30px 20px;
  position: relative;
  font-size: 24px;
}
.choose-wrapper .choose-items .arrow-icon {
  position: absolute;
  right: 15px;
  top: 0;
  color: var(--theme);
  transform: rotate(-45deg);
}
.choose-wrapper .choose-items .content {
  margin-top: 20px;
}
.choose-wrapper .choose-items .content h6 {
  font-size: 14px;
  font-weight: 600;
}
.choose-wrapper .choose-items.style-2 {
  border-top: none;
}
.choose-wrapper .choose-image .choose-image-1 {
  max-width: 300px;
}
.choose-wrapper .choose-image .choose-image-1 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .choose-wrapper .choose-image .choose-image-1 {
    text-align: center;
    margin: 0 auto;
  }
}
.choose-wrapper .choose-image .choose-image-2 {
  max-width: 300px;
}
.choose-wrapper .choose-image .choose-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .choose-wrapper .choose-image .choose-image-2 {
    text-align: center;
    margin: 0 auto;
  }
}
.choose-wrapper .choose-image .choose-image-3 {
  max-width: 480px;
  margin-top: 30px;
  margin-left: -150px;
}
.choose-wrapper .choose-image .choose-image-3 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .choose-wrapper .choose-image .choose-image-3 {
    display: none;
  }
}

.choose-us-wrapper-2 .choose-us-content .icon-items {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items {
    margin-top: 20px;
  }
}
.choose-us-wrapper-2 .choose-us-content .icon-items .icon {
  font-size: 48px;
  color: var(--theme);
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items .content h5 {
    font-size: 18px;
  }
}
.choose-us-wrapper-2 .choose-image-items {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .choose-us-wrapper-2 .choose-image-items {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items {
    margin-bottom: -10px;
  }
}
.choose-us-wrapper-2 .choose-image-items .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose-us-wrapper-2 .choose-image-items .video-box .video-btn {
  background-color: var(--theme2);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 95px;
  width: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.choose-us-wrapper-2 .choose-image-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-1 {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-1 {
    height: 380px;
  }
}
.choose-us-wrapper-2 .choose-image-items .choose-image-2 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-2 {
    height: 450px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-2 {
    height: 380px;
  }
}

.choose-us-wrapper-3 .choose-image {
  margin: 0 40px;
}
@media (max-width: 1399px) {
  .choose-us-wrapper-3 .choose-image {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-3 .choose-image {
    height: 400px;
  }
}
.choose-us-wrapper-3 .choose-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-us-wrapper-3 .icon-area .icon-items {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.choose-us-wrapper-3 .icon-area .icon-items .icon {
  font-size: 62px;
  color: var(--header-2);
}
.choose-us-wrapper-3 .icon-area .icon-items .content h5 {
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--header-2);
}

.single-product-items {
  margin-top: 35px;
  margin-bottom: -6px;
}
.single-product-items .product-image {
  position: relative;
}
.single-product-items .product-image img {
  width: 100%;
  height: 100%;
}
.single-product-items .product-image .box {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--theme);
  text-align: center;
}
.single-product-items .product-image .box span {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.single-product-items .product-image .product-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 999;
  gap: 10px;
}
.single-product-items .product-image .product-icon li {
  background-color: var(--white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
}
.single-product-items .product-image .product-icon li i {
  color: var(--theme);
}
.single-product-items .product-image .product-icon li.style-2 {
  background-color: var(--theme2);
  cursor: pointer;
  width: 135px;
}
.single-product-items .product-image .product-icon li.style-2 a {
  color: var(--white);
}
.single-product-items .product-image .product-icon li.style-2 a i {
  color: var(--white);
  margin-right: 3px;
}
.single-product-items .product-content .price {
  margin-bottom: 5px;
}
.single-product-items .product-content .price span {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme2);
}
.single-product-items .product-content .price del {
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
}
.single-product-items .product-content h5 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.single-product-items .product-content h5 a:hover {
  background-size: 100% 1px;
  color: var(--theme2);
}
.single-product-items:hover .product-image .product-icon li {
  transform: scaleX(1);
}
.single-product-items.active .product-image .product-icon li {
  transform: scaleX(1);
}

.woocommerce-notices-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .woocommerce-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.woocommerce-notices-wrapper .product-showing {
  padding: 18px 20px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid var(--border2);
  display: inline-block;
  font-size: 16px;
}
.woocommerce-notices-wrapper .form-clt {
  width: 250px;
}
.woocommerce-notices-wrapper .form-clt .nice-select {
  padding: 18px 20px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--border2);
}

.product-details-wrapper .shop-single-slide .product-image {
  position: relative;
}
.product-details-wrapper .shop-single-slide .product-image img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.product-details-wrapper .shop-single-slide .product-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.product-details-wrapper .shop-single-slide .product-image .icon:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.product-details-wrapper .shop-single-slide:hover .icon {
  opacity: 1;
}
.product-details-wrapper .product-image-items .slide-smoll img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-details-wrapper .product-image-items .shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--theme2);
  opacity: 1;
}
.product-details-wrapper .product-details-content {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .product-details-wrapper .product-details-content {
    margin-left: 0;
  }
}
.product-details-wrapper .product-details-content .star i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper .product-details-content .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity {
  padding-right: 15px;
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border2);
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .minus {
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .plus {
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .qty {
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .discount input {
  border: 1px solid var(--border2);
  padding: 10px 20px;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--text);
}
.product-details-wrapper .single-tab {
  padding-top: 40px;
}
.product-details-wrapper .single-tab .nav {
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 15px 0;
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link.active {
  background: none;
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link.active h5 {
  color: var(--theme2);
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link h5 {
  color: var(--theme);
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-items .admin-items {
    justify-content: center;
  }
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .admin-img {
  width: 100px;
  height: 100px;
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .admin-img img {
  border-radius: 50%;
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content {
  position: relative;
  border: 1px solid var(--border2);
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-items .admin-items .content::before {
    display: none;
  }
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content .head-content h5 span {
  font-size: 14px;
  margin-left: 30px;
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content .star i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper .single-tab .tab-content .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}
.product-details-wrapper .single-tab .tab-content .review-title .rate-now p {
  font-size: 16px;
  text-transform: uppercase;
}
.product-details-wrapper .single-tab .tab-content .review-title .rate-now i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper .single-tab .tab-content .review-form {
  margin-top: 40px;
}
.product-details-wrapper .single-tab .tab-content .review-form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-form .form-clt input {
    padding: 15px 20px;
  }
}
.product-details-wrapper .single-tab .tab-content .review-form .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-form .form-clt-big textarea {
    padding: 15px 20px;
  }
}

.main-cart-wrapper {
  border-radius: 5px;
}
.main-cart-wrapper .cart-wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 40px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table {
  width: 100%;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table thead {
  border-bottom: 1px solid var(--border2);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table thead tr th {
  padding-bottom: 16px;
  color: var(--theme);
  text-transform: uppercase;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item td {
  border-bottom: 1px solid var(--border2);
  padding: 16px 0;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info img {
  border-radius: 5px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-price {
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--bg);
  width: 100px;
  border-radius: 5px;
  padding: 2px 20px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity span {
  display: block;
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a {
  display: block;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a i {
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-remove a i {
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.main-cart-wrapper .cart-wrapper-footer form {
  border: 1px solid var(--border2);
  padding: 8px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-cart-wrapper .cart-wrapper-footer form input {
  padding: 5px 5px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  background: transparent;
}
.main-cart-wrapper .cart-wrapper-footer form button {
  outline: none;
  border: none;
}
.main-cart-wrapper .cart-pragh-box {
  margin-top: 24px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.main-cart-wrapper .cart-graph {
  border: 1px solid var(--border2);
  padding: 30px 30px;
  border-radius: 5px;
}
.main-cart-wrapper .cart-graph h4 {
  text-align: center;
  color: var(--theme);
  margin-bottom: 30px;
}
.main-cart-wrapper .cart-graph ul {
  margin-bottom: 30px;
}
.main-cart-wrapper .cart-graph ul li {
  display: flex;
}
.main-cart-wrapper .cart-graph ul li:not(:last-child) {
  border-bottom: 1px solid var(--border2);
}
.main-cart-wrapper .cart-graph ul li span {
  width: 50%;
  color: var(--theme);
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .cart-wrapper {
    overflow-x: scroll;
  }
  .cart-wrapper .cart-items-wrapper {
    width: 700px;
  }
  .cart-wrapper .cart-wrapper-footer {
    width: 700px;
  }
}
.checkout-radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--theme);
}
.checkout-radio h4 {
  color: var(--theme);
  margin-bottom: 16px;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border2);
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--theme);
  text-transform: uppercase;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.checkout-single-wrapper .checkout-single h4 {
  color: var(--theme);
  margin-bottom: 2rem;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border2);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--theme);
  text-transform: uppercase;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
  color: var(--theme);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::-moz-placeholder {
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
  background-color: var(--white);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
  font-size: 18px;
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--theme);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.checkout-single-wrapper .boxshado-single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
  border: 1px solid var(--border2);
  background: transparent;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border2);
  background-color: var(--theme);
  outline: none;
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
}

.product-details-wrapper-2 .product-image-items .tab-content .tab-pane .product-image img {
  width: 100%;
  height: 100%;
}
.product-details-wrapper-2 .product-image-items .tab-content .tab-pane.active {
  border: 1px solid var(--theme2);
}
.product-details-wrapper-2 .product-image-items .nav {
  border: unset;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.product-details-wrapper-2 .product-image-items .nav .nav-link {
  padding: 0;
  border: unset;
  background: none;
}
.product-details-wrapper-2 .product-image-items .nav .nav-link .image-tab {
  border: 1px solid var(--border2);
}
.product-details-wrapper-2 .product-image-items .nav .nav-link .image-tab img {
  width: 100%;
  height: 100%;
}
.product-details-wrapper-2 .product-image-items .nav .nav-link.active .image-tab {
  border: 1px solid var(--theme2);
}
.product-details-wrapper-2 .product-details-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .product-details-wrapper-2 .product-details-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .product-details-wrapper-2 .product-details-content {
    margin-left: 0;
  }
}
.product-details-wrapper-2 .product-details-content .star a {
  color: var(--theme2);
  font-size: 14px;
  font-weight: 600;
}
.product-details-wrapper-2 .product-details-content .price-list {
  gap: 20px;
  border-bottom: 1px solid var(--border2);
  padding-bottom: 30px;
}
.product-details-wrapper-2 .product-details-content .price-list span {
  padding: 8px;
  background-color: var(--theme);
  font-size: 14px;
  color: var(--white);
}
.product-details-wrapper-2 .product-details-content .price-list del {
  font-size: 14px;
  color: var(--theme);
  opacity: 0.4;
  font-weight: 500;
}
.product-details-wrapper-2 .product-details-content .price-list h3 {
  font-size: 40px;
  color: var(--theme2);
}
.product-details-wrapper-2 .product-details-content .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity {
  padding-right: 15px;
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border2);
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .minus {
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .plus {
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .qty {
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .icon {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border2);
  color: var(--header);
  line-height: 40px;
}
.product-details-wrapper-2 .product-details-content .details-info {
  position: relative;
}
.product-details-wrapper-2 .product-details-content .details-info:not(:last-child) {
  margin-bottom: 10px;
}
.product-details-wrapper-2 .product-details-content .details-info span {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 2px;
}
.product-details-wrapper-2 .product-details-content .details-info a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  margin-left: 150px;
  text-transform: capitalize;
}
.product-details-wrapper-2 .single-tab {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab {
    padding-top: 50px;
  }
}
.product-details-wrapper-2 .single-tab .nav {
  justify-content: center;
  border-bottom: 1px solid var(--border2);
  padding-bottom: 20px;
}
.product-details-wrapper-2 .single-tab .nav .nav-link.active {
  position: relative;
}
.product-details-wrapper-2 .single-tab .nav .nav-link.active h6 {
  color: var(--theme2);
}
.product-details-wrapper-2 .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #ff5e14;
  transition: 0.3s;
}
.product-details-wrapper-2 .single-tab .description-items .description-content {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .product-details-wrapper-2 .single-tab .description-items .description-content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .product-details-wrapper-2 .single-tab .description-items .description-content {
    margin-right: 0;
  }
}
.product-details-wrapper-2 .single-tab .description-items .description-content h3 {
  margin-bottom: 15px;
}
.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items .description-list li {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--theme);
  font-weight: 500;
}
.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items .description-list li span {
  color: var(--text);
  font-weight: 400;
}
.product-details-wrapper-2 .single-tab .description-items .description-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .product-details-wrapper-2 .single-tab .review-items .admin-items {
    justify-content: center;
    gap: 30px;
  }
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .admin-img {
  width: 100px;
  height: 100px;
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .admin-img img {
  border-radius: 50%;
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content {
  position: relative;
  border: 1px solid var(--border2);
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .review-items .admin-items .content::before {
    display: none;
  }
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content .head-content h5 span {
  font-size: 14px;
  margin-left: 30px;
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content .star i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper-2 .single-tab .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}
.product-details-wrapper-2 .single-tab .review-title .rate-now p {
  font-size: 16px;
  text-transform: uppercase;
}
.product-details-wrapper-2 .single-tab .review-title .rate-now i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper-2 .single-tab .review-form {
  margin-top: 40px;
}
.product-details-wrapper-2 .single-tab .review-form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .review-form .form-clt input {
    padding: 15px 20px;
  }
}
.product-details-wrapper-2 .single-tab .review-form .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .review-form .form-clt-big textarea {
    padding: 15px 20px;
  }
}

.faq-section {
  position: relative;
}
.faq-section::before {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-section::before {
    top: 12%;
  }
}

@media (min-width: 1220px) {
  .faq-wrapper {
    margin-left: calc(-50vw + 635px);
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq-image {
    height: 400px;
  }
}
.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-wrapper .faq-content {
  margin-left: 70px;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-content {
    margin-left: 40px;
  }
  .faq-wrapper .faq-content .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.faq-wrapper .faq-content .faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--white);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 40px;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 30px;
  left: 0;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-top: 12px;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 5px;
  color: var(--white);
  padding-bottom: 25px;
  opacity: 0.7;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1220px) {
  .faq-wrapper.style-2 {
    margin-right: calc(-50vw + 635px);
    margin-left: initial;
  }
}
.faq-wrapper.style-2 .faq-content {
  margin-left: 0;
  margin-top: 0;
  margin-right: 70px;
}
.faq-wrapper.style-2 .faq-image {
  position: relative;
}
.faq-wrapper.style-2 .faq-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-wrapper.style-2 .faq-image .video-button .video-popup {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.faq-area .faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 40px;
  border-top: 1px solid var(--border2);
  text-transform: uppercase;
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 25px;
  left: 0;
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-top: 12px;
}
.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 5px;
  color: var(--text);
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body img {
  width: 100%;
  height: 100%;
}
.faq-area.faq-wrapper-2 .faq-image img {
  width: 100%;
  height: 100%;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item {
  border: none;
  background-color: var(--white);
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--header-2);
  padding: 18px 20px;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  position: initial;
  top: initial;
  left: initial;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  margin-top: 0;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
}
.faq-area.faq-wrapper-2 .faq-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .faq-area.faq-wrapper-2 .faq-content {
    margin-left: 0;
  }
}

.faq-section-2 {
  position: relative;
}
.faq-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 78.4%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-section-2::before {
    height: 100%;
  }
}

.main-sidebar {
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .main-sidebar {
    margin-left: 0;
  }
}
.main-sidebar .single-sidebar-widget {
  background-color: var(--bg);
  padding: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .main-sidebar .single-sidebar-widget {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget {
    margin-bottom: 30px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title span {
  text-transform: uppercase;
  font-size: 14px;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input {
  position: relative;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input input, .main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
  margin-bottom: 20px;
  padding: 18px 20px;
  line-height: 1;
  font-size: 14px;
  width: 100%;
  border: none;
  color: var(--text);
  text-transform: uppercase;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input .icon {
  position: absolute;
  right: 20px;
  top: 12px;
  color: var(--theme);
  border-left: 1px solid var(--border2);
  padding-left: 15px;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
  padding: 18px 20px 90px;
}
.main-sidebar .single-sidebar-widget .faq-category-link a {
  padding: 18px 20px;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.main-sidebar .single-sidebar-widget .faq-category-link a:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .faq-category-link a i {
  margin-right: 15px;
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .faq-category-link a::before {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
}
.main-sidebar .single-sidebar-widget .faq-category-link a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .faq-category-link a:hover i {
  color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .faq-category-link a.active {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .faq-category-link a.active i {
  color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .info-list li {
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .info-list li:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .info-list li span {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .download-service-doc a {
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget .download-service-doc a i {
  font-size: 22px;
  margin-right: 15px;
  color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .download-service-doc a:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .main-sidebar .single-sidebar-widget .download-service-doc a {
    font-size: 16px;
    padding: 18px 40px;
  }
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .download-service-doc a {
    font-size: 15px;
    padding: 18px 25px;
  }
}
.main-sidebar .single-sidebar-widget .download-service-doc a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .download-service-doc a.active {
  background-color: var(--theme);
  color: var(--white);
}

.prev-next-btns {
  padding: 20px 0;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
}
.prev-next-btns .text {
  font-size: 14px;
  color: var(--theme);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.prev-next-btns .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: var(--theme);
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--border2);
  transition: all 0.4s ease-in-out;
}
.prev-next-btns .prev-btn, .prev-next-btns .next-btn {
  gap: 15px;
}
.prev-next-btns .prev-btn:hover .text, .prev-next-btns .next-btn:hover .text {
  color: var(--theme2);
}
.prev-next-btns .prev-btn:hover .icon, .prev-next-btns .next-btn:hover .icon {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid var(--theme2);
}

.cta-call-to-action {
  position: relative;
}
@media (max-width: 1199px) {
  .cta-call-to-action {
    padding-bottom: 0;
  }
}
.cta-call-to-action .dot-shape {
  position: absolute;
  top: 10%;
  left: 10%;
}
@media (max-width: 1199px) {
  .cta-call-to-action .dot-shape {
    display: none;
  }
}
.cta-call-to-action .cta-img {
  position: absolute;
  top: 10%;
  left: 25%;
  animation: scale-up-two 8s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img {
    display: none;
  }
}
.cta-call-to-action .cta-img-2 {
  position: absolute;
  top: 50%;
  left: 2%;
  animation: scale-up-two 9s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-2 {
    display: none;
  }
}
.cta-call-to-action .cta-img-3 {
  position: absolute;
  bottom: 20%;
  left: 27%;
  animation: scale-up-two 10s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-3 {
    display: none;
  }
}
.cta-call-to-action .cta-img-4 {
  position: absolute;
  top: 10%;
  right: 25%;
  animation: scale-up-two 11s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-4 {
    display: none;
  }
}
.cta-call-to-action .cta-img-5 {
  position: absolute;
  right: 10%;
  bottom: 22%;
  animation: scale-up-two 12s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-5 {
    display: none;
  }
}

.cta-content-items {
  position: relative;
  z-index: 9;
}
.cta-content-items .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: var(--theme);
  text-align: center;
  margin: 0 auto 50px;
}
.cta-content-items span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme);
}
.cta-content-items h2 {
  margin-top: 10px;
}
.cta-content-items h2 .text {
  font-size: 50px;
  font-weight: 600;
  color: rgba(0, 22, 89, 0.2);
}
@media (max-width: 1199px) {
  .cta-content-items h2 .text {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .cta-content-items h2 .text {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta-content-items h2 .text {
    font-size: 28px;
  }
}
.cta-content-items h2 .text-2 {
  font-size: 50px;
  font-weight: 600;
  color: var(--theme2);
}
@media (max-width: 1199px) {
  .cta-content-items h2 .text-2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .cta-content-items h2 .text-2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta-content-items h2 .text-2 {
    font-size: 28px;
  }
}
.cta-content-items .cta-button {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
  justify-content: center;
}

.cta-banner-wrapper {
  border-bottom: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-banner-wrapper {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
}
.cta-banner-wrapper .cta-content {
  gap: 30px;
  display: flex;
  align-items: center;
}
.cta-banner-wrapper .cta-content p {
  font-size: 16px;
  max-width: 310px;
}
.cta-banner-wrapper form {
  position: relative;
}
@media (max-width: 575px) {
  .cta-banner-wrapper form {
    width: 100%;
  }
}
.cta-banner-wrapper form input {
  width: 500px;
  color: var(--text);
  border: none;
  outline: none;
  background: var(--bg);
  padding: 18px 20px;
  font-size: 14px;
  position: relative;
}
.cta-banner-wrapper form button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.cta-join-wrapper {
  position: relative;
  padding: 0 50px;
  background-color: var(--bg);
  border-left: 4px solid var(--theme);
}
@media (max-width: 1199px) {
  .cta-join-wrapper {
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .cta-join-wrapper {
    justify-content: center !important;
    gap: 20px;
  }
}
.cta-join-wrapper .team-image {
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .cta-join-wrapper .team-image {
    display: none;
  }
}

.cta-join-us {
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .cta-join-us {
    padding-top: 0;
  }
}

.cta-banner-2 {
  position: relative;
}
.cta-banner-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.6;
}

.cta-wrapper-2 {
  margin-bottom: 110px;
}
@media (max-width: 575px) {
  .cta-wrapper-2 {
    margin-bottom: 115px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper-2 .section-title h2 {
    font-size: 22px;
  }
}

.counter-wrapper-2 {
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  padding: 80px;
  margin-top: -120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .counter-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-2 {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-2 {
    padding: 40px;
  }
}
.counter-wrapper-2 .counter-content h2 {
  color: var(--white);
  margin-bottom: 10px;
}
.counter-wrapper-2 .counter-content p {
  color: var(--white);
}

.cta-area-3 {
  background-color: var(--theme);
  position: relative;
  display: block;
  margin-top: 40px;
}

.cta-img-box {
  position: absolute;
  top: -38px;
  bottom: -1px;
  left: 0;
  max-width: 694px;
  width: 100%;
}
@media (max-width: 575px) {
  .cta-img-box {
    top: 0;
  }
}
.cta-img-box::before {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  border-left: 17px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 38px solid var(--roofsie-black, #FF5E15);
  z-index: 2;
  transform: rotate(-1deg);
}
.cta-img-box .cta-img {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.cta-img-box .cta-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1899px) {
  .cta-img-box .cta-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.8;
  }
}

.cta-one-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 400px;
  padding-top: 77px;
  padding-bottom: 77px;
}
@media (max-width: 1899px) {
  .cta-one-inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cta-one-inner {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cta-one-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cta-one-inner .section-title span {
  color: var(--white);
}
.cta-one-inner .section-title h2 {
  color: var(--white);
  font-size: 36px;
}
@media (max-width: 767px) {
  .cta-one-inner .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cta-one-inner .section-title h2 {
    font-size: 26px;
  }
}

.pricing-wrapper .package-list-items {
  margin-top: 35px;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing-wrapper .package-list-items {
    margin-top: 43px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .package-list-items {
    margin-bottom: -75px;
  }
}
.pricing-wrapper .package-list-items .price-header-img {
  padding: 50px 30px;
  border: 1px solid #192D69;
}
@media (max-width: 575px) {
  .pricing-wrapper .package-list-items .price-header-img {
    padding: 20px 30px;
  }
}
.pricing-wrapper .package-list-items .price-header {
  padding: 50px 50px;
  border: 1px solid #192D69;
}
@media (max-width: 575px) {
  .pricing-wrapper .package-list-items .price-header {
    padding: 20px 30px;
  }
}
.pricing-wrapper .package-list-items ul li {
  font-size: 16px;
  color: var(--white);
  padding: 20px 30px;
  border: 1px solid #192D69;
  border-top: none;
}
@media (max-width: 575px) {
  .pricing-wrapper .package-list-items ul li {
    padding: 15px 20px;
  }
}
.pricing-wrapper .package-list-items ul li i {
  color: var(--white);
  font-size: 18px;
}
.pricing-wrapper .package-list-items ul li.border-none {
  border: none;
  margin-top: 51px;
}
.pricing-wrapper .signle-pricing-items {
  margin-top: 35px;
}
.pricing-wrapper .signle-pricing-items .price-header {
  padding: 50px 50px;
  border: 1px solid #192D69;
}
@media (max-width: 767px) {
  .pricing-wrapper .signle-pricing-items .price-header {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .signle-pricing-items .price-header {
    padding: 20px 30px;
  }
}
.pricing-wrapper .signle-pricing-items .price-header h3 {
  font-size: 40px;
  color: var(--white);
  line-height: 125%;
}
@media (max-width: 575px) {
  .pricing-wrapper .signle-pricing-items .price-header h3 {
    font-size: 32px;
  }
}
.pricing-wrapper .signle-pricing-items .price-header span {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.7;
  text-transform: uppercase;
}
.pricing-wrapper .signle-pricing-items .price-body li {
  font-size: 16px;
  color: var(--white);
  padding: 20px 30px;
  border: 1px solid #192D69;
  border-top: none;
}
.pricing-wrapper .signle-pricing-items .price-body li .pr-text {
  display: none;
}
@media (max-width: 991px) {
  .pricing-wrapper .signle-pricing-items .price-body li .pr-text {
    display: block;
  }
}
.pricing-wrapper .signle-pricing-items .price-body li .pr-icon {
  opacity: 0;
}
@media (max-width: 991px) {
  .pricing-wrapper .signle-pricing-items .price-body li .pr-icon {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .signle-pricing-items .price-body li {
    padding: 15px 20px;
  }
}
.pricing-wrapper .signle-pricing-items .price-body li i {
  color: var(--white);
  font-size: 18px;
}
.pricing-wrapper .signle-pricing-items .price-body li.border-none {
  border: none;
  margin-top: 15px;
}

.border-right-none {
  border-right: none !important;
}
@media (max-width: 1199px) {
  .border-right-none {
    border-right: 1px solid #192D69 !important;
  }
}

.pricing-card-items {
  margin-top: 30px;
  border: 1px solid var(--border2);
  padding: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-card-items {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items {
    padding: 30px 20px;
  }
}
.pricing-card-items .icon {
  position: absolute;
  right: 40px;
  top: 40px;
  color: var(--theme3);
  font-size: 90px;
  line-height: 1;
}
@media (max-width: 767px) {
  .pricing-card-items .icon {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .icon {
    top: 20px;
    right: 20px;
  }
}
.pricing-card-items .pricing-header {
  position: relative;
}
.pricing-card-items .pricing-header h2 {
  font-size: 42px;
  color: var(--header-2);
}
@media (max-width: 767px) {
  .pricing-card-items .pricing-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header h2 {
    font-size: 28px;
  }
}
.pricing-card-items .pricing-header h2 span {
  font-size: 16px;
  color: var(--text);
  margin-left: -5px;
}
.pricing-card-items .pricing-header h3 {
  font-size: 22px;
  color: var(--header-2);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .pricing-card-items .pricing-header h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header h3 {
    font-size: 18px;
  }
}
.pricing-card-items .pricing-header p {
  border-bottom: 1px solid var(--border2);
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header p {
    padding-bottom: 20px;
  }
}
.pricing-card-items ul {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .pricing-card-items ul {
    margin-top: 20px;
  }
}
.pricing-card-items ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-card-items ul li i {
  margin-right: 5px;
}
.pricing-card-items .pricing-button {
  margin-top: 40px;
}
.pricing-card-items .pricing-button .theme-bg-2 {
  background-color: #F8F8F8;
  width: 100%;
  text-align: center;
}
.pricing-card-items .pricing-button .theme-bg-2.active {
  background-color: var(--theme3);
}
.pricing-card-items .pricing-button .theme-bg-2 span, .pricing-card-items .pricing-button .theme-bg-2 i {
  color: var(--header-2);
}
.pricing-card-items .pricing-button .theme-bg-2::before, .pricing-card-items .pricing-button .theme-bg-2::after {
  background-color: var(--theme3);
}
.pricing-card-items .pricing-button .theme-bg-2:hover span, .pricing-card-items .pricing-button .theme-bg-2:hover i {
  color: var(--white);
}

.marquee-wrapper {
  background: var(--white);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -15px;
}
.marquee-wrapper.style-2 {
  text-transform: uppercase;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  opacity: 1;
  margin-top: 0;
  margin-bottom: -25px;
}
@media (max-width: 575px) {
  .marquee-wrapper.style-2 {
    margin-bottom: -7px;
  }
}

.text-slider {
  font-size: 80px;
  height: 100px;
  line-height: 90px;
  font-weight: 600;
  color: var(--theme);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .text-slider {
    font-size: 50px;
    height: 70px;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.testimonial-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .testimonial-bg {
    overflow: hidden;
  }
}
.testimonial-bg .text-circle {
  position: absolute;
  top: -8%;
  right: 17%;
  animation: cir36 10s linear infinite;
}
@media (max-width: 1199px) {
  .testimonial-bg .text-circle {
    display: none;
  }
}
.testimonial-bg .section-title {
  display: inline-block;
}
@media (max-width: 1199px) {
  .testimonial-bg .section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .testimonial-bg .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .section-title h2 {
    font-size: 28px;
  }
}
.testimonial-bg .section-title h2 .text {
  font-size: 50px;
  margin-left: 170px;
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .testimonial-bg .section-title h2 .text {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .testimonial-bg .section-title h2 .text {
    font-size: 32px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .section-title h2 .text {
    font-size: 28px;
  }
}
.testimonial-bg .section-title h2 .text-2 {
  font-size: 50px;
  color: var(--theme2);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .testimonial-bg .section-title h2 .text-2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .testimonial-bg .section-title h2 .text-2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .section-title h2 .text-2 {
    font-size: 28px;
  }
}
.testimonial-bg .testimonial-wrapper {
  overflow: hidden;
}
.testimonial-bg .testimonial-wrapper .array-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 20%;
  bottom: 13.5%;
  z-index: 99;
}
@media (max-width: 991px) {
  .testimonial-bg .testimonial-wrapper .array-btn {
    display: none;
  }
}
.testimonial-bg .testimonial-wrapper .array-btn .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
}
.testimonial-bg .testimonial-wrapper .array-btn .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme2);
  border-radius: 50%;
  color: var(--white);
}
.testimonial-bg .testimonial-wrapper .client-image-items .client-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial-bg .testimonial-wrapper .client-image-items {
    display: none;
  }
}
.testimonial-bg .testimonial-wrapper .client-image-items .testimonial-image-slider {
  height: 410px;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content {
  height: 480px;
}
@media (max-width: 1199px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
    height: 550px;
  }
}
@media (max-width: 450px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
    height: 650px;
  }
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content {
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content {
    padding: 40px;
  }
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content ul {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content ul li {
  font-size: 16px;
  color: var(--theme2);
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content h3 {
  color: var(--white);
  font-weight: 500;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content h4 {
  color: var(--white);
  margin-top: 15px;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info {
  margin-top: 30px;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info h6 {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info h6 span {
  color: var(--theme2);
}

@media (min-width: 1220px) {
  .testimonial-wrapper-2 {
    margin-left: calc(-50vw + 555px);
  }
}
.testimonial-wrapper-2 .testimonial-image {
  position: relative;
}
.testimonial-wrapper-2 .testimonial-image img {
  width: 100%;
  height: 100%;
}
.testimonial-wrapper-2 .testimonial-image .vdieo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-wrapper-2 .testimonial-image .video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}
.testimonial-wrapper-2 .testimonial-image .video-btn a {
  position: relative;
  color: var(--theme);
  font-size: 16px;
  z-index: 1;
  background-color: var(--white);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  display: block;
  transition: 0.4s;
}
.testimonial-wrapper-2 .testimonial-image .video-btn a i {
  color: var(--theme);
}
.testimonial-wrapper-2 .testimonial-content-items {
  padding: 50px;
  background-color: var(--white);
  margin-left: -250px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content-items {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content-items {
    padding: 35px;
  }
}
.testimonial-wrapper-2 .testimonial-content-items ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-wrapper-2 .testimonial-content-items ul li i {
  color: var(--theme2);
}
.testimonial-wrapper-2 .testimonial-content-items h4 {
  font-weight: 400;
  line-height: 150%;
}
.testimonial-wrapper-2 .testimonial-content-items .client-info {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content-items .client-info {
    margin-top: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-content-items .client-info .info-content h6 {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.testimonial-wrapper-2 .testimonial-content-items .client-info .info-content h6 span {
  color: var(--theme2);
  font-weight: 500;
}

.testimonial-wrapper-4 {
  position: relative;
}
.testimonial-wrapper-4 .testimonial-items {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items {
    padding: 30px;
  }
}
.testimonial-wrapper-4 .testimonial-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  top: 40px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items::before {
    top: 70px;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.testimonial-wrapper-4 .testimonial-items .client-info {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .client-info {
    margin-top: 10px;
  }
}
.testimonial-wrapper-4 .testimonial-items .client-info h5 {
  font-size: 18px;
  text-transform: uppercase;
}
.testimonial-wrapper-4 .testimonial-items .client-info h6 {
  font-size: 16px;
  margin-top: 5px;
}
.testimonial-wrapper-4 .testimonial-items .client-info h6 span {
  color: var(--theme);
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content {
  max-width: 950px;
  text-align: center;
  margin: 50px auto;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 10px auto;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
  font-size: 30px;
  line-height: 180%;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 20px;
    line-height: 170%;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 18px;
    line-height: 165%;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 15px;
    line-height: 160%;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
    margin-top: 10px;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content .star span {
  font-size: 14px;
  color: var(--ratting);
}

.testimonial-section-4 {
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-section-4 {
    margin-top: -40px;
  }
}
.testimonial-section-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  z-index: -1;
  top: 30%;
}
.testimonial-section-4::after {
  position: absolute;
  bottom: 11%;
  right: 20%;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: var(--theme2);
  content: "";
  z-index: -1;
}
.testimonial-section-4 .client-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .testimonial-section-4 .client-1 {
    display: none;
  }
}
.testimonial-section-4 .client-1 img {
  width: 100%;
  height: 100%;
}
.testimonial-section-4 .client-2 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .testimonial-section-4 .client-2 {
    display: none;
  }
}

.brand-wrapper {
  border-bottom: 1px solid var(--theme);
}
.brand-wrapper.style-2 {
  position: relative;
  z-index: 9;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 80px;
  margin-top: -100px;
}

@media (max-width: 1399px) {
  .padding-style {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .padding-style {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .padding-style {
    padding-top: 70px;
  }
}

.news-image {
  margin-top: 35px;
  position: relative;
}
.news-image img {
  width: 100%;
  height: 100%;
}
.news-image .post-cat-item {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-image .post-cat-item .post-title {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  color: var(--white);
  cursor: pointer;
}
@media (max-width: 575px) {
  .news-image .post-cat-item .post-title {
    font-size: 11px;
  }
}
.news-image .post-cat-item .post-title a {
  color: var(--white);
}
.news-image .post-cat-item .post-title-2 {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  color: var(--white);
  cursor: pointer;
}
@media (max-width: 575px) {
  .news-image .post-cat-item .post-title-2 {
    font-size: 11px;
  }
}
.news-image .post-cat-item .post-title-2 a {
  color: var(--white);
}
.news-image .news-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9;
}
.news-image .news-content .post-date {
  margin-bottom: 15px;
}
.news-image .news-content .post-date li {
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
}
.news-image .news-content .post-date li i {
  margin-right: 5px;
}
.news-image .news-content .post-date li span {
  color: var(--theme2);
}
.news-image .news-content h4 a {
  color: var(--white);
}
.news-image .news-content h4 a:hover {
  color: var(--theme2);
}
.news-image.style-2 .post-cat-item .post-title {
  background-color: var(--theme3);
}
.news-image.style-2 .post-cat-item .post-title-2 {
  background-color: var(--theme3);
}
.news-image.style-2 .news-content .post-date li span {
  color: var(--theme3);
}
.news-image.style-2 .news-content h4 a:hover {
  color: var(--theme3);
}

.news-right-content {
  margin-left: 30px;
  margin-top: 35px;
}
.news-right-content .single-news-items:not(:last-child) {
  padding-bottom: 30px;
}
.news-right-content .single-news-items .news-content {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}
.news-right-content .single-news-items .news-content .post-date {
  margin-bottom: 15px;
}
.news-right-content .single-news-items .news-content .post-date li {
  font-size: 16px;
  text-transform: uppercase;
}
.news-right-content .single-news-items .news-content .post-date li i {
  margin-right: 5px;
  color: var(--theme);
}
.news-right-content .single-news-items .news-content .post-date li span {
  color: var(--theme);
  font-weight: 500;
}
.news-right-content .single-news-items .news-content h5 a:hover {
  color: var(--theme2);
}
.news-right-content .single-news-items .news-content.border-none {
  border: none;
  padding-bottom: 0;
}
.news-right-content.style-2 .single-news-items:not(:last-child) {
  padding-bottom: 30px;
}
.news-right-content.style-2 .single-news-items .news-content .post-date li i {
  color: var(--header-2);
}
.news-right-content.style-2 .single-news-items .news-content .post-date li span {
  color: var(--theme3);
}
.news-right-content.style-2 .single-news-items .news-content h5 a {
  color: var(--header-2);
}
.news-right-content.style-2 .single-news-items .news-content h5 a:hover {
  color: var(--theme3);
}

.single-news-style-2 {
  margin-top: 35px;
  background-color: var(--white);
}
.single-news-style-2 .news-image {
  position: relative;
  height: 225px;
}
.single-news-style-2 .news-image img {
  width: 100%;
  height: 100%;
}
.single-news-style-2 .news-image .post-cat {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.single-news-style-2 .news-image .post-cat a {
  color: var(--white);
}
.single-news-style-2 .news-content {
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .single-news-style-2 .news-content {
    padding: 30px 25px;
  }
}
.single-news-style-2 .news-content .post-date {
  margin-bottom: 10px;
}
.single-news-style-2 .news-content .post-date li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--theme);
}
.single-news-style-2 .news-content .post-date li i {
  color: var(--theme2);
  margin-right: 10px;
}
.single-news-style-2 .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-style-2 .news-content .post-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-news-style-2 .news-content .post-item .post-img {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-news-style-2 .news-content .post-item .post-img li {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-news-style-2 .news-content .post-item .post-img li span {
  font-weight: 500;
  color: var(--theme);
}
.single-news-style-2 .news-content .post-item .post-icon {
  gap: 20px;
}
.single-news-style-2 .news-content .post-item .post-icon li i {
  margin-right: 5px;
  color: var(--theme);
}

.single-news-style-3 {
  border-top: 1px solid var(--border);
  margin-top: 35px;
}
.single-news-style-3 .news-image {
  position: relative;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  height: 600px;
}
.single-news-style-3 .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white);
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
.single-news-style-3 .news-image::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 490px;
  background-color: var(--border);
  content: "";
}
@media (max-width: 1199px) {
  .single-news-style-3 .news-image::after {
    height: 100%;
  }
}
.single-news-style-3 .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news-style-3 .news-image .post-cat {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme2);
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .post-cat {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .post-cat {
    left: 20px;
  }
}
.single-news-style-3 .news-image .post-cat a {
  color: var(--white);
}
.single-news-style-3 .news-image .news-content {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  padding: 0 35px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-content {
    padding: 0 30px;
    bottom: 140px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-content {
    padding: 0 20px;
    padding-bottom: 20px;
    bottom: 100px;
  }
}
.single-news-style-3 .news-image .news-content .post-date li {
  color: var(--theme);
}
.single-news-style-3 .news-image .news-content .post-date li i {
  color: var(--theme2);
}
.single-news-style-3 .news-image .news-content .post-date li span {
  color: var(--theme);
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-content h4 {
    font-size: 17px;
  }
}
.single-news-style-3 .news-image .news-content h4 a {
  color: var(--theme);
}
.single-news-style-3 .news-image .news-button {
  position: absolute;
  left: 35px;
  bottom: 50px;
  opacity: 0;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-button {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-button {
    left: 20px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-news-style-3 .news-image::before {
    background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .single-news-style-3 .news-image::after {
    display: none;
  }
  .single-news-style-3 .news-image .news-content {
    border: none;
  }
  .single-news-style-3 .news-image .news-content .post-date li {
    color: var(--white);
  }
  .single-news-style-3 .news-image .news-content .post-date li i {
    color: var(--white);
  }
  .single-news-style-3 .news-image .news-content .post-date li span {
    color: var(--text2);
  }
  .single-news-style-3 .news-image .news-content h4 a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
  }
  .single-news-style-3 .news-image .news-content h4 a:hover {
    color: var(--theme2);
  }
  .single-news-style-3 .news-image .news-button {
    opacity: 1;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image {
    height: 400px;
  }
}
.single-news-style-3.active .news-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.single-news-style-3.active .news-image::after {
  display: none;
}
.single-news-style-3.active .news-image .news-content {
  border: none;
}
.single-news-style-3.active .news-image .news-content .post-date li {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-content .post-date li i {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-content .post-date li span {
  color: var(--text2);
}
.single-news-style-3.active .news-image .news-content h4 a {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-button {
  opacity: 1;
  display: inline-block;
}
.single-news-style-3:hover .news-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.single-news-style-3:hover .news-image::after {
  display: none;
}
.single-news-style-3:hover .news-image .news-content {
  border: none;
}
.single-news-style-3:hover .news-image .news-content .post-date li {
  color: var(--white);
}
.single-news-style-3:hover .news-image .news-content .post-date li i {
  color: var(--white);
}
.single-news-style-3:hover .news-image .news-content .post-date li span {
  color: var(--text2);
}
.single-news-style-3:hover .news-image .news-content h4 a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.single-news-style-3:hover .news-image .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-style-3:hover .news-image .news-button {
  opacity: 1;
  display: inline-block;
}

.news-section-3 {
  border-bottom: 1px solid var(--border);
}

.single-news-items-3 {
  margin-top: 30px;
}
.single-news-items-3 .news-image {
  height: 260px;
  position: relative;
}
.single-news-items-3 .news-image .post-date {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  background-color: var(--theme);
  padding: 10px 20px;
}
.single-news-items-3 .news-image .post-date h5 {
  color: var(--white);
}
.single-news-items-3 .news-image .post-date h5 span {
  font-size: 16px;
}
.single-news-items-3 .news-content {
  padding: 30px;
  background-color: var(--white);
  margin-left: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 575px) {
  .single-news-items-3 .news-content {
    margin-left: 0;
  }
}
.single-news-items-3 .news-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.single-news-items-3 .news-content ul li {
  font-size: 16px;
}
.single-news-items-3 .news-content ul li i {
  margin-right: 5px;
  color: var(--theme2);
}
.single-news-items-3 .news-content h4 {
  font-size: 18px;
}
.single-news-items-3 .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-items-3 .news-content .news-btn {
  margin-top: 30px;
}

.border-wrap {
  border: 2px solid #ededed;
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
  font-weight: 700;
}
.blog-wrapper .border-wrap {
  padding: 50px;
}
@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}
.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}
.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}
.blog-wrapper .single-blog-post .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}
.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}
.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}
.blog-wrapper .single-blog-post.post-details .post-content a:hover {
  color: var(--theme2);
}
.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: var(--theme);
  color: var(--white);
  font-size: 26px;
  line-height: 1.4;

  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}
.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: var(--white);
}
.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: var(--text);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: var(--white);
  z-index: -1;
  opacity: 0.1;
  font-weight: 900;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: 0.3;
  z-index: -1;
}
.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--theme);
  background-image: url("../img/quotepost.png");
  border: none;
}
.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}
.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 30px;
  color: var(--white);
}
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
  color: var(--white);
}
.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.blog-wrapper .single-blog-post .post-content {
  padding: 50px;
  border: 2px solid #ededed;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
}
.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px 10px;
  }
}
@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--theme2);
}
.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 30px;
}
.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
  color: var(--text);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}
.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: var(--theme);
}
.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}
.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
  font-weight: 500;
}
.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: var(--theme);
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
}
.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}
.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}
.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}
.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 500;
}
.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 16px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .news-area .main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .news-area .main-sidebar {
    margin-top: 40px;
  }
}
.news-area .main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}
.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}
.news-area .main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a {
  font-size: 18px;
  text-transform: capitalize;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a:hover {
  color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}
.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}
.news-area .main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 20px;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.news-area .main-sidebar form .theme-btn {
  font-size: 14px !important;
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  background-color: var(--white);
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--header);
}
.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.search_widget form button:hover {
  background-color: var(--header);
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
}
.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
  color: var(--theme2);
}
.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  color: var(--theme2);
  font-weight: 500;
  font-size: 14px;
}
.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.widget_categories ul li {
  display: block;
}
.widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.widget_categories ul li a {
  position: relative;
  background: var(--white);
  padding: 17px 30px;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.widget_categories ul li a:hover {
  color: var(--theme);
}
.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
}

.tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--white);
  margin-right: 8px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tagcloud a {
    font-size: 14px;
  }
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: var(--theme);
  color: var(--white);
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}

.social-share a {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.social-share a:hover {
  color: var(--theme);
}

.tag-share-wrap {
  padding-bottom: 50px;
}
.tag-share-wrap h5 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tag-share-wrap h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.tag-share-wrap .tagcloud a {
  background: var(--theme);
  color: var(--white);
}
.tag-share-wrap .tagcloud a:hover {
  background: var(--theme2);
  color: var(--white);
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

@media (max-width: 767px) {
  .comments-heading h5, .related-post-wrap h5, .comment-form-wrap h5 {
    font-size: 18px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}
.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}
.comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
  font-size: 16px;
}
.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
  padding: 7px 18px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--white);
  background: var(--theme);
  transition: all 0.4s ease-in-out;
  box-shadow: inherit;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
  margin-right: 7px;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before, .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
  background-color: initial;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
  background: var(--theme2);
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
  color: var(--white) !important;
}
.comments-item-list .single-comment-item .author-info-comment .info h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--theme2);
  font-weight: 500;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #f0f0f0;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}
@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}
.comment-form label {
  margin-bottom: 4px;
}
.comment-form input, .comment-form textarea {
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  color: var(--header);
}
@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}
.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}
@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}
.comment-form .theme-btn {
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 60px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comment-form .theme-btn {
    padding: 20px 40px;
  }
}
@media (max-width: 585px) {
  .comment-form .theme-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}
.comment-form .theme-btn i {
  margin-right: 10px;
}

.comment ul {
  list-style-type: disc;
}
.comment ul ol {
  margin-bottom: 0;
}
.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}
.comment ol ul {
  margin-bottom: 0;
}
.comment ol ol {
  margin-bottom: 0;
}
.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}
.site_info_widget .single-contact-info span {
  display: block;
  color: var(--theme);
}
.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  background-color: var(--theme);
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}
.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color: var(--theme);
}
.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color: var(--theme);
}
.site_info_widget .social-link {
  margin-top: 35px;
}
.site_info_widget .social-link a {
  margin-right: 8px !important;
}

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

.portfolio-section {
  position: relative;
  padding-bottom: 195px;
}
@media (max-width: 1199px) {
  .portfolio-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .portfolio-section {
    padding-bottom: 80px;
  }
}
.portfolio-section .pattern-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio-section .pattern-shape img {
  width: 100%;
  height: 100%;
}
.portfolio-section .array-btn {
  display: grid;
}
.portfolio-section .array-btn .array-prev {
  position: absolute;
  top: 50%;
  left: 13%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme2);
  transform: rotate(-90deg);
}
.portfolio-section .array-btn .array-next {
  position: absolute;
  top: 55%;
  left: 13%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  transform: rotate(-90deg);
}

.portfolio-wrapper {
  margin-top: 60px;
}
@media (min-width: 1220px) {
  .portfolio-wrapper {
    margin-right: calc(-50vw + 555px);
  }
}
.portfolio-wrapper .portfolio-items {
  padding: 60px;
  background-color: var(--theme2);
  position: relative;
  margin-right: -100px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .portfolio-wrapper .portfolio-items {
    padding: 45px;
  }
}
@media (max-width: 1199px) {
  .portfolio-wrapper .portfolio-items {
    margin-right: 0;
    padding: 40px;
  }
}
.portfolio-wrapper .portfolio-items .text-right {
  position: absolute;
  right: -5px;
  top: -20px;
  font-size: 200px;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .portfolio-wrapper .portfolio-items .text-right {
    font-size: 100px;
    top: 10px;
  }
}
.portfolio-wrapper .portfolio-items .portfolio-content {
  margin-top: 200px;
}
@media (max-width: 575px) {
  .portfolio-wrapper .portfolio-items .portfolio-content {
    margin-top: 110px;
  }
}
.portfolio-wrapper .portfolio-items .portfolio-content .sub-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.portfolio-wrapper .portfolio-items .portfolio-content .sub-content span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.portfolio-wrapper .portfolio-items .portfolio-content .sub-content .portfolio-btn a {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-items .portfolio-content h3 {
  padding-top: 20px;
}
.portfolio-wrapper .portfolio-items .portfolio-content h3 a {
  color: var(--white);
}
.portfolio-wrapper .portfolio-image img {
  width: 100%;
  height: 100%;
}

.work-cases-section .arry-button .array-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--text);
  border-radius: 50%;
  border: 2px solid var(--border2);
  margin-right: 20px;
}
.work-cases-section .arry-button .array-next {
  width: 50px;
  height: 50px;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .work-cases-section .arry-button {
    display: none;
  }
}

.work-cases-wrapper {
  margin-top: 35px;
}
@media (min-width: 1220px) {
  .work-cases-wrapper {
    margin-right: calc(-50vw + 635px);
  }
}
.work-cases-wrapper .work-case-content .nav {
  border: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .work-cases-wrapper .work-case-content .nav {
    justify-content: initial;
  }
}
.work-cases-wrapper .work-case-content .nav .nav-link {
  padding: 0;
  border: unset;
  background: none;
}
.work-cases-wrapper .work-case-content .nav .nav-link .title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--theme);
}
.work-cases-wrapper .work-case-content .nav .nav-link.active .title {
  color: var(--theme2);
  position: relative;
  padding-left: 70px;
}
.work-cases-wrapper .work-case-content .nav .nav-link.active .title::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--theme2);
}
.work-cases-wrapper .work-cases-items {
  margin-bottom: -6px;
}
.work-cases-wrapper .work-cases-items .cases-image {
  position: relative;
  height: 500px;
}
@media (max-width: 575px) {
  .work-cases-wrapper .work-cases-items .cases-image {
    height: 400px;
  }
}
.work-cases-wrapper .work-cases-items .cases-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-cases-wrapper .work-cases-items .cases-image .icon {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--theme);
  background-color: var(--white);
  line-height: 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  z-index: 2;
}
.work-cases-wrapper .work-cases-items .cases-image .icon:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.work-cases-wrapper .work-cases-items .cases-content {
  margin-top: 30px;
}
.work-cases-wrapper .work-cases-items .cases-content span {
  color: var(--theme2);
  text-transform: uppercase;
  font-size: 14px;
}
.work-cases-wrapper .work-cases-items .cases-content h4 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.work-cases-wrapper .work-cases-items .cases-content h4 a:hover {
  background-size: 100% 1px;
  color: var(--theme2);
}
.work-cases-wrapper .work-cases-items:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.case-study-wrapper .icon-box {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
}
.case-study-wrapper .icon-box::before, .case-study-wrapper .icon-box::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border: 1px solid var(--border2);
  left: -15px;
  top: -15px;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}
.case-study-wrapper .icon-box::before {
  animation-delay: 1s;
}
.case-study-wrapper .case-study-items {
  margin-top: 35px;
  margin-bottom: -13px;
}
.case-study-wrapper .case-study-items .case-study-image {
  position: relative;
  height: 450px;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-items .case-study-image {
    height: 380px;
  }
}
.case-study-wrapper .case-study-items .case-study-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-wrapper .case-study-items .case-study-image .icon {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  fill: rgba(255, 255, 255, 0.01);
  filter: drop-shadow(0px 40px 80px rgba(0, 0, 0, 0.9));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  z-index: 2;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-items .case-study-image .icon {
    height: 70px;
    width: 70px;
    line-height: 80px;
  }
}
.case-study-wrapper .case-study-items .case-study-image .icon i {
  color: var(--white);
  font-size: 24px;
}
.case-study-wrapper .case-study-items .case-study-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  padding: 30px 20px 0;
}
.case-study-wrapper .case-study-items .case-study-content ul {
  border-bottom: 1px solid var(--border2);
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-items .case-study-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.case-study-wrapper .case-study-items .case-study-content ul li {
  text-transform: uppercase;
  font-size: 14px;
}
.case-study-wrapper .case-study-items .case-study-content ul li span {
  color: var(--theme);
  font-weight: 500;
}
.case-study-wrapper .case-study-items .case-study-content h3 {
  margin-top: 20px;
}
.case-study-wrapper .case-study-items .case-study-content h3 a:hover {
  color: var(--theme2);
}
.case-study-wrapper .case-study-items:hover .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.case-study-wrapper .case-study-items:hover .case-study-content {
  opacity: 1;
  visibility: visible;
}
.case-study-wrapper .swiper-slide.swiper-slide-active .case-study-items .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.case-study-wrapper .swiper-slide.swiper-slide-active .case-study-items .case-study-content {
  opacity: 1;
  visibility: visible;
}

.work-cases-wrapper-2 .work-cases-image {
  height: 440px;
}
.work-cases-wrapper-2 .work-cases-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-wrapper-3 .case-study-single-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .case-study-wrapper-3 .case-study-single-items {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .case-study-wrapper-3 .case-study-single-items {
    justify-content: center;
  }
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 {
  max-width: 600px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image {
  position: relative;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image img {
  width: 100%;
  height: 100%;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  transform: rotate(-45deg);
  cursor: pointer;
  color: var(--theme);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon i {
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon:hover {
  background-color: var(--theme2);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon:hover i {
  color: var(--white);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content {
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content ul li {
  text-transform: uppercase;
  color: var(--theme);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 {
  max-width: 400px;
}
@media (max-width: 1199px) {
  .case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 {
    margin-bottom: 30px;
  }
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 .case-study-image .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content {
  opacity: 1;
  visibility: visible;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h4 a, .case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h6 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h4 a:hover, .case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h6 a:hover {
  background-size: 100% 1px;
  color: var(--theme2);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
  background-color: var(--theme2);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-image .icon i {
  color: var(--white);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content {
    margin-bottom: 30px;
  }
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content h4 a, .case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content h6 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-size: 100% 1px;
  color: var(--theme2);
}

.work-details-wrapper .header-title {
  margin-top: 40px;
}
.work-details-wrapper .hilight-text {
  padding: 30px 35px;
  position: relative;
  border-left: 4px solid var(--theme);
  margin-top: 30px;
}
.work-details-wrapper .hilight-text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme);
  opacity: 0.06;
}
.work-details-wrapper .hilight-text .text {
  color: var(--theme);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.work-details-wrapper .hilight-text h6 {
  font-size: 14px;
  font-weight: 500;
}
.work-details-wrapper .hilight-text h6 span {
  color: var(--theme2);
}
.work-details-wrapper .case-details-image {
  position: relative;
}
.work-details-wrapper .case-details-image img {
  width: 100%;
  height: 100%;
}
.work-details-wrapper .case-details-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.work-details-wrapper .case-details-image .video-button .video-popup {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575px) {
  .work-details-wrapper .case-details-image .video-button .video-popup {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.project-wrapper .project-items {
  margin-top: 30px;
}
.project-wrapper .project-items .project-image {
  position: relative;
  height: 530px;
}
@media (max-width: 767px) {
  .project-wrapper .project-items .project-image {
    height: 470px;
  }
}
@media (max-width: 575px) {
  .project-wrapper .project-items .project-image {
    height: 420px;
  }
}
.project-wrapper .project-items .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-wrapper .project-items .project-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  content: "";
}
.project-wrapper .project-items .project-content {
  position: absolute;
  bottom: -100px;
  left: 40px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.project-wrapper .project-items .project-content p {
  color: var(--white);
  letter-spacing: 1.1px;
}
@media (max-width: 575px) {
  .project-wrapper .project-items .project-content h5 {
    font-size: 18px;
  }
}
.project-wrapper .project-items .project-content h5 a {
  color: var(--white);
}
.project-wrapper .project-items:hover .project-image::before {
  visibility: visible;
  opacity: 1;
}
.project-wrapper .project-items:hover .project-content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}
.project-wrapper .swiper-slide.swiper-slide-active .project-items .project-image::before {
  visibility: visible;
  opacity: 1;
}
.project-wrapper .swiper-slide.swiper-slide-active .project-items .project-content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}

.project-section-2 {
  background-color: var(--black);
}

.project-section-2 {
  position: relative;
}
.project-section-2 .pattren-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.project-wrapper-2 {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
}
.project-wrapper-2 .project-items-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .project-wrapper-2 .project-items-2 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.project-wrapper-2 .project-items-2 .project-title {
  width: 300px;
}
.project-wrapper-2 .project-items-2 .project-title a {
  color: var(--white);
}
.project-wrapper-2 .project-items-2 .project-title a:hover {
  color: var(--theme3);
}
.project-wrapper-2 .project-items-2 P {
  color: rgba(255, 255, 255, 0.4);
  max-width: 370px;
  margin: 0 auto;
}
.project-wrapper-2 .project-items-2 .project-button .theme-btn span, .project-wrapper-2 .project-items-2 .project-button .theme-btn i {
  color: var(--white);
}
.project-wrapper-2 .project-items-2 .project-hover {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 10%;
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.project-wrapper-2 .project-items-2:hover .project-hover {
  opacity: 1;
  visibility: visible;
}

.contact-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 50px;
  background-color: var(--white);
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .contact-info-wrapper {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact-info-wrapper .contact-info-items {
  gap: 50px;
}
.contact-info-wrapper .contact-info-items:not(:last-child) {
  border-right: 1px solid var(--border2);
  padding-right: 70px;
}
@media (max-width: 1399px) {
  .contact-info-wrapper .contact-info-items:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 575px) {
  .contact-info-wrapper .contact-info-items {
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .contact-info-wrapper .contact-info-items .content {
    text-align: center;
  }
}
.contact-info-wrapper .contact-info-items .content span {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme);
}
.contact-info-wrapper .contact-info-items .content h5 {
  text-transform: initial;
}
.contact-info-wrapper.style-2 {
  padding: 0;
  padding-top: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--theme);
}

.contact-info-section {
  position: relative;
}
.contact-info-section::after {
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bg);
  z-index: -1;
}
.contact-info-section::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme);
  z-index: -1;
}
.contact-info-section .pattern-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.contact-info-section .pattern-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .contact-info-section .pattern-shape {
    display: none;
  }
}

.contact-form-area {
  padding-top: 50px;
}
.contact-form-area .map-item {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .contact-form-area .map-item {
    margin-left: 0;
  }
}
.contact-form-area .map-item .googpemap {
  height: 655px;
  position: relative;
}
@media (max-width: 575px) {
  .contact-form-area .map-item .googpemap {
    height: 430px;
  }
}
.contact-form-area .map-item .googpemap .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
}
.contact-form-area .map-item .googpemap iframe {
  width: 100%;
  height: 100%;
}
.contact-form-area.style-2 {
  margin-top: 30px !important;
  display: inline-block;
}

.contact-form-items .form-clt {
  position: relative;
}
.contact-form-items .form-clt span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt span {
    margin-bottom: 5px;
  }
}
.contact-form-items .form-clt .icon {
  position: absolute;
  top: 55px;
  left: 15px;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt .icon {
    display: none;
  }
}
.contact-form-items .form-clt .icon i {
  color: var(--theme);
  font-size: 14px;
}
.contact-form-items .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt input {
    padding: 15px 20px;
  }
}
.contact-form-items .form-clt-big span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
}
.contact-form-items .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}

.contact-text {
  padding: 25px 40px;
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .contact-text {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center !important;
  }
}
.contact-text h6 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .contact-text h6 {
    text-align: center;
  }
}

.contact-info-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-info-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.contact-info-items-2 .contact-title span {
  font-size: 14px;
  text-transform: uppercase;
}
.contact-info-items-2 .contact-title h5 {
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.contact-info-items-2 .contact-title h5:hover {
  background-size: 100% 1px;
  color: var(--theme);
}
.contact-info-items-2 .list-info {
  margin-top: 25px;
}
.contact-info-items-2 .list-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--theme);
}
.contact-info-items-2 .list-info li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-info-items-2 .list-info li i {
  color: var(--theme2);
  font-size: 16px;
}

.contact-form {
  margin-top: 35px;
  display: inline-block;
}
.contact-form .contact-image {
  margin-left: 50px;
}
.contact-form .contact-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .contact-form .contact-image {
    margin-left: 0;
  }
}

.map-area .googpemap {
  height: 550px;
  position: relative;
}
.map-area .googpemap .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
}
.map-area .googpemap iframe {
  width: 100%;
  height: 100%;
}

.contact-section-2 {
  position: relative;
  z-index: 9;
}
.contact-section-2 .contact-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: right-image-bounce 3s infinite ease-in-out;
}

.contact-wrapper-2 .contact-content .contact-info-area {
  margin-top: 50px;
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .icon {
  font-size: 28px;
  color: var(--header-2);
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content h3 {
  font-size: 18px;
  margin-top: 5px;
  text-transform: initial;
  color: var(--header-2);
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content h3 a {
  color: var(--header-2);
}
.contact-wrapper-2 .contact-box {
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  padding: 60px 45px;
}
.contact-wrapper-2 .contact-box .contact-title {
  text-align: center;
  margin-bottom: 30px;
}
.contact-wrapper-2 .contact-box .contact-title h3 {
  font-size: 24px;
  color: var(--header-2);
}
.contact-wrapper-2 .contact-box .contact-title p {
  color: var(--black);
  margin-top: 5px;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt {
  position: relative;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt input, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea {
  border: 1px solid #E4E4E4;
  color: var(--text);
  font-size: 16px;
  background-color: transparent;
  text-transform: uppercase;
  padding: 16px 20px;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt input::-moz-placeholder, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea::-moz-placeholder {
  color: var(--text);
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt input::placeholder, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-box .contact-form-items .form-clt input, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea {
    padding: 12px 20px;
  }
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select {
  background-color: transparent;
  border: 1px solid #E4E4E4;
  padding: 16px 20px;
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select {
    padding: 12px 20px;
  }
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select span {
  color: var(--text);
  font-size: 16px;
  text-transform: uppercase;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .icon {
  position: absolute;
  top: 18px;
  right: 30px;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .icon i {
  color: var(--header-2);
}
.contact-wrapper-2 .contact-box .contact-form-items textarea {
  padding: 16px 20px 90px !important;
  width: 100%;
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-box .contact-form-items textarea {
    padding: 12px 20px 90px !important;
  }
}
.contact-wrapper-2 .contact-box .contact-form-items .theme-btn {
  display: inherit;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto;
}

.footer-widgets-wrapper {
  padding: 45px 0 120px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 40px 0 70px;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 21px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 img {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li a {
  color: var(--white);
  font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li a i {
  font-size: 16px;
  color: #415698;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a i {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list li a {
  color: var(--white);
  font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .list li a i {
  font-size: 16px;
  color: #415698;
  margin-right: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items {
  background-color: var(--white);
  padding: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 img {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
    top: 12px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon i {
  color: var(--theme);
  font-size: 14px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
  width: 100%;
  font-size: 14px;
  padding: 18px 20px 18px 40px;
  border: none;
  background-color: var(--bg);
  color: var(--text);
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
    padding: 14px 20px 14px 40px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input::-moz-placeholder {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input::placeholder {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .theme-btn {
  width: 100%;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .widget-head h4 {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
    margin: initial;
  }
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon.style-2 {
    justify-content: initial !important;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items {
    justify-content: initial !important;
    gap: 60px;
  }
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a i {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a i {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a i {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a i {
  color: var(--theme2);
}

.social-icon-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .social-icon-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.social-icon-items .social-icon {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 30px;
}
@media (max-width: 575px) {
  .social-icon-items .social-icon {
    gap: 15px;
  }
}
.social-icon-items .social-icon:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 200px;
}
@media (max-width: 1600px) {
  .social-icon-items .social-icon:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}
.social-icon-items .social-icon i {
  font-size: 20px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.social-icon-items .social-icon h6 {
  font-size: 16px;
}
.social-icon-items .social-icon h6 a {
  color: var(--white);
}
.social-icon-items .social-icon:hover i {
  color: var(--theme2);
}
.social-icon-items .social-icon:hover h6 a {
  color: var(--theme2);
}

.footer-bottom {
  padding: 18px 0;
  background-color: #001248;
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer-bottom .footer-bottom-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  text-transform: uppercase;
  color: var(--white);
  font-size: 16px;
}
.footer-bottom .footer-bottom-wrapper p a {
  color: var(--theme2);
}
.footer-bottom .footer-bottom-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li {
  font-size: 16px;
  font-weight: 500;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme2);
}
.footer-bottom.style-2 {
  background-color: var(--white);
  padding: 0;
}
.footer-bottom.style-2 .footer-bottom-wrapper {
  border-top: 1px solid var(--theme);
  padding: 30px 0;
}
.footer-bottom.style-2 .footer-bottom-wrapper p {
  color: var(--text);
}
.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a {
  color: var(--theme);
}
.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme2);
}

.footer-section .eonfik-text {
  margin-top: -35px;
  margin-bottom: -32px;
}
@media (max-width: 991px) {
  .footer-section .eonfik-text {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .footer-section .eonfik-text {
    margin-top: -15px;
  }
}
@media (max-width: 575px) {
  .footer-section .eonfik-text {
    margin-top: -10px;
  }
}
.footer-section .eonfik-text h2 {
  font-size: 275px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bg);
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.modern-footer {
  position: relative;
  overflow: hidden;
  padding: 64px 0 0;
  color: #eaf3ff;
  background:
    radial-gradient(circle at 10% 12%, rgba(249, 115, 22, .22), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(20, 184, 166, .24), transparent 26%),
    linear-gradient(135deg, #071a45 0%, #062a59 48%, #064e52 100%);
}
.modern-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .32;
  pointer-events: none;
}
.modern-footer .container {
  position: relative;
  z-index: 1;
}
.modern-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.8fr);
  gap: 34px;
  align-items: stretch;
}
.modern-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
}
.modern-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
    width: 110px;
    height: 110px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
}
.modern-footer-logo img {
    width: 110px;
    height: 105px;
  object-fit: contain;
}
.modern-footer-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(253, 186, 116, .55);
  border-radius: 999px;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.modern-footer-brand h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}
.modern-footer-brand p {
  margin: 0;
  color: rgba(234, 243, 255, .82);
  font-size: 15px;
  line-height: 1.65;
}
.modern-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  padding: 13px 18px;
  border-radius: 8px;
  color: #08214d;
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(135deg, #fbbf24 0%, #22c55e 100%);
  box-shadow: 0 16px 28px rgba(34, 197, 94, .22);
}
.modern-footer-cta:hover {
  color: #08214d;
  transform: translateY(-2px);
}
.modern-footer-links {
  display: grid;
  grid-template-columns: .82fr 1.18fr 1fr;
  gap: 18px;
}
.modern-footer-widget {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}
.modern-footer-widget h4 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  color: #001b5b;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}
.modern-footer-widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4b2b, #14b8a6);
}
.modern-footer-widget ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.modern-footer-widget a {
  color: #173153;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
}
.modern-footer-widget a:hover {
  color: #ff4b2b;
}
.modern-footer-widget li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
}
.modern-footer-widget li a i {
  margin-top: 4px;
  color: #14b8a6;
  font-size: 12px;
}
.modern-footer-contact li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #173153;
  font-weight: 750;
}
.modern-footer-contact li > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f6fd8, #14b8a6);
  box-shadow: 0 10px 20px rgba(15, 111, 216, .18);
}
.modern-footer-contact span {
  color: #173153;
  font-size: 14px;
  line-height: 1.7;
}
.modern-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.modern-footer-bottom p {
  margin: 0;
  color: rgba(234, 243, 255, .84);
  font-size: 14px;
  line-height: 1.5;
}
.modern-footer-bottom a {
  color: #fed7aa;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .modern-footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .modern-footer {
    padding-top: 44px;
  }
  .modern-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .modern-footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .modern-footer-brand,
  .modern-footer-widget {
    padding: 20px;
  }
  .modern-footer-links {
    grid-template-columns: 1fr;
  }
  .modern-footer-brand h3 {
    font-size: 22px;
  }
  .modern-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  .footer-section .eonfik-text h2 {
    font-size: 250px;
  }
}
@media (max-width: 1199px) {
  .footer-section .eonfik-text h2 {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .footer-section .eonfik-text h2 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .footer-section .eonfik-text h2 {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .footer-section .eonfik-text h2 {
    font-size: 90px;
  }
}

.footer-section-2 {
  position: relative;
}
.footer-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0.85;
}

.footer-widgets-wrapper-2 {
  padding: 90px 0 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper-2 {
    padding: 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper-2 {
    padding: 40px 0 70px;
  }
}
.footer-widgets-wrapper-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input {
  width: 100%;
  background: #272727;
  border: none;
  padding: 16px 20px;
  text-transform: capitalize;
  font-size: 14px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::-moz-placeholder {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .newsletter-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info {
  margin-top: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li a {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li i {
  margin-right: 5px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a {
  color: var(--white);
  position: relative;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover {
  padding-left: 20px;
  color: var(--theme2);
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item {
  margin-bottom: 35px;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 {
  font-size: 15px;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a:hover {
  color: var(--theme2);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    width: 100px;
  }
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 94, 21, 0.85);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 35px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}
.footer-widgets-wrapper-2.style-2 {
  padding: 90px 0 110px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper-2.style-2 {
    padding: 70px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper-2.style-2 {
    padding: 50px 0 70px;
  }
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .social-icon a:hover {
  background-color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a::before {
  background-color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  background-color: rgba(229, 218, 56, 0.85);
}

.footer-bottom-2 {
  position: relative;
  z-index: 9;
}
.footer-bottom-2 .footer-bottom-wrapper-2 {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom-2 .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 p {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 p a {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 p a:hover {
  color: var(--white);
}

.footer-section-3 {
  position: relative;
  background-color: #101010;
}
.footer-section-3 .pattren-shape {
  position: absolute;
  top: 0;
  left: 0;
}


/*top menu*/
.top-header-3{
    position: initial;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.skpp-top-brand {
    width: 100%;
    padding: 12px 28px;
    background:
        radial-gradient(circle at 9% 28%, rgba(245, 158, 11, .13) 0, transparent 24%),
        radial-gradient(circle at 91% 20%, rgba(14, 116, 144, .13) 0, transparent 25%),
        linear-gradient(90deg, #fff7ed 0%, #ecfdf5 50%, #eff6ff 100%);
    border-bottom: 2px solid #0f766e;
}

.skpp-brand-shell {
    display: grid;
    grid-template-columns: 158px minmax(0, 1fr) 142px;
    align-items: center;
    gap: 26px;
    max-width: 1700px;
    min-height: 150px;
    margin: 0 auto;
}

.skpp-brand-emblem,
.skpp-brand-seal {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(15, 76, 129, .14);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 76, 129, .13);
}

.skpp-brand-emblem {
    width: 142px;
    height: 134px;
    padding: 8px;
}

.skpp-brand-seal {
    width: 122px;
    height: 122px;
    padding: 10px;
}

.skpp-brand-emblem img,
.skpp-brand-seal img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.skpp-brand-content {
    min-width: 0;
    text-align: center;
    color: #082f49;
}

.skpp-brand-content p,
.skpp-brand-content h1,
.skpp-brand-content h3,
.skpp-brand-content h2 {
    margin: 0;
    overflow-wrap: anywhere;
}

.skpp-brand-institution {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 18px;
    color: #064e3b;
    background: rgba(209, 250, 229, .92);
    border: 1px solid rgba(15, 118, 110, .22);
    border-radius: 8px;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
}

.skpp-brand-content h1 {
    position: relative;
    width: fit-content;
    margin-top: 9px;
    max-width: 1151px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 9px;
    color: #b91c1c;
    background: linear-gradient(90deg, #9f1239 0%, #dc2626 38%, #f97316 68%, #991b1b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 3px 0 rgba(255, 237, 213, .95)) drop-shadow(0 12px 16px rgba(127, 29, 29, .22));
    font-size: 40px;
    line-height: 1.04;
    font-weight: 900;
    text-transform: uppercase;
    text-wrap: balance;
}

.skpp-brand-content h1::after {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 0;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #f59e0b 18%, #dc2626 50%, #0f766e 82%, transparent);
    box-shadow: 0 7px 16px rgba(220, 38, 38, .2);
}

.skpp-brand-content h3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    color: #fff8db;
    font-size: 27px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    isolation: isolate;
    overflow: visible;
    white-space: nowrap;
}

.skpp-brand-content h3 span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 8px 50px 10px;
    background:
        linear-gradient(90deg, #f6bf33, #ffe06a, #f6bf33) top / 100% 4px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0) 40%),
        linear-gradient(90deg, #c60714 0%, #fb232b 18%, #df0718 50%, #fb232b 82%, #c60714 100%);
    border-bottom: 5px solid #76020c;
    border-radius: 4px 4px 8px 8px;
    box-shadow:
        0 14px 26px rgba(141, 4, 16, .24),
        inset 0 2px 0 rgba(255, 255, 255, .22),
        inset 0 -7px 0 rgba(88, 2, 10, .22);
    text-shadow: 0 2px 4px rgba(70, 0, 8, .34);
}

.skpp-brand-content h3::before,
.skpp-brand-content h3::after {
    content: "";
    position: absolute;
    top: 22px;
    width: 132px;
    height: 32px;
    background:
        linear-gradient(180deg, #f6bf33 0 3px, transparent 3px),
        linear-gradient(135deg, transparent 0 70%, rgba(82, 0, 7, .52) 71% 100%) right bottom / 34px 28px no-repeat,
        linear-gradient(90deg, #e82029 0%, #c90615 52%, #a7040e 100%);
    border-bottom: 3px solid #65020a;
    box-shadow: 0 10px 18px rgba(141, 4, 16, .2);
    z-index: 1;
}

.skpp-brand-content h3::before {
    left: -96px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 17% 50%);
}

.skpp-brand-content h3::after {
    right: -96px;
    background:
        linear-gradient(180deg, #f6bf33 0 3px, transparent 3px),
        linear-gradient(225deg, transparent 0 70%, rgba(82, 0, 7, .52) 71% 100%) left bottom / 34px 28px no-repeat,
        linear-gradient(90deg, #a7040e 0%, #c90615 48%, #e82029 100%);
    clip-path: polygon(0 0, 100% 0, 83% 50%, 100% 100%, 0 100%);
}

.skpp-brand-content h2 {
    margin-top: 11px;
    color: #073b4c;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 900;
}

.skpp-brand-approval {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 9px;
}

.skpp-brand-approval span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 13px;
    color: #7f1d1d;
    background: rgba(255, 251, 235, .92);
    border: 1px solid rgba(245, 158, 11, .26);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(120, 53, 15, .09);
    font-size: 16px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .skpp-top-brand {
        padding: 12px 22px;
    }

    .skpp-brand-shell {
        grid-template-columns: 132px minmax(0, 1fr) 118px;
        gap: 18px;
        min-height: 136px;
    }

    .skpp-brand-emblem {
        width: 122px;
        height: 118px;
    }

    .skpp-brand-seal {
        width: 104px;
        height: 104px;
    }

    .skpp-brand-institution {
        font-size: 17px;
    }

    .skpp-brand-content h1 {
        font-size: 36px;
    }

    .skpp-brand-content h3 {
        font-size: 22px;
    }

    .skpp-brand-content h3 span {
        min-height: 36px;
        padding: 7px 46px 8px;
    }

    .skpp-brand-content h3::before,
    .skpp-brand-content h3::after {
        top: 17px;
        width: 108px;
        height: 28px;
    }

    .skpp-brand-content h3::before {
        left: -78px;
    }

    .skpp-brand-content h3::after {
        right: -78px;
    }

    .skpp-brand-content h2 {
        font-size: 19px;
    }

    .skpp-brand-approval span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .skpp-top-brand {
        padding: 12px 16px;
        border-bottom-width: 1px;
    }

    .skpp-brand-shell {
        grid-template-columns: 96px minmax(0, 1fr) 88px;
        gap: 12px;
        min-height: 120px;
    }

    .skpp-brand-emblem {
        width: 88px;
        height: 88px;
        padding: 5px;
    }

    .skpp-brand-seal {
        width: 78px;
        height: 78px;
        padding: 6px;
    }

    .skpp-brand-institution {
        min-height: 24px;
        padding: 3px 12px;
        font-size: 14px;
    }

    .skpp-brand-content h1 {
        margin-top: 7px;
        padding-bottom: 7px;
        font-size: 24px;
        line-height: 1.08;
        filter: drop-shadow(0 2px 0 rgba(255, 237, 213, .95)) drop-shadow(0 8px 12px rgba(127, 29, 29, .18));
    }

    .skpp-brand-content h1::after {
        height: 4px;
    }

    .skpp-brand-content h3 {
        margin-top: 7px;
        font-size: 17px;
    }

    .skpp-brand-content h3 span {
        min-height: 30px;
        padding: 5px 34px 6px;
        border-bottom-width: 3px;
    }

    .skpp-brand-content h3::before,
    .skpp-brand-content h3::after {
        top: 14px;
        width: 78px;
        height: 22px;
        border-bottom-width: 3px;
    }

    .skpp-brand-content h3::before {
        left: -58px;
    }

    .skpp-brand-content h3::after {
        right: -58px;
    }

    .skpp-brand-content h2 {
        margin-top: 6px;
        font-size: 15px;
    }

    .skpp-brand-approval {
        gap: 5px;
        margin-top: 7px;
    }

    .skpp-brand-approval span {
        min-height: 24px;
        padding: 4px 8px;
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .skpp-top-brand {
        padding: 10px 10px 12px;
    }

    .skpp-brand-shell {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "left right"
            "content content";
        gap: 8px 12px;
        min-height: 0;
    }

    .skpp-brand-emblem {
        grid-area: left;
        justify-self: start;
        width: 76px;
        height: 70px;
    }

    .skpp-brand-seal {
        grid-area: right;
        justify-self: end;
        width: 66px;
        height: 66px;
    }

    .skpp-brand-content {
        grid-area: content;
    }

    .skpp-brand-content p,
    .skpp-brand-content h1,
    .skpp-brand-content h2 {
        overflow-wrap: normal;
        word-break: normal;
    }

    .skpp-brand-institution {
        min-height: 22px;
        padding: 3px 10px;
        font-size: 12px;
    }

    .skpp-brand-content h1 {
        margin-top: 7px;
        font-size: 20px;
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .skpp-brand-content h3 {
        margin-top: 7px;
        font-size: 14px;
    }

    .skpp-brand-content h3 span {
        min-height: 27px;
        padding: 5px 26px 6px;
        border-bottom-width: 3px;
    }

    .skpp-brand-content h3::before,
    .skpp-brand-content h3::after {
        top: 13px;
        width: 56px;
        height: 19px;
        border-bottom-width: 3px;
    }

    .skpp-brand-content h3::before {
        left: -40px;
    }

    .skpp-brand-content h3::after {
        right: -40px;
    }

    .skpp-brand-content h2 {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.28;
    }

    .skpp-brand-approval span {
        font-size: 10px;
        line-height: 1.2;
    }
}

@media (max-width: 390px) {
    .skpp-brand-emblem {
        width: 64px;
        height: 60px;
    }

    .skpp-brand-seal {
        width: 58px;
        height: 58px;
    }

    .skpp-brand-institution {
        font-size: 11px;
    }

    .skpp-brand-content h1 {
        font-size: 17px;
    }

    .skpp-brand-content h3 {
        font-size: 12px;
    }

    .skpp-brand-content h3 span {
        min-height: 24px;
        padding: 4px 16px 5px;
    }

    .skpp-brand-content h3::before,
    .skpp-brand-content h3::after {
        display: none;
    }

    .skpp-brand-content h2 {
        font-size: 11px;
    }

    .skpp-brand-approval span {
        min-height: 22px;
        padding: 3px 7px;
        font-size: 9px;
    }
}

.title-style-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 18px 0 38px;
}

.title-style-heading::before,
.title-style-heading::after {
    content: "";
    flex: 1 1 0;
    max-width: 290px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, #ff6b2b 55%, rgba(255, 107, 43, .72) 100%);
}

.title-style-heading::after {
    background: linear-gradient(90deg, rgba(20, 184, 166, .78) 0%, #14b8a6 45%, transparent 100%);
}

.title-style-name {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 10px 36px;
    border: 1px solid #cde2f8;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #001659;
    text-align: center;
    box-shadow: 0 14px 30px rgba(0, 22, 89, .08);
}

.title-style-name::before,
.title-style-name::after {
    display: none;
}

.title-style-name-text {
    position: relative;
    z-index: 1;
    color: #001659;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .title-style-heading {
        margin: 12px 0 26px;
    }

    .title-style-name {
        min-width: 0;
        width: auto;
        max-width: calc(100% - 42px);
        min-height: 44px;
        padding: 9px 24px;
    }

    .title-style-name::before,
    .title-style-name::after {
        display: none;
    }

    .title-style-name-text {
        font-size: 18px;
    }
}

.about-college-style {
    display: grid;
    grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
    align-items: center;
    gap: 54px;
    padding: 10px 0 20px;
}

.about-college-image {
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f7;
    box-shadow: 0 20px 44px rgba(0, 22, 89, 0.12);
}

.about-college-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.about-college-info {
    color: #515b6b;
}

.about-college-kicker {
    display: inline-block;
    margin-bottom: 22px;
    color: #001659;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-college-kicker strong {
    color: #ff4d17;
    font-weight: 700;
}

.about-college-info h2 {
    margin: 0 0 24px;
    color: #001659;
    font-size: 35px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.about-college-info p {
    margin: 0 0 16px;
    color: #535b68;
    font-size: 18px;
    line-height: 1.72;
}

.about-college-info ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.about-college-info li {
    position: relative;
    padding-left: 28px;
    color: #001659;
    font-size: 16px;
    font-weight: 700;
}

.about-college-info li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ff4d17;
    border-bottom: 3px solid #ff4d17;
    transform: rotate(-45deg);
}

@media (max-width: 1199px) {
    .about-college-style {
        gap: 34px;
    }

    .about-college-info h2 {
        font-size: 38px;
    }

    .about-college-info p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about-college-style {
        grid-template-columns: 1fr;
    }

    .about-college-image img {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575px) {
    .about-college-info h2 {
        font-size: 28px;
    }

    .about-college-info ul {
        grid-template-columns: 1fr;
    }
}

.about-sanstha-style {
    padding: 8px 0 24px;
}

.about-sanstha-intro {
    display: grid;
    grid-template-columns: minmax(240px, 430px) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
}

.about-sanstha-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 30px;
    border-radius: 8px;
    background: linear-gradient(145deg, #ffffff, #f4f8f6);
    box-shadow: 0 20px 44px rgba(0, 22, 89, 0.10);
}

.about-sanstha-logo img {
    display: block;
    width: min(100%, 360px);
    height: auto;
}

.about-sanstha-info {
    color: #515b6b;
}

.about-sanstha-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: #001659;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-sanstha-kicker strong {
    color: #ff4d17;
    font-weight: 700;
}

.about-sanstha-info h2 {
    margin: 0 0 24px;
    color: #001659;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.about-sanstha-info p {
    margin: 0 0 18px;
    color: #202938;
    font-size: 18px;
    line-height: 1.78;
    text-align: justify;
}

.about-sanstha-leadership {
    margin-top: 56px;
    padding: 38px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f3f7ff 0%, #fff 58%, #eefcf9 100%);
    box-shadow: 0 18px 44px rgba(0, 22, 89, .08);
}

.about-sanstha-leadership-heading {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.about-sanstha-leadership-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #ff4d17;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.about-sanstha-leadership-heading > span::before,
.about-sanstha-leadership-heading > span::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #ff4d17;
}

.about-sanstha-leadership-heading h3 {
    margin: 0;
    color: #001659;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.about-sanstha-leadership-heading p {
    margin: 14px auto 0;
    color: #526276;
    font-size: 16px;
    line-height: 1.7;
}

.about-sanstha-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-sanstha-leader {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    padding: 18px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 22, 89, .06);
}

.about-sanstha-leader-featured {
    grid-column: span 2;
    background: #001659;
    border-color: #001659;
}

.about-sanstha-leader-photo,
.about-sanstha-leader-initials {
    flex: 0 0 82px;
    width: 82px;
    height: 92px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(145deg, #1268c8, #10a6a0);
}

.about-sanstha-leader-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.about-sanstha-leader-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.about-sanstha-leader-info {
    min-width: 0;
}

.about-sanstha-leader-role {
    display: block;
    margin-bottom: 5px;
    color: #ff4d17;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.about-sanstha-leader-info h4 {
    margin: 0;
    color: #001659;
    font-size: 18px;
    line-height: 1.32;
    font-weight: 900;
    letter-spacing: 0;
}

.about-sanstha-leader-info p {
    margin: 5px 0 0;
    color: #667389;
    font-size: 13px;
    line-height: 1.45;
}

.about-sanstha-leader-featured .about-sanstha-leader-info h4 {
    color: #fff;
}

.about-sanstha-leader-featured .about-sanstha-leader-info p {
    color: rgba(255, 255, 255, .72);
}

.about-sanstha-institutions {
    margin-top: 56px;
    padding: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 22, 89, 0.08);
}

.about-sanstha-institutions h3 {
    margin: 0 0 26px;
    color: #001659;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}

.about-sanstha-institutions ul {
    columns: 2;
    column-gap: 58px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-sanstha-institutions li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 14px;
    padding-left: 22px;
    color: #07122c;
    font-size: 17px;
    line-height: 1.55;
}

.about-sanstha-institutions li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #001659;
    box-shadow: 0 0 0 4px rgba(0, 22, 89, 0.08);
}

@media (max-width: 1199px) {
    .about-sanstha-intro {
        gap: 38px;
    }

    .about-sanstha-info h2 {
        font-size: 34px;
    }

    .about-sanstha-info p,
    .about-sanstha-institutions li {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about-sanstha-intro {
        grid-template-columns: 1fr;
    }

    .about-sanstha-logo {
        min-height: 280px;
    }

    .about-sanstha-institutions ul {
        columns: 1;
    }

    .about-sanstha-leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .about-sanstha-logo {
        min-height: 220px;
        padding: 24px;
    }

    .about-sanstha-info h2 {
        font-size: 28px;
    }

    .about-sanstha-info p {
        text-align: left;
    }

    .about-sanstha-institutions {
        margin-top: 34px;
        padding: 24px;
    }

    .about-sanstha-leadership {
        margin-top: 34px;
        padding: 24px;
    }

    .about-sanstha-leadership-heading {
        text-align: left;
    }

    .about-sanstha-leadership-heading > span::after {
        display: none;
    }

    .about-sanstha-leadership-heading h3 {
        font-size: 24px;
    }

    .about-sanstha-leadership-grid {
        grid-template-columns: 1fr;
    }

    .about-sanstha-leader-featured {
        grid-column: auto;
    }

    .about-sanstha-leader-photo,
    .about-sanstha-leader-initials {
        flex-basis: 70px;
        width: 70px;
        height: 80px;
    }

    .about-sanstha-institutions h3 {
        font-size: 24px;
        text-align: left;
    }
}

.home-admission-section {
    position: relative;
    padding: 70px 0 18px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(0, 22, 89, .04), rgba(13, 155, 114, .06) 48%, rgba(255, 77, 23, .06)),
        #fff;
}

.home-admission-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 30px;
    align-items: stretch;
    overflow: hidden;
    padding: 34px;
    border: 1px solid #dce8f7;
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 190, 88, .28), transparent 24%),
        radial-gradient(circle at 96% 18%, rgba(19, 119, 255, .14), transparent 25%),
        linear-gradient(135deg, #ffffff, #f4fbff);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .09);
}

.home-admission-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #ff4d17, #f0b429, #0d9b72, #1377ff);
}

.home-admission-content,
.home-admission-form {
    position: relative;
    z-index: 1;
}

.home-admission-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-admission-content h2 {
    margin: 0 0 14px;
    color: #001659;
    font-size: clamp(32px, 3.2vw, 30px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: 0;
}

.home-admission-content p {
    max-width: 720px;
    margin: 0;
    color: #41516a;
    font-size: 16px;
    line-height: 1.75;
}

.home-admission-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home-admission-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #d9e9f7;
    border-radius: 999px;
    background: #fff;
    color: #001659;
    font-size: 13px;
    font-weight: 850;
}

.home-admission-tags i {
    color: #0d9b72;
    font-size: 12px;
}

.home-admission-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
    max-width: 650px;
}

.home-admission-contact a {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #dce8f4;
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    color: #001659;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.home-admission-contact a:hover {
    border-color: #1377ff;
    color: #005edc;
    transform: translateY(-2px);
}

.home-admission-contact i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eaf8f4;
    color: #0d9b72;
}

.home-admission-form {
    padding: 26px;
    border: 1px solid #d9e7f5;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 252, 255, .96));
    box-shadow: 0 22px 48px rgba(0, 22, 89, .10);
}

.home-admission-form-head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3edf8;
}

.home-admission-form-head > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff4d17, #f0b429);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 14px 26px rgba(255, 77, 23, .22);
}

.home-admission-form-head strong,
.home-admission-form-head span {
    display: block;
}

.home-admission-form-head strong {
    color: #001659;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.home-admission-form-head span {
    margin-top: 3px;
    color: #607087;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.home-admission-form .form-label {
    color: #001659;
    font-size: 13px;
    font-weight: 850;
}

.home-admission-form .form-control,
.home-admission-form .form-select {
    min-height: 30px;
    border-color: #d5e2f1;
    border-radius: 8px;
    background-color: #fff;
    color: #001659;
    font-size: 14px;
    font-weight: 700;
}

.home-admission-form .form-control:focus,
.home-admission-form .form-select:focus {
    border-color: #1377ff;
    box-shadow: 0 0 0 .18rem rgba(19, 119, 255, .12);
}

.home-admission-form .nice-select {
    width: 100%;
    height: 30px;
    line-height: 3px;
    border: 1px solid #d5e2f1;
    border-radius: 8px;
    background: #fff;
    color: #001659;
    font-size: 14px;
    font-weight: 750;
}

.home-admission-form .nice-select .list {
    width: 100%;
    max-height: 230px;
    overflow-y: auto;
}

.home-admission-form textarea.form-control {
    min-height: 20px;
}

.home-admission-recaptcha {
    display: inline-flex;
    max-width: 100%;
    min-height: 82px;
    padding: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dce8f4;
    border-radius: 8px;
    background: #fff;
}

.home-admission-actions {
    display: grid;
    align-items: center;
    padding-top: 4px;
}

.home-admission-alert,
.contact-form-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
}

.home-admission-alert i,
.contact-form-alert i {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 16px;
}

.home-admission-alert-error,
.contact-form-alert-error {
    border: 1px solid #ffc4cc;
    background: #fff0f2;
    color: #8b0f22;
}

.home-admission-alert-success,
.contact-form-alert-success {
    border: 1px solid #9ee6ca;
    background: #edfff8;
    color: #075f46;
}

.home-admission-actions small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #52637a;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 750;
}

.home-admission-actions small i {
    color: #0d9b72;
}

.home-admission-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #001659, #006f9e);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0, 22, 89, .22);
}

.home-admission-submit:hover {
    background: linear-gradient(135deg, #005edc, #0d9b72);
}

.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.home-updates-board {
    position: relative;
}

.home-updates-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-updates-heading .home-about-kicker {
    justify-content: center;
}

.home-updates-heading h2 {
    margin: 0 0 12px;
    color: #001659;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.home-updates-heading p {
    margin: 0;
    color: #4c5b70;
    font-size: 16px;
    line-height: 1.7;
}

.home-update-card {
    --update-color: #0b64a0;
    --update-deep: #001659;
    --update-soft: #e8f2ff;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dbe7f5;
    box-shadow: 0 18px 42px rgba(0, 22, 89, .08);
    position: relative;
}

.home-update-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--update-color), var(--update-deep));
}

.update-events {
    --update-color: #0b64a0;
    --update-deep: #001659;
    --update-soft: #e8f2ff;
}

.update-notices {
    --update-color: #475569;
    --update-deep: #111827;
    --update-soft: #f1f5f9;
}

.update-links {
    --update-color: #0087bd;
    --update-deep: #00506f;
    --update-soft: #e6f7fd;
}

.home-update-head {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 75px;
    padding: 15px 25px 15px;
    background:
        radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--update-color), transparent 84%), transparent 30%),
        #fff;
    color: #001659;
    border-bottom: 1px solid #e6eef8;
}

.home-update-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--update-soft);
    color: var(--update-color);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--update-color), #fff 72%);
}

.home-update-head span i {
    font-size: 20px;
}

.home-update-head h3 {
    margin: 0;
    color: #001659;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.home-update-window {
    position: relative;
    height: 310px;
    margin: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 8px;
    background: #f8fbff;
    border: 1px solid #e5eef8;
    scrollbar-color: #8aa0bd #eef4fb;
    scrollbar-width: thin;
}

.home-update-window::-webkit-scrollbar {
    width: 8px;
}

.home-update-window::-webkit-scrollbar-track {
    background: #eef4fb;
    border-radius: 999px;
}

.home-update-window::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #7f93ad, #44566d);
    border-radius: 999px;
}

.home-update-window::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #1769ff, #001659);
}

.home-update-window::before,
.home-update-window::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    height: 42px;
    pointer-events: none;
}

.home-update-window::before {
    top: 0;
    background: linear-gradient(180deg, #f8fbff, rgba(248, 251, 255, 0));
}

.home-update-window::after {
    bottom: 0;
    background: linear-gradient(0deg, #f8fbff, rgba(248, 251, 255, 0));
}

.home-update-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-height: 84px;
    margin: 10px;
    padding: 14px;
    border: 1px solid #e2ebf6;
    border-radius: 8px;
    background: #fff;
    color: #001659;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-update-item:hover {
    border-color: color-mix(in srgb, var(--update-color), #fff 55%);
    box-shadow: 0 16px 30px rgba(15, 23, 42, .08);
    color: #001659;
    transform: translateX(3px);
}

.home-update-item > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--update-soft);
    color: var(--update-color);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--update-color), #fff 72%);
}

.home-update-item strong {
    display: block;
    color: #07122c;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.home-update-item small {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    color: #4c5b70;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 650;
}

.home-update-item em {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #ff3b22;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.mandatory-disclosures-style {
    color: #001659;
}

.mandatory-disclosure-section {
    margin-bottom: 34px;
}

.mandatory-disclosure-section:last-child {
    margin-bottom: 0;
}

.mandatory-disclosure-heading {
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #472061;
    color: #472061;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mandatory-document-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 16px;
}

.mandatory-document-card {
    min-height: 128px;
    padding: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #dff3ff 0%, #eef9ff 100%);
    border: 2px solid #b7e3fb;
    box-shadow: 0 14px 30px rgba(0, 22, 89, .08);
    display: flex;
    align-items: stretch;
    gap: 0;
    position: relative;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.mandatory-document-card::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    z-index: 2;
}

.mandatory-document-card:hover {
    transform: translateY(-3px);
    border-color: #8fd4f8;
    box-shadow: 0 22px 44px rgba(0, 22, 89, .13);
    background: linear-gradient(135deg, #d8f0ff 0%, #f6fcff 100%);
}

.mandatory-document-grid .mandatory-document-card:nth-child(4n + 2) {
    background: linear-gradient(135deg, #fff4d9 0%, #f4fbff 100%);
    border-color: #f9e7a8;
}

.mandatory-document-grid .mandatory-document-card:nth-child(4n + 3) {
    background: linear-gradient(135deg, #ffe6db 0%, #fff8f3 100%);
    border-color: #ffd0c1;
}

.mandatory-document-grid .mandatory-document-card:nth-child(4n + 4) {
    background: linear-gradient(135deg, #e6f8ee 0%, #f8fffb 100%);
    border-color: #bcebd0;
}

.mandatory-pdf-icon {
    width: 86px;
    min-width: 86px;
    min-height: 124px;
    margin: 0;
    border-radius: 14px 0 0 14px;
    background: transparent;
    color: #0b63ce;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
}

.mandatory-pdf-icon::after {
    display: none;
}

.mandatory-pdf-icon i {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    border-radius: 50%;
    background: #0b77d5;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(11, 119, 213, .18);
}

.mandatory-pdf-icon span {
    margin-top: 8px;
    background: transparent;
    color: #0b63ce;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.mandatory-document-body {
    min-width: 0;
    margin: 6px 6px 6px 0;
    padding: 18px 18px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    border: 1px dashed rgba(148, 163, 184, .55);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.mandatory-document-card h3 {
    margin: 0 0 9px;
    color: #111827;
    font-size: 16px;
    line-height: 1.32;
    font-weight: 850;
    letter-spacing: 0;
}

.mandatory-document-hint {
    margin: 0 0 12px;
    color: #7b8794 !important;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 600;
}

.mandatory-document-btn,
.mandatory-document-pending {
    margin-top: auto;
    min-width: 82px;
    min-height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 800;
}

.mandatory-document-btn {
    background: #050505;
    color: #fff;
    padding: 0 16px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .16);
}

.mandatory-document-btn i {
    font-size: 12px;
    transition: transform .18s ease;
}

.mandatory-document-btn:hover {
    background: #1f2937;
    color: #fff;
}

.mandatory-document-btn:hover i {
    transform: translateX(3px);
}

.mandatory-document-pending {
    background: #eef3f8;
    color: #64748b;
    padding: 0 16px;
}

.important-links-card-style .mandatory-document-grid {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 18px;
}

.important-links-card-style .mandatory-document-card {
    align-items: stretch;
    min-height: 132px;
    padding: 14px 16px 14px 14px;
    text-align: left;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-color: #dbe8f6;
    box-shadow: 0 20px 48px rgba(0, 22, 89, .09);
}

.important-links-card-style .mandatory-document-card:hover {
    transform: translateY(-5px);
    border-color: #bdd4f2;
    box-shadow: 0 28px 58px rgba(0, 22, 89, .14);
}

.important-links-card-style .mandatory-pdf-icon {
    width: 92px;
    height: auto;
    margin: 0;
}

.important-links-card-style .mandatory-pdf-icon i {
    font-size: 22px;
}

.important-links-card-style .mandatory-pdf-icon span {
    font-size: 11px;
    padding: 0;
}

.important-links-card-style .mandatory-document-card h3 {
    width: auto;
    margin: 0 0 9px;
    color: #111827;
    font-size: 16px;
    line-height: 1.32;
    font-weight: 900;
}

.important-links-card-style .mandatory-document-btn,
.important-links-card-style .mandatory-document-pending {
    min-width: 82px;
    min-height: 32px;
    border-radius: 999px;
}

@media (max-width: 575px) {
    .mandatory-document-grid,
    .important-links-card-style .mandatory-document-grid {
        grid-template-columns: 1fr;
    }

    .mandatory-document-card,
    .important-links-card-style .mandatory-document-card {
        gap: 0;
        padding: 0;
    }

    .mandatory-pdf-icon,
    .important-links-card-style .mandatory-pdf-icon {
        width: 76px;
        min-width: 76px;
        min-height: 118px;
    }

    .mandatory-document-card h3,
    .important-links-card-style .mandatory-document-card h3 {
        font-size: 16px;
    }
}

.home-about-modern {
    display: grid;
    grid-template-columns: minmax(280px, 470px) minmax(0, 1fr);
    align-items: start;
    gap: 40px;
    position: relative;
    padding: 26px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background:
        radial-gradient(circle at 0 0, rgba(255, 77, 23, .10), transparent 28%),
        radial-gradient(circle at 100% 0, rgba(13, 155, 114, .12), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #fff7ed 100%);
    box-shadow: 0 24px 64px rgba(0, 22, 89, .10);
}

.home-about-visual {
    align-self: start;
    display: grid;
    gap: 16px;
}

.home-about-photo {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 8px solid #fff;
    box-shadow: 0 22px 48px rgba(0, 22, 89, .16);
}

.home-about-photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(0, 22, 89, .44));
    pointer-events: none;
}

.home-about-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / .78;
    object-fit: cover;
}

.home-about-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1;
    padding: 14px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0, 22, 89, .94), rgba(18, 104, 200, .90));
    color: #fff;
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 30px rgba(0, 22, 89, .20);
}

.home-about-badge strong,
.home-about-badge span {
    display: block;
}

.home-about-badge strong {
    color: #fff;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.2;
}

.home-about-badge span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.45;
}

.home-about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-about-points span {
    align-items: center;
    display: flex;
    gap: 9px;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    color: #001659;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
    box-shadow: 0 10px 22px rgba(0, 22, 89, .055);
}

.home-about-points i {
    align-items: center;
    background: #eaf8f4;
    border-radius: 50%;
    color: #0d9b72;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 10px;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.home-about-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-about-mini-card {
    align-items: center;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 72px;
    column-gap: 10px;
    padding: 11px 12px;
    border-radius: 8px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(18, 104, 200, .42), rgba(13, 155, 114, .35)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 10px 22px rgba(0, 22, 89, .075);
}

.home-about-mini-card img,
.home-about-mini-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f6fbff;
    object-fit: contain;
}

.home-about-mini-icon {
    color: #1268c8;
    font-size: 18px;
}

.home-about-mini-grid strong {
    display: block;
    color: #001659;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.05;
}

.home-about-mini-grid small {
    display: block;
    color: #4c5b70;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.home-about-content {
    max-width: 720px;
    padding: 8px 6px;
}

.home-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #ff4d17;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.home-about-kicker::before {
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: #ff4d17;
}

.home-about-content h2 {
    margin: 0 0 10px;
    color: #001659;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.home-about-autonomous {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    margin: 0 0 18px;
    min-height: 42px;
    padding: 7px 16px 7px 9px;
    border-radius: 999px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #ff4d17, #f7b731, #0d9b72) border-box;
    border: 1px solid transparent;
    color: #001659;
    box-shadow: 0 12px 24px rgba(0, 22, 89, .08);
    font-size: 17px;
    font-weight: 900;
}

.home-about-autonomous i {
    align-items: center;
    background: linear-gradient(135deg, #ff4d17, #f7b731);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.home-about-content p {
    margin: 0 0 14px;
    color: #3f4d61;
    font-size: 16px;
    line-height: 1.78;
}

.home-about-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 28px;
}

.home-about-highlights div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid #dbe8f6;
    color: #001659;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(0, 22, 89, .045);
}

.home-about-highlights i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eaf8f4;
    color: #0d9b72;
    font-size: 12px;
}

.home-about-recognition {
    margin: 22px 0 26px;
    overflow: hidden;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 14px 32px rgba(0, 22, 89, .07);
}

.home-about-recognition-head {
    padding: 14px 16px;
    background: linear-gradient(135deg, #001659, #1268c8 62%, #0d9b72);
}

.home-about-recognition-head span,
.home-about-recognition-head strong {
    display: block;
}

.home-about-recognition-head span {
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-about-recognition-head strong {
    margin-top: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.home-about-credentials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.home-about-credential {
    align-items: center;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 11px;
    min-height: 72px;
    padding: 13px 15px;
    border-right: 1px solid #e0eaf6;
    border-bottom: 1px solid #e0eaf6;
    background: #ffffff;
}

.home-about-credential:nth-child(2n) {
    border-right: 0;
}

.home-about-credential:nth-last-child(-n+2) {
    border-bottom: 0;
}

.home-about-credential img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
    border-radius: 50%;
    background: #f8fbff;
}

.home-about-credential span {
    color: #001659;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.32;
}

.home-about-credential-year {
    background: #f8fbff;
}

.home-about-credential-year strong {
    align-items: center;
    background: linear-gradient(135deg, #ff4d17, #f7b731);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 17px;
    font-weight: 950;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.home-about-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1377ff, #0d9b72);
    color: #fff;
    font-weight: 850;
    box-shadow: 0 16px 30px rgba(19, 119, 255, .22);
}

.home-about-link:hover {
    background: linear-gradient(135deg, #005edc, #087f5b);
    color: #fff;
}

.pandav-legacy-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(0, 119, 182, .08), rgba(255, 125, 23, .08) 42%, rgba(13, 155, 114, .08)),
        #f8fbff;
}

.pandav-legacy {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 34px;
    align-items: stretch;
    overflow: hidden;
    padding: 42px;
    border: 1px solid #dbe8f7;
    border-radius: 8px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82)),
        radial-gradient(circle at top left, rgba(255, 125, 23, .16), transparent 34%),
        radial-gradient(circle at bottom right, rgba(13, 155, 114, .15), transparent 34%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .09);
}

.pandav-legacy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #ff4d17, #0d9b72, #1377ff);
}

.pandav-legacy-content {
    position: relative;
    z-index: 1;
}

.pandav-legacy-content h2 {
    margin: 14px 0 14px;
    color: #001659;
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: 0;
}

.pandav-legacy-content h2 span {
    color: #f04721;
}

.pandav-legacy-content p {
    max-width: 760px;
    margin: 0 0 14px;
    color: #3d4d62;
    font-size: 16px;
    line-height: 1.78;
}

.pandav-legacy-lead {
    color: #063f73 !important;
    font-size: 19px !important;
    font-weight: 800;
    line-height: 1.55 !important;
}

.pandav-legacy-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.pandav-legacy-points div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 13px 14px;
    border: 1px solid #dce9f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    color: #001659;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.pandav-legacy-points i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e9f8f3;
    color: #0d9b72;
    font-size: 15px;
}

.pandav-legacy-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    min-height: 0;
    overflow: hidden;
    padding: 28px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .24), transparent 22%),
        linear-gradient(145deg, #001659, #005b7f 56%, #0d9b72);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.pandav-legacy-visual::before {
    content: "";
    position: absolute;
    right: -64px;
    top: -72px;
    width: 190px;
    height: 190px;
    border: 24px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.pandav-legacy-visual::after {
    content: "";
    position: absolute;
    left: -46px;
    bottom: -48px;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    background: rgba(255, 125, 23, .28);
}

.pandav-legacy-image,
.pandav-legacy-medal,
.pandav-legacy-stats {
    position: relative;
    z-index: 1;
}

.pandav-legacy-image {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 22px 42px rgba(0, 0, 0, .16);
}

.pandav-legacy-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / .78;
    object-fit: contain;
    border-radius: 6px;
}

.pandav-legacy-medal {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    min-height: 96px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    text-align: left;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .13);
}

.pandav-legacy-medal small {
    grid-column: 2;
    grid-row: 1;
    color: #c7f7e9;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pandav-legacy-medal span {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: block;
    color: #fff;
    font-size: clamp(56px, 6vw, 76px);
    line-height: .85;
    font-weight: 950;
    text-shadow: 0 12px 22px rgba(0, 0, 0, .22);
}

.pandav-legacy-medal strong {
    grid-column: 2;
    grid-row: 2;
    display: block;
    color: #ffdf7b;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
}

.pandav-legacy-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.pandav-legacy-stats div {
    min-height: 74px;
    padding: 13px 10px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    text-align: center;
}

.pandav-legacy-stats strong,
.pandav-legacy-stats span {
    display: block;
}

.pandav-legacy-stats strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
}

.pandav-legacy-stats span {
    margin-top: 4px;
    color: #d7fff4;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
}

.home-departments {
    width: 100%;
}

.home-departments-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-departments-head .home-about-kicker {
    justify-content: center;
}

.home-departments-head h2 {
    margin: 0 0 12px;
    color: #001659;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.home-departments-head p {
    margin: 0;
    color: #4c5b70;
    font-size: 16px;
    line-height: 1.72;
}

.home-department-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-department-card {
    --dept-main: #0f5fd1;
    --dept-deep: #001659;
    --dept-soft: #eef6ff;
    --dept-glow: rgba(15, 95, 209, .18);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, color-mix(in srgb, var(--dept-main), #ffffff 32%), rgba(15, 76, 129, .16)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
    color: #001659;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-department-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 62px rgba(15, 23, 42, .14);
    color: #001659;
}

.home-department-media,
.home-department-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.home-department-media {
    position: relative;
    width: 100%;
    height: 155px;
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 255, 255, .72), transparent 28%),
        linear-gradient(135deg, var(--dept-soft), color-mix(in srgb, var(--dept-main), #ffffff 84%));
    border-bottom: 1px solid color-mix(in srgb, var(--dept-main), #ffffff 74%);
    box-shadow: inset 0 -20px 34px rgba(255, 255, 255, .34);
}

.home-department-media::before,
.home-department-media::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.home-department-media::before {
    right: -42px;
    top: -44px;
    width: 128px;
    height: 128px;
    background: color-mix(in srgb, var(--dept-main), transparent 76%);
}

.home-department-media::after {
    left: -28px;
    bottom: -46px;
    width: 118px;
    height: 118px;
    background: color-mix(in srgb, var(--dept-deep), transparent 88%);
}

.home-department-media img {
    position: relative;
    z-index: 1;
    width: min(72%, 164px);
    height: 118px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 16px 18px var(--dept-glow));
    transition: transform .22s ease;
}

.home-department-card:hover .home-department-media img {
    transform: translateY(-4px) scale(1.04);
}

.home-department-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 22px 22px 20px;
}

.home-department-copy strong {
    display: block;
    color: var(--dept-deep);
    font-size: 20px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
}

.home-department-copy small {
    display: block;
    margin-top: 10px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.home-department-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 40px;
    height: 40px;
    background: var(--dept-soft);
    color: var(--dept-main);
    border: 1px solid color-mix(in srgb, var(--dept-main), #ffffff 74%);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}

.home-department-card:hover .home-department-arrow {
    background: var(--dept-main);
    border-color: var(--dept-main);
    color: #fff;
    transform: translateX(3px);
}

.dept-computer {
    --dept-main: #2563eb;
    --dept-deep: #001659;
    --dept-soft: #eaf2ff;
    --dept-glow: rgba(37, 99, 235, .20);
}

.dept-cse {
    --dept-main: #0ea5e9;
    --dept-deep: #075985;
    --dept-soft: #e0f7ff;
    --dept-glow: rgba(14, 165, 233, .20);
}

.dept-ai {
    --dept-main: #0f766e;
    --dept-deep: #064e3b;
    --dept-soft: #e8fbf6;
    --dept-glow: rgba(15, 118, 110, .20);
}

.dept-mechanical {
    --dept-main: #d97706;
    --dept-deep: #78350f;
    --dept-soft: #fff7ed;
    --dept-glow: rgba(217, 119, 6, .18);
}

.dept-electrical {
    --dept-main: #dc2626;
    --dept-deep: #7f1d1d;
    --dept-soft: #fff1f2;
    --dept-glow: rgba(220, 38, 38, .18);
}

.dept-civil {
    --dept-main: #0284c7;
    --dept-deep: #075985;
    --dept-soft: #eaf8ff;
    --dept-glow: rgba(2, 132, 199, .18);
}

.dept-electronics {
    --dept-main: #7c3aed;
    --dept-deep: #3b0764;
    --dept-soft: #f3e8ff;
    --dept-glow: rgba(124, 58, 237, .18);
}

.dept-mca {
    --dept-main: #0891b2;
    --dept-deep: #164e63;
    --dept-soft: #ecfeff;
    --dept-glow: rgba(8, 145, 178, .18);
}

.dept-mba {
    --dept-main: #ea580c;
    --dept-deep: #7c2d12;
    --dept-soft: #fff7ed;
    --dept-glow: rgba(234, 88, 12, .18);
}

.departments-page-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 5%, rgba(255, 77, 23, .08), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(13, 155, 114, .10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.departments-page-style {
    padding: 34px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    box-shadow: 0 24px 62px rgba(0, 22, 89, .08);
}

@media (max-width: 575px) {
    .departments-page-style {
        padding: 22px 14px;
    }
}

.facilities-page-section,
.college-fees-section,
.autonomous-page-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 5%, rgba(255, 77, 23, .08), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(13, 155, 114, .10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.facilities-page-style,
.college-fees-card {
    padding: 34px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 24px 62px rgba(0, 22, 89, .08);
}

.facility-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.facility-list-card {
    --facility-main: #1377ff;
    --facility-deep: #001659;
    --facility-soft: #eef6ff;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--facility-main), #ffffff 68%);
    border-radius: 8px;
    background: #ffffff;
    color: #001659;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.facility-list-card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--facility-main), #ffffff 42%);
    box-shadow: 0 28px 62px rgba(15, 23, 42, .13);
    color: #001659;
}

.facility-list-media {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 138px;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .68), transparent 25%),
        linear-gradient(135deg, var(--facility-soft), color-mix(in srgb, var(--facility-main), #ffffff 84%));
    border-bottom: 1px solid color-mix(in srgb, var(--facility-main), #ffffff 74%);
}

.facility-list-media::before,
.facility-list-media::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.facility-list-media::before {
    right: -36px;
    top: -38px;
    width: 112px;
    height: 112px;
    background: color-mix(in srgb, var(--facility-main), transparent 78%);
}

.facility-list-media::after {
    left: -34px;
    bottom: -48px;
    width: 118px;
    height: 118px;
    background: color-mix(in srgb, var(--facility-deep), transparent 90%);
}

.facility-list-media img {
    position: relative;
    z-index: 1;
    width: min(70%, 142px);
    height: 96px;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(15, 23, 42, .10));
    transition: transform .22s ease;
}

.facility-list-card:hover .facility-list-media img {
    transform: translateY(-4px) scale(1.04);
}

.facility-list-copy {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 20px 58px;
}

.facility-list-copy strong {
    color: var(--facility-deep);
    font-size: 19px;
    line-height: 1.22;
    font-weight: 900;
}

.facility-list-copy small {
    margin-top: 9px;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

.facility-list-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid color-mix(in srgb, var(--facility-main), #ffffff 72%);
    border-radius: 8px;
    background: var(--facility-soft);
    color: var(--facility-main);
    font-size: 21px;
    font-weight: 900;
}

.facility-list-card:hover .facility-list-arrow {
    background: var(--facility-main);
    color: #fff;
}

.facility-green { --facility-main: #0d9b72; --facility-deep: #064e3b; --facility-soft: #e8fbf6; }
.facility-library { --facility-main: #2563eb; --facility-deep: #001659; --facility-soft: #eaf2ff; }
.facility-workshop { --facility-main: #d97706; --facility-deep: #78350f; --facility-soft: #fff7ed; }
.facility-lab { --facility-main: #7c3aed; --facility-deep: #3b0764; --facility-soft: #f3e8ff; }
.facility-computer { --facility-main: #0891b2; --facility-deep: #164e63; --facility-soft: #ecfeff; }
.facility-classrooms { --facility-main: #dc2626; --facility-deep: #7f1d1d; --facility-soft: #fff1f2; }
.facility-seminar { --facility-main: #ea580c; --facility-deep: #7c2d12; --facility-soft: #fff7ed; }
.facility-auditorium { --facility-main: #9333ea; --facility-deep: #581c87; --facility-soft: #faf5ff; }
.facility-hostel { --facility-main: #0284c7; --facility-deep: #075985; --facility-soft: #eaf8ff; }
.facility-sports { --facility-main: #16a34a; --facility-deep: #166534; --facility-soft: #f0fdf4; }
.facility-canteen { --facility-main: #f59e0b; --facility-deep: #92400e; --facility-soft: #fffbeb; }

.college-fees-card {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.15fr);
    gap: 28px;
    align-items: stretch;
}

.college-fees-info {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 10%, rgba(255, 210, 94, .28), transparent 28%),
        radial-gradient(circle at 96% 14%, rgba(20, 184, 166, .25), transparent 30%),
        linear-gradient(145deg, #001659 0%, #07428c 56%, #00857f 100%);
    color: #fff;
}

.college-fees-info h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.14;
    font-weight: 950;
    letter-spacing: 0;
}

.college-fees-info p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.72;
}

.college-fees-points {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.college-fees-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 14px;
    font-weight: 850;
}

.college-fees-points i {
    color: #fed7aa;
}

.college-fees-form {
    padding: 32px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 44px rgba(0, 22, 89, .08);
}

.college-fees-form .form-label {
    color: #001659;
    font-size: 14px;
    font-weight: 900;
}

.college-fees-form .form-control,
.college-fees-form .form-select {
    min-height: 54px;
    padding: 13px 15px;
    border: 1px solid #d5e0ee;
    border-radius: 8px;
    color: #001659;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 22, 89, .035);
}

.college-fees-form textarea.form-control {
    min-height: 120px;
}

.college-fees-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #25d366, #1377ff);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(37, 211, 102, .24);
}

.college-fees-submit:hover {
    background: linear-gradient(135deg, #1377ff, #0d9b72);
    color: #fff;
    transform: translateY(-2px);
}

.autonomous-page-card {
    display: grid;
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
    gap: 26px;
    padding: 34px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 24px 62px rgba(0, 22, 89, .08);
}

.autonomous-hero-panel {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
    padding: 38px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 36%),
        linear-gradient(145deg, #001659 0%, #064e7c 52%, #0d9b72 100%);
    color: #fff;
}

.autonomous-hero-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    pointer-events: none;
}

.autonomous-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 18px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    color: #fed7aa;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.autonomous-hero-panel h1 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 58px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: 0;
}

.autonomous-hero-panel h2 {
    position: relative;
    width: fit-content;
    margin: 20px 0 0;
    padding: 10px 16px;
    border-radius: 8px;
    background: #fff;
    color: #001659;
    font-size: clamp(20px, 2.1vw, 30px);
    line-height: 1.18;
    font-weight: 900;
}

.autonomous-code {
    position: relative;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    font-weight: 850;
}

.autonomous-code strong {
    color: #fed7aa;
}

.autonomous-hero-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.autonomous-hero-actions a,
.autonomous-apply-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 17px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff7a18, #1377ff);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(19, 119, 255, .20);
}

.autonomous-hero-actions a:hover,
.autonomous-apply-strip a:hover {
    background: linear-gradient(135deg, #0d9b72, #1377ff);
    color: #fff;
    transform: translateY(-2px);
}

.autonomous-details-panel {
    display: grid;
    gap: 20px;
}

.autonomous-approval-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.autonomous-approval-grid > div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 16px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #001659;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(0, 22, 89, .05);
}

.autonomous-approval-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #e8fbf6;
    color: #0d9b72;
}

.autonomous-approval-grid img {
    display: block;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    padding: 3px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 8px 16px rgba(0, 22, 89, .06);
}

.autonomous-courses-box,
.autonomous-contact-box {
    padding: 22px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(0, 22, 89, .045);
}

.autonomous-courses-box .home-about-kicker {
    margin-bottom: 16px;
}

.autonomous-course-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.autonomous-course-grid span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 46px;
    padding: 12px 13px;
    border-radius: 8px;
    background: #f8fbff;
    color: #001659;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 850;
}

.autonomous-course-grid i {
    margin-top: 2px;
    color: #ff7a18;
}

.autonomous-contact-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.autonomous-contact-box strong {
    display: block;
    margin-bottom: 8px;
    color: #0d9b72;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.autonomous-contact-box p {
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 750;
}

.autonomous-contact-box a {
    color: #001659;
    font-weight: 900;
}

.autonomous-apply-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff7ed 0%, #e8fbf6 100%);
    color: #001659;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 950;
}

@media (max-width: 1199px) {
    .facility-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .facility-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .college-fees-card {
        grid-template-columns: 1fr;
    }

    .autonomous-page-card {
        grid-template-columns: 1fr;
    }

    .autonomous-hero-panel {
        min-height: auto;
    }

    .autonomous-contact-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .facilities-page-style,
    .college-fees-card,
    .autonomous-page-card {
        padding: 22px 14px;
    }

    .facility-card-grid {
        grid-template-columns: 1fr;
    }

    .college-fees-info,
    .college-fees-form {
        padding: 20px;
    }

    .autonomous-hero-panel,
    .autonomous-courses-box,
    .autonomous-contact-box {
        padding: 20px;
    }

    .autonomous-approval-grid,
    .autonomous-course-grid {
        grid-template-columns: 1fr;
    }

    .autonomous-apply-strip {
        align-items: stretch;
        flex-direction: column;
        font-size: 18px;
    }
}

.home-recruiters-section {
    position: relative;
}

.home-recruiters {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 8%, rgba(14, 165, 233, .12), transparent 25%),
        radial-gradient(circle at 88% 18%, rgba(249, 115, 22, .12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 20px 54px rgba(15, 23, 42, .08);
}

.home-recruiters-head {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.home-recruiters-head .home-about-kicker {
    justify-content: center;
}

.home-recruiters-head h2 {
    margin: 0 0 12px;
    color: #001659;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.home-recruiters-head p {
    margin: 0;
    color: #4c5b70;
    font-size: 16px;
    line-height: 1.7;
}

.home-recruiter-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.home-recruiter-card {
    --recruiter-color: #0f5fd1;
    position: relative;
    min-height: 132px;
    padding: 18px 14px 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--recruiter-color), #ffffff 72%);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-recruiter-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--recruiter-color), #ffffff 18%), var(--recruiter-color));
}

.home-recruiter-card::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -30px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--recruiter-color), transparent 88%);
}

.home-recruiter-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--recruiter-color), #ffffff 44%);
    box-shadow: 0 20px 42px rgba(15, 23, 42, .12);
}

.home-recruiter-logo,
.home-recruiter-label {
    position: relative;
    z-index: 1;
    display: block;
}

.home-recruiter-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 10px 14px;
    border: 1px solid rgba(219, 232, 246, .8);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, .05), 0 10px 24px rgba(15, 23, 42, .05);
}

.home-recruiter-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 42px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(15, 23, 42, .07));
}

.home-recruiter-label {
    margin-top: 10px;
    color: #475569;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 750;
}

.recruiter-tcs {
    --recruiter-color: #2563eb;
}

.recruiter-infosys {
    --recruiter-color: #0f766e;
}

.recruiter-wipro {
    --recruiter-color: #7c3aed;
}

.recruiter-accenture {
    --recruiter-color: #a855f7;
}

.recruiter-capgemini {
    --recruiter-color: #0284c7;
}

.recruiter-cognizant {
    --recruiter-color: #1d4ed8;
}

.recruiter-techm {
    --recruiter-color: #dc2626;
}

.recruiter-hcl {
    --recruiter-color: #0891b2;
}

.recruiter-ibm {
    --recruiter-color: #334155;
}

.recruiter-microsoft {
    --recruiter-color: #16a34a;
}

.recruiter-amazon {
    --recruiter-color: #ea580c;
}

.recruiter-deloitte {
    --recruiter-color: #65a30d;
}

.recruiter-tcs .home-recruiter-logo img,
.recruiter-ibm .home-recruiter-logo img {
    max-height: 48px;
}

.recruiter-capgemini .home-recruiter-logo img,
.recruiter-microsoft .home-recruiter-logo img,
.recruiter-amazon .home-recruiter-logo img,
.recruiter-deloitte .home-recruiter-logo img {
    max-width: 150px;
}

.recruiter-hcl .home-recruiter-logo img {
    max-width: 145px;
    max-height: 34px;
}

.home-alumni-section {
    position: relative;
}

.home-alumni {
    position: relative;
    overflow: hidden;
    padding: 34px 34px 52px;
    border: 1px solid #d9e7f4;
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 246, 229, .92) 0, rgba(255, 246, 229, 0) 30%),
        radial-gradient(circle at 100% 12%, rgba(219, 244, 255, .95) 0, rgba(219, 244, 255, 0) 34%),
        linear-gradient(135deg, #fbfdff 0%, #f7fbff 48%, #fff8ef 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.home-alumni::before {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 28px solid rgba(0, 150, 136, .08);
}

.home-alumni-head {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.home-alumni-head .home-about-kicker {
    justify-content: center;
}

.home-alumni-head h2 {
    margin: 8px 0 8px;
    color: #001659;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 900;
}

.home-alumni-head p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}

.home-alumni-slider-wrap {
    position: relative;
    z-index: 1;
    padding: 0 34px 46px;
}

.home-alumni-slider {
    padding: 4px 4px 22px;
}

.home-alumni-card {
    --alumni-color: #0f766e;
    --alumni-soft: rgba(15, 118, 110, .11);
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 28px;
    border: 1px solid color-mix(in srgb, var(--alumni-color), #ffffff 72%);
    border-radius: 8px;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--alumni-color), #ffffff 88%) 0, #ffffff 118px),
        #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .10);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-alumni-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--alumni-color), #ff9f1c);
}

.home-alumni-card::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -54px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    border: 22px solid var(--alumni-soft);
}

.home-alumni-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--alumni-color), #ffffff 48%);
    box-shadow: 0 26px 54px rgba(15, 23, 42, .16);
}

.home-alumni-profile {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.home-alumni-avatar {
    display: grid;
    width: 86px;
    height: 86px;
    place-items: center;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--alumni-color), color-mix(in srgb, var(--alumni-color), #001659 38%));
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--alumni-color), transparent 72%);
}

.home-alumni-profile h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 5px;
    color: #001659;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.home-alumni-profile h3 i {
    color: #2f80ed;
    font-size: 16px;
}

.home-alumni-profile span {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.home-alumni-meta {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.home-alumni-meta span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 42px;
    padding: 11px 13px;
    border: 1px solid #e0eaf6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    color: #0f1f3d;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 850;
}

.home-alumni-meta i {
    flex: 0 0 auto;
    color: var(--alumni-color);
    font-size: 15px;
    line-height: 1.35;
}

.home-alumni-quote {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: flex-start;
    margin-top: 22px;
}

.home-alumni-quote > i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--alumni-color), #ffffff 86%);
    color: var(--alumni-color);
    font-size: 20px;
}

.home-alumni-quote p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.home-alumni-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 3;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid #d7e6f6;
    border-radius: 50%;
    background: #ffffff;
    color: #001659;
    box-shadow: 0 16px 32px rgba(15, 23, 42, .10);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.home-alumni-arrow:hover {
    transform: translateY(-2px);
    background: #001659;
    color: #ffffff;
}

.home-alumni-prev {
    left: 0;
}

.home-alumni-next {
    right: 0;
}

.home-alumni-dot {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.home-alumni-dot .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    border-radius: 999px;
    background: #93b3c5;
    opacity: .75;
}

.home-alumni-dot .swiper-pagination-bullet-active {
    width: 32px;
    background: #0f9b8e;
    opacity: 1;
}

.alumni-card-blue {
    --alumni-color: #2563eb;
    --alumni-soft: rgba(37, 99, 235, .10);
}

.alumni-card-green {
    --alumni-color: #0f9b8e;
    --alumni-soft: rgba(15, 155, 142, .11);
}

.alumni-card-orange {
    --alumni-color: #f97316;
    --alumni-soft: rgba(249, 115, 22, .12);
}

.alumni-card-purple {
    --alumni-color: #7c3aed;
    --alumni-soft: rgba(124, 58, 237, .11);
}

.alumni-card-teal {
    --alumni-color: #0891b2;
    --alumni-soft: rgba(8, 145, 178, .12);
}

.alumni-card-red {
    --alumni-color: #dc2626;
    --alumni-soft: rgba(220, 38, 38, .10);
}

@media (max-width: 991px) {
    .home-update-window {
        height: 300px;
    }

    .home-admission-section {
        padding-top: 52px;
    }

    .home-admission-card {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .home-about-modern {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .pandav-legacy {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .pandav-legacy-visual {
        min-height: 0;
    }

    .home-department-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-recruiters {
        padding: 30px;
    }

    .home-alumni {
        padding: 30px 22px 48px;
    }

    .home-alumni-slider-wrap {
        padding: 0 28px 44px;
    }

    .home-recruiter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .home-admission-section {
        padding: 38px 0 6px;
    }

    .home-admission-card {
        padding: 22px 16px;
    }

    .home-admission-content h2 {
        font-size: 29px;
    }

    .home-admission-tags {
        gap: 8px;
    }

    .home-admission-tags span,
    .home-admission-contact a {
        width: 100%;
    }

    .home-admission-contact {
        grid-template-columns: 1fr;
    }

    .home-admission-form {
        padding: 18px 14px;
    }

    .home-admission-form-head strong {
        font-size: 18px;
    }

    .home-admission-recaptcha {
        display: block;
        padding: 8px;
        min-height: 78px;
    }

    .home-admission-actions {
        grid-template-columns: 1fr;
    }

    .home-update-head {
        padding: 16px;
    }

    .home-updates-heading {
        margin-bottom: 24px;
        text-align: left;
    }

    .home-updates-heading .home-about-kicker {
        justify-content: flex-start;
    }

    .home-updates-heading h2 {
        font-size: 29px;
    }

    .home-update-head h3 {
        font-size: 19px;
    }

    .home-update-window {
        height: 330px;
        margin: 14px;
    }

    .home-update-item {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: 86px;
        padding: 14px;
    }

    .home-update-item > i {
        width: 34px;
        height: 34px;
    }

    .home-about-photo img {
        aspect-ratio: 1 / .92;
    }

    .home-about-modern {
        padding: 16px;
    }

    .home-about-badge {
        position: absolute;
        right: 10px;
        bottom: 10px;
        left: 10px;
        padding: 12px;
        border-radius: 8px;
    }

    .home-about-autonomous {
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }

    .home-about-highlights,
    .home-about-credentials {
        grid-template-columns: 1fr;
    }

    .home-about-credential,
    .home-about-credential:nth-child(2n),
    .home-about-credential:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid #e0eaf6;
    }

    .home-about-credential:last-child {
        border-bottom: 0;
    }

    .home-about-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .home-about-points {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-about-points span {
        min-height: 38px;
        font-size: 12px;
    }

    .home-about-mini-card {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 64px;
        padding: 9px;
    }

    .home-about-mini-card img,
    .home-about-mini-icon {
        width: 36px;
        height: 36px;
    }

    .home-about-mini-grid strong {
        font-size: 15px;
    }

    .home-about-mini-grid small {
        font-size: 11px;
    }

    .pandav-legacy {
        padding: 22px 16px;
    }

    .pandav-legacy::before {
        width: 100%;
        height: 5px;
    }

    .pandav-legacy-content h2 {
        font-size: 29px;
    }

    .pandav-legacy-lead {
        font-size: 16px !important;
    }

    .pandav-legacy-points {
        grid-template-columns: 1fr;
    }

    .pandav-legacy-visual {
        padding: 18px;
    }

    .pandav-legacy-image {
        padding: 10px;
    }

    .pandav-legacy-image img {
        aspect-ratio: 1 / .86;
    }

    .pandav-legacy-medal {
        min-height: 92px;
        column-gap: 12px;
        padding: 12px;
    }

    .pandav-legacy-medal span {
        font-size: 56px;
    }

    .pandav-legacy-medal strong {
        font-size: 20px;
    }

    .pandav-legacy-stats {
        grid-template-columns: 1fr;
    }

    .pandav-legacy-stats div {
        min-height: 58px;
    }

    .home-departments-head {
        text-align: left;
    }

    .home-departments-head .home-about-kicker {
        justify-content: flex-start;
    }

    .home-department-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-department-card {
        min-height: 0;
    }

    .home-department-media {
        height: 132px;
    }

    .home-department-media img {
        height: 102px;
    }

    .home-department-copy strong {
        font-size: 17px;
    }

    .home-department-copy small {
        font-size: 13px;
        padding-right: 44px;
    }

    .home-department-arrow {
        width: 34px;
        height: 34px;
        right: 16px;
        bottom: 16px;
    }

    .home-recruiters {
        padding: 24px 16px;
    }

    .home-alumni {
        padding: 24px 14px 44px;
    }

    .home-alumni-head {
        text-align: left;
    }

    .home-alumni-head .home-about-kicker {
        justify-content: flex-start;
    }

    .home-alumni-head h2 {
        font-size: 29px;
    }

    .home-alumni-slider-wrap {
        padding: 0 0 44px;
    }

    .home-alumni-card {
        min-height: 355px;
        padding: 22px 18px;
    }

    .home-alumni-profile {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
    }

    .home-alumni-avatar {
        width: 72px;
        height: 72px;
        font-size: 24px;
    }

    .home-alumni-profile h3 {
        font-size: 20px;
    }

    .home-alumni-quote {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .home-alumni-quote > i {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .home-alumni-arrow {
        top: auto;
        bottom: -3px;
        width: 44px;
        height: 44px;
    }

    .home-recruiters-head {
        text-align: left;
    }

    .home-recruiters-head .home-about-kicker {
        justify-content: flex-start;
    }

    .home-recruiter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .home-recruiter-card {
        min-height: 108px;
        padding: 16px 10px;
    }

    .home-recruiter-logo {
        height: 56px;
        padding: 8px 10px;
    }

    .home-recruiter-logo img {
        max-height: 38px;
    }

    .home-recruiter-label {
        font-size: 11px;
    }
}

.department-detail-style {
    display: grid;
    gap: 26px;
}

.eligibility-criteria-style {
    display: grid;
    gap: 26px;
}

.academic-info-style {
    display: grid;
    gap: 26px;
}

.college-gallery-style {
    display: grid;
    gap: 34px;
}

.home-popup-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .4);
}

.home-popup-modal .modal-header {
    min-height: 35px;
    border-bottom: 1px solid #e4eaf3;
}

.home-popup-modal .modal-title {
    color: #001659;
    font-weight: 900;
}

.home-popup-modal .modal-body {
    max-height: calc(100vh - 130px);
    padding: 0;
    overflow: auto;
    background: #eef2f7;
}

.home-popup-modal .modal-body img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 130px);
    display: block;
    margin: auto;
    object-fit: contain;
}

@media (max-width: 575px) {
    .home-popup-modal .modal-dialog {
        margin: 12px;
    }

    .home-popup-modal .modal-body,
    .home-popup-modal .modal-body img {
        max-height: calc(100vh - 105px);
    }
}

.college-gallery-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 36px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #fff 58%, #eefcf9 100%);
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.college-gallery-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.college-gallery-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.college-gallery-intro h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.college-gallery-intro p {
    max-width: 790px;
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.8;
}

.college-gallery-summary {
    flex: 0 0 210px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
    padding: 24px;
    border-radius: 8px;
    background: #001659;
}

.college-gallery-summary strong {
    color: #54d8bd;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.college-gallery-summary span {
    align-self: center;
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 800;
}

.college-gallery-album {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.college-gallery-album-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.college-gallery-album-heading > div:first-child > span {
    display: inline-block;
    margin-bottom: 5px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.college-gallery-album-heading h3 {
    margin: 0;
    color: #001659;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.college-gallery-album-heading p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.65;
}

.college-gallery-count {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1268c8;
    font-size: 12px;
    font-weight: 900;
}

.college-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.college-gallery-item {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #001659;
    box-shadow: 0 12px 28px rgba(0, 22, 89, .12);
    cursor: pointer;
    text-align: left;
}

.college-gallery-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-image: var(--gallery-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.002);
    transition: transform .35s ease;
}

.college-gallery-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 2px;
    padding: 30px 16px 14px;
    background: linear-gradient(to top, rgba(0, 15, 55, .96), rgba(0, 15, 55, 0));
    color: #fff;
}

.college-gallery-caption small {
    color: #54d8bd;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.college-gallery-caption strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
}

.college-gallery-caption > span {
    max-height: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
    font-weight: 700;
    opacity: 0;
    transition: max-height .25s ease, opacity .25s ease;
}

.college-gallery-item:hover .college-gallery-photo,
.college-gallery-item:focus-visible .college-gallery-photo {
    transform: scale(1.06);
}

.college-gallery-item:hover .college-gallery-caption > span,
.college-gallery-item:focus-visible .college-gallery-caption > span {
    max-height: 20px;
    opacity: 1;
}

.college-gallery-item:focus-visible {
    outline: 3px solid #ff5a1f;
    outline-offset: 3px;
}

.gallery-modal-open {
    overflow: hidden;
}

.college-gallery-modal {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 10, 35, .92);
}

.college-gallery-modal.is-open {
    display: flex;
}

.college-gallery-modal-content {
    width: min(720px, 100%);
}

.college-gallery-modal-photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .4);
}

.college-gallery-empty,
.college-gallery-no-photos {
    padding: 28px;
    border: 1px dashed #b9c9dc;
    border-radius: 8px;
    background: #f7faff;
    text-align: center;
}

.college-gallery-modal-content h3 {
    margin: 16px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    text-align: center;
}

.college-gallery-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 991px) {
    .college-gallery-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .college-gallery-summary {
        width: 100%;
        grid-template-columns: auto 1fr auto 1fr;
    }

    .college-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .college-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .college-gallery-intro {
        padding: 20px;
    }

    .college-gallery-album {
        padding: 14px;
    }

    .college-gallery-intro h2 {
        font-size: 30px;
    }

    .college-gallery-summary {
        grid-template-columns: auto 1fr;
    }

    .college-gallery-album-heading {
        flex-direction: column;
        gap: 12px;
    }

    .college-gallery-album-heading h3 {
        font-size: 24px;
    }

    .college-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .college-gallery-item {
        width: 100%;
        aspect-ratio: 1;
    }

    .college-gallery-photo {
        height: 100%;
        aspect-ratio: auto;
    }

    .college-gallery-caption {
        padding: 28px 10px 10px;
    }

    .college-gallery-caption small {
        font-size: 8px;
        letter-spacing: .4px;
    }

    .college-gallery-caption strong {
        font-size: 14px;
        line-height: 1.2;
    }

    .college-gallery-modal {
        padding: 16px;
    }

    .college-gallery-modal-close {
        top: 10px;
        right: 10px;
    }
}

.academic-info-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, .7fr);
    gap: 24px;
    padding: 36px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #fff 58%, #edfdf9 100%);
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.academic-info-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.academic-info-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.academic-info-hero-copy h3 {
    max-width: 780px;
    margin: 14px 0 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.academic-info-hero-copy > p {
    max-width: 800px;
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.8;
}

.academic-info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.academic-info-tags span {
    padding: 9px 14px;
    border: 1px solid #d7e8ff;
    border-radius: 999px;
    background: #fff;
    color: #1268c8;
    font-size: 13px;
    font-weight: 900;
}

.academic-info-hero-aside {
    padding: 28px;
    border-radius: 8px;
    background: #001659;
    color: #fff;
}

.academic-info-aside-label {
    display: block;
    color: #54d8bd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.academic-info-hero-aside h4 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.28;
    font-weight: 900;
    letter-spacing: 0;
}

.academic-info-hero-aside p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.68;
}

.academic-info-hero-aside ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.academic-info-hero-aside li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 700;
}

.academic-info-hero-aside li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #54d8bd;
}

.academic-info-section {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.academic-info-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.academic-info-section-heading > span {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef5ff;
    color: #1268c8;
    font-weight: 900;
}

.academic-info-section-heading small {
    display: block;
    margin-bottom: 3px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.academic-info-section-heading h4,
.academic-info-closing h4 {
    margin: 0;
    color: #001659;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0;
}

.academic-info-section-intro {
    margin: 16px 0 0;
    color: #526276;
    font-size: 15px;
    line-height: 1.72;
}

.academic-info-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.academic-info-card-grid.two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.academic-info-card-grid article {
    padding: 20px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.academic-info-card-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #ff5a1f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.academic-info-card-grid h5,
.academic-info-steps h5 {
    margin: 0;
    color: #001659;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.academic-info-card-grid p,
.academic-info-steps p {
    margin: 9px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.65;
}

.academic-info-card-meta {
    margin-top: 14px;
    color: #087a5b;
    font-size: 13px;
    font-weight: 900;
}

.academic-info-card-grid a {
    display: inline-flex;
    gap: 8px;
    margin-top: 15px;
    color: #1268c8;
    font-size: 13px;
    font-weight: 900;
}

.academic-info-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.academic-info-steps article {
    display: flex;
    gap: 15px;
    padding: 20px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.academic-info-steps article > span {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1268c8;
    color: #fff;
    font-weight: 900;
}

.academic-info-table-wrap {
    overflow-x: auto;
    margin-top: 22px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
}

.academic-info-table {
    width: 100%;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
}

.academic-info-table th,
.academic-info-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e3ebf5;
    text-align: left;
}

.academic-info-table th {
    background: #001659;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.academic-info-table td {
    color: #35445a;
    font-size: 14px;
    font-weight: 700;
}

.academic-info-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.academic-info-table tbody tr:last-child td {
    border-bottom: 0;
}

.academic-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin-top: 22px;
}

.academic-info-list > div {
    display: flex;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.academic-info-list > div > span {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: #16a085;
}

.academic-info-list p {
    margin: 0;
    color: #415066;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
}

.academic-info-closing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #001659 0%, #1268c8 65%, #0aa6a6 100%);
}

.academic-info-closing .academic-info-kicker,
.academic-info-closing h4 {
    color: #fff;
}

.academic-info-closing p {
    max-width: 850px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.7;
}

.academic-info-closing-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.academic-info-closing-links a {
    white-space: nowrap;
    padding: 11px 16px;
    border-radius: 6px;
    background: #fff;
    color: #0048a8;
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .academic-info-hero {
        grid-template-columns: 1fr;
    }

    .academic-info-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .academic-info-closing {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .academic-info-hero,
    .academic-info-section,
    .academic-info-closing {
        padding: 20px;
    }

    .academic-info-hero-copy h3 {
        font-size: 30px;
    }

    .academic-info-card-grid,
    .academic-info-card-grid.two-column,
    .academic-info-steps,
    .academic-info-list {
        grid-template-columns: 1fr;
    }

    .academic-info-section-heading {
        align-items: flex-start;
    }

    .academic-info-section-heading h4,
    .academic-info-closing h4 {
        font-size: 22px;
    }
}

.eligibility-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 24px;
    padding: 36px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #fff 58%, #edfcfa 100%);
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.eligibility-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.eligibility-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.eligibility-hero-content h3 {
    max-width: 760px;
    margin: 14px 0 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
}

.eligibility-hero-content > p {
    max-width: 790px;
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.8;
}

.eligibility-quick-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.eligibility-quick-facts div {
    padding: 16px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
}

.eligibility-quick-facts strong,
.eligibility-quick-facts span {
    display: block;
}

.eligibility-quick-facts strong {
    color: #001659;
    font-size: 17px;
    font-weight: 900;
}

.eligibility-quick-facts span {
    margin-top: 4px;
    color: #637087;
    font-size: 13px;
    font-weight: 700;
}

.eligibility-hero-panel {
    position: relative;
    overflow: hidden;
    align-self: stretch;
    padding: 30px;
    border-radius: 8px;
    background: #001659;
    color: #fff;
}

.eligibility-panel-number {
    position: absolute;
    top: -18px;
    right: 8px;
    color: rgba(255, 255, 255, .08);
    font-size: 110px;
    line-height: 1;
    font-weight: 900;
}

.eligibility-hero-panel h4 {
    position: relative;
    margin: 54px 0 0;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0;
}

.eligibility-hero-panel p {
    position: relative;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.72;
}

.eligibility-section-card,
.eligibility-entry-card,
.eligibility-guidance {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.eligibility-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.eligibility-section-heading > span {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef5ff;
    color: #1268c8;
    font-weight: 900;
}

.eligibility-section-heading small {
    display: block;
    margin-bottom: 3px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.eligibility-section-heading h4,
.eligibility-entry-card h4,
.eligibility-guidance h4 {
    margin: 0;
    color: #001659;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0;
}

.eligibility-table-wrap {
    overflow-x: auto;
    border: 1px solid #dce8f6;
    border-radius: 8px;
}

.eligibility-program-table {
    width: 100%;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
}

.eligibility-program-table th,
.eligibility-program-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e3ebf5;
    text-align: left;
}

.eligibility-program-table th {
    background: #001659;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.eligibility-program-table td {
    color: #35445a;
    font-weight: 700;
}

.eligibility-program-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.eligibility-program-table tbody tr:last-child td {
    border-bottom: 0;
}

.eligibility-program-table td span {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    background: #e9f8f3;
    color: #087a5b;
    font-size: 13px;
    font-weight: 900;
}

.eligibility-table-note,
.eligibility-intro {
    margin: 16px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.7;
}

.eligibility-rule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.eligibility-rule-grid article {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.eligibility-rule-number {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1268c8;
    color: #fff;
    font-weight: 900;
}

.eligibility-rule-grid h5,
.eligibility-guidance-grid h5 {
    margin: 2px 0 0;
    color: #001659;
    font-size: 17px;
    font-weight: 900;
}

.eligibility-rule-grid p,
.eligibility-rule-grid ul,
.eligibility-entry-card p,
.eligibility-guidance-grid p {
    margin: 9px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.68;
}

.eligibility-rule-grid ul {
    padding-left: 18px;
}

.eligibility-entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.eligibility-entry-card {
    border-top: 4px solid #1268c8;
}

.eligibility-entry-card-accent {
    border-top-color: #16a085;
}

.eligibility-entry-label {
    margin-bottom: 10px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.eligibility-subjects {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.eligibility-subjects span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1268c8;
    font-size: 12px;
    font-weight: 900;
}

.eligibility-guidance {
    background: linear-gradient(135deg, #001659 0%, #12387d 100%);
}

.eligibility-guidance .eligibility-kicker,
.eligibility-guidance h4 {
    color: #fff;
}

.eligibility-guidance .eligibility-kicker::before {
    background: #fff;
}

.eligibility-guidance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.eligibility-guidance-grid article {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.eligibility-guidance-grid article > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #54d8bd;
    font-size: 13px;
    font-weight: 900;
}

.eligibility-guidance-grid h5 {
    color: #fff;
}

.eligibility-guidance-grid p {
    color: rgba(255, 255, 255, .78);
}

.eligibility-disclaimer {
    padding: 18px 20px;
    border-left: 4px solid #ff5a1f;
    border-radius: 0 8px 8px 0;
    background: #fff6f1;
    color: #596579;
    font-size: 14px;
    line-height: 1.65;
}

.eligibility-disclaimer strong {
    color: #001659;
}

@media (max-width: 991px) {
    .eligibility-hero,
    .eligibility-rule-grid,
    .eligibility-entry-grid,
    .eligibility-guidance-grid {
        grid-template-columns: 1fr;
    }

    .eligibility-hero-panel h4 {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .eligibility-hero,
    .eligibility-section-card,
    .eligibility-entry-card,
    .eligibility-guidance {
        padding: 20px;
    }

    .eligibility-hero-content h3 {
        font-size: 30px;
    }

    .eligibility-quick-facts {
        grid-template-columns: 1fr;
    }

    .eligibility-section-heading {
        align-items: flex-start;
    }

    .eligibility-section-heading h4,
    .eligibility-entry-card h4,
    .eligibility-guidance h4 {
        font-size: 22px;
    }
}

.department-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 30px;
    align-items: center;
    padding: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #ffffff 55%, #eefcff 100%);
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.department-about-card {
    background:
        radial-gradient(circle at 0 0, rgba(255, 90, 31, .13), transparent 34%),
        radial-gradient(circle at 100% 12%, rgba(13, 148, 136, .14), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
}

.department-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.department-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.department-hero-copy h3 {
    margin: 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.department-hero-copy p,
.department-section-card p,
.department-future-card p {
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.82;
}

.department-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.department-hero-tags span {
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d7e8ff;
    color: #1268c8;
    font-size: 13px;
    font-weight: 900;
}

.department-hero-image {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d7e8ff;
    box-shadow: 0 18px 36px rgba(0, 22, 89, .08);
}

.department-hero-image img {
    width: 100%;
    display: block;
}

.department-section-card,
.department-snapshot,
.department-future-card {
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.department-hod-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 0 0, rgba(18, 104, 200, .08), transparent 28%),
        radial-gradient(circle at 100% 100%, rgba(32, 201, 151, .10), transparent 30%),
        #fff;
}

.department-hod-section::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(18, 104, 200, .10);
    border-radius: 50%;
    box-shadow: -26px 28px 0 rgba(32, 201, 151, .06);
    pointer-events: none;
}

.department-hod-card {
    display: grid;
    position: relative;
    z-index: 1;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
    align-items: flex-start;
    margin-top: 22px;
    padding: 30px;
    border-radius: 8px;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .96), rgba(247, 252, 255, .94)),
        linear-gradient(135deg, rgba(18, 104, 200, .08), rgba(32, 201, 151, .08));
    border: 1px solid #d9e9fb;
    box-shadow: 0 22px 52px rgba(0, 22, 89, .09);
}

.department-hod-photo {
    align-self: flex-start;
    width: 210px;
    height: 270px;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(18, 104, 200, .15), rgba(32, 201, 151, .16));
    border: 2px solid #fff;
    color: #1268c8;
    box-shadow: 0 18px 42px rgba(0, 22, 89, .14);
}

.department-hod-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.department-hod-photo i {
    font-size: 78px;
}

.department-hod-copy {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.department-role-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1268c8, #20c997);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.department-hod-copy h5 {
    margin: 12px 0 3px;
    color: #0f9f9b;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 900;
}

.department-hod-designation {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.department-hod-message {
    max-width: 850px;
    margin: 18px 0 0;
    color: #3e4d62;
    font-size: 15px;
    line-height: 1.72;
}

.department-profile-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.department-profile-facts p {
    min-height: 0;
    margin: 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid #dce9f8;
    color: #001659;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.38;
    box-shadow: 0 10px 20px rgba(0, 22, 89, .04);
}

.department-profile-facts span {
    display: block;
    margin-bottom: 4px;
    color: #1268c8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.department-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.department-section-heading span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef5ff;
    color: #1268c8;
    font-weight: 900;
}

.department-section-heading h4,
.department-snapshot h4,
.department-future-card h4 {
    margin: 0;
    color: #001659;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.department-highlight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 24px;
}

.department-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.department-feature-grid div {
    padding: 18px;
    border-radius: 8px;
    background: #f8fbff;
    border: 1px solid #e0ebf8;
}

.department-feature-grid strong {
    display: block;
    color: #001659;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.department-feature-grid p {
    margin: 8px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 600;
}

.department-snapshot {
    background: #001659;
}

.department-snapshot h4 {
    color: #fff;
}

.department-snapshot ul {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.department-snapshot li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, .86);
    font-weight: 700;
    line-height: 1.55;
}

.department-snapshot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #20c997;
}

.department-career-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.department-career-grid div {
    min-height: 78px;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background: #f8fbff;
    border: 1px solid #e0ebf8;
    color: #001659;
    font-weight: 900;
    line-height: 1.4;
}

.department-faculty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 18px;
}

.department-faculty-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 360px;
    padding: 0 0 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dbe8f7;
    box-shadow: 0 14px 30px rgba(0, 22, 89, .10);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.department-faculty-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 78px;
    background: linear-gradient(135deg, #1268c8, #0f766e);
}

.department-faculty-card:nth-child(2n)::before {
    background: linear-gradient(135deg, #ef3f22, #f5b335);
}

.department-faculty-card:nth-child(3n)::before {
    background: linear-gradient(135deg, #472061, #1268c8);
}

.department-faculty-card:hover {
    transform: translateY(-3px);
    border-color: #bcd7f4;
    box-shadow: 0 20px 40px rgba(0, 22, 89, .14);
}

.department-faculty-photo {
    position: relative;
    z-index: 1;
    width: 130px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 20px auto 0;
    border-radius: 8px;
    background: #eef5ff;
    border: 3px solid #ffffff;
    color: #1268c8;
    box-shadow: 0 12px 24px rgba(0, 22, 89, .18);
}

.department-faculty-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.department-faculty-photo i {
    font-size: 42px;
}

.department-faculty-details {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    padding: 14px 18px 0;
    text-align: center;
}

.department-faculty-details h5 {
    margin: 0 0 3px;
    color: #001659;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: capitalize;
}

.department-faculty-details p {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #e4edf8;
    border-radius: 7px;
    background: #f8fbff;
    color: #2f4059;
    font-size: 13px;
    text-align: left;
    line-height: 1.38;
    box-shadow: 0 6px 14px rgba(0, 22, 89, .03);
}

.department-faculty-details p span {
    display: block;
    margin: 0;
    color: #1268c8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.35;
    text-transform: uppercase;
}

.department-information-section .mandatory-disclosure-section {
    margin-top: 22px;
}

.department-information-section .mandatory-disclosure-section:first-of-type {
    margin-top: 12px;
}

.department-gallery-section {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 128, 28, .10), transparent 30%),
        radial-gradient(circle at 90% 18%, rgba(16, 180, 178, .13), transparent 30%),
        #ffffff;
}

.department-gallery-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.department-gallery-card {
    overflow: hidden;
    border: 1px solid #dbe8f7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 22, 89, .10);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.department-gallery-card:hover {
    transform: translateY(-4px);
    border-color: #b8d6f2;
    box-shadow: 0 22px 44px rgba(0, 22, 89, .15);
}

.department-gallery-media {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    border: 0;
    background: #eef5ff;
    cursor: pointer;
}

.department-gallery-media::after {
    content: "\f00e";
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a18, #1268c8);
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(0, 22, 89, .22);
}

.department-gallery-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.department-gallery-card:hover .department-gallery-media img {
    transform: scale(1.04);
}

.department-gallery-copy {
    padding: 16px 18px 18px;
}

.department-gallery-copy span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #1268c8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.department-gallery-copy h5 {
    margin: 0;
    color: #001659;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.department-gallery-copy p {
    margin: 8px 0 0;
    color: #40506a;
    font-size: 14px;
    line-height: 1.55;
}

.department-future-card {
    background: linear-gradient(135deg, #001659 0%, #1268c8 64%, #0aa6a6 100%);
}

.department-future-card .department-kicker,
.department-future-card h4,
.department-future-card p {
    color: #fff;
}

.department-future-card .department-kicker::before {
    background: #fff;
}

.department-future-card p {
    color: rgba(255, 255, 255, .88);
}

@media (max-width: 991px) {
    .department-hero-card,
    .department-highlight-grid {
        grid-template-columns: 1fr;
    }

    .department-hod-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .department-hod-photo {
        max-width: none;
        min-height: 0;
    }

    .department-profile-facts {
        grid-template-columns: 1fr;
        width: 100%;
        text-align: left;
    }

    .department-hero-image {
        max-width: 420px;
    }

    .department-career-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .department-faculty-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
    }
}

@media (max-width: 575px) {
    .department-hero-card,
    .department-section-card,
    .department-snapshot,
    .department-future-card {
        padding: 20px;
    }

    .department-hero-copy h3 {
        font-size: 30px;
    }

    .department-section-heading h4,
    .department-snapshot h4,
    .department-future-card h4 {
        font-size: 22px;
    }

    .department-feature-grid,
    .department-career-grid {
        grid-template-columns: 1fr;
    }

    .department-hod-copy {
        padding: 0;
    }

    .department-hod-copy h5 {
        font-size: 28px;
    }

    .department-hod-card {
        padding: 20px;
    }

    .department-hod-photo {
        width: 168px;
        height: 168px;
    }

    .department-faculty-card {
        min-height: auto;
        padding-bottom: 14px;
    }

    .department-faculty-photo {
        width: 104px;
        height: 104px;
    }

    .department-faculty-details p {
        grid-template-columns: 86px minmax(0, 1fr);
        padding: 8px 9px;
    }

    .department-faculty-details h5 {
        font-size: 20px;
    }
}

.facility-detail-style .department-hero-card {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 52%, #f0fbf6 100%);
}

.facility-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 18px;
}

.facility-hero-image img {
    max-height: 240px;
    object-fit: contain;
}

.facility-snapshot {
    background: linear-gradient(145deg, #001659 0%, #063f5c 100%);
}

.facility-benefit-grid div {
    min-height: 92px;
    align-items: flex-start;
}

.facility-support-card {
    background: linear-gradient(135deg, #001659 0%, #0f766e 62%, #20c997 100%);
}

.facility-modern-style {
    display: grid;
    gap: 26px;
}

.facility-modern-hero {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(0, 22, 89, .09);
}

.facility-modern-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    padding: 34px;
    background:
        linear-gradient(135deg, rgba(19, 119, 255, .10), transparent 42%),
        linear-gradient(225deg, rgba(255, 122, 24, .14), transparent 40%),
        #f8fbff;
}

.facility-modern-media::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1377ff, #0d9b72, #ff7a18);
}

.facility-modern-media img {
    position: relative;
    z-index: 1;
    width: min(78%, 320px);
    max-height: 275px;
    object-fit: contain;
    filter: drop-shadow(0 22px 26px rgba(0, 22, 89, .14));
}

.facility-modern-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 52px);
}

.facility-modern-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 13px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.facility-modern-kicker::before {
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.facility-modern-copy h3 {
    margin: 0;
    color: #001659;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: 0;
}

.facility-modern-copy p,
.facility-modern-overview p,
.facility-modern-feature-grid p,
.facility-modern-support p {
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.75;
}

.facility-modern-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.facility-modern-tags span {
    padding: 9px 13px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: #f8fbff;
    color: #1268c8;
    font-size: 13px;
    font-weight: 900;
}

.facility-modern-overview,
.facility-modern-section,
.facility-modern-benefits {
    padding: 30px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 22, 89, .07);
}

.facility-modern-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.facility-modern-section-head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1377ff, #0d9b72);
    color: #fff;
    box-shadow: 0 12px 22px rgba(19, 119, 255, .16);
}

.facility-modern-section-head small {
    display: block;
    margin-bottom: 3px;
    color: #ff5a1f;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.facility-modern-section-head h4,
.facility-modern-focus h4,
.facility-modern-support h4 {
    margin: 0;
    color: #001659;
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: 0;
}

.facility-modern-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.facility-modern-feature-grid article {
    min-height: 220px;
    padding: 20px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.facility-modern-feature-grid article:hover {
    transform: translateY(-4px);
    border-color: #bdd4f2;
    box-shadow: 0 20px 36px rgba(0, 22, 89, .10);
}

.facility-modern-feature-grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #fff7ed;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 950;
}

.facility-modern-feature-grid strong {
    display: block;
    color: #001659;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 950;
}

.facility-modern-feature-grid p {
    font-size: 14px;
    line-height: 1.62;
}

.facility-modern-split {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 24px;
}

.facility-modern-focus {
    padding: 30px;
    border-radius: 8px;
    background:
        linear-gradient(145deg, #001659 0%, #073c6b 58%, #0d9b72 100%);
    box-shadow: 0 22px 48px rgba(0, 22, 89, .16);
}

.facility-modern-focus .facility-modern-kicker,
.facility-modern-focus h4 {
    color: #fff;
}

.facility-modern-focus .facility-modern-kicker::before {
    background: #fff;
}

.facility-modern-focus > div {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.facility-modern-focus p {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 800;
}

.facility-modern-focus p span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    color: #fed7aa;
    font-size: 12px;
    font-weight: 950;
}

.facility-modern-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.facility-modern-benefit-grid span {
    position: relative;
    min-height: 54px;
    padding: 14px 14px 14px 42px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: #f8fbff;
    color: #001659;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
}

.facility-modern-benefit-grid span::before {
    content: "\f00c";
    position: absolute;
    top: 15px;
    left: 14px;
    color: #0d9b72;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 900;
}

.facility-modern-support {
    padding: 34px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .10), transparent 34%),
        linear-gradient(135deg, #001659 0%, #1268c8 55%, #0d9b72 100%);
    box-shadow: 0 22px 52px rgba(0, 22, 89, .16);
}

.facility-modern-support .facility-modern-kicker,
.facility-modern-support h4,
.facility-modern-support p {
    color: #fff;
}

.facility-modern-support p {
    max-width: 900px;
    color: rgba(255, 255, 255, .84);
}

@media (max-width: 575px) {
    .facility-hero-image {
        min-height: 190px;
    }
}

@media (max-width: 1199px) {
    .facility-modern-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .facility-modern-hero,
    .facility-modern-split {
        grid-template-columns: 1fr;
    }

    .facility-modern-media {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .facility-modern-media,
    .facility-modern-copy,
    .facility-modern-overview,
    .facility-modern-section,
    .facility-modern-benefits,
    .facility-modern-focus,
    .facility-modern-support {
        padding: 20px;
    }

    .facility-modern-feature-grid,
    .facility-modern-benefit-grid {
        grid-template-columns: 1fr;
    }

    .facility-modern-section-head {
        align-items: flex-start;
    }

    .facility-modern-media {
        min-height: 230px;
    }

    .facility-modern-media img {
        width: min(82%, 230px);
    }
}

.secretary-desk-style {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.secretary-profile-card,
.secretary-message-card {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.secretary-profile-card {
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.secretary-profile-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    background: #fff4e8;
}

.secretary-profile-photo::after {
    content: "";
    position: absolute;
    inset: auto 22px 22px 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff5a1f, #001659);
}

.secretary-profile-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.secretary-profile-info {
    padding: 24px;
    background: #001659;
    color: #fff;
}

.secretary-profile-info span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    color: #ffd8c8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.secretary-profile-info h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.secretary-profile-info p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.secretary-message-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
}

.secretary-message-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #001659, #1677ff, #ff5a1f);
}

.secretary-message-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.secretary-message-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.secretary-message-card h3 {
    margin: 0 0 22px;
    max-width: 830px;
    color: #001659;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.secretary-message-body {
    display: grid;
    gap: 16px;
}

.secretary-message-body p {
    margin: 0;
    color: #344256;
    font-size: 16px;
    line-height: 1.86;
    text-align: justify;
}

.secretary-message-body strong {
    color: #001659;
}

.secretary-signature {
    margin-top: 30px;
    padding: 22px 24px;
    border-radius: 8px;
    background: #f2f7ff;
    border-left: 5px solid #ff5a1f;
}

.secretary-signature strong {
    display: block;
    margin-bottom: 8px;
    color: #4f6075;
    font-size: 14px;
}

.secretary-signature h4 {
    margin: 0;
    color: #001659;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.secretary-signature span {
    display: block;
    margin-top: 6px;
    color: #526276;
    font-weight: 700;
}

@media (max-width: 991px) {
    .secretary-desk-style {
        grid-template-columns: 1fr;
    }

    .secretary-profile-card {
        position: static;
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .secretary-message-card {
        padding: 26px 20px;
    }

    .secretary-message-card h3 {
        font-size: 26px;
    }

    .secretary-message-body p {
        font-size: 15px;
        text-align: left;
    }
}

.desk-message-style {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.desk-profile-card,
.desk-message-card {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.desk-profile-card {
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.desk-profile-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    background: #f0fbf6;
}

.desk-profile-photo::after {
    content: "";
    position: absolute;
    inset: auto 22px 22px 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #20c997, #001659);
}

.desk-profile-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.desk-profile-info {
    padding: 24px;
    background: #001659;
    color: #fff;
}

.principal-desk-style .desk-profile-info {
    background: #053f32;
}

.desk-profile-info span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #d7fff2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.desk-profile-info h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.desk-profile-info p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.desk-message-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
}

.desk-message-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #053f32, #20c997, #1677ff);
}

.desk-message-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #087f5b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.desk-message-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #20c997;
}

.desk-message-card h3 {
    margin: 0 0 22px;
    max-width: 830px;
    color: #001659;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.desk-message-body {
    display: grid;
    gap: 16px;
}

.desk-message-body p {
    margin: 0;
    color: #344256;
    font-size: 16px;
    line-height: 1.86;
    text-align: justify;
}

.desk-message-body strong {
    color: #001659;
}

.desk-signature {
    margin-top: 30px;
    padding: 22px 24px;
    border-radius: 8px;
    background: #f0fbf6;
    border-left: 5px solid #20c997;
}

.desk-signature strong {
    display: block;
    margin-bottom: 8px;
    color: #4f6075;
    font-size: 14px;
}

.desk-signature h4 {
    margin: 0;
    color: #001659;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.desk-signature span {
    display: block;
    margin-top: 6px;
    color: #526276;
    font-weight: 700;
}

@media (max-width: 991px) {
    .desk-message-style {
        grid-template-columns: 1fr;
    }

    .desk-profile-card {
        position: static;
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .desk-message-card {
        padding: 26px 20px;
    }

    .desk-message-card h3 {
        font-size: 26px;
    }

    .desk-message-body p {
        font-size: 15px;
        text-align: left;
    }
}

.our-inspiration-style {
    display: grid;
    grid-template-columns: minmax(280px, 500px) minmax(0, 1fr);
    align-items: start;
    gap: 56px;
    padding: 10px 0 28px;
}

.inspiration-portrait {
    margin-top: 6px;
}

.inspiration-portrait {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f8fc;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 44px rgba(0, 22, 89, 0.12);
}

.inspiration-portrait img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 0.78;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.inspiration-name-card {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 18px 20px;
    border-radius: 8px;
    background: rgba(0, 22, 89, 0.92);
    color: #fff;
    backdrop-filter: blur(8px);
}

.inspiration-name-card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.inspiration-name-card p,
.inspiration-name-card span {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.45;
}

.inspiration-content {
    color: #515b6b;
}

.inspiration-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #ff4d17;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.inspiration-kicker::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #ff4d17;
}

.inspiration-content h2 {
    margin: 0 0 22px;
    color: #001659;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 850;
    letter-spacing: 0;
}

.inspiration-content p {
    margin: 0 0 16px;
    color: #344154;
    font-size: 17px;
    line-height: 1.78;
    text-align: justify;
}

.inspiration-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.inspiration-values div {
    min-height: 118px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f6f9ff);
    border: 1px solid #dbe6f5;
}

.inspiration-values strong {
    display: block;
    margin-bottom: 8px;
    color: #001659;
    font-size: 17px;
    font-weight: 850;
}

.inspiration-values span {
    display: block;
    color: #4c5b70;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .our-inspiration-style {
        gap: 36px;
    }

    .inspiration-content h2 {
        font-size: 34px;
    }

    .inspiration-content p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .our-inspiration-style {
        grid-template-columns: 1fr;
    }

    .inspiration-values {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .inspiration-portrait img {
        aspect-ratio: 1 / 0.9;
    }

    .inspiration-name-card {
        position: static;
        border-radius: 0;
    }

    .inspiration-content h2 {
        font-size: 28px;
    }

    .inspiration-content p {
        text-align: left;
    }
}

.contact-enquiry-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 114, 45, .12), transparent 28%),
        radial-gradient(circle at 92% 10%, rgba(19, 119, 255, .12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.contact-enquiry-section .sec-page-box {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.contact-page-style {
    display: grid;
    grid-template-columns: minmax(320px, .88fr) minmax(0, 1.25fr);
    gap: 28px;
    align-items: stretch;
    padding: 18px;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 26px 70px rgba(0, 22, 89, .10);
}

.contact-info-panel,
.contact-form-panel {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.contact-info-panel {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 210, 94, .30), transparent 28%),
        radial-gradient(circle at 95% 10%, rgba(20, 184, 166, .28), transparent 30%),
        linear-gradient(145deg, #001659 0%, #07428c 54%, #00857f 100%);
    box-shadow: 0 22px 46px rgba(0, 22, 89, .20);
}

.contact-info-panel::before {
    content: "";
    position: absolute;
    inset: auto -80px -90px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.contact-info-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: .24;
    pointer-events: none;
}

.contact-info-panel > * {
    position: relative;
    z-index: 1;
}

.contact-form-panel {
    padding: 32px;
    border: 1px solid #dbe8f6;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 44px rgba(0, 22, 89, .08);
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fed7aa;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.contact-info-panel h3 {
    max-width: 520px;
    color: #fff;
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: 0;
    margin: 0 0 14px;
}

.contact-address {
    max-width: 520px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 20px;
}

.contact-admission-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 2px 0 24px;
}

.contact-admission-highlights span {
    min-height: 74px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.contact-admission-highlights strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
}

.contact-info-grid a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
}

.contact-info-grid a:hover {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .20);
    color: #fff;
    transform: translateY(-2px);
}

.contact-info-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #dff7ff);
    color: #07428c;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
}

.contact-security-note {
    align-items: flex-start;
    background: #effdf7;
    border: 1px solid #b9efd9;
    border-radius: 8px;
    color: #073b2a;
    display: flex;
    gap: 12px;
    margin-top: 22px;
    padding: 14px;
}

.contact-security-note i {
    color: #159b68;
    margin-top: 3px;
}

.contact-security-note strong,
.contact-security-note span {
    display: block;
}

.contact-security-note span {
    color: #33564b;
    font-size: 13px;
    line-height: 1.45;
}

.contact-form-panel .form-label {
    color: #001659;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.contact-form-intro {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e3edf8;
}

.contact-form-intro > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff6b2b, #f7b733);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 14px 28px rgba(255, 107, 43, .25);
}

.contact-form-intro strong {
    display: block;
    color: #001659;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 950;
}

.contact-form-intro p {
    margin: 5px 0 0;
    color: #5c6c82;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.contact-form-panel .form-control,
.contact-form-panel .form-select {
    border: 1px solid #d5e0ee;
    border-radius: 8px;
    min-height: 54px;
    padding: 13px 15px;
    background: #fff;
    color: #001659;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 22, 89, .035);
}

.contact-form-panel textarea.form-control {
    min-height: 122px;
}

.contact-form-panel .form-control:focus,
.contact-form-panel .form-select:focus {
    border-color: #1769ff;
    box-shadow: 0 0 0 .2rem rgba(23, 105, 255, .12);
}

.contact-recaptcha-wrap {
    align-items: center;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dce8f7;
    border-radius: 8px;
    display: flex;
    min-height: 92px;
    overflow-x: auto;
    padding: 12px;
}

.contact-submit-btn {
    align-items: center;
    background: linear-gradient(135deg, #ff6b2b, #1377ff);
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 56px;
    padding: 13px 22px;
    width: 100%;
    box-shadow: 0 16px 30px rgba(19, 119, 255, .22);
}

.contact-submit-btn:hover {
    background: linear-gradient(135deg, #1377ff, #0d9b72);
    color: #fff;
    transform: translateY(-2px);
}

.contact-honeypot {
    height: 0 !important;
    left: -9999px !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
}

@media (max-width: 991px) {
    .contact-page-style {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .contact-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .contact-page-style {
        gap: 16px;
        padding: 10px;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 20px;
    }

    .contact-info-panel h3 {
        font-size: 25px;
    }

    .contact-admission-highlights,
    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-intro {
        align-items: flex-start;
    }

    .contact-form-intro strong {
        font-size: 20px;
    }

    .contact-recaptcha-wrap {
        padding: 10px;
    }
}

.admission-whatsapp-float {
    align-items: center;
    background: #25d366;
    border-radius: 999px;
    bottom: 50px;
    box-shadow: 0 14px 30px rgba(37, 211, 102, .35);
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    gap: 8px;
    min-height: 52px;
    padding: 0 18px;
    position: fixed;
    left: 18px;
    justify-content: center;
    z-index: 999;
}

.admission-whatsapp-float i {
    font-size: 24px;
}

.admission-whatsapp-float span {
    display: inline;
}

.admission-whatsapp-float:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .admission-whatsapp-float {
        bottom: 86px;
        left: 12px;
        min-height: 48px;
        padding: 0 14px;
    }
}
