@charset "UTF-8";
body {
  font-family: Calibri, sans-serif;
  margin: 0;
  padding: 0;
}

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

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

header {
  padding: 20px 0 0;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 99;
}
header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
header .header-bottom .menu ul .mobile-only-btns a {
    width: 100%;
    margin: 10px 0;
    background: black;
    color: white;
    border: none;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}header .header-bottom .menu ul .mobile-only-btn a {
    width: 100%;
    margin: 10px 0;
    background: black;
    color: white;
    border: none;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

header .header-top .top-logo img {
  width: 170px;
}
header .header-top .top-icon {
  display: flex;
  gap: 15px;
  align-items: center;
}
header .header-top .top-icon .search-box {
  background: #f0f0ff;
  border: 1px solid lightgray;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
header .header-top .top-icon .search-box input {
  border: none;
  padding: 6px 10px;
  outline: none;
  background: transparent;
}
header .header-top .top-icon .search-box button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 6px 10px;
}
header .header-top .top-icon .log-in {
  background: #ff007a;
  color: white;
  margin: 0 10px;
  padding: 6px 48px;
  border: none;
  font-weight: 600;
}
header .header-top .top-icon .sign-up {
  background: white;
  color: #ff007a;
  border: 1px solid #ff007a;
  padding: 6px 48px;
  font-weight: 600;
  cursor: pointer;
}
header .header-top .top-icon .sign-up:hover {
  background: #ff007a;
  color: #fff;
}
header .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 0.5px solid lightgray;
  border-bottom: 0.5px solid lightgray;
  position: relative;
}
header .header-bottom .menu ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
header .header-bottom .menu ul li {
  display: inline-block;
  padding-right: 20px;
}
header .header-bottom .menu ul li:last-child {
  padding-right: 10;
}
header .header-bottom .menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s;
}
header .header-bottom .menu ul li a:hover {
  color: #ff007a;
}
header .header-bottom .menu ul .mobile-only-btn {
  display: block;
  position: absolute;
  right: 17%;
  top: 0%;
}
header .header-bottom .menu ul .mobile-only-btn button {
  width: 100%;
  margin: 10px 0;
  background: black;
  color: white;
  border: none;
  padding: 8px 25px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
header .header-bottom .menu ul .mobile-only-btn button:hover {
  color: lightgray;
}
header .header-bottom .menu ul .mobile-only-btns {
  display: block;
  position: absolute;
  right: 32%;
  top: 0%;
}
header .header-bottom .menu ul .mobile-only-btns button {
  width: 100%;
  margin: 10px 0;
  background: black;
  color: white;
  border: none;
  padding: 8px 25px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
header .header-bottom .menu ul .mobile-only-btns button:hover {
  color: lightgray;
}
header .header-bottom .toggle-menu-cont {
  display: none;
}
header .header-bottom .toggle-menu-cont .toggle-menu {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
header .header-bottom .toggle-menu-cont .toggle-menu i {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 2px;
  background: black;
  opacity: 0.8;
  transition: 0.3s;
}
header .header-bottom .toggle-menu-cont .toggle-menu i:nth-child(1) {
  top: 8px;
}
header .header-bottom .toggle-menu-cont .toggle-menu i:nth-child(2) {
  top: 16px;
}
header .header-bottom .toggle-menu-cont .toggle-menu i:nth-child(3) {
  top: 24px;
}
header .header-bottom .toggle-menu-cont .toggle-menu.open-menu i:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
header .header-bottom .toggle-menu-cont .toggle-menu.open-menu i:nth-child(2) {
  background: transparent;
}
header .header-bottom .toggle-menu-cont .toggle-menu.open-menu i:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}
header .header-bottom .bottom-icon {
  display: flex;
  align-items: center;
}
header .header-bottom .bottom-icon .black {
  background: black;
  color: white;
  margin-left: 15px;
  padding: 7px 30px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
header .header-bottom .bottom-icon .black:hover {
  color: lightgray;
}
header .header-bottom .bottom-icon .social-icons {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
header .header-bottom .bottom-icon .social-icons a {
  margin-left: 10px;
}
header .header-bottom .bottom-icon .social-icons a:first-child {
  margin-left: 0;
}
header .header-bottom .bottom-icon .social-icons a i {
  font-size: 18px;
  margin-right: 8px;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  background: linear-gradient(to right, #0066cc, #ff0066);
}
header .header-bottom .bottom-icon .social-icons a i:last-child {
  margin-right: 0;
}
header .header-bottom .bottom-icon .social-icons .fa-facebook-f {
  padding: 10px 14px;
}
header .header-bottom .bottom-icon .social-icons .fa-linkedin-in {
  padding: 10px 11px;
}
header .header-bottom .bottom-icon .social-icons .fa-youtube {
  padding: 10px 8px;
}

/********************************************/
.home-web {
  padding: 31px 31px 0;
}
.home-web .dots-slider .owl-dots {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.home-web .dots-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 8px;
}
.home-web .dots-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: darkgray;
  border-radius: 12px;
  margin-left: -5px;
}
.home-web .dots-slider .owl-dots .owl-dot.active span {
  background: #c11c84;
}
.home-web .hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px;
  height: 100vh;
  background: url("../images/main-DFM8RvYo.jpg") no-repeat center center/cover;
  color: white;
  border-radius: 10px;
}
.home-web .hero .hero-content {
  max-width: 650px;
}
.home-web .hero .hero-content h1 {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}
.home-web .hero .hero-content p {
  font-size: 1.1rem;
  margin-bottom: 60px;
  line-height: 1.6;
  color: #fff;
}
.home-web .hero .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.home-web .hero .buttons .btn {
  background-color: black;
  color: white;
  padding: 8px 40px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}
.home-web .hero .buttons .btn:nth-child(2) {
  margin-left: 15px;
}
.home-web .hero .buttons .btn span {
  font-size: 1.2rem;
}
.home-web .hero .buttons .btn:hover {
  background-color: #1a1a1a;
}
.home-web .hero-second {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px;
  height: 100vh;
  background: url("../images/online-t4HRYG0s.jpg") no-repeat center center/cover;
  color: white;
  border-radius: 10px;
}
.home-web .hero-second .hero-content {
  max-width: 650px;
}
.home-web .hero-second .hero-content h1 {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}
.home-web .hero-second .hero-content p {
  font-size: 1.1rem;
  margin-bottom: 60px;
  line-height: 1.6;
  color: #fff;
}
.home-web .hero-second .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.home-web .hero-second .buttons .btn {
  background-color: black;
  color: white;
  padding: 8px 40px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}
.home-web .hero-second .buttons .btn:nth-child(2) {
  margin-left: 15px;
}
.home-web .hero-second .buttons .btn span {
  font-size: 1.2rem;
}
.home-web .hero-second .buttons .btn:hover {
  background-color: #1a1a1a;
}
.home-web .hero-third {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px;
  height: 100vh;
  background: url("../images/offline-kQ89RnHf.jpg") no-repeat center center/cover;
  color: white;
  border-radius: 10px;
}
.home-web .hero-third .hero-content {
  max-width: 650px;
}
.home-web .hero-third .hero-content h1 {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}
.home-web .hero-third .hero-content p {
  font-size: 1.1rem;
  margin-bottom: 60px;
  line-height: 1.6;
  color: #fff;
}
.home-web .hero-third .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.home-web .hero-third .buttons .btn {
  background-color: black;
  color: white;
  padding: 8px 40px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}
.home-web .hero-third .buttons .btn:nth-child(2) {
  margin-left: 15px;
}
.home-web .hero-third .buttons .btn span {
  font-size: 1.2rem;
}
.home-web .hero-third .buttons .btn:hover {
  background-color: #1a1a1a;
}

/******************************************/
.services-container {
  max-width: 1290px;
  margin: 40px auto;
  padding: 30px;
  border: 2px solid #2196f3;
  border-radius: 8px;
  text-align: center;
}

.services-container h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #111;
}

.services-container .highlight {
  color: #e42d63;
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  text-align: left;
  margin-bottom: 30px;
}

.service-item {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.pink {
  color: #e42d63;
  font-weight: bold;
}

.button-wrapper {
  text-align: center;
}

.explore-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e42d63;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.explore-btn:hover {
  background-color: #c92053;
}

/********************************************/
.advantages-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.advantages-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

.pink {
  color: #e42d63;
}

.subtitle {
  color: #0056ff;
  font-weight: 600;
  margin-bottom: 40px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: left;
}

.advantage-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}

.advantage-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}

.advantage-item h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.advantage-item p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/****************************************/
.learn-bim-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.learn-bim-section h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

.learn-bim-section .pink {
  color: #e42d63;
}

.learn-bim-section .subtext {
  color: #0056ff;
  font-weight: 600;
  margin-bottom: 30px;
}

.professions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  text-align: left;
}

