@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");


:root {
  --ed-blue: #241442;
  --ed-purple: #5b3aee;
  --ed-yellow: #f8bc24;
  --ed-gray: #4f536c;
  --ed-gray2: #445375;
  --black: #000;
  --white: #fff;
  --font-poppins: "Poppins", sans-serif;
}

body {
  font-family: var(--font-poppins);
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

p {
  line-height: 1.75;
}

.ed-btn {
  /* background-color: var(--ed-purple); */
  color: var(--white);
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ed1b24;
}

.ed-btn:hover {
  background-color: var(--ed-blue);
}

.ed-section-sub-title {
  font-weight: 600;
  color: #ed1b24;
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.ed-section-sub-title1212 {
  font-weight: 600;
  color: #ed1b24;
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.marquee-section {
  font-size: 18px;
  padding: 10px;
  font-family: sans-serif;
  font-weight: 700;
  color: white;
  background-color: #ed1b24;
}

@media (max-width:576px) {
  .marquee-section {
    font-size: 14px;


  }
}

.title-blog {
  font-weight: 600;
  color: #ed1b24;
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  font-size: 18px;
}

.ed-section-sub-title::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 48px;
  background: linear-gradient(90deg,
      rgb(255, 0, 0) 3px,
      rgba(255, 0, 0, 0) 3px,
      rgba(255, 255, 255, 0) 8px,
      rgb(255, 0, 0) 8px,
      rgb(255, 0, 0) 13px,
      rgba(255, 255, 255, 0) 13px,
      rgba(255, 255, 255, 0) 18px,
      rgba(255, 255, 255, 0) 18px,
      rgb(255, 0, 0) 0);
}

.ed-section-sub-title--white {
  color: var(--white);
}

.ed-section-sub-title--white::before {
  background: linear-gradient(90deg,
      rgb(255, 255, 255) 3px,
      rgba(255, 255, 255, 0) 3px,
      rgba(255, 255, 255, 0) 8px,
      rgb(255, 255, 255) 8px,
      rgb(255, 255, 255) 13px,
      rgba(255, 255, 255, 0) 13px,
      rgba(255, 255, 255, 0) 18px,
      rgba(255, 255, 255, 0) 18px,
      rgb(255, 255, 255) 0);
}

.ed-section-title {
  font-weight: 700;
  font-size: 45px;
  color: #34374c;
  text-transform: capitalize;
  line-height: 1.29;
}

.ed-section-title-new {
  font-weight: 700;
  font-size: 45px;
  color: white;
  text-transform: capitalize;
  line-height: 1.29;
}

@media screen and (max-width: 1599px) {
  .ed-section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1399px) {
  .ed-section-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .ed-section-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .ed-section-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .ed-section-title {
    font-size: 25px;
  }
}

.ed-single-accordion-item {
  transition: 0.4s ease;
}

.ed-single-accordion-item.open .ed-single-accordion-item__header i {
  transform: rotate(90deg);
  color: var(--ed-purple);
}

.ed-single-accordion-item.open .ed-single-accordion-item__title {
  color: var(--ed-purple);
}

.ed-single-accordion-item.open .ed-single-accordion-item__body {
  grid-template-rows: 1fr;
  padding-top: 9px;
}

.ed-single-accordion-item__header i {
  transition: transform 0.4s ease;
}

.ed-single-accordion-item__body {
  transition: all 0.4s ease;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}

.ed-single-accordion-item__body p {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .ed-header-nav {
    width: 100%;
  }
}

.ed-header-nav a {
  display: block;
  line-height: 3;
  font-weight: 500;
  color: var(--ed-blue);
}

@media screen and (max-width: 1199px) {
  .ed-header-nav a {
    border-bottom: 1px solid rgba(79, 83, 108, 0.2);
    padding-bottom: 6px;
    padding: 11px 20px;
    line-height: 1.8;
  }
}

.ed-header-nav a:hover {
  color: var(--ed-purple);
}

.ed-header-nav .has-sub-menu {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}

.ed-header-nav .has-sub-menu:hover .ed-header-submenu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1199px) {
  .ed-header-nav .has-sub-menu:hover .ed-header-submenu {
    transform: translateY(0) translateX(0);
  }
}

@media screen and (max-width: 1199px) {
  .ed-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
  }
}

