/*
Theme Name: TekGro
Theme URI: 
Author: TekGro
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6

Return Dynamic Surya backup Code after merge conflictgit 

*/

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

:root {
  --button-green: #10c200;
  --rounded-small: 0.2rem;
  --light-blue: #dcf0ff;
  --dark-blue: #00467b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #fafafa;
}

a {
  text-decoration: none;
}

.fs-8 {
  font-size: 0.8rem;
}

:root {
  --dark-blue: #1a75bb;
  --light-blue: #def1ff;
  --corner-radius: 4px;
}

header a {
  text-decoration: none;
  color: black;

}

.button-fill {
  border-radius: var(--corner-radius);
  padding: 0.1rem 0.6rem;
  color: white;
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}

.button-fill:hover {
  background-color: transparent;
  color: var(--dark-blue);
}

.button-white {
  color: var(--dark-blue);
  background-color: white;
  border: 1px solid var(--dark-blue);
}

.button-blue {
  color: white;
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
}

.button-white:hover {
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  background-color: var(--light-blue);
}

.button-blue:hover {
  color: var(--dark-blue);
  background-color: white;
  border: 1px solid var(--dark-blue);
}

.top-second-header nav>div>a,
.top-second-header nav>.nav-item1>a,
.top-second-header nav>.nav-item2>a,
.top-second-header nav>.nav-item3>a,
.top-second-header nav>.nav-item4>a,
.top-second-header nav>.nav-item5>a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #333;

}

@media (min-width: 1280px) {

  .top-second-header nav>div>a,
  .top-second-header nav>.nav-item1>a,
  .top-second-header nav>.nav-item2>a,
  .top-second-header nav>.nav-item3>a,
  .top-second-header nav>.nav-item4>a,
  .top-second-header nav>.nav-item5>a {
    font-size: 16px;
  }
}

.top-second-header nav i.fa-chevron-down,
.top-first-header nav i.fa-chevron-down {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: middle;
}

/* Style for Get In Touch dropdown icon in the top header */

