@charset "UTF-8";
@font-face {
  font-family: CabritoFlare-Bold;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ConBla.otf);
}
@font-face {
  font-family: CabritoFlare;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ExtBooIt.otf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
.main-color {
  color: #006FE6;
}

.main-color-bg {
  background-color: #006FE6;
}

.accent-color {
  color: #F21F2B;
}

body {
  font-family: CabritoFlare;
  color: #ececec;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.reveal.active .fade-left {
  transform: translateX(-150px);
  transition: all 0.5s ease;
  animation: fade-left 1s ease-in-out;
}

.reveal.active .fade-left.animate {
  animation: fade-left 1s ease forwards;
}

.reveal.active .fade-right {
  transform: translateX(-150px);
  transition: all 0.5s ease;
}

.reveal.active .fade-right.animate {
  animation: fade-right 1s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.CTA_button {
  padding: 16px 35px;
  background-color: #EAF4FF;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  border: 1px solid #EAF4FF;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
}
.CTA_button svg {
  margin-left: 8px;
}
.CTA_button:hover {
  background-color: #003B7A;
  color: #fff;
  text-decoration: none;
  transform: translateY(-0.2rem);
}

#myModal {
  color: #000;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fade-left-hero {
  animation: fade-left-hero 2s ease-in-out;
  -webkit-animation: fade-left-hero 2s ease-in-out;
}

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 3s ease-in-out;
  -webkit-animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
}

