* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.logo {
  width: 200px;
}

a {
  text-decoration: none;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.navbar-nav .nav-link.active {
  color: #fd4a2b;
}

.navbar {
  padding: 20px 0 !important;
}

.nav-top {
  background-color: #01386b;
  padding: 10px 0;
}

.top-section-navbar {
  display: flex;
  justify-content: space-between;
}

.top-right-section {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header_section .top-right-section,
.top-right-section a {
  color: #fff;
  font-size: 14px;
}

.support_login a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header_section .contact-details a {
  color: #fff;
  font-size: 14px;
}

.header_section .contact-details {
  display: flex;
  gap: 40px;
}

.header_section .contact-details i {
  margin-right: 10px;
}

.header_section .social-icons i {
  color: #fff;
  margin-right: 10px;
  font-size: 25px;
}

#header {
  transition: background-color 0.3sease, padding 0.3sease, top 0.3sease;
}

.hero-section {
  background: url(../images/banner-8.webp) no-repeat;
  background-size: cover;
}

.hero-section h1 {
  font-size: 54px;
  font-weight: 500;
}

.hero-section h2 {
  font-size: 38px;
  font-weight: 500;
}

.hero-section p {
  font-size: 25px;
  font-weight: 500;
}

.knw-more-bnr {
  background-color: #fd4a2b;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 18px;
  align-items: center;
}

.header-wrapper {
  height: 82vh;
  text-align: center;
}

.bg-blue {
  background-color: #eff6f7;
}

.main-clr {
  color: #fd4a2b;
}

@keyframes sonar {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.video-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fd4a2b;
  opacity: 1;
  width: 70px;
  height: 70px;
  font-size: 30px;
  border: none;
}

.video-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fd4a2b;
  animation: sonar 1.5s infinite ease-out;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 5px;
  transition: all 0.4s linear;
  color: #fff;
}

.main-sub-clr {
  color: #01386b;
}

.shape-circle img {
  width: 25%;
  position: absolute;
  z-index: -1;
}

.count {
  padding: 80px 0px;
  position: relative;
}

.count-heading {
  color: #01386b;
  padding-bottom: 30px;
  font-weight: bold;
}

.count-box {
  display: flex;
  align-items: stretch;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px 0;
  border-radius: 8px;
}

.count-num {
  border-right: #a0a1a8 1px solid;
  padding: 0 15px 0 10px;
  display: flex;
  align-items: center;
  font-size: 35px;
  color: #fd4a2b;
}

.count-text {
  padding-left: 15px;
}

.knowmore_btn {
  background-color: #fd4a2b;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  margin-left: 20px;
}