.get-in-touch {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

@media (min-width: 1280px) {
  .get-in-touch {
    font-size: 16px;
  }
}

.get-in-touch i.fa-chevron-down {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: middle;
}

/* blog-page */

.blogbanner {
  width: 100%;
  background: linear-gradient(180deg, #d2e8ff 0%, #dfefff 100%);
  padding: 45px 0;
}

.title-text {

  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #186bab;
}

.content-box .section-title {
  color: #1a75bb;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogbanner .content-box p {

  font-weight: 400;
  font-size: 20px;
  color: #5c5c5c;
}

.blogbanner .content-box h3 {
  border: 1px solid linear-gradient(90deg, #186bab 0%, #2ec886 100%);
  border-radius: 6px;
  padding: 10px 12px;

  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #186bab 0%, #2ec886 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lma {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #5c5c5c !important;
}

.stayahead {
  background: #ddedff;
  padding: 25px;
}

.stayahead .img-fluid {
  width: 120px;
}

.stayahead h2 {

  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #3267ad;
}

.stayahead p {

  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #5c5c5c;
}

@media(max-width:576px) {
  .stayahead p {
    font-size: 16px;
  }
}

/* .value-business h2 {
  
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  color: #0f0f0f;
} */

.value-business h2 span {
  color: #186bab;
}

/* .value-business p {

  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #5c5c5c;
} */

.subcription {
  position: relative;
  width: 40%;
  margin: auto;
}

.subcription input::placeholder {

  font-weight: 400;
  font-size: 14px;
  color: #b6b6b6;
}

.subcription .form-control {
  border-radius: 50px;
}

.subcription button {
  border: none;
}

.subcription button img {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
}

.feature-img {
  width: 400px;
}

.tob {
  background: #186bab;
  border-radius: 6px;

  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 12px 0;
  text-align: center;
}

.leftside .table .small a {

  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: #4f4f4f;
}

.build {
  background: #10c200;
  padding: 8px 12px;
  border-radius: 4px;
}

.build a {
  border-radius: 4.08px 0px 0px 0px;

  color: #fff;
  text-decoration: none;

}

a.nav-link {

  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-underline-position: under;
  text-decoration-skip: ink;
}

/* customr-classes */
.px-5rem {
  padding-left: 8rem;
  padding-right: 5rem;
}

.h-80vh {
  height: 20vh;
}

.tag-btn {
  font-size: clamp(10px, 1vw, 14px) !important;
  width: fit-content;
  border-radius: 2px;
  padding: 5px 14px;

  font-weight: 600;
  color: #186bab !important;
  background: #e0f0ff;
}

.post_info {
  display: flex;
  align-items: center;
}

.featureimage {
  position: relative;
}

.editor_post_info {
  background: white;
  position: relative;
  bottom: 5rem;
  padding: 10px;
  border-radius: 20px;
}

.editor_post_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tagsec ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bloglist {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */

  border-bottom: 0.6px solid #cdcdcd;
  border-left: 0.6px solid #cdcdcd;
  border-right: 0.6px solid #cdcdcd;
  border-radius: 8px;
  padding: 0px 0px 15px;
  background: white;
  margin-bottom: 0px;
}

.bloglist img {
  border-radius: 8px 8px 0 0;
}

.blog_list h3 {

  font-weight: 600;
  font-size: 23px;
  color: #000;
}

.blog_list p {
  font-weight: 400;
  font-size: 11px;
  color: #5a5a5a;

}

.picon {
  position: relative;
}

.round {
  width: 255px;
  height: 255px;
  background-color: #1a75bb;
  border-radius: 50%;
  transform: translate(30%, 0%);
}

.picon img {
  width: 100%;
  height: 200px;
  object-fit: fill;
  position: absolute;
  top: 25px;
  z-index: 99;
  left: 0;
}

.table {
  --bs-table-bg-type: #f0f1f2;
  padding: 2px 10px;
}

.tableofcontent {
  margin: 0;
  padding: 0 0px 16px;
  border: 0.74px solid #d9d9d9;
  border-radius: 4px;
}

.tableofcontent h2 img {
  width: 100%;
}

.tableofcontent ul {
  list-style: none;
  margin: 10px 0;
  padding: 0 12px;
}

.tableofcontent ul li {
  background: url("asset/img/BeforeImage.svg") no-repeat left center;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.tableofcontent ul li a {

  font-weight: 400;
  font-size: 10px;
  text-transform: capitalize;
  color: #4f4f4f;
  text-decoration: none;
}

.socialshare ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.socialshare ul li {
  display: inline;
  margin: 0 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
  padding: 8px;
}

.socialshare ul li a {
  text-decoration: none;
  color: #1a75bb;
  padding: 0;
  margin: 0;
}

.socialshare ul li a i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.socialshare ul li a {
  text-decoration: none;
  color: #1a75bb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.socialshare ul li a i {
  font-size: 16px;
}

.founder {
  border-radius: 5px;
  border: 1px solid #909090;
  padding: 10px;
}

.founder h4 {

  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #6d6d6d;
}

.founder_info h6 {

  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

.founder_info span {

  font-weight: 400;
  font-size: 11px;
  text-transform: capitalize;

  color: #494949;
}

.founder p {

  font-weight: 400;
  font-size: 12px;
  color: #6f6f6f;
  margin-top: 12px;
}

.founder .address_ceo {

  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  color: #696969;
}

.address_ceo i {
  color: #1a75bb;
  font-style: 16px;
}

.founder ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-text {

  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #186bab;
}

.blog-detail-button {
  text-align: center;
  background-color: var(--button-green);
  color: white;
  border-radius: var(--rounded-small);
  padding: 0.2rem 0px;
  width: fit-content;
}

.founder ul li {
  display: inline-flex;
  margin-right: 14px;
}

.founder ul li a i {
  color: #1a75bb;
  font-size: 16px;
}

.side-feature_post {
  width: 100%;
  background-size: cover !important;
  border-radius: 5px;
}

.side-feature_post h4 {

  font-weight: 500;
  font-size: 10px;
  color: #fff;
  margin-top: 120px;
}

.side-feature_post h4 span {

  font-weight: 500;
  font-size: 8px;
  color: #fff;
}

.side-feature_post h3 {

  font-weight: 700;
  font-size: 10px;
  color: #fff;
}

.service_require p {

  font-weight: 300;
  font-size: 10px;
  text-transform: capitalize;

  color: #737373;
}

.service_require a {
  border: 0.35px solid #c8c8c8;
  border-radius: 4px;
  padding: 4px 8px;

  font-weight: 300;
  font-size: 8px;
  text-transform: capitalize;
  color: #464646;
  text-decoration: none;
  margin-right: 12px;
}

.servicetags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ====================== */

.blogdetailpost .leftside,
.blogdetailpost .rightside {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.enroll {
  width: 100%;
  height: 45vh;
  background-size: cover !important;
  border: 0.74px solid #d9d9d9;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-size: cover !important;
}

.clc-logo {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.enroll h4 {

  background: #fff;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  color: #1a75bb;
}

img.course-Logo {
  width: 125px;
  margin-bottom: 12px;
}

/* carousel */

.blog-carousel-indicators {
  justify-content: end;
  z-index: 0;
}

.blog-carousel-indicators [data-bs-target] {
  border-radius: 10px;
  border: none;
  width: 30px;
  height: 5px;
}

.blog-carousel-indicators .active {
  background-color: #10c200 !important;
}

.view-all-post-button {

  color: #ffffff;
  border: none;
  font-size: clamp(12px, 1vw, 24px);
  cursor: pointer;
  width: fit-content;

  background: #186bab;
  border-radius: 2px;
  padding: 10px 12px;

}


/* leatestblog */

.tag-btn:hover {
  border-color: #1a75bb;
  color: #1a75bb;
  transition: border-color 0.3s ease;
}

.top-right-icon,
.bottom-left-icon {
  width: 55px;
  position: absolute;
}

.top-right-icon {
  top: -40px;
  right: -40px;
}

.bottom-left-icon {
  bottom: 18%;
  left: -8%;
}

/* Navbar - dropdown */

.fixed-box1 {

  border-radius: 8px;
  height: auto;
  background-color: #ffffff;
}

.fixed-box1 .first-items {
  margin-top: 1rem;
}

.see-all {
  padding-top: 21px;
  padding-left: 36px;
  color: #1c639e;
  font-weight: 600;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.fixed-box2 {
  border-radius: 8px;
  width: auto;
  height: auto;
  background-color: #ffff;

}

.mt-2 {
  margin-top: 3.5rem !important;
}

.fixed-box3 {
  width: auto;
  border-radius: 8px;

  height: auto;
  background-color: #ffffff;
}

.fixed-box4 {

  border-radius: 8px;
  height: auto;
  background-color: #ffffff;
}

.fixed-box5 {

  height: auto;
  background-color: #ffffff;
}

.nav-item-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* DROPDOWN BASE */
/* DROPDOWN BASE */
.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  /* default: center below nav item */
  transform: translateX(-50%) translateY(8px);

  width: 100%;
  min-width: 600px;

  background: #fff;
  border-radius: 10px;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;

  transition:
    max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);

  transform-origin: top center;
  z-index: 9999 !important;
}

/* OPEN STATE */
.dropdown-panel.open {
  opacity: 1;
  max-height: 1200px;
  pointer-events: auto;
  transform: none;
  left: 0;
}

/* LARGE SCREENS >=1400px */
@media (min-width: 1400px) {
  .nav-item-wrapper .dropdown-panel {
    left: 50%;
    /* center below nav items by default */
    transform: translateX(-50%) translateY(8px);
    width: 1000px;
    /* fixed width for desktop */
  }

  .nav-item-wrapper .dropdown-panel.open {
    transform: translateX(-50%) translateY(10px);
  }

  /* FIRST TWO NAV ITEMS: align dropdown with start */
  .nav-item-wrapper:nth-child(1) .dropdown-panel,
  .nav-item-wrapper:nth-child(2) .dropdown-panel {
    left: 0;
    /* align left edge with nav item */
    transform: translateX(0) translateY(8px);
  }

  .nav-item-wrapper:nth-child(1) .dropdown-panel.open,
  .nav-item-wrapper:nth-child(2) .dropdown-panel.open {
    transform: translateX(0) translateY(10px);
  }
}


.nav-item-wrapper:nth-child(2) .dropdown-panel.open {
  transform: translateX(-23%) translateY(8px);
}

.nav-item-wrapper:nth-child(2) .dropdown-panel {
  width: 60rem;
  transform: translateX(23%) translateY(0);
}

@media (min-width: 1400px) {
  .nav-item-wrapper:nth-child(2) .dropdown-panel {
    left: 0;
    transform: translateX(-23%) translateY(0px);
  }
}


/* Ensure nav-item wrapper positions dropdown correctly */
.nav-item-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}



.custom-bg {
  background-color: #d7ecff;
}

.custom-values span {
  font-size: 1rem;
  color: #2f3eff;
  font-weight: 500;
}

.custom-heading {
  font-size: 16px;
  font-weight: 600;

}

.custom-heading-resources {
  font-size: 16px;
  font-weight: 600;

  margin: 0;
}

.client-system {
  font-size: 14px;
  color: #000;

  font-weight: 600;
}

.custom-insight-title {
  font-size: 12px;
  color: #5f646d;
  font-weight: 600;
}

#new-overlay .custom-text {
  color: #5f646d;

  font-weight: 500;
  font-size: 16px;
}

.custom-insight-text {
  font-size: 16px;
  color: black;
  font-weight: 600;
}

.custom-text-product {
  font-size: 13px;
  color: #5f646d;

  font-weight: 600;
}

.view-more {
  color: #1c639e;

  font-size: 13px;
  font-weight: 600;
}

.integrate-column {
  padding-left: 28px;
}

.custom-bg-light-blue {
  background-color: #d7ecff;
}

.custom-mt-2 {
  margin-top: 0.5rem;
}

.custom-icon {
  fill: #1c639e;
  color: #1c639e;
  font-size: 14px;
  font-weight: 600;
}

.resources {
  background-color: #f1f4f8;
  margin-right: 1rem;
  border-radius: 10px;
}

.custom-icon-text {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.fixed-box1 .solution-grid {
  margin-right: 0.5rem;
}

.custom-hiring {
  padding: 0.25rem 0.75rem;
  color: #057350 !important;
  background-color: #d8fee8;
  border-radius: 50px;
  font-weight: 600;
  font-size: 12px;
}

.custom-enquire-btn {
  border: 1px solid #186bab !important;
  color: #186bab !important;
  background-color: #f8f9fa !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 8px;
}

.company-header {
  font-size: 13px;
  color: #333;

  font-weight: 600;
}

.search-container input[type="text"] {
  font-size: 14px;
  border: none;

  background: #f2f2f2;
  border-radius: 30px;
  padding: 10px 18px;
}

.search-container button {
  padding: 6px 10px;
  font-size: 12px;
  border: none;
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 9;
  background: transparent;
}

#blog-filter {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0),
    0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: #f3f4f6;
  border-radius: 9999px;
  padding: 3px;
  width: fit-content;
}

#blog-filter .nav-link {

  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #555;
}

#blog-filter .nav-link.active {
  color: var(--bs-nav-pills-link-active-color);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0),
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: #186bab;
  border-radius: 9999px;
  /* padding: 10px 20px; */
  /* width: 151px;
    height: 40px; */
  font-weight: 500;
}

/* Footer  */
.footer {
  display: flex;
  flex-direction: column;
}

.footer-container {
  background-color: #d0e7ff;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer-logo-content .footer-text {

  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: capitalize;
  color: #333;
}

.footer-abn {

  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: #333;
}

/* footer-media-queries */

.footer-link-list a {

  color: #000000 !important;
}

.footer-links {
  display: flex;

  color: #000000;
}

/* removing-default-margin-of-p */

.footer-link-list p {
  margin-bottom: 0 !important;
}

.footer-link-list p {
  margin-bottom: 0 !important;
}

.footer-link-title {

  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  color: #186bab;
}

/* override the boostrap classes */
.w-75 {
  width: 70% !important;
  /* height:30rem; */
}

/* for all email placeholer */

#email-input::placeholder {
  color: #707070;
  padding-left: 8px;
}


