/*
Theme Name: ASD
Theme URI: https://example.com
Description: Child theme for Twenty Twenty-Five
Author: BWIT Team
Template: twentytwentyfive
Version: 1.0
Text Domain: asd
*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css");

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  overflow-x: hidden;
  max-width: 1920px;
  counter-reset: serviceStep;
  margin: auto !important;
}

a {
  font-family: var(--font);
}

p,
span {
  font-size: 1.6rem;
  padding: 0;
}

body,
p,
div,
li {
  color: #000;
}

body,
p,
div,
li {
  font-family: "Figtree", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Figtree", sans-serif;
}

p {
  line-height: 30px;
}

.para-sm {
  line-height: clamp(24px, 2vw, 27px);
}

:root {
  --default-font: "figtree", sans-serif;
  --primary-color: #EB0028;
  --black-color: #000;
  --text-color: #222;
  --green-color: #17401E;
  --orange-bg: #DD5604;
  --white-color: #fff;
  --beigde-color: #faf3e9;
  --fz-14: clamp(12px, 1vw, 14px);
  --fz-16: clamp(14px, 1.2vw, 16px);
  --fz-17: clamp(15px, 1.3vw, 17px);
  --fz-18: clamp(16px, 1.4vw, 18px);
  --fz-19: clamp(16px, 1.5vw, 19px);
  --fz-20: clamp(18px, 1.6vw, 20px);
  --fz-21: clamp(16px, 1.6vw, 21px);
  --fz-22: clamp(17px, 1.8vw, 22px);
  --fz-24: clamp(20px, 2vw, 24px);
  --fz-25: clamp(20px, 2.1vw, 25px);
  --fz-28: clamp(18px, 2.1vw, 28px);
  --fz-30: clamp(24px, 2.5vw, 30px);
  --fz-34: clamp(28px, 3vw, 34px);
  --fz-40: clamp(32px, 3.5vw, 40px);
  --fz-44: clamp(36px, 4vw, 44px);
  --fz-48: clamp(38px, 4.5vw, 48px);
  --fz-54: clamp(42px, 5vw, 54px);
  --fz-55: clamp(36px, 4vw, 55px);
  --fz-58: clamp(35px, 4vw, 58px);
  --fz-60: clamp(36px, 4vw, 60px);
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-black: 900;
  --font: "Figtree", sans-serif;
  --transition: all 0.25s ease;
  --shadow-card: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  --shadow-soft: 0 0 5px 3px rgba(0, 0, 0, 0.03);
}

.gap-24 {
  row-gap: 24px;
}

.gap-x-24 {
  column-gap: 24px;
}

.green-text {
  color: var(--green-color);
}

.text-black {
  color: var(--black-color);
}

a:hover {
  color: var(--primary-color);
}

.fz14 {
  font-size: var(--fz-14);
}

.fz16 {
  font-size: var(--fz-16);
}

.fz17 {
  font-size: var(--fz-16);
}

.fz18 {
  font-size: var(--fz-18);
}

.fz20 {
  font-size: var(--fz-20);
}

.fz21 {
  font-size: var(--fz-21);
}

.fz22 {
  font-size: var(--fz-22);
}

.fz24 {
  font-size: var(--fz-24);
}

.fz25 {
  font-size: var(--fz-25);
}

.fz28 {
  font-size: var(--fz-28);
}

.fz40 {
  font-size: var(--fz-40);
}

.fz48 {
  font-size: var(--fz-48);
}

.fz55 {
  font-size: var(--fz-55);
}

.fz58 {
  font-size: var(--fz-58);
}

.fz60 {
  font-size: var(--fz-60);
}

.fw-400 {
  font-weight: var(--fw-400);
}

.fw-500 {
  font-weight: var(--fw-500);
}

.fw-600 {
  font-weight: var(--fw-600);
}

.fw-700 {
  font-weight: var(--fw-700);
}

.fw-800 {
  font-weight: var(--fw-800);
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

.pt-70 {
  padding-top: clamp(40px, 5vw, 70px);
}

.w-90 {
  max-width: 1800px !important;
  margin: auto;
}

.common-btn {
  padding-inline: clamp(16px, 3vw, 30px);
  padding-block: 10px;
  border-radius: 10px;
  font-weight: 700;
}

.common-padding {
  padding-block: clamp(60px, 7vw, 100px);
}

.pb-100 {
  padding-bottom: clamp(40px, 6vw, 100px);
}

.orange-btn {
  padding-inline: clamp(24px, 3vw, 30px);
  padding-block: clamp(10px, 2vw, 10px);
  border-radius: 14px;
  background-color: #DD5604;
  color: #fff;
  border: 2px solid var(--orange-bg);
  cursor: pointer;
}

.btn-w-201 {
  width: clamp(160px, 15vw, 201px);
  padding-inline: 5px;
  white-space: nowrap;
  text-align: center;
  padding-block: clamp(12px, 1.5vw, 16px);
  border-radius: 14px;
}

.contact-btn {
  border-radius: 10px;
  padding-block: 12px;
  white-space: nowrap;
  font-weight: 600;
}

.orange-btn:hover {
  background-color: transparent;
  border: 2px solid var(--orange-bg);
  color: var(--orange-bg);
}

.outline-btn {
  border: 2px solid #17401E;
  color: #17401E;
  background-color: transparent;
}

.outline-btn:hover {
  border: 2px solid #17401E;
  color: #fff;
  background-color: #17401E;
}

.container .navbar {
  padding-inline: 30px;
}

.nav-wrapper {
  width: 100%;
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-wrapper .logo {
  width: 160px;
}


.nav-wrapper ul li a:hover {
  color: var(--orange-bg);
}

.nav-menu {
  margin-bottom: 0;
}

.hero-sec {
  background-image: url(./assets/images/hero-bg.png);
  width: 100%;
  padding-top: clamp(50px, 6vw, 91px);
  /* padding-right: 130px !important; */
  position: relative;
  padding-bottom: clamp(40px, 11vw, 200px);
  background-repeat: no-repeat;

}

.hero-right {
  position: absolute;
  right: clamp(20px, 6vw, 130px);
  top: 0;
}

.hero-left .banner-title {
  margin-bottom: clamp(12px, 2vw, 23px);
}

.hero-left {
  max-width: clamp(420px, 55vw, 702px);
  padding-top: clamp(20px, 5vw, 50px);
  ;
}

.hero-right .col-3 {
  width: auto;
}

.banner-minimage {
  border-radius: 12px;
  margin-bottom: 18px;
}

.banner-minimage {
  width: clamp(110px, 10vw, 189px);
  height: clamp(95px, 9vw, 166px);
  object-fit: cover;
  border-radius: 10px;
}

.about-hero .hero-right {
  position: static;
}

.logo-row {
  margin-bottom: clamp(24px, 3.5vw, 52px);
}

.min-logo {
  margin-right: clamp(8px, 1vw, 21px);
}

.banner-para {
  max-width: clamp(320px, 40vw, 557px);
}

.hero-sec .btn-group,
.about-hero .btn-group {
  margin-top: clamp(18px, 4vw, 30px);
}

.hero-sec .orange-btn,
.about-hero .orange-btn {
  margin-right: clamp(12px, 2vw, 27px);
}

.stats-section .top-text {
  margin-bottom: clamp(40px, 6vw, 85px);
}

.stats-box.border-line {
  position: relative;
}



.stats-box.border-line.border-line-chng::after {
  right: 0px;
}

.large-card {
  height: 848px;
}

.common-heading {
  margin-bottom: clamp(20px, 2vw, 35px);
  line-height: clamp(40px, 4vw, 64px);
}

.testimonial-divider {
  color: #E0E0E0;
}

.sec-heading-para {
  max-width: clamp(320px, 80vw, 860px);
  margin: auto;
  text-align: center;
  line-height: clamp(22px, 3vw, 30px);
}

.section-title {
  margin-bottom: clamp(35px, 5vw, 65px);
}

