:root{
  --primary-color: #FA7F08;
  --primary-bg: #fdf6e8;
  --secondary-color: #FFB923;
  --secondary-bg: #fdda82;
  --primnary-color-light: #f28b05;
  --secondary-color-light: #C4BDED;
  --third-color: #B0C1DA;
  --dark-color: #000;
  --light-color: #0c0b0b;
}

.w-md-75 {
  width: 75% !important;
}
/* 
h1 {
  color: var(--primary-bg);
} */

.primary-color{
  color: var(--primary-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.dark-color{
    color: var(--dark-color);
}
.white-color{
  color: var(--primary-bg);
}
.font-size-14 {
  font-size: 13px ;
}

.heading1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.heading2 {
  font-weight: 600;
  font-size: 14px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left !important;
}
.heading4 {
  font-weight: 500;
  font-size: 14px;
  /* line-height: 100%; */
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
}
.paragraph1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #111;
}

.paragraph2 {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
  color: #494949;
}

@media (max-width: 900px) {
  .paragraph2 {
    font-size: 12px;
  }
  .heading1 {
    font-size: 24px;
  }
}
.paragraph3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  color: #6a6a6a;
}

.aboutus {
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color:#f28b05;
}
.homepage {
  position: relative;
}

/* Header */
.header {
  background-color: #1d59aa;
  color: white;
}
.theme-bg {
  background-color: #1d59aa;
}

@media (max-width: 1400px) {
  .herosection {
    height: fit-content;
  }
}

.linesbg {
  width: 30%;
  height: 100%;
}

.heroimg {
  width: 600px;
  height: 80%;
}

@media (max-width: 1500px) {
  .heroimg {
    width: 500px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .heroimg {
    width: 100%;
    height: auto;
  }
}
.opportunities h4 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.bookdemo {
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
}
.readmore {
  padding: 10px 20px;
}

.techinnoexpert {
  position: relative;
  /* top: -10vh; */
}
.techinnoexpert .cardsContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(12.25rem, 100%), 1fr));
}

.techinnoexpert-bg {
  padding: 100px 0;
  background: linear-gradient(to right, #e8f4fc, #ffffff);
}
/* @media (max-width: 992px) {
  .techinnoexpert {
    top: -3vh;
  }
} */

.tech {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 30px !important;
  box-shadow: 0px 10px 30px 0px #0000000d;
  text-align: center;
  transition: transform 0.5s ease;
}
.inno {
  background-color: var(--copyright-bg);
  color: white;
  transition: transform 0.5s ease;
}
.imgbg {
  height: 60px;
  width: 60px;
  background-color:#f28b05;
  box-shadow: 0 10px 50px -12px#f28b05;
  color: white;
}

.inno .imgbg {
  background-color: #ffff;
}

.inno .heading2,
.inno .paragraph2 {
  color: #ffffff;
}

.tech:hover {
  transform: translateY(-10px);
}

.tech:hover {
  background-color: var(--secondary-color);
  h5 {
    color: #ffffff;
  }
}

.tech:hover .heading2,
.tech:hover .paragraph2 {
  color: #fff;
}

.tech:hover .imgbg {
  background-color: #ffffffc9;
}

.tech .imgLight {
  display: none;
}

.tech:hover .imgLight {
  height: 60px;
  width: 60px;
  display: block;
  background-color: #ffff;
  color: #000;
}

.tech:hover .imgbg {
  display: none;
}

/* When hovering over either .tech or .expertise, change .inno */
.tech:hover ~ .inno,
.expertise:hover ~ .inno,
.tech:hover + .inno,
.expertise:hover + .inno {
  background-color: #ffffff !important;
  color: #000 !important;
}

/* .tech:hover ~ .inno .heading2,
.tech:hover ~ .inno .paragraph2,
.expertise:hover ~ .inno .heading2,
.expertise:hover ~ .inno .paragraph2 {
  color: #000 !important;
} */

.tech-inno:hover .inno {
  background-color: #ffffff !important;
  color: #000 !important;
}

.tech-inno:hover .inno .heading2 {
  color: #000;
}
/* .tech-inno:hover .inno .paragraph2 {
  color: #6a6a6a ;
} */

/* Our Approach  */

.dotted-line {
  border-bottom: 2px dotted #000;
  border-bottom: 3px dotted #00d5d5;
  flex-grow: 1;
}

.ourApproachbridge button,
.bridge button {
  background-color: #00d5d5;
  border-radius: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #030039;
  padding: 10px;
  border: none;
}
.technologyinnovation,
.bgcolorteams {
  background-color: #bdbdbd1a;
}

.technologyinnovationheading {
  font-weight: 600;
  font-size: 30px;
  /* line-height: 100%; */
  letter-spacing: 0%;
  text-align: center;
}

.tecnical-expertise {
  /* align-items: center; */
  padding: 40px;
  height: 250px;
  border: 1px solid #d1edff;
  height: 100%;
}

/* .bgcolorteams {
} */

/* Privacy Policy */

.content {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: justify;
}
.content a {
  color: #000;
  text-decoration: none;
}
.content a:hover {
  color: #00528a;
}
#animated-word {
  display: inline-block;
  color: white;
  font-size: 2rem;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.highlight {
  color:#f28b05;
}

/* whatsapp button */

.button-round {
  border-radius: 50px;
}

.btn-outline-success:hover i {
  color: white !important;
}

.list-style1 li {
  position: relative;
  padding-left: 25px; /* space for tick */
  margin-bottom: 8px;
  list-style: none;
  color: #fff;
}

.list-style1 li::before {
  content: "✓"; /* tick mark */
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary-color); /* change color if needed */
  font-weight: bold;
}