.list-about-eduate li {
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.title-about-eduate {
  font-weight: bold;
  color: #01386b;
  font-size: 37px;
}

.about-eduate {
  padding: 40px 0;
}

.title-why-eduate {
  font-weight: bold;
  color: #01386b;
}

.icon-container-why-eduate {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.text-icon p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.icon-why-eduate,
.text-icon {
  padding-bottom: 20px;
}

.why-my-eduate {
  padding: 50px 80px;
}

.blogs-heading h3 {
  color: #d90a2c;
  font-size: 36px;
}

.blogs-heading p {
  font-size: 26px;
  font-weight: normal;
}

.readmorebtn-text {
  color: #fd4a2b;
}

.blogs {
  padding: 40px 0;
}

.blog-section h3 {
  font-size: 36px;
  color: #d90a2c;
}

.only-whoweare-pg {
  padding-bottom: 40px;
  padding-top: 0 !important;
}

.blog-card {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-card-body h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.blog-card-body p {
  font-size: 1rem;
  color: #555;
}

.blogs-heading-top h3 {
  color: #01386b;
  font-weight: bold;
  padding-bottom: 20px;
}

.demo_btn {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: normal;
  padding: 5px 15px;
  border: 2px solid #01386b;
  color: #01386b;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s;
  margin-right: 20px;
}

.demo_btn:hover {
  color: #fff;
  background-color: #01386b;
}

.login_btn {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: normal;
  padding: 10px 25px;
  color: #fff;
  background-color: #fd4a2b;
  transition: background-color 0.3sease, color 0.3s;
  letter-spacing: 1px;
}

.clients-text {
  border-right: #a0a1a8 1px solid;
}

.client-logs-scrolling {
  padding: 50px 0;
}

.title-clients-bold {
  color: #fd4a2b;
  font-weight: bold;
}

.dull-clr-title-clients {
  color: #1c3057;
  font-size: 37px;
}

.Clients {
  padding: 50px 0;
}

.logo-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: calc(200px * 16);
  /* 16 logos x 200px each */
  animation: scroll-left 30s linear infinite;
}

.img-wish-logo {
  width: 350px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  padding: 10px;
  box-sizing: border-box;
}

.img-wish-logo img {
  height: 120px;
  width: 100%;
  object-fit: contain;
}

/* Animation keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ----------------------------------------------- */
.border-right {
  border-right: #f5f5f5 2px solid;
}

.features-eduate .icon-container {
  position: relative;
}

.features-eduate .image-wrapper {
  position: relative;
  display: inline-block;
}

.features-eduate .image-wrapper img {
  width: 200px;
  height: auto;
}

.features-eduate .image-wrapper i {
  position: absolute;
  top: 76%;
  left: 75%;
  font-size: 32px;
  color: #1c3057;
}

.features-title {
  font-size: 37px;
  color: #01386b;
  font-weight: bold;
}

.fe-title {
  color: #fd4a2b;
  font-weight: bold;
  text-transform: uppercase;
}

.fe-text {
  color: #01386b;
  font-size: 15px;
}

.fe-sno {
  color: #01386b;
  font-weight: 500;
}

.fe-subline {
  font-size: 14px;
  color: #000;
}

.title-feathers:hover .fe-sno,
.title-feathers:hover .circle-arrow-right {
  color: #fd4a2b;
}

.feature-1,
.feature-2 {
  padding: 30px 0;
}

.fe-btn {
  background-color: #fd4a2b;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  display: inline-block;
}

.footer-bg {
  background-color: #1e2433;
  color: #7b798a;
  padding: 50px 0;
}

.contact-info {
  display: flex;
}

.contact-info span,
.contact-info i {
  margin-right: 10px;
}

.social-icons-footer {
  color: #7b798a;
}

.social-icons-footer a {
  margin-right: 10px;
  color: #7b798a;
  font-size: 22px;
}

.footer-list li {
  list-style: none;
  padding-bottom: 10px;
}

.footer-list {
  padding-left: 0;
}

.footer-list li a {
  color: #7b798a;
}

.footer-bg h5 {
  color: #fff;
}

.quick_links {
  display: flex;
  justify-content: center;
}

.copy-right a,
.copy-right p {
  color: #fff;
}

.copy-right {
  background-color: #fd4a2b;
  padding: 3px 0;
}

.more-feathers {
  text-decoration: none;
  color: #01386b;
  font-size: 60px;
  text-align: center;
}

.copy-left-content {
  color: #fff;
}

.copy-left-content a,
.copy-right-content p {
  font-size: 14px;
}

.footer-eduate p {
  font-size: 15px;
}

.news-letter h5 {
  margin-bottom: 20px;
}

.news-letter input[type="email"] {
  border-radius: 8px;
  background-color: #7b798a;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  border: none;
  font-size: 15px;
}

.news-letter input[type="email"]::placeholder {
  color: #fff;
}

.news-letter button {
  border-radius: 8px;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 15px;
}

.modal-bg {
  background: url(../images/modal-bg.webp) no-repeat;
  background-size: cover;
}

.btn-form-sub {
  background-color: #01386b;
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  border: none;
}

.bg-modal-popup {
  background-color: #fd4a2b;
  color: #fff;
}

#topButton {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  background-color: #fd4a2b;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  transition: background-color 0.3sease;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

/* fixed-icon */

.social-dropdown {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
}

.social-toggle {
  width: 70px;
  height: 70px;
  background-color: #01386b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3sease;
  font-size: 30px;
}

/* .social-toggle:hover {
    background-color: #5b4cdb;
} */

.social-menu {
  position: absolute;
  bottom: 60px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.2s ease;
  /* Changed to 0.2s as requested */
}

.social-dropdown:hover .social-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.social-item {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  /* Changed to 0.2s as requested */
}

.social-item:hover {
  transform: scale(1.1);
}

.mail {
  background-color: #3b5998;
}

.phone {
  background-color: #1da1f2;
}

.linkedin {
  background-color: #0a66c2;
}

.sms {
  background-color: rgb(71, 188, 160);
}

/* Contact Form Styles */
/* .contact-form {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 280px;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    transition: all 0.3s ease;
}

.contact-form.show {
    display: block;
}

.form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #6c757d;
}

.form-close:hover {
    color: #000;
} */

/* WHY EDUATE PAGE */

/* ************page Who we are************* */

.whoweare-eduate h3 {
  font-weight: bold;
  color: #01386b;
  font-size: 37px;
}

.whoweare-eduate {
  position: relative;
  padding: 80px 0;
}

.whoweare-pattern-top {
  position: absolute;
  top: 0;
  z-index: -173;
}

.whoweare-pattern-top img {
  width: 15%;
}

.title-nav-pills h5 {
  color: #01386b;
  font-weight: bold;
  font-size: 22px;
}

.nav-pills-dashboard {
  display: flex;
  justify-content: space-between;
}

.number-dashboard {
  color: #01386b;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 18px;
  margin-right: 10px;
  height: 40px;
}

.nav-tabs-section .nav-pills .nav-link {
  transition: all 0.5s ease-in-out;
}

.tab-pane img {
  width: 100%;
  transition: opacity 1s ease-in-out;
}

.nav-tabs-section {
  background-color: #f5f5f5;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.nav-tabs-section .nav-pills .nav-link {
  transition: all 0.5s ease-in-out;
}

.tab-title {
  color: #fd4a2b;
}

.tab-pane img {
  width: 100%;
  transition: opacity 1s ease-in-out;
}

.nav-link p {
  color: #01386b;
}

.nav-pills .nav-link {
  color: #000 !important;
  margin-bottom: 20px;
  text-align: start;
}

.title-nav-pills {
  text-align: center;
  padding: 40px 0px 0px 0px;
}

.nav-pill-title {
  color: #fd4a2b;
  font-size: 20px;
  border-radius: 8px;
}

.nav-pill-title-text {
  font-weight: bold;
  font-size: 22px;
  color: #01386b;
}

.reasons_choose_myeduate {
  padding: 80px 0;
}

.reasons_choose_myeduate .flex-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.reasons_choose_myeduate .flex-container img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}

.reasons_choose_myeduate .text-content {
  flex-grow: 1;
}

.text-content h5 {
  margin-bottom: 10px;
}

.title-choose-myeduate h3 {
  font-weight: bold;
  color: #01386b;
  font-size: 37px;
}

.reasons_choose_myeduate .flex-container h5 {
  color: #fd4a2b;
  font-weight: bold;
}

.reasons_choose_myeduate .flex-container p {
  font-size: 14px;
}

/****************** page-why-eduate***************** */
.why-eduate {
  padding: 80px 0;
}

.why-eduate-title h3 {
  font-weight: bold;
  color: #01386b;
  font-size: 37px;
}

.list-app-feathures {
  list-style-type: none;
  padding: 0;
  font-family: Arial, sans-serif;
}

.list-app-feathures li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  color: #01386b;
}