.reveal.active .fade-bounce {
  animation: fade-bounce 2s ease-in-out;
}
.reveal.active .fade-bounce1 {
  animation: fade-bounce 2.5s ease-in-out;
}
.reveal.active .fade-bounce2 {
  animation: fade-bounce 3s ease-in-out;
}
@keyframes fade-bounce {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 2s ease-in-out;
}
.reveal.active .fade-bottom1 {
  animation: fade-bottom 2.5s ease-in-out;
}
.reveal.active .fade-bottom2 {
  animation: fade-bottom 3s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(190px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animated-left {
  animation: textReveal linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.main-color {
  color: #006FE6;
}

.main-color-bg {
  background-color: #006FE6;
}

.accent-color {
  color: #F21F2B;
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #006FE6;
  color: white;
}
::selection {
  background-color: #006FE6;
  color: white;
}

::-moz-selection {
  background-color: #006FE6;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #003B7A;
  border-radius: 10px;
}

.main-color {
  color: #006FE6;
}

.main-color-bg {
  background-color: #006FE6;
}

.accent-color {
  color: #F21F2B;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: block !important;
}
@media (min-width: 768px) {
  .displayy {
    display: flex !important;
  }
}

.caspian-header {
  position: relative;
  z-index: 999;
  margin: 7px 13px 10px;
  padding: 0;
  background-color: #003B7A;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 50, 110, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  overflow: visible;
}
.caspian-header .caspian-navbar {
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.caspian-header .caspian-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
}
.caspian-header .caspian-logo img {
  display: block;
  width: 110px;
  max-width: 100%;
  height: auto;
}
.caspian-header .caspian-nav-wrapper {
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  padding: 0;
}
.caspian-header .caspian-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  gap: 2px;
  list-style: none;
}
.caspian-header .caspian-nav .nav-item {
  margin: 0;
  padding: 0;
}
.caspian-header .caspian-nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px !important;
  color: #FFFFFF !important;
  text-shadow: 0 0 1px #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.1px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.25s ease;
}
.caspian-header .caspian-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 8px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.caspian-header .caspian-nav .nav-link:hover {
  color: #FFFFFF !important;
  transform: translateY(-1px);
}
.caspian-header .caspian-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.caspian-header .caspian-header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  margin-left: 12px;
  gap: 10px;
}
.caspian-header .caspian-phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  color: #FFFFFF !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.25s ease;
}
.caspian-header .caspian-phone i {
  font-size: 15px;
  transform: rotate(-15deg);
}
.caspian-header .caspian-phone:hover {
  color: #FFFFFF !important;
  opacity: 0.9;
}
.caspian-header .caspian-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 110px;
  height: 28px;
  padding: 0 13px;
  background-color: #F21F2B;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  color: #FFFFFF !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.caspian-header .caspian-order-btn i {
  font-size: 9px;
  transition: transform 0.25s ease;
}
.caspian-header .caspian-order-btn:hover {
  background-color: #E91528;
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}
.caspian-header .caspian-order-btn:hover i {
  transform: translateX(3px);
}
.caspian-header .caspian-order-btn:focus {
  color: #FFFFFF !important;
  outline: none;
}
.caspian-header .caspian-toggler {
  display: none;
  width: 42px;
  height: 38px;
  margin-left: auto;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.08);
  outline: none;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.caspian-header .caspian-toggler span {
  display: block;
  width: 21px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 3px;
  transition: all 0.25s ease;
}
.caspian-header .caspian-toggler:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 1400px) {
  .caspian-header .caspian-navbar {
    min-height: 55px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .caspian-header .caspian-logo img {
    width: 100px;
  }
  .caspian-header .caspian-nav .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px;
    font-weight: 600;
  }
  .caspian-header .caspian-header-right {
    min-width: 160px;
  }
  .caspian-header .caspian-phone {
    font-size: 14px;
  }
  .caspian-header .caspian-order-btn {
    width: 130px;
    height: 42px;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .caspian-header .caspian-logo img {
    width: 140px;
  }
  .caspian-header .caspian-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px;
  }
  .caspian-header .caspian-header-right {
    min-width: 145px;
    margin-left: 5px;
  }
  .caspian-header .caspian-phone {
    font-size: 14px;
  }
  .caspian-header .caspian-order-btn {
    width: 110px;
    height: 28px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .caspian-header .caspian-navbar {
    min-height: 50px;
  }
  .caspian-header .caspian-toggler {
    display: flex;
  }
  .caspian-header .caspian-nav-wrapper {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px;
    background-color: #003B7A;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 45, 100, 0.2);
    flex-direction: column;
    align-items: stretch;
  }
  .caspian-header .caspian-nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }
  .caspian-header .caspian-nav .nav-link {
    justify-content: center;
    padding: 13px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
  }
  .caspian-header .caspian-nav .nav-link::after {
    display: none;
  }
  .caspian-header .caspian-header-right {
    width: 100%;
    margin: 10px 0 0;
    padding-bottom: 3px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  .caspian-header .caspian-phone {
    font-size: 12px;
  }
  .caspian-header .caspian-order-btn {
    width: 110px;
    height: 31px;
    font-size: 11px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .caspian-header {
    margin: 6px 8px 9px;
    border-radius: 9px;
  }
  .caspian-header .caspian-navbar {
    min-height: 52px;
    padding: 5px 10px;
  }
  .caspian-header .caspian-logo img {
    width: 80px;
  }
  .caspian-header .caspian-toggler {
    width: 39px;
    height: 35px;
    padding: 6px;
  }
  .caspian-header .caspian-nav-wrapper {
    top: calc(100% + 6px);
    padding: 10px;
  }
  .caspian-header .caspian-nav .nav-link {
    padding: 12px !important;
    font-size: 14px;
    font-weight: 600;
  }
  .caspian-header .caspian-header-right {
    flex-direction: column;
    gap: 7px;
    padding-bottom: 4px;
  }
  .caspian-header .caspian-phone {
    font-size: 12px;
  }
  .caspian-header .caspian-order-btn {
    width: 110px;
    height: 31px;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (max-width: 400px) {
  .caspian-header .caspian-navbar {
    padding-left: 8px;
    padding-right: 8px;
  }
  .caspian-header .caspian-logo img {
    width: 90px;
  }
  .caspian-header .caspian-toggler {
    width: 37px;
    height: 34px;
  }
  .caspian-header .caspian-nav .nav-link {
    font-size: 13px;
    padding: 11px !important;
  }
}

/* =========================================================
   CASPIAN HEADER - BOOTSTRAP 4 MOBILE COLLAPSE FIX
   ========================================================= */
/* Desktop */
@media (min-width: 1200px) {
  .caspian-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
}
/* Tablet + Mobile */
@media (max-width: 1199.98px) {
  /*
   * IMPORTANT:
   * Let Bootstrap control the collapsed state.
   */
  .caspian-nav-wrapper.collapse:not(.show) {
    display: none !important;
  }
  .caspian-nav-wrapper.collapse.show {
    display: block !important;
    width: 100%;
  }
  .caspian-nav-wrapper.collapsing {
    display: block !important;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
}
section.hero-section {
  padding: 40px 80px;
  color: #fff;
  text-align: left;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 40px 0;
  }
}
section.hero-section h3 {
  font-size: 2.7rem;
}
@media (max-width: 1200px) {
  section.hero-section h3 {
    font-size: 2.5rem;
  }
}
section.hero-section p {
  font-size: 18px;
  text-align: left;
}
section.hero-section img {
  border-radius: 20px;
}
section.hero-section .special_cards {
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
}
section.hero-section .special_cards li {
  width: 100%;
  position: relative;
  transition: ease-in-out 0.7s;
}
section.hero-section .special_cards li .card {
  border-top: 1px solid #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  padding: 30px;
  min-height: 150px;
  width: 100%;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card {
    display: none;
  }
}
section.hero-section .special_cards li .card .title {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card .title {
    font-size: 1.5rem;
  }
}
section.hero-section .special_cards li .card marquee {
  width: 70%;
  margin: 10px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card marquee {
    width: 50%;
  }
}
section.hero-section .special_cards li .card marquee span {
  margin-right: 50px;
  padding-left: 10px;
  font-size: 24px;
  color: #a2a2a2;
  position: relative;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card marquee span {
    font-size: 16px;
  }
}
section.hero-section .special_cards li .card marquee span::before {
  position: absolute;
  content: "";
  background-color: #a2a2a2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  align-items: center;
}
section.hero-section .special_cards li .hover-card {
  border-top: 1px solid #fff;
  min-height: 150px;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
  background-color: #001121;
  color: #fff;
  transition: ease-in-out 0.7s;
  align-items: center;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .hover-card {
    display: flex;
    min-height: 250px;
    position: relative;
    flex-direction: column;
    padding: 30px 0;
  }
}
section.hero-section .special_cards li .hover-card .title {
  font-size: 2.5rem;
  transition: ease-in-out 0.7s;
}
@media (max-width: 587px) {
  section.hero-section .special_cards li .hover-card .title {
    font-size: 1.5rem;
  }
}
section.hero-section .special_cards li .hover-card .CTA_button {
  align-items: center;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: ease-in-out 0.7s;
}
section.hero-section .special_cards li:hover .hover-card {
  display: flex;
}
section.hero-section .CTA_button {
  text-transform: capitalize;
  margin: 10px 10px 10px 0;
}

.slider {
  position: relative;
  width: 100%;
  padding: 10px 0 25px;
}
.slider .swiper-Hero {
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .slider .swiper-Hero {
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .slider .swiper-Hero {
    padding: 0 12px;
  }
}
.slider .swiper-Hero .swiper-slide {
  position: relative;
  height: 530px;
  overflow: hidden;
  border-radius: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.25;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (max-width: 991px) {
  .slider .swiper-Hero .swiper-slide {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide {
    height: 460px;
  }
}
@media (max-width: 576px) {
  .slider .swiper-Hero .swiper-slide {
    height: 500px;
    border-radius: 14px;
  }
}
.slider .swiper-Hero .swiper-slide .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 59, 122, 0.95) 0%, rgba(0, 59, 122, 0.82) 30%, rgba(0, 59, 122, 0.45) 60%, rgba(0, 0, 0, 0.15) 100%);
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide .hero-overlay {
    background: linear-gradient(180deg, rgba(0, 59, 122, 0.88) 0%, rgba(0, 59, 122, 0.7) 55%, rgba(0, 0, 0, 0.25) 100%);
  }
}
.slider .swiper-Hero .swiper-slide .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 45px 65px;
}
@media (max-width: 1200px) {
  .slider .swiper-Hero .swiper-slide .hero-content {
    padding: 40px 55px;
  }
}
@media (max-width: 991px) {
  .slider .swiper-Hero .swiper-slide .hero-content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide .hero-content {
    padding: 35px 30px;
  }
}
@media (max-width: 576px) {
  .slider .swiper-Hero .swiper-slide .hero-content {
    padding: 30px 22px;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner {
  width: 55%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 991px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner {
    width: 100%;
    max-width: 600px;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .hero-label {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 35px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .hero-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 3px;
  transform: translateY(-50%);
  background-color: #F21F2B;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .hero-label {
    font-size: 10px;
    letter-spacing: 1.4px;
    padding-left: 28px;
  }
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .hero-label::before {
    width: 20px;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
  margin: 0 0 18px;
  max-width: 650px;
  color: #ffffff;
  font-family: CabritoFlare-Bold;
  font-size: 4.2rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: left;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 span {
  color: #FFC400;
}
@media (max-width: 1200px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 576px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }
}
@media (max-width: 400px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 2rem;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner p {
  max-width: 520px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner p {
    font-size: 15px;
    line-height: 1.55;
  }
}
@media (max-width: 576px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner p {
    font-size: 14px;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .CTA_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 145px;
  padding: 13px 22px;
  margin: 0;
  border-radius: 30px;
  background-color: #F21F2B;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .CTA_button .arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .CTA_button:hover {
  background-color: #d91520;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .CTA_button:hover .arrow {
  transform: translateX(4px);
}
@media (max-width: 576px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .CTA_button {
    min-width: 130px;
    padding: 11px 18px;
    font-size: 11px;
  }
}
.slider .swiper-Hero .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.slider .swiper-Hero .swiper-slide-active .hero-content-inner {
  animation: heroFadeUp 0.9s ease forwards;
}
.slider .swiper-Hero .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.99);
}
.slider .swiper-Hero .swiperone {
  background-image: url("../../imgs/hero/slider/1a.png");
  background-position: center;
}
.slider .swiper-Hero .swipertwo {
  background-image: url("../../imgs/hero/slider/2a.png");
  background-position: center;
}
.slider .swiper-Hero .swiperthree {
  background-image: url("../../imgs/hero/slider/3a.png");
  background-position: center;
}
.slider .swiper .swiper-button-prev,
.slider .swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #006FE6;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s ease, color 0.25s ease;
}
.slider .swiper .swiper-button-prev::after,
.slider .swiper .swiper-button-next::after {
  font-size: 15px;
  font-weight: 700;
}
.slider .swiper .swiper-button-prev:hover,
.slider .swiper .swiper-button-next:hover {
  color: #ffffff;
  background-color: #006FE6;
}
.slider .swiper .swiper-button-prev {
  left: 55px;
}
@media (max-width: 991px) {
  .slider .swiper .swiper-button-prev {
    left: 35px;
  }
}
.slider .swiper .swiper-button-next {
  right: 55px;
}
@media (max-width: 991px) {
  .slider .swiper .swiper-button-next {
    right: 35px;
  }
}

@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* more about us section */
section.more-about-us-section {
  padding: 100px 0;
  margin: 0 80px;
  position: relative;
}
section.more-about-us-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section:after {
    height: 24px;
  }
}
section.more-about-us-section::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section::before {
    width: 24px;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 120px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
/* special to try */
section.special {
  color: #fff;
  text-align: center;
  padding: 80px;
  margin: 0 80px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 576px) {
  section.special {
    padding: 40px 24px;
    margin: 0 20px 0 0;
  }
}
section.special:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.special:after {
    height: 24px;
  }
}
section.special::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  section.special::before {
    width: 24px;
  }
}
section.special ul {
  padding: 0;
}
section.special ul li {
  min-height: 600px;
  align-self: center;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  section.special ul li {
    min-height: unset;
  }
}
section.special ul li h3 {
  text-align: left;
  margin-bottom: 24px;
  font-family: CabritoFlare-Bold;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  section.special ul li h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section.special ul li h3 {
    font-size: 1.6rem;
    margin-right: 5px;
  }
}
section.special ul li p {
  max-width: 95%;
  font-size: 19px;
}
@media (max-width: 576px) {
  section.special ul li p {
    font-size: 1rem;
  }
}
section.special ul li img {
  max-width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: -100px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  section.special ul li img {
    margin-top: 20px;
  }
}
section.special ul li a.btn {
  margin: 0;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  font-size: 25px;
  color: #006FE6;
}
@media (max-width: 576px) {
  section.special ul li a.btn {
    font-size: 18px;
  }
}

.border-right {
  border-color: #006FE6 !important;
  border-width: 4px !important;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .border-right {
    border-color: transparent !important;
    border-width: 0 !important;
    padding-right: 0;
  }
}

.about-caspian-section {
  width: 100%;
  padding: 15px 0;
  background: #ffffff;
}

.about-caspian {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #eef8ff;
  box-shadow: 0 15px 45px rgba(0, 59, 122, 0.1);
}
.about-caspian__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-caspian__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s ease;
}
.about-caspian__image:hover img {
  transform: scale(1.04);
}
.about-caspian__right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #eef8ff;
}
.about-caspian__content {
  padding: 30px 55px 45px;
}
.about-caspian__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.about-caspian__eyebrow span {
  width: 35px;
  height: 3px;
  display: block;
  background: #F21F2B;
  border-radius: 10px;
}
.about-caspian__eyebrow p {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  color: #006FE6;
}
.about-caspian h4 {
  margin: 0 0 22px;
  font-size: clamp(32px, 3vw, 36px) !important;
  line-height: 1.05;
  font-weight: 400;
  color: #003B7A;
}
.about-caspian h4 strong {
  font-weight: 800;
  color: #006FE6;
}
.about-caspian__description {
  max-width: 700px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #12304A;
}
.about-caspian__cta {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}
.about-caspian__cta .CTA_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  color: #ffffff;
  background-color: #006FE6;
  border: 2px solid #006FE6;
  border-radius: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.about-caspian__cta .CTA_button i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.about-caspian__cta .CTA_button:hover {
  color: #006FE6;
  background-color: #EAF4FF;
  border-color: #006FE6;
  transform: translateY(-2px);
}
.about-caspian__cta .CTA_button:hover i {
  transform: translateX(4px);
}
@media (max-width: 1199px) {
  .about-caspian__cta {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .about-caspian__cta {
    margin-top: 15px;
  }
}
.about-caspian__features {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(0, 59, 122, 0.1);
  background: rgba(255, 255, 255, 0.55);
}

.about-feature {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 18px;
  border-right: 1px solid rgba(0, 59, 122, 0.1);
}
.about-feature:last-child {
  border-right: 0;
}
.about-feature__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #003B7A;
  color: #ffffff;
  font-size: 15px;
}
.about-feature__content {
  min-width: 0;
}
.about-feature__content h3 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #003B7A;
}
.about-feature__content p {
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  color: #12304A;
}

@media (max-width: 1399px) {
  .about-caspian__content {
    padding: 45px 45px 35px;
  }
  .about-feature {
    padding: 18px 14px;
    gap: 9px;
  }
  .about-feature__icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .about-feature__content h3 {
    font-size: 12px;
  }
  .about-feature__content p {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  .about-caspian .row {
    align-items: stretch;
  }
  .about-caspian__right {
    height: auto;
  }
  .about-caspian__content {
    padding: 40px 35px;
  }
  .about-caspian__features {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-feature:nth-child(2) {
    border-right: 0;
  }
  .about-feature:nth-child(-n+2) {
    border-bottom: 1px solid rgba(0, 59, 122, 0.1);
  }
}
@media (max-width: 767px) {
  .about-caspian-section {
    padding: 10px 0;
  }
  .about-caspian {
    border-radius: 14px;
  }
  .about-caspian__content {
    padding: 32px 24px 30px;
  }
  .about-caspian__eyebrow {
    margin-bottom: 12px;
  }
  .about-caspian__eyebrow span {
    width: 28px;
  }
  .about-caspian__eyebrow p {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .about-caspian h4 {
    margin-bottom: 18px;
    font-size: 34px;
  }
  .about-caspian__description {
    font-size: 14px;
    line-height: 1.7;
  }
  .about-caspian__features {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-feature {
    padding: 18px 15px;
    gap: 9px;
  }
  .about-feature__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .about-feature__content h3 {
    font-size: 11px;
  }
  .about-feature__content p {
    font-size: 9px;
  }
}
@media (max-width: 450px) {
  .about-caspian__content {
    padding: 28px 20px;
  }
  .about-caspian h2 {
    font-size: 30px;
  }
  .about-caspian__description {
    font-size: 13px;
  }
  .about-feature {
    padding: 16px 10px;
  }
  .about-feature__icon {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    font-size: 11px;
  }
  .about-feature__content h3 {
    font-size: 10px;
  }
  .about-feature__content p {
    font-size: 8px;
  }
}
.reviews-section {
  width: 100%;
  padding: 60px 0 70px;
  background: #ffffff;
}
.reviews-section .about-caspian__content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 32px;
  padding: 0 55px 45px !important;
}
.reviews-section .about-caspian__content .about-caspian__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.reviews-section .about-caspian__content .about-caspian__eyebrow span {
  width: 24px;
  height: 3px;
  display: block;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F21F2B;
}
.reviews-section .about-caspian__content .about-caspian__eyebrow p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  color: #006FE6;
}
.reviews-section .about-caspian__content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 50px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -1.5px;
  color: #003B7A;
}
.reviews-section .about-caspian__content h2 strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .reviews-section .about-caspian__content {
    padding: 10px 45px 35px;
  }
}
.reviews-section .reviews-box {
  width: 100%;
  padding: 30px;
  border-radius: 15px;
  background: #EAF4FF;
  overflow: hidden;
}
.reviews-section .swiper-reviews {
  width: 100%;
  overflow: visible;
}
.reviews-section .swiper-reviews .swiper-wrapper {
  align-items: stretch;
}
.reviews-section .swiper-reviews .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
.reviews-section .review-card {
  position: relative;
  width: 100%;
  min-height: 240px;
  padding: 20px 22px 18px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #003B7A;
  box-shadow: 0 8px 22px rgba(0, 59, 122, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reviews-section .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 13px 28px rgba(0, 59, 122, 0.2);
}
.reviews-section .review-card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.reviews-section .review-card__quote {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}
.reviews-section .review-card__quote i {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}
.reviews-section .review-card__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews-section .review-card__stars i {
  font-size: 11px;
  line-height: 1;
  color: #FFD21F;
}
.reviews-section .review-card__text {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.reviews-section .review-card__bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 13px;
}
.reviews-section .review-card__bottom span {
  width: 22px;
  height: 2px;
  display: block;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F21F2B;
}
.reviews-section .review-card__bottom p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1400px) {
  .reviews-section {
    padding: 70px 0 75px;
  }
  .reviews-section .about-caspian__content {
    margin-bottom: 35px;
  }
  .reviews-section .reviews-box {
    padding: 32px 34px 35px;
  }
  .reviews-section .review-card {
    min-height: 220px;
    padding: 21px 23px 19px;
  }
}
@media (min-width: 1200px) {
  .reviews-section .about-caspian__content h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .reviews-section {
    padding: 50px 0 60px;
  }
  .reviews-section .about-caspian__content {
    max-width: 650px;
    margin-bottom: 27px;
  }
  .reviews-section .about-caspian__content h2 {
    font-size: 42px;
  }
  .reviews-section .reviews-box {
    padding: 25px 22px 27px;
  }
  .reviews-section .review-card {
    min-height: 165px;
    padding: 18px 19px 17px;
  }
}
@media (max-width: 767px) {
  .reviews-section {
    padding: 42px 0 50px;
  }
  .reviews-section .about-caspian__content {
    margin-bottom: 23px;
  }
  .reviews-section .about-caspian__content .about-caspian__eyebrow {
    gap: 8px;
    margin-bottom: 9px;
  }
  .reviews-section .about-caspian__content .about-caspian__eyebrow span {
    width: 20px;
    height: 2px;
  }
  .reviews-section .about-caspian__content .about-caspian__eyebrow p {
    font-size: 8px;
    letter-spacing: 0.9px;
  }
  .reviews-section .about-caspian__content h2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1px;
  }
  .reviews-section .reviews-box {
    padding: 20px 14px 22px;
    border-radius: 12px;
  }
  .reviews-section .review-card {
    min-height: 155px;
    padding: 17px 17px 15px;
  }
  .reviews-section .review-card__quote {
    width: 34px;
    height: 34px;
  }
  .reviews-section .review-card__quote i {
    font-size: 19px;
  }
  .reviews-section .review-card__stars i {
    font-size: 10px;
  }
  .reviews-section .review-card__text {
    font-size: 11px;
    line-height: 1.55;
  }
}
@media (max-width: 480px) {
  .reviews-section {
    padding: 35px 0 42px;
  }
  .reviews-section .about-caspian__content {
    margin-bottom: 20px;
  }
  .reviews-section .about-caspian__content .about-caspian__eyebrow span {
    width: 18px;
  }
  .reviews-section .about-caspian__content .about-caspian__eyebrow p {
    font-size: 8px;
  }
  .reviews-section .about-caspian__content h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }
  .reviews-section .about-caspian__content .about-caspian__description {
    font-size: 10px;
    line-height: 1.6;
  }
  .reviews-section .reviews-box {
    padding: 17px 10px 19px;
  }
  .reviews-section .review-card {
    min-height: 150px;
    padding: 15px;
  }
  .reviews-section .review-card__top {
    margin-bottom: 11px;
  }
  .reviews-section .review-card__quote {
    width: 32px;
    height: 32px;
  }
  .reviews-section .review-card__quote i {
    font-size: 17px;
  }
  .reviews-section .review-card__stars i {
    font-size: 9px;
  }
  .reviews-section .review-card__text {
    font-size: 10px;
    line-height: 1.5;
  }
  .reviews-section .review-card__bottom {
    padding-top: 10px;
  }
  .reviews-section .review-card__bottom span {
    width: 18px;
  }
  .reviews-section .review-card__bottom p {
    font-size: 9px;
  }
}
.category-section {
  position: relative;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background-color: #FFFFFF;
  background-image: url("/imgs/category/category-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .category-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .category-section {
    background-size: auto 100%;
    background-position: center center;
  }
}
@media (max-width: 575px) {
  .category-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-size: auto 100%;
  }
}
.category-section__left {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .category-section__left {
    padding-right: 25px;
  }
}
.category-section .section-heading {
  margin-bottom: 28px;
  padding-left: 5px;
}
.category-section .section-heading__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #F21F2B;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.category-section .section-heading__line {
  display: block;
  width: 45px;
  height: 4px;
  margin-bottom: 14px;
  background-color: #006FE6;
  border-radius: 10px;
}
.category-section .section-heading h2 {
  max-width: 600px;
  margin: 0 0 15px;
  color: #003B7A;
  font-family: CabritoFlare-Bold, serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}