.profession-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1rem;
}

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

.profession-item.blue {
  color: #1a1a1a;
}

.profession-item.pink {
  color: #1a1a1a;
}

/************************************/
.why-learn-bim {
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  margin: 50px auto;
  padding: 20px;
  align-items: center;
  gap: 30px;
}

.bim-images {
  flex: 1 1 40%;
  text-align: center;
}

.bim-images img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.bim-contents {
  flex: 1 1 55%;
}

.bim-content h2 {
  font-size: 2rem;
  font-weight: bold;
}

.pink {
  color: #e42d63;
}

.bim-content .description {
  margin: 15px 0 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.benefit img {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}

.benefit h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: bold;
}

.benefit p {
  margin: 5px 0 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

/**************************************/
.projects-section {
  padding: 30px 0 30px;
  font-family: "Segoe UI", sans-serif;
  background: #fff;
  color: #222;
}

.projects-header h2 {
  font-size: 28px;
  font-weight: 700;
}

.projects-header .highlight {
  color: #ff007f;
}

.projects-header .subtitle {
  color: #0052cc;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.projects-container {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.image-gallery {
  text-align: center;
}

.image-gallery img {
  width: 80%;
  height: auto;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.image-gallery img:nth-child(3) {
  grid-column: 1/span 2;
  width: 50%;
  height: auto;
  z-index: 2;
  transform: scale(1.05);
  position: absolute;
  right: 24%;
  top: 19%;
}

.image-gallery img:nth-child(4) {
  margin-top: 30px;
}

.image-gallery img:nth-child(5) {
  margin-top: 30px;
}

.project-details {
  max-width: 600px;
  margin-top: 80px;
}

.project-details h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.project-details .benchmark {
  color: #0052cc;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.project-details .description {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0;
}

/*****************************************/
.top-courses {
  position: relative;
  padding: 60px 30px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}
.top-courses .out-top-div {
  text-align: center;
}
.top-courses .out-top-div h4 {
  color: #1a5cf0;
  font-size: 16px;
}
.top-courses .out-top-div h2 {
  color: #ff007a;
  margin-bottom: 20px;
  font-size: 32px;
}
.top-courses .out-top-div .join-para {
  padding: 0 0;
  font-size: 18px;
}

.top-coursesos {
  position: relative;
  padding: 0 30px 60px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}
.top-coursesos .out-top-div {
  text-align: center;
}
.top-coursesos .out-top-div h4 {
  color: #1a5cf0;
  font-size: 16px;
}
.top-coursesos .out-top-div h2 {
  color: #ff007a;
  margin-bottom: 20px;
  font-size: 32px;
}
.top-coursesos .out-top-div .join-para {
  padding: 0 20px;
  font-size: 18px;
}

.top-courses h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 60px;
}

.top-courses .highlight {
  color: #ff007b;
}

.top-coursesos h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 60px;
}