.footer-newsletter-checkbox {
  width: 40px;
  height: 20px;
  /* appearance: none; */
  background-color: transparent;
  border: 1px solid #186bab;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
}

.footer-newsletter-checkbox:checked {
  background-color: #186bab;
  border-color: #186bab;
}

.footer-newsletter-checkbox:checked::after {
  content: '✔';
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.newstetter-button {
  padding: clamp(11px, 2vw, 8px) clamp(16px, 4vw, 30px);
}

.footer-copyright {
  color: #000000;
  margin: auto 0;
  font-size: clamp(10px, 0.8vw, 14px);

}

.product-text-icon {
  color: #000000;

  font-size: small;
  font-weight: 600;
}

.footer .pill-container {
  width: auto;
  background-color: #186bab;
  border: 2px solid #186bab;
  border-radius: 50px;
  overflow: hidden;
  height: 16px;
  align-items: center;
}

.footer-copyright a {
  text-decoration: none;
}

.store-icon {
  width: 125px;
  height: auto;
}

.English {
  font-size: 14px;
  color: #333333;
}

.footer-link {
  font-size: 10px;
  text-decoration: none;
}

.footer-newsletter-inputs #email-input {
  border: 1px solid #186bab;
  border-radius: 2px;
  padding: 10px 12px;
  width: 100%;
  height: 46px;
  background: transparent;


  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #707070;
}

.footer-newsletter-consent-text {
  font-size: 12px;
}

.footer-text {

  font-size: 14px !important;
  color: #000 !important;
  text-transform: capitalize;
}

.footer {
  background-color: #d0e7ff;
}

.footer-disclaimer-text {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  color: #1a1a1a;
}

.body-text-review {

  color: #333333;
  font-size: 14px;
}

.review-card-author {

  font-size: clamp(12px, 2vw, 14px);
  /* Adjusts based on viewport size */
  color: #8a8a8a;
}

.tekgro-icon {
  width: 220px;
}

/* Phone Button */
.custom-phone-btn {
  background-color: #f8f9fa;
  border: 1px solid #186bab;
  border-radius: 6px;
  font-size: clamp(14px, 1vw, 20px);
}

.custom-phone-text {
  color: #186bab;
}

/* Remove default arrow ONLY in #new-overlay */
#new-overlay .accordion-button::after {
  display: none !important;
}

/* Custom arrow styling ONLY in #new-overlay */
#new-overlay .accordion-custom-arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  color: #6c757d;
  /* Your preferred color */
}