.list-app-feathures li::before {
  content: "\2714";
  color: #fd4a2b;
  margin-right: 10px;
}

.esis-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.esis-logo {
  border-right: #a0a1a8 1px solid;
  padding: 0 15px 0 10px;
}

.on-premise-solutions h3,
.implementation h3 {
  font-weight: bold;
  color: #01386b;
  font-size: 37px;
}

.implementation {
  padding: 80px 0;
}

/*  */
.challanges {
  padding-bottom: 40px;
}

.challanges .feature-box {
  position: relative;
  width: 300px;
  text-align: left;
}

.challanges .number {
  font-size: 80px;
  font-weight: bold;
  color: #ececec;
  position: absolute;
  top: -74px;
  left: 0;
  z-index: -1;
}

.challanges .title {
  font-size: 20px;
  font-weight: bold;
  color: #263238;
  margin-bottom: 10px;
}

.challanges .description {
  font-size: 16px;
  color: #01386b;
  line-height: 1.5;
}

.challanges .underline {
  width: 50px;
  height: 3px;
  background-color: #fd4a2b;
  margin-top: 10px;
}

.challanges .title-challanges h3 {
  color: #01386b;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.title-solutions h3 {
  font-weight: bold;
  color: #01386b;
  text-align: center;
}

/*********** Page-- Solutions ***************/

