:root {
  --blue-color: #163f73;
  --gray-color: #2a2a2b;
  --pink-gradient: linear-gradient(180deg, #163f73 0%, #b90060 100%);
}
:root {
  --pink-gradient1: linear-gradient(180deg, #163f73 0%, #b90060 100%);
}

/* Example usage */
.gradient-text1 {
  background: var(--pink-gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins";
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
.makeitcenter3 {
  /* background: linear-gradient(to bottom, white, transparent); */
}

.blue-header-text {
  color: #163F73;
  font-family: "Poppins";
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
.blue-header-text-day2 {
  color: #163F73;
  font-family: "Poppins";
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
.gradient-bg1 {
  background: var(--pink-gradient1);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li {
  padding: 0;
  margin: 0;
}
.com-title {
  font-family: "Poppins";
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  color: var(--pink-gradient);
}

.com-title-small {
  font-family: "Poppins";
  font-style: normal;
  font-size: 20px;
  line-height: 60px;
  color: var(--pink-gradient);
}
.py-20 {
  padding: 20px 0;
}
p {
  margin: 0;
  margin-bottom: 0 !important;
}
.bg-gray {
  background: rgba(225, 225, 225, 0.6);
}

.pink-gradient {
  background: var(--pink-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}
.pink-gradient-small {
  background: var(--pink-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 18px;       
  line-height: 120%;     
  margin-top: -5px;       
}
.blue-header-text-small {
  color: #163F73;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 18px;       
  line-height: 120%;     
  margin-top: -5px;       
}
.hero-banner {
  /* padding: 40px 0px;
  background-image: url(../images/banner-bg.png); */
  background-size: 200vh;
  background-repeat: no-repeat;
}

.hero-banner p.first-p {
  color: var(--blue-color);
  font-weight: 500;
  font-size: 35px;
  line-height: 52px;
  margin: 0px;
}


.hero-banner .pink-gradient {
  font-weight: 600;
  font-size: 40px;
  /* line-height: 42px; */
}

.banner-center-play-box {
  width: 672px;
    height: 359px;
    margin: 26px auto;
    border: 10px solid #163f73;
    background: #d9d9d9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner-gray-box {
  background: #efebeb;
  box-shadow: inset -1px 1px 2px rgba(255, 255, 255, 0.25),
    inset 2px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  padding: 5px 16px;
  height: 100%;
}

.banner-gray-box .gray-box-text {
  text-align: start;
}
.banner-gray-box .gray-box-text span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
}
.banner-gray-box .gray-box-text span:last-child {
  color: var(--blue-color);
}

.banner-gray-box .gray-box-text .date {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: var(--blue-color);
}
.curvy-border{
  margin: 0 auto;
  width: 40%;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 8px 
}
.join {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: var(--blue-color);
}
.join-day2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
  color: var(--blue-color);
}
.cal-icon > img {
  width: 44px;
  height: 40px
  }
.banner-white-box {
  min-width: 262px;
  background: #fff;
  box-shadow: inset -1px 1px 2px rgba(255, 255, 255, 0.25),
    inset 2px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25.5px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  padding: 5px 16px;
  height: 100%;
}
.banner-white-box .gray-box-text {
  text-align: start;
}
.banner-white-box .gray-box-text span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
}
.banner-white-box .gray-box-text span:last-child {
  color: var(--blue-color);
}

.banner-white-box .gray-box-text .date {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: var(--blue-color);
}
.enroll-button {
  display: inline-block;
  background-color: var(--blue-color);
  border-radius: 14px;
  padding: 0 35px;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(180deg, #163f73 0%, #b90060 100%);
}
.time-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-counter .pink-number {
  padding: 0 12px;
  background: #b90060;
  color: #fff;
  border-radius: 8px;
  /* margin-left: 10px; */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  width: 100px !important;
}
.time-counter span {
  padding: 0 10px;
  color: var(--pink-gradient);
  font-size: 50px;
}
.pinkcolor{
  color: #B90060;
}
.Featured-In {
  background: rgba(225, 225, 225, 0.6);
  padding: 10px 0;
}
.Featured-In1 {
  padding: 10px 0;
}

.Featured-In .dot{
  display: none;
}

.Featured-In .logo-images {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.starting-your-career .point-box {
  background: #efebeb !important;
}
.without-check-items-box {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 25px;

  display: flex;
  justify-content: center;
  color: #b90060;
}
.bold700 {
  font-weight: 700px;
}
.your-career .check-items-box {
  display: flex;
  padding: 10px 20px 0px 20px;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #163f73;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 70%;
  margin: 20px auto;
}
.check-expact-box{
  display: flex;
  padding: 10px 20px 0px 20px;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #163f73;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  margin: 20px auto;
}
.check-webinar-box {
  display: flex;
  padding: 10px 20px 0px 0px;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #163f73;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 70%;
  margin: 20px 0px 20px 20px;
}
.check-webinar-box-day2{
  display: flex;
  padding: 10px 20px 0px 0px;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #163f73;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 70%;
  margin: 20px 0px 20px 20px;
}
.width-70{
  width: 70%;
}
.width-50{
  width: 50%;
}
.your-career .check-items-box .check-icon {
  width: 25px;
  height: 25px;
}
.check-icon-expact{
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.check-icon-expact > img{
  width: 40px;
  height: 40px;
}

.check-icon-expact-day2{
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.check-icon-expact-day2 > img{
  width: 40px;
  height: 40px;
}
.check-icon1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* Basic radio button styling */
.check-icon1 input[type="radio"] {
  appearance: none;           /* remove default browser style */
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid black;    /* outer circle */
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

/* When selected (clicked) */
.check-icon1 input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: black;    /* inner black circle */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.your-career .check-items-box .check-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.your-career .check-items-box p {
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 52px;
  color: var(--blue-color);
}

.your-career .point-box {
  background: #fff;
  border: 1px solid #163f73;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  padding: 16px 30px;
}

.meet-your .small-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  color: #2a2a2b;
}
.meet-your span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #2a2a2b;
}
.meet-your p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #2a2a2b;
  position: relative;
}
.meet-your .right-image {
  position: relative;
}
.cone-white-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #2a2a2b;
}
.your-career .carousel-wrap {
  padding: 30px;
}
.your-career .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  padding: 20px;
}
.owl-nav {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
  width: 100%;
}

.owl-nav .owl-prev {
  left: -40px !important;
  background-image: url(../images/owl-icons.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.owl-nav .owl-next {
  right: -40px !important;
  background-image: url(../images/owl-icons.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transform: rotate(61deg);
}
.fa-caret-left {
  background-image: url(../images/owl-icons.png) !important;
}
.slider-box {
  padding: 28px 35px;
  background: #efebeb;
  border: 1px solid #163f73;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: start;
}
.slider-box img {
  width: 200px !important;
  height: auto;
  margin-top: 40px;
}
.carouselimg-slide .owl-stage {
  padding: 100px 0 !important;
}

.carouselimg-slide .owl-item.center .item {
  transform: scale(1.8) !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  z-index: 9999 !important;
}
.carouselimg-slide .owl-item.center .item .content{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  align-items: center;
  color: #163F73;
}
.carouselimg-slide .owl-item .item img {
  border-radius: 10px !important;
  overflow: hidden;
  padding-bottom: 50px;
}

.carouselimg-slide .owl-item.active {
  z-index: -2;
}

.carouselimg-slide .owl-item .item {
  transform: scale(0.8);
  transition: 0.6s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 10px !important;
}
.carouselimg-slide .owl-item .item .content{
 display: none;
}
.carouselimg-slide .owl-item .item .content {
 display: none;
}
.accordion-item {
  background: #e1e1e1;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  margin: 15px 0;
}
.accordion-button {
  /* background: #e1e1e1 !important; */
  outline: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background-color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 27px;
  color: #727272;
}
.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}
.faqs {
  position: relative;
}
.faqs .pink-ball {
  position: absolute;
  top: -5%;
}
.faqs .blue-ball {
  position: absolute;
  bottom: 0;
  right: 0;
}

.enroll-now-button a {
  color: #fff;
  text-decoration: none;
  font-size: 34px;
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
  width: 100%;
}

.container4{

}




.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.image1{
  width:100%;
  height:100%;
  position:relative;
  top:-60px
}
.image1-day2{
  width:100%;
  height:100%;
  position:relative;
  top:-60px
}

.from-to-box2 {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),    /* white */
    rgba(255, 255, 255, 1),  /* 80% opacity */
    rgba(255, 255, 255, 1),    /* white */
    rgba(255, 255, 255, 1),  /* 80% opacity */
    rgba(255, 255, 255, 0.9),  /* 60% opacity */
    rgba(255, 255, 255, 0.8),  /* 40% opacity */
    rgba(255, 255, 255, 0.8),  /* 20% opacity */
    rgba(255, 255, 255, 0.8),  /* 60% opacity */
    rgba(255, 255, 255, 0.8),  /* 40% opacity */
    rgba(255, 255, 255, 0.8),  /* 20% opacity */
    rgba(255, 255, 255, 0.5),    /* fully transparent */
    rgba(255, 255, 255, 0.0)     /* fully transparent */
  );
  /* border: 2px solid #1e3a8a; */
  padding: 60px 40px 20px 40px ;
  align-items: center;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 0px;
}
.from-to-box1 {
  width: 100%;
  max-width: 80%;
  background: white;
  border: 2px solid #1e3a8a; /* dark blue border */
  border-radius: 16px;
  padding: 20px 40px 0px 40px ;
  align-items: center;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 420px;
}

.part1:nth-child(1) {
  width: 30%;
}

.part1:nth-child(2) {
  width: 30%;
}

.part1:nth-child(3) {
  width: 40%;
}

.part1 {
  text-align: center;
  padding: 20px;
}
@media (min-width: 350px) and (max-width: 1100px) {
  .part1 {
    padding: 0px;
  }
  .from-to-box1 {
    top:-100px
  }
}


.part2{
  flex: 1;
  text-align: center;
  padding:0px 0px 40px 50px;
  justify-content: space-between;
}
.middle1{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items:center
}
.from-badge1,
.to-badge1 {
  background: #163F73; /* dark blue */
  color: white;
  font-weight: 700;
  font-size: 30px;
  padding: 6px 18px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
}

.title1 {
  font-family: 'Poppins';
  font-weight: 600; /* SemiBold */
  font-style: normal; /* if you want SemiBold, keep style normal */
  font-size: 40px;
  line-height: 100%; /* same as font-size */
  letter-spacing: 0;
  color: #163F73; /* near-black text */
  padding-bottom: 10px;
}


.subtitle1 {
  font-family: 'Poppins';
  font-weight: 600; /* SemiBold */
  font-style: normal;
  font-size: 25px; /* as per your previous subtitle1 */
  line-height: 1.5; /* increases space between lines */
  letter-spacing: 0;
  color: #163F73;
}

.left1{
  text-align: left;
}
.right1{
  text-align: right;
}
.arrow1 {
  font-size: 80px;
  font-weight: bold;
  width: 50px;
  color: #e11d48; /* pink/red arrow */
}
.marginBottom{
  position: relative;
  top: -50px;
}
.marginLeft {
  display: flex;
  right: 100px;  
  position: relative;
}
.marginRight {
  display: flex;
  left: 100px;
  position: relative;
}
.logo1 {
  height: 60px;
}
  .carousel1{
    display:flex; align-items:center; justify-content:center; gap:24px;
    font-family:"Poppins",sans-serif; margin:20px auto; width:100%;
    max-width:1200px;
    cursor:grab;
  }

.viewport1 {
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  margin: 0 50px;
  -webkit-overflow-scrolling: touch;
  
  /* Hide scrollbar cross-browser */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.viewport1::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.company-track2 {
  display: flex;
  animation: scroll-left 40s linear infinite;
  gap: 40px;
  align-items: center;
  width: 200%; /* Double width to accommodate duplicated logos */
  flex-shrink: 0;
}
.imgboximg{
  border-radius: 0px;
}
.track1 {
  display: flex;
  gap: 24px;
  align-items: center;
  width: calc(200%);
  animation: scroll 12s linear infinite;
  margin-left: 20px;
}

/* Pause auto scroll when hovered/touched */
.viewport1:hover .track1,
.viewport1:active .track1,
.viewport1:focus-within .track1 {
  animation-play-state: paused;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.slider-dots::before,
.slider-dots::after,
.slider-dots div:nth-child(2)::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}



.slider-dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

.slider-dots span:nth-child(1) {
  background: #e91e63; /* active one */
}
.hide-text{
   visibility: hidden;
}
/* Card style */
.testimonial-card1 {
  flex: 0 0 auto;
  width: 522px;
  height: 361px;
  background: #FEF3F3;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

  /* Card style (as per your specs) */
  .testimonial-card1{
    flex:0 0 auto; /* do not shrink */
    width:522px; height:361px;
    flex-shrink: 0;
    background:#FEF3F3;
    border:1px solid #ccc; border-radius:10px;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
    display:flex; align-items:center; justify-content:center;
    box-sizing:border-box; padding:30px;
  }

  .card-content1{ text-align:left; }
.testimonial-text1{
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0 auto 14px;  /* center the block + keep bottom gap */
  text-align: center;   /* center all three lines */
}

  .stars1{ display:flex; gap:6px; margin-bottom:10px; }
  .star1{ width:25px; height:25px; fill:#F5C518; }
  .testimonial-author1{ font-weight:700; font-size:17px; color:#222; margin:0; }

  /* Arrows OUTSIDE the box */
  .arrow-left1, .arrow-right1{
    width:0; height:0; background:transparent; border:none; padding:0; cursor:pointer;
  }
  .arrow-left1{
    border-top:18px solid transparent; border-bottom:18px solid transparent; border-right:25px solid #a8a8a8;
  }
  .arrow-right1{
    border-top:18px solid transparent; border-bottom:18px solid transparent; border-left:25px solid #a8a8a8;
  }
  .arrow-left1:disabled, .arrow-right1:disabled{ opacity:.4; cursor:not-allowed; }

  /* Responsive: show 1 card on small screens by shrinking card width */
  @media (max-width:640px){
    .testimonial-card1{ width:85vw; height:auto; min-height:320px; }
  }

  /* Optional: allow 3 visible cards on very wide screens */
  @media (min-width:1400px){
    .carousel1{ max-width:1600px; }
  }
  .testimonial-card2{
    flex:0 0 auto; /* do not shrink */
    width:100%;
    display:flex; align-items:center; justify-content:center;
    box-sizing:border-box; 
    padding-left:30px;
    padding-right:30px;
    /* padding-bottom:50px; */
  }
  .star-rating{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .star2{ width:48px; height:48px; fill:#F5C518; }
  .start-height{
    width:48px; height:48px;
  }
  .start-height{
    width:100%; 
    height:48px;
    align-items: center;
    display: flex;
    white-space: nowrap;        /* don’t wrap */
    overflow: hidden;           /* hide overflow */
    text-overflow: ellipsis;    /* … if it’s too long */
    line-height: 1.2;  
    font-size: 30px;
    font-weight: 500px;
  }

  .margin-top{
    margin-top: 100px;
  }
  .margin-top-day2{
    margin-top: 100px;
  }

  /* Banner wrapper */
.cta-banner1{
  background:#5C96E01A;            /* soft pink */
  border-radius:12px;
  padding:28px 16px 34px;
  max-width:100%;
  margin:24px auto;
  text-align:center;
  box-sizing:border-box;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

/* Headline */
.cta-head1{
  color:#2b2b35;
  font-size:22px;
  line-height:1.5;
  margin:0 0 16px;
}
.cta-head1 strong{ font-weight:600; }

/* CTA button */
.cta-btn1{
  display:inline-block;
  background:#173b73;             /* deep navy */
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:32px;
  padding:14px 28px;
  border-radius:16px;
  letter-spacing:.2px;
  box-shadow:0 6px 16px rgba(23,59,115,.18);
  transition:transform .15s ease, box-shadow .15s ease;
  margin:8px 0 18px;
  line-height:1.2;
}
.cta-btn1:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(23,59,115,.25);
}
.mrp1{
  text-decoration: line-through;
  opacity:.9;
  font-weight:600;
  margin:0 .18em;
  font-size:.78em;                 /* slightly smaller than main price */
}

/* Timer row */
.cta-timer-row1{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:4px;
}
.timer-label1{
  color:#333A44;
  font-size:18px;
}

.time-pill1{
  min-width:50px;
  padding:6px 10px;
  background:#c20866;              /* magenta pill */
  color:#fff;
  font-weight:800;
  font-size:20px;
  border-radius:10px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.colon1{
  font-size:22px;
  color:#333A44;
  font-weight:700;
  margin:0 2px;
}

/* Seats left note */
.cta-note1{
  color:#333A44;
  font-size:18px;
  margin:10px 0 0;
}

/* Responsive tweaks */
@media (max-width:768px){
  .cta-head1{ font-size:18px; }
  .cta-btn1{ font-size:24px; padding:12px 20px; border-radius:12px; }
  .timer-label1{ font-size:16px; }
  .time-pill1{ min-width:44px; font-size:18px; }
}

 .containerPaddingTopLess {
  padding: 50px 0px;
 }
 .containerPaddingTopLess-day2{
  padding: 50px 0px;
 }
.bg-blue{
background: #163F73;
}

.half-blue1{
  position: relative;
  margin-top: 50px;      /* from your inline style */
  border-radius: 12px;   /* optional */
  overflow: hidden;      /* keep the blue clipped to the image edges */
}

/* the image */
.right-image1{
  display: block;        /* removes inline gap */
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* blue bottom-half background */
.half-blue1::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75%;           /* bottom half */
  background: #173b73;   /* your blue */
  z-index: 0;
  border-radius: 10px;
}
.cone1{
  width: 108px;
  height: 117px;
  position: relative;
  top:-85px;
  left:10px;
  z-index: 1;
}
.conebg{
  width: 100%;
  text-align: end;   /* aligns to end (RTL-aware). Fallback below */
  text-align: right; /* fallback for older browsers */
}
.flexit{
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.testimonial-text3{
  height:45px;
  font-weight:500;
  font-size:30px;
}
.testimonial-text4{
  font-size:20px;
  margin-top:20px;
  margin-bottom:20px;
}
.testimonial-text5{
  font-weight:500;
  font-size:25px;
  margin-top:0px;
  margin-bottom:20px;
}
.testimonial-text5-day2{
  font-weight:500;
  font-size:28px;
  margin-top:0px;
  margin-bottom:20px;
}
.testimonial-text6 {
  font-weight:500;
  font-size:30px;
}
/* row */
.bonus-row1{
  display:flex;
  flex-direction:row;
  gap:28px;
  justify-content:center;
  align-items:stretch;
  flex-wrap:wrap;              /* stacks on narrow screens */
  margin:18px auto;
  max-width:1200px;
  /* padding:0 12px; */
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.width-scale-balance{
  transform: scale(0.85); /* zoom out to 95% size */
}
/* card */
:root {
  --bonus-card1-width: min(560px, 100%);
}

:root {
  --bonus-card1-min-width: 200px;
}

.bonus-card1{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  background:#f7e8ef;          /* soft pink */
  border:1.5px solid #21407b;  /* subtle navy border */
  border-radius:14px;
  padding:18px 22px;
  width:var(--bonus-card1-width);
  min-height:var(--bonus-card1-width);
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  transition:transform .15s ease, box-shadow .15s ease;
  overflow:hidden;              /* clip ribbon corners */
}

.bonus-card2{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  background:#f7e8ef;          /* soft pink */
  border:1.5px solid #21407b;  /* subtle navy border */
  border-radius:14px;
  padding:18px 22px;
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  transition:transform .15s ease, box-shadow .15s ease;
  overflow:hidden;              /* clip ribbon corners */
  width: 90%;
}

.bonus-card3{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  background:#f7e8ef;          /* soft pink */
  border:1.5px solid #21407b;  /* subtle navy border */
  border-radius:14px;
  padding:18px 22px;
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  transition:transform .15s ease, box-shadow .15s ease;
  overflow:hidden;              /* clip ribbon corners */
  width: 80%;
}
.bonus-card4{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  background:#f7e8ef;          /* soft pink */
  border:1.5px solid #21407b;  /* subtle navy border */
  border-radius:14px;
  padding:18px 22px;
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  transition:transform .15s ease, box-shadow .15s ease;
  overflow:hidden;              /* clip ribbon corners */
  width: 80%;
}

.paddi10ngLeft-{
  padding-left: 40px;
}
.text-left {
  text-align: left;
}
.bonus-card1:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

/* pdf icon */
.bonus-icon1{
  width:44px;
  height:44px;
  object-fit:contain;
  flex:0 0 auto;
}

.bonus-icon1-day2 {
  width:44px;
  height:44px;
  object-fit:contain;
  flex:0 0 auto;
}

/* text */
.bonus-text1{
  color:#252733;
  margin:0;
  font-size:20px;
  line-height:1.35;
  font-weight:600;
}
.padding-left-120{
  padding-left: 50px !important;
}
/* ribbon overlay (top-right) */
.bonus-ribbon1{
  position:absolute;
  top:-8px;
  right:-12px;
  width:170px;                 /* adjust to your ribbon asset */
  height:auto;
  pointer-events:none;
  user-select:none;
}
.bonus-ribbon2{
  position:absolute;
  top:-8px;
  right:-12px;
  width:120px;                 /* adjust to your ribbon asset */
  height:auto;
  pointer-events:none;
  user-select:none;
}
.bonus-ribbon4{
  position:absolute;
  top:-8px;
  right:-12px;
  width:130px;                 /* adjust to your ribbon asset */
  height:auto;
  pointer-events:none;
  user-select:none;
}
.bonus-ribbon3{
  position:absolute;
  top:-8px;
  right:-12px;
  width:120px;                 /* adjust to your ribbon asset */
  height:auto;
  pointer-events:none;
  user-select:none;
}
/* responsive */
@media (max-width:640px){
  .bonus-card1{ padding:16px 18px; border-radius:12px; }
  .bonus-text1{ font-size:18px; width: 75%; }
  .bonus-ribbon1{ width:150px; }
}

.bg-pink{
  background-color: #F8E6F0;
}
.bg-lite-blue{
  background-color: #5C96E01A;
}
.width-full1{
  width: 100%;
}

.makeitcenternowidth{
  display: flex;
  align-items: center;
  justify-content: center;
}

.makeitcenter{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.makeitcenter2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.makeitcenterCol {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.media_covering {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal-width columns */
  gap: 10px; 
  margin: 0 auto;
}
.bg-white{
  background-color: #fff;
}
.padding4{
  padding: 10px;
}
.bluetext{
  color: #163f73;
}
.containerPadding{
  padding-top: 50px;
}
.containerPaddingBottom{
  padding-bottom: 50px;
  margin: 0 auto;
}
.margin-zero{
  margin: 0px;
}
.flex-col{
  display: flex;
  flex-direction: column;
}
.container1{    
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.container3{    
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.container3-day2{    
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.calendar-title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 20px 0;
  gap: 20px;
}

.title1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
  white-space: nowrap;
}

.line1 {
  flex: 1;
  height: 2px;
  background: #000000;
  max-width: 250px;
}


.title1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
  white-space: nowrap;
}

.line1 {
  flex: 1;
  height: 2px;
  background: #000000;
  max-width: 250px;
}
.logo2 {
  width:181px;
  height:108px
}

/* Company Carousel Styles */
.company-carousel-container {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
  background: transparent;
  padding: 20px 0;
}

.company-carousel {
  width: 100%;
  overflow: hidden;
}

.company-track {
  display: flex;
  animation: scroll-left 40s linear infinite;
  gap: 40px;
  align-items: center;
  width: 200%; /* Double width to accommodate duplicated logos */
  flex-shrink: 0;
}

.company-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 1;
  transition: all 2s ease;
  flex-shrink: 0;
}

.company-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Alternative animation for better logo visibility */
@keyframes scroll-left-full {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Mobile-specific animation to ensure all logos are shown */
@keyframes scroll-left-mobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.watch-demo{
  position: relative;
  top:50px;
}
.center-image{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    gap: 5px;

}
.text1{
  color:var(--text);
}
.heading1{
  margin:0 0 8px 0;
  font-size:22px;
  line-height:1.25;
  font-weight:600;
  color:#163F73;
}
.heading3{
  text-align: center;
  font-size:18px;
  line-height:1.25;
  font-weight:500;
  color:#163F73;
  
}
.heading2{
  margin:0 0 8px 0;
  font-size:22px;
  line-height:1.25;
  font-weight:600;
  color:#000;
}
.colorless-heading1{
  margin:0 0 8px 0;
  font-size:20px;
  line-height:1.25;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.list1{
  margin:0;
  padding-left:22px;
  color:#163F73;
}
.imgContainerText{
  margin-top: 15px;
  width: 80%;
  font-size: 20px;
}
.imgContainerText > ul {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}

/* Video Modal Styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.video-close:hover {
    background: rgba(0, 0, 0, 0.8);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* Mobile responsive styles for video modal */
@media only screen and (max-width: 768px) {
    .video-modal-content {
        margin: 10% auto;
        width: 95%;
    }
    
    .video-close {
        top: -35px;
        right: 5px;
        font-size: 30px;
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .video-modal-content {
        margin: 15% auto;
        width: 98%;
    }
    
    .video-close {
        top: -30px;
        right: 10px;
        font-size: 25px;
        width: 30px;
        height: 30px;
    }
}

.imgBox {
  width: 100%;         /* or a fixed width like 300px */
  height: 200px;       /* set height to define visible area */
  overflow: hidden;    /* hide overflow edges */
}

.imgBox img {
  object-fit: cover;   /* fills container, crops if needed */
  object-position: center; /* centers the image nicely */
}

.padding0{
  padding: 0px !important;
}
.container-width{
  width: 1320px;
}
