body p,
span,
li,
a,
button,
label,
select {
  font-family: "satoshi", Verdana, sans-serif;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "satoshi", Verdana, sans-serif;
}

body {
  margin: 0;
  font-family: "satoshi", Verdana, sans-serif;
}
.tth-main-content {
  position: relative;
}
.tth-logo img {
  /* padding-top: 0.24rem;
  width: 210px;
  height: 85px; */
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  width: 100%;
  z-index: 11111;
  /* margin-top: -150px; */
  position: relative;
}

.logo a {
  text-decoration: none;
  color: #000;
} /* Main nav */
.main-nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}

.main-nav li {
  margin-right: 55px;
  position: relative;
}

.main-nav a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #19aa59;
}

/* Dropdown default hidden */
.dropdown-menu {
  position: absolute;
  top: 100%; /* niche open hoga */
  left: 0;
  background: #fff;
  min-width: 180px;
  width: 270px;
  padding: 10px 0;
  border-radius: 0;
  z-index: 1000;

  /* Animation base */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;

  /* hidden hone par clicks disable */
  pointer-events: none;
}
.dropdown i {
  margin-left: 6px;
}
.dropdown i:hover {
  color: #19aa59;
}
/* Dropdown list items */
.dropdown-menu li {
  margin: 0;
}
.dropdown-menu {
  display: block !important;
}

.dropdown-menu a {
  display: block;
  padding: 8px 15px;
  color: #505050;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
  color: #19aa59;
  width: 268px;
  min-width: 180px;
  padding-left: 20px; /* thoda slide hover effect */
}

/* Show dropdown on hover */
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
} */

.main-nav li {
  margin-right: 55px;
  position: relative;
}
.main-nav li {
  margin-right: 55px;
  position: relative;
}

/* .main-nav a {
  text-decoration: none;
  color: #505050;
  font-size: 18px;
}
.main-nav a:hover {
  color: #19aa59;
} */
.separator::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12.5px;
  height: 20px;
  width: 1px;
  border-right: 1px dashed #ccc;
  transform: translateY(-50%);
}

.cta-button a {
  text-decoration: none;
  color: #fff;
  background-color: #5cb85c;
  border: 2px solid #3c763d;
  padding: 12px 25px;
  border-radius: 50px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.cta-button .arrow {
  font-size: 20px;
  margin-left: 10px;
}

.header-main {
  align-items: center;
}

.header-btn {
  margin-top: 0px !important;
}

/* hero */
.slider-bg-main {
  background-image: url(../images/pattern-bg.png);
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -150px;
}
.main-heading {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: -0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.slider-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 1.5rem;
  /* background-color: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.slide h2,
.slide p {
  opacity: 0;
}
.slide-text h2 {
  font-size: 80px;
  font-weight: 400;
  color: #19aa59;
  margin-bottom: 35px;
}
.slide-text {
  color: #505050;
  font-size: 18px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-1 .animated-text {
  animation: fadeInUp 0.8s ease-out forwards;
}
.slide-1 .animated-text.delay-1 {
  animation-delay: 0.2s;
}
.slide-1 .animated-text.delay-2 {
  animation-delay: 0.4s;
}
.slide-text p{
  color: black !important;
  font-family: "satoshi", Verdana, sans-serif !important;
  font-feature-settings: "ss03"!important;
  font-size: 20px!important;
  font-weight: 400 !important;
  line-height: 32px !important;
  opacity: 0.7 !important;
  text-align: center !important;
}
.slide-text h2{
  letter-spacing: -1px !important;
  line-height: 96px !important;
  text-align: center !important;
  font-family: "satoshi", Verdana, sans-serif !important;
  font-feature-settings: "ss03"!important;
  font-size: 80px !important;
  font-weight: 400 !important;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-2 .animated-text {
  animation: slideInLeft 0.8s ease-out forwards;
}
.slide-2 .animated-text.delay-1 {
  animation-delay: 0.2s;
}
.slide-2 .animated-text.delay-2 {
  animation-delay: 0.4s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.slide-3 .animated-text {
  animation: zoomIn 0.8s ease-out forwards;
}
.slide-3 .animated-text.delay-1 {
  animation-delay: 0.2s;
}
.slide-3 .animated-text.delay-2 {
  animation-delay: 0.4s;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.icon-wrapper {
  cursor: pointer;
  margin: 0 10px;
  color: #19aa59; /* Default icon color */
  transition: color 0.3s ease;
  font-size: 24px;
}

.icon-wrapper.active {
  color: #000000; /* Active icon color */
}

.icon-wrapper:hover {
  color: #555;
}

/* ✅ Animated Button CSS */
.slider-master-btn {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.slide .slider-master-btn{
  padding-bottom: 37px;
}
.slider-master-btn .animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 2px;
  line-height: 20px;
  font-feature-settings: "ss03";
  padding: 5px 15px;
  border: 2px solid transparent;
  font-size: 14px !important;
  background-color: white;
  border-radius: 100px;
  font-weight: 500 !important;
  text-decoration-thickness: auto;
  color: #19aa59 !important; /* Green text */
  box-shadow: 0 0 0 2px #19aa59 !important; /* Green border */
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "satoshi", Verdana, sans-serif;
}
.slider-master-btn .animated-button svg {
  position: absolute;
  width: 24px;
  fill: #19aa59 !important;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-master-btn .animated-button .arr-1 {
  right: 5px;
}
.slider-master-btn .animated-button .arr-2 {
  left: -25%;
}
.slider-master-btn .animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #16a34a;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-master-btn .animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-master-btn .animated-button:hover {
  color: #fff !important;
  border-radius: 12px;
}
.slider-master-btn .animated-button:hover .arr-1 {
  right: -25%;
}
.slider-master-btn .animated-button:hover .arr-2 {
  left: 5px;
}
.slider-master-btn .animated-button:hover .text {
  transform: translateX(12px);
}
.slider-master-btn .animated-button:hover svg {
  fill: #fff !important;
}
.slider-master-btn .animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #22c55e;
}
.slider-master-btn .animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}
.login-btn:hover{
  background-color: #E4FFEC;
  color: #19AA59;
}
.login-btn:focus{
  border: none;
}
.login-btn{
  font-size: 14px !important;
  font-weight: 400 !important;
}