.category-section .section-heading h2 strong {
  display: block;
  color: #006FE6;
  font-weight: 700;
}
.category-section .section-heading p {
  max-width: 520px;
  margin: 0;
  color: #12304A;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .category-section .section-heading {
    padding-left: 0;
  }
  .category-section .section-heading h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 480px) {
  .category-section .section-heading h2 {
    font-size: 2.2rem;
  }
  .category-section .section-heading p {
    font-size: 14px;
  }
}
.category-section__image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 59, 122, 0.12);
}
.category-section__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 111, 230, 0.15);
  border-radius: 12px;
  pointer-events: none;
}
.category-section__image img {
  width: 100%;
  display: block;
  aspect-ratio: 1.15/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.6s ease;
}
.category-section__image:hover img {
  transform: scale(1.025);
}
.category-section .category-right {
  align-self: flex-end;
}
.category-section .category-menu-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1200px) {
  .category-section .category-menu-list {
    margin-top: 2rem;
  }
}
.category-section .category-menu-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 130px;
  padding: 7px;
  color: #12304A;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #D8E7F5;
  border-left: 4px solid #006FE6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 59, 122, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-left-color 0.3s ease;
}
.category-section .category-menu-card:hover {
  color: #12304A;
  text-decoration: none;
  transform: translateX(-4px);
  border-left-color: #003B7A;
  box-shadow: 0 8px 22px rgba(0, 59, 122, 0.12);
}
.category-section .category-menu-card:hover .category-menu-card__image img {
  transform: scale(1.06);
}
.category-section .category-menu-card:hover .category-menu-card__arrow {
  background-color: #003B7A;
  border: 1px solid #003B7A;
  transform: translateX(3px);
}
.category-section .category-menu-card:hover .category-menu-card__link {
  color: #F21F2B;
}
.category-section .category-menu-card__image {
  flex: 0 0 145px;
  width: 105px;
  height: 82px;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 1400px) {
  .category-section .category-menu-card__image {
    width: 150px;
    height: 100px;
  }
}
.category-section .category-menu-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.category-section .category-menu-card__content {
  flex: 1;
  padding: 4px 14px;
}
.category-section .category-menu-card__number {
  display: block;
  margin-bottom: 2px;
  color: #F21F2B;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.category-section .category-menu-card h3 {
  margin: 0 0 4px;
  color: #003B7A;
  font-family: CabritoFlare-Bold, serif;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
}
.category-section .category-menu-card p {
  margin: 0 0 5px;
  color: #12304A;
  font-size: 0.9rem;
  line-height: 1.3;
}
.category-section .category-menu-card__link {
  display: inline-block;
  color: #006FE6;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.25s ease;
}
.category-section .category-menu-card__arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #006FE6;
  color: #ffffff;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.category-section .category-menu-card__arrow i {
  font-size: 0.9rem;
}
@media (min-width: 1500px) {
  .category-section .category-menu-card {
    min-height: 140px;
  }
}
@media (max-width: 1399px) {
  .category-section .category-menu-card {
    min-height: 90px;
  }
  .category-section .category-menu-card__image {
    flex-basis: 95px;
    width: 95px;
    height: 76px;
  }
  .category-section .category-menu-card__content h3 {
    font-size: 1.15rem;
  }
  .category-section .category-menu-card__content p {
    font-size: 0.78rem;
  }
}
@media (max-width: 767px) {
  .category-section .category-menu-card {
    min-height: 88px;
  }
  .category-section .category-menu-card__image {
    flex-basis: 90px;
    width: 90px;
    height: 74px;
  }
  .category-section .category-menu-card__content {
    padding: 4px 10px;
  }
  .category-section .category-menu-card__content h3 {
    font-size: 1.05rem;
  }
  .category-section .category-menu-card__content p {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .category-section .category-menu-card__arrow {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-right: 3px;
  }
  .category-section .category-menu-card__arrow i {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .category-section .category-menu-card__image {
    flex-basis: 78px;
    width: 78px;
    height: 70px;
  }
  .category-section .category-menu-card__content {
    padding-left: 8px;
    padding-right: 5px;
  }
  .category-section .category-menu-card__content h3 {
    font-size: 0.95rem;
  }
  .category-section .category-menu-card__content p {
    font-size: 0.68rem;
  }
  .category-section .category-menu-card__link {
    font-size: 0.62rem;
  }
}
.category-section__cta {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}
.category-section__cta .CTA_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  color: #ffffff;
  background-color: #006FE6;
  border: 2px solid #006FE6;
  border-radius: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.category-section__cta .CTA_button i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.category-section__cta .CTA_button:hover {
  color: #006FE6;
  background-color: #EAF4FF;
  border-color: #006FE6;
  transform: translateY(-2px);
}
.category-section__cta .CTA_button:hover i {
  transform: translateX(4px);
}
@media (max-width: 1199px) {
  .category-section__cta {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .category-section__cta {
    margin-top: 15px;
  }
}

/* dwnloap app section */
section.dl-app {
  margin-top: 80px;
  background-color: #006FE6;
}
section.dl-app div.inner-content {
  flex-direction: row;
  display: flex;
  align-items: center;
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 10px;
  width: 200px;
  background-color: blue;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content img.dl-app-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.dl-app div.inner-content p {
  margin-bottom: 0;
}

section.wine {
  padding: 0;
}
section.wine h4 {
  font-size: 3rem;
  font-weight: bold;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 1200px) {
  section.wine h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  section.wine h4 {
    font-size: 2rem;
  }
}
section.wine p {
  font-size: 18px;
  font-family: CabritoFlare;
  text-align: justify;
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #F7FAFD;
}
@media (max-width: 1200px) {
  section.wine p {
    font-size: 15px;
    margin: 0;
  }
}
section.wine img {
  max-width: 100%;
}
section.wine a.btn {
  margin: 0;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  font-size: 25px;
  color: #006FE6;
}
section.wine .dl-app-background {
  background-color: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
}
section.wine .dl-app-background::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
  z-index: 99;
}
@media (max-width: 1200px) {
  section.wine .dl-app-background::before {
    width: 24px;
  }
}
@media (max-width: 1200px) {
  section.wine .dl-app-background {
    margin-top: 15px;
  }
}
section.wine img {
  width: 100%;
}

.caspian-special-section {
  position: relative;
  padding: 16px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.caspian-special-section .caspian-special {
  position: relative;
  padding: 35px 45px;
  background-color: #006FE6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 72, 150, 0.16);
}
.caspian-special-section .caspian-special::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -140px;
  bottom: -180px;
  border: 45px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}
.caspian-special-section .caspian-special::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -95px;
  top: -100px;
  border: 30px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}
.caspian-special-section .caspian-special__content {
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.caspian-special-section .caspian-special__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
}
.caspian-special-section .caspian-special__eyebrow span {
  width: 24px;
  height: 3px;
  display: block;
  background-color: #F21F2B;
  border-radius: 10px;
}
.caspian-special-section .caspian-special__eyebrow p {
  margin: 0;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.caspian-special-section .caspian-special h5 {
  margin: 0 0 13px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 45px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -1.5px;
}
.caspian-special-section .caspian-special h5 strong {
  color: #ffffff;
  font-weight: 700;
}
.caspian-special-section .caspian-special__description {
  max-width: 650px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}
.caspian-special-section .caspian-special__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 680px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.caspian-special-section .caspian-special__cta {
  display: flex;
  align-items: center;
}
.caspian-special-section .caspian-special__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 165px;
  height: 36px;
  padding: 0 18px;
  background-color: #F21F2B;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.caspian-special-section .caspian-special__button i {
  font-size: 10px;
  transition: transform 0.25s ease;
}
.caspian-special-section .caspian-special__button:hover {
  background-color: #e91528;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}
.caspian-special-section .caspian-special__button:hover i {
  transform: translateX(4px);
}
.caspian-special-section .caspian-special__image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}
.caspian-special-section .caspian-special__image-frame {
  position: relative;
  width: 100%;
  max-width: 410px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 10px;
  transform: rotate(1deg);
  box-shadow: 0 8px 20px rgba(0, 35, 90, 0.25);
}
.caspian-special-section .caspian-special__image-frame img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
  transition: transform 0.5s ease;
}
.caspian-special-section .caspian-special__image-frame:hover img {
  transform: scale(1.025);
}
.caspian-special-section .caspian-special__badge {
  position: absolute;
  right: 15px;
  bottom: 5px;
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 88px;
  padding: 8px 12px;
  background-color: #F21F2B;
  border: 2px solid #ffffff;
  border-radius: 7px;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
}
.caspian-special-section .caspian-special__badge strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
}
.caspian-special-section .caspian-special__badge span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.15;
}
.caspian-special-section .special-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 7px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.caspian-special-section .special-item:first-child {
  padding-left: 0;
}
.caspian-special-section .special-item:last-child {
  border-right: 0;
}
.caspian-special-section .special-item__number {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
}
.caspian-special-section .special-item h3 {
  margin: 0 0 2px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.caspian-special-section .special-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .caspian-special-section {
    padding: 18px 0;
  }
  .caspian-special-section .caspian-special {
    padding: 40px 55px;
  }
  .caspian-special-section .caspian-special__image-frame {
    max-width: 430px;
  }
  .caspian-special-section .caspian-special__image-frame img {
    height: 265px;
  }
  .caspian-special-section .caspian-special__badge {
    right: 20px;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .caspian-special-section .caspian-special {
    padding: 30px;
  }
  .caspian-special-section .caspian-special__content {
    padding-right: 5px;
  }
  .caspian-special-section .caspian-special h2 {
    font-size: 43px;
  }
  .caspian-special-section .caspian-special__description {
    font-size: 11px;
  }
  .caspian-special-section .caspian-special__image-frame img {
    height: 220px;
  }
  .caspian-special-section .special-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .caspian-special-section .special-item__number {
    display: none;
  }
  .caspian-special-section .special-item h3 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .caspian-special-section .caspian-special {
    padding: 28px;
  }
  .caspian-special-section .caspian-special__content {
    padding-right: 0;
  }
  .caspian-special-section .caspian-special h2 {
    font-size: 42px;
  }
  .caspian-special-section .caspian-special__description {
    max-width: 100%;
    font-size: 12px;
  }
  .caspian-special-section .caspian-special__items {
    max-width: 100%;
  }
  .caspian-special-section .caspian-special__image {
    min-height: auto;
    margin-top: 5px;
  }
  .caspian-special-section .caspian-special__image-frame {
    max-width: 500px;
    transform: rotate(0);
  }
  .caspian-special-section .caspian-special__image-frame img {
    height: 280px;
  }
  .caspian-special-section .caspian-special__badge {
    right: calc(50% - 250px);
  }
}
@media (max-width: 767px) {
  .caspian-special-section {
    padding: 8px 0 10px;
  }
  .caspian-special-section .caspian-special {
    padding: 24px 16px;
    border-radius: 9px;
  }
  .caspian-special-section .caspian-special__eyebrow {
    margin-bottom: 6px;
  }
  .caspian-special-section .caspian-special__eyebrow span {
    width: 19px;
    height: 2px;
  }
  .caspian-special-section .caspian-special__eyebrow p {
    font-size: 9px;
    letter-spacing: 0.9px;
  }
  .caspian-special-section .caspian-special h2 {
    margin-bottom: 11px;
    font-size: 35px;
    line-height: 0.98;
    letter-spacing: -0.8px;
  }
  .caspian-special-section .caspian-special__description {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.55;
  }
  .caspian-special-section .caspian-special__items {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 18px;
  }
  .caspian-special-section .caspian-special__button {
    width: 100%;
    min-width: 0;
    height: 38px;
    font-size: 10px;
  }
  .caspian-special-section .caspian-special__image {
    margin-top: 8px;
  }
  .caspian-special-section .caspian-special__image-frame {
    width: 100%;
    padding: 6px;
  }
  .caspian-special-section .caspian-special__image-frame img {
    height: 220px;
  }
  .caspian-special-section .caspian-special__badge {
    right: 4px;
    bottom: -5px;
    padding: 7px 10px;
  }
  .caspian-special-section .special-item {
    min-height: 55px;
    padding: 7px 8px;
  }
  .caspian-special-section .special-item:nth-child(odd) {
    padding-left: 0;
  }
  .caspian-special-section .special-item:nth-child(even) {
    border-right: 0;
    padding-right: 0;
  }
  .caspian-special-section .special-item:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .caspian-special-section .special-item__number {
    display: block;
    margin-right: 7px;
    font-size: 8px;
  }
  .caspian-special-section .special-item h3 {
    font-size: 12px;
  }
  .caspian-special-section .special-item p {
    font-size: 7.5px;
    white-space: normal;
  }
}
@media (max-width: 400px) {
  .caspian-special-section .caspian-special {
    padding: 20px 13px;
  }
  .caspian-special-section .caspian-special h2 {
    font-size: 31px;
  }
  .caspian-special-section .caspian-special__image-frame img {
    height: 190px;
  }
  .caspian-special-section .special-item h3 {
    font-size: 11px;
  }
  .caspian-special-section .special-item p {
    font-size: 7px;
  }
}

/* =========================================================
   CASPIAN FOOTER
========================================================= */
.index_footer {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

/* =========================================================
   FOOTER
========================================================= */
.caspian-footer {
  width: 100%;
  padding: 60px 0 30px;
  background: #ffffff;
}

/* =========================================================
   THREE COLUMN GRID
========================================================= */
.caspian-footer__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* =========================================================
   COLUMNS
========================================================= */
.caspian-footer__column {
  width: 100%;
  max-height: 600px;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(0, 111, 230, 0.7);
  background-color: #f7fbff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #003B7A !important;
  box-shadow: 4px 25px 45px rgba(1, 92, 190, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.caspian-footer__column:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(0, 59, 122, 0.14);
}

/* =========================================================
   THREE PNG BACKGROUNDS
========================================================= */
.caspian-footer__column--one {
  background-image: url("../../imgs/footer/caspian-footer-panel-1.png");
}

.caspian-footer__column--two {
  background-image: url("../../imgs/footer/caspian-footer-panel-2.png");
}

.caspian-footer__column--three {
  background-image: url("../../imgs/footer/caspian-footer-panel-3.png");
}

/* =========================================================
   OVERLAY
========================================================= */
.caspian-footer__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 255, 0.86) 55%, rgba(255, 255, 255, 0.68) 100%);
  pointer-events: none;
}