.solutions-list ul li {
  list-style-type: none;
  padding: 0;
}

.solutions-list li {
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 8px;
}

.solutions-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #fd4a2b;
}

.solutions {
  padding: 80px 0;
}

.solutions h5 {
  font-weight: 500;
  text-transform: uppercase;
  color: #fd4a2b;
}

.nav-pills-solutions li.active a {
  background-color: #fd4a2b;
  color: #fff;
}

.nav-items-all li a {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.375rem;
  color: #01386b;
}

.nav-pills-solutions .nav-items-all h3 {
  color: #01386b;
  font-weight: bold;
  padding-bottom: 15px;
}

.nav-pills-solutions li a:hover {
  background-color: #fd4a2b;
  color: #fff;
}

.nav-items-all li {
  margin-bottom: 12px;
}

.nav-items-all {
  background-color: #f8f9fa;
  padding: 20px;
}

.screenshot-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.screenshot-container img {
  width: 100%;
  height: auto;
}
.label {
  position: absolute;
  background: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.label img {
  width: 20px;
  height: 20px;
}
.label-green {
  top: 10%;
  left: 5%;
  border: 2px solid green;
}
.label-orange {
  bottom: 20%;
  left: 5%;
  border: 2px solid orange;
}
.label-blue {
  top: 10%;
  right: 5%;
  border: 2px solid blue;
}
.label-black {
  bottom: 2%;
  right: 5%;
  border: 2px solid black;
}

@media (max-width: 600px) {
  .label {
    font-size: 12px;
    padding: 8px;
  }
  .label-green {
    top: 5%;
    left: 2%;
  }
  .label-orange {
    bottom: 15%;
    left: 2%;
  }
  .label-blue {
    top: 5%;
    right: 2%;
  }
  .label-black {
    bottom: 15%;
    right: 2%;
  }
}

.heading-solution {
  color: #fd4a2b;
}

.nav-pills-solutions {
  padding: 60px 0;
}

.btn-solution {
  background-color: #fd4a2b;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
}

.cta-content {
  background-color: #01386b;
  color: #fff;
  padding: 40px 20px 40px 20px;
  text-align: center;
}

.note {
  color: #fd4a2b;
}

.title-casestudies {
  font-size: 36px;
  font-weight: bold;
  color: #01386b;
  margin-bottom: 10px;
  text-align: center;
}

.casestudies {
  background-color: #f4f4f9;
  padding: 60px 20px;
}

.casestudies .container {
  max-width: 1200px;
  margin: 0 auto;
}

.casestudies .titel-finace {
  font-size: 22px;
  color: #fd4a2b;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.casestudies p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.casestudies .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.casestudies .col-lg-6 {
  flex: 0 0 48%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.casestudies .before,
.casestudies .after {
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
}

.casestudies ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #01386b;
}

.casestudies li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.casestudies li b {
  color: #fd4a2b;
}

.after {
  position: relative;
  background-color: #fff;
  padding: 20px;
}

.after::before {
  content: "";
  background: url(../images/My-Eduate\ logo\ icon.png) no-repeat center center;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: contain;
}

.after * {
  position: relative;
  z-index: 1;
  color: #333;
}

.casestudiesall {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.casestudiesall:hover {
  transform: translateY(-5px);
}

.casestudiesall img {
  border-bottom: 1px solid #eee;
  height: 250px;
  object-fit: cover;
}

.casestudiesall h3 {
  color: #01386b;
  font-size: 1.4rem;
  margin: 20px 20px 10px;
  line-height: 1.3;
}

.casestudiesall p {
  color: #7f8c8d;
  font-size: 1rem;
  margin: 0 20px 20px;
  line-height: 1.5;
}

.casestudiesall a {
  display: inline-block;
  color: #fd4a2b;
  text-decoration: none;
  font-weight: 600;
  margin: 0 20px 20px;
  transition: color 0.3s ease;
}

.casestudiesall a:hover {
  color: #fd4a2b;
}

.casestudiesall a i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.casestudiesall a:hover i {
  transform: translateX(3px);
}

.casestudies-myeduate {
  padding: 60px 0;
}

.case-studies-intro {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}

.key-outcomes h5,
.conclusion h5 {
  font-size: 22px;
  color: #fd4a2b;
  font-weight: 600;
}

/* clients */

.clients-says-test {
  background-color: #01386b;
  color: #fff;
  padding: 15px;
}
.clients-says-test img {
  position: relative;
  top: -30px;
}

.clients .clients_text h1 {
  color: #fd4a2b;
  font-weight: bold;
}

.clients .clients_text h3 {
  color: #01386b;
}

.clients {
  padding: 30px 0;
}

/* custom dropdown */

.dropdown-desktop_only {
  display: block !important;
}

.dropdown-mobile_only {
  display: none !important;
}

.custom-dropdown {
  display: flex;
  gap: 60px;
  padding: 15px;
  background: #ffffff;
  border-radius: 0px;
  width: fit-content;
}

.dropdown-menu {
  transform: translateX(-50%);
}

.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.dropdown-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.dropdown-item:hover {
  background: unset;
  color: unset;
}

.menu-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  padding: 5px;
  border-radius: 5px;
}

.sup-new {
  background-color: #f0f0f0;
  color: black;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin-left: 7px;
}

.bs-example {
  margin: auto;
  width: 25%;
}

@media screen {
  .dropdown-menu {
    margin: auto;
  }

  .dropdown-toggle {
    margin: auto;
  }

  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin: auto;
  }
}

