/* ✅ Import Inter from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  --c1: #FF6B35;
  --c2: #080808;
  --c3: #444;
  --c4: #dd693f;
  --bg: #F1F2FD;
  --w: #fff;

  /* ✅ Fonts */
  --heading-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
}

.border-orange {
  border: 1px solid var(--c1);
}

/* Detect autofilled fields */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ece4da !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #ece4da inset !important;
}

.error-msg {
  font-size: 14px;
  color: red;
  text-align: left;
}

.nav-link .c1 {
  color: var(--c1) !important;
}

.h-fit-content {
  height: fit-content;
}

.text-orange {
  color: var(--c1) !important;
}

button:focus {
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.c5 {
  color: var(--bg) !important;
}

.bg-c1 {
  background-color: #f6f6f6;
}

.bg-w {
  background-color: var(--w);
}

.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

img {
  -webkit-user-drag: none;
}

html,
body {
  padding: 0 !important;
}

body {
  background-color: #f6ece6;
}

/* html {
  width: 100vw !important;
  overflow-x: hidden !important;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  /* Bold by default for headings */
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--body-font);
  font-size: 18px !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
}

* {
  box-sizing: border-box;
}


.newnav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.navbar-expand-lg {
  width: 100%;

}

/* --- Hero Section --- */
.offcanvas.offcanvas-start {
  width: 100%;
}

.offcanvas-start img {
  height: 70px;
}

.top-bar {
  background-color: #ff6b35;
  color: white;
  font-size: 13px;
  padding: 5px 0;
}

.top-bar a {
  color: #f1f1f1;
  text-decoration: none;
  margin-left: 5px;
  transition: all .3s ease-out;
}

.top-bar a:hover {
  color: #ffffff;
  transition: all .3s ease-out;
}

.navbar li {
  list-style: none;
}

.navbar .collapse {
  display: flex;
  justify-content: space-between;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar-brand img {
  height: 80px;
}

.navbar-nav .nav-link {
  /* color: black; */
  font-weight: 500;
  margin-right: 15px;
  font-size: 16px;
}

.navbar-nav {
  display: flex;
  gap: 30px;
}

.navbar-nav .nav-link.active {
  color: #FF6B35;
  font-weight: bold;
}

.navbar-nav .nav-link:hover {
  color: #FF6B35;
}

.enroll-btn {
  background-color: #FF6B35;
  color: #FFFFFF !important;
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 16px !important;
  text-decoration: none;
  border: 2px solid #FF6B35;
  transition: all .3s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin: 0px 12px;

}

.enroll-btn1 {
  background-color: #FF6B35;
  color: white !important;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s ease-out;
  top: 25px;
  position: relative;
  left: 10px;
  margin: 0px 12px;


}

.arrow-button {
  color: #F6FAF7;
  width: 8.89px !important;

}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Remove default padding from offcanvas to align menu nicely */
.offcanvas-header {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border: none;
}

.offcanvas-body {
  padding: 0;
}

/* Menu link styling */
.nav-link {
  color: black;
}


@media (max-width: 767px) {
  .enroll-btn {
    display: block;
    margin: 20px auto 0 auto;
    width: 70%;
    /* adjust width for better look */
  }
}


/* -------------------------------  */


/* navbar fontsize */

.homepage {
  font-size: 340px;
}


/* navbar font size */




/* Default background */
#mainNavbar {
  background-color: #fee0d4d9;

}

/* On scroll — change to white */
#mainNavbar.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px #00000014;
}

/* Optional: Change link colors on white background */
#mainNavbar.scrolled .nav-link {
  color: #333;
}

#mainNavbar .nav-link {
  color: #000;
  /* initial color */
  transition: color 0.3s ease;
}

/* default background */
.teams {
  font-weight: 500 !important;
  margin-bottom: 40px;
  font-size: 28px !important;
  color: #080808 !important;
}

@media (max-width: 576px) {
  .teams {
    text-align: center;
    font-weight: 500 !important;
    margin-bottom: 40px;
    font-size: 17px !important;
    color: #080808 !important;
  }
}