#new-overlay .accordion-button:not(.collapsed) .accordion-custom-arrow {
  transform: rotate(180deg);
}

.custom-menu-btn {
  background-color: #186bab;
  border: none;
  color: white;
  border-radius: 5px;
}

.custom-search-container {
  border: 2px solid #186bab;
  border-radius: 5px;
  overflow: hidden;
}

.custom-search-box {
  border: none !important;
  background-color: #ffffff;
}

.custom-bg-dark {
  background-color: #186bab;
}

/* Disable background scroll */
body.menu-open {
  overflow: hidden;
}

/* Blur page content */
body.menu-open header,
body.menu-open main,
body.menu-open footer {
  filter: blur(4px);
  transition: filter 0.3s ease;
}

/* Backdrop */
#menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  display: none;
}

/* Mobile menu panel */
#new-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  /* transform: translateX(-100%); */
  transition: transform 0.35s ease;
}

#new-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #fff;
  display: none;
  /* CLOSED BY DEFAULT */
  flex-direction: column;
  overflow-y: auto;
}


/* Active states */
#new-overlay.active {
  transform: translateX(0);
}

#menu-backdrop.active {
  display: block;
}


#new-overlay {
  position: absolute;
  top: 100%;
  /* This positions the overlay just below the header */
  left: 0;
  right: 0;
  z-index: 1000;
  /* High z-index to ensure it appears above other content */
  background-color: #fff;
  /* Or whatever background color you prefer */
  border-bottom: 1px solid #ddd;
  /* Optional: adds a border at the bottom */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional: adds a shadow effect */
}

/* Make sure your header has position relative for this to work properly */
header {
  position: relative;
  /* z-index: 1000; */
  /* Higher than the overlay */
}

.accordion {
  --bs-accordion-border-radius: 0 !important;
  --bs-accordion-inner-border-radius: 0 !important;
  --bs-accordion-bg: transparent;
}

.custom-auth-container {
  background-color: #f8f9fa;
}

.custom-start-btn {
  background-color: #186bab;
  color: white;
  border: none;
  border-radius: 2px;
}

.custom-secondary-btn {
  background-color: transparent;
  border: 1px solid #186bab;
  color: #186bab;
  border-radius: 5px;
}

.custom-phone-text,
.Menu,
.custom-event-text {

  font-weight: 600;
}

.mobile-info-box p {
  margin: 0;
  font-size: 12px;
  display: inline-flex;
  align-items: center;

  font-weight: 500;
}

.custom-search-box::placeholder {

  font-weight: 600;
  color: #aaaaaa;
}

.small-screen-footer {
  background-color: #d0e7ff;
}

/* Main Footer Accordion Container */

.footer-accordian {
  background-color: #d0e7ff;
}

.footer-accordian .accordion {
  --bs-accordion-bg: none;
}

.footer-accordian .accordion a {
  text-decoration: none;
  color: #000000;
}

.pill-container {
  width: auto;
  background-color: #186bab;
  border: 2px solid #186bab;
  border-radius: 50px;
  overflow: hidden;
  height: 16px;
  align-items: center;
}

.small-screen-footer {
  overflow-x: hidden;
  width: 100%;
}

/* homepage */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.fixed-div {
  width: 40px;
  height: 100px;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #186bab;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
}

.fixed-images {
  background-color: #186bab;
  width: 40px;
  height: 160px;
  border-radius: 5px 0 0 5px;
}

.spiral {
  width: auto;
  height: 85vh;
}

.first-row-text {
  color: #0d80d8;
  border: 2px solid #0d80d8;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  width: 65%;
  text-align: center;
}

.second-row-text {
  color: #186bab;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;

}

.third-row-text {
  color: #5c5c5c;
  padding-right: 9rem;
  font-size: 20px;
  font-weight: 600;
}

.py-1rem {
  padding-top: 0.7rem !important;
  padding-bottom: 1rem !important;
}

.green-accent {
  color: #10c200;
  border: 1px solid #10c200;
  border-radius: 4px;
  padding: 1px 10px;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 600;
  width: fit-content;
  text-decoration: none;
}

.btn-primary {
  background-color: #186bab !important;
  border-color: #186bab;
  border-radius: 2px;

  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #fff;

  /* animation base */
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.25s ease, background-color 0.25s ease;
}

@media (min-width: 1280px) {
  .btn-primary {
    font-size: 16px;
  }
}

/* hover bounce */
.btn-primary:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 24px rgba(24, 107, 171, 0.25);
  background-color: #186bab;
}

/* click press */
.btn-primary:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 6px 12px rgba(24, 107, 171, 0.2);
}

.btn-secondary {
  position: relative;
  border: 1px solid #186bab;
  background-color: transparent;
  border-radius: 2px;

  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #186bab;
  overflow: hidden;

  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.25s ease;
}

@media (min-width: 1280px) {
  .btn-secondary {
    font-size: 16px;
  }
}

/* animated outline */
.btn-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #186bab;
  border-radius: 2px;
  pointer-events: none;

  /* IMPORTANT */
  clip-path: inset(0 100% 0 0);
}

/* hover */
.btn-secondary:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 22px rgba(24, 107, 171, 0.25);
  border-color: #186bab;
  background: transparent;
  color: #186bab;
}

/* animate outline */
.btn-secondary:hover::after {
  animation: outlineMove 2s linear infinite;
}

@keyframes outlineMove {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  25% {
    clip-path: inset(0 0 100% 0);
  }

  50% {
    clip-path: inset(0 0 0 100%);
  }

  75% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 100% 0 0);
  }
}

.search-text {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 600;
}