.custom-dropdown.zoom {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.nav-item.dropdown:hover .custom-dropdown.zoom {
  transform: scale(1);
}

.dropdown-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* -----------------------------time-line-css---------------------------------------- */

/* 3D Timeline Animation */
.educate_timeline-container {
  font-family: Arial, sans-serif;
  padding: 2rem;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  perspective: 1000px;
}

.educate_timeline {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  position: relative;
}

.educate_timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: linear-gradient(to bottom, #d3e0e9, #fd4a2b, #d3e0e9);
  transform: translateX(-50%) translateZ(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.educate_timeline .left,
.educate_timeline .right {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.educate_timeline .left {
  grid-column: 1 / 2;
  text-align: right;
  align-items: flex-end;
}

.educate_timeline .right {
  grid-column: 3 / 4;
  text-align: left;
  align-items: flex-start;
}

.educate_timeline .center-dot {
  grid-column: 2 / 3;
  position: relative;
}

.educate_timeline .center-dot::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(30px);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 4px solid #fd4a2b;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 15px rgba(253, 74, 43, 0.5);
}

.milestone {
  position: relative;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  margin: 1rem 0;
  padding: 1.5rem;
  border-radius: 8px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.milestone .year {
  background: #fd4a2b;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 14px;
  font-weight: bold;
  transform: translateZ(20px);
}

.milestone p {
  margin: 0;
  transform: translateZ(10px);
}

.milestone h3 {
  font-size: 20px;
  font-weight: 400;
  transform: translateZ(20px);
}

.milestone_all .milestone img {
  width: 80px;
  height: 80px;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}

.heading-milestone h3 {
  font-weight: bold;
  color: #01386b;
  font-size: 37px;
  margin-bottom: 2rem;
}

/* 3D Animation Classes */
.animate-3d-left {
  transform: rotateY(10deg) translateX(20px);
  opacity: 0;
  animation: fadeInLeft3D 1s forwards;
}

.animate-3d-right {
  transform: rotateY(-10deg) translateX(-20px);
  opacity: 0;
  animation: fadeInRight3D 1s forwards;
}

.logo-3d {
  transform: rotateY(0deg) translateZ(30px);
  transition: transform 0.5s ease;
}

.logo-3d:hover {
  transform: rotateY(20deg) translateZ(30px);
}

.pulse::before {
  animation: pulse 2s infinite;
}

/* Keyframes */
@keyframes fadeInLeft3D {
  to {
    transform: rotateY(0deg) translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight3D {
  to {
    transform: rotateY(0deg) translateX(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) translateZ(30px) scale(1);
    box-shadow: 0 0 15px rgba(253, 74, 43, 0.5);
  }
  50% {
    transform: translate(-50%, -50%) translateZ(30px) scale(1.2);
    box-shadow: 0 0 25px rgba(253, 74, 43, 0.8);
  }
  100% {
    transform: translate(-50%, -50%) translateZ(30px) scale(1);
    box-shadow: 0 0 15px rgba(253, 74, 43, 0.5);
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .educate_timeline {
    grid-template-columns: 1fr;
  }

  .educate_timeline::before {
    left: 20px;
  }

  .educate_timeline .left,
  .educate_timeline .right {
    grid-column: 1;
    text-align: left;
    align-items: flex-start;
  }

  .educate_timeline .center-dot::before {
    left: 0;
    transform: translateY(-50%) translateZ(30px);
  }

  .animate-3d-left,
  .animate-3d-right {
    transform: none;
    animation: fadeInMobile 1s forwards;
  }
}

@keyframes fadeInMobile {
  to {
    opacity: 1;
  }
}

/* -----------------------------time-line-css end---------------------------------------- */

/* testimonal */

.client-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
}

.allclients-logos .title-client-logo h3 {
  color: #fd4a2b;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.more-logo h3 {
  color: #01386b;
  font-weight: bold;
  text-align: end;
}

.client-logos-grid img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-logos-grid img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .client-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .client-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .client-logos-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-section {
  padding: 40px 20px;
  background: #fff;
  font-family: "Segoe UI", sans-serif;
  position: relative;
}

.testimonial-item {
  background: #f9f7fd;
  border-radius: 10px;
  padding: 25px;
  margin: 10px;
  min-height: 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stars {
  color: #00b67a;
  font-size: 20px;
  margin-bottom: 15px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.review-author {
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 0;
}

.review-date {
  font-size: 13px;
  color: #666;
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.testimonial-nav button {
  background: #f1f1f1;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.testimonial-nav button:hover {
  background: #e0e0e0;
}

.stars img {
  width: 50px;
  height: 50px;
}

.owl-carousel .owl-item img {
  width: unset !important;
}

.testimonial-section .title-client-logo h3 {
  color: #fd4a2b;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.case-1 {
  border-bottom: 1px solid #000;
}

.casestudy-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 8px;
}

.case-3 {
  grid-row-start: 2;
}

.case-4 {
  grid-row-start: 2;
}

/* infograpic */

.step-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3fc1a4;
  padding: 20px 30px;
  border-radius: 4px;
  max-width: 500px;
  margin: 20px auto;
  color: black;
  font-family: Arial, sans-serif;
}

.step-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.step-content ul {
  margin: 5px 0 0 0;
  padding-left: 18px;
}

.step-content li {
  font-size: 14px;
  color: #444;
}

.step-circle {
  background-color: white;
  border: 4px solid #3fc1a4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

/* privacy-policy  */

.contact-section-pp {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.contact-section-pp h2 {
  margin-bottom: 10px;
}

.contact-section-pp p {
  margin: 6px 0;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
  font-weight: bold;
  margin-top: 1.5rem;
  color: #2c3e50;
}

.privacy-policy p,
.privacy-policy li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.privacy-policy ul {
  list-style: disc inside;

}

.privacy-policy ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 2px;
}

.privacy-policy ol li {
  font-size: 1rem;
}

.roman-list {
  list-style-type: upper-roman !important;
}

ol.number li{
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c3e50;
}