.courses-section .card-3 {
  height: 100%;
}

.courses-section .card-3 img {
  border-bottom-right-radius: 70px;
  overflow: hidden;
}

.courses-section .card-1 img {
  border-top-left-radius: 70px;
  overflow: hidden;
}

.course-card h3 {
  margin-block: clamp(14px, 1.5vw, 23px);
}

.our-skill-sec {
  background-image: url(./assets/images/our-skill-bg-img.png);
  background-position: center 193px;
  background-repeat: no-repeat;

}

.partners-sec {
  background: linear-gradient(268.45deg, rgba(250, 243, 232, 0.79) 72.93%, rgba(222, 212, 190, 0.79) 104.26%, rgba(224, 214, 194, 0.79) 104.26%);
  border-radius: 16px;
}

.partners-card {
  height: clamp(80px, 8vw, 108px);
  /* width: clamp(175px, 18vw, 201px); */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #fff;
}

.our-skill-btm-para {
  max-width: clamp(320px, 80vw, 1061px);
  margin: auto;
  padding-bottom: clamp(30px, 5vw, 57px);
}

.feature-card {
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  height: 100%;
  padding-block: clamp(24px, 4vw, 36px);
  padding-inline: clamp(12px, 4vw, 40px);
  transition: var(--transition);
}

.feature-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.feature-card .icon-container {
  margin-bottom: 24px;
}


.whychoose-icons svg {
  width: 64px;
  height: 64px;
}

.whychoose-card {
  margin-bottom: clamp(15px, 3vw, 72px);
  max-width: 450px;
}

.whychoose-mid-img img {
  overflow: hidden;
  border-top-left-radius: 60px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 8px;
}

.whychoose-sec .container {
  max-width: 1400px;
}

.project-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: clamp(18px, 3vw, 32px);
  box-shadow: 0 clamp(6px, 1vw, 10px) clamp(15px, 3vw, 25px) -5px rgba(0, 0, 0, 0.05);

  padding-top: clamp(35px, 6vw, 68px);
  padding-bottom: clamp(45px, 5vw, 95px);

  position: absolute;
  top: clamp(-156px, -12vw, -100px);

  max-width: clamp(320px, 92vw, 1320px);
  width: 100%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
}

.project-across-sec {
  background-image: url(./assets/images/project-across-sec-bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  height: clamp(412px, 44vw, 668px);
  margin-top: clamp(60px, 8vw, 156px);
}

.frame-parent6,
.our-training-process-wrapper,
.training-board-inner {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}

.frame-parent6 {
  width: 59.313rem;
  flex-direction: column;
  gap: 1.25rem;
}

.our-training-process-wrapper {
  padding: 0 7.25rem;
  box-sizing: border-box;
}

.process-card {
  border-radius: 16px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.03);
  padding-inline: clamp(16px, 1vw, 32px);
  padding-block: clamp(14px, 2vw, 20px);
  padding-top: clamp(24px, 2vw, 40px);
  text-align: center;
  position: relative;
  height: 100%;
  transition: var(--transition);
  width: 245px;

}

.process-num {
  margin-bottom: clamp(15px, 2vw, 25px);
}

.process-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.process-arrow {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  font-size: 1.75rem;
  z-index: 2;
  display: flex;
  align-items: center;
}


.process-card {
  position: relative;
}

.process-card::before {
  content: '';
  background-image: url('./assets/images/arrow-right-icon.svg');
  width: 53px;
  height: 38px;
  position: absolute;
  right: -31px;
  z-index: 1;
  top: 40%;
}

.process-card-last::before {
  display: none;
}

.ourkey-sec {
  background-image: url('./assets/images/ourkey-bg.png');
  background-repeat: no-repeat;
  padding-bottom: clamp(80px, 15vw, 212px);
  background-position: top;
  /* background-size: cover; */

  background-position: right center;
}

.swiper-pagination-bullet-active {
  background-color: var(--orange-bg) !important;
}

.achievement-card {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(24px, 5vw, 50px);
  padding-left: clamp(20px, 5vw, 72px);
}

.achievement-icon {
  font-size: clamp(24px, 4vw, 42px);
  color: #f26522;
  margin-bottom: clamp(20px, 4vw, 40px);
}

.project-across-sec .tamil-logo {
  margin-top: 30px;
}