.mobile-first-row-text {
  color: #186bab;
  border: 1px solid #186bab;
  background: none;
  padding: 10px 10px;
  font-size: 11px;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-second-row-text {
  color: #186bab;

  font-weight: 600;
  font-size: 20px;
  text-align: start;
}

.mobile-third-row-text {
  color: #333333;
  font-weight: 600;
  text-align: start;
  font-size: 13px;
  text-align: start;
}

.mobile-spiral-image {
  width: 100vw;
  height: 33.5vh;
}

.mobile-search-text {
  font-weight: 600;
  font-size: 12px;
  color: #333333;
}

.icons img {
  margin-left: 10px;
}

.mobile-spiral-image {
  height: 32vh;
}

.custom-btn {
  font-size: 17px;
  padding: 0.5em 1em;
  border-radius: 2px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #186bab;
}

.custom-btn.primary {
  background-color: #186bab;
  color: white;
  border: none;
}

.custom-btn.secondary {
  color: #186bab;
  border: 1px solid #186bab;
  background: transparent;
}

.hero-custom-section .carousel-item-next,
.hero-custom-section .carousel-item-prev,
.hero-custom-section .carousel-item.active {
  display: block;
  height: full;
}

section.hero-custom-section .custom-img {
  height: 250px;
  overflow: hidden;
}

/* Carousel Indicators */
.mobile-carousel-indicator {

  display: flex;
  justify-content: center;
  margin-top: -16px;
}

.mobile-carousel-indicator button {
  background-color: #5f5f5f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0px solid #0f0f0f;
  margin: 0 5px;
  padding: 0;
  opacity: 1;
  transition: all 0.3s ease;
}

.mobile-carousel-indicator button.active {
  background-color: #000;
  transform: scale(1.2);
}

.mobile-carousel-indicator button:focus {
  outline: none;
}

.custom-btn2 {
  display: inline-flex;
  padding: 10px 10px;
  white-space: nowrap;
  height: 40px;
  width: auto;
  border-radius: 5px;
  font-size: 13px;
}

.custom-box {
  display: inline-block;
  border: 2px solid #186bab;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px;
  color: #186bab;
}

.mobile-dashboard-images {
  max-width: 100%;
  height: 29vh;
}

.mobile-carousel4-image,
.mobile-carousel3-image {
  max-width: 100%;
  height: 29.5vh;
  object-fit: cover;
}

.list-style {
  list-style-type: disc;
  padding-left: 20px;
  color: #5c5c5c;
  font-weight: 600;
  font-size: clamp(10px, 1vw, 16px) !important;
}

.custom-text {
  color: #186bab;
  font-weight: 600;
  font-size: clamp(12px, 1vw, 16px);
  text-justify: inter-word;
}

.headline-title {
  margin: 0;
  position: relative;
  color: #186bab;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  font-size: clamp(12px, 1vw, 18px);

  font-weight: 600;
  width: 100%;
  background: transparent;
  z-index: auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .headline-title {
    width: max-content;
  }
}

.headline-title::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  /* Border thickness */
  background: linear-gradient(90deg, #1fbffe 0%, #90bb97 100%);
  border-radius: 6px;
  /* Slightly larger to match main radius + padding */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: auto;
}

.trust-mobile-card {
  height: 50vh;
}

/* hover-items-changing */
.principle-container {
  position: relative;
  cursor: pointer;
}

.principle-items {
  width: 100%;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-out {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-in {
  opacity: 1;
  transform: scale(1.09);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.principle-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hover-image);
  background-size: cover;
  background-position: center;
  opacity: calc(var(--transition-progress) / 100);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.principle-items.active::before {
  opacity: 1;
}

/* common-text */

.body-text {
  font-family: "Saira", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #5c5c5c;
}

.code-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}

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

.slider::before,
.slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  /* Adjust blur width */
  z-index: 2;
  pointer-events: none;
  backdrop-filter: blur(2px);
  /* Actual blur effect */
  -webkit-backdrop-filter: blur(2px);
  /* For Safari */
  mask: linear-gradient(to right, black 0%, transparent 100%);
  /* Fades the blur out smoothly */
}

.slider::before {
  left: 0;
  mask: linear-gradient(to right, black 0%, transparent 100%);
}

.slider::after {
  right: 0;
  mask: linear-gradient(to left, black 0%, transparent 100%);
}

/* Mobile (thinner blur) */
@media (max-width: 768px) {

  .slider::before,
  .slider::after {
    width: 15px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }
}

.row {
  --bs-gutter-x: 0rem;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875em;
}

.color-comment {
  color: grey;
}

.color-yellow {
  color: #f9ed99;
}

.color-909e6a {
  color: #909e6a;
}

.color-white {
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.twilio-variable {
  color: #909e6a;
}

.message-string,
.phone-number {
  color: #909e6a;
}

.navbar-nav img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.second-header {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  color: #186bab;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

#text-slider {
  position: absolute;
  opacity: 0;
  transition: opacity 0s, transform 0.5s;
}

.code-container pre {
  display: none;
}

#python-code {
  display: block;
}

.custom-bg-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  padding-top: 10px;
}

.custom-border {
  border: 0.4px solid #c3c3c3 !important;
}

.dynamic-icon {
  width: clamp(20px, 5vw, 55px);
}

.custom-carousel-controls {
  bottom: 10px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
}