.ed-header-nav .has-sub-menu.active > a {
  margin-bottom: 0;
}

.ed-header-nav .has-sub-menu.active .ed-header-submenu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  border-color: #ddd;
  pointer-events: all;
}

@media screen and (max-width: 1199px) {
  .ed-header-nav .has-sub-menu.active .ed-header-submenu {
    transform: translateY(0) translateX(0);
  }
}

.ed-header-submenu {
  position: absolute;
  min-width: 200px;
  background-color: var(--white);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 50%;
  opacity: 0;
  transform: translateY(10px) translateX(-50%);
  transition: 0.4s ease, pointer-events 0s;
  pointer-events: none;
  width: max-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  .ed-header-submenu {
    position: static;
    transform: translateY(0) translateX(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    background-color: #f3f3f3;
  }
}

.ed-header-submenu.active {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

.ed-header-submenu a {
  padding: 14px 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}

.ed-header-submenu li:last-child a {
  border-bottom: 0;
}

.ed-header-search.active .ed-header-search-open-btn {
  color: var(--ed-Lpink);
}

.ed-header-search.active form {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.ed-header-search form {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}

@media screen and (max-width: 1199px) {
  .ed-header-search form {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}

.ed-header--2 .ed-header-nav > li > a {
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.ed-header--2 .ed-header-nav > li > a:hover {
  color: #ed1b24;
}

.ed-header--2.to-be-fixed.ed-sticky {
  background-color: var(--ed-blue);
  inset: auto;
  border-radius: 0;
  width: 100%;
  z-index: 222;
}

.ss-main {
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  flex-shrink: 0;
  width: max-content;
}

@media screen and (max-width: 1199px) {
  .ss-main {
    border-color: rgba(0, 0, 0, 0.2);
  }
}

.ss-main:focus {
  box-shadow: none;
}

.ss-main .ss-arrow path {
  stroke: var(--white);
}

@media screen and (max-width: 1199px) {
  .ss-main .ss-arrow path {
    stroke: var(--ed-blue);
  }
}

.ss-main .ss-values .ss-placeholder {
  color: var(--white);
}

@media screen and (max-width: 1199px) {
  .ss-main .ss-values .ss-placeholder {
    color: var(--ed-blue);
  }
}

.ss-content .ss-list .ss-option {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 10px;
}

.ss-content.ss-open-below {
  padding: 0;
}

.ss-content.ss-open-below::before {
  content: none;
}

.to-be-fixed.ed-sticky {
  position: fixed;
  top: 0;
  background-color: var(--white);
  inset: 0 100px auto 100px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1176470588);
}

@media screen and (max-width: 1599px) {
  .to-be-fixed.ed-sticky {
    inset: 0 30px auto 30px;
  }
}

@media screen and (max-width: 1399px) {
  .to-be-fixed.ed-sticky {
    inset: 0 0 auto 0;
  }
}

.ed-sidebar.active>* {
  transform: translateX(0);
}

.mixitup-control-active {
  background-color: var(--ed-purple);
  color: var(--white);
}

.ed-countdown .number {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.ed-course-details-tab-navs button.active {
  background-color: var(--ed-purple);
  color: var(--white);
}

.ed-course-details-tabs .ed-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.ed-course-details-tabs .ed-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}


/* /// my css // */

.typewriter {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: normal;
  animation: typing 4s steps(40, end) infinite,
    blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes blink-caret {

  0%,
  100% {
    border-color: transparent;
  }

  50% {
    border-color: #ed1b24;
  }
}

.ed-circle {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: white;
  outline: none;
  border: none;
}

@media (max-width:567px) {
  .ed-circle {
    width: 30px;
    height: 30px;
  }

}

.font-medium {
  line-height: 1.5rem;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(36 20 66 / var(--tw-text-opacity));
}

.et-testimony {
  border: 1px solid #dee2e6 !important;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
.font-medium-aboutus-blog {
  font-size: 18px !important;
}

.font-medium-aboutus {
  font-size: 18px !important;
  line-height: 1.6;
}

@media (max-width:768px) {
  .font-medium-aboutus {
    font-size: 17px !important;
    line-height: 1.3;
  }
}

.themes-blue-color {
  color: #281e45 !important;
}

.themes-white-color {
  color: white !important;
}

.themes-button {
  background-color: #ed1b24 !important;
  color: white !important;
  transition: background-color 0.4s, color 0.4s !important;
  /* Smooth transition */
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  /* Space between text and icon */
}

.themes-button:hover {
  background-color: #281e45 !important;
  /* New background color */
  color: white !important;
  /* Text and icon color */
}

.themes-button:hover .icon-container i {
  color: white !important;
  /* Icon color on hover */
}

/* comapny section css  */

.company-section {
  padding-top: 8%;
}

.company-section .tf__single_services {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 80px;
  position: relative;
  background-color: white;
  /* Default card background color */
  color: black;
  /* Default text color */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease, background-image 0.3s ease, color 0.3s ease;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.company-section .tf__single_services:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  background-color: #34374c;
  /* Hover background color (black) */
  background-blend-mode: overlay;
  /* Blend image with background color */
  color: white;
  /* Hover text color (white) */
}

.company-section .tf__single_services .icon-circle {
  position: absolute;
  top: -25px;
  left: 20px;
  transform: scale(1);
  opacity: 1;
  transition: transform 1.55s ease, left 1.55s ease, background-color 1.55s ease,
    opacity 1.55s ease;
}

.company-section .tf__single_services .icon-circle img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.company-section .tf__single_services:hover .icon-circle {
  left: 100px;
  transform: scale(1.1);
  opacity: 1;
}

.company-section .tf__single_services h3 {
  margin-top: 40px;
}

.company-section .tf__single_services p {
  margin: 7px 0 0;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-section .view-more {
  display: inline-flex;
  align-items: center;
  background-color: #ed1b24;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 150px;
  padding-top: 5px !important;
}

.company-section .view-more i {
  margin-left: 5px;
  font-size: 14px;
}

.company-section .view-more:hover {
  background-color: #333;
  color: white;
}

/* Media queries for responsive icon sizes */
@media (max-width: 992px) {
  .company-section .tf__single_services .icon-circle i {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .company-section .tf__single_services .icon-circle i {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .company-section .tf__single_services .icon-circle i {
    font-size: 30px;
  }
}

/* subcategory css  */

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
}

.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #000000;
  color: #fff;
  transform: scale(1);
  z-index: 1;
}

.solution_cards_box .solution_card:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(140deg,
      #ed1b24 0%,
      #ed1b24 50%,
      #ed1b24c7 75%) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
  position: absolute;
  background: rgb(0 0 0 / 15%);
  width: 100rem;
  height: 90rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -41rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

.solution_card .solu_description {
  font-size: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-addtocart {
  background: #34374c;
  border: 1px solid #ccc;
  color: white !important;
  transition: all 0.3s ease;
}

.btn-addtocart:hover {
  background: #ed1b24;
  border-color: #aaa;
  color: white;
}

.react-tabs__tab--selected {
  background: #ed1b24 !important;
  border-color: #aaa;
  color: #ffffff !important;
  border-radius: 5px 5px 0 0;
}

.text-ellipse {
  display: -webkit-box;
  /* Use a flexible box model */
  -webkit-box-orient: vertical;
  /* Set the box's orientation to vertical */
  -webkit-line-clamp: 4;
  /* Limit the text to 4 lines */
  overflow: hidden;
  /* Hide overflowing content */
  text-overflow: ellipsis;
  /* Add ellipsis for overflow */
  line-height: 1.5;
  /* Optional: Adjust line height for better readability */
  max-height: calc(1.5em * 4);
  /* Ensures the height aligns with 4 lines */
}

/* new css  */

.truncate-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Show only 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  /* Adjust width as needed */
}

.pop-up-form-right {
  position: fixed;
  right: 0%;
  top: 37%;
  display: none;
  z-index: 99999998;
  background-color: #bbb;
  font-size: 12px;
  padding: 20px;
}

@media (max-width: 768px) {

  .slide-btn,
  .pop-up-form-right {
    display: none;
  }
}

.newslettersubmitbtn {
  background-color: #ed1b24;
}

.newslettersubmitbtn:hover {
  background-color: #ffffff;
}

.newslettersubmitbtnhome {
  background-color: #ed1b24;
}

.newslettersubmitbtnhome:hover {
  background-color: #34374c;
}

.bg-basecolour {
  background-color: #eb4d4b;
}

.col-3-5 {
  flex: 0 0 29.1667%;
  /* (3.5 / 12) * 100 */
  max-width: 29.1667%;
}

.aboutheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eb4d4b;
}

.title-fixed-2line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  height: calc(2 * 1.2em)
}

.title-fixed-3line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(3 * 1.75em)
}

/* .pera-fixed-3line {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 94px;
 
} */

.carousel .slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.carousel img {
  border: 8px solid white;
  border-radius: 20px;
  width: 100%;
  /* Ensures responsiveness */
  max-width: 400px;
  /* Set a max width for uniform size */
  height: 400px;
  aspect-ratio: 4 / 3;
  /* Ensures all images have the same aspect ratio */
  object-fit: cover;
  /* Ensures images cover the space without distortion */
}

.cursor-pointer {
  cursor: pointer !important;
}

/* Base styles (mobile-first) */
.otp-verify-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  background-color: #f8f9fa;
}

.otp-verify-card {
  width: 100%;
  padding: 25px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.otp-verify-header {
  text-align: center;
  margin-bottom: 25px;
}

.otp-verify-header h2 {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #333;
}

.otp-verify-subtitle {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

.otp-verify-input-section {
  margin-bottom: 25px;
}

.otp-verify-label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #555;
  font-weight: 500;
}

.otp-verify-inputs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.otp-verify-digit {
  flex: 1;
  height: 55px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 55px;
}

.otp-verify-digit:focus {
  border-color: #4d90fe;
  box-shadow: 0 0 0 3px rgba(77, 144, 254, 0.2);
  outline: none;
}

.otp-verify-digit.error {
  border-color: #ff4444;
}

.otp-verify-error {
  color: #ff4444;
  font-size: 0.85rem;
  margin-top: 8px;
  text-align: center;
}

.otp-verify-button {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #ed1b24 !important;
  color: white !important;
}

.otp-verify-footer {
  text-align: center;
}

.otp-verify-resend {
  background: none;
  border: none;
  color: #4d90fe;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 5px;
}

.otp-verify-resend:hover:not(:disabled) {
  text-decoration: underline;
}

.otp-verify-resend:disabled {
  color: #aaa;
  cursor: not-allowed;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .otp-verify-card {
    max-width: 400px;
    padding: 30px;
  }

  .otp-verify-digit {
    height: 60px;
    font-size: 24px;
  }

  .otp-verify-button {
    font-size: 1.05rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .otp-verify-card {
    max-width: 450px;
    padding: 35px;
  }

  .otp-verify-header h2 {
    font-size: 1.7rem;
  }

  .otp-verify-subtitle {
    font-size: 1rem;
  }

  .otp-verify-digit {
    height: 65px;
    font-size: 26px;
  }

  .otp-verify-inputs {
    gap: 12px;
  }

  .otp-verify-button {
    padding: 14px;
    font-size: 1.1rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .otp-verify-card {
    max-width: 500px;
    padding: 40px;
  }

  .otp-verify-header h2 {
    font-size: 1.8rem;
  }

  .otp-verify-digit {
    height: 70px;
    font-size: 28px;
  }

  .otp-verify-inputs {
    gap: 15px;
  }

  .otp-verify-button {
    padding: 16px;
    font-size: 1.15rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .otp-verify-card {
    max-width: 550px;
  }
}

.chooseuspics {
  width: 100%;
  position: relative;
  left: -35px;
  top: 170px;
  max-width: 350px;
}

@media (max-width:500px) {
  .chooseuspics {

    top: 120px;

  }
}

.hero-img-slider {
  width: 80% !important;
  height: 400px !important;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width:600px) {
  .hero-img-slider {
    width: 100% !important;
    height: 250px !important;

  }
}

.updownsection {
  display: none;
}

@media (max-width: 991px) {
  .updownsection {
    display: flex;
  }
}

.gallerypiccontainer {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  height: max-content;
}

/* .contact-us-vector{
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width:700px) {
  .contact-us-vector{
    width: 70%;
    
  }
} */
/* styles.css or your SCSS file */
.animatenoti {
  font-size: 14px;
  transition: all 0.1s ease-in;
  display: flex !important;
}

.animatenoti:hover {
  font-size: 15px;
  transform: scale(1.1);
}

.truncate-3-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  height: 3.6em;

}

.program-tag {
  background: #34374c;
  display: flex;
  text-align: center;
  line-height: 22px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: .3s;
  color: white !important;
  padding: 5px 10px;
  height: 54px;
  font-weight: 500;
  cursor: pointer;
}

.program-tag:hover {
  background: white;
  color: black !important;
  border: 1px solid #34374c
}

.border-bottom-footer {
  text-decoration: none;

}

.border-bottom-footer:hover {
  text-decoration: underline;
}

.gallerypiccontainer {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  height: max-content;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 320px;
  /* Fixed height for all image containers */
  overflow: hidden;
  border-radius: 12px;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* Makes all images fill the box uniformly */
  border-radius: 12px;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.cart {
  position: relative;
  display: inline-block;
}

.cart-tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 8px;
  position: absolute;
  top: 120%;
  left: -50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  white-space: nowrap;
  font-size: 0.75rem;
  z-index: 1000;
}

.cart:hover .cart-tooltip {
  visibility: visible;
  opacity: 1;
}

.psychometric-img {}

.padding-slick-10 {
  padding: "0px 10px" !important;
}

.contact_us_bottom {
  height: 260px;
}

@media (max-width:550px) {
  .contact_us_bottom {
    height: 200px;
  }

}

.error {
  border: 1px solid #eb4d4b !important;
}

.error-message {
  color: #eb4d4b;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.friend-group {
  margin-bottom: 15px;
}

.friend-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.friend-input-group input {
  flex: 1;
}

.add-friend-btn {
  background: none;
  border: none;
  color: #3498db;
  cursor: pointer;
  padding: 5px 0;
}

.remove-friend-btn {
  background: #eb4d4b;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-button:disabled {
  background: #95a5a6;
  cursor: not-allowed;
}

/* bredcrumb csss */
.contact-section {
  padding: 50px 50px 50px 50px;
  text-align: center;
  background-color: #34374c;

  @media (max-width:'600px') {
    padding: 35px 50px 50px 50px;

  }

  h1 {
    font-weight: 600;
    color: white;
    font-size: clamp(25px, 5vw, 45px);
  }

  .breadcrumb123 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    color: white;

    li {
      list-style: none;

      a {
        color: white;
        text-decoration: none;
        transition: color 0.3s ease;

        &:hover {
          color: #eb4d4b;
        }
      }

      .separator {
        font-size: 12px;
      }
    }
  }

}

.ratio.ratio-16x9.video {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 20px;
  overflow: hidden;
}
 .myprofiletab{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.myprofilelobutton{
 display: flex;
 justify-content: flex-end;

}
@media (max-width: 600px) {
  .myprofiletab{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
.myprofilelobutton{
  margin-bottom: 30px;
}
  
}

/* Spinner refinement */
.spinner-container {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.spinner {
  animation: spin 0.8s linear infinite;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0.8;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.zsiq-float{
  bottom: 23px !important;
  right: 20px !important;
}