.demo-btn{
  border: 0.12rem solid lightgrey;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.demo-btn:hover{
  background-color: #E4FFEC;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.reg-btn{
  border: 0.12rem solid lightgrey;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.reg-btn:hover{
  background-color: #19AA59;
  color: white;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.form-reg-btn{
  margin-top: 20px;
}
.form-reg-btn{
  border: 0.12rem solid lightgrey;
  color: black !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.form-reg-btn:hover{
  background-color: #19AA59;
  color: white !important;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.snd-btn{
  padding: 10px 15px;
  border: 0.12rem solid lightgrey;
  color: white !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.snd-btn:hover{
  background-color: #19AA59;
  color: white;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.snd-btn:active{
  border: none;
}
.abt-btn{
  padding: 10px 15px;
  margin-top:25px;
  color: white;
  border: none;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  background-color: #19AA59;
}
.abt-btn:hover{
  background-color: #11cf64;
  color: white !important;
  box-shadow: 0 0 10px #19AA59;
}
.snd-btn-2{
  border: 0.12rem solid lightgrey;
  color: balck !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.snd-btn-2:hover{
  background-color: #19AA59;
  color: white;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.st-btn{
  padding: 10px 15px;
  border: 0.12rem solid white;
  font-size: 16px !important;
  color: white !important;
  font-weight: 500 !important;
}
.st-btn:hover{
  background-color: #19AA59;
  color: white !important;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.reg-form-btn{
  padding:10px 15px;
  border: 0.12rem solid whitesmoke;
  color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.reg-form-btn:hover{
  background-color: white;
  color: black !important;
  font-weight: 400 !important;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.cont-btn{
  padding: 10px 15px;
  border: 0.12rem solid lightgrey;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.cont-btn:active{
  border:none;
}
.cont-btn:hover{
  background-color: #19AA59;
  color: white;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
.nav-buttons {
  margin-top:30px ;
  position: absolute;
  /* bottom: 2rem; */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
}
.nav-buttons .dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.nav-buttons .dot.active svg {
  fill: #16a34a;
  transform: scale(1.2);
}
.nav-buttons .dot:hover {
  transform: scale(1.1);
}
.nav-buttons .dot svg {
  fill: #d1d5db;
  transition: fill 0.3s ease, transform 0.3s ease;
}

/* join tarining */
.tth-heading h1 {
  font-family: "satoshi", Verdana, sans-serif;
  line-height: 78.4px;
  font-weight: 400;
  font-size: 56px;
  text-align: center;
  color: black;
}

.why-joining-cards {
  margin-top: 60px;
}

.why-joining-cards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 28px;
  border-radius: 50px 50px 0px 50px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(192, 192, 192, 0.2);
  transition: 1s all;
  overflow: hidden;
  border: 2px solid #19aa59;
  cursor: pointer;
}
.why-joining-cards .card::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -30%;
  width: 120px;
  height: 120px;
  background: #19aa59;
  filter: blur(70px);
  border-radius: 50%;
  transition: width 1s, height 1s;
}
.why-joining-cards .card::before {
  content: "";
  position: absolute;
  bottom: -160%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #19aa59;
  filter: blur(70px);
  border-radius: 50%;
  transition: width 1s, height 1s;
}
.why-joining-cards .card:hover::before {
  bottom: -230%;
  width: 1000px;
  height: 1000px;
  filter: blur(1px);
}
.why-joining-cards .containers {
  position: relative;
}
.why-joining-cards .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 56px;
    height: 56px; */
  border-radius: 6px;
  /* background: #e5f6eb; */
}
.why-joining-cards .icon i {
  font-size: 30px;
  color: #19aa59;
}
.why-joining-cards .card:hover .icon i {
  color: #ffffff;
  transition: 1s all;
}
.why-joining-cards .card:hover .subtitle p {
  color: #ffffff;
  transition: 1s all;
  font-weight: 500;
}
.why-joining-cards .card:hover .icon svg,
.card:hover .linkMore svg {
  filter: brightness(0) invert(1);
  transition: 1s all;
}
.why-joining-cards .title h3 {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 40px;
  opacity: 1;
  font-feature-settings: "ss03";
  transition: 1s all;
  margin: 1rem 0;
  text-align: center;
}
.why-joining-cards .subtitle p {
  color: #505050;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 1s all;
  text-align: center;
}
.why-joining-cards .linkMore {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  color: #072713;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: 1s all;
  margin-top: 1rem;
  font-family: "satoshi", Verdana, sans-serif;
}
.why-joining-cards .card:hover .title,
.card:hover .subtitle,
.card:hover .linkMore {
  color: #fff;
  transition: 1s all;
}
.why-joining-cards .card:hover .title h3{
  font-weight: 500;
}
.why-join-bcard {
  justify-content: center;
  margin-top: 40px;
}

.why-joining-tth {
  padding: 80px 0px;
  padding-top: 40px !important;
}

/* Registartion form */

.registration-tth {
  background-color: #19aa59;
}
.student-registration-heading h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  color: white;
}
.student-registration-heading p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 28.8px;
  font-weight: 400;
}
.start-learning {
  font-family: "satoshi", Verdana, sans-serif;
  font-size: 18px;
  color: white !important;
  font-style: italic;
}
.registration-top {
  padding: 90px 0px;
}

.registar-fill input {
  padding: 12px 10px;
}
/* .registar-fill input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
} */

.registar-fill input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.registar-fill select {
  padding: 12px 10px;
}
.registar-fill select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.registar-fill label {
  color: #000000;

  font-size: 18px;
}
.register-btn .animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #ffffff;
  border-radius: 12px;
  border: 2px solid white;
}

.register-btn button {
  background-color: transparent;
  border: 1px solid white;
  padding: 12px 40px;

  font-size: 18px;
  border-radius: 10px;
}
.register-btn button:hover {
  background-color: #ffffff;
  color: #19aa59;
  border-color: white;
}
.register-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
/* .student-registration {
  align-items: center;
} */

/* explore section */
.explore-courses-tth {
  padding: 120px 0px;
}

.card-bg-img {
  background-image: url(../images/cousre-card.png);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 100px 0px;
}

.reactangle-card {
  height: 130px;
  background-color: white;
}
.card-icon i {
  font-size: 50px;
  color: white;
  text-decoration: none;
}

.card-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.reactangle-card h4 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.reactangle-card p {
  font-size: 18px;
  text-align: center;
  color: #505050;
}
.reactangle-card {
  padding: 20px;
}

.explore-card {
  margin-top: 60px;
}

/* banner section */

.banner-section-tth {
  background: url(../images/pattern-bg.png), url(../images/Rectangle.png);
  background-size: cover, 100%;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  width: 100%;
  height: 650px;
}
.tth-heading-master h1 {
  color: white;
}

.tth-heading-master p {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}
.banner-section-main {
  padding: 120px 0px;
}
.master-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.master-btn .animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px 27px;
  border: 2px solid;
  border-color: transparent;
  font-size: 18px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 300;
  color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "satoshi", Verdana, sans-serif;
}

.master-btn .animated-button svg {
  position: absolute;
  width: 24px;
  fill: rgb(255, 255, 255);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.master-btn .animated-button .arr-1 {
  right: 16px;
}

.master-btn .animated-button .arr-2 {
  left: -25%;
}

.master-btn .animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #19aa59;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.master-btn .animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.master-btn .animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #ffffff;
  border-radius: 12px;
}

.master-btn .animated-button:hover .arr-1 {
  right: -25%;
}

.master-btn .animated-button:hover .arr-2 {
  left: 16px;
}

.master-btn .animated-button:hover .text {
  transform: translateX(12px);
}

.master-btn .animated-button:hover svg {
  fill: white;
}

.master-btn .animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px rgb(255, 255, 255);
}

.master-btn .animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* learn say */

.learn-say-tth {
  padding: 120px 0px;
}

.learn-say-text p {
  font-size: 18px;
  color: #505050;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}
.review-card h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #19aa59;
}
.review-star i {
  color: #19aa59;
  margin-right: 8px;
  font-size: 14px;
  margin-bottom: 12px;
}
.item-card-review {
  display: flex;
  justify-content: center;
}
.review-card {
  text-align: center;
}
.review-text p {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-weight:500;
  text-align: center;
  font-style: italic;
}
.learns-say-review {
  margin-top: 70px;
}
.learns-say-review .owl-dots {
  display: none;
}

/* keep in learn */
.keep-touch-form {
  background-image: url(../images/Group.png);
  height: 700px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.keep-touch-text h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.keep-touch-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}

.keep-touch-address ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
.keep-touch-address li i {
  margin-right: 15px;
  font-size: 24px;
}
.keep-touch-address li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.keep-touch-address p {
  margin-bottom: 0px;
}

.touch-new-form {
  align-items: center;
  padding: 97px 0px;
}
.keep-touch-input input {
  border: 2px solid #19aa59;
}
.keep-touch-input label {
  color: white;
}
.keep-touch-input textarea {
  border: 2px solid #19aa59;
}
.keep-touch-input textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #19aa59;
}
.keep-touch-form .keep-touch-input input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #19aa59;
}

/* three cards */

.card-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 600px;
  overflow: hidden;
}

.custom-card {
  flex: 1;
  color: #fff;

  padding: 40px 20px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
}

.custom-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.custom-card p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

/* Colors + diagonal shapes */
.web-dev {
  padding-right: 75px;
  text-align: center;
  padding-left: 30px;
  background: #0077ff;
  /* clip-path: polygon(0 0, 90% 0, 68% 100%, 0 100%); */
}
.digital-marketing {
  background: #ff9800;
  clip-path: polygon(22% 0, 100% 0, 80% 100%, 0 100%);
  margin-left: -200px;
  margin-right: -200px;
  text-align: center;
}
.graphic-design {
  background: #8a38f5;
  /* clip-path: polygon(20% 0, 90% 0, 90% 100%, 0 100%); */
  margin-left: 54px;
  text-align: center;
}

/* Buttons */
.custom-card .btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 20px;
}

/* .web-card {
  width: 33.33333333%;
} */

.web-img-logo img {
  width: 150px;
  height: 145px;
  object-fit: cover;
  margin-bottom: 20px;
}
.digital-img-logo {
  margin-top: 90px;
}
.web-development {
  /* justify-content: flex-start !important; */
}

.three-card-desgin {
  padding: 120px 0px;
}

/* footer */
.tth-footer {
  background-color: #000000;
  /* height: 600; */
}
.footer-section {
  padding: 100px 0px 20px 0px;
}

.footer-section h5 {
  color: #19aa59;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.footer-section ul {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.footer-section ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.footer-section ul li a:hover {
  color: #19aa59;
}
.footer-social a {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  color: #fff;
}
.footer-social a:hover {
  color: #19aa59;
}
.footer-bottom {
  border-top: 2px solid #19aa59;
  margin-top: 25px;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.contactus-footer i {
  margin-right: 15px !important;
  font-size: 16px !important;
}
.mobile-header {
  display: none !important;
}
.mobile-nav {
  display: none;
}
.menu-toggle {
  display: inline-block;
  float: right;
  margin-top: 7px;
}

.bread-crum-tth {
  background-color: #19aa59;
  padding: 120px 0px;
}
.bread-crum-text h1 {
  color: white;
}

.list-item-crum ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 15px;
  color: white;
  margin-bottom: 0px;
  justify-content: center;
  margin-top: 30px;
}

.list-item-crum li {
  font-size: 18px;
}
.list-item-crum li a {
  text-decoration: none;
  color: white;
}

.about-us-tth {
  padding: 120px 0px 0px 0px;
}

.about-us-text h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 30px;
}
.about-us-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #505050;
}