.top-coursesos .highlight {
  color: #ff007b;
}

.course-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.course-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 320px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.course-card .tagline {
  margin-bottom: 15px;
}

.course-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-card .tagline {
  font-size: 0.9rem;
  color: #777;
}

.course-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 10px 0;
}

.rating {
  color: #f7b500;
  font-size: 1.1rem;
}

.rating small {
  color: #777;
  font-size: 0.85rem;
  margin-left: 8px;
}

.price {
  margin-top: 10px;
}

.price .current {
  color: #1a5cf0;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 10px;
}

.price .old {
  color: #888;
  text-decoration: line-through;
}

.cta {
  margin-top: 40px;
}

.btn-primary {
  display: inline-block;
  background-color: #ff007b;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #e0006e;
}

/* Background Lines */
.background-lines::before,
.background-lines::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 54px;
  background-color: #235eee;
  transform: rotate(-7deg);
  left: -20%;
  z-index: 1;
}

.background-lines::before {
  top: 280px;
}

.background-lines::after {
  top: 360px;
  background-color: #ff007b;
}

.background-liness::before,
.background-liness::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 54px;
  background-color: #235eee;
  transform: rotate(-7deg);
  left: -20%;
  z-index: 1;
}

.background-liness::before {
  top: 333px;
}

.background-liness::after {
  top: 429px;
  background-color: #ff007b;
}

/* Responsive */
/*****************************************/
.mission-vision-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px 60px;
  gap: 140px;
  font-family: "Segoe UI", sans-serif;
  justify-content: center;
}

.left-images {
  flex: 1;
  max-width: 500px;
}

.left-images img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.right-content {
  flex: 1.2;
  max-width: 650px;
}

.right-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.highlight {
  color: #ff007f;
}

.blue-text {
  color: #3366ff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

.pink-text {
  color: #ff007f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}

.right-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  color: #000;
}

/*************************************/
.testimonial {
  background-color: #f1f5ff;
  padding: 60px 30px;
  border-radius: 10px;
  font-family: "Segoe UI", sans-serif;
}

.testimonial-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}

.left-box {
  flex: 1;
  min-width: 280px;
}

.quote-icon {
  font-size: 32px;
  color: #e6007e;
  margin-bottom: 15px;
}

.stars {
  color: #fbbf24;
  font-size: 20px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.author {
  font-size: 14px;
  color: #6941C6;
  margin-bottom: 0;
}

.author span {
  color: #6941C6;
  margin-left: 10px;
}

.right-box {
  flex: 0 0 250px;
  position: relative;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #f472b6;
  border-radius: 12px;
}

.image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 12px;
  margin-top: -10px;
  margin-left: -10px;
}

/*****************************************/
.blogs {
  font-family: "Segoe UI", sans-serif;
  padding: 60px 20px 0;
  max-width: 1330px;
  margin: auto;
}
.blogs .section-title {
  margin-bottom: 20px;
}
.blogs .section-subtitle {
  margin-bottom: 15px;
}
.blogs .recent-title {
  text-align: left;
}
.blogs .explore-more {
  text-align: center;
  margin-top: 30px;
}

.blogss {
  font-family: "Segoe UI", sans-serif;
  padding: 0 20px 0;
  max-width: 1330px;
  margin: auto;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.main-post {
  flex: 2;
  min-width: 300px;
}
.main-post .author {
  margin-top: 0;
  margin-bottom: 10px;
}

.main-posts {
  flex: 2;
  min-width: 300px;
}

.main-post img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-posts img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 446px;
}