/* banner gradient */

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/thili-banner.jpg);
  background-size: cover;
  /* background-color: #FEF4EF; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}

.banner:before {
  position: absolute;
  content: "";
  background: linear-gradient(#f7e3daee, #f7e3daee);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.banner p {
  font-size: 1rem;
}

.banner .btn-primary {
  background-color: #ff8159;
  border: none;
}

.banner .btn-outline-secondary {
  border-color: #ffae42;
  color: #000;
}

@media (min-width: 768px) {
  .banner h1 {
    font-size: 3.5rem;
  }

  .banner p {
    font-size: 1.25rem;
  }

  .banner {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}

/* banner gradient */


/* ai skills gap */

.heading-font {
  color: #080808 !important;
  font-size: 40px !important;
  font-weight: 500 !important;
}


@media (max-width: 576px) {
  .heading-font {
    font-size: 22px !important;
  }
}


.service-card img {
  max-width: 100%;
  /* never go beyond container */
  height: auto;
  /* keep aspect ratio */
  display: block;
  /* removes inline extra space */
}

.cards-section {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  color: #080808;
  font-size: 48px;
}

.card-background {
  /* background-color: #FFFCF5; */
  border: none;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.card-header {
  font-size: 48px;
  font-weight: 500;
  color: #FF6B35;
  background-color: transparent;
  border-bottom: none;
}

.card-title {
  font-weight: 600;
  color: #080808;
  font-size: 20px !important;
}


@media (max-width: 576px) {
  .card-title {
    font-weight: 600;
    color: #080808;
    font-size: 17px !important;
  }
}

.card-text {
  color: #08080899 !important;
  font-weight: 400;
  font-size: 16px;
}

.skill-card {
  background-color: #F7B8010A;
  border: 0;
  box-shadow: 1px 1px 6px 3px #0000000d;
}

/* problems section */

.problem-section {
  background: #f8f9fa;
  /* light background */
}

.problem-section h2 {
  color: var(--c1);
}

.problem-section .section-title {
  font-size: 2rem;
  font-weight: 700;
}

.problem-section .problem-list li {
  font-size: 1.1rem;
  margin-bottom: 8px;
  position: relative;
}


.why-training-fails .bg-section {
  background-color: #ffffff61;
  backdrop-filter: blur(5px);
}

.why-training-fails h3 {
  color: var(--c1);
}

/* ai skills gap */


/* Your AI-Enabled Partner
Inteliigence */
.enabled-partner-text {
  color: #080808 !important;
  font-size: 40px !important;
  /* desktop */
  font-weight: 500 !important;

}

.enabled-text {
  color: #08080899 !important;
  font-size: 16px !important;
  font-weight: 400;

}

.ai-enabled {
  background-image: url(../images/img-blob_mask-group.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  width: 100%;
}

@media screen and (min-width: 991px) {
  .ai-enabled h1 {
    width: 65%;
    text-align: center;
    margin: auto;
  }
}

/* ✅ Tablet view */
@media (max-width: 768px) {
  .enabled-partner-text {
    font-size: 32px !important;
    line-height: 1.4;
  }

  .enabled-text {
    font-size: 14px !important;
    padding: 0 20px;
  }
}

/* ✅ Mobile view */
@media (max-width: 576px) {
  .enabled-partner-text {
    font-size: 22px !important;
    line-height: 1.4;
  }

  .enabled-text {
    font-size: 13px !important;
    padding: 0px;
  }
}

.bridges {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .bridges {
    font-size: 2rem;
  }
}

.para-thillis {
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
  color: #08080899 !important;
}

.automates {
  color: #00000099;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .line-img {
    width: 60px;
  }

  .section-title {
    font-size: 13px !important;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .expertise-title {
    flex-direction: column;
    /* stack vertically */
    gap: 8px;
  }

  .line-img {
    width: 50px;
    /* smaller lines */
  }

  .section-title {
    font-size: 18px;
  }
}


/* expertise in ai */


@media (max-width: 576px) {

  .expertise-sections {
    bottom: 80px;
    position: relative;
  }
}

/* struggling */

.expertise-section {
  padding: 60px 0;
}

.section-titles {
  text-align: center;
  font-weight: 500 !important;
  margin-bottom: 40px;
  font-size: 22px !important;
  color: #080808;
}

.expertise-card {
  background: linear-gradient(#f6decd, #f6e0c8) !important;
  border-radius: 16px;
  padding: 30px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
  height: 100%;
}

.expertise-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.expertise-card p {
  color: #666;
  margin-bottom: 25px;
}

.expertise-image {
  width: 100%;
  border-radius: 8px;

  max-height: 300px;
  object-fit: cover;
}

.title-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 531.2px;
  margin: 40px 0;
}

.title-with-lines img {
  height: 2px;
  width: 60px;
}

.title-with-lines h2 {
  margin: 0;
  font-weight: 600;
}

/* banner  */
.bridge {
  color: #080808;
  font-size: 45px;
  font-weight: 500;
}

.btn-gradient {
  display: flex;
  background: linear-gradient(90deg, #FF6B35CC, #F7B801CC);
  border: none;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 12.6px;
  -webkit-border-radius: 12.6px;
  -moz-border-radius: 12.6px;
  -ms-border-radius: 12.6px;
  -o-border-radius: 12.6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}

.btn-gradient:hover {
  background: linear-gradient(90deg, #F7B801CC, #FF6B35CC);
  color: #fff;
}

.btn-started {
  background-color: #F7B8011C;
  border-radius: 13.44px;
  border: 2px solid #F7B801;
  width: 258px;
  /* height: 55px; */
  padding: 12px;
  color: #000;
}

/* banner */


/* ready to become */

.banners {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #FEF4EF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}

.bridges {
  color: #080808 !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  /* font-family: "Inter", sans-serif; */
}

/* ready to become */

/* form */
.start-building {
  color: #080808 !important;
  font-size: 48px !important;
  font-weight: 500 !important;
}

/* Tablet view */
@media (max-width: 768px) {
  .start-building {
    font-size: 22px !important;
  }
}

/* Mobile view */
@media (max-width: 480px) {
  .start-building {
    font-size: 22px !important;
  }
}




.starting-bg {}

.form-section {
  padding: 60px 20px;
  border-radius: 24px;
  background-color: #F6F1E8;
  text-align: center;
}

.form-control {
  background-color: #ece4da;
  border: none;
  border-radius: 12px;
  color: #1b1b1b;
  font-size: 14px;
  padding: 15px 16px;
  transition: all .3s ease-out;
}

.form-control::placeholder {
  color: #a5a1a1;
  transition: all .3s ease-out;
}

.form-control:focus {
  background-color: #000000a6;
  box-shadow: none;
  color: #fff;
  transition: all .3s ease-out;
}

label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  text-align: left;
  color: #000;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  margin-top: 15px;
  text-align: left;
}

.submit-btn {
  background: linear-gradient(90deg, #FF6B35CC, #F7B801CC);
  border: none;
  color: #000;
  font-weight: 600;
  border-radius: 12px;
  padding: 14px;
  width: 100%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.submit-btn:hover {
  background: linear-gradient(90deg, #F7B801CC, #FF6B35CC);
  transition: all 0.3s ease-in-out;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .form-section {
    text-align: center;
  }

  .checkbox-label {
    justify-content: center;
    text-align: center;
  }
}

.questions {
  color: #08080899 !important;
  font-size: 16px !important;
  font-weight: 400;
}

.height-name {
  height: 60px;
  width: 510px;
}


.name {
  color: #080808 !important;
  font-size: 14px;
  font-weight: 400;

}




/* form */


/* footer */

.get-in-touch {
  margin: 0px 12px;
}


/* footer */


/* our services */

.section-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.services-title {
  font-size: 40px;
  color: #080808;
  font-weight: 500;
}


.skill-heading {
  color: #FF6B35;
  font-size: 20px;
  font-weight: 500;
}

.service-category {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.service-category li {
  padding: 10px 0 10px 10px;
  font-weight: 400;
  color: #888;
  border-left: 2px solid #f7d6c7;
  cursor: pointer;
  font-size: 22px;
  line-height: 38.4px;
  transition: all 0.3s ease;
}

.service-category li.active {
  color: #ff5e2c;
  border-left: 2px solid #ff5e2c;
}

.service-category li:hover {
  color: #ff5e2c;
  padding-left: 15px;
}


.service-card {
  background-color: #fff1e6;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  height: auto;
}

.card-header-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.skill-title {
  color: #080808;
  font-size: 24px !important;
  font-weight: 400;
}


@media (max-width: 576px) {
  .skill-title {
    font-size: 17px !important;
  }
}

@media (min-width: 991px) {
  .service-card img {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .service-card.active img {
    max-height: 300px;
    opacity: 1;
    margin-top: 15px;
  }

}

.skill-para {
  color: #00000099;
  font-size: 16px;
  font-weight: 400;
}

.dash {
  height: 340px;
  width: 555px;
}

.custom-card {
  background-color: #f6e5d1;
  border-radius: 16px;
  color: #000;
  padding: 30px !important;
}

.custom-card .icon {
  border: 1px solid #f9b697;
  background-color: #f7c8af;
  height: 48px;
  width: 48px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.services-section .sticky_sec {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 5;
}

.custom-icon {
  background-color: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.custom-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.service-card {
  font-size: 0.95rem;
  height: fit-content;
  width: 100%;
}

.service-cards {
  font-size: 0.95rem;
  line-height: 1.5;
  height: 483px !important;
  width: 620px;
}

/* Large Desktop (1400px and up) */
@media (min-width: 1400px) {
  .services-section {
    padding: 80px 0;
  }

  .services-title {
    font-size: 3rem;
  }

  .service-card {
    padding: 30px;
  }
}

/* Desktop (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .services-title {
    font-size: 2.5rem;
  }

  .service-card {
    padding: 25px;
  }
}

/* Large Tablet/Small Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .services-title {
    font-size: 2.2rem;
  }

  .service-card {
    padding: 20px;
  }

  .service-category li {
    font-size: 0.95rem;
  }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .services-section {
    padding: 50px 0;
  }

  .services-title {
    font-size: 2rem;
    text-align: center;
  }

  .section-label {
    text-align: center;
  }

  .service-category {
    text-align: center;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .service-category li {
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 20px;
    border-left: 1px solid #ddd;
    background-color: white;
    transition: all 0.3s ease;
  }

  .service-category li.active {
    border-color: #ff5e2c;
    background-color: #fff1e6;
    border-left: 1px solid #ff5e2c;
  }

  .service-category li:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .service-card {
    margin-bottom: 25px;
  }

}

/* Large Mobile (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .services-section {
    padding: 40px 0;
  }

  .services-title {
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .section-label {
    text-align: center;
    font-size: 0.7rem;
  }

  .service-category {
    text-align: center;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-category li {
    padding: 10px 12px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 15px;
    border-left: 1px solid #ddd;
    background-color: white;
    font-size: 0.9rem;
    text-align: center;
  }

  .service-category li.active {
    border-color: #ff5e2c;
    background-color: #fff1e6;
    border-left: 1px solid #ff5e2c;
  }

  .service-card {
    padding: 18px;
    margin-bottom: 20px;
  }

  .card-header-inline {
    flex-wrap: wrap;
    gap: 6px;
  }



  .service-card h6 {
    font-size: 0.95rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }
}

/* Small Mobile (up to 575px) */
@media (max-width: 575px) {
  .services-section {
    padding: 30px 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-title {
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }

  .section-label {
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
  }

  .service-category {
    text-align: center;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-category li {
    padding: 5px 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    border-left: 1px solid #ddd;
    background-color: white;
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
  }

  .service-category li.active {
    border-color: #ff5e2c;
    background-color: #fff1e6;
    border-left: 1px solid #ff5e2c;
  }

  .service-category li:hover {
    transform: none;
  }

  .service-card.active {
    display: block !important;
  }

  .service-card {
    padding: 16px;
    margin-bottom: 18px;
    border-radius: 12px;
  }

  .card-header-inline {
    margin-bottom: 8px;
    gap: 8px;
  }

  .service-card h6 {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .service-card p {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .service-card img {
    margin-top: 8px;
    border-radius: 8px;
    max-height: 200px;
  }
}

/* Extra Small Mobile (up to 400px) */
@media (max-width: 400px) {
  .services-section {
    padding: 25px 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-title {
    font-size: 22px;
    margin-bottom: 1.2rem;
  }

  .service-category {
    max-width: 250px;
  }

  .service-category li {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .service-card {
    padding: 14px;
    margin-bottom: 15px;
  }

  .service-card h6 {
    font-size: 0.85rem;
  }

  .service-card p {
    font-size: 0.8rem;
  }

  .icon-box {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}

/* Landscape Mobile Orientation */
@media (max-height: 500px) and (orientation: landscape) {
  .services-section {
    padding: 20px 0;
  }

  .services-title {
    font-size: 22px;
    margin-bottom: 1rem;
  }

  .service-category {
    margin-top: 15px;
  }

  .service-card {
    padding: 15px;
    margin-bottom: 15px;
  }
}

/* our services */



/* testimonial */


.testimonial-section {
  padding: 80px 0;

}

.section-title {
  font-size: 40px;
  font-weight: 500;
  color: #080808;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.testimonial-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Side Cards */
.side-card {
  width: 250px;
  height: 150px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.side-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.side-card-avatar {
  width: 48px;
  height: 48px;
  background-color: #f5d49a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 24px;
}

.side-card-role {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-bottom: 8px;
}

.side-card-text {
  font-size: 11px;
  color: #888;
  line-height: 1.4;
}

/* Main Card */
.main-card {
  width: 420px;
  height: 427px;
  background: #FFEDE3;
  border: 2px solid #FF9E7A;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 40px;
  position: relative;
  box-shadow: 0 4px 20px rgba(255, 140, 66, 0.1);
}

.main-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid #ffffff;
}

.main-role {

  color: #FF9E7A;
  font-size: 24px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.main-text {
  font-size: 20px;
  color: #08080899;
  line-height: 1.4;
  font-weight: 500;
}

/* Navigation Arrows */
.nav-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #ff8c42, #ff7429);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.nav-arrow:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
}

.nav-arrow.left {
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-arrow.right {
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}

/* Pagination Dots */
.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #ff8c42;
}

.dot:hover {
  background-color: #ff8c42;
  opacity: 0.7;
}

.breadcrumbs {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url(../images/thili-banner.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}

.breadcrumbs:before {
  position: absolute;
  content: "";
  background: linear-gradient(#f7e3daee, #f7e3daee);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.breadcrumbs h2 {
  margin-top: 80px;
  font-size: 45px;
}

.breadcrumbs .container {
  position: relative;
  z-index: 2;
}

.miss_vis_container {
  background: url(../images/img-blob_mask-group.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

.bg-drill-sec {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  border-radius: 10px;
  background-image: url(../images/sect-right.avif);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Responsive Design */

/* Large Desktop (1400px+) */
@media (min-width: 1400px) {
  .testimonial-section {
    padding: 100px 0;
  }

  .section-title {

    margin-bottom: 80px;
  }

  .main-card {
    width: 450px;
    height: 280px;
    margin: 0 50px;
  }

  .side-card {
    width: 280px;
  }
}

/* Desktop (1200px to 1399px) */
@media screen and (max-width: 991px) {
  .cards-section {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-card {
    margin: 0 35px;
  }
}

/* Large Tablet (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }

  .main-card {
    width: 380px;
    height: 240px;
    margin: 0 30px;
  }

  .side-card {
    width: 220px;
    height: 140px;
    padding: 18px;
  }

  .nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  .testimonial-container {
    flex-direction: column;
    gap: 20px;
  }

  .main-card {
    width: 360px;
    height: 220px;
    margin: 0;
    order: 1;
  }

  .side-card {
    display: none;
  }

  .nav-arrow {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .nav-arrow.left {
    left: 20px;
    top: 50%;
  }

  .nav-arrow.right {
    right: 20px;
    top: 50%;
  }
}

/* Large Mobile (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .testimonial-section {
    padding: 50px 0;
  }

  .section-title {

    margin-bottom: 35px;
    padding: 0 20px;
  }

  .testimonial-container {
    padding: 0 15px;
  }

  .main-card {
    width: 320px;
    height: 200px;
    padding: 25px;
  }

  .main-avatar {
    width: 150px;
    height: 150px;
    margin-bottom: 12px;
  }

  .main-text {
    font-size: 15px;
  }

  .side-card {
    display: none;
  }

  .nav-arrow {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .nav-arrow.left {
    left: 10px;
  }

  .nav-arrow.right {
    right: 10px;
  }
}

/* Small Mobile (up to 575px) */
@media (max-width: 575px) {

  .section-title {
    font-size: 27px !important;
  }

  .testimonial-section {
    padding: 40px 0;
  }

  .section-title {

    margin-bottom: 30px;
    padding: 0 15px;
    line-height: 1.3;
  }

  .testimonial-container {
    padding: 0 10px;
  }

  .main-card {
    width: 290px;
    height: 180px;
    padding: 20px;
    border-radius: 16px;
  }

  .main-avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .main-role {
    font-size: 11px;
    padding: 3px 10px;
    margin-bottom: 12px;
  }

  .main-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .side-card {
    display: none;
  }

  .nav-arrow {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .nav-arrow.left {
    left: 5px;
  }

  .nav-arrow.right {
    right: 5px;
  }

  .pagination-dots {
    margin-top: 25px;
    gap: 6px;
  }

  .dot {
    width: 6px;
    height: 6px;
  }
}

/* Extra Small Mobile (up to 400px) */
@media (max-width: 400px) {
  .section-title {
    font-size: 1.5rem;
  }

  .main-card {
    width: 260px;
    height: 160px;
    padding: 18px;
  }

  .main-avatar {
    width: 45px;
    height: 45px;
  }

  .main-text {
    font-size: 13px;
  }

  .nav-arrow {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .testimonial-section {
    padding: 30px 0;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .main-card {
    height: 150px;
    padding: 15px;
  }

  .pagination-dots {
    margin-top: 15px;
  }
}

/* testimonial */

/* ToTop */
.scroll-to-top {
  position: fixed;
  bottom: -60px;
  right: 20px;
  display: flex;
  font-size: 20px;
  padding: 10px 15px;
  background: var(--c1);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-out;
}

.scroll-to-top:hover {
  background: var(--c3);
  transition: all .3s ease-out;
}

.scroll-to-top:focus {
  outline: none;
  border: none;
}

.scroll-to-top.show {
  bottom: 20px;
}


a.scroll-to-top:focus {
  color: white;
}

/* footer */

.footer-section {
  background-color: #141108;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn-touch {
  background: #6c584c;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
}

.btn-touch:hover {
  background: #8a6f60;
  color: #fff;
}

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
}

.social-icon:hover {
  background: #444;
}

/* Background watermark text */
.footer-bg-text {
  position: absolute;
  bottom: -100px;
  left: auto;
  right: 55px;
  text-align: center;
  font-size: 250px;
  font-weight: 800;
  color: #FF6B350D;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 768px) {
  .footer-bg-text {
    font-size: 90px;
    bottom: 120px;
    right: 15px;
  }

  .banner:before {
    content: "";
    background: linear-gradient(#fff7f4ee, #fff7f4ee);
  }
}

.profile_section .profile_img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.profile_section .profile_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer-sections {
  font-size: 260px;
}

.footer-link {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 15px;
}

.footer-link:hover {
  color: #fff;
}

.btn-touch {
  background: #FFFFFF33;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-out;
}

.btn-touch:hover {
  background: #dd693f50;
  transition: all .3s ease-out;
}

.social-icon {
  background: #ffffff18;
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
}

.brand-link {
  color: #FF6B35;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.brand-link:hover {
  text-decoration: underline;
}

.right-reserved {
  font-size: 14px;
  color: #F6FAF799 !important;
  font-weight: 400;
}

.quick-links {
  font-size: 16px !important;
  font-weight: 600;
  color: #FFFFFF;
}

.liat-tags {
  font-size: 16px !important;
  color: #F6FAF780;
  font-weight: 400;
}

#enquiryModal .modal-body {
  overflow: hidden;
  padding: 0;
}

#enquiryModal .calendly-inline-widget {
  width: 100%;
  height: 700px;
}

#enquiryModal .modal-dialog {
  max-width: 900px;
  height: auto;
}

#enquiryModal .calendly-inline-widget iframe {
  border: none !important;
}

/* footer */


/* card neet */

/* --------------------------------------make it responsive------------------------ */

@media screen and (min-width:960px) and (max-width:1030px) {}

/* Mobile view adjustments */
@media (max-width: 576px) {

  /* Heading smaller */
  .banner .bridge {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  /* Paragraph smaller */
  .banner .para-thilli {
    font-size: 0.95rem;
    padding: 0 10px;
    /* avoid text touching edges */
  }

  /* Buttons stacked full width */
  .banner .d-flex {
    flex-direction: column;
    gap: 12px;
  }

  .banner a {
    width: 100%;
    text-align: center;
  }

  /* Container padding reduce */
  .banner .container {
    padding: 1.5rem 1rem;
  }
}



@media screen and (max-width:720px) {
  .sm-js {
    text-align: justify !important;
  }
}

.nav-item {
  display: block !important;
}

/* testimonial */
.shadow-effect {
  background: linear-gradient(45deg, #f8cfba, #f6dfcd);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #fe7430;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials img {
  border-radius: 50%;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

#customers-testimonials h4 {
  color: var(--c1);
  text-decoration: underline;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #7033f1;
  padding: 9px 35px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px #0000001f, 0 5px 7px #0000000d;
}

.quote_before,
.quote_after {
  opacity: .3;
}

.quote_after svg {
  transform: rotate(180deg);
}

#customers-testimonials .item {
  text-align: center;
  /* padding: 50px; */
  margin-bottom: 80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ff6b35;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #f7b801;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* pyramid - drill */
.pyramid-container .pyramid {
  margin: 0 auto;
  text-align: center;
}

.pyramid-container .pyramid-row {
  display: block;
}

.pyramid-container .level {
  display: flex;
  margin: 1px auto;
  color: #282828;
  height: 70px;
  position: relative;
  transition: .2s all;
  cursor: pointer;
  justify-content: center;
}

.pyramid-container .level i {
  position: absolute;
  top: 50px;
  font-size: 30px;
}

.pyramid-container .level span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  white-space: nowrap;
}

.pyramid-container .two {
  border-bottom: 120px solid #ffd453;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  height: 0;
  width: 100px;
}

.pyramid-container .three {
  border-bottom: 120px solid #f7b801;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  height: 0;
  width: 360px;
}

.pyramid-container .four {
  border-bottom: 120px solid #daa300;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  height: 0;
  width: 540px;
}

.pyramid-container .one span {
  margin-left: -29px;
  top: 26px;
}

.pyramid-container .two span {
  margin-left: -36px;
  top: 30px;
}

.pyramid-container .three span {
  margin-left: -44px;
  top: 30px;
}

.pyramid-container .four span {
  margin-left: -44px;
  top: 22px;
}

.step_pyramid {
  background: linear-gradient(#000000c2, #000000c2), url(../images/thili-banner.jpg);
  background-size: cover;
  height: 100%;
}

.step_pyramid .inner_step {
  backdrop-filter: blur(10px);
}

.step_pyramid i {
  position: absolute;
  top: 30px;
  left: 43%;
  z-index: 1;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: 30px;
}

.step_pyramid svg {
  height: 72px;
}

.card_agent img {
  height: 240px;
  object-fit: cover;
}

.neural_sec {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  border-radius: 10px;
  background-image: url(../images/neural.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

table td {
  border: 1px solid #dddddd;
  padding: 10px;
  background-color: #ffffff81;
}


@media screen and (max-width: 490px) {
  .pyramid-container .two {
    border-bottom: 120px solid #ffd453;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    height: 0;
    width: 100px;
  }

  .pyramid-container .three {
    border-bottom: 120px solid #f7b801;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    height: 0;
    width: 245px;
  }

  .pyramid-container .four {
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    width: 380px;
  }

  .step_pyramid svg {
    height: 72px;
    width: 258px;
  }
}

/* mail response page */
.response-container {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 90px;
}

.response-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease-in-out;
}

.response-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.response-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.response-card .user-name {
  font-weight: 600;
  color: #000;
}

.response-card .btn-home {

  background-color: var(--c4);
  color: #000;
  padding: 12px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.response-card .btn-home:hover {
  background-color: var(--c1);
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

button {
  user-select: none;
}

button.loading {
  position: relative;
  pointer-events: none;
  background-color: var(--c1) !important;
  color: #ffffff6b !important;
}

[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed !important;
}

button.loading::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