/* =========================================================
   CONTENT
========================================================= */
.caspian-footer__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 30px;
  overflow: hidden;
}

/* =========================================================
   LOGO
========================================================= */
.caspian-footer__logo {
  margin-bottom: 0;
}
.caspian-footer__logo a {
  display: inline-block;
}
.caspian-footer__logo img {
  display: block;
  width: 145px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================================================
   EYEBROW
========================================================= */
.caspian-footer__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}
.caspian-footer__eyebrow span {
  width: 24px;
  height: 3px;
  display: block;
  flex-shrink: 0;
  background: #006FE6;
  border-radius: 20px;
}
.caspian-footer__eyebrow p {
  margin: 0;
  color: #006FE6;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
}

/* =========================================================
   COLUMN 1 TITLE
========================================================= */
.caspian-footer__contact h2 {
  margin: 0 0 25px !important;
  color: #003B7A !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -1px;
}
.caspian-footer__contact h2 strong {
  font-weight: 700;
}

/* =========================================================
   CONTACT LIST
========================================================= */
.caspian-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.caspian-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #003B7A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.3s ease;
}
.caspian-footer__contact-item:hover {
  color: #F21F2B;
}

.caspian-footer__icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #006FE6;
  border-radius: 50%;
  font-size: 15px;
  box-shadow: 0 7px 18px rgba(0, 111, 230, 0.18);
}