.list-style1{
  padding-left: 0rem;
}
.list-style2{
  padding-left: 0rem;
}

.list-style2 li {
  position: relative;
  padding: 5px 15px;
  padding-left: 30px; /* space for tick */
  margin-bottom: 8px;
  list-style: none;
  color: var(--dark-color);
  font-weight: 500;
  /* border: 2px solid #023655; */
  border-radius: 25px;
}

.list-style2 li::before {
  content: "✓"; /* tick mark */
  position: absolute;
  left: 10px;
  color: var(--darlk-color); /* change color if needed */
  font-weight: bold;
}

.list-style2 li{
  transition: transform 0.8s ease-in-out;
}

.list-style2 li:hover {
  cursor: pointer;
  background-color: #023655;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transform: translateY(-5px) scale(1.01) ;
}

.list-style3{
  padding-left: 0rem;
}

.list-style3 li {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  position: relative;
  padding: 2px 15px;
  padding-left: 30px; /* space for tick */
  list-style: none;
  color: var(--dark-color);
  font-weight: 500;
}

.list-style3 li::before {
  content: "✓"; /* tick mark */
  position: absolute;
  left: 10px;
  color: var(--darlk-color); /* change color if needed */
  font-weight: bold;
}


.bg-color {
  background-color: var(--primary-bg);
}

.bg-color1 {
  background-color: var(--light-color) ;
}

.text-content-color {
  color: #000;
}

.font-weight-500 {
  font-size: 1.1rem;
  font-weight: 500;
}

.spec-card {
  /* background: var(--primary-bg); */
  padding: 16px;
  border-radius: 10px;
  color: var(--dark-color);
  position: relative;
  box-shadow: 0 5px 20px -5px var(--secondary-bg);
}
.spec-card {
  transition: transform 0.5s ease-in-out;
}

.spec-card:hover {
  transform: translateY(-0px) scale(1.02);
  border: 2px solid var(--secondary-color);
}

.spec-card h3{
  border: 2px solid var(--secondary-color);
  padding: 8px 25px;
  border-radius: 25px;
  width: fit-content;
  align-self: center;
  background-color: var(--secondary-color);
}



/* Watch & Learn section styles */
.watch-learn-section {
  margin: 0 auto;
}
.watch-learn-section .text-center h4 {
  font-size: 28px;
  margin-bottom: 6px;
}
.watch-learn-section .text-center .highlight {
  color: #0b85e6;
}

/* Grid */
.watch-learn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
  .watch-learn-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .watch-learn-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .watch-learn-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */
.watch-learn-card .teamcard {
  max-width: 100%;
  text-align: center;
}

/* thumbnail wrapper */
.thumb-wrapper {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(20, 30, 50, 0.08);
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow 0.28s;
  aspect-ratio: 16 / 9; /* keeps all thumbnails consistently sized */
  background: #f2f6fb;
}
.thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
  transition: transform 0.4s ease;
}

/* hover lift effect */
.thumb-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(20, 30, 50, 0.12);
}
.thumb-wrapper:hover img {
  transform: scale(1.04);
}

/* Play button overlay (center) */
.thumb-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 18px rgba(10, 10, 20, 0.18);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease;
}

/* the play triangle inside the circle */
.thumb-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(
    -45%,
    -50%
  ); /* nudge left so triangle is centered visually */
  width: 0;
  height: 0;
  border-left: 14px solid #0b85e6; /* play color */
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 4;
}

/* small hover grow */
.thumb-wrapper:hover::after {
  transform: translate(-50%, -50%) scale(1.06);
}

/* Duration badge (bottom-right) */
.thumb-wrapper[data-duration]::marker {
  content: none;
} /* ignore list markers */
.thumb-wrapper .duration-badge,
.thumb-wrapper[data-duration]::marker {
  /* fallback */
  /* kept for compatibility but we use pseudo-element below */
}
.thumb-wrapper::marker {
  content: none;
}

/* create a duration badge using another pseudo element */
.thumb-wrapper[data-duration]::after {
  /* override the circle when data-duration exists: keep circle but allow badge as well */
}