.achievement-card h4 {
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.join-btn {
  display: inline-block;
  margin-top: 47px;
}

.play-btn {
  background-color: #ADADAD;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 43%;
  left: 47%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.testimonial-card {
  background: linear-gradient(89.15deg, #fff 12.98%, rgba(254, 248, 237, 0.59) 54.33%, rgba(255, 255, 255, 0.4));
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.testimonial-role {
  font-size: var(--fz-25);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 0.2rem;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.footer,
.training-button {
  display: flex;
  align-items: flex-start;
}

.footer {
  align-self: stretch;
  justify-content: center;
  padding: 0 1.25rem 0 2rem;
  padding-inline: 0;
  box-sizing: border-box;
  max-width: 100%;
  flex-shrink: 0;
  text-align: left;
  font-size: 0.875rem;
  color: #111;
  font-family: Figtree;
}

.footer {
  background: url("./assets/images/footer-bg.png") no-repeat center;
  background-size: 100% auto;
  padding-top: clamp(60px, 15vw, 253px);
  padding-bottom: 28px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--beigde-color);
  font-weight: 600;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.footer-keep-touch {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
}

.social-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  transition: .3s;
}

.social-btn:hover {
  background: var(--beigde-color);
  transform: translateY(-2px);
}

.social-btn:hover svg path {
  transition: .3s;
}

.social-btn:hover svg path {
  fill: #222;
}

.course-card .course-card-img {
  overflow: hidden;

}

.course-card img {
  transition: 0.3s;
}

.course-card img:hover {
  transform: scale(1.1);
}

.card-1 .course-card-img {
  border-top-left-radius: 70px;
}

.card-3 .course-card-img {
  border-bottom-right-radius: 70px;
}

.feature-card[data-aos] {
  transition: .3s !important;
}

.feature-card[data-aos]:hover {
  transform: translateY(-8px) !important;
}

.process-card::before {
  transition: 0.3s;
}

.process-card:hover::before {
  transform: translateX(5px);
}

.feature-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.gallery-card {
  overflow: hidden;
}

.gallery-card img {
  transition: 0.3s;
  width: 100%;
}

.video-thumb>div {
  overflow: hidden;
  border-radius: 12px;
}

.testimonial-pagination>div {
  transition: 0.3s;
}

.testimonial-pagination>div:after {
  background-position: center;
}

.testimonials-section .swiper-button-next:hover:after,
.testimonials-section .swiper-button-prev:hover:after {
  color: var(--orange-bg);
}

.orange-btn:hover {
  background-color: #ef5d05;
  color: white;
  border-color: #f75d00;
}

.image-card {
  overflow: hidden;
  border-top-left-radius: 70px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 8px;
}

.image-card img {
  transition: 0.3s;
}

.what-we-do-cards[data-aos] {
  transition: 0.3s !important;
}

.what-we-do-cards[data-aos]:hover {
  transform: translateY(-8px) !important;

}

.training-display-box {
  transition: 0.3s;
}

.training-display-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.img-zoom-wrap {
  overflow: hidden;
  border-radius: 8px;
}

.img-zoom-wrap img {
  transition: 0.3s;
  width: 100%;
}

.img-zoom-wrap img:hover {
  transform: scale(1.1);
}

.image-card:hover img {
  transform: scale(1.1);

}

.partners-swripper-btns .swiper-button-next:hover:after,
.partners-swripper-btns .swiper-button-prev:hover:after {
  color: var(--orange-bg);
}

.video-thumb img {
  transition: 0.3s;
  width: 100%;
}

.video-thumb:hover img {
  transform: scale(1.1);
}

.gallery-card img:hover {
  transform: scale(1.1);

}

.footer-logo-wrap {
  padding: 6px;
  border-radius: 8px;
  background-color: #fff;
  max-width: clamp(120px, 15vw, 171px);
  margin-bottom: 24px;
}

.footer-links {
  list-style: none;
  padding-left: 0px;
}

.footer-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-links li {
  margin-bottom: clamp(8px, 1.2vw, 14px);
}

.footer-contact {
  font-style: normal;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.footer-contact p {
  margin-bottom: 10px;

  color: #fff;
}

.copy-right {
  padding-block: 21px;
}

.view-more-btn {

  margin-top: clamp(10px, 2vw, 40px);
  display: inline-block;
}

.partners-sec {
  position: relative;
}

.partners-swripper-btns .swiper-button-next {
  top: 70%;
  right: -7%;
}

.testimonials-section .swiper-button-next {
  right: -5%;
}

.testimonials-section .swiper-button-prev {
  left: -4%;
}


.partners-swripper-btns .swiper-button-prev {
  left: -7%;
  top: 70%;
}

.partners-swripper-btns .swiper-button-next:after,
.partners-swripper-btns .swiper-button-prev:after {
  font-size: 24px !important;
  font-weight: 600;
  color: #000;
}

.testimonials-section {
  position: relative;
}

.testimonials-section .swiper-button-next:after,
.testimonials-section .swiper-button-prev:after {
  font-size: 24px !important;
  font-weight: 600;
  color: #000;
}

.banner-minimage {
  transition: 0.5s ease;
  transform: translateY(0);
}

.banner-minimage:hover {
  transform: translateY(-10px);
}

.banner-para p {
  text-align: start;
}

.project-card .logo-item {
  height: 100%;
}



.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

/* =========================
   DESKTOP MENU
========================= */

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 32px);
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

/* =========================
   HAMBURGER
========================= */
.menu-toggle {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath  d='M0 96C0 78.3 14.3 64 32 64h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zm0 160c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zm416 128c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h384z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.menu-toggle.close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 384 512'%3E%3Cpath  d='M55.1 73.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L158.1 244.7 21.2 381.6c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L192 278.6 328.9 415.5c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L225.9 244.7 362.8 107.8c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L192 210.7 55.1 73.9z'/%3E%3C/svg%3E");
}

.menu-toggle {
  display: none;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}

.close-menu {
  display: none;
}

.menu-toggle.hide {
  display: none;
}

.gallerySwiper {
  display: none;
}

.gallerySwiper img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* pagination styling */
.gallery-pagination {
  text-align: center;
  margin-top: 12px;
}

/* bullets */
.gallery-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
  margin: 0 4px;
}

.gallery-pagination .swiper-pagination-bullet-active {
  background: #ff6a00;
  /* theme color */
  opacity: 1;
}

.gallery-card {
  width: 100%;
  height: 245px;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* bottom wide image */


/* right tall image */
.gallery-tall {
  height: 100%;
  max-height: 590px;
}

.gallery-row.gx-4 {
  --bs-gutter-x: 24px !important;
}

.gallery-row.gy-4 {
  --bs-gutter-y: 24px !important;
}

.gallery-row .gx-4 {
  --bs-gutter-x: 24px !important;
}

.gallery-row .gy-4 {
  --bs-gutter-y: 24px !important;
}

.video-wrapper {
  position: relative;
}

.video-thumb {
  position: relative;
  display: block;
}

.play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}

.course-card h3 {
  cursor: pointer;
  transition: var(--transition);
}

.course-card h3:hover {
  transform: translateY(-4px);
}

/* about-pge-css */

.vision-section .image-card img {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
  object-fit: cover;
  border-top-left-radius: 70px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 8px;
  max-width: 495px;
}

.feature-card,
.success-card,
.vision-card {
  background: #ffffff;
  border: 1px solid #F3F3F3;
  border-radius: 16px;
  padding: clamp(24px, 3vw, 30px);
  height: 100%;
  transition: var(--transition);
  box-shadow: 0px 0px 6px 2px #0000000D;
}

.success-card svg {
  margin-bottom: 20px;
}

.feature-card:hover,
.success-card:hover,
.vision-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.vision-card {
  background: linear-gradient(89.15deg, #fff 12.98%, rgba(254, 248, 237, 0.59) 54.33%, rgba(255, 255, 255, 0.4));
  box-shadow: 0px 0px 5px 3px #00000008;

}

.success-card svg {
  margin-bottom: 20px;
}

.founder-card img {
  border-radius: 16px;
}

.founders-section {
  background-image: url(./assets/images/founders-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 192px;
  padding-top: 180px;
}

.what-we-do-cards {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  box-shadow: 0px 0px 6px 2px #0000000D;
  padding-inline: clamp(14px, 1.4vw, 32px);
  padding-block: clamp(14px, 2vw, 20px);
  padding-top: clamp(24px, 2vw, 40px);
  text-align: center;
  position: relative;
  height: 100%;
  transition: var(--transition);
}

.what-we-do {
  background-image: url('./assets/images/whatwedo-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.about-common-padding {
  padding-block: clamp(40px, 5vw, 80px);
}

.check-list {
  padding-left: 35px;
}

.check-list li {
  position: relative;

}

.check-list li::before {
  content: '';
  position: absolute;
  background-image: url('./assets/images/check-solid.svg');
  height: 22px;
  width: 22px;
  left: -30px;
  background-repeat: no-repeat;
  top: 6px;
}

.career-section .image-card img {

  border-top-left-radius: 70px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 8px;

}

.about-hero {
  background-image: url('./assets/images/abt-banner-bg.png');
  background-repeat: no-repeat;
  padding-top: clamp(35px, 5vw, 67px);
  padding-bottom: clamp(58px, 9vw, 175px);
}

.about-hero .hero-right {
  top: clamp(30px, 8vw, 67px);
  ;
}

/* 27-5-2026 */
.current-menu-item>a {
  color: var(--orange-bg);
  font-weight: 700;
}

.check-list {
  padding-left: 35px !important;
}

.reachfortraining-logo {
  background-color: #fff;
  position: absolute;
  right: -32px;
  top: 43px;
  height: 103px;
  max-width: 206px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px #0000004D;
}

.what-we-do-cards .process-num {
  margin-bottom: clamp(15px, 2vw, 35px);
}

/* skill courses page css */
.training-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 2px #0000000D;
  max-width: clamp(320px, 48vw, 626px);
  position: relative;
  height: 100%;

}

.training-card:hover {
  transition: var(--transition);
}

.skill-courses-sec .gy-lg-5 {
  --bs-gutter-y: 6rem !important;
}

.training-img img {
  object-fit: cover;
}

.training-content {
  padding-block: clamp(20px, 2.5vw, 36px);
  padding-inline: clamp(18px, 2.5vw, 33px);
}

.training-title {
  color: #1f1f1f;
  margin-bottom: clamp(8px, 1vw, 10px);
}

.training-desc {
  color: #222222;
}

.training-card hr {
  margin-block: clamp(16px, 2vw, 25px);
  opacity: 0.15;
}

.callback-btn {
  border: 2px solid #f26522;
  padding: clamp(12px, 1.5vw, 18px) clamp(18px, 2vw, 30px);
  border-radius: 12px;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  color: #111;
  transition: 0.3s ease;
}

.callback-btn:hover {
  background: #f26522;
  color: #fff;
}

.course-btn:hover {
  background: #d95316;
  color: #fff;
}

.orgne-outline-btn {
  border: 2px solid var(--orange-bg);
  border-radius: 8px;
  max-width: clamp(180px, 22vw, 271px);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.orgne-outline-btn:hover {
  color: var(--orange-bg);
}

.training-content .orange-btn {
  border-radius: 8px;
  max-width: clamp(120px, 22vw, 168px);
  width: 100%;
  text-align: center;
  white-space: nowrap;
  padding-inline: clamp(18px, 3vw, 25px);
  padding-block: clamp(8px, 2vw, 9px);
  display: inline-block;
}

.training-content .check-list li::before {
  content: '';
  left: clamp(-22px, -1.5vw, -24px);
  top: clamp(6px, 0.6vw, 8px);
  background-image: url(./assets/images/checklist-light.svg);
}

.training-content .check-list li {
  margin-right: clamp(18px, 5vw, 45px);
  margin-bottom: 0;
  white-space: nowrap;
}

:where(.wp-site-blocks :focus) {
  outline: 0px !important;
  outline-style: none !important;
}

/* 28/5/26 */
.wp-block-navigation__responsive-container {
  display: block;
  position: static;
}

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  background-color: inherit;
  display: block;
  position: relative;
  width: 100%;
  z-index: auto;
}

.wp-block-navigation__responsive-container-open {
  display: none;
}

.wp-block-navigation__responsive-container-close {
  display: none;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1003;
  background: #fff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;

}

.scrolled {
  position: fixed;
  top: -1px;
  z-index: 1022;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.scrolled.main-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.career-section .check-list li {
  margin-bottom: 10px;
}

.skill-courses-sec {
  background-image: url('./assets/images/whatwedo-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}


/* 1/6/26 submenu css start*/

/* css written by mohit date 05-06-2026 start */
.bg-shape {
  background-image: url('./assets/images/whatwedo-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

body {
  position: relative;
}

.bg-shape-bottom {
  position: absolute;
  bottom: 400px;
  background-image: url('./assets/images/whatwedo-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  transform: skewY(6deg);
  transform-origin: bottom left;
  height: clamp(500px, 100vh, 1248px);
  width: 100vw;
  left: 0;
  z-index: -1;
}

.training-display-box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  max-width: 626px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(243, 243, 243, 1);
  height: 100%;

  overflow: hidden;
}

.training-display-box:hover img {
  transition: 0.3s;
}

.training-display-box:hover img {
  transform: scale(1.05);
}

.card-gap {
  --bs-gutter-x: clamp(24px, 5vw, 68px) !important;
  --bs-gutter-y: clamp(24px, 4vw, 54px) !important;
}

.training-hero-photo {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s;
}

.training-text-area {
  padding: clamp(24px, 4.5vw, 33px);
}

.training-main-heading {
  margin-bottom: 10px;
}

.training-action-trigger {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 600;
  padding: clamp(8px, 2vw, 12px) clamp(18px, 5vw, 28px);
  border-radius: clamp(4px, 1vw, 6px);
  transition: background-color 0.15s ease-in-out;
  border: none;
}

.card-group:has(.training-display-box) {
  height: 100%;
}

.training-display-box .orange-btn {
  border-radius: 8px;
  white-space: nowrap;
  padding-inline: clamp(18px, 3vw, 27px) !important;
  ;
  padding-block: clamp(8px, 2.1vw, 14px) !important;
  margin-top: clamp(20px, 3vw, 32px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;

}

/* Isolated Page Title styling */
.construction-section-title {
  font-weight: 700;
  color: var(--green-color);
  margin: 0 0 16px 0;
}

.training-extended-variant .training-main-heading {
  margin-bottom: 12px;
}

.training-extended-variant .training-meta-group {
  display: flex;
  gap: 16px;
  margin: 0 0 clamp(16px, 4vw, 24px) 0;
  flex-wrap: wrap;
  margin-bottom: clamp(30px, 4vw, 44px);
}

.training-extended-variant .training-meta-item {
  font-size: 18px;
  font-weight: 400;
  color: var(--green-color);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.training-extended-variant .training-tick {
  color: var(--green-color);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.875 0.28125C14.1562 0.59375 14.1562 1.0625 13.875 1.34375L5.625 9.59375C5.3125 9.90625 4.84375 9.90625 4.5625 9.59375L0.3125 5.34375C0 5.0625 0 4.59375 0.3125 4.3125C0.59375 4 1.0625 4 1.34375 4.3125L5.0625 8.03125L12.8125 0.28125C13.0938 0 13.5625 0 13.8438 0.28125H13.875Z' fill='%2317401E'/%3E%3C/svg%3E%0A");
  font-size: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;

}

body:has(.no-banner) .main-header {
  border-bottom: 1px solid #E4E4E4 !important;
}

.training-extended-variant .orange-btn {
  margin-top: 0 !important;
}

/* Multi-button setup layout rules */
.training-extended-variant .training-action-group {
  display: flex;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #E6E6E6 !important;
  padding-top: 23px;
}

.training-extended-variant .training-action-trigger {
  text-align: center;
  flex: 1;
  border: 2px solid transparent;
  transition: .3s;
  border-width: 2px;
  min-height: 52px;
  white-space: nowrap;
  font-size: var(--fz-20);
}

.training-extended-variant .training-action-trigger:hover {
  background-color: transparent;
  border-color: var(--orange-bg);
  border-width: 2px;
  color: var(--orange-bg);

}

/* Secondary Button Custom State styles */
.training-extended-variant .training-btn-secondary {
  background-color: transparent;
  color: var(--orange-bg);
  border: 2px solid var(--orange-bg);
}

.training-extended-variant .training-btn-secondary:hover {
  background-color: var(--orange-bg);
  color: #fff;
}

.product-detail-accordian-section .accordion-item {
  border: 1px solid rgba(243, 243, 243, 1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
  padding-left: clamp(20px, 4vw, 44px);
  padding-right: clamp(18px, 2.5vw, 29px);
  padding-block: clamp(12px, 2vw, 23px);
  border-radius: 8px !important;
  margin-bottom: 18px;
  min-height: clamp(40px, 7vw, 84px);
}

.product-detail-accordian-section .accordion-button {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 0;
  font-size: var(--fz-25);
  font-weight: 600;
  color: var(--text-color);
  padding: 0;

}

.accordion-item {
  border: none;
}

.product-detail-accordian-section .accordion-body {
  font-size: var(--fz-16);
  color: var(--text-color);
  padding: 0;
  padding-top: 16px;
}

.product-detail-accordian-section .accordion-button:not(.collapsed) {
  color: var(--text-color);
  border: 1px solid rgba(243, 243, 243, 1);
  box-shadow: none;
  background-color: white;

}

.product-detail-accordian-section .accordion-button:after {
  background-image: none;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  mask-position: center;
  mask-size: 24px;
  background-color: var(--orange-bg);

}

.product-detail-accordian-section .accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
  background-image: none;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  mask-position: center;
  mask-size: 24px;
  background-color: var(--orange-bg);

}

.course-details-bar-bender .common-btn {
  margin-top: clamp(24px, 4vw, 48px);
}

.pt-72 {
  padding-top: clamp(40px, 7vw, 72px);
}

.common-contact-list .icon-wrap .text-orange {
  color: var(--orange-bg) !important;
  font-size: var(--fz-16) !important;
  font-weight: var(--fw-500) !important;
}

.common-contact-list .icon-wrap {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  align-items: center;
}

.contact-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px #00000014;
  padding: clamp(24px, 3vw, 3.9rem) clamp(24px, 3vw, 5.5rem);
  transition: transform 0.3s;
  margin-left: auto;
}

.custom-form textarea.form-control {
  max-height: 202px;
  margin-top: 20px;
}

.contact-card:hover {
  transform: none;
}

.contact-links-wrapper {
  margin-top: clamp(40px, 5vw, 50px);
}

.common-contact-list p {
  font-weight: var(--fw-600);
  font-size: var(--fz-20) !important;
  margin-bottom: 0 !important;
}

.location-ico,
.email-ico,
.phone-ico,
.mobile-ico {
  height: 24px;
  width: 20px;
  background: var(--orange-bg);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  mask-position: left center;
  flex-shrink: 0;
}

.common-contact-list p a {
  color: var(--text-color);
}

.contact-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-ico {
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 5.25C9.1875 3.08984 7.41016 1.3125 5.25 1.3125C3.0625 1.3125 1.3125 3.08984 1.3125 5.25C1.3125 5.60547 1.42188 6.125 1.72266 6.83594C1.99609 7.49219 2.40625 8.25781 2.87109 9.02344C3.66406 10.2812 4.56641 11.4844 5.25 12.3594C5.90625 11.4844 6.80859 10.2812 7.60156 9.02344C8.06641 8.25781 8.47656 7.49219 8.75 6.83594C9.05078 6.125 9.1875 5.60547 9.1875 5.25ZM10.5 5.25C10.5 7.65625 7.30078 11.8945 5.87891 13.6719C5.55078 14.082 4.92188 14.082 4.59375 13.6719C3.19922 11.8945 0 7.65625 0 5.25C0 2.35156 2.35156 0 5.25 0C8.14844 0 10.5 2.35156 10.5 5.25ZM6.125 5.25C6.125 4.78516 5.71484 4.375 5.25 4.375C4.75781 4.375 4.375 4.78516 4.375 5.25C4.375 5.74219 4.75781 6.125 5.25 6.125C5.71484 6.125 6.125 5.74219 6.125 5.25ZM3.0625 5.25C3.0625 4.48438 3.47266 3.77344 4.15625 3.36328C4.8125 2.98047 5.66016 2.98047 6.34375 3.36328C7 3.77344 7.4375 4.48438 7.4375 5.25C7.4375 6.04297 7 6.75391 6.34375 7.16406C5.66016 7.54688 4.8125 7.54688 4.15625 7.16406C3.47266 6.75391 3.0625 6.04297 3.0625 5.25Z' fill='%23DD5604'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 5.25C9.1875 3.08984 7.41016 1.3125 5.25 1.3125C3.0625 1.3125 1.3125 3.08984 1.3125 5.25C1.3125 5.60547 1.42188 6.125 1.72266 6.83594C1.99609 7.49219 2.40625 8.25781 2.87109 9.02344C3.66406 10.2812 4.56641 11.4844 5.25 12.3594C5.90625 11.4844 6.80859 10.2812 7.60156 9.02344C8.06641 8.25781 8.47656 7.49219 8.75 6.83594C9.05078 6.125 9.1875 5.60547 9.1875 5.25ZM10.5 5.25C10.5 7.65625 7.30078 11.8945 5.87891 13.6719C5.55078 14.082 4.92188 14.082 4.59375 13.6719C3.19922 11.8945 0 7.65625 0 5.25C0 2.35156 2.35156 0 5.25 0C8.14844 0 10.5 2.35156 10.5 5.25ZM6.125 5.25C6.125 4.78516 5.71484 4.375 5.25 4.375C4.75781 4.375 4.375 4.78516 4.375 5.25C4.375 5.74219 4.75781 6.125 5.25 6.125C5.71484 6.125 6.125 5.74219 6.125 5.25ZM3.0625 5.25C3.0625 4.48438 3.47266 3.77344 4.15625 3.36328C4.8125 2.98047 5.66016 2.98047 6.34375 3.36328C7 3.77344 7.4375 4.48438 7.4375 5.25C7.4375 6.04297 7 6.75391 6.34375 7.16406C5.66016 7.54688 4.8125 7.54688 4.15625 7.16406C3.47266 6.75391 3.0625 6.04297 3.0625 5.25Z' fill='%23DD5604'/%3E%3C/svg%3E%0A");
}

.email-ico {
  mask-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 1.3125C1.50391 1.3125 1.3125 1.53125 1.3125 1.75V2.37891L6.01562 6.23438C6.58984 6.69922 7.38281 6.69922 7.95703 6.23438L12.6875 2.37891V1.75C12.6875 1.53125 12.4688 1.3125 12.25 1.3125H1.75ZM1.3125 4.07422V8.75C1.3125 8.99609 1.50391 9.1875 1.75 9.1875H12.25C12.4688 9.1875 12.6875 8.99609 12.6875 8.75V4.07422L8.80469 7.24609C7.73828 8.12109 6.23438 8.12109 5.19531 7.24609L1.3125 4.07422ZM0 1.75C0 0.792969 0.765625 0 1.75 0H12.25C13.207 0 14 0.792969 14 1.75V8.75C14 9.73438 13.207 10.5 12.25 10.5H1.75C0.765625 10.5 0 9.73438 0 8.75V1.75Z' fill='%23DD5604'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 1.3125C1.50391 1.3125 1.3125 1.53125 1.3125 1.75V2.37891L6.01562 6.23438C6.58984 6.69922 7.38281 6.69922 7.95703 6.23438L12.6875 2.37891V1.75C12.6875 1.53125 12.4688 1.3125 12.25 1.3125H1.75ZM1.3125 4.07422V8.75C1.3125 8.99609 1.50391 9.1875 1.75 9.1875H12.25C12.4688 9.1875 12.6875 8.99609 12.6875 8.75V4.07422L8.80469 7.24609C7.73828 8.12109 6.23438 8.12109 5.19531 7.24609L1.3125 4.07422ZM0 1.75C0 0.792969 0.765625 0 1.75 0H12.25C13.207 0 14 0.792969 14 1.75V8.75C14 9.73438 13.207 10.5 12.25 10.5H1.75C0.765625 10.5 0 9.73438 0 8.75V1.75Z' fill='%23DD5604'/%3E%3C/svg%3E%0A");
}

.phone-ico {
  mask-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2539 7.62891L13.3164 8.94141C13.8086 9.13281 14.082 9.65234 13.9727 10.1719L13.3164 13.2344C13.207 13.7266 12.7422 14.1094 12.25 14.1094C12.0586 14.1094 11.8945 14.082 11.7305 14.082C11.457 14.082 11.1836 14.0547 10.9375 14.0273C4.78516 13.3711 0 8.17578 0 1.83203C0 1.33984 0.355469 0.875 0.847656 0.765625L3.91016 0.109375C4.42969 0 4.94922 0.273438 5.14062 0.765625L6.45312 3.82812C6.64453 4.26562 6.53516 4.78516 6.15234 5.08594L5.03125 6.01562C5.76953 7.27344 6.80859 8.3125 8.06641 9.05078L8.99609 7.92969C9.29688 7.54688 9.81641 7.4375 10.2539 7.62891ZM12.0586 12.7695L12.6328 10.0625L9.89844 8.88672L9.10547 9.87109C8.69531 10.3633 7.98438 10.5 7.41016 10.1719C5.96094 9.32422 4.75781 8.12109 3.91016 6.67188C3.58203 6.09766 3.71875 5.38672 4.21094 4.97656L5.19531 4.18359L4.01953 1.44922L1.3125 2.02344C1.39453 7.92969 6.15234 12.6875 12.0586 12.7695Z' fill='%23DD5604'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2539 7.62891L13.3164 8.94141C13.8086 9.13281 14.082 9.65234 13.9727 10.1719L13.3164 13.2344C13.207 13.7266 12.7422 14.1094 12.25 14.1094C12.0586 14.1094 11.8945 14.082 11.7305 14.082C11.457 14.082 11.1836 14.0547 10.9375 14.0273C4.78516 13.3711 0 8.17578 0 1.83203C0 1.33984 0.355469 0.875 0.847656 0.765625L3.91016 0.109375C4.42969 0 4.94922 0.273438 5.14062 0.765625L6.45312 3.82812C6.64453 4.26562 6.53516 4.78516 6.15234 5.08594L5.03125 6.01562C5.76953 7.27344 6.80859 8.3125 8.06641 9.05078L8.99609 7.92969C9.29688 7.54688 9.81641 7.4375 10.2539 7.62891ZM12.0586 12.7695L12.6328 10.0625L9.89844 8.88672L9.10547 9.87109C8.69531 10.3633 7.98438 10.5 7.41016 10.1719C5.96094 9.32422 4.75781 8.12109 3.91016 6.67188C3.58203 6.09766 3.71875 5.38672 4.21094 4.97656L5.19531 4.18359L4.01953 1.44922L1.3125 2.02344C1.39453 7.92969 6.15234 12.6875 12.0586 12.7695Z' fill='%23DD5604'/%3E%3C/svg%3E%0A");

}

.custom-form .form-control {
  display: block;
  width: 100%;
  padding-inline: 18px;
  padding-block: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E6E6E6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-form :where(input:not(input[type="checkbox"]), textarea, select) {
  font-size: 16px;
  padding-inline: clamp(16px, 2vw, 2.4rem);
  padding-block: clamp(8px, 2vw, 16px);
}

.custom-form .form-group {
  margin-bottom: 20px;
}

.custom-form .btn-submit {
  min-height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--orange-bg) !important;
  border: none;
  outline: none;
  transition: .3s;
  color: var(--white-color) !important;
  padding-inline: clamp(30px, 3.5vw, 39px);
  font-size: var(--fz-21);
  font-weight: 700;
  border-radius: clamp(10px, 1.4vw, 14px);
  margin-top: 12px;
}

.form-control:focus {
  color: #222;
  background-color: #fff;
  border-color: #dd5604 !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(221 86 4 / 19%) !important;
}

.custom-form .btn-submit:hover {
  background: #ef5d05 !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  color: #dc3232;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 16px !important;
  font-size: 16px;
}

.fancybox__thumbs {
  display: none !important;
}

.carousel__button svg {
  stroke: var(--white-color) !important;
}

.carousel__button.fancybox__button--zoom,
.carousel__button.fancybox__button--thumbs {
  display: none;
}

.gallery-card a {
  position: relative;
}

.gallery-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  opacity: 0;
}

.gallery-card a::before {
  content: "";
  mask-image: url("../asd/assets/images/expand.svg");
  -webkit-mask-image: url("../asd/assets/images/expand.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 54px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #ddd;
  z-index: 7;
  transition: .3s;
  opacity: 0;
  transform: translateY(10px);
}

.gallery-card a:hover::after,
.gallery-card a:hover::before {
  opacity: 1;
}

.gallery-card a:hover::before {
  transform: translateY(0px);
}

.fz22.fw-400 .wp-block-term-description p {
  font-size: 22px;
  font-weight: 400;
}

.dropdown-item:hover {
  background: none !important;
}

/* css written by mohit date 05-06-2026 end */
@media(max-width:1399px) {
  .bg-shape-bottom {
    bottom: 557px;
  }
}

@media (max-width: 1199px) {
  .bg-shape-bottom {
    height: 632px;
  }

  .project-across-sec {
    height: clamp(412px, 48vw, 668px);
  }

  .nav-wrapper .dropdown-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s;
  }

  .nav-wrapper .dropdown-menu.show {
    max-height: 600px;
    opacity: 1;
    overflow: auto;
    padding-left: 12px;
    border: none;
  }

  .menu-item {
    opacity: 1;
    visibility: visible;
  }

  .nav-menu {
    padding-inline: 16px !important;
  }

  .sub-menu li {
    border-bottom: 0 !important;
    width: 100%;
  }
  .sub-menu li a{
    font-size: 16px !important;
  }
  .sub-menu li:last-child {
    padding-bottom: 0 !important;
}
}

.custom-accordion .accordion-body p br {
  display: none;
}

.custom-accordion .accordion-item {
  padding: 30px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
  padding-bottom: 30px;
}

.custom-accordion .accordion-item {
  padding: 20px;
  box-shadow: 0px 0px 6px 2px #0000000D;
  border-radius: 8px !important;
  border: 1px solid #F3F3F3 !important;
}

.custom-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.custom-accordion .accordion-body {
  padding-top: 30px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.custom-accordion .accordion-button::after {
  background-size: 28px;
  width: 28px;
  height: 28px;
  color: var(--orange-bg) !important;
}

.custom-accordion .accordion-button:after {
  background-image: none;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  mask-position: center;
  mask-size: 28px;
  background-color: var(--orange-bg);

}

.custom-accordion .accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
  background-image: none;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  mask-position: center;
  mask-size: 28px;
  background-color: var(--orange-bg);

}

.industry-cards {
  box-shadow: 0px 0px 6px 2px #0000000A;
  border: 0.2px solid #e0e0e07a;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

html {
  scrollbar-gutter: stable;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .05);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg,
      #8a8a8a 0%,
      #6e6e6e 50%,
      #555555 100%);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg,
      #9c9c9c 0%,
      #7d7d7d 100%);
}

.outline-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .3s ease-in-out;
}

.outline-btn:hover {
  background-color: transparent !important;

}

.outline-btn::before {
  content: "";
  width: 0;
  height: 100%;
  transform: translateX(-100%);
  background: #17401e;
  transition: .3s ease-in-out;
  opacity: 0;
  transform-origin: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.outline-btn::after {
  content: "";
  width: 0;
  height: 100%;
  transform: translateX(100%);
  background: #17401e;
  transform-origin: right;
  transition: .3s ease-in-out;
  opacity: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.outline-btn:hover::before,
.outline-btn:hover::after {
  transform: translateX(0%);
  opacity: 1;
  width: 50%;

}

.outline-btn:hover {
  color: var(--white-color) !important;
}

.dropdown-item:active,
.dropdown-item:focus {
  background: none !important;
}

.our-skill-sec {
  animation: bganimate;
  animation-duration: 3s;
  animation-timeline: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-direction: alternate;
  transition: .3s;
}

@keyframes bganimate {
  from {
    background-position: center 220px;
  }

  to {
    background-position: center 193px;
  }
}
.custom-form .btn-submit:focus{
  box-shadow: none  !important;
}

@media (max-width: 991px) {
  .nav-menu {
    gap: 16px;
  }

  .gallerySwiper {
    display: none;
  }

  .nav-menu li a {
    font-size: 18px;
  }

  .contact-btn {
    padding-inline: 18px;
  }

  /* navbar end */

  .hero-sec {
    flex-direction: column;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    width: 100%;
    text-align: start;
  }


  .btn-group {
    justify-content: center;
  }


  .hero-right .row {
    justify-content: center !important;
  }

  .hero-right .col-3 {
    width: 30%;
  }

  .card-tall-logistics {
    max-height: 471px;
    height: 100%;
  }
}

@media screen and (min-width:768px) {
  .process-section .col-lg-2 {
    flex: 0 0 auto;
    width: 18.99%;
  }

  .gallery-sec .col-lg-3 {
    width: 24.1%;
  }

  .gallery-sec .col-gap-24 {
    /* column-gap: 2px; */
  }

  .footer {
    background: url("./assets/images/footer-bg.png") no-repeat center;

    background-size: 100% auto;

  }

  .footer .pe-md-5 {
    padding-right: 5rem !important;
  }

  .feature-card .card-description {
    max-width: 220px;
    margin-inline: auto;
  }

  .stats-box.border-line::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -15px;
    width: 3px;
    height: 100%;
    background: #f47b20;
  }

  .nav-wrapper ul li a {
    margin-inline: 20px;
  }

  .training-card {
    display: flex;
    flex-direction: column;
  }

  .training-content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .training-btn-group {
    margin-top: auto;
    /* padding-top: 20px; */
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto !important;
  }

  .custom-accordion .accordion-button p {
    max-width: 560px;
    width: 100%;
  }



  .sub-menu {
    border: 1px solid #eee;
    position: absolute;
    background-color: #fff;
    min-width: 270px;
    z-index: 30;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    list-style: none;
    padding-left: 10px;
    top: 36px;
    padding-top: 5px;
    visibility: hidden;
    opacity: 0;
  }

  .sub-menu li {
    padding-block: 8px !important;
    border-bottom: 1px solid #eee;
  }

  .sub-menu li:last-child {
    border-bottom: none;
  }

  .sub-menu li a {
    margin: 0 !important;
    font-size: 14px;
  }

  .menu-item {
    position: relative;
  }

  .sub-menu:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cccccc40;
    position: absolute;
    top: -11px;
    left: 30px;
  }

}

@media(min-width:1200px) {
  .menu-item .sub-menu {
    transform: translateY(10px);
    transition: .3s !important;
  }

  .menu-item:hover .sub-menu {
    display: block;
    padding-inline: 16px;
    border-radius: 4px;
    border: none;
    padding-block: 16px;
    min-width: 250px;
    transform: translateY(0px);
  }

  .nav-wrapper ul li a {
    padding-block: 11px;
  }

  .nav-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .sub-menu li a{
    font-size: 16px;
  }
}

@media screen and (min-width:992px) and (max-width:1400px) {
  .feature-card {
    padding-block: clamp(24px, 4vw, 22px);
    padding-inline: clamp(12px, 4vw, 24px);
  }

  .btn-w-201 {
    padding-inline: 5px;
    padding-block: clamp(12px, 2vw, 13px);
  }

  .whychoose-icons svg {
    width: 41px;
    height: 41px;
  }

  .partners-pagination {
    position: absolute;
    bottom: -9% !important;
    width: 100%;
    text-align: center;
  }

  .our-skill-sec {
    background-position: center;
  }

  .banner-minimage {
    width: 145px;
  }

  .hero-right {
    position: absolute;
    right: 41px;
    top: 131px;
  }

  .partners-card img {
    max-width: 100px;
    object-fit: contain;
  }

  p {
    line-height: 27px;
  }

  .hero-left {
    padding-top: 0;
  }

  .process-card {
    width: 100%;
  }

  .process-card::before {
    display: none;
  }

  .testimonial-pagination {
    text-align: center;
    bottom: -38px !important;
    position: absolute;
  }

  .footer {
    background-image: url(./assets/images/footer-bg.png);
    background-size: cover;
    /* padding-bottom: 86px; */
    background-repeat: no-repeat;
    background-position: right -26px;
    padding-bottom: 38px;
    padding-top: 241px;
  }

  .footer {
    background: url(./assets/images/footer-bg.png) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 36px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-contact p {
    font-size: 16px;
  }

  .nav-wrapper .logo {
    width: 117px;
  }

  .card-tall-logistics {
    max-height: 470px;
    height: 100%;
  }

  .card-tall-logistics img {
    height: 100%;
  }

  .footer {
    background-size: cover;
  }

  .footer .row {
    row-gap: 30px;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-logo-wrap {
    margin-bottom: 20px;
  }

  .hero-sec {
    background-size: cover;
  }

  .stats-box.border-line::after {
    display: none;
  }

  .about-hero {
    background-size: cover;
  }

  .training-content {
    flex: 1;
  }

  .skill-courses-sec .gy-lg-5 {
    --bs-gutter-y: 3rem !important;
  }

  .nav-wrapper {
    padding-inline: 18px;
  }

  .nav-wrapper ul li a {
    margin-inline: 0px !important;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .card-tall-logistics {
    max-height: 605px;
  }
}

@media screen and (min-width:1201px) and (max-width:1600px) {
  .card-tall-logistics {
    max-height: 726px;
    height: 100%;
  }

  .nav-wrapper ul li a {
    margin-inline: 10px;
  }

  .footer {
    background-size: cover;
  }

  .hero-sec {
    background-size: cover;
  }

  .hero-right {
    right: 3vw;
  }
}

@media screen and (min-width: 1921px) {
  /* body {
    max-width: 100% !important;
  } */

  .our-skill-sec {
    background-position: center;
    background-size: cover;
  }

  .hero-sec {
    background-size: auto;
  }

  .footer {
    padding-top: 252px;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {
  .hero-left {
    padding-top: 0;
  }

  .btn-w-201 {
    font-size: 16px;
  }

  p {
    line-height: 24px;
  }

  .about-hero {
    background-size: cover;
  }

  .whychoose-icons svg {
    width: 50px;
    height: 50px;
  }

  .feature-card .card-description {
    max-width: 100%;
  }

  .hero-left .banner-title {
    margin-bottom: 13px;
  }

  .stats-box.border-line::after {
    display: none;
  }

  .partnersSwiper {
    padding-bottom: 40px;
  }

  .testimonial-pagination {
    position: absolute;
    bottom: -30px !important;
    text-align: center;
  }

  .partners-pagination {
    position: absolute;
    bottom: -6% !important;
    width: 100%;
    text-align: center;
  }

  .swiper {
    overflow: hidden;
    position: relative;
  }

  .achievement-card {
    padding-left: 0;
    padding-inline-end: 12px;
  }

  .process-card {
    width: 100%;
  }

  .process-row {
    gap: 0 !important;
  }

  .process-num svg,
  .achievement-icon svg {
    width: 50px;
    height: 50px;
  }

  .process-card::before {
    display: none;
  }

  .our-skill-sec {
    background-position: center;
  }

  .partners-card {
    object-fit: contain;
  }

  .partners-card img {
    max-width: 100px;
    height: 56px;
    object-fit: contain;
  }

  .min-logo img {
    width: 66px;
  }

  .ourkey-sec {
    background-position: right center;
    background-size: cover;
    padding-bottom: 145px;
  }

  .card-tall-logistics img {
    height: 100%;
  }

  .success-section {
    padding-top: 0;
  }

  .footer {
    background-color: #45682A;
    background-image: none;
    padding-top: 60px;
  }

  .footer-links a {
    font-size: 15px;
  }

  .footer-contact p {
    font-size: 15px;
  }

  .our-skill-btm-sec .icon-container svg {
    width: 50px;
    height: 50px;
  }

  .our-skill-btm-sec .feature-card {
    padding-block: clamp(20px, 2vw, 36px);
    padding-inline: clamp(12px, 1.5vw, 40px);
  }

  .hero-sec {
    background-size: cover;
  }

  .reachfortraining-logo {
    right: 11px;
    top: 43px;
    height: 82px;
    max-width: 179px;
    width: 100%;
  }

  .reachfortraining-logo img {
    width: 164px;
  }

  .orgne-outline-btn,
  .training-content .orange-btn {
    padding-inline: 10px;
    font-size: 16px;
    font-weight: 600;
  }

  .training-content .check-list {
    padding-left: 20px !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .training-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }

  .training-content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .training-btn-group {
    margin-top: auto;
    /* padding-top: 20px; */
  }

  .skill-courses-sec .gy-lg-5 {
    --bs-gutter-y: 3rem !important;
  }

  .custom-accordion .accordion-button img {
    width: 90px;
  }

  .custom-accordion .accordion-body-logo {
    width: 90px;
  }
}

@media screen and (max-width:1400px) {
  .contact-btn {
    width: 100%;
    text-align: center;
  }

  .logo img {
    /* max-width: 170px; */
    /* width: 100%; */
    width: 120px;
  }

  .contact-btn {
    width: 100%;
    text-align: center;
  }

  .nav-wrapper ul li a {
    margin-inline: 8px;
  }
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
    font-size: 32px;
    cursor: pointer;
    z-index: 1001;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background: #fff;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding: 80px 24px 30px;
    gap: 18px;

    transform: translateX(-100%);
    transition: transform 0.4s ease;

    z-index: 1000;
  }

  .nav-menu.active {
    transform: translateX(0);
  }
}

@media screen and (max-width:767px) {
  p {
    line-height: 24px;
  }

  .container {
    padding-inline: 16px !important;
  }

  .course-card {
    text-align: center;
  }

  .footer {
    background-color: #45682A;
    background-image: none;
    padding-top: 40px;
  }

  .testimonials {
    gap: clamp(10px, 2vw, 15px);
  }

  .partners-card img {
    max-width: 100px;
  }

  .whychoose-icons svg {
    width: 40px;
    height: 40px;
  }

  .project-card {
    position: absolute;
    width: 100%;
    margin: auto;
    padding-inline: 10px;
  }

  .project-across-sec {
    margin-top: 90px;
    /* height: 528px; */
    background-image: none;
    background-color: #46682f;
  }

  .project-card .logo-box {
    width: 85px;
    margin: auto;
  }

  .project-card .logo-box img {
    width: 100%;
  }

  .achievement-card {
    padding-left: 0;

  }

  .sec-heading-para {
    line-height: 24px;
  }

  .project-card .logo-item {
    height: 100%;
  }

  .process-section {
    padding-top: 125px;
  }

  .process-card {
    width: 100%;
    display: block;
    padding-inline: 10px;
  }

  .process-row {
    gap: 0 !important;
  }

  .process-card::before {
    display: none;
  }

  .process-num svg {
    width: 40px;
  }

  .achievement-icon svg {
    width: 50px;
  }

  .ourkey-sec {
    padding-bottom: 60px;
    background-image: none;
    background-color: #faf3e9;
  }

  .partnersSwiper {
    padding-bottom: 40px;
  }

  .testimonial-pagination {
    position: absolute;
    bottom: -30px !important;
    text-align: center;
  }

  .partners-pagination {
    position: absolute;
    bottom: -3% !important;
    width: 100%;
    text-align: center;
  }

  .swiper {
    overflow: hidden;
    position: relative;
  }

  .play-btn svg {
    width: 16px;
  }

  .play-btn {
    background-color: #ADADAD;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
  }

  .our-skill-btm-sec .icon-container svg {
    width: 50px;
  }

  .our-skill-btm-sec .feature-card .icon-container {
    margin-bottom: 14px;
  }

  /* checking banner  */
  .hero-sec {
    padding-top: 40px;
    gap: 40px;
  }

  .banner-title {
    font-size: clamp(32px, 8vw, 42px);
    line-height: 1.2;
  }

  .banner-para p {
    font-size: 16px;
    text-align: start;
  }

  .orange-btn {
    border-radius: 8px !important;
  }

  /* .common-btn {
        width: 100%;
        max-width: 280px;
    } */

  .hero-right .row {
    gap: 12px 0;
  }

  .hero-right .col-3 {
    width: 50%;
  }

  .banner-minimage {
    border-radius: 14px;
  }

  .logo-row {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 20px;
  }

  .min-logo img {
    max-width: 90px;
  }

  .hero-sec {
    background-image: none;
    background-color: #f8f1e6;
  }

  .min-logo {
    margin-right: 0px;
  }

  .hero-sec {
    height: auto;
    padding-bottom: 40px;
  }

  .footer-links a {
    font-size: 15px;
    font-weight: 300;
  }

  .footer-contact p {
    font-weight: 300;
    font-size: 15px;
  }

  .social-icons {
    margin-bottom: 20px;
  }


  .view-more-btn {
    margin-top: 0px;
  }

  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .hero-left {
    padding-top: 0;
  }

  .btn-w-201 {
    width: clamp(150px, 15vw, 201px);
    padding-block: clamp(9px, 1.5vw, 17px);
    font-size: 16px;
    border-radius: 8px;
  }

  .reachfortraining-logo {
    right: 3px;
    top: 43px;
    height: 81px;
    max-width: 158px;
    width: 100%;

  }

  .reachfortraining-logo img {
    width: 150px;
  }

  .training-card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }

  .training-features {
    flex-wrap: wrap;
    column-gap: 24px;
  }

  .common-heading {
    font-size: 32px;
  }

}

/* about- responsive css */
@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 20px;
  }

  .nav-link {
    margin: 6px 0;
  }

  .hero-box {
    text-align: center;
  }

  .hero-box p {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .beige-box {
    border-radius: 28px 28px 70px 0;
  }
}

@media (max-width: 767px) {
  .hero-gallery {
    margin-top: 25px;
  }

  .hero-gallery img {
    height: 120px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .founder-card img {
    height: 240px;
  }

  .nav-wrapper {
    padding-block: 10px;
    padding-inline: 12px;
  }

  .skill-courses-sec .gy-lg-5 {
    --bs-gutter-y: 3rem !important;
  }

  .footer .wp-block-column {
    margin-bottom: 20px !important;
  }

  .footer-heading {
    margin-bottom: 13px;
  }

  .success-card svg {
    width: 50px;
    height: 50px;
  }

  .custom-accordion p {
    font-size: 16px;
  }

  .accordion-btn-ctn {
    padding-right: 27px;
  }

  .custom-accordion .accordion-button img {
    width: 70px;
  }

  .custom-accordion .accordion-button::after {
    width: 16px;
    height: 16px;
  }

  .custom-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 12px;
  }

  .custom-accordion .accordion-item {
    padding: 12px;
  }

  .custom-accordion .accordion-body-logo {
    width: 70px;
  }

  .custom-accordion .accordion-button .gap-5 {
    gap: 2rem !important;
  }

  .sub-menu li {
    list-style: none;
  }

  .custom-form .btn-submit {
    min-height: 48px;
  }

  .menu-toggle {
    height: 28px;
    width: 28px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
  
.nav-wrapper ul li a{
  margin-inline: 0;
}
.sub-menu li{
 padding-block: 8px !important;
}
.nav-menu li a{
  font-size: 16px;
}
}

@media (max-width: 575px) {
  .container {
    padding-inline: 20px;
  }

  .hero-box,
  .founder-box {
    padding: 30px 20px 60px;
  }

  .hero-gallery {
    grid-template-columns: 1fr;
  }

  .hero-gallery img {
    height: 190px;
    transform: none !important;
  }
}


/* 404 page css */

.error-page {
  position: relative;
  overflow: hidden;
  padding-block: clamp(40px, 10vw, 90px);
}

.error-content {
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.error-content::after {
  top: 0;
  right: 22%;
}


.error-content h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin: 10px 0;
  color: #073f24;
}

.error-content p {
  color: #111;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin-bottom: 28px;
}

.home-btn {
  display: inline-block;
  background: #ec5a20;
  color: #fff;
  padding: 15px 38px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(236, 90, 32, 0.25);
}

.back-link {
  display: block;
  margin-top: 22px;
  color: #ec5a20;
  text-decoration: none;
  font-weight: 700;
}

.sign-board {
  position: absolute;
  right: 14%;
  top: 190px;
  width: 250px;
  padding: 20px;
  background: #eadfce;
  color: #b49d84;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
  transform: rotate(3deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.sign-board::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 210px;
  background: #c9b79f;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: -1;
}

.left-leaf {
  position: absolute;
  left: 10%;
  top: 170px;
  font-size: 120px;
  opacity: 0.15;
}

.back-link:hover {
  color: #073f24;
}

@media (max-width: 768px) {

  .sign-board,
  .left-leaf {
    display: none;
  }
}


/* 29-5-26 */
.search_banner {
  padding-block: 35px;
  background-color: var(--beigde-color);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.search-result-card {
  border: 1px solid #e9e0e0dd;
  padding: 16px;
  display: flex;
  gap: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.result-icon {
  width: 70px;
  height: 70px;
  background-color: #347d3847;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.result-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.result-main-ctn {
  max-width: clamp(400px, 50vw, 700px);
  width: 100%;
}

.view-page {
  cursor: pointer;
}

.view-page:hover svg {
  transform: translateX(6px);
  transition: transform 0.4s ease;
}

.view-page:hover {
  color: #DD5604;
}

.result-badge {
  color: var(--green-color);
  font-weight: 700;
  cursor: pointer;
}

#homeHeroFade .carousel-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out;
}

#homeHeroFade .carousel-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-control-prev-icon {
  background-image: url(./assets/images/left-angle-arrow-icon.svg) !important;
}

.carousel-control-next-icon {
  background-image: url(./assets/images/right-angle-arrow-icon.svg) !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
  height: 2rem;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
}

.carousel-control-prev {
  left: 61px !important;
}

.carousel-control-next {
  right: 58px !important;
}