/* =========================================================
   DIVIDER
========================================================= */
.caspian-footer__divider {
  width: 100%;
  height: 1px;
  margin: 22px 0 18px;
  background: rgba(0, 111, 230, 0.14);
}

/* =========================================================
   SOCIAL
========================================================= */
.caspian-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.caspian-footer__social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.caspian-footer__social a:hover {
  background: #003B7A;
  transform: translateY(-3px);
}
.caspian-footer__social a:hover svg {
  fill: #F7FAFD;
}
.caspian-footer__social a svg {
  fill: #003B7A;
}

/* =========================================================
   FOLLOW
========================================================= */
.caspian-footer__follow {
  margin-top: 18px;
}
.caspian-footer__follow span {
  display: block;
  color: #003B7A;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 27px;
  line-height: 1;
}
.caspian-footer__follow svg {
  display: block;
  width: 65px;
  height: 4px;
  margin-top: 5px;
  margin-left: 13px;
  background: #F21F2B;
  border-radius: 50%;
  transform: rotate(-7deg);
}

/* =========================================================
   HEADINGS
========================================================= */
.caspian-footer__card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
}
.caspian-footer__card-heading p {
  margin: 0 0 3px;
  color: #006FE6;
  font-size: 8px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
}
.caspian-footer__card-heading h2 {
  margin: 0;
  color: #003B7A !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -1px;
}