/* Use an additional element for duration through an extra pseudo element */
.thumb-wrapper[data-duration]::after {
  /* keep center play circle — we already use ::after for play circle,
     so instead we inject badge with ::nth-child trick isn't available.
     So use an extra element in HTML or render badge using .duration-badge span.
     We'll add a small absolute element inside via JS if needed.
  */
}

/* Title text below thumbnail */
.watch-learn-card .title {
  margin-top: 12px;
  font-size: 13px;
  color: #111;
  line-height: 1.25;
  text-align: center;
}

/* Modal overlay */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(8, 12, 20, 0.7);
  padding: 24px;
}

/* modal visible */
.video-modal.show {
  display: flex;
}

/* modal inner content */
.video-modal .modal-inner {
  width: min(1100px, 95%);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(2, 8, 23, 0.6);
  position: relative;
}

/* responsive iframe container (16:9) */
.video-modal .video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

/* close button */
.video-modal .close-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 30;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
}

/* small screens: modal full width */
@media (max-width: 600px) {
  .video-modal .modal-inner {
    width: 100%;
    border-radius: 8px;
  }
  .thumb-wrapper::after {
    width: 48px;
    height: 48px;
  }
  .thumb-wrapper::before {
    border-left-width: 12px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
}

/* Counter Styles */
.counter-style-04 {
  text-align: center;
}

.counter-style-04 .vertical-counter {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}

.counter-style-04 span {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.icon-box-red {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FA7F08 !important;
}

.icon-box-white {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF !important;
}

.bg-cabaret-red {
  background-color: #FA7F08 !important;
}

.text-red {
  color: #FA7F08 !important;
}

.icon-very-medium {
  font-size: 2em;
}

.fa-feather{
  font-size: 2em;
}

.last-paragraph-no-margin p {
  margin-bottom: 0 !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.xs-mb-25px {
  margin-bottom: 25px !important;
}

.md-mb-14 {
  margin-bottom: 14px !important;
}

.sm-mb-17 {
  margin-bottom: 17px !important;
}

.xs-mb-20px {
  margin-bottom: 20px !important;
}

.ls-minus-2px {
  letter-spacing: -2px;
}

.xl-ls-minus-1px {
  letter-spacing: -1px;
}

.ls-minus-05px {
  letter-spacing: -0.5px;
}

.position-relative {
  position: relative !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.btn-transparent-white {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-transparent-white:hover {
  background-color: #FFFFFF;
  color: #000;
}

.smp-divider {
  height: 4px;
  width: 100%;
  background: linear-gradient(180deg, #FA7F08 0%, #FFB923 100%);
  margin:10px 0 40px 0;
  border-radius: 2px;
}


/* big section */
.big-section{
  padding: 4rem 0;
  background: 
    linear-gradient(to bottom, #00000071, #ffb92362),
    url('../images/coach_4_sm.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* whatsapp float */
/* WhatsApp */
.right-modal-img {
    position: fixed;
    z-index: 1000;
    right: 1.5rem;
    bottom: 3rem; /* This stays lower on the screen */
  }
  
  .right-modal-img .whatsapp {
    background: green;
    color: #fff;
    font-size: 2.1em;
    padding: 0.08em 0.5em;
    border-radius: 100%;
  }

  .right-modal-img .uparrow {
    background: var(--primary-color);
    color: #fff;
    font-size: 1em;
    padding: 0.5em 0.8em;
    border-radius: 100%;
    margin-bottom: 1rem;

  }
  .right-modal-img .uparrow:hover {
    background: var(--secondary-color);
    color: var(--dark-color);
    border:2px solid var(--dark-color);
  }
  .right-modal-img .uparrow:hover i {
    animation: none;
  }
  .right-modal-img .uparrow i {
    animation: blink 2s infinite;
  }

  .topup{
    animation: top-up 1.5s 1;
  }


  @keyframes blink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
  }

  @keyframes top-up {
    0% { transform: translateY(100px); }
    100% { transform: translateY(0); }
  }

    /* carousel positon */
    .carousel-pos{
      margin-top: -18%;
    }

  /* hero sections */
   .banner-top-pos {
        margin-top: 12%;
    }


    .whatsapp-button{
      width: 25%;
    }

    .getInTouch-button{
      border-radius: 25px;
      background-color: #fff !important;
      width: 25%;
    }

    .getInTouch-button i{
      color: #f28b05;
    }

     .owl-carousel.owl-drag .owl-item img{
        max-height: 1000px;
        margin: auto;
        width: 80%;
        border-radius: 100px 0px 100px 0;
    }



.blockquote{
  font-size: 1.08em;
  font-style: italic;
}

.blockquote-footer{
  color: var(--primary-bg);
  font-size: 16px;
  font-style: inherit;
}

/* about me-section */
.tutor-img{
    width: 60% ;
    height: auto ;
    border-radius: 20px;
}


/* testimonials */

.owl-carousel .blockquote-footer{
  color: #000;
}

.owl-carousel .blockquote-footer span{
  font-size: 1.2rem;
  font-weight: 600;
}