.side-posts {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.side-post {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.side-post img {
  width: 230px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.side-info {
  flex: 1;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.tags {
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
}

.tag {
  font-size: 12px;
  background: #FDF2FA;
  color: #C11574;
  padding: 4px 10px;
  border-radius: 12px;
}

.rating {
  font-size: 14px;
  margin-bottom: 8px;
}

.author {
  color: #6941C6;
  font-size: 14px;
  margin-top: 5px;
}

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

/****************************************/
.faq-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #fff;
  font-family: "Segoe UI", sans-serif;
  max-width: 1320px;
  margin: auto;
}

.faq-subtitle {
  color: #2e46ff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.faq-card {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9ff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
}

.faq-icon {
  width: 40px;
  margin-bottom: 20px;
}

.faq-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-card p {
  font-size: 15px;
  color: #444;
  margin-bottom: 0;
}

/***************index-page-end*****************/
/************************************/
.services-header {
  background: linear-gradient(to right, #0066cc, #ff0066);
  color: white;
  text-align: center;
  padding: 70px 20px;
}

.services-header h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: whitesmoke;
}

/********************************************/
.buining {
  display: flex;
  flex-direction: row;
  height: 70vh;
  flex-wrap: wrap;
}

.left {
  flex: 1;
  background-color: #1b3050;
}

.left img {
  max-width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.right {
  flex: 1;
  padding: 40px;
  color: white;
  background: linear-gradient(90deg, #0066cc, #cc0066);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.highlight {
  color: #ff3366;
}

.values {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.values .buining-text {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.value {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.icon {
  font-size: 2rem;
  margin-right: 10px;
}

.pink .icon {
  color: #ff0066;
}

.blue .icon {
  color: #0044ff;
}

/* --------------------
   Responsive Design 
-------------------- */
/* Tablet view */
@media (max-width: 991px) {
  .buining {
    flex-direction: column;
    height: auto;
  }
  .left img {
    height: auto;
  }
  .right {
    padding: 30px 20px;
    align-items: center;
    text-align: center;
  }
  .values {
    justify-content: center;
  }
}
/* Mobile view */
@media (max-width: 576px) {
  .right {
    padding: 30px 13px;
  }
  .right h1 {
    font-size: 2rem;
  }
  .value {
    font-size: 1.2rem;
  }
  .icon {
    font-size: 1.5rem;
  }
  .values {
    gap: 15px 20px;
  }
  .values .buining-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
}
/*****************************************/
.services-section {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 40px;
  gap: 40px;
  max-width: 1450px;
  margin: auto;
}

.services-left {
  flex: 1 1 40%;
  min-width: 300px;
}

.services-left h4 {
  color: #3b3dbf;
  font-weight: bold;
  font-size: 1rem;
}

.services-left h2 {
  font-size: 2rem;
  margin: 15px 0;
}

.services-left p {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.125rem;
  color: #000;
}

.services-right {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.service-box {
  padding: 20px;
  border-left: 4px solid #3b82f6;
  background-color: #f9f9f9;
}
.service-box p {
  margin-bottom: 0;
}

.service-box img {
  width: 50px;
  height: auto;
}

.service-box h3 {
  margin: 10px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.highlight-box {
  background-color: #f50057;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlight-box h2 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 600;
}

.highlight-box p {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

/*********************************************/
.servicess {
  background-color: #0066cc;
  padding: 60px 20px;
  color: #fff;
}

.services-content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services-content p {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.services-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.img-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  text-align: left;
}

.img-box img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.img-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}

.services-link {
  margin-top: 30px;
}

.services-link .explore {
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.3s, color 0.3s;
}

.services-link .explore:hover {
  background-color: #fff;
  color: #0066cc;
}

.services-link .request {
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 17px;
  font-weight: 600;
  background-color: #f50057;
  border-radius: 5px;
  margin-left: 15px;
  display: inline-block;
  transition: background 0.3s;
}

.services-link .request:hover {
  background-color: #c51162;
}

.services-big-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 800px;
}

/*********************************************/
.quote-section {
  background-image: url("../images/contact-DDf6fTH8.png");
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  aspect-ratio: 16/8;
  background-repeat: no-repeat;
  padding: 60px 20px;
  background-position: center;
}
.quote-section .quote-text {
  flex: 1 1 45%;
}
.quote-section .quote-text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.quote-section .quote-text p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

.quote-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.quote-form {
  flex: 1 1 45%;
  background-color: #fff;
  color: #000;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.quote-form h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.quote-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.inputs, textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
}

textarea {
  resize: vertical;
  min-height: 80px;
}

.checkbox {
  font-size: 13px;
  margin-bottom: 15px;
}

.checkbox input {
  margin-right: 8px;
}

.checkbox a {
  color: #0077cc;
  text-decoration: none;
}

.checkbox a:hover {
  text-decoration: underline;
}

button {
  background-color: #ff007f;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #d8006a;
}

/*********************************************/
/*******************************************/
.bim-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}

.bim-image {
  flex: 1 1 50%;
}

.bim-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bim-content {
  flex: 1 1 50%;
  background: #0056a0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bim-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bim-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #e6e6e6;
}

.bim-columns {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.bim-box {
  flex: 1 1 45%;
}

.bim-box img {
  width: 36px;
  margin-bottom: 10px;
}

.bim-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.bim-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #e6e6e6;
  margin-bottom: 0;
}

/********************************************/
.how-we-work {
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.how-we-work h2 {
  font-size: 32px;
  font-weight: 700;
}

.how-we-work p.subheading {
  font-size: 16px;
  max-width: 800px;
  margin: 10px auto 40px;
  color: #444;
}

.steps-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.step {
  flex: 1 1 220px;
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  max-width: 250px;
  text-align: left;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.step img {
  height: 50px;
  margin-bottom: 20px;
}

.step h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.step p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}

/*********************************/
.course-section {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.published-date {
  color: #666;
  font-size: 13px;
  margin-bottom: 5px;
}

.course-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.course-image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.course-image-container img {
  width: 100%;
  display: block;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.info-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.info-card {
  background: #fff;
  padding: 20px;
  flex: 1 1 200px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.label {
  font-size: 12px;
  font-weight: 600;
  color: #2e7dff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.value {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  padding-left: 15px;
}

.value.stars {
  color: #ffc107;
  font-size: 18px;
  padding-left: 50px;
}

.value.live {
  color: #e91e63;
  padding-left: 50px;
}

.flag {
  font-size: 16px;
}

/**************************************/
.containerrre {
  max-width: 1200px;
  margin: auto;
}

.tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.tab {
  border: 2px solid #f40080;
  border-radius: 25px;
  background: #fff;
  color: #f40080;
  padding: 8px 18px;
  font-weight: 600;
  cursor: pointer;
}
.tab:hover {
  color: #fff;
}

.tab.active {
  background: #f40080;
  color: #fff;
}

.main-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.left-section {
  flex: 1.5;
  min-width: 600px;
}

.right-section {
  flex: 1;
  min-width: 300px;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.section {
  margin-bottom: 40px;
}

h3 {
  margin-bottom: 15px;
}

.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.checklist.purple li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #9b59b6;
}

.checklist.green li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2ecc71;
}

.highlights {
  border: 2px solid #00bfff;
  padding: 6px;
  border-radius: 6px;
}

.tools img {
  height: 40px;
  margin: 5px;
}

.tools img.large {
  height: 60px;
}

.price {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.buy-button {
  display: block;
  width: 100%;
  padding: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.primary {
  background-color: #f40080;
  color: white;
  border: none;
}

.secondary {
  border: 2px solid #f40080;
  background: #fff;
  color: #f40080;
}
.secondary:hover {
  color: #fff;
}

.course-info h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.course-info ul {
  padding: 0;
  list-style: none;
}

.course-info li {
  margin-bottom: 10px;
}

/****************************************/
.containers {
  display: flex;
  height: 100vh;
}

.image-side {
  flex: 1;
  background: url("../images/tour.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-position: center;
}

.form-side {
  flex: 1;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

h1 {
  font-size: 44px;
  margin-bottom: 1rem;
  color: #111827;
}

p {
  margin-bottom: 2rem;
  color: #000;
}

a {
  color: #3b82f6;
  text-decoration: none;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.inputes, select, textarea {
  margin-top: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
}

.phone-input {
  display: flex;
  gap: 0.5rem;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.buttonse {
  margin-top: 1.5rem;
  background-color: #1e40af;
  color: #fff;
  border: none;
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.buttonse:hover {
  background-color: #1e3a8a;
}

/**************************************/
.contact-section {
  text-align: center;
  padding: 3rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.top-note {
  color: #f43f5e;
  font-size: 0.9rem;
  font-weight: bold;
}

.contact-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 3rem;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 325px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.icon {
  background: #fdf2f8;
  color: #ec4899;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1rem;
}

.contact-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-card p {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 10px;
}

.contact-card a, .contact-card address {
  color: #e11d48;
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  display: inline-block;
  text-decoration: none;
}

/**********************************************/
.neom-project {
  display: flex;
  flex-wrap: wrap;
  min-height: 54vh;
}

.text-content {
  flex: 1;
  padding: 60px 40px;
  background: linear-gradient(90deg, #1e3c72 0%, #9b2c8b 100%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-content h1 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}

.text-content h3 {
  font-size: 18px;
  color: #c6e6ff;
  margin-bottom: 20px;
  color: #fff;
}

.text-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 0;
}

.image-content {
  flex: 1;
  display: flex;
  background: #f7f7f7;
}

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

/**********************************************/
/********************************************/
.courses-sections {
  padding: 30px 40px 30px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  background: #fff;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.highlight {
  color: #ff007f;
}

.course-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.course-card {
  width: 380px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.course-card .price {
  margin-bottom: 0;
}

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

.course-card img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-content {
  padding: 15px;
  text-align: left;
}

.card-content .tag {
  color: #6c63ff;
  font-size: 12px;
  font-weight: 600;
}

.card-content h3 {
  font-size: 16px;
  margin: 10px 0;
}

.rating {
  color: #f9a825;
  font-size: 14px;
  margin-bottom: 10px;
}

.price {
  font-size: 16px;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: gray;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.btn-container {
  text-align: center;
}

.explore-btn {
  background-color: #ff007f;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 15px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.explore-btn:hover {
  background-color: #e6006b;
}

.btn-pinks {
  display: inline-block;
  background-color: #ff007f;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-pinks i {
  margin-left: 5px;
}

.btn-pinks:hover {
  background-color: #e6006b;
}

/*****************************************/
.projectes-sectione {
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
}

.projectes-sectione h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-card img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-info {
  padding: 20px;
}

.project-info small {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.project-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.bttns {
  display: inline-block;
  padding: 8px 16px;
  background: #ec008c;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.bttns span {
  margin-left: 8px;
  font-size: 16px;
}

.bttns:hover {
  background: #c50074;
}

/**********************************************/
.blog-boxes {
  padding: 60px 0;
  background-color: #fefefe;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.recent-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
}

.blog-boxf {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-boxf:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.blog-boxf img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.blog-boxf div {
  font-size: 14px;
  margin-bottom: 10px;
  color: #6941C6;
}

.blog-boxf h4 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-boxf p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.tagss {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tagss1 {
  background-color: #FDF2FA;
  color: #C11574;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
}

/*****************************************************/
.stats-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}
.stats-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #e6007e; /* Pink */
  margin-bottom: 16px;
}
.stats-section .section-subtitle {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
.stats-section .stats-cardse {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.stats-section .stats-cardse .cardes {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  width: 280px;
  transition: transform 0.3s ease;
}
.stats-section .stats-cardse .cardes .number {
  font-size: 40px;
  color: #2255f7;
  margin-bottom: 10px;
}
.stats-section .stats-cardse .cardes .label {
  font-size: 16px;
  color: #111;
  margin-bottom: 10px;
}
.stats-section .stats-cardse .cardes .iconss {
  font-size: 24px;
  color: #e6007e;
}
.stats-section .stats-cardse .cardes:hover {
  transform: translateY(-5px);
}
.stats-section .marqu {
  margin-top: 50px;
}
.stats-section .marqu marquee ul {
  list-style-type: none;
  margin-bottom: 0;
}
.stats-section .marqu marquee ul li {
  display: inline-block;
  padding-left: 40px;
  text-align: center;
}
.stats-section .marqu marquee ul li img {
  width: 35px;
  margin-bottom: 20px;
}
.stats-section .marqu marquee ul li span {
  font-size: 45px;
  font-weight: 600;
  color: #0056ff;
  margin-top: 20px;
  margin-left: 10px;
}

/******************************************/
.real-world-section {
  padding: 0 0;
  background: #fff;
}
.real-world-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
}
.real-world-section .content-wrapper .text-columnes {
  flex: 1 1 50%;
  margin-bottom: 60px;
  margin-left: 20px;
}
.real-world-section .content-wrapper .text-columnes .subheading {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  margin-top: 60px;
}
.real-world-section .content-wrapper .text-columnes .subheading::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #000;
  margin-top: 4px;
}
.real-world-section .content-wrapper .text-columnes .main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.real-world-section .content-wrapper .text-columnes .main-heading .highlight {
  color: #e6007e;
}
.real-world-section .content-wrapper .text-columnes .description {
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.6;
}
.real-world-section .content-wrapper .text-columnes .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}
.real-world-section .content-wrapper .text-columnes .features-grid .feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.real-world-section .content-wrapper .text-columnes .features-grid .feature .icon1 {
  font-size: 24px;
  color: #e6007e;
  flex-shrink: 0;
}
.real-world-section .content-wrapper .text-columnes .features-grid .feature h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.real-world-section .content-wrapper .text-columnes .features-grid .feature p {
  font-size: 16px;
  color: #555;
  margin-bottom: 0;
}
.real-world-section .content-wrapper .image-column {
  flex: 1 1 45%;
}
.real-world-section .content-wrapper .image-column img {
  width: 100%;
  border-radius: 0;
}

/*************************************************/
.journey {
  display: flex;
  align-items: flex-start;
  max-width: 1000px;
  margin: auto;
  gap: 30px;
  padding: 60px 0;
}
.journey .logon {
  width: 60px;
  height: 60px;
}
.journey .text-contenten {
  max-width: 800px;
}
.journey .text-contenten .tagline {
  color: #555;
  font-size: 15px;
  margin-bottom: 10px;
}
.journey .text-contenten .heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px;
}
.journey .text-contenten .paragraph {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

/********************************************/
.about-hero {
  background: url("../images/mainbg-B8WXMj7o.png") center/cover no-repeat;
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-hero .overlay .content h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.about-hero .overlay .content p {
  color: #ddd;
  font-size: 1.2rem;
}

/***********************************************/
.who-we-aree {
  padding: 3rem 1rem;
  background-color: #fff;
  font-family: Arial, sans-serif;
}
.who-we-aree .containern {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.who-we-aree .containern .lefts img {
  max-width: 280px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.who-we-aree .containern .rights {
  flex: 1;
}
.who-we-aree .containern .rights h2 {
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 600;
}
.who-we-aree .containern .rights h2 .icon2 {
  width: 30px;
  height: 30px;
}
.who-we-aree .containern .rights p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}

/****************************************/
.key-values {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 20px 60px;
  gap: 40px;
  font-family: Arial, sans-serif;
  align-items: center;
}
.key-values .text-contentenn {
  flex: 1;
  max-width: 50%;
}
.key-values .text-contentenn h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.key-values .text-contentenn h2 .icon40 {
  width: 30px;
  margin-right: 10px;
}
.key-values .text-contentenn .values-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.key-values .text-contentenn .values-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.key-values .text-contentenn .values-list li .value-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #000;
  padding-top: 3px;
}
.key-values .text-contentenn .values-list li .value-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.key-values .text-contentenn .values-list li .value-text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}
.key-values .image-content {
  flex: 1;
  text-align: right;
}
.key-values .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/************************************************/
/**********************************************/
.footer {
  background-color: #001489;
  color: whitesmoke;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}

.footer-column {
  flex: 1 1 220px;
  margin: 10px;
}

.footer-column p {
  color: lightgray;
  font-size: 14px;
  line-height: 1.6;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #fff;
}

.footer-column a {
  display: block;
  color: whitesmoke;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 14px;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-column a:hover {
  color: #ffcc00;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
}

.footer-social i {
  font-size: 24px;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-social i:hover {
  color: #ffcc00;
}/*# sourceMappingURL=custom.css.map */