.caspian-footer__heading-icon {
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #006FE6;
  border-radius: 50%;
  font-size: 17px;
  box-shadow: 0 8px 20px rgba(0, 111, 230, 0.2);
}

/* =========================================================
   MAP INFO
========================================================= */
.caspian-footer__map-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 15px;
}
.caspian-footer__map-info strong {
  color: #003B7A;
  font-size: 14px;
  font-weight: 700;
}
.caspian-footer__map-info span {
  color: #547795;
  font-size: 12px;
}

/* =========================================================
   MAP
========================================================= */
.caspian-footer__map-wrapper {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 111, 230, 0.13);
  box-shadow: 0 8px 25px rgba(0, 59, 122, 0.08);
}
.caspian-footer__map-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================================================
   DIRECTIONS
========================================================= */
.caspian-footer__directions {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 19px;
  color: #ffffff;
  background: #F21F2B;
  border-radius: 40px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.caspian-footer__directions span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.caspian-footer__directions > i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.caspian-footer__directions:hover {
  color: #ffffff;
  background: #003B7A;
  transform: translateY(-2px);
}
.caspian-footer__directions:hover > i {
  transform: translateX(5px);
}

/* =========================================================
   OPENING HOURS
========================================================= */
.caspian-opening-hours {
  width: 100%;
}

.caspian-opening-hours__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 111, 230, 0.12);
  color: #003B7A;
  font-size: 13px;
}
.caspian-opening-hours__row:last-child {
  border-bottom: 0;
}
.caspian-opening-hours__row span {
  font-weight: 600;
}
.caspian-opening-hours__row strong {
  font-weight: 500;
  white-space: nowrap;
}