.custom-prev,
.custom-next {
  background-color: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.custom-prev img,
.custom-next img {
  width: 35px;
}

.dynamic-icon {
  color: #007bff;
}

.custom-row {
  --bs-gutter-x: 1rem;
}

.px-48 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.justified-paragraph {
  text-justify: inter-word;
  margin: 0;
  padding: 0;
}

.bg-light-blue {
  background-color: #f2f5f8;
}

.custom-carousel-item-container {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.custom-carousel-item-container img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.custom-image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}

/* Hover effect for container */
.custom-carousel-item-container:hover img {
  filter: grayscale(0%);
}

.custom-carousel-item-container:hover .custom-image-text {
  color: white;
  opacity: 1;
}

.tek-gro-connection-section {
  background-color: #d0e7ff;
}

.custom-paragraph {
  font-size: clamp(18px, 18px+1vw, 1.5rem);
  color: white;
  line-height: 1.6;
}

.custom-header {
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  text-align: left;
}

.Spiral-Image {
  height: 50%;
  object-fit: cover;
}

.testomonial-row {
  --bs-gutter-x: rem;
}

.scrollable-code {
  height: clamp(200px, 50vh, 300px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollable-code::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scrollable-code::-webkit-scrollbar-thumb {
  background-color: #4a90e2;
  border-radius: 10px;
}

.scrollable-code::-webkit-scrollbar-track {
  background-color: #1a2a3a;
}

.scrollable-code {
  scrollbar-width: thin;
  scrollbar-color: #4a90e2 #1a2a3a;
}

/* Hero Carousel */
#carouselExample {
  height: auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

/* Carousel Items */
.hero-section .carousel-item {
  display: none;
  height: 90%;
}

.hero-section .carousel-item-next,
.hero-section .carousel-item-prev,
.hero-section .carousel-item.active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 90%;
}

.post-slider {
  display: flex;
  align-items: center;
  /* vertically center the image */
  justify-content: center;
  /* horizontally center */
  height: 100%;
  /* fill parent height */
}

/* Carousel Indicators */
.hero-section-carousel-indicators {
  align-items: end;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
  justify-content: end;
  margin-right: 0 !important;
}

.hero-section-carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0f0f0f;
}

.principle-items {
  transition: opacity 0.5s ease-in-out;
  height: 80px;
}

.fade-out {
  animation: fadeOut 0.5s forwards;
}

.fade-in {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0.2;
  }

  40% {
    opacity: 0.4;
  }

  60% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

.slider {
  height: 100px;
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
}

@keyframes scrollRTL {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scrollLTR {
  0% {
    transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
  }
}

.slider .slide-track {
  display: flex;
  width: calc(250px * 20);
  animation: scrollRTL 20s linear infinite;
  gap: 2rem;
}

.slider:first-child .slide-track {
  animation: scrollRTL 20s linear infinite;
}

.slider:nth-child(2) .slide-track {
  animation: scrollLTR 20s linear infinite;
}

.slider:nth-child(3) .slide-track {
  animation: scrollRTL 20s linear infinite;
}

#changing-text {
  position: relative;
  height: 3rem;
  overflow: hidden;
  color: #186bab;
  animation: slideUp 2s infinite;
  font-weight: bold;
  text-align: left;
  font-size: clamp(18px, 1vw, 24px);

}

.text-animation {
  position: absolute;
  width: 100%;
  font-size: 38px;
  height: 50px;
  overflow: hidden;
  margin: 0;
  transition: all 1s ease-in-out;
}

.enter {
  animation: slideIn 2s forwards;
}

.exit {
  animation: slideOut 2s forwards;
}

@keyframes slideIn {
  from {
    top: 10px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    top: 0;
    opacity: 1;
  }

  to {
    top: -50px;
    opacity: 0;
  }
}

.tek-gro-cta-button {
  background-color: transparent;
  border: 2px solid #186bab;
  color: #186bab;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.testimonial-container {
  width: fit-content;
  height: 50px;
}

.testimonial-icon {
  height: 30px;
}

.consultation-form {
  position: relative;
  background-color: #f2f8ff;

  border-radius: 5px;
  padding: 30px;
}

.corner-decoration {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #b8e0ff;
  z-index: -1;
}

.top-left {
  top: -8px;
  left: -8px;
}

.bottom-right {
  bottom: -8px;
  right: -8px;
}

.bg-blue {
  background-color: #0d6efd;
  /* Bootstrap primary blue */
}

.form-control::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.position-blog-button {
  position: absolute;
  left: 15px;
  bottom: -10px;
}

.custom-gx-2rem {
  --bs-gutter-x: 2rem;
}

.card {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}

/* Trust Card Section Styles */
.trust-card {
  position: relative;
  /* padding: 0rem; */
  height: 65rem;
  overflow: hidden;
  background-image: url(asset/img/trust-card/desktop.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -5rem !important;
}

/* Trust Card Section Styles */
.trust-card-mobile {
  position: relative;
  margin-top: -13rem;
  overflow: hidden;
  background-image: url("asset/img/trust-card/mobile-curve.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1rem 0;
}


.trust-card .container {
  width: auto;
  margin-top: 10rem !important;
  position: relative;
  padding: 0 5rem;
}

.trust-card .video-carousel-container {
  position: relative;
  width: 100%;
  height: 50vh;
  margin-top: 1rem;
  margin-bottom: 50px;
  overflow: hidden;
}

.trust-card .video-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.trust-card .video-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

.trust-card .carousel-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-card .video-slide.active {
  opacity: 1;
}

.trust-card .video-content {
  color: white;
  text-align: center;
  padding: 20px;
  max-width: 800px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.trust-card .quote-text {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.trust-card .description {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.trust-card .author-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.trust-card .author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.trust-card .author-details h3 {
  margin: 0;
  font-size: 1.2rem;
}

.trust-card .author-details p {
  margin: 5px 0;
  font-size: 0.9rem;
}

.trust-card .related-carousel-container {
  position: relative;
  width: 100%;
  height: 250px;
  margin-top: -127px;
  z-index: 2;
}

.trust-card .related-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 2000px;
  overflow: visible;
}

.trust-card .card-slide {
  position: absolute;
  width: clamp(100px, 30vw, 480px) !important;
  height: 116px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  transform-style: preserve-3d;
  cursor: pointer;
  pointer-events: none;
  visibility: hidden;
}

.trust-card .card-slide.visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.trust-card .card-slide.visible.prev {
  transform: translateX(-82%) scale(0.85) translateZ(-50px);
  z-index: 5;
}

.trust-card .card-slide.visible.active {
  transform: translateX(0) scale(1.05) translateZ(0);
  z-index: 10;
  height: fit-content;
}

/* Right card */
.trust-card .card-slide.visible.next {
  transform: translateX(82%) scale(0.85) translateZ(-50px);
  z-index: 5;
}

.trust-card .testimonial-card {
  background: white;
  border-radius: 2px;
  width: clamp(100px, 30vw, 480px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: end;
  gap: 20px;
  height: 100%;
  transition: all 0.5s ease;
  transform-origin: center center;
  overflow: hidden;
}

.trust-card .active .testimonial-card {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.trust-card .card-content {
  flex: 1;
  transition: all 0.5s ease;
  transform-origin: top;
}

.trust-card .card-slide:not(.active) .card-content p,
.trust-card .card-slide:not(.active) .rating {
  height: 0;
  margin: 0;
  transform: translateY(-10px);
}

.trust-card .card-slide.active .card-content p,
.trust-card .card-slide.active .rating {
  opacity: 1;
  height: auto;
  margin: 8px 0;
  transform: translateY(0);
}

.trust-card .card-content h4 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trust-card .card-content p {
  margin: 8px 0;
  font-size: 1.1rem;
  color: #666;
  transition: all 0.5s ease;
}

.trust-card .rating {
  color: #ffd700;
  font-size: 1.1rem;
  transition: all 0.5s ease;
}

.trust-card .rating span {
  color: #333;
  margin-right: 5px;
}

/* Carousel Indicators */
.trust-card .carousel-indicators {
  display: flex !important;
  gap: 10px !important;
  z-index: 15 !important;
  top: 20rem !important;
}

.trust-card .indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3498db;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.trust-card .indicator:hover {
  background: rgba(52, 152, 219, 0.3);
}

.trust-card .indicator.active {
  background: #3498db;
  transform: scale(1.2);
}

.card-of-trust-quote-icon {
  width: 32px;
}

.card-of-trust-author-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.card-of-trust-rating-icon {
  width: 20px;
}

.card-of-trust-rating-stars {
  width: 80px;
}

/* .carousel-inner {

    margin-top: 2rem;
   
} */

.video-carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video-carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.video-slide {
  min-width: 100%;
  position: relative;
  z-index: 1;
}

.carousel-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.placeholder-content {
  width: 100%;
  height: 100%;
}

.thumbnail-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 300px;
  background: rgba(255, 255, 255, 0.9);
  /* ... */
}

.video-slide {
  z-index: 1;
}

.video-slide.active {
  z-index: 2;
}

.thumbnail-card {
  z-index: 3;
}

.related-carousel-container {
  z-index: 4;
}

.carousel-indicators {
  z-index: 0;
}

.video-slide.active .carousel-placeholder {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.trust-card .card-slide {
  width: clamp(300px, 36vw, 600px);
}

.trust-card .card-slide.visible.next .testimonial-card {
  padding-left: 80px;
}

.card-slide.active.visible .testimonial-card {
  border-bottom: 4px solid #3498db;
}

.card-slide.active.visible .card-of-trust-author {
  border-top: 1px solid #3498db;
  padding-top: 12px;
  margin-top: 12px;
}

.custom-indicators {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  position: static;
  transform: none;
}

.custom-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #d9d9d9;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 1;
}

.custom-indicators button.active {
  background-color: #000;
}

.custom-indicators button:hover {
  background-color: #666;
}

.main-commitment-section, .crafted-smooth {
  /* padding: 80px 0; */
  background: linear-gradient(180deg,
      #f2f8ff 0%,
      #d2e8ff 50%,
      rgba(242, 248, 255, 0.8) 100%);
}

.main-commitment-section .section-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

.main-commitment-section .card-container {
  display: flex;
  padding: 0;
  min-height: 400px;
  gap: 0;
}

.main-commitment-section .card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  flex: 2;
  border: none;
  border-radius: 0;
}

.main-commitment-section .card-1 {
  flex: 2;
  background-image: url("asset/img/commitment/first-slide.png");
}

.main-commitment-section .card-2 {
  background-image: url("asset/img/commitment/second-slide.png");
  flex: 2;
}

.main-commitment-section .card-3 {
  background-image: url("asset/img/commitment/third-slide.png");
  flex: 2;
}

.main-commitment-section .card-content {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  padding: 20px;
  color: white;
  /* transform: translateY(100%); */
  border: none;
  border-radius: 0;
}

.main-commitment-section .card.active .card-content {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.main-commitment-section .card-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  z-index: 2;
}

.main-commitment-section .card:not(.active) .card-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  z-index: 2;
  white-space: nowrap;
}

.main-commitment-section .card:not(.active) .content-wrapper {
  display: none;
}

.main-commitment-section .card.active~.card,
.main-commitment-section .card.active+.card {
  flex: 2;
}

.main-commitment-section .card.active {
  flex: 8;
}

.main-commitment-section .card.active .card-content {
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}

.main-commitment-section .card.active .card-header {
  transform: rotate(0) translate(0, 0);
  position: relative;
  top: 0;
  left: -19px;
  margin-bottom: 1rem;
}

.main-commitment-section .card.active .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.main-commitment-section .card.active .content-text {
  margin-bottom: 0;
}

.main-commitment-section .card.active .content-text p {

  margin: 0 0 20px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.main-commitment-section .card.active .content-text p:last-child {
  margin-bottom: 0;
}

.main-commitment-section .learn-more {
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.main-commitment-section .extend-icon {
  transition: transform 0.3s ease;
}

.main-commitment-section .learn-more:hover .extend-icon {
  transform: translateX(5px);
}

.extend-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-commitment-section .card.active .extend-logo {
  opacity: 1;
}

.services-container {
  overflow-x: hidden;
}

/* Base styles for the carousel items */
.custom-carousel-item-container {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  /* Add cursor pointer for better UX */
}

.custom-carousel-item-container img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.custom-image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}

.custom-carousel-item-container:hover img,
.custom-carousel-item-container:focus img,
.custom-carousel-item-container:active img {
  filter: grayscale(0%);
}

.custom-carousel-item-container:hover .custom-image-text,
.custom-carousel-item-container:focus .custom-image-text,
.custom-carousel-item-container:active .custom-image-text {
  color: white;
  opacity: 1;
}

.custom-carousel-item-container {
  background-color: #fff;

  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.custom-image-text {
  font-size: 14px;
  color: #555;
  text-align: center;
}

.custom-carousel-controls-mobile {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
}

.custom-carousel-controls-mobile .carousel-control-prev,
.custom-carousel-controls-mobile .carousel-control-next {
  position: static;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* smarter-solutions-homeapge */
.img-20 {
  height: 30px;
}

.blue-header {
  color: #186bab;

  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 600;
}

.homepage-blue-header {
  color: #186bab;

  font-size: clamp(24px, 1.5vw, 32px) !important;
  font-weight: 600;
}

/* ===== Card Styles ===== */
.card-video {
  background: #fff;
  border: none;
  transition: transform 0.3s ease;
}

.card-video:hover {
  transform: translateY(-3px);
}

.card-testimonial {
  background: #fff;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.card-testimonial:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ===== Text Styles ===== */
.card-testimonial-quote {
  color: #186bab;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.card-testimonial-text {
  font-size: 11px;
  color: #333;
  line-height: 1.5;
}

.card-search-text {
  font-size: 12px;
  color: #555;
}

/* ===== Author Section ===== */
.card-author {
  padding-top: 0.75rem;
  border-top: 2px solid #1f89b9;
}

.card-author-name {
  font-size: 12px;
  color: #222;
  margin-bottom: 0.25rem;
}

.card-author-position {
  font-size: 12px;
  color: #777;
}

/* ===== Rating Styles ===== */
.card-rating img {
  width: 15px;
  height: auto;
}

.card-rating img:last-child {
  width: 60px;
}

/* ===== Indicators ===== */
.card-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  margin: 0 3px;
  padding: 0;
}

.card-indicators button.active {
  background: #186bab;
  width: 20px;
  border-radius: 4px;
}

.card-body {
  background-color: #ecf5ff;
}

.commitment-box {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.custom-box-content {
  position: relative;
  z-index: 2;
  padding: 0 16px;
}
@media(min-width: 1024px) {
  
.custom-box-content {
  width: 75%;
}
}
.custom-box-content h3 {
  font-weight: 600;
  font-size: 24px;
  color: #fafafa;
}

@media (min-width: 1280px) {
  .custom-box-content h3 {
    font-size: 36px;
  }
}

.custom-box-content p {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #f1f1f1;
}

.purpose-row {
  /* background: url("asset/img/connection/purpose.png") no-repeat center center; */
  background-size: 100% 100%;
}

.mission-row {
  /* background: url("asset/img/connection/mission.png") no-repeat center center; */
  background-size: 100% 100%;
}

.vision-row {
  background: url("asset/img/connection/values.png") no-repeat center center;
  background-size: 100% 100%;
}

/* mobile-hero-section */

.hero-custom-section .custom-img {
  height: auto !important;
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}

section {
  padding: 3rem 0;
}

.fs-12 {
  font-size: clamp(12px, 1vw, 16px);
}

/*   End Blog and Details */

/* this is new addes sectiio  */

.icon-img {
  transition: all 0.3s ease;
}

.content-item {
  display: none;
}

.content-item.active {
  display: flex;
}

/* ==========  Blog Details ============ */
.blogdetailpost .leftside,
.blogdetailpost .rightside {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.enroll {
  width: 100%;
  height: 45vh;
  background-size: cover !important;
  border: 0.74px solid #d9d9d9;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-size: cover !important;
}

.clc-logo {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.enroll h4 {

  background: #fff;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  color: #1a75bb;
}

img.course-logo {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0.1rem 0;
}

.enroll .row div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: x-small;
  text-align: center;
  margin: 0.5rem 0;
}

/* ------------------------------- Advertisemnet  ------------------------------------------*/
.advertisement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 1rem 0;
  background: var(--light-blue);
  padding: 1rem;
  border-radius: var(--rounded-small);
}

.ad-image {
  flex: 1;
  max-width: 40%;
}

.ad-image img {
  width: 100%;
  height: auto;
}

.ad-image-2 {
  flex: 1;
  max-width: 100%;
  height: 200px;
}

.ad-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ad-image-3 {
  display: flex;
}

.ad-content {
  flex: 2;
  padding-left: 20px;
}

.ad-content h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--dark-blue);
}

.ad-feature {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 0.5rem;
  padding: 0.1rem 0;
}

.ad-list p {
  font-size: 11px;
  margin: 0.5rem 0;
}

.ad-feature p {
  margin: 0;
}

.advertisement-form {
  color: white;
  background-size: cover;
  background-position: center;
}

/* Recommended posts  */
.scrollable-container {
  max-width: 100%;
  overflow-x: auto;
}

.scrollable-container::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  margin-bottom: 1rem;
}

.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.scrollable-container::-webkit-scrollbar-track {
  background: transparent;
}

.card-custom {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.card-img-top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.tag {
  border: 1px solid var(--button-green);
  color: var(--button-green);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}

.content-preview {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more {
  color: var(--button-green);
}

/*   End Blog and Details */

/* responsivenss
*/

/* cardssss
 */

/* surya
 .smarter-solutions {
  padding: 0rem 0;
  position: relative;
} */

.icon-container .col-1 {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.icon-container .col-1:hover {
  transform: translateY(-5px);
}

.icon-container .col-1 div {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.icon-container .col-1:hover div {
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Icon wrapper */
.icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

/* Icon states */
.active-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #0d6efd;
}

.inactive-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #6c757d;
}

.icon-container .col-1:hover .active-icon {
  display: block;
}

.icon-container .col-1:hover .inactive-icon {
  display: none;
}

/* Text color */
.icon-text {
  color: #6c757d;
  transition: color 0.3s ease;
}

.icon-container .col-1:hover .icon-text,
.icon-container .col-1.active .icon-text {
  color: #10c200;
}

/* Content container to hold all sections */
.content-container {
  position: relative;
  min-height: 400px;
  margin-top: 0rem;
}

.icon-body1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.icon-body1[style*="display: flex"] {
  opacity: 1;
  visibility: visible;
}

.bg-light-blue {
  background-color: #e9f0ff;
}

.img-20 {
  width: 20px;
  height: 20px;
}

.custom-svg {
  width: 15ppx;
}

.separator {
  color: #0d6efd;
  /* Light Blue color */
  font-size: 0.8rem;
  /* Smaller font size */
  line-height: 1;
}

.percentage-container {
  display: flex;
  padding: 20px;
  justify-content: space-around;
  align-items: center;
}

.growth {
  text-align: center;
}

.growth:nth-child(2) {
  border-width: 1px;
  padding: 10px 30px 10px 30px;
  border-color: transparent #186bab transparent #186bab;
  border-style: solid;
}

.growth h2 {

  font-weight: 700;
  font-size: 40px;
  color: #186bab;
}

.growth span {

  font-weight: 400;
  font-size: 20px;
  color: #000;
}

custom-img img {
  width: 75%;
  height: 100%;
  object-fit: contain;
}

.blog-top-header {

  font-weight: 600;
  font-size: 32px;
  color: #186bab;
}

.cw-80 {
  width: 80%;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
  background-color: #111827;
}

.accordion-flush>.accordion-item {
  border: 0;
}

.still-have-questions {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #d0e7ff;
  border-radius: 8px;
  padding: 30px 0px;
  height: 238px;
}

#eventDate, select {
    word-wrap: normal;
    font-size: 14px;
    border: none;
    background: #f2f2f2;
    border-radius: 30px;
    padding: 10px 30px;
}