.about-us-tth .about-us-btn {
  display: block !important;
}
.about-us-img img {
  width: 460px;
  height: 460px;
  object-fit: cover;
  border-radius: 50%;
}
.about-img-section {
  position: relative;
}

.about-us-img img {
  border: 8px solid white;
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 85px;
}
.about-us-img-1 img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  border: 8px solid black;
}

.about-traininghub {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}

.contact-us-keep h2 {
  color: #19aa59 !important;
}

.contact-us-keep p {
  color: #505050 !important;
}

.keep-touch-contact i {
  color: #19aa59 !important;
}

.keep-touch-contact p {
  color: #505050 !important;
}
.contact-us-form label {
  color: black;
}

.faqs-main-section {
  padding: 120px 0px 0px 0px;
}

.faqs-main-section .accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #19aa59 !important;
  box-shadow: none !important;
}

.faqs-main-section .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}
.faqs-main-section button {
  padding: 25px;
  border: 1px solid #19aa59;
  border-radius: 0px !important;
}

.faqs-main-section .accordion-item {
  margin-bottom: 30px;
}
.accordion-button::after {
  color: white !important;
}
.faqs-heading h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
}
.course_anchor{
  text-decoration: none !important;
  color: #19aa59;
}
.course_anchor:hover{
  text-decoration: none !important;
  color: #19aa59;
}
.course_anchor:hover .card-icon{
  text-decoration: none !important;
  color: white;
}
.card-bg-img{
  border: 2px solid transparent;
}
.explore-card-1:hover .card-bg-img{
  border: 2px solid #19aa59;
}
.form-control:focus {

  border: none;

}
.form .form-select:focus {
  border: none;
  box-shadow: none  !important;
  border:none;
  border-radius: 0px !important;
  border-bottom: 1px solid #19AA59 !important;
}
.form .form-select {  
  border:none;
  padding-left: 5px;
  border-radius: 0px !important;
  border-bottom: 1px solid #19AA59 !important;
  font-size: 16px;
}
.form-control {
  border: none;
  box-shadow: none  !important;
  border-bottom: 1px solid #19AA59 !important;
  border-radius: 0px !important;
  padding: 0px;
  font-size: 16px;
}
.main-layout {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.tabs-section {
  flex: 1 1 65%;
}
.nav-tabs {
  display: flex;
  justify-content: flex-start;
}
.nav-item {
  list-style: none;
}
.nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.nav-link:hover {
  background-color: #f8f9fa;
  color: #19AA59;
}
.nav-link.active {
  border: none !important;
  border-radius: 0px !important;
  border-bottom:2px solid #19AA59 !important;
}
.nav-link span {
  margin-right: 0.5rem;
}
.card-section {
  flex: 1 1 30%;
}
.card-body strong{
  font-size: 15px;
  white-space: nowrap;
}
.card-body p{
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.card-section svg {
    display: inline-block; /* Keeps the icon inline with text */
    vertical-align: middle;
    margin-bottom: 5px; /* Adds space between the icon and text */
}
.price-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 24px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}

.discount {
  background-color: #19aa59;
  color: white;
  font-size: 15px;
  padding: 2px 8px;
  border-radius: 4px;
}

.enroll-btn{
  background-color: #19AA59;
}
.enroll-btn:hover{
  background-color: #128c4a;
}
.accordion-button {
  text-align: left;
  font-weight: bold;
}
.accordion-collapse{
  padding:0px 0px 0px 0px !important;
}
.duration {
  font-size:15px;
  color: #6c757d;
}

.preview {
  font-size: 12px;
  background-color: #19AA59;
  color: white;
  font-weight: bold;
}

.faqs-main-section  .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-collapse {
  padding: 10px;
}
.accordion-button {
  text-align: left;
  font-weight: bold;
  background-color: white;
  color: black;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: white !important;
  color: black;
  box-shadow: none;
  border: none;
}
.faqs-main-section .accordion-body {
  padding: 0px;
  display: flex;
  flex-direction: column;

}
.single-course .accordion-body{
  padding: 0px 0px 0px 0px !important;
}
.course-about{
}
.form-container {
    margin-top: 50px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.section-title {
    color: #19AA59;
    font-weight: bold;
}

.form-heading {
    font-size: 44px;
    font-weight: bold;
    color: #19AA59;
    margin-bottom: 20px;
}

.form-control, .form-select {
    margin-bottom: 15px;
}

.btn-submit {
  border: none;
  background-color: #19AA59;
    width: 200px;
    margin-top: 20px;
}
.btn-submit:hover {
    background-color: #128c4a;
}
.table{
  overflow-x: auto;
}
.header-list-item{
  gap: 5px;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.header-list-item li {
    margin-right: 35px; 
    padding: 0;
}
.batch-deadline{
  font-weight: 500;
}
.deadline{
  color: red;
  font-weight: 400;
}
/* .contact-section {
    display: flex;
    padding: 100px 0px;
    box-shadow: 0px 0px 14px 0px rgba(192, 192, 192, 0.2);
}
.contact-info {
    background-color: #19AA59;
    color: white;
    padding: 20px;
    width: 30%;
    height: 110%;
}
.contact-info h3 {
    margin-bottom: 20px;
}
.contact-info .info-item {
    flex-grow: 1;
}
.contact-info .info-item i {
  padding-bottom: 20px;
}
.contact-form {
    width: 50%;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.contact-form button {
    background-color: #19AA59;
    color: white;
    border: none;
    padding: 10px 20px;
}
.rounded {
    padding: 10px 15px !important;
    border-radius: 50px !important;
    box-shadow: 0 0 10px #72cd9a !important;
    display: inline-block !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 25px;
} */
.contact-wrapper {
  box-shadow: 0px 0px 20px 0px rgba(192, 192, 192, 0.2);
}

.contact-info-box {
  background-color: #19AA59;
  color: white;
}

.contact-info-wrap {
  background-color: #19AA59;
}

.contact-info-wrap a {
  text-decoration: none;
  color: white;
}
.contact-info-wrap .icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-form-contact {
  background-color: #19AA59;
  color: white;
  border: none;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
}
.btn-form-contact:hover {
  background-color: #128c4a;
  color: white;
}
.contact-form-wrap .label {
  font-weight: bold;
  margin-bottom: 20px;
}
.dbox {
  margin-bottom: 10px;
  align-items: center;
}
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.custom-accordion .accordion-button {
  background: #19AA59;
  color: white;
  font-weight: 500;
  padding: 15px 20px;
   position: relative;
  padding-left: 35px;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}
.accordion-button {
  color: #333;
  background-color: #7ac943;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button.collapsed {
  background-color: #ffffff;  
  color: #333333;
  border: 1px solid whitesmoke;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #19AA59 !important;
  color: white;
}

.custom-accordion .accordion-body {
  background-color: #fff;
  color: #666;
  font-size: 16px;
  padding: 25px;
}

.custom-accordion .accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(90deg); 
  color: black;
}
.nav-link.active span{
  color: #19AA59;
}
.card-section svg{
  color: #19AA59;
}
.cls-1{
  fill: #19AA59 !important;
}
.member-cards .profile-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 30px;
}

.member-cards .top-section {
  position: relative;
  z-index: 1;
}

.member-cards .top-section img {
  width: 100%;
  display: block;
}

.member-cards .wave-divider {
  position: absolute;
  top: 235px; 
  left: 0;
  width: 100%;
  height: 60px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200" preserveAspectRatio="none"><path d="M0,100 C150,150 350,50 500,100 C650,150 850,50 1000,100 C1150,150 1200,50 1200,100 L1200,200 L0,200 Z" fill="%2319aa59"/></svg>') no-repeat;
  background-size: cover;
  z-index: 2;
}

.member-cards .bottom-section {
  background-color: #19aa59;
  color: white;
  position: relative;
  padding: 30px 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 1;
}

.member-cards .profile-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.member-cards .profile-role {
  font-size: 0.95rem;
  color: #dcdcdc;
}
.fa-check{
  color: #19AA59 !important;
}
.stories-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-content: center;
    height: 100%;
}