/* =========================================================
   DELIVERY
========================================================= */
.caspian-footer__delivery {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 11px 14px;
  background: rgba(0, 111, 230, 0.07);
  border-radius: 45px;
}

.caspian-footer__delivery-icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #006FE6;
  border-radius: 50%;
  font-size: 18px;
}

.caspian-footer__delivery strong {
  display: block;
  color: #003B7A;
  font-size: 13px;
  line-height: 1.2;
}
.caspian-footer__delivery small {
  display: block;
  margin-top: 3px;
  color: #547795;
  font-size: 10px;
}

/* =========================================================
   COPYRIGHT
========================================================= */
.caspian-copyright {
  width: calc(100% - 40px);
  margin: 0 auto 22px;
  background: #003B7A;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 59, 122, 0.15);
}

.caspian-copyright__inner {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.caspian-copyright__separator {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.4);
}

.caspian-copyright .mealzo-link {
  display: flex;
  align-items: center;
}
.caspian-copyright .mealzo-link img {
  width: 80px;
  height: auto;
}

/* =========================================================
   TABLET — 991px
========================================================= */
@media (max-width: 1200px) {
  .caspian-footer {
    padding-top: 50px;
  }
  .caspian-footer__grid {
    gap: 16px;
  }
  .caspian-footer__content {
    padding: 25px;
  }
  .caspian-footer__map-wrapper {
    height: 245px;
  }
  .caspian-footer__contact h2,
  .caspian-footer__card-heading h2 {
    font-size: 32px;
  }
}
/* =========================================================
   MOBILE — STACKED
========================================================= */
@media (max-width: 991px) {
  .caspian-footer {
    padding: 40px 0 25px;
  }
  .caspian-footer__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  /*
    Each card gets its own controlled height.
    They no longer stretch indefinitely.
  */
  .caspian-footer__contact {
    height: 500px;
    max-height: 500px;
  }
  .caspian-footer__map {
    height: 520px;
    max-height: 520px;
  }
  .caspian-footer__hours {
    height: 520px;
    max-height: 520px;
  }
  .caspian-footer__map-wrapper {
    height: 250px;
  }
}
/* =========================================================
   MOBILE — 767px
========================================================= */
@media (max-width: 767px) {
  .caspian-footer {
    padding: 30px 0 20px;
  }
  .caspian-footer__grid {
    gap: 14px;
  }
  .caspian-footer__column {
    border-radius: 15px;
  }
  .caspian-footer__contact {
    height: 470px;
    max-height: 470px;
  }
  .caspian-footer__content {
    padding: 22px;
  }
  .caspian-footer__logo img {
    width: 170px;
  }
  .caspian-footer__contact h2 {
    font-size: 28px;
  }
  .caspian-footer__card-heading h2 {
    font-size: 29px;
  }
  .caspian-footer__card-heading p {
    font-size: 7px;
  }
  .caspian-footer__heading-icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }
  .caspian-footer__map-wrapper {
    height: 220px;
  }
  .caspian-opening-hours__row {
    padding: 9px 0;
    font-size: 12px;
  }
  .caspian-footer__delivery {
    margin-top: 14px;
  }
  .caspian-copyright {
    width: calc(100% - 24px);
    margin-bottom: 14px;
  }
  .caspian-copyright__inner {
    min-height: 70px;
    flex-wrap: wrap;
    gap: 6px 9px;
    padding: 12px 10px;
    font-size: 9px;
  }
}
/* =========================================================
   SMALL MOBILE — 480px
========================================================= */
@media (max-width: 480px) {
  .caspian-footer__contact {
    height: 450px;
    max-height: 450px;
  }
  .caspian-footer__content {
    padding: 19px;
  }
  .caspian-footer__logo img {
    width: 125px;
  }
  .caspian-footer__contact h2 {
    font-size: 25px;
  }
  .caspian-footer__card-heading h2 {
    font-size: 26px;
  }
  .caspian-footer__map-wrapper {
    height: 200px;
  }
  .caspian-footer__directions {
    min-height: 46px;
    padding: 0 15px;
    font-size: 9px;
  }
  .caspian-opening-hours__row {
    font-size: 11px;
    padding: 8px 0;
  }
  .caspian-footer__delivery-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
}
.caspian-footer__map {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.caspian-footer__map .caspian-footer__map-wrapper {
  flex: 1 !important;
}
.caspian-footer__map .bottom-button {
  flex: 0 0 auto !important;
}

.col-animated {
  animation: colAnimated linear both;
  animation-timeline: view();
}

@keyframes colAnimated {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #006FE6;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  font-family: CabritoFlare-Bold;
  background-color: #000;
}
@media (max-width: 550px) {
  section.copyright {
    padding: 1.5rem;
  }
}
section.copyright .container {
  padding: 50px 0;
}
section.copyright a.weetech-link {
  color: #006FE6;
}
@media (max-width: 550px) {
  section.copyright .cp-text {
    font-size: 13px;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #006FE6;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #006FE6;
}
#myBtn:hover {
  color: #006FE6;
  border: 1px dashed #006FE6;
  background-color: white;
  box-shadow: #EAF4FF 0px 7px 29px 0px;
}

#worldcup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 6;
  border-radius: 20px;
  animation: ball-animate 1.5s infinite;
}
@keyframes ball-animate {
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
#worldcup video {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-image: url(../../imgs/football/soccer-ball-bg.png);
  background-position: 100%;
  background-repeat: repeat;
  background-size: contain;
  padding: 10px;
}
@media (max-width: 576px) {
  #worldcup video {
    width: 120px;
    height: 120px;
  }
}

.fifa {
  background-color: green;
  background-image: url(../../imgs/football/football-bg.jpg);
  background-size: contain;
  color: #f9ecd5;
  padding: 5px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.fifa i img {
  max-width: 40px;
}
.fifa i .year {
  max-width: 70px;
}
.fifa .cup {
  width: 24px;
}

section.Specialoffer {
  background-image: url("../../imgs/special/masti-restaurant-Edinburgh-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */