/*:root {
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
  }  
Body and base settings
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--bs-light);
    color: var(--bs-dark);
    margin: 0;
    padding: 0;
    line-height: 1.6;
  }*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
}
@font-face {
  font-family: Halant-Regular;
  src: url("../fonts/Halant/Halant-Regular.ttf") format('truetype');
}
@font-face{
    font-family: Halant-Medium;
    src: url("../fonts/Halant/Halant-Medium.ttf") format('truetype');
}
@font-face{
    font-family: Halant-Bold;
    src: url("../fonts/Halant/Halant-Bold.ttf") format('truetype');
}
@font-face{
    font-family: Halant-SemiBold;
    src: url("../fonts/Halant/Halant-SemiBold.ttf") format('truetype');
}
@font-face{
    font-family: CormorantUpright-Regular;
    src: url("../fonts/Cormorant_Upright/CormorantUpright-Regular.ttf") format('truetype');
}
@font-face{
  font-family: CormorantUpright-Bold;
  src: url("../fonts/Cormorant_Upright/CormorantUpright-Bold.ttf") format('truetype');
}
@font-face{
  font-family: CormorantUpright-Medium;
  src: url("../fonts/Cormorant_Upright/CormorantUpright-Medium.ttf") format('truetype');
}
@font-face{
  font-family: Poppins-Light;
  src: url("../fonts/Poppins/Poppins-Light.ttf") format('truetype');
}
@font-face{
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format('truetype');
}
@font-face{
  font-family: Anton-Regular;
  src: url("../fonts/Anton/Anton-Regular.ttf") format('truetype');
}

.hal-reg{font-family: Halant-Regular !important;}
.hal-med{font-family: Halant-Medium !important;}
.hal-bold{font-family: Halant-Bold !important;}
.hal-semibold{font-family: Halant-SemiBold !important;}
.cor{font-family: CormorantUpright-Regular !important;}
.cor-med{font-family: CormorantUpright-Medium !important;}
.cor-bold{font-family: CormorantUpright-Bold !important;}
.pop-light{font-family: Poppins-Light !important;}
.pop-bold{font-family: Poppins-Bold !important;}
.ant-reg{font-family: Anton-Regular !important;}

a{color: #AB2A2F !important;}
.dark-orange{background: #FC8019; overflow: hidden;}
.gray{background: #F6EEE1;}
.grays{background: #E8DBD3;}
.blue{color: #295872;}
.red{color: #AB2A2F;}
.reds{color: #FF000A;}
.b-light{color: #1A2B35;}

.font-12{font-size: 12px;}
.font-15{font-size: 15px;}
.font-155{font-size: 15px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 1.5vw;}
.font-25{font-size: 1.6vw;}
.font-30{font-size: 30px;}
.font-35{font-size: 35px;}
.font-50{font-size: 2vw;}
.font-80{font-size: 52px;}
.font-88{font-size: 5vw;}
.hero-img img{width: 20vw;}
.vh-123{height: 108vh !important;}
.btn-red{
  background-color: #AB2A2F !important;
  color: #fff !important;
  border: 1px solid #FC8019;
  border-radius: 23px;
  padding: 3px 25px;
}
.btn-submit{
  background-color: #AB2A2F !important;
  color: #fff !important;
  border: 1px solid #FC8019;
  border-radius: 8px;
  padding: 6px 23px;
}
.btn-gray{
  background-color: #D9D9D9 !important;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 11px 29px;
}
.logo-img{position: absolute;top: 24px;left: 70px;z-index:1;}
.marquee {
  white-space: nowrap;
  display: flex;
  align-items: center;
  animation: scroll-left 85s linear infinite;
}
.marquee span{font-size: 12px;}
.marquee img {
  margin-left: 30px;
  margin-right: 30px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.translate-floating {
  position: fixed;
  top: 220px;
  right: 20px;
  z-index: 9999;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
    
.whatsapp-button{
    position: fixed;
    top: 49%;
    right: 15px;
    z-index: 9999;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    /*animation: effect 5s infinite ease-in;*/
    /*animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;*/
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.banner-text{position: absolute;top:9%;left:4%;display: flex;flex-direction: column;gap: 16px;}

#orange-div {
  position: relative;
  width: 100%;
  z-index: 1030;
  background-color: #FFA500;
  transition: all 0.4s ease;
  box-shadow: none;
  will-change: transform, opacity;
}

#orange-div.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: smoothSlide 0.4s ease forwards;
}

#orange-placeholder {
  height: 0;
  transition: height 0.4s ease;
}

@keyframes smoothSlide {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



.btn-orange-hero{
  background: #FC8019 !important;
  font-size: 2.5vw;
  color: #fff;
  border-radius: 9px;
  padding: 3px 17px;
}
.btn-orange{
  background: #FC8019;
  font-size: 2.5vw;
  color: #fff;
  border-radius: 9px;
  padding: 3px 17px;
}
.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  margin-left: 9px;
}
.accordion-row {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.timeline-line {
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 16px;
  width: 0;
  /* background-color: #dc3545; */
  border-left: 2px dotted #AB2A2F;
  z-index: 0;
}
.timeline-marker {
  position: relative;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-shrink: 0;
}
.timeline-step {
    width: 16px;
    height: 16px;
    background-color: #AB2A2F;
    border-radius: 50%;
    z-index: 1;
    margin-top: 22px;
  }

  .accordion-item {
    flex-grow: 1;
  }
.about-bg{
  background: url('../images/about-us-bg.png');
  background-size: cover;
  /*height: 106vh;
  min-height: 764px;*/
  height: auto;
  position: relative;
  padding: 33px 0px 250px 0px;
}
.about-bg::after {
  background-image: url('../images/world-bgg.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  content: "";
  height: 230px;
  left: 0;
  bottom: 0px !important;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.world-bg{
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 2rem;
  background: url('../images/world-bg.webp');
  height: auto;
}
.testi-bg{
  position: relative;
  background: url('../images/testi-bg.png');
  background-size: cover;
  height: auto;
  padding-top: 2.5rem;
}
.contact-bg{
  position: relative;
  background: url('../images/contact-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
}
/*.world-bg::after, .world-bg::before {
  background-image: url('../images/world-bgg.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  content: "";
  height: 230px;
  left: 0;
  top: -193px !important;
  position: absolute;
  width: 100%;
  z-index: 1;
}*/
.box{box-shadow: 0px 4px 4px 0px #00000040;}
.tab-shape{
  border: 1px solid #AB2A2F;
  /*padding: 7px 52px;*/
  text-align: center;
  width: 160px;
  font-size: 1.5vw;
  font-family: 'Poppins-Light' !important;
  color: #000 !important;
}
.tab-shapes{
  border: 1px solid #AB2A2F;
  /*padding: 7px 52px;*/
  text-align: center;
  width: 211px;
  font-size: 1.5vw;
  font-family: 'Poppins-Light' !important;
  color: #000 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff !important;
  background: #AB2A2F !important;
  font-family: 'Poppins-Bold' !important;
}
button:focus{
  outline: none !important;
  box-shadow: none !important;
} 

.accordion-button:not(.collapsed){
  background-color: #F6EEE1 !important; box-shadow: none !important;color: #000 !important;
}
.accordion-button::after {
  /* Use a custom arrow icon via SVG (bold style) or font icon */
  background-image: url('../images/arrow.png') !important;
  background-size: 1rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.day-w {
  width: 100%;
  max-width: 110px;
}
.img-carousl{
  border: 1px solid #000;
  padding: 8px 6px;
  border-radius: 13px;
}
.img-carousl img{
  border-radius: 12px;
  box-shadow: 5px 5px 10px 0px #000;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.carousel-indicators{bottom: -22px !important;}
.slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}
.slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}
.slick-center {
  transform: scale(1.1);
}
.table-preview {
  background-color: #E8DBD3;
  color: #000;
  border: 1px solid #000;
}
.table-row {
  display: flex;
  border-bottom: 1px solid #000;
}
.table-row.header-t {
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.table-cell {
  flex: 1;
  padding: 1rem;
  border-right: 1px solid #000;
}
.table-cell:first-child{width: 40%;flex: 0 0 auto !important;}
.table-cell:last-child{border-right: none;}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.owl-carousel .thumbnail .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  margin: 1rem;
}
.caption img{
  width: 55px !important;
  border: 2px solid #AB2A2F;
}
.owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1;
  margin-left: 12px;
}
.t-img{
  border: 1px solid #AB2A2F;
  padding: 3px;
  border-radius: 10px;
}
.y-img{
  border: 2px solid #D59C28;
  padding: 4px;
  border-radius: 10px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-bg{background-color: #AB2A2F; padding: 70px 0px 0px 0px;}
.box-b {
    border: 1px solid #D59C28 !important;
    border-radius: 7px;
}
.strikethrough {
  position: relative;
  display: inline-block;
  color: black;
}
.strikethrough::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 34%;
  height: 10px;
  background: url('../images/red-line.png') no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.captions {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  display: none;
}
.owl-item.zoom .captions {
  display: block;
  color: #AB2A2F;
  font-weight: 400;
  font-family: 'CormorantUpright-Regular';
  font-size: 25px;
  padding-left: 78px;
}
.owl-item .item-ext {
  transform: translate3d(0, 0, 0);
  align-items: center;
  margin: 80px 0;
}
.screenshot_slider .owl-item .item-ext img {
  transition: transform 0.3s ease;
  transform: scale(1);
  transform-origin: left center;
  border-radius: 11px;
  border: 1px solid #AB2A2F;
  padding: 3px;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.screenshot_slider .owl-item.zoom .item-ext img {
  transform: scale(1.36);
}

.screenshot_slider .item-ext img {
  width: 100%;
  height: auto;
  display: block;
}

.screenshot_slider .item-ext {
  padding: 5px;
} 


.pw-form{
  position: absolute;
  width: 45%;
  min-height: 800px;
  max-height: 100vh;
  top: 234px;
  overflow: scroll;
}
.pw-form::-webkit-scrollbar {
    display: none;
}
/* .pw-height-set{
  height: 125vh;
  overflow-y: scroll;
} */
 /* .pw-height-set {
  height: 110vh;
  max-height: 120vh;
  overflow-y: auto;
}

@media (max-height: 650px) {
  .pw-height-set {
    height: 120vh;
    max-height: 120vh;
  }
} */
.captcha-box{
  border: 1px solid #eee;
  padding: 5px 6px;
  border-radius: 8px;
  background: #eee;
  }
.block-list {
  position: relative;
  display: flex;
  gap: 1.6rem;
}
.block-list .marquee-list {
  padding: 0;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 0px;
}
.block-list .marquee-list > li {
  display: flex;
  gap: 1.6rem;
  white-space: nowrap;
}
.block-list .marquee-list > li::after {
  content: "";
  display: block;
}
/* Base styling*/

/* Popover styling */
.xx{position:fixed;top:36%;right:16px;z-index:20;}
.pop-item{
  position: absolute;
  top: -31px;
  right: 76px;
  z-index: 2;
  width: 420px;
  border-radius: 18px;
  box-shadow: 0px 0px 30px 0px #00000080;
  display: none;
}
.pop-item.arrow-right-center:after {
  border-width: 12px;
  border-right-width: 0;
  border-top-color: transparent;
  border-left-color: #f6eee1;
  margin: -20px 0 0;
  left: auto;
  right: -12px;
  top: 18%;
  bottom: auto;
}
.pop-item:after {
    content: "";
    display: block;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #f6eee1 transparent transparent;
    margin-left: -20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
}
.btn-orange{
  animation: blinkZoom 1s ease-in-out infinite;
}
@keyframes blinkZoom {
  0%, 100% {
    background-color: #FC8019;
    transform: scale(1);
  }
  50% {
    background-color: #295872;
    transform: scale(1.1); /* Zoom in slightly */
  }
}
.height-set{
  min-height: 820px;
    max-height: 100vh;
    height: auto;
  }

.galleryVid {
  float: left;
  display: inline-block;
  /* width: 250px; */
  margin: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.galleryVid:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 42%;
  bottom: 37%;
  background-image: url('../images/play-btn.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  transform: translate(0%, 0%);
}

    .galleryVid:hover {
      cursor: pointer;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .galleryVid:hover .desc {
      padding-bottom: 20px;
      cursor: hover;
    }

    div.gallery {
      margin: 5px;
      float: left;
      width: 100%;

    }



    div.gallery img {
      width: 100%;
    }

    div.desc {
      transition: all 0.3s ease;
      padding: 10px 10px;
      text-align: center;
      color: white;
      position: absolute;
      top: 0px;
      box-sizing: border-box;
      left: 0px;
      width: 100%;
      margin-top: 0px;
      font-family: arial;
      font-size: 14px;
      text-align: left;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100&0.1+0,1+100;Grey+Black+3D */
      background: -moz-linear-gradient(bottom, rgba(181, 189, 200, 0.1) 0%, rgba(130, 140, 149, 0.42) 36%, rgba(40, 52, 59, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(bottom, rgba(181, 189, 200, 0.1) 0%, rgba(130, 140, 149, 0.42) 36%, rgba(40, 52, 59, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to top, rgba(181, 189, 200, 0.1) 0%, rgba(130, 140, 149, 0.42) 36%, rgba(40, 52, 59, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ab5bdc8', endColorstr='#28343b', GradientType=0);
      /* IE6-9 */
    }

  .videoTag {
    border: 2px solid #D59C28;
    padding: 4px;
    border-radius: 10px;
    }

    .popup {
      width: 900px;
      margin: auto;
      text-align: center
    }

    .popup img {
      width: 200px;
      height: 200px;
      cursor: pointer
    }

    .showvideo {
      z-index: 999;
      display: none;
    }

    .showvideo .overlay {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .66);
      position: absolute;
      top: 0;
      left: 0;
    }

    .showvideo .vid-show {
      width: auto;
      height: auto;
      max-width: 93%;
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
    }

    .vid-show img {
      height: 100%;
    }

    .showvideo .close {
      z-index: 99;
      color: white;
      padding: 7px;
      font-size: 20px;
      position: absolute;
      right: 5px;
      top: -5px;
      border-radius: 100px;
      width: 20px;
      height: 20px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .showvideo .close:hover {
      cursor: pointer;
    }
    .showvideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
}

.showvideo .vid-show {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: transparent;
}

.showvideo video {
  max-width: 100%;
  max-height: 100%;
}

.youtube-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.youtube-popup .video-container {
  width: 90vw;
  height: 50vw; /* Maintains 16:9 aspect ratio */
  max-width: 960px;
  max-height: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube-popup iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.youtube-popup .close {
  position: absolute;
  top: -25px;
  right: -25px;
  border-radius: 50%;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 10000;
}

.footer-bg ul {list-style: disc;padding-left: 1rem;}

@media (max-width: 575.98px) {
  .font-16{font-size: 9px;}
  .font-18 {font-size: 14px;}
  .font-20 {font-size: 4.5vw;}
  .font-25{font-size: 15px;}
  .font-30{font-size: 19px;}
  .font-35 {font-size: 24px;}
  .font-50 {font-size: 22px;}
  .font-80{font-size: 32px;}
  .font-88{font-size: 45px;}
  .height-set{
    min-height: 849px;
    max-height: 100vh;
    overflow: scroll;
    width: 100%;
  }
  .btn-orange, .btn-orange-hero{font-size: 28px !important;}
  .day-w {width: 100%;max-width: 80px;}
  .about-bg{
    background: url('../images/about-us-bg-mobs.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 33px 0px 73px 0px;
  }
  .about-bg::after{
    background-size: contain;
    height: 58px;
  }
  .banner-text{width: 100%;top:15%;left: 0px;}
  .world-bg{background-size: contain;}
  .world-bg::after, .world-bg::before {
    background-image: url('../images/world-bgg-mob.png');
    background-size: contain;
    height: 326px;
  }
  .mob-width{ flex-wrap: unset;overflow-x: scroll;border-radius: 24px !important;}
  .tab-shape{ width: auto !important;font-size: 17px; min-width: auto !important;}
  .pw-form{width:auto;top:0px;position: relative;}
  /*.contact-bg{height: 214vh !important;}*/
  .hero-mob{
    background: url('../images/hero-bg-mobs.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 89vh !important;
  }
  .logos img{width: 87px !important; height: auto !important;}
  .owl-item .item-ext {
    margin: 26px 0 0 0;
  }
  .screenshot_slider .owl-item.zoom .item-ext img{
    transform: none !important;
    width: 300px;
  }
  .captions{margin-top: 0px !important;}
  .font-l{
    font-size: 24px;
    margin-bottom: 13px;
    font-family: 'CormorantUpright-Bold' !important;
  }
  .font-15{font-size: 10px;}
  .accordion-button{flex-direction: row; align-items: start;}
  .slick-slide {
    padding: 5px 0;
  }
  /*.contact-bg{height: 182vh;}*/
  .pop-item{width: 245px !important;}
  .tab-shapes{        
    width: 140px;
    font-size: 18px;
  }
  .owl-item.zoom .captions{padding-left: 0px;}
  .ff{font-size: 12px !important; margin-top: -12px;}
  .showvideo .vid-show{
    width: 100% !important;
    height: auto !important;
  }

  .accordion-button::after {
    background-size: .8rem;
  }
.captcha-box {
    width: 100%;
    max-width: 159px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
  .font-16{font-size: 9px;}
  .font-25{font-size: 21px;}
  .font-35 {font-size: 24px;}
  .font-50 {font-size: 25px;}
  .font-80{font-size: 32px;}
  .hero-mob{
    background: url('../images/hero-bg-mobs.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 147vh;
  }
  .about-bg{
    background: url('../images/about-us-bg-mob-n.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 33px 0px 143px 0px;
  }
  .about-bg::after{background-size: contain;bottom: -56px !important;}
  .banner-text{width: 100%;top:15%;left: 0px;}
  .tab-shapes{        
    width: 140px;
    font-size: 18px;
  }
  .pop-item{width: 245px !important;}
  
.world-bg{background-size: contain;}
.world-bg::before,.world-bg::after {
    top: -118px !important;
        height: 120px; 
    }
.tab-shape{width: 17vw !important; font-size: 16px;}
.owl-item .item-ext { margin: 30px 0 0 0;}
.font-l{
    font-size: 32px;
    margin-bottom: 13px;
    font-family: 'CormorantUpright-Bold' !important;
  }
.pw-form{width:auto;top:0px;position: relative;}
.font-auth{font-size: 24px;}
/*.contact-bg{height: 132vh;}*/
.height-set {
    min-height: 854px;
    max-height: 100vh;
    overflow: scroll;
    width: 100%;
}
.day-w { max-width: 81px;}
}
@media (max-width: 992px) { 
  .hero-mob{
    background: url('../images/hero-bg-tab.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 147vh;
  }
 }

@media (min-width: 1200px) { 
  .gs{gap:1.8rem !important;}
  /*.about-bg{height: 115vh;}*/
  .tab-shape{width: 190px;} 
  .vh-123 {height: 119vh !important;}
 }
@media (max-width: 1200px) {
  .btn-orange{font-size: 1.6vw;}
  .gs{gap: 1.3rem !important;}
  .logo-img {
    top: 25px;
    left: 35px;
  }
  .tab-shape{width: 15.32vw;}
  .logo-img img {width:150px ;}
  .btn-submit {padding: 6px 11px;}
}
@media (min-width: 1400px) { 
  .vh-123{height: 123vh !important;}
  /*.btn-orange{font-size: 22px;}*/
  .gs{gap: 2rem !important;}
  .tab-shape{width: 15vw;}
  .world-bg::after, .world-bg::before{top:-135px;}
  .world-bg {padding-top: 6rem;}

 }

 @media (min-width: 1600px) and (max-width: 1920px) {
  /* Your styles here */
  .tab-shape {
    min-width: 250px !important;
    font-size: 0.95rem;
  }

  .nav-pills.box {
    gap: 10px;
  }
}
 .assoc-logo {
  max-height: 155px;   /* Limit height for consistency */
  object-fit: contain; /* Keeps aspect ratio without stretching */
}

@media (max-width: 767.98px) {
  .assoc-logo {
    max-height: 80px;  /* Smaller logos on phones */
  }
}
@media only screen and (min-device-width: 576px) and (max-device-width: 767px){
  .banner-text{width: 100%;top:15%;left: 0px;}
  .font-16{font-size: 9px;}
  .font-25{font-size: 21px;}
  .font-35 {font-size: 24px;}
  .font-50 {font-size: 25px;}
  .font-80{font-size: 32px;}
  .hero-mob{
    background: url('../images/hero-bg-mobs.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 147vh;
  }
  .about-bg{
    background: url('../images/about-us-bg-mob-n.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 33px 0px 143px 0px;
  }
  .about-bg::after{background-size: contain;bottom: -56px !important;}
  .banner-text{width: 100%;top:15%;left: 0px;}
  .tab-shapes{        
    width: 140px;
    font-size: 18px;
  }
  .pop-item{width: 245px !important;}
  
  .world-bg{background-size: contain;}
  .world-bg::before,.world-bg::after {
      top: -118px !important;
          height: 120px; 
      }
  .tab-shape{width: 126px !important; font-size: 16px;}
  .owl-item .item-ext { margin: 30px 0 0 0;}
  .font-l{
      font-size: 32px;
      margin-bottom: 13px;
      font-family: 'CormorantUpright-Bold' !important;
    }
  .pw-form{width: 96%;}
  .font-auth{font-size: 24px;}
  /*.contact-bg{height: 132vh;}*/
  .height-set {
    min-height: 1139px;
    height: auto;
  }
  .day-w { max-width: 81px;}
}

 .clean-table {
  border: 1px solid #ab2a2f;
  border-radius: 10px;
  /* border-collapse: collapse; */
  overflow: hidden;
  width: 100%;

  min-width: 700px; /* Adjust based on column count */
  border-collapse: separate;
  border-spacing: 0;

}

.clean-table th,
.clean-table td {
  border: 1px solid #ab2a2f;
  padding: 1rem;
  text-align: center;
   white-space: nowrap;
}

/* Optional: align first column left */
.clean-table th:first-child,
.clean-table td:first-child {
  text-align: left;
}
.table-wrapper {
  border: 1px solid #ab2a2f;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block; /* shrink to fit content */
  width: 100%; /* optional: stretch full width */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrapper table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.table-wrapper th,
.table-wrapper td {
  border: 1px solid #ab2a2f;
  padding: 1rem;
  text-align: center;
}
.slick-dots li button:before {
  font-size: 16px !important;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
    
}
.carousel-indicators [data-bs-target] {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c3c3c3;
  border: 2px solid #000;
  margin: 0 6px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

/* Outer ring using pseudo-element */
.carousel-indicators [data-bs-target]::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s ease;
}

/* Active state: fill inner, emphasize outer */
.carousel-indicators .active {
  background-color: #000;
  opacity: 1;
}

.carousel-indicators .active::before {
  opacity: 1;
  border-color: #000;
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ab2a2f !important;
  border: 2px solid #ab2a2f;
  position: relative;
  transition: all 0.3s ease;
}

/* Outer circle using box-shadow for better control */
.owl-dot.active span {
  background-color: #ab2a2f;
  box-shadow: 0 0 0 3px rgba(171, 42, 47, 0.3); /* outer circle effect */
}

/* Always scrollable pills */
.nav-pills.box {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.nav-pills.box::-webkit-scrollbar {
  display: none; /* Hide scrollbar for WebKit */
}

/* Tab button size */
.tab-shape {
  /*min-width: 160px;*/
  flex: 0 0 auto; /* Don’t shrink or grow */
  text-align: center;
  padding: 0.5rem 1rem;
}
.mt-9{margin-top: 9rem;}


@media (min-width: 992px) and (max-width: 1060px){
  .font-18{font-size: 16px;}
}
@media screen and (min-width: 1280px) {
  .logo-img img{width: 190px;}
  
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.outer-circle {
  /*background-image: linear-gradient(#a6192d, #fcbdc6, #f2f2f2);
  width: 52px;
  height: 52px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 0;
  -webkit-animation: rotateCircle 2s linear infinite;
          animation: rotateCircle 2s linear infinite;
  padding: 2px;
  display: table;*/
}
.outer-circle .inner-circle {
  /*background: #fff;
  height: 52px;
  width: 52px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  animation: rotateCircle 2s linear infinite reverse;
  display: table;
  text-align: center;*/
}
.outer-circle .text {
  vertical-align: middle;
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  color: #000;
}

@-webkit-keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.close-circle {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, color 0.3s ease;
}

.close-circle:hover {
  background-color: #AB2A2F ;
  color: #fff;
  border-color: #AB2A2F ;
}
.footer-bg ul li a{color: #fff !important;}


#header-mob {
  transition: all 0.3s ease-in-out;
  opacity: 0.95;
}
#header-mob.fixed-header {
  position: fixed;
  top: 24px;
  width: 100%;
  z-index: 1030;
  background-color: #fff;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
    color: inherit; /* or original color */
  }
  50% {
    opacity: 0;
    color: white;
  }
}

#blinking-text {
  animation: blink 3s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; /* Not fully hidden */
  }
}

/* 
.blinking-star {
  animation: blinkSVGStar 1s infinite alternate;
}

@keyframes blinkSVGStar {
  0%   { fill: #AB2A2F ; }
  100% { fill: white; }
} */