.reviews-section{
  padding-top:110px;
}
.reviews-col {
    position: relative;
    padding-top: 30px;
}
.story-text{
  font-style: italic;
  font-weight: 500;
  font-size: 25px;
}
.story-head{
  color: #19AA59 !important;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 0px !important;
}
.customer-reviews {
    position: relative;
    top: -80px;

    border-radius: 8px;
}

.reviews-section .review-card {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

.reviews-section .review-card img {
    border-radius: 10%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.reviews-section .review-card p {
    margin: 0;
}

.reviews-col .review-card p strong {
    font-size: 1.1rem;
}
.quotes{
  color: #19AA59 !important;
  font-size: 50px;
}
.login-section{
  display: block;
}
.login-section .login-container {
  display: flex;
}

.login-section .form-section {
  flex: 1;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-section .info-section {
  flex: 1;
  background: radial-gradient(circle at top left, #19aa59, rgb(53, 180, 74));
  color: white;
  padding:38px 80px;
  display: flex;
  flex-direction: column
}

.login-section .form-control {
  height: 50px;
}
.login-section .btn-outline {
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 50px;
  background-color: white;
  color: #333;
}

.login-section .form-section a {
  color: #19aa59;
  text-decoration: none;
}

.login-section .testimonial {
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 300;
}

.login-section .company-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.login-section .company-logos img {
  height:60px;
  opacity: 0.8;
}

.login-section .or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.login-section .or-divider::before,
.login-section .or-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.login-section .or-divider span {
  margin: 0 10px;
  color: #888;
}
.login-section .btn-login{
  background-color: #19AA59;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  height: 50px;
}
.fill-form-all label{
  color: white;
}
.fill-form-all select{
  border-radius: 0px;
}
.explore-card-1{
  border: 1px solid transparent !important;
}
.explore-courses-tth .category-button {
  padding: 10px 20px;
  font-weight: 600;
  text-transform: capitalize;
  gap: 20px;
}
.explore-courses-tth .category-button:hover{
  border-bottom: 2px solid #19aa59;
}
.explore-courses-tth .category-button:active{
  background-color: white;
}
.explore-courses-tth .category-button:hover {
  background-color: #f0f0f0;
  border-radius: 0%;
}
.explore-courses-tth .nav-pills .nav-link.active{
  background-color: white;
  color: black;
}
.explore-courses-tth .nav-link{
  border: none;
}
.explore-courses-tth .tab-content {
  
}
.explore-courses-tth .tab-pane {
  display: none;
}
.explore-courses-tth .tab-pane.active {
  display: block;
}
@media (max-width: 768px) {
  .login-section{
    padding: 10px;
  }
  .login-section .login-container {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .login-section .info-section {
    padding: 40px 20px;
  }

  .login-section .form-section {
    padding: 40px 20px;
  }

  .login-section .company-logos {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contact-info-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .main-nav li {
    margin-right: 50px;
  }
  .slider-master-btn .animated-button {
    font-size: 15px;
  }
  .nav-buttons {
    left: 50%;
  }
  .reactangle-card {
    height: 150px;
  }
  .custom-card p {
    font-size: 15px;
  }
  .wave-divider{
    top: 235px !important;
  }
}
@media (max-width:1400px){
  .wave-divider{
    top: 195px !important;
  }
}
@media (max-width:1201){
  .wave-divider{
    top: 175px !important;
  }
}
@media (max-width: 1199px) {
  .wave-divider{
    top: 145px !important;
  }
  .main-nav li {
    margin-right: 30px;
    position: relative;
  }
  .main-nav a {
    font-size: 16px;
  }
  .header-btn {
    display: none;
  }
  .slide-text h2 {
    font-feature-settings:"ss03";
    line-height: 76.8px !important;
    font-size: 64px !important;
    font-weight: 400 !important;
  }
  .slide-text p br {
    display: none;
  }
  .nav-buttons {
    left: 50%;
    gap: 20px;
    margin-top: -30px;
  }
  .slide {
    top: 20px;
  }
  .slider-bg-main {
    height: 680px;
  }
  .why-joining-tth {
    padding: 90px 0px;
  }
  .tth-heading h1 {
    font-size: 56px;
    font-weight: 400;
    font-feature-settings: "ss03";
    line-height: 78.4px;
    align-items: center;
  }
  .subtitle br{
    display: block !important;
  }
  .why-joining-cards .card {
    margin:0px -5px;
    padding: 40px 15px;
    margin-bottom: 30px;
    height: 280px;
  }
  .why-joining-cards .title h3 {
    font-size: 30px;
  }
  .why-join-bcard {
    margin-top: 10px;
  }
  .student-registration-heading p {
  }
  .explore-courses-tth {
    padding: 90px 0px;
  }
  .reactangle-card {
    padding: 10px;
  }
  .reactangle-card p {

  }
  .reactangle-card {
    height: 135px;
  }
  .banner-section-main {
    padding: 90px 0px;
  }
  .tth-heading-master p {
  }
  .banner-section-tth {
    height: 530px;
  }
  .why-joining-cards .subtitle p {
  }
  .learn-say-text p {
  }
  .learn-say-tth {
    padding: 90px 0px;
  }
  .keep-touch-form {
    height: 665px;
  }
  .touch-new-form {
    padding: 80px 0px;
  }
  .three-card-desgin {
    padding: 90px 0px;
  }
  .web-img-logo img {
    width: 130px;
    height: 125px;
  }
  .custom-card p {
    font-size: 13px;
    line-height: 22px;
  }
  .custom-card {
    flex: 1;
    color: #fff;
    padding: 40px 10px;
  }
  .mid-card-text {
    margin-left: -25px;
  }
  .footer-section {
    padding: 90px 0px 20px 0px;
  }
  .footer-section p {
    font-size: 16px;
    line-height: 22px;
    color: white;
  }
  .footer-section ul li {
    margin-bottom: 10px;
  }
  .main-nav ul {
    justify-content: end;
  }
  .about-us-text h3 br {
    display: none;
  }
  .footer-menu-small{
    padding: 0px 0px 0px 70px !important;
  }
  .st-btn{
  padding: 10px 15px;
  border: 0.12rem solid #19AA59;
  font-size: 16px !important;
  color: #19AA59 !important;
  font-weight: 500 !important;
}
.st-btn:hover{
  background-color: #19AA59;
  color: white !important;
  border: 1px solid #19AA59;
  box-shadow: 0 0 10px #19AA59;
}
}

@media (max-width: 992px) {
  .faqs-heading h2 {
    font-size: 30px;

}
.wave-divider{
  top: 180px !important;
}
  .faqs-main-section {
    padding: 90px 0px 0px 0px;
  }
  .about-us-tth {
    padding: 90px 0px 0px 0px;
  }

  .about-img-section {
    margin-top: 70px;
  }
  .slider-bg-main {
    margin-top: 20px;
  }
  .navbar-brand img {
    width: 230px;
    margin-left: -20px;
  }
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* full width */
    background: #19aa59;
    padding: 10px 15px;
    z-index: 1000; /* upar rahe */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-nav {
    position: fixed;
    top: 0; /* header ke sath align ho */
    left: -270px;
    width: 270px;
    height: 100%;
    background: #19aa59;
    transition: 0.3s;
    padding-top: 60px; /* taake header ke niche space ho */
    z-index: 999;
  }
  .header-mbl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-section p {
    width: 290px;
  }
  .mid-card-text {
    margin-left: 0px;
  }
  .mobile-nav {
    display: block !important;
  }
  .mobile-header {
    display: block !important;
  }

  .main-header {
    display: none;
  }
  .mobile-header {
    background: #19aa59;
    padding: 0px 15px;
  }
  .navbar-brand {
    font-weight: 700;
    color: #fff !important;
    font-size: 24px;
    z-index: 111111;
    position: relative;
  }

  /* Hamburger bars */
  .menu-toggle {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    border: none;
    background: transparent;
  }
  .menu-toggle span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: 0.3s;
    border-radius: 2px;
  }
  .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .menu-toggle span:nth-child(2) {
    top: 9px;
  }
  .menu-toggle span:nth-child(3) {
    bottom: 0;
  }

  /* Change to X when active */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  /* Sidebar */
  .mobile-nav {
    position: fixed;
    top: 0;
    left: -270px;
    width: 270px;
    height: 100%;
    background: #19aa59;
    transition: 0.3s;
    padding-top: 55px;
    z-index: 999;
  }
  .mobile-nav.active {
    left: 0;
  }
  .mobile-nav ul {
    list-style: none;
    padding: 0;
  }
  .mobile-nav ul li {
    margin: 5px 0;
  }
  .mobile-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    transition: 0.3s;
  }
  .mobile-nav ul li a:hover {
    background: #145c36;
  }

  .slide-text h2 {
    font-size: 64px !important;
    line-height: 76.8px;
    font-weight: 400 !important;
  }
  .slide-text h2 br {
    display: none;
  }
  .slide-text {
    font-size: 16px;
  }
  .slide-text p br {
    display: none;
  }
  .slide {
    position: absolute;
    top: 30px;
    padding: 1rem;
  }

  .slider-bg-main {
    height: 650px;
  }
  .slider-container {
    height: 530px;
  }

  .nav-buttons {
    left: 50%;
    margin-top: 0px;
    gap: 15px;
  }

  .why-joining-tth {
    padding: 75px 0px;
  }
  .tth-heading h1 {
  }
  .why-joining-cards {
    margin-top: 40px;
  }
  .center-card {
    display: block;
    margin: auto;
  }
  .why-joining-cards .card {
    margin:0px 0px; 
    padding: 40px 15px;
    margin-bottom: 30px;
    height: 260px;
  }
  .why-joining-cards .title h3 {
    font-size: 28px;
    font-weight: 400;
  }
  .why-joining-cards .subtitle p {

  }
  .why-join-bcard {
    margin-top: 0px;
  }

  .why-join-bcard {
    padding-right: 0px;
  }

  .registration-top {
    padding: 75px 0px;
  }
  .student-registration-heading h2 {
    text-align: center;
  }
  .student-registration-heading p {
    text-align: center;
  }
  .student-registration-heading p br {
    display: none;
  }
  .student-registration {
    margin: 0;
  }
  .fill-form-all {
    margin-top: 30px;
  }
  .registar-fill label {
    font-size: 16px;
  }

  .explore-courses-tth {
    padding: 75px 0px;
  }
  .reactangle-card {
    height: 180px;
  }
  .last-card {
    display: block;
    margin: auto;
  }
  .explore-card {
    margin-top: 40px;
  }
  .card-icon i {
    font-size: 40px;
  }
  .reactangle-card h4 {
  }
  .reactangle-card p {
    
  }
  
  .card-bg-img {
    height: 400px;
  }
  .explore-card-1 {
    margin-bottom: 30px;
  }
  .reactangle-card {
    padding: 20px;
  }
  .tth-heading-master p {
    margin-top: 30px;
  }
  .banner-section-main {
    padding: 75px 12px 0px 12px;
  }
  .tth-heading-master p {
  }
  .tth-heading-master p br {
    display: none;
  }
  .banner-section-tth {
    height: 480px;
  }
  .master-btn {
    margin-top: 30px;
  }

  .learn-say-tth {
    padding: 75px 0px;
  }
  .learn-say-text p {
  }
  .learn-say-text p br {
    display: none;
  }
  .review-card h2 {
    font-size: 26px;
  }
  .review-text p {
    font-size: 16px;
  }

  .touch-new-form {
    padding: 75px 0px;
  }
  .keep-touch-text h2 {
    font-size: 26px;
  }
  .keep-touch-text p {
    font-size: 16px;
  }
  /* .keep-touch-text p br {
    display: none;
  } */
  .keep-touch-form {
    height: auto;
  }

  .three-card-desgin {
    padding: 75px 0px;
  }
  .web-img-logo img {
    width: 130px;
    height: 125px;
  }
  .card-section {
    min-width: fit-content;
    display: block;
    min-height: 600px;
  }
  .custom-card {
    padding: 30px 20px;
  }
  .custom-card p {
    font-size: 16px;
  }
  .custom-card p br {
    display: none;
  }
  .review-card p br {
    display: none;
  }
  .web-dev {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin-bottom: 30px;
  }
  .digital-img-logo {
    margin-top: 0px;
  }
  .digital-marketing {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: center !important;
  }
  .digital-marketing .register-btn {
    display: block;
    text-align: -webkit-center;
  }

  .graphic-design {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: 0px;
    text-align: center;
  }
  .graphic-design .register-btn {
    display: block;
    text-align: -webkit-center;
  }

  .footer-section {
    padding: 75px 0px 20px 0px;
  }
  .footer-section p {
    font-size: 16px;
  }
  .footer-section .row {
    margin: 0;
  }
  .footer-section ul li a {
    font-size: 16px;
  }
  .footer-bottom {
    font-size: 16px;
    color: #ffffff;
  }
  .about-us-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-traininghub {
    padding-top: 500px !important;
  }
  .about-us-img-1 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    border: 8px solid black;
  }
  .about-us-img img {
    width: 400px;
    height: 400px;
  }
  .about-us-img img {
    border: 8px solid white;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 16px;
  }
  .login-section{
    padding-top: 82px !important;
  }
}

@media (max-width: 768px) {
  .faqs-heading h2 {
    font-size: 28px;

}
  .faqs-main-section {
    padding: 75px 0px 0px 0px;
  }
  .wave-divider{
    top: 470px !important;
  }
  .about-traininghub {
    padding-top: 500px !important;
  }
  .about-us-img-1 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    border: 8px solid black;
  }
  .about-us-img img {
    width: 400px;
    height: 400px;
  }
  .about-us-img img {
    border: 8px solid white;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 16px;
  }
  .about-us-tth {
    padding: 75px 0px 0px 0px;
  }

  .about-us-text h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .about-us-text h3 br {
    display: none;
  }
  .about-img-section {
    margin-top: 70px;
  }
  .bread-crum-tth {
    padding: 90px 0px;
  }
  .slider-bg-main {
    margin-top: 0px;
  }
  .navbar-brand img {
    width: 230px;
    margin-left: -20px;
  }
  .slide-text h2 {
    font-size: 64px !important;
    font-weight: 400 !important;
    line-height: 45px;
  }

  .slide {
    position: absolute;
    top: 0px;
    padding: 1rem;
  }

  .slider-bg-main {
    height: 650px;
  }
  .slider-container {
    height: 650px;
  }

  .nav-buttons {
    margin-top: 0px;
    gap: 5px;
  }

  .tth-heading h1 {
    font-size: 56px;
    font-weight: 400;
    font-feature-settings:"ss03";
    line-height: 78.4px;
    text-align: center;
  }
  .why-joining-cards {
    margin-top: 40px;
  }
  .why-joining-cards .title h3 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
    }
      .why-joining-cards .subtitle p {
        font-size: 18px;
        font-weight: 400;
    }
  .review-card h2 {
    font-size: 26px;
  }

  .keep-touch-text h2 {
    font-size: 26px;
  }

  .web-img-logo img {
    width: 100px;
    height: 95px;
  }
  .footer-menu-small{
    padding: 0px 12px 0px 12px !important;
  }
}
@media (max-width:575){
  .wave-divider{

  }
}
@media screen and (min-width: 576px) and (max-width:578px){
  .wave-divider{
    top: 477px !important;
  }
}
@media (max-width: 578px) {
  .wave-divider{
    display: none !important;
  }
  .faqs-heading h2 {
    font-size: 26px;
  }
  .faqs-main-section {
    padding: 50px 0px 0px 0px;
  }
  .about-traininghub {
    padding-top: 370px !important;
  }
  .about-us-img-1 img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    border: 8px solid black;
  }
  .about-us-img img {
    width: 300px;
    height: 300px;
  }
  .about-us-img img {
    border: 8px solid white;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 16px;
  }
  .about-us-tth {
    padding: 50px 0px 0px 0px;
  }
  .about-us-text h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .about-us-text h3 br {
    display: none;
  }
  .navbar-brand img {
    width: 180px;
    margin-left: -20px;
  }
  .slide-text h2 {
    font-size: 56px !important;
    font-weight: 400 !important;
    line-height: 67.2px !important;
  }

  .slide {
    position: absolute;
    top: 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  .slide {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 15px 0px 15px !important;
    }
    .slider-container{
      height: 600px;
    }
    .slider-bg-main{

    }
  .nav-buttons {
    margin-top: 0px;
    gap: 5px;
  }
  .tth-heading h1 {
    font-size: 48px;
    font-weight: 400;
    font-feature-settings:"ss03";
    line-height: 67.2px;
    text-align: center;
  }
  .why-joining-cards {
    margin-top: 40px;
  }
  
  .why-joining-cards .card {
    padding: 40px 10px;
    margin-bottom: 20px;
  }
  .why-joining-cards .title h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }
  .why-joining-cards .subtitle p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
  }
  .why-join-bcard {
    margin-top: 0px;
  }
  .bottom-card {
    padding-right: 0px;
  }
  .why-join-bcard {
    padding-right: 0px;
  }

  .registration-top {
    padding: 50px 0px;
  }

  .student-registration {
    margin: 0;
  }
  .fill-form-all {
    margin-top: 30px;
  }

  .explore-courses-tth {
    padding: 50px 0px;
  }
  .explore-card {
    margin-top: 40px;
  }

  .reactangle-card h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    font-feature-settings:"ss03";
  }

  .explore-card-1 {
    margin-bottom: 20px;
  }
  .reactangle-card {
    padding: 20px;
  }

  .banner-section-main {
    padding: 50px 12px 0px 12px;
  }

  .banner-section-tth {
    height: 530px;
  }

  .learn-say-tth {
    padding: 50px 0px;
  }

  .review-card h2 {
    font-size: 26px;
  }
  .review-text p {
    font-size: 16px;
  }

  .touch-new-form {
    padding: 50px 0px;
  }

  .keep-touch-form {
    height: auto;
  }

  .three-card-desgin {
    padding: 50px 0px;
  }

  .custom-card {
    padding: 30px 12px;
  }

  .web-dev {
    margin-bottom: 20px;
  }
  .digital-img-logo {
    margin-top: 0px;
  }
  .digital-marketing {
    margin-bottom: 20px;
  }
  .digital-marketing .register-btn {
    display: block;
  }

  .graphic-design {
    margin-left: 0px;
    text-align: justify;
  }
  .graphic-design .register-btn {
    display: block;
  }

  .footer-section {
    padding: 50px 0px 20px 0px;
  }

  .footer-section .row {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width:1243px){
  #tth-main-content row{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}
@media (max-width: 480px){
  .faqs-heading h2 {
    font-size: 26px;
  }
  .faqs-main-section {
    padding: 50px 0px 0px 0px;
  }
  .about-traininghub {
    padding-top: 370px !important;
  }
  .about-us-img-1 img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    border: 8px solid black;
  }
  .about-us-img img {
    width: 300px;
    height: 300px;
  }
  .about-us-img img {
    border: 8px solid white;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 16px;
  }
  .about-us-tth {
    padding: 50px 0px 0px 0px;
  }
  .about-us-text h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .about-us-text h3 br {
    display: none;
  }
  .navbar-brand img {
    width: 180px;
    margin-left: -20px;
  }
  .slide-text h2 {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    margin: 0px 0px 0px 0px !important;
  }
  .slide-text p {
    color: black !important;
    font-family: "satoshi", Verdana, sans-serif !important;
    font-feature-settings: "ss03" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25.6px !important;
    opacity: 0.7 !important;
    text-align: center !important;
    padding: 0px 35px !important  ;
}
  .slide {
    position: absolute;
    top: 15px;
    padding: 1rem;
  }

  .nav-buttons {
    margin-top: 0px;
    gap: 5px;
  }
  .tth-heading h1 {
    font-size: 40px;
    font-weight: 400;
    font-feature-settings:"ss03";
    line-height: 56px;
    text-align: center;
  }
  .why-joining-cards {
    margin-top: 40px;
  }
  
  .why-joining-cards .card {
    padding: 40px 10px;
    margin-bottom: 20px;
  }
  .why-joining-cards .title h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }
  .why-joining-cards .subtitle p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
  }
  .why-join-bcard {
    margin-top: 0px;
  }
  .bottom-card {
    padding-right: 0px;
  }
  .why-join-bcard {
    padding-right: 0px;
  }

  .registration-top {
    padding: 50px 0px;
  }

  .student-registration {
    margin: 0;
  }
  .fill-form-all {
    margin-top: 30px;
  }

  .explore-courses-tth {
    padding: 50px 0px;
  }
  .explore-card {
    margin-top: 40px;
  }

  .reactangle-card h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    font-feature-settings:"ss03";
  }

  .explore-card-1 {
    margin-bottom: 20px;
  }
  .reactangle-card {
    padding: 20px;
  }

  .banner-section-main {
    padding: 50px 12px 0px 12px;
  }

  .banner-section-tth {
    height: 530px;
  }

  .learn-say-tth {
    padding: 50px 0px;
  }

  .review-card h2 {
    font-size: 26px;
  }
  .review-text p {
    font-size: 16px;
  }

  .touch-new-form {
    padding: 50px 0px;
  }

  .keep-touch-form {
    height: auto;
  }

  .three-card-desgin {
    padding: 50px 0px;
  }

  .custom-card {
    padding: 30px 12px;
  }

  .web-dev {
    margin-bottom: 20px;
  }
  .digital-img-logo {
    margin-top: 0px;
  }
  .digital-marketing {
    margin-bottom: 20px;
  }
  .digital-marketing .register-btn {
    display: block;
  }

  .graphic-design {
    margin-left: 0px;
    text-align: justify;
  }
  .graphic-design .register-btn {
    display: block;
  }

  .footer-section {
    padding: 50px 0px 20px 0px;
  }

  .footer-section .row {
    margin: 0;
  }
}
@media (max-width: 345px){
  .faqs-heading h2 {
    font-size: 26px;
  }
  .faqs-main-section {
    padding: 50px 0px 0px 0px;
  }
  .about-traininghub {
    padding-top: 370px !important;
  }
  .about-us-img-1 img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    border: 8px solid black;
  }
  .about-us-img img {
    width: 300px;
    height: 300px;
  }
  .about-us-img img {
    border: 8px solid white;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 16px;
  }
  .about-us-tth {
    padding: 50px 0px 0px 0px;
  }
  .about-us-text h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .about-us-text h3 br {
    display: none;
  }
  .navbar-brand img {
    width: 180px;
    margin-left: -20px;
  }
  .slide-text h2 {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    margin: 0px 0px 0px 0px !important;
  }
  .slide-text p {
    color: black !important;
    font-family: "satoshi", Verdana, sans-serif !important;
    font-feature-settings: "ss03" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25.6px !important;
    opacity: 0.7 !important;
    text-align: center !important;
    padding: 0px 5px !important  ;
}
  .slide {
    position: absolute;
    top: 15px;
    padding: 1rem;
  }

  .nav-buttons {
    margin-top: 0px;
    gap: 5px;
  }
  .tth-heading h1 {
    font-size: 32px;
    font-weight: 400;
    font-feature-settings:"ss03";
    line-height: 42px;
    text-align: center;
  }
  .why-joining-cards {
    margin-top: 40px;
  }
  
  .why-joining-cards .card {
    padding: 40px 10px;
    margin-bottom: 20px;
  }
  .why-joining-cards .title h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }
  .reactangle-card p {
    font-size: 18px;
    text-align: center;
    color: #505050;
    line-height: 32px;
}
  .why-joining-cards .subtitle p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
  }
  .why-join-bcard {
    margin-top: 0px;
  }
  .bottom-card {
    padding-right: 0px;
  }
  .why-join-bcard {
    padding-right: 0px;
  }

  .registration-top {
    padding: 50px 0px;
  }

  .student-registration {
    margin: 0;
  }
  .fill-form-all {
    margin-top: 30px;
  }

  .explore-courses-tth {
    padding: 50px 0px;
  }
  .explore-card {
    margin-top: 40px;
  }
  .tth-heading-master p {
    color: #ffffff;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
}
  .reactangle-card h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    font-feature-settings:"ss03";
  }

  .explore-card-1 {
    margin-bottom: 20px;
  }
  .reactangle-card {
    padding: 20px;
  }

  .banner-section-main {
    padding: 50px 12px 0px 12px;
  }

  .banner-section-tth {
    height: 530px;
  }

  .learn-say-tth {
    padding: 50px 0px;
  }

  .review-card h2 {
    font-size: 26px;
  }
  .review-text p {
    font-size: 16px;
  }

  .touch-new-form {
    padding: 50px 0px;
  }

  .keep-touch-form {
    height: auto;
  }

  .three-card-desgin {
    padding: 50px 0px;
  }

  .custom-card {
    padding: 30px 12px;
  }

  .web-dev {
    margin-bottom: 20px;
  }
  .digital-img-logo {
    margin-top: 0px;
  }
  .digital-marketing {
    margin-bottom: 20px;
  }
  .digital-marketing .register-btn {
    display: block;
  }

  .graphic-design {
    margin-left: 0px;
    text-align: justify;
  }
  .graphic-design .register-btn {
    display: block;
  }

  .footer-section {
    padding: 50px 0px 20px 0px;
  }

  .footer-section .row {
    margin: 0;
  }
}