/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  font-family: "Inter", sans-serif;

  margin: 0px;
  box-sizing: border-box;
}

:root {
  --dark-bg: white;
  --hover-color: #EF4C2B;
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

.icon-text {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.hm-hero_text {
  font-family: 'Anton', sans-serif;
  font-size: 100px !important;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 4.5px;
  color: transparent;
  -webkit-text-stroke: 2px #EF4C2B;
  /* stroke look */
  text-stroke: 2px #EF4C2B;
  /* fallback */
  mix-blend-mode: normal;
}

.icon-text i {
  font-size: 2.5rem;
  margin-right: 15px;
  margin-bottom: 39px;
}

.getbtn {
  border-radius: 21px;
  border-color: #EF4C2B;
  background-color: #000000;
}

.text-box {
  background-color: #000000;
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.btn-orange {
  background-color: #EF4C2B;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

.logo {
  height: 60px;
  width: 60%;
  object-fit: contain;
}

.hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  /* transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s); */
}

/* ✅ Mobile Responsive Styling */
@media (max-width: 767px) {
  .hm-hero_text {
    font-size: 36px !important;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px #EF4C2B;
    text-stroke: 1px #EF4C2B;
  }

  .icon-text i {
    font-size: 1.8rem;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .getbtn,
  .btn-orange {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .text-box {
    padding: 15px;
    font-size: 0.9rem;
  }

  .logo {
    width: 80%;
    height: auto;
  }

  .cta-btn {
    font-size: 1rem;
    padding: 8px 16px;
  }

  .hero {
    height: auto;
    padding: 40px 20px;
    flex-direction: column;
  }

  .hero-content {
    text-align: center;
  }
}

.why-choose-img {
  border: 4px solid black;
  border-radius: 10px;

}

.why-title {
  font-size: 50px;
  font-weight: 400;
}

.hand-icon {
  font-size: 50px;
  margin-right: 10px;
}

/*png image*/
.optimize-img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
}


/* Startup Styling */
.collab-section {
  padding: 50px 0;
  background-color: #fdf6ef;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 20px;
}

.collab-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.collab-title {
  font-size: 32px;
  font-weight: bold;
}

.hand-icon {
  font-size: 22px;
  margin-right: 10px;
}

.collab-btn {
  background-color: #EF4C2B;
  color: black;
  font-weight: bold;
  border: 2px solid black;
  padding: 12px 24px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.collab-btn:hover {
  background-color: black;
  color: white;
}


/* Testimonial Section */
.testimonial-section {
  background-color: #111;
  color: white;
  padding: 60px 0;
}

.testimonial-card {
  padding: 20px;
  border-radius: 10px;
}

.testimonial-center {
  background-color: #222;
  border-radius: 10px;
  padding: 20px;
}

.testimonial-text {
  font-size: 18px;
  font-style: italic;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.testimonial-name {
  font-weight: bold;
  font-size: 18px;
}

.testimonial-role {
  font-size: 14px;
  color: #ccc;
}


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


.tech-image {
  width: 100%;
  max-width: 639px;

  display: block;
  margin: 0 auto;
}


.tech-text {
  text-align: left;
}

.tech-title {
  font-size: 32px;
  font-weight: bold;
}


.tech-btn {
  background-color: #EF4C2B;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  /* padding: 12px 24px; */
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.tech-btn:hover {
  background-color: black;
  color: white;
  border: 2px solid #fff;
}



.accordion-button:not(.collapsed) {
  background-color: #EF4C2B;
  color: white;
}

.accordion-button {
  background-color: #fff;
  color: #000;
  border-radius: 10px !important;
  border: 2px solid #EF4C2B;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.accordion-button:hover {
  background-color: #EF4C2B;
  color: white;
}

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

.accordion-item {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #000000;
  color: white;

}

.accordion-body {
  background-color: #000000;
  color: white;
  padding: 18px;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-top: 0px solid #EF4C2B;
}

.accordion-item:first-of-type {
  border: 0px !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
}

.btn-custom {
  background-color: #EF4C2B;
  color: white;
  border-radius: 30px;
  padding: 14px 28px;
  /* border: 3px solid #000000; */
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover {
  background-color: #EF4C2B;
  /* transform: scale(1.05); */
}


.cont-card {

  color: white;

  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.contact-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  max-width: 450px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/* .contact-card:hover {
        transform: scale(1.02);
    } */



.form-control:focus {
  border-color: #EF4C2B;
  box-shadow: 0 0 8px rgba(252, 124, 7, 0.6);
}

.btn-custom {
  background: linear-gradient 45deg, #EF4C2B;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.btn-custom:hover {
  background: #000000;
  color: #EF4C2B;
  transform: scale(1.05);
}

/* Contact Info Styling */
.contact-info p {
  font-size: 18px;
  margin: 10px 0;
}

.contact-info i {
  color: #EF4C2B;
  font-size: 22px;
  margin-right: 10px;
}

.contact-info a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.contact-info a:hover {
  color: #EF4C2B;
}

/* Social Icons */
.social-icons a {
  font-size: 30px;
  color: white;
  margin-right: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #EF4C2B;
}

/* Copyright Section Styling */
.copyright-section {
  background: #000;
  color: white;
  padding: 15px 0;
  position: relative;
}

/* Container */
.copyright-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  /* padding: 10px 10px; */
  border-top: 2px solid #EF4C2B;

}

/* Logo Styling */
.copyright-logo img {
  max-height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  opacity: 0.9;
  margin-left: 8px;
}

.copyright-logo img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* Copyright Text */
.copyright-text {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}

.copyright-text:hover {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .copyright-container {
    flex-direction: column;
    text-align: center;
  }

  .copyright-logo {
    margin-bottom: 10px;
  }
}

/* WhatsApp Button Container */
.whatsapp-chat {
  position: fixed;
  bottom: 24px;
  left: 24px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  z-index: 9999;
}

.chat-toggle-btn {
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  animation: float 3s ease-in-out infinite;
  /* <-- added */
}


.chat-toggle-btn:hover {
  background-color: #1ebe57;
}

.chat-toggle-btn svg {
  width: 28px;
  height: 28px;
  fill: white;
}

/* Chat box container */
.chat-box {
  width: 340px;
  max-height: 480px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 16px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.chat-toggle-btn {
  /* existing styles... */
  animation: float 3s ease-in-out infinite;
}

.chat-box.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Header */
.chat-header {
  background: #25d366;
  color: white;
  padding: 14px 20px;
  display: flex;
  align-items: center;
}

.chat-header img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-right: 16px;
}

.chat-header .chat-title {
  font-weight: 700;
  font-size: 18px;
}

.chat-header .chat-status {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 2px;
  font-weight: 400;
}

.chat-close-btn {
  margin-left: auto;
  background: transparent;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

/* Messages area */
.chat-messages {
  flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f5f5f7;
  font-size: 14px;
  color: #222;
}

.chat-messages .message {
  margin-bottom: 14px;
  line-height: 1.4;
}

.chat-messages .bot-message {
  background: #e1ffc7;
  color: #333;
  padding: 12px 16px;
  border-radius: 18px;
  max-width: 75%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Input area */
.chat-input-area {
  display: flex;
  padding: 14px 20px;
  border-top: 1px solid #ddd;
  background: white;
}

.chat-input-area input[type="text"] {
  flex-grow: 1;
  border: 1.5px solid #ccc;
  border-radius: 24px;
  padding: 12px 20px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

.chat-input-area input[type="text"]:focus {
  border-color: #25d366;
}

.chat-input-area button {
  background-color: #25d366;
  border: none;
  margin-left: 7px;
  padding: 0 20px;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.chat-input-area button:hover {
  background-color: #1ebe57;
}

.chat-input-area button svg {
  width: 22px;
  height: 22px;
  fill: white;
}

/* Scrollbar style for messages */
.chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
  background: transparent;
}

.chat-messages::-webkit-scrollbar-thumb {
  background-color: #25d366;
  border-radius: 3px;
}

/* Responsive */
@media (max-width: 400px) {
  .chat-box {
    width: 90vw;
    max-height: 400px;
  }
}

/* Keyframes for float effect */
@keyframes floatBtn {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.chat-widget-message {
  max-width: 70%;
  padding: 10px 14px;
  border-radius: 18px;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 1.4;
  animation: fadeIn 0.4s ease;
}

.chat-widget-user-message {
  background: #dcf8c6;
  align-self: flex-end;
  text-align: right;
}

.chat-widget-bot-message {
  background: #ffffff;
  border: 1px solid #ddd;
  align-self: flex-start;
  text-align: left;
}

.typing {
  font-style: italic;
  color: #888;
}

.chat-widget-btn img {
  width: 50px;
  height: 50px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-container {
  background: white;
  padding: 4px;
  border-radius: 10px;
  border: 2px solid black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.form-control {
  margin-bottom: 10px;
  border: 1px solid black;
  border-radius: 8px;
}

.btn-orange {
  background-color: #EF4C2B;
  color: white;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
}

.btn-orange:hover {
  background-color: #EF4C2B;
}


.industry-card {
  border: 3px solid black;
  border-radius: 12px;
  padding: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.industry-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.industry-card p {
  font-size: 16px;
  font-weight: bold;
  margin: 8px;
}

.industry-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.getbtn {
  border-radius: 21px;
  border-color: #EF4C2B;
  background-color: #000000;
}

.text-box {
  background-color: #000000;
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.btn-orange {
  background-color: #EF4C2B;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

.logo {
  height: 60px;
  width: 60%;
  object-fit: contain;
}

.imgf {
  /* margin-top: -10px; */
  margin-left: 22px;
}

.hero {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero video {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 576px) {
  .imgf {
    margin-top: -2px;
    margin-left: -13px;
    /* Center-align or reduce margin for small screens */
  }
}

/* h2 {
  font-size: 32px;
  font-weight: 400;


} */

.cta-btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 600;
}


.why-choose-img {
  border: 4px solid black;
  border-radius: 10px;
  height: 600px;

}

.why-title {
  font-size: 50px;
  font-weight: 400;
}

.hand-icon {
  font-size: 50px;
  margin-right: 10px;
}


/* Service Styling */
.sctn-bdy {

  background-color: #fdf6ef;
  text-align: start;

}

/*png image*/
.optimize-img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
}


/* Startup Styling */
.collab-section {
  padding: 50px 0;
  background-color: #fdf6ef;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 20px;
}

.collab-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.collab-title {
  font-size: 32px;
  font-weight: bold;
}

.hand-icon {
  font-size: 22px;
  margin-right: 10px;
}

.collab-btn {
  background-color: #EF4C2B;
  color: black;
  font-weight: bold;
  border: 2px solid black;
  padding: 12px 24px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.collab-btn:hover {
  background-color: black;
  color: white;
}


/* Testimonial Section */
.testimonial-section {
  background-color: #111;
  color: white;
  padding: 60px 0;
}

.testimonial-card {
  padding: 20px;
  border-radius: 10px;
}

.testimonial-center {
  background-color: #222;
  border-radius: 10px;
  padding: 20px;
}

.testimonial-text {
  font-size: 18px;
  font-style: italic;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.testimonial-name {
  font-weight: bold;
  font-size: 18px;
}

.testimonial-role {
  font-size: 14px;
  color: #ccc;
}


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


.tech-image {
  width: 100%;
  max-width: 639px;

  display: block;
  margin: 0 auto;
}


.tech-text {
  text-align: left;
}

.tech-title {
  font-size: 32px;
  font-weight: bold;
}


/* .tech-btn {
    background-color: #EF4C2B;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    padding: 12px 24px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.tech-btn:hover {
    background-color: black;
    color: white;
} */


/* body {
    background-color: var(--dark-bg);
} */

/* General Styles */


.navbar {
  background-color: #000000;
  position: fixed;
  z-index: 9999;
  height: 72px;
  width: 100%;
  padding: 1rem 0;
  /* margin-top: -65px; */
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.navbar-nav {
  gap: 0.3rem;
}

.nav-link {
  color: white;
  font-size: 1rem;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;

}

.nav-link:hover {
  color: var(--hover-color);
}

.nav-link .bi-chevron-down {
  font-size: 0.8rem;
  transition: transform 0.3s;
}

.dropdown:hover .nav-link .bi-chevron-down {
  transform: rotate(180deg);
  color: var(--hover-color);
}

.dropdown {
  position: relative;
}

.nav-link .bi-chevron-down {

  visibility: hidden;
}

.dropdown:hover .bi-chevron-down {
  visibility: visible;

}

@media (max-width: 768px) {
  .navbar {
    position: fixed !important;
    height: 72px;
    /* slightly shorter for mobile */
    padding: 0.5rem 1rem;
  }

}

@media(max-width:456px) {
  .nav-link .bi-chevron-down {

    visibility: visible;
  }
}

.nav-customs-btn {

  background: #000000;
  color: white;
  width: 197px;
  border: 2px solid #EF4C2B;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.nav-customs-btn:hover {
  background-color: #EF4C2B;
  border: 2px solid #fff;
}

@media(max-width:456px) {
  .nav-link .bi-chevron-down {

    visibility: visible;
  }
}

/* Optional: Smooth spacing and alignment for the mobile logo */
.mobile-logo img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .nav-customs-btn {
    display: none !important;
    /* Hide Get Started on small screens */
  }

  .navbar-nav {
    width: 100%;
    text-align: center;
  }

  .nav-customs-btn {
    display: none;
    /* Hide CTA on tablet/mobile for clean look */
  }
}

.dropdown-content {
  position: absolute;

  /* background-color: #000; */
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  /* box-shadow: 0 8px 24px #000000; */
  /* pointer-events: none; */
  pointer-events: painted;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.dropdown:hover .dropdown-content {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

/* Services Dropdown Styles */
.services-dropdown {
  min-width: 610px;
  padding: 1.5rem;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 7px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s;
}

.service-item:hover {
  background-color: #000000;
  color: var(--hover-color);
  /* transform: translateX(5px); */
}

.service-item i {
  font-size: 1.25rem;
}

/* Learn Dropdown Styles */
.learn-dropdown {
  min-width: 900px;
  /* padding: 1.5rem; */
  display: flex;
  /* gap: 2rem; */
  top: calc(100% + 0.5rem);
  /* background-color: #222; */
}


.learn-section {
  flex: 1;
}

.left-menu {
  display: flex;
  flex-direction: column;
  /* gap: 0.5rem; */
  border-right: 1px solid #000000;
  padding: 20px;
  border-bottom-left-radius: 25px;
  background-color: #000;
}

.learn-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.25rem;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.learn-item:hover {
  /* background-color:#000000; */
  /* transform: translateX(5px); */
}

.learn-icon {
  width: 22px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000000; */
  border-radius: 8px;
}

.learn-icon i {
  font-size: 1.25rem;
  color: white;
}

.learn-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.learn-text h6 {
  color: white;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.learn-text p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.875rem;
}

.learn-item:hover .learn-icon i {
  color: var(--hover-color) !important;
}

.learn-item:hover .learn-text h6 {
  color: var(--hover-color);
}


/* company dropdown style */
.company-dropdown {
  min-width: 545px;
  /* padding: 1.5rem; */
  display: flex;
  /* gap: 2rem; */
  top: calc(100% + 0.5rem);
}

.right-border {
  border-bottom-right-radius: 25px;
}

.company-section {
  flex: 1;
}

.left-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-right: 1px solid #222;
  padding-right: 1.5rem;
}

.company-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.2rem;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.company-item:hover {
  background-color: #000000;
  /* transform: translateX(5px); */
}

.company-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000000; */
  border-radius: 8px;
}

.company-icon i {
  font-size: 1rem;
  color: white;
}

.company-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.company-item:hover .company-text h6 {
  color: #EF4C2B !important;
}

.company-item:hover .company-icon i {
  color: #EF4C2B !important;

}

.company-item {
  transition: all 0.3s ease;
}

.company-icon i,
.company-text h6 {
  transition: color 0.3s ease;
}

.company-text h6 {
  color: white;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.company-text p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.875rem;
}

.company-item:hover {
  background-color: #000;
  color: #EF4C2B;
}

.middle-content {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  border-right: 1px solid #000000;
  background-color: #222;
  padding: 10px 35px;
  justify-content: center;


}

.featured-image {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: auto; */
  width: 100%;
  /* max-width: 200px; */
  border-radius: 8px;
  overflow: hidden;
}

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

.middle-content h5 {
  color: white;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.right-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #222;
  border-bottom-right-radius: 25px;
  z-index: 1;
  padding: 25px;
}

.right-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.right-item:hover {
  background-color: #000000;
  /* transform: translateX(5px); */
}

.right-item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.right-item span {
  color: white;
  font-size: 0.875rem;
}

.right-item:hover span {
  color: var(--hover-color);
}

.navbar-collapse {

  justify-content: center;
}

@media(max-width:465px) {
  .customs-btn {
    display: flex;
  }

  .open_bar {
    display: flex;
    position: absolute;
    left: 80%;
    top: 23px;
  }

  .phone_nav {
    position: absolute;
    left: 0px;
    top: 72px;
    z-index: 2147483647;
    background: rgb(0, 0, 0);
    width: 100%;
    /* height: 100vh; */
  }

  .navbar-collapse {

    justify-content: start;
    width: 100%;
    height: 717px;
    /* overflow-y: scroll; */
    border: 1px solid black;
  }

  .hero_text {
    font-size: 3em !important;
  }

  .nav-link {

    position: relative;
    display: inline-block;
  }

  .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 349px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin-top: 2px;
  }

  .bi-chevron-down::before {
    content: "\f282";
    position: absolute;
    right: 13px;
    top: 12px;
  }

  .mo-view-mt-30 {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    gap: 0.5rem;
    text-align: start;
    margin-top: -9px;
    position: absolute;
    left: 0px;
    z-index: 2147483647;
    background-color: #000;
    height: 100vh;
  }

  .open_bar {
    display: flex;
    position: absolute;
    left: 80%;
    top: 17px;
  }

  .nav-link {
    justify-content: start;
  }

  /* Enable vertical scrolling for nav items on small screens */
  @media (max-width: 992px) {
    .navbar-collapse {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 90vh;
      /* Full height for sticky footer effect */
      overflow-y: auto;
      padding: 1rem 0;
    }

    .mobile-footer {
      margin-top: auto;
      padding-bottom: 2rem;
    }


    .mobile-logo img {
      max-height: 40px;
    }

    .web-design {
      margin-top: 119px;
      width: 100%;
    }

    .copyright {
      margin-top: 0.5rem;
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.6);
    }
  }

  .dropdown-content {
    position: static;
    transform: none;
    margin-top: -23px;
    width: 100%;
    min-width: 100% !important;
    opacity: 1;
    visibility: visible;
    display: none;
    overflow-y: scroll;
  }

  .learn-dropdown {
    position: static;
    transform: none;
    margin-top: -6px;
    width: 100%;
    min-width: 100% !important;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .company-dropdown {
    position: static;
    transform: none;
    margin-top: -6px;
    width: 100%;
    min-width: 100% !important;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .nav-item.dropdown.show .dropdown-content {
    display: block;

  }

  .nav-item.dropdown .show .services-dropdown {
    padding: 1rem;
  }

  /* .web-design {
    margin-top: 119px;
    width: 100%;
  } */

  .service-item {
    padding: 0.5rem;
  }

  .company-dropdown {
    flex-direction: column;
    padding: 1rem;
    gap: 1.5rem;
  }

  .learn-section .left-menu {
    background-color: #000;
  }

  .left-menu,
  .middle-content {
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }

  .company-item,
  .right-item {
    padding: 0.5rem;
  }

  .company-text,
  .right-item {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* Make dropdown visible and full-width */
  .dropdown-content,
  .services-dropdown,
  .learn-dropdown,
  .company-dropdown {
    position: static;
    width: 100%;
    display: block;
    background-color: #000;
    padding: 0;
    max-height: 60vh;
    /* Limit height */
    overflow-y: auto;
    /* Enable scroll */
  }

  /* Optional: Style scrollbars (for WebKit) */
  .dropdown-content::-webkit-scrollbar {
    width: 6px;
  }

  .dropdown-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
  }

  /* Ensure dropdown children don't block scroll */
  .services-dropdown .row,
  .company-dropdown .company-section,
  .learn-dropdown .learn-section {
    flex-wrap: nowrap;
    display: block;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Service Cards */
.container.py-4 {
  /* max-width: 1200px; */
  margin: auto;
}

.card.service-card {
  background: none;
}

.service-card {
  /* background: #fff; */
  /* padding: 15px; */
  text-align: center;
  border-radius: 20px;
  border: 3px solid #000000;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  height: 290px;
  /* Increased for uniformity */
}

.service-card img {
  max-width: 136px;
  height: auto;
}

.service-card h6 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .row-cols-md-5 .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 992px) {


  .dropdown-content {
    position: static;
    width: 100%;
  }

  .row-cols-md-5 .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .row-cols-md-5 .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .service-card {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .row-cols-sm-2 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .service-card {
    height: 280px;
  }
}

.accordion-button:not(.collapsed) {
  background-color: #EF4C2B;
  color: white;
}

.accordion-button {
  background-color: #fff;
  color: #000;
  border-radius: 10px !important;
  border: 2px solid #EF4C2B;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.accordion-button:hover {
  background-color: #EF4C2B;
  color: white;
}

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

.accordion-body {
  background-color: #000000;
  color: white;
  padding: 18px;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-top: 0px solid #EF4C2B;
}

.btn-custom {
  background-color: #EF4C2B;
  color: white;
  border-radius: 30px;
  padding: 14px 28px;
  border: 3px solid #000000;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover {
  background-color: #EF4C2B;
  /* transform: scale(1.05); */
}

/* button style*/
.custom-btn {
  position: relative;
  background-color: #EF4C2B;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #000;
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
.custom-btn:hover {
  background-color: #000000;
  color: white;
  border: 2px solid #000000;
}

/* Mobile view: center the button */
@media (max-width: 767.98px) {
  .custom-btn {
    /* margin-bottom: -12px; */
    /* display: block; */
    /* margin: 15px auto 0 auto; 
    text-align: center; */
  }
}


/* General Styles */

.cont-card {
  color: white;

  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.contact-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  max-width: 450px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/* .contact-card:hover {
    transform: scale(1.02);
} */

.form-control {
  border-radius: 13px;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #EF4C2B;
  box-shadow: 0 0 8px #EF4C2B(252, 124, 7, 0.6);
}

.btn-custom {
  background: #EF4C2B;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.btn-custom:hover {
  background: #000000;
  color: #EF4C2B;
  transform: scale(1.05);
}

/* Contact Info Styling */
.contact-info p {
  font-size: 17px;
  margin: 10px 0;
}

.contact-info i {
  color: #EF4C2B;
  font-size: 22px;
  margin-right: 10px;
}

.contact-info a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.contact-info a:hover {
  color: #EF4C2B;
}

/* Social Icons */
.social-icons a {
  font-size: 30px;
  color: white;
  margin-right: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #EF4C2B;
}

/* Copyright Section Styling */
.copyright-section {
  background: #000;
  color: white;
  padding: 15px 0;
  position: relative;
}

/* Container */


/* Logo Styling */
.copyright-logo img {
  margin-top: 10px;
  max-height: 50px;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  opacity: 0.9;
}

.copyright-logo img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* Copyright Text */
.copyright-text {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}

.copyright-text:hover {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .copyright-container {
    flex-direction: column;
    text-align: center;
  }

  .copyright-logo {
    margin-bottom: 10px;
  }
}

/* WhatsApp Button Container */

/* .form-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid black;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */



.btn-orange {
  background-color: #EF4C2B;
  color: white;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
}

.btn-orange:hover {
  background-color: #EF4C2B;

}

.customs-btn {
  background: #000000;
  color: white;
  text-align: center;
  border: 2px solid #EF4C2B;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

/* Hover effect */
.customs-btn:hover {
  background-color: #EF4C2B;
  border: 2px solid #fff;
}

/* Mobile view: center the button */
@media (max-width: 767.98px) {
  .customs-btn {
    text-align: center;
  }

  .customs-btn {
    margin: 0 auto;
    display: inline-block;
    margin-top: 15px;
    /* Optional: spacing from above */
  }
}


.industry-card {
  border: 3px solid black;
  border-radius: 12px;
  padding: 6px;
  text-align: center;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.industry-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.industry-card p {
  font-size: 16px;
  font-weight: bold;
  margin: 8px;
}

.industry-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.sctnn-btm {
  /* padding: 40px 130px; */
}

.imgsf {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.imgsf-90 {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

textarea {
  background-color: #000 !important;
  color: #fff !important;
}

textarea.form-control {
  background-color: #000;
}

.form-control:focus {
  /* background-color: #000; */
  /* color: #fff; */
}

.pd-3rem {
  padding: 3rem;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .reverse-order {
    flex-direction: column-reverse !important;
  }

}

/* Service Cards */
.container.py-4 {
  max-width: 1200px;
  margin: auto;
}


.right-line {
  position: relative;

}

.right-line1 {
  position: relative;

}

.right-line::after {
  content: "";
  display: block;
  width: 0.5px;
  height: 115.5%;
  background-color: rgb(90, 88, 88);
  position: absolute;
  margin-top: -10px;
  right: 0;
  top: 0;
}

.right-line1::after {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  background-color: rgb(90, 88, 88);
  position: absolute;
  /* margin-top: -10px; */
  right: 0;
  top: 0;
}

.dropdown-content span,
h6,
h5 {
  font-weight: bold !important;
}

.nav-link {
  font-weight: bold;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml18 {
  margin-left: 18px;
}

.ml-70 {
  margin-left: 70px;
  margin-top: -8px;
}

.ml-18 {

  margin-top: -8px;
}

.pl-50 {
  padding: 0px 0px 0px 50px;
}

@media (max-width: 768px) {
  .why-choose-img {
    margin-top: -20px;
    height: 370px;
  }

  .pd-3rem {
    padding: 1rem;
  }
}

@media (max-width: 456px) {
  .pd-3rem {
    padding: 0rem;
  }

  .pl-50 {
    margin-top: -20px;
    padding: 22px;
  }
}

/* footer */
.footer-main {
  background: #000;
  padding: 60px 0;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.footer-main-text {
  text-align: start;
}

.footer-main-title,
.footer-main-heading,
.footer-main-subscribe-title,
.footer-main-follow-title {
  color: #EF4C2B;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: justify;
}

.footer-main a {
  color: #bbbbbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-main a:hover {
  color: #EF4C2B;
}

.footer-main-phone i,
.footer-main-email i,
.footer-main-social-icons i {
  color: #EF4C2B;
}

.footer-main-social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: #bbbbbb;
  transition: color 0.3s;
}

.footer-main-social-icons a:hover {
  color: #ffffff;
}

.footer-main-quick-links li,
.footer-main-products-links li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.footer-main-quick-links li i,
.footer-main-products-links li i {
  margin-right: 10px;
  font-size: 16px;
}

.footer-main-btn-orange {
  background-color: #EF4C2B;
  color: #ffffff;
  font-weight: 600;
  border: none;
  transition: background 0.3s ease;
}

.footer-main-btn-orange:hover {
  background-color: #EF4C2B;
}

.footer-main-input.form-control {
  background-color: #1c1c1c;
  border: 1px solid #444;
  color: #fff;
}

.footer-main-input.form-control:hover {
  border: 1px solid #EF4C2B;
  background-color: #1e1e1e;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-main-input.form-control:focus {
  border: 1px solid #EF4C2B;
  box-shadow: 0 0 5px rgba(239, 76, 43, 0.6);
  background-color: #1e1e1e;
  color: #fff;
  outline: none;
}

.footer-main-input::placeholder {
  color: #999999;
}

@media (max-width: 768px) {
  .footer-main .row {
    text-align: center;
  }

  .footer-main .col-md-3 {
    margin-bottom: 30px;
  }

  .footer-main-social-icons {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .footer-main-social-icons a {
    margin: 8px;
  }

  .footer-main,
  .footer-main-quick-links,
  .footer-main-products-links {
    text-align: center;
  }

  .footer-main-heading {
    text-align: left !important;
  }

  .footer-main {
    padding: 60px 15px;
  }
}

.content .lower i {
  padding-right: 16px;
  font-size: 24px;
}

.content .middle {
  padding-left: 80px;
}

.content .middle a {
  line-height: 32px;
}

/* .service_section {
  padding: 40px 0px;
} */

.hand-icons img {
  width: 8%;
}

@media (max-width:1100px) {
  .content .middle {
    padding-left: 50px;
  }

}

@media (max-width:950px) {
  .content .box {
    width: 50%;
  }

  .content .right {
    margin-top: 40px;
  }

  .company-dropdown .middle-content {
    display: none;
  }

  .learn-dropdown .middle-content {
    display: none;
  }
}

@media (max-width:560px) {


  .content .box {
    width: 100%;
    margin-top: 30px;
  }

  .content .middle {
    padding-left: 0;
  }

  .content .right {
    padding-left: 0px;
  }

  .company-section.left-menu {
    padding: 0px;
  }

  .sctnn-btm {
    padding: 25px;
  }

  .service_section {
    padding: 0px;
  }

  .service-card img {
    max-width: 220px;
  }

  .sm_p_10 {
    padding: 0px 10px;
  }

  .hand-icons img {
    width: 12%;
  }
}

.wrapper_body {
  display: flex;
  padding: 75px 35px;
  align-items: center;
  justify-content: center;

  background: #000;
}

.wrapper {

  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  z-index: 1;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
}

.client_detailes {
  display: flex;
  gap: 1rem;
  color: #fff;
  align-items: center;

}

.carousel .card {
  scroll-snap-align: start;
  /* height: 362px; */
  list-style: none;
  background: #222;
  cursor: pointer;
  padding: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.carousel .card .img {
  background: #8B53FF;
  height: 60px;
  width: 60px;
  border-radius: 50%;

}

.card .img img {

  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}

.carousel .card h2 {
  font-weight: 500;
  font-size: 32px;
  margin: 13px 0 5px;
  color: #fff;
}

.carousel .card span {
  color: #6A6D78;
  font-size: 18px;
  text-align: start;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

.hero_text button {
  background-color: #EF4C2B !important;
}

.hero-content button {
  background-color: #EF4C2B;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px;
  border: 3px solid rgb(255, 255, 255);
  padding: 10px 24px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hero-content button:hover {
  background-color: #000000;
  color: white;
  border: 2px solid #ffffff;
  /* box-shadow: 0 0 10px orange; */
}

/* Map */
.map-section {
  background: #ffffff;
  border-radius: 16px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
  padding: 1rem;
}

.map-header h2 {
  font-size: 32px;
  font-weight: bold;
}

.map-header p {
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.map-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Contact Page */
.containers {
  margin-top: 74px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* padding: 1rem; */
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #EF4C2B;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #000000);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #EF4C2B;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

element.style {
  /* color: red; */
  display: block;
  margin-top: 5px;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contact-btn {
  padding: 0.6rem 1.3rem;
  background-color: #fcf6f6;
  border: 2px solid #0c0c0c;
  font-size: 0.95rem;
  color: #0a0a0a;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.contact-btn:hover {
  background-color: #000000;
  color: #fff;
  border: 2px solid #ffffff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #EF4C2B;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #EF4C2B;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #EF4C2B;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #EF4C2B, #EF4C2B);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #EF4C2B;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #EF4C2B, #EF4C2B);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .video-container {

    margin-top: -88px;
    /* padding: 1.5rem; */
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 17px;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.socials-icon a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.socials-icon a {
  font-size: 24px;
  color: white;
  margin-right: 15px;
  transition: 0.3s;
}

.contact-info i {
  /* color: orange; */
  font-size: 22px;
  margin-right: 10px;
}

/* scroll button  */
.btn-warning {
  z-index: 999;
  background-color: #EF4C2B;
  border: 1px solid #EF4C2B;
  border-radius: 3px;
}


/* Academy */
.oi-hero-section {
  padding: 137px 0;
  padding-bottom: 66px;
  background-color: #EF4C2B;
}

.oi-hero-text h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.oi-hero-video-container {
  /* background-color: #000000; */
  border-radius: 2rem;
  padding: 1rem;
}

.oi-video-frame {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}

/* Ensure the video covers the width and height properly */
.oi-hero-video-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.oi-video-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure video fills container */
}

/* Hero text styling */
.oi-hero-text p,
.oi-hero-text h1 {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {

  /* For smaller screens (mobile) adjust text size */
  .oi-hero-text h1 {
    font-size: 40px;
  }

  .oi-hero-section {
    padding-top: 60px !important;
    padding-bottom: 57px;
  }

  .oi-col-section {
    margin-top: 43px;
  }

  .oi-hero-text p {
    font-size: 1rem;
  }
}

.oi-tutorial-grid {
  padding: 23px 0;
}

.oi-tutorial-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  height: 100%;
}

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

.oi-card-top {
  /* padding: 20px; */
  position: relative;
  min-height: 180px;
}



.oi-card-top.oi-orange {
  background-color: #EF4C2B;
  color: #000;
}

.oi-play-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: white;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oi-play-btn::before {
  content: '▶';
  font-size: 20px;
}

.oi-card-bottom {
  padding: 20px;
  background-color: white;
  flex-grow: 1;
}

.oi-card-bottom h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.oi-card-bottom p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0.3rem;
}

.oi-card-bottom a {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
}

.oi-duration {
  font-size: 13px;
  color: #666;
}

.oi-tutorial-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
  background: white;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 500;
}

.oi-card-top {
  position: relative;
  height: 200px;
  /* You can adjust this height as needed */
  overflow: hidden;
}

.oi-card-image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fully covers the container */
}



/* Team Banner Styles */
.team-section-banner {
  position: relative;
  background-color: #111717;
  color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}

.team-banner-content h1 {
  font-size: 45px;
  font-weight: 700;
  color: #EF4C2B;
}

.team-banner-content p {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 20px;
}

.team-btn {
  background-color: #EF4C2B;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.team-btn:hover {
  background-color: #EF4C2B;
  color: #ffffff;
}

#lottieTeam {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.team-bg-blob {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: #EF4C2B;
  opacity: 0.1;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

/* Team Cards */
.team-card {
  border: 2px solid #EF4C2B;
  border-radius: 14px;
  padding: 8px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  width: 90%;
  min-height: 360px;
  margin: 0 auto;
}

.team-image-wrapper {
  padding: 6px;
  border-radius: 12px;
  overflow: hidden;
}

.team-image {
  border-radius: 12px;
  width: 100%;
  height: 284px;
  object-fit: cover;
}


.team-name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #111717;
}

.team-link {
  text-decoration: none;
  color: inherit;
}

.team-title {
  font-size: 13px;
  color: #555;
}

.team-intro-text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.team-intro-text p {
  margin-top: 10px;
  font-size: 15px;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .team-intro-text h2 {
    font-size: 25px;
  }

  .team-image {
    height: 336px;
  }

  .team-name {
    font-size: 15px;
  }

  .team-title {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .team-section-banner {
    margin-top: 60px;
    padding: 20px 0;
  }

  .team-banner-content h1 {
    font-size: 40px;
  }

  .team-banner-content p {
    font-size: 0.875rem;
  }

  .team-banner-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .team-banner-animation {
    width: 200px;
  }
}

/* portfolio */
.split-banner {
  min-height: 35vh;
  padding-top: 137px;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, #EF4C2B 0%, #EF4C2B 100%);
  overflow: hidden;
  /* margin-top: 100px; */
}

.banner-left {
  padding: 60px 40px;
}

.banner-left h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111717;
}


.banner-left {
  font-size: 1.2rem;
  color: #fdfdfd;
  margin-bottom: 30px;
}

.banner-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.banner-lottie {
  max-width: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .split-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    padding-top: 57px;
  }

  .banner-left {
    padding: 0px;
  }

  .banner-left h1 {
    margin-top: 43px;
    font-size: 40px;
  }

  .banner-right {
    margin-top: 30px;
    padding: 0;
  }

  .banner-lottie {
    max-width: 300px;
  }
}

.project-card {
  background-color: #111717;
  border-radius: 15px;
  border: 2px solid #EF4C2B;
  overflow: hidden;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); */
  margin-bottom: 2rem;
}

.image-section {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.scrolling-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  transition: top 0.3s ease;
}

.divider {
  height: 2px;
  background-color: #EF4C2B;
  margin: 0;
}

.info-section {
  padding: 1.5rem;
  background-color: #111717;
  text-align: center;
}

.project-name {
  font-size: 1.6rem;
  color: #EF4C2B;
  font-weight: bold;
}

.languages {
  font-size: 1rem;
  color: #ccc;
  margin: 0.8rem 0;
}

.btn-view {
  background-color: #EF4C2B;
  color: #111717;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-view:hover {
  background-color: #EF4C2B;
}

/* Pagination styling */
.pagination-dark .page-item .page-link {
  background-color: #1c1c1c;
  color: #EF4C2B;
  border: 1px solid #333;
  margin: 0 4px;
  transition: background 0.3s, color 0.3s;
}

.pagination-dark .page-item.active .page-link {
  background-color: #EF4C2B;
  color: #111717;
  border-color: #EF4C2B;
}

.pagination-dark .page-item .page-link:hover {
  background-color: #EF4C2B;
  color: #fff;
}



.profile-glass-card {
  backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 40px;
  max-width: 1000px;
  margin: 100px auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.profile-glass-card:hover {
  transform: scale(1.01);
}

.profile-img {
  width: 100%;
  max-height: 500px;
  border-radius: 32px;
  object-fit: cover;
}

.profile-name {
  font-size: 2.8rem;
  font-weight: 800;
  color: #EF4C2B;
}

.profile-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffddb9;
  margin-bottom: 24px;
}

.profile-bio,
.profile-exp {
  font-size: 1rem;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 18px;
}

.profile-social-icons a {
  margin-right: 20px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.profile-social-icons a:hover {
  transform: scale(1.2);
  color: #ffffff;
}

/* Responsive */
@media (min-width: 768px) and (max-width: 991px) {
  .profile-glass-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-radius: 28px;
    margin: 80px 40px;
  }

  .profile-img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 25px;
  }

  .profile-name {
    font-size: 2.4rem;
  }

  .profile-title {
    font-size: 1.1rem;
  }

  .profile-bio,
  .profile-exp {
    font-size: 1rem;
    padding: 0 10px;
  }

  .profile-social-icons {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .profile-social-icons a {
    font-size: 22px;
    margin: 0 12px;
  }
}


/* Bio */
.ceo-profile-card {
  backdrop-filter: blur(25px);
  background: #111717;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 40px;
  max-width: 1000px;
  margin: 100px auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.ceo-profile-card:hover {
  transform: scale(1.01);
}

.ceo-profile-img {
  width: 100%;
  max-height: 500px;
  border-radius: 32px;
  object-fit: cover;
}

.ceo-profile-name {
  font-size: 2.8rem;
  font-weight: 800;
  color: #EF4C2B;
}

.ceo-profile-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffddb9;
  margin-bottom: 24px;
}

.ceo-profile-bio,
.ceo-profile-exp {
  font-size: 1rem;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 18px;
}

.ceo-profile-social a {
  color: #EF4C2B;
  margin-right: 20px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.ceo-profile-social a:hover {
  transform: scale(1.2);
  color: #ffffff;
}

.ceo-sctn {
  border: 2px solid #EF4C2B;
  border-radius: 10px;
  padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ceo-profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-radius: 28px;
    margin: 80px 40px;
  }

  .ceo-profile-img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 25px;
  }

  .ceo-profile-name {
    font-size: 2.4rem;
  }

  .ceo-profile-title {
    font-size: 1.1rem;
  }

  .ceo-profile-bio,
  .ceo-profile-exp {
    font-size: 1rem;
    padding: 0 10px;
  }

  .ceo-profile-social {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .ceo-profile-social a {
    font-size: 22px;
    margin: 0 12px;
  }
}

/* Academy-video css */
.banner-section {
  background-color: #0E1111;
  color: white;
  padding: 30px 20px;
  padding-top: 137px;
  height: 405px;
}

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

.banner-description {
  color: #9CA3AF;
  font-size: 1.1rem;
  max-width: 600px;
}

.rounded-28 {
  border-radius: 28px;
}

.video-btn {
  width: 64px;
  height: 64px;
  background-color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111717;

}

.object-fit-cover {
  object-fit: cover;
}

.get-course-cta {
  max-width: 500px;
  margin-left: auto;
  margin-right: -11px;
}

.vdo-play {
  aspect-ratio: 16/9;
}

.get-course-cta .price-box .old-price {
  opacity: 0.7;
}

.get-course-cta .btn-get-course {
  background-color: #EF4C2B;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.get-course-cta .btn-get-course:hover {
  background-color: #d7431b;
}


.unit-card {
  background: #fff;
  border: 2px solid #EF4C2B;
  border-radius: 1.5rem;
  padding: 2rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.unit-title {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.lesson-card {
  max-height: 400px;
  /* Adjust height as needed */
  overflow-y: auto;
  padding-right: 10px;
}

/* Optional: Customize scrollbar */
.lesson-card::-webkit-scrollbar {
  width: 6px;
}

.lesson-card::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.lesson-card::-webkit-scrollbar-track {
  background: transparent;
}

.tutorial-accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
  background-color: #fff !important;
  color: #000;
  box-shadow: none;
  border: none;
}

.tutorial-accordion-button::after {
  content: '+';
  font-size: 1rem;
  background-image: none !important;
  transform: none !important;
  margin-left: 121px;
}

.tutorial-accordion-button:not(.collapsed)::after {
  content: '-';
}

.tutorial-accordion-items {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 2rem;
  border: 2px solid #111717;
  border-radius: 12px;
}

.btn-course {
  background-color: #EF4C2B;
  color: #fff;
}

.btn-course:hover {
  background-color: #111717;
  color: #fff;
}

@media (max-width: 768px) {
  .video-btn {
    width: 48px;
    height: 48px;
  }

  .banner-section {
    padding-top: 101px;
  }

  /* .banner-section {
    margin-top: 72px;
  } */

  .banner-title {
    font-size: 2rem;
  }
}

.vdo-bnnr {
  margin-top: -177px;
}

.vdo-fluid {

  border: 3px solid #EF4C2B;
  border-radius: 35px;
}

.highlight-left {
  border-left: 2px solid #EF4C2B;
  padding-left: 1rem;
  font-weight: 600;
  font-size: 1.125rem;
}

.educator-img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}

.reaction-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.reaction-btn:hover {
  background-color: #f1f1f1;
}

.edu-card {
  border: 2px solid #111717;
  border-radius: 10px;
}

.rcmd-scetion {
  border: 2px solid #EF4C2B;
  border-radius: 10px;
}

.lesson-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 335px;
  max-width: 400px;
  margin: 2rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid #EF4C2B;
}

.unit-title {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

.lesson-list {
  list-style: none;
  padding-left: 1rem;
}

.lesson-item {
  display: flex;
  padding: 0.4rem 0;
  cursor: pointer;
}

.lesson-item::before {
  content: '▶';
  margin-right: 0.5rem;
  color: #555;
}

.unit-divider {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.unit-content {
  display: none;
}

.unit-content.show {
  display: block;
}

@media (max-width: 768px) {
  .lesson-card {
    margin-top: -4px;
    padding: 1rem;
    height: auto;
    max-width: 100%;
  }

  .get-course-cta {
    padding: 1rem;
    margin: 1rem 0;
  }

  .price-box span {
    font-size: 1rem !important;
  }

  .price-box .new-price {
    font-size: 1.5rem !important;
  }

  .video-btn {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .video-container {
    margin-top: -50px;
    padding: 2rem 1rem !important;
    /* reduce vertical padding for mobile */
    text-align: center;
  }

  .get-course-cta h5 {
    font-size: 1.2rem;
  }

  .price-box {
    flex-direction: column !important;
    /* stack old price, new price, and badge */
    gap: 0.5rem !important;
  }

  .price-box .old-price {
    font-size: 1rem;
  }

  .price-box .new-price {
    font-size: 1.5rem;
  }

  .btn-course {
    width: 100%;
    /* make button full width on small screens */
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}

/* @media (max-width: 480px) {

  .lesson-card,
  .get-course-cta {
    padding: 0.8rem;
    width: 100%;
  }

  .price-box {
    flex-direction: column;
    gap: 0.5rem;
  }
} */

/* Exam sheet */
.exam-banner {
  background: linear-gradient(135deg, #EF4C2B, #111717);
  color: white;
  padding: 60px 0;
  padding-top: 137px !important;
  text-align: center;
  border-radius: 0 0 40px 40px;
}

.exam-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.form-label {
  font-weight: 500;
  color: #111717;
}

.btn-application {
  border-radius: 30px;
  padding: 10px 30px;
  background-color: #EF4C2B;
  border: none;
}

.btn-application:hover {
  background-color: #111717;
  color: #fff;
  border: 2px solid #111717;
}

.question {
  margin-bottom: 30px;
}

.exam-timer {
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #fff;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  color: #EF4C2B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.question-counter {
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #fff;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  color: #EF4C2B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* CAREER */
.careers-hero {
  background: linear-gradient(135deg, #EF4C2B 0%, #111717 100%);
  color: white;
  padding: 120px 0;
  padding-top: 137px !important;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.careers-hero h1 {
  font-size: 45px;
  font-weight: 600;
}

.careers-hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* For tablets and medium screens */
@media (max-width: 768px) {
  .careers-hero {
    padding: 100px 0;
    /* Adjust padding for smaller screens */
  }

  .careers-hero h1 {
    font-size: 40px;
    /* Reduce font size of heading on tablets */
  }

  .careers-hero p {
    font-size: 1.1rem;
    /* Slightly smaller text on tablets */
  }
}

/* For small screens (phones) */
@media (max-width: 576px) {
  .careers-hero {
    padding: 80px 0;
    /* Further reduce padding for mobile devices */
  }

  .careers-hero h1 {
    font-size: 40px;
    /* Smaller heading on phones */
  }

  .careers-hero p {
    font-size: 1rem;
    /* Adjust paragraph text size for better readability on mobile */
  }
}



.careers-job-card {
  border-radius: 15px;
  padding: 30px;
  background: #fff;
  border: 2px solid #EF4C2B;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.careers-job-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.careers-job-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #EF4C2B;
}

.careers-job-location {
  font-size: 1rem;
  color: #888;
}

.careers-job-card ul {
  padding-left: 20px;
}

.careers-apply-btn {
  background-color: #EF4C2B;
  color: white;
  padding: 10px;
  font-size: 1rem;
  border-radius: 30px;
  border: none;
  /* transition: background-color 0.3s ease; */
  cursor: pointer;
}

.careers-apply-btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #0f0f0f;
}

.careers-footer {
  background-color: #111717;
  color: white;
  padding: 60px 0;
}

.careers-footer .careers-social-icons a {
  color: white;
  margin: 0 15px;
  font-size: 1.8rem;
  transition: color 0.3s ease;
}

.careers-footer .careers-social-icons a:hover {
  color: #EF4C2B;
}



/* Application */
/* ===== Base Container Styling ===== */
.application-box {
  max-width: 600px;
  margin: 95px auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

/* ===== Heading Styling ===== */
.application-box h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

/* ===== Label Styling ===== */
.app-label {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

/* ===== Custom Input Styling ===== */
.input-doc-control {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none !important;
  transition: border-color 0.3s ease;
}

.input-doc-control:hover {
  border-color: #EF4C2B;
}

.input-doc-control:focus {
  border-color: #EF4C2B !important;
  outline: none;
  box-shadow: none !important;
}

/* ===== Submit Button Styling ===== */
.btn-submit-docs {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  background-color: #EF4C2B !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-submit-docs:hover,
.btn-submit-docs:focus {
  background-color: #EF4C2B !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ===== Message After Submission ===== */
.msg-submitted {
  display: none;
  margin-top: 20px;
  color: green;
  font-weight: 500;
  text-align: center;
}

/* ===== Exam Access Section ===== */
.exam-access-section {
  display: none;
  margin-top: 30px;
  text-align: center;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .application-box {
    margin-top: 50px;
    padding: 30px 25px;
    margin: 40px 20px;
  }

  .application-box h2 {
    font-size: 25px;
  }

  .input-doc-control,
  .btn-submit-docs {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .application-box {
    padding: 25px 15px;
    margin: 88px 15px;
  }

  .application-box h2 {
    font-size: 24px;
  }

  .input-doc-control,
  .btn-submit-docs {
    font-size: 14px;
    padding: 10px 12px;
  }
}

/* template css */
.sidebar {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  height: 100%;
  box-shadow: none;
  margin-top: -44px;
}

.sidebar h6 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  display: block;
  padding: 5px 10px;
  border-radius: 10px;
}

.sidebar ul li a.active {
  /* background-color: #111; */
  color: #111;
}

.search-bar input {
  border-radius: 25px;
  padding: 10px 20px;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.filters .btn {
  border-radius: 20px;
  background: #fff;
  color: #111;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  border: 1px solid #ccc;
}

.template-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #EF4C2B;
  text-align: center;
  padding: 10px;
  /* transition: transform 0.2s ease, box-shadow 0.3s ease; */
}

.template-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.template-card img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.template-card .title {
  font-weight: 500;
  font-size: 14px;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-card .title:hover {
  text-decoration: underline;
}

/* Sidebar base */
.custom-sidebar {
  padding: 1rem;
  background-color: #111717;
  color: #fff;
  min-height: 100vh;
  border-radius: 10px;
}

.custom-sidebar-title {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

/* Accordion Styles */
.custom-accordion-item {
  border: none;
  background-color: transparent;
}

.custom-accordion-btn {
  border: none;
  box-shadow: none !important;
  background-color: #111717;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.custom-accordion-btn:not(.collapsed) {
  background-color: #111717;
  color: #EF4C2B;
}

.custom-accordion-btn:hover {
  background-color: #111717;
  color: #EF4C2B;
}

.custom-accordion-body a {
  text-decoration: none;
  color: #ccc;
  display: block;
  padding: 4px 0;
  transition: color 0.3s;
}

.custom-accordion-body a.active {
  font-weight: 600;
  color: #EF4C2B;
}

.custom-accordion-body a:hover {
  color: #EF4C2B;
}


@media (max-width: 576px) {
  .sidebar h6 {
    font-size: 14px;
  }


}

.template-banner {
  background-color: #111717;
  background-image: radial-gradient(circle at top right, rgba(252, 124, 15, 0.2), transparent);
  border-bottom: 1px solid #333;
}

.template-banner h1 {
  color: #fff;
}

.template-banner p {
  color: #ddd;
}

/* Adjusting Card Size */
.template-card {
  height: 100%;
  /* Ensures cards fill the available space */
  display: flex;
  flex-direction: column;
}

/* Ensure uniform card size in the grid */
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

/* Card Title */
.card-title {
  font-size: 1.1rem;
  /* Increased font size */
  font-weight: 600;
}

/* Card Image */
.card-img-top {
  width: 100%;
  height: 200px;
  /* Increased height of the image */
  object-fit: cover;
}

.text-accent {
  color: #EF4C2B !important;
}

/* Default (collapsed) accordion icon color - orange */
.accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  filter: brightness(56) saturate(100%) invert(66%) sepia(95%) saturate(749%) hue-rotate(350deg) brightness(105%) contrast(104%);
}

/* Active (expanded) accordion icon color - white */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(56) invert(1);
}

.search-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
}

.search-button {
  background: #EF4C2B;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}


/* Ensures fixed, same size for all devices */
.btn-view-template {
  display: inline-block;
  border: 1px solid #343a40;
  color: #343a40;
  background-color: transparent;
  font-size: 0.75rem;
  /* Smaller font size */
  border-radius: 50rem;
  padding: 5px 15px;
  /* Compact padding */
  width: 150px !important;
  /* Fixed width for all devices */
  height: 40px !important;
  /* Fixed height */
  text-align: center;
  line-height: 30px;
  /* Vertically center the text */
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
  /* Prevent overflow */
}

.btn-view-template:hover {
  background-color: #343a40;
  color: #fff;
}

/* View Tempplate */


/* Template Banner Styles */
.template-banner {
  background-color: #111717;
  /* Dark background */
  color: white;
  /* White text for contrast */
}

/* Title */
.template-title {
  color: #EF4C2B;
  /* Bright color for title */
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

/* Description */
.template-description {
  color: #ddd;
  /* Lighter text for description */
  margin-bottom: 1.5rem;
}

/* Tags */
.template-tags .badge {
  background-color: #EF4C2B;
  color: white;
  margin-right: 0.5rem;
}

/* Specific tag styles */
.tag-portfolio {
  background-color: #EF4C2B;
}

.tag-html {
  background-color: #EF4C2B;
}

.tag-responsive {
  background-color: #EF4C2B;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "»";
  color: #EF4C2B;
  padding: 0 0.5rem;
  font-weight: bold;
}

.breadcrumb a:hover {
  color: #EF4C2B;
  text-decoration: none;
}

.text-accent {
  color: #EF4C2B !important;
}

.btn-accent {
  background-color: #EF4C2B;
  border: none;
  color: #fff;
  justify-content: center;
}

.btn-accent:hover {
  background-color: #e66f05;
}

.border-dark-subtle {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-secondary-subtle {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Flex container for section reordering */
.content-sections {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

/* Description Section */
.description-section {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.description-section h5 {
  font-size: 15px;
  font-weight: 600;
}

.description-section p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}

/* Features Section */
.features-section {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.features-section h5 {
  font-size: 15px;
  font-weight: 600;
}

.features-section ul {
  list-style-type: disc;
  padding-left: 20px;
}

.features-section ul li {
  font-size: 1rem;
  color: #666;
  margin-bottom: 10px;
}

/* Attributes Section */
.attributes-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.attributes-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  row-gap: 1.25rem;
  column-gap: 1rem;
  font-size: 0.95rem;
}

.attributes-section {
  margin-left: 230px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.label {
  color: #6c757d;
  font-weight: 500;
}

.value a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

/* Cards sizing: uniform height */
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Responsive styles */
@media (max-width: 991.98px) {
  .attributes-section {
    margin-left: 0;
    margin-top: 30px;
  }

  .attributes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .content-sections {
    flex-direction: column;
  }

  .attributes-section {
    order: 1;
  }

  .description-section {
    order: 2;
  }

  .description-section,
  .features-section {
    padding: 16px;
    margin-top: 20px;
  }

  .description-section h5,
  .features-section h5 {
    font-size: 15px;
  }

  .attributes-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .attributes-grid {
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .content-sections {
    flex-direction: column;
  }

  .attributes-section {
    order: 1;
    margin-top: 20px;
  }

  .description-section {
    order: 2;
    margin-top: 20px;
  }

  .features-section {
    order: 3;
    margin-top: 20px;
  }

  .description-section,
  .features-section {
    padding: 16px;
  }

  .description-section h5,
  .features-section h5 {
    font-size: 15ox;
  }

  .attributes-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .attributes-grid {
    font-size: 0.9rem;
  }
}

/* Pagination Styles */
.pagination {
  padding: 0;
  margin: 0;
}

.pagination .page-item .page-link {
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #555;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  /* Remove shadow */
}

.pagination .page-item .page-link i {
  font-size: 18px;
}

.pagination .page-item.active .page-link {
  background-color: #EF4C2B;
  /* Active page color */
  color: white;
  box-shadow: none;
  /* Remove shadow on active page */
}

.pagination .page-item .page-link:hover {
  background-color: #f1f1f1;
  color: #EF4C2B;
  /* Hover text color */
  box-shadow: none;
  /* Remove shadow on hover */
}

.pagination .page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  box-shadow: none;
  /* Remove shadow on disabled items */
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  padding: 10px 20px;
  box-shadow: none;
  /* Remove shadow on first/last items */
}


/* welcome account */
.welcome-account-banner {
  background-color: #111717;
}

.welcome-account-banner h1 {
  color: #EF4C2B;
}

.welcome-account-banner .lead {
  color: rgba(255, 255, 255, 0.7);
}

.welcome-account-banner .welcome-img {
  max-height: 320px;
}

.account-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s ease;
}

.account-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.account-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #EF4C2B;
}

.detail-label {
  font-size: 0.85rem;
  color: #6c757d;
}

.detail-value {
  font-size: 0.95rem;
  font-weight: 500;
}

.update-btn {
  background-color: #EF4C2B;
  border-radius: 8px;
  color: white;
}

.update-btn:hover {
  background-color: #e66305;
  color: white;
}

.custom-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}

@media (max-width: 768px) {
  .account-img {
    margin-bottom: 1.5rem;
    max-width: 70%;
  }
}

@media (max-width: 576px) {
  .account-img {
    max-width: 100%;
  }
}

/* white navbar */
.nav-wrapper-main {
  background-color: #fff !important;
  padding: 0.4rem 1rem;
  /* thinner height */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  /* lighter shadow */
  height: 50px;
  /* optional: to keep a minimum size */
}

.navbar-brand {
  font-size: 1.1rem;
  /* slightly smaller brand text */
  padding: 0;
  margin: 0;
}

.navbar-nav .custom-nav-link {
  font-size: 0.95rem;
  /* thinner nav items */
  padding: 0.25rem 0.5rem;
  color: #111717;
  text-decoration: none;
}

.nav-btn-initials {
  border: 2px solid #EF4C2B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #EF4C2B;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.nav-btn-initials:hover {
  background-color: #EF4C2B;
  color: #fff;
  cursor: pointer;
}

.nav-dropdown-box {
  position: relative;
}

.nav-dropdown-list {
  display: none;
  position: absolute;
  top: 122%;
  right: 0;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* z-index: 1055; */
  width: 156px;
  display: none;
}

.nav-dropdown-list a {
  padding: 0.75rem 1rem;
  color: #111717;
  text-decoration: none;
  display: block;
}

.nav-dropdown-list a:hover {
  background-color: #f2f2f2;
  color: #EF4C2B;
}

.nav-dropdown-list.show {
  display: block;
}

.mobile-drawer-panel {
  position: fixed;
  top: 0;
  right: -260px;
  width: 250px;
  height: 100%;
  background-color: #111717;
  color: #fff;
  padding: 1rem;
  transition: right 0.3s ease;
  z-index: 1050;
}

.mobile-drawer-panel.open {
  right: 0;
}

.drawer-close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
}

.mobile-drawer-panel a {
  color: white;
  text-decoration: none;
  display: block;
  margin: 1rem 0;
}

#drawerToggleBtn {
  /* background-color: #EF4C2B; */
  color: #fff;
  border: none;
  font-size: 1.25rem;
  border: 2px solid #111717;
  border-radius: 10px;
  width: 92px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;

}

#drawerToggleBtn:hover {
  /* background-color: #111717; */
  border: 2px solid #111717;
}

@media (max-width: 991px) {
  .custom-navbar-collapse {
    display: none !important;
  }

  #drawerToggleBtn {
    display: inline-block;
    margin-right: 0.5rem;
  }

  .nav-profile-desktop {
    display: none !important;
  }

  .nav-profile-wrapper-mobile {
    position: relative;
  }

  .nav-profile-wrapper-mobile .nav-dropdown-list {
    right: 0;
  }
}

@media (min-width: 992px) {

  #drawerToggleBtn,
  .nav-profile-mobile {
    display: none !important;
  }

  .custom-navbar-collapse {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }

  .mobile-drawer-panel {
    display: none;
  }
}



/* sign In */
/* Base styling */
.custom-login-wrapper {
  min-height: 100vh;
}

.custom-welcome-section img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.custom-signin-box {
  max-width: 418px;
  width: 100%;
  border: 2px solid #EF4C2B;
}

.custom-divider {
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
}

.custom-divider::before,
.custom-divider::after {
  content: "";
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  width: 40%;
}

.custom-divider::before {
  left: 0;
}

.custom-divider::after {
  right: 0;
}

.custom-form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}

.custom-signin-btn {
  background-color: #EF4C2B;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 2px solid #111717;
}

.custom-signin-btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.page-heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 2rem;
}

.collection-card:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .page-heading {
    font-size: 2rem;
  }
}

/* My Request */
/* Request Sidebar */
.request-wrapper .request-sidebar {
  background: #111717;
  color: white;
  border-right: 1px solid #dee2e6;
  padding: 2rem 1rem;
  min-height: 100vh;
}

.request-wrapper .request-sidebar .nav-link {
  color: white;
  font-weight: 500;
}

.request-wrapper .request-sidebar .nav-link:hover {
  background-color: transparent;
  color: #EF4C2B;
}

/* Main Content */
.request-wrapper .request-main {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.request-wrapper .request-main h2 {
  color: #111717;
}

.request-wrapper .request-select {
  width: auto;
  background-color: #EF4C2B;
  color: white;
  border: none;
  padding: 0.5rem;
  font-size: 1rem;
}

.request-wrapper .request-select option {
  color: #111717;
}

.request-wrapper .form-label {
  font-weight: 500;
  color: #111717;
}

/* Request Cards */
.request-wrapper .request-card {
  background-color: #ffffff;
  border: 2px solid #EF4C2B;
  border-radius: 10px;
  width: 100%;
}

.request-wrapper .badge {
  font-weight: bold;
  padding: 0.5rem;
}

.request-wrapper .badge.bg-success {
  background-color: #28a745 !important;
}

.request-wrapper .badge.bg-warning {
  background-color: #EF4C2B !important;
  color: #111717;
}

/* Request Banner */
.request-banner {
  background: linear-gradient(to right, #111717, #1e1e1e);
  padding: 3rem 1rem;
  border-bottom: 3px solid #EF4C2B;
  text-align: center;
}

.request-banner h1 {
  color: #ffffff;
  font-size: 45px;
}

.request-banner p {
  color: #dddddd;
  font-size: 1rem;
}

/* Responsive Design: Mobile First */
@media (min-width: 576px) {
  .request-banner h1 {
    font-size: 40px;
  }

  .request-banner p {
    font-size: 1.1rem;
  }

  .request-wrapper .request-card {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .request-banner {
    padding: 4rem 1rem;
  }

  .request-banner h1 {
    font-size: 40px;
  }

  .request-banner p {
    font-size: 1.2rem;
  }

  .request-wrapper .request-sidebar {
    padding: 2rem;
  }

  .request-wrapper .request-card {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .request-wrapper .request-card {
    width: calc(33.33% - 1rem);
  }
}

@media (min-width: 1200px) {
  .request-wrapper .request-card {
    width: calc(25% - 1rem);
  }
}

@media (max-width: 767px) {
  .request-wrapper .request-card {
    width: 100%;
  }

  .request-wrapper .request-sidebar {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .request-wrapper .request-main {
    padding: 1.5rem;
  }
}

@media (max-width: 575px) {
  .request-wrapper .request-main {
    padding: 1.2rem;
  }
}

/* help-center */
.help-search-input {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.help-topic-chip {
  display: inline-block;
  background-color: #EF4C2B;
  color: #fff;
  padding: 0.4rem 0.85rem;
  font-size: 0.875rem;
  border-radius: 999px;
  text-transform: capitalize;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.help-topic-chip:hover {
  background-color: #111717;
}

.help-header-title {
  font-size: 1.8rem;
  /* Reduced for mobile */
  margin-bottom: 10px;
  /* Added margin for spacing */
}

.help-subheading {
  font-size: 1.4rem;
  /* Slightly reduced */
  margin-bottom: 15px;
}

/* FAQ Section Styles */
.faq-section {
  background-color: #f9f9f9;
}

.faq-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 1.5rem;
  /* Added margin for separation */
}

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

.faq-toggle-btn {
  background-color: #fff;
  color: #111717;
  font-size: 0.95rem;
  /* Reduced font size for mobile */
  padding: 0.75rem 1.25rem;
  /* Adjusted padding */
  border: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: start;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: none;
}

.faq-toggle-btn:not(.collapsed) {
  background-color: #fff7f0;
  color: #EF4C2B;
}

.faq-toggle-btn:hover {
  background-color: #fff3e6;
}

.faq-toggle-btn .icon-circle {
  width: 32px;
  /* Reduced size */
  height: 32px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #EF4C2B, #111717);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.faq-toggle-btn:hover .icon-circle {
  background: #EF4C2B;
}

.faq-toggle-btn .bi {
  font-size: 1rem;
  /* Adjusted icon size */
  color: #ffffff;
}

.faq-toggle-btn:hover .bi {
  color: #ffffff;
}

.faq-toggle-btn span {
  transition: color 0.3s ease;
}

.faq-toggle-btn:hover span {
  color: #EF4C2B;
}

.faq-answer {
  font-size: 0.9rem;
  /* Reduced font size */
  color: #5a5a5a;
  line-height: 1.6;
  padding-top: 0.75rem;
}

/* help-banner */
.help-banner {
  background: linear-gradient(to right, #EF4C2B, #111717);
  padding: 50px 0;
  /* Reduced padding for mobile */
  text-align: center;
  color: #fff;
}

.help-banner h1 {
  font-size: 45px;
  /* Reduced font size */
  font-weight: 700;
  margin-bottom: 15px;
}

.help-banner p {
  font-size: 1rem;
  /* Reduced font size */
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 576px) {
  .help-banner h1 {
    font-size: 40px;
    /* Further reduced for smaller screens */
  }

  .help-banner p {
    font-size: 0.9rem;
  }

  .help-header-title {
    font-size: 1.6rem;
  }

  .help-subheading {
    font-size: 1.25rem;
  }

  .faq-toggle-btn {
    font-size: 0.85rem;
    /* Smaller font size */
    padding: 0.6rem 1rem;
    /* Less padding */
  }

  .faq-answer {
    font-size: 0.85rem;
    /* Adjusted font size */
  }

  .faq-toggle-btn .icon-circle {
    width: 28px;
    /* Further reduce icon size */
    height: 28px;
  }

  .faq-toggle-btn .bi {
    font-size: 0.95rem;
    /* Smaller icon size */
  }

  .faq-card {
    margin-bottom: 1rem;
    /* Less bottom margin */
  }

  .help-search-input {
    width: 100%;
    padding: 0.6rem;
    font-size: 0.9rem;
  }

  .help-topic-chip {
    font-size: 0.75rem;
    /* Smaller font size for mobile */
    padding: 0.35rem 0.75rem;
  }

  .collection-banner-section .img-fluid {
    max-height: 250px;
    /* Smaller max-height for images */
  }
}

@media (max-width: 767px) {
  .help-search-input {
    font-size: 0.85rem;
    /* Smaller font-size */
  }

  .faq-answer {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .faq-toggle-btn {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    /* Reduced padding */
  }

  .faq-toggle-btn .icon-circle {
    width: 28px;
    height: 28px;
  }

  .faq-toggle-btn .bi {
    font-size: 0.95rem;
  }

  .help-banner {
    padding: 40px 0;
  }

  .help-banner h1 {
    font-size: 40px;
  }

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

  .help-header-title {
    font-size: 1.5rem;
  }

  .help-subheading {
    font-size: 1.2rem;
  }

  .faq-card {
    margin-bottom: 1rem;
  }

  .collection-banner-section .img-fluid {
    max-height: 230px;
    /* Adjust image max height */
  }
}

@media (max-width: 992px) {
  .faq-card {
    margin-bottom: 1.5rem;
  }

  .faq-toggle-btn {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }

  .faq-answer {
    font-size: 1rem;
  }

  .collection-banner-section .img-fluid {
    max-height: 280px;
  }
}

/* create account  */
.auth-container {
  max-width: 400px;
  border: 2px solid #EF4C2B;
}

.social-btn {
  text-align: left;
}

.divider {
  text-align: center;
  position: relative;
  margin: 1.5rem 0;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background-color: #dee2e6;
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

/* Downloads-section*/

.downloads-banner-section {
  background-color: #111717;
}

.downloads-banner-section h1 {
  color: #EF4C2B;
}

.downloads-banner-section .lead {
  color: rgba(255, 255, 255, 0.7);
}

.downloads-banner-section .img-fluid {
  max-height: 320px;
}


/* Collection-Section */
.collection-banner {
  background: #111717;
  color: white;
}

.collection-banner h1 {
  font-family: 'Arial', sans-serif;
}

.collection-banner p {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}

.collection-banner img {
  max-width: 100%;
  height: auto;
}

/* DETAILS */

.account-container {
  background-color: #fff;
  /* White background for the main container */
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.account-heading {
  color: #FC7C0F;
  /* Orange color for headings */
}

.account-description {
  color: #ddd;
  /* Light text for descriptions */
}

.btn-outline-custom {
  border-color: #FC7C0F;
  /* Orange border for buttons */
  color: #FC7C0F;
}

.btn-outline-custom:hover {
  background-color: #FC7C0F;
  color: #111717;
  /* Dark text when button is hovered */
}

.account-border {
  border-color: #FC7C0F !important;
  /* Orange border color for account details */
}

.account-muted {
  color: #ccc !important;
  /* Lighter text color for secondary text */
}

.account-banner-section {
  background-color: #111717;
}

.text-orange {
  color: #FC7C0F;
}

.account-illustration {
  max-height: 320px;
}

/* About Us Css */
.about-section {

  background-color: #111717;
  color: white;
  /* padding: 74px ; */
  height: 637px;
}

.about-text {
  background-color: #EF4C2B;
  padding: 30px;
  border-radius: 8px;
}

.about-img img {
  max-width: 100%;
  border-radius: 8px;
}


/* Why Choose Us Section */
.why-choose-section {
  padding: 60px 0;
}

.why-choose-text {
  color: #EF4C2B;
}

.section-header {
  color: #EF4C2B;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
}

.divider {
  width: 50px;
  border: 2px solid #EF4C2B;
  margin: 20px 0;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #EF4C2B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.feature-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

.section-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .section-heading {
    font-size: 28px;
  }

  .about-section {
    margin-top: 55px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .feature-box {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 40px 0;
  }

  .section-image {
    margin-bottom: 30px;
  }

  .feature-box {
    flex-direction: row;
    align-items: center;
  }

  .feature-content h4 {
    font-size: 20px;
  }

  .feature-content p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .feature-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-icon {
    margin-bottom: 10px;
  }
}


/* OUR CORE VALUE */
.core-value {
  background: white;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.core-value:hover {
  transform: scale(1.1);
  background: #EF4C2B;
  color: white;
}

.core-value i {
  font-size: 48px;
  transition: 0.3s;
}

.core-value:hover i {
  transform: rotate(20deg);
}

.core-value-text {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
}

.core-value-description {
  display: none;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #6c757d;
}

.core-value:hover+.core-value-text+.core-value-description {
  display: block;
}

/* .section-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
  color: #111717;
} */

/* Responsive Design */
@media (max-width: 767px) {
  .core-value {
    width: 150px;
    height: 150px;
  }

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

  .core-value-text {
    font-size: 16px;
  }

  .core-value-description {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .core-value {
    width: 120px;
    height: 120px;
  }

  .core-value-text {
    font-size: 14px;
  }

  .core-value-description {
    font-size: 12px;
  }
}

/* Tablet view (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .core-value {
    width: 160px;
    height: 160px;
  }

  .core-value-text {
    font-size: 17px;
  }

  .core-value-description {
    font-size: 14px;
  }

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

/* Desktop view (1024px and above) */
@media (min-width: 1024px) {
  .core-value {
    width: 180px;
    height: 180px;
  }

  .core-value-text {
    font-size: 18px;
  }

  .core-value-description {
    font-size: 15px;
  }

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


/* OUR TECHNOLOGY */
.tech-portfolio-section {
  /* padding: 60px 0; */
  text-align: center;
  background-color: #fff;
}

.tech-portfolio-heading {
  font-size: 32px;
  font-weight: 700;
  color: #111717;
  margin-bottom: 60px;
}

.tech-portfolio-card {
  margin-bottom: 20px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
}

.tech-portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  /* Stronger shadow */
  cursor: pointer;
}

/* Icon (circle) wrapper */
.tech-icon-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f8f8f8;
  overflow: hidden;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

/* Image inside wrapper */
.tech-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* When card hovers, image zooms and wrapper gets shadow */
.tech-portfolio-card:hover .tech-icon-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  /* shadow for icon */
  transform: scale(1.05);
  /* slight pop for wrapper */
}

.tech-portfolio-card:hover .tech-icon-wrapper img {
  transform: scale(1.1);
  /* zoom the image */
}

.tech-title {
  font-size: 20px;
  font-weight: 700;
  color: #EF4C2B;
  margin-bottom: 12px;
}

.tech-description {
  text-align: justify;
  font-size: 15px;
  color: #555;
  padding: 0 10px;
}

/* Responsive */

/* Tablet view fix: force 2 cards per row */
@media (min-width: 768px) and (max-width: 1023px) {
  .tech-portfolio-section .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tech-portfolio-heading {
    font-size: 32px;
  }

  .tech-title {
    font-size: 1.1rem;
  }

  .tech-description {
    font-size: 0.95rem;
  }
}

/* Desktop view (≥1024px) */
@media (min-width: 1024px) {
  .tech-portfolio-heading {
    font-size: 32px;
  }

  /* .tech-title {
    font-size: 1.25rem;
  } */

  .tech-description {
    font-size: 1rem;
  }
}

.counter-section {
  background-color: #fff;
  text-align: center;
}

.counter {
  font-size: 3rem;
  font-weight: 700;
  color: #EF4C2B;
  margin-bottom: 10px;
}

.counter-title {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
}

.counter-box {
  padding: 30px 20px;
  border-radius: 12px;
  background: #f1f3f5;
  transition: all 0.3s ease;
}

.counter-box:hover {
  background: #e9ecef;
  transform: translateY(-5px);
}

.counter-icon {
  font-size: 2rem;
  color: #EF4C2B;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .counter-box {
    padding: 25px 15px;
  }

  .counter {
    font-size: 2.2rem;
  }

  .counter-title {
    font-size: 1rem;
  }
}

/* CAREER-Section */
.career-banner-4 {
  background-color: #111717;
  padding: 4rem 2rem;
  padding-top: 120px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.career-content {
  color: #ffffff;
  flex: 1 1 400px;
}

.career-content h1 {
  font-size: 45px;
  font-weight: 700;
}

.career-content h1 span {
  color: #EF4C2B;
}

.career-content p {
  font-size: 1.125rem;
  margin-top: 1rem;
  color: #d1d5db;
}

.btn-apply {
  margin-top: 2rem;
  background-color: #EF4C2B;
  color: #fff;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-apply:hover {
  background-color: #EF4C2B;
  color: #111717;
}

.career-image {
  max-width: 51%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  flex: 1 1 300px;
}

/* Tablet view adjustments */
@media (max-width: 992px) {
  .career-content h1 {
    font-size: 40px;
  }

  .career-content p {
    font-size: 1rem;
  }
}

/* Mobile view adjustments */
@media (max-width: 576px) {
  .career-banner-4 {
    flex-direction: column;
    text-align: center;
    padding: 3rem 1rem;
  }

  .career-content h1 {
    font-size: 40px;
  }

  .career-content p {
    font-size: 1rem;
  }

  .btn-apply {
    width: 100%;
    padding: 14px 0;
  }

  .career-image {
    max-width: 100%;
  }
}


.section-title {
  font-size: 32px;
  font-weight: 700;
}

.section-subtitle {
  color: #4b4b4b;
}

.card-custom {
  border-radius: 30px;
  border: 2px solid #000;
  padding: 30px 20px;
  background-color: #fff5ee;
  text-align: center;
  height: 418px;
  width: 100%;
  flex-shrink: 0;
}

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

.card-text {
  font-size: 15px;
  color: #333;
}

.card-img {
  max-height: 220px;
  object-fit: contain;
  margin-bottom: 15px;
}

.who-wrapper {
  position: relative;
  width: 100%;
}

.who-track-wrapper {
  overflow: hidden;
  width: 100%;
}

.who-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s ease-in-out;
}

.who-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.who-control.left {
  left: 10px;
}

.who-control.right {
  right: 10px;
}

@media (max-width: 768px) {
  .who-control {
    /* display: none; */
  }
}

.who-col {
  flex: 0 0 auto;
  width: calc(100% / 3 - 1rem);
  /* default 3 cards */
}

@media (max-width: 992px) {
  .who-col {
    width: calc(100% / 2 - 1rem);
    /* 2 cards on tablets */
  }
}

@media (max-width: 576px) {
  .who-col {
    width: 100%;
    /* 1 card on mobile */
  }
}

/* .section {
      background-color: #ffffff;
    } */
.benefits-section {
  background-color: #1c1c1c;
  padding: 3rem 0;
}

.benefits-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.benefits-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}

.benefits-row {
  display: flex;
  flex-wrap: wrap;
  /* gap: 2rem; */
}

.benefit-col {
  flex: 1 1 48%;
  display: flex;
  align-items: center;
}

.benefit-step {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.benefit-step:nth-child(odd) {
  animation-delay: 0.5s;
}

.benefit-step:nth-child(even) {
  animation-delay: 1s;
}

.benefit-step-icon {
  min-width: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #EF4C2B;
  z-index: 2;
  transition: color 0.3s ease;
}

.benefit-step-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #EF4C2B;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.benefit-step-content h4 {
  color: #111717;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.benefit-step-content p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 0;
}

.benefit-step:hover .benefit-step-icon {
  color: #111717;
}

.benefit-step:hover .benefit-step-content {
  opacity: 1;
  transform: translateY(0);
}

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

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

@media (max-width: 767px) {
  .benefit-col {
    flex: 1 1 100%;
  }

  .benefit-step {
    padding-left: 1px;
    width: 90%;
  }

  .benefits-heading {
    font-size: 2rem;
  }

  .benefit-step-icon {
    font-size: 40px;
  }

  .benefit-step-content {
    padding: 20px;
  }
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* margin: 20px auto; */
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: white;
  z-index: 1;
}

.step {
  text-align: center;
  position: relative;
  width: 18%;
  z-index: 2;
}

.recruitment-circle {
  background: white;
  color: black;
  width: 60px;
  height: 60px;
  border-radius: 20%;
  margin: 0 auto 20px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
}


.recruitment-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.desc {
  font-size: 14px;
  color: #ccc;
}

.recruitment_process {
  display: flex;
  color: #fff;
}

.recruitment_process-details {
  padding: 9px 0px;
}

/* 🌐 Responsive Styles for Small Screens */
@media (max-width: 768px) {
  .timeline {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }

  .timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ccc;
  }

  .step {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }

  .recruitment-circle {
    position: absolute;
    left: -60px;
    top: 0;
    margin: 0;
    line-height: 45px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
  }


  .recruitment-title {
    margin-left: 0;
  }

  .desc {
    margin-left: 0;
  }

  .recruitment_process {
    flex-direction: column;
  }

  .recruitment_process .ms-5 {
    margin-left: -64px !important;
  }

  .recruitment-btn .custom-btn1:nth-child(2) {
    margin-left: -3px;
  }

  .career_body {
    display: flex;
    padding: 75px 22px;
    align-items: center;
    justify-content: center;

    /* background: #000; */
  }
}


fa-check-circle,
.fa-circle-check {
  --fa: "\f058";
  margin-left: -20px;
}

.recruitment-btn {
  border: 2px solid #EF4C2B;
  padding: 10px;
  border-radius: 25px;
  width: 315px;
}


.custom-btn1 {
  background-color: #000;
  color: #000;
  border: 1px solid #ccc;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.3s;
}

.custom-btn1.active-btn {
  background-color: #EF4C2B;
  /* or any primary color you use */
  color: #fff;
  border-color: #fff;
}

.custom-btn1 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #EF4C2B;
  padding: 2px 26px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* Medium devices (tablets, 768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .timeline {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 10px;
  }

  .step {
    width: 45%;
    margin-bottom: 40px;
  }

  .timeline::before {
    display: none;
    /* Hide horizontal line on wrap */
  }
}

/* Large devices (desktops, 1025px - 1399px) */
@media (min-width: 1025px) and (max-width: 1399px) {
  .step {
    width: 18%;
  }

  .timeline::before {
    top: 20%;
    left: 5%;
    width: 90%;
  }
}

/* Extra large devices (1400px and up) */
@media (min-width: 1400px) {
  .timeline {
    width: 1200px;
    margin: auto;
  }

  .step {
    width: 16%;
  }

  .timeline::before {
    left: 7%;
    width: 86%;
  }
}

/* Default timeline line (desktop) */
.timeline::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: white;
  z-index: 1;
}

/* Mobile override */
@media (max-width: 768px) {
  .timeline::before {
    top: 0;
    left: -9px;
    width: 2px;
    height: 84%;
  }

  .text-hired {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
    margin-top: -171px;
    margin-left: -73px;
    color: #fff;
  }

  .recruitment-header {
    margin-top: -21px;
    margin-left: -65px;
  }
}

/* Default image styling (optional if already inlined) */
.hired_right img {
  width: 59%;
  border-radius: 50%;
}

/* Mobile-specific: make image larger on small screens */
@media (max-width: 767.98px) {
  .hired_right img {
    margin-bottom: 41px;
    margin-top: -42px;
    width: 115% !important;
    margin-left: -97px;
  }

  .center-mobile-btn {
    display: flex;
    justify-content: center;
  }
}

/*web and development service page
/* Service-Why-Choose-Us-Page_design */
.wcus-section {
  padding: 20px 0;
}

.wcus-title {
  color: #EF4C2B;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.wcus-subtext {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.wcus-feature-card {
  background-color: #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 25px;
  height: 100%;
  transition: all 0.3s ease;
}

.wcus-feature-card:hover {
  background-color: #222;
  box-shadow: 0 10px 25px rgba(239, 76, 43, 0.2);
}

.wcus-feature-card i {
  font-size: 2rem;
  color: #EF4C2B;
  margin-bottom: 15px;
}

.wcus-feature-card h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.wcus-feature-card p {
  color: #bbb;
  font-size: 0.95rem;
}

.wcus-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .wcus-title {
    font-size: 2rem;
  }
}

.cta-section {
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.cta-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.cta-subheading {
  color: #EF4C2B;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.cta-img img {
  width: 60%;
  max-width: 400px;
  transition: transform 0.5s ease;
}

.cta-img img:hover {
  transform: scale(1.05);
}

.modern-modal {
  margin-top: 30px;
  background: rgba(17, 23, 23, 0.95);
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 15px;
}

.highlight-text {
  color: #EF4C2B;
}

.modal-image {
  width: 60%;
  max-width: 300px;
}


@media (max-width: 768px) {

  .cta-heading,
  .cta-subheading {
    font-size: 40px;
  }

  .modal-modern {
    margin-top: 80px;
  }

  .cta-img img {
    width: 80%;
  }
}

.modal-modern {
  overflow-y: auto;
  margin-top: 75px;
  background: #111717;
  color: white;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(239, 76, 43, 0.2);
}

body.modal-open {
  overflow: hidden !important;
  height: 100% !important;
  position: fixed !important;
  width: 100% !important;
}

/* Prevent body scroll */
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

/* Optional: remove scrollbar glow in macOS */
body::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* Enable scroll inside modal only if needed */
.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.input-modern.form-control-sm {
  background-color: #1b1f1f;
  border: 1px solid #333;
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.875rem;
}

.input-modern.form-control-sm:focus {
  border-color: #EF4C2B;
  box-shadow: 0 0 0 0.15rem rgba(239, 76, 43, 0.3);
}


.input-modern.form-control-sm[style] {
  height: 80px !important;
}


.modal-modern .form-floating>label {
  font-size: 0.875rem;
  padding-left: 12px;
}


.modal-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


.modal-modern .modal-body {
  padding: 0.75rem 1rem;
}

.modal-body {
  overflow-y: hidden !important;
}

.modal-modern .modal-header {
  padding: 0.75rem 1rem;
}

.modal-modern .modal-title {
  font-size: 1rem;
}


.start-btnn {
  display: block;
  text-align: left;
}


.working-process-section {
  background: linear-gradient(135deg, #111717 50%, #EF4C2B 50%);
  color: white;
  padding: 30px 0;
  text-align: center;
}

.working-process-section h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 60px;
  color: white;
}

.working-process-cards-wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  flex-wrap: wrap;
}

.working-process-card {
  background: linear-gradient(135deg, #F9D2D2, #ffb6b6);
  color: #111717;
  width: 270px;
  padding: 33px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.3s ease;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
}

.working-process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #F7A4A4, #f1eeee);
}

.working-process-card .process-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #EF4C2B;
}

.working-process-card h3 {
  font-size: 24px;
  color: #111717;
  margin-bottom: 10px;
}

.working-process-card p {
  font-size: 1rem;
  color: #555;
}

.working-process-cards-wrapper .working-process-card:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 15px;
  background: #fff;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.working-process-cards-wrapper .working-process-card:hover:before {
  opacity: 0.3;
}

/*Explore Our Services*/
.service-section h1 {
  font-weight: 700;
  color: #111717;
  font-size: 40px;
}

.service-section p {
  color: #111717;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: justify;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  /* background-color: #fef2f2;  */
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.service-section p:hover {
  background-color: #EF4C2B;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .service-section h1 {
    font-size: 25px;
  }

  .service-section .service-item {
    margin-bottom: 20px;
  }

  .service-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*innovation service section*/
.innovation-card {
  background-color: #1c2224;
  border: 1px solid #2a2f31;
  border-radius: 14px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.innovation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(13, 13, 13, 0.25);
}

.icon-style {
  font-size: 2.5rem;
  color: #ef4c2b;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.innovation-card:hover .icon-style {
  color: #ff6b3d;
}

.section-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .icon-style {
    font-size: 2.2rem;
  }
}

/* SMO Section */

section.smo-seo {
  padding: 60px 0;
  background-color: #fafafa;
}

/* section.smo-seo h1 {
      font-size: 45px;
      font-weight: 700;
      color: #222;
    } */
section.smo-seo p {
  font-size: 17px;
  /* line-height: 1.6; */
  color: #555;
  margin-bottom: 1.2rem;
}

.btn-smo {
  border-radius: 30px;
  padding: 12px 36px;
  font-weight: 600;
  font-size: 1rem;
}

/* Image Styling */
.smo-image {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.smo-section {
  min-height: 50vh;
  padding: 4rem 1rem;
  background: linear-gradient(to right, #333, #000, #222);
}

.smo-title {
  /* font-size:45px;
  font-weight: 700; */
  margin-bottom: 0.5rem;
  transition: none !important;
}

.smo-subtitle {
  font-size: 17px;
  font-weight: 500;
  max-width: 600px;
  margin: auto;
  color: rgba(255, 255, 255, 0.85);
  transition: none !important;
}

/* SMO Card Styles */
.smo-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #EF4C2B;
  color: #fff;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  /* Tilt effect support */
  --x: 50%;
  --y: 50%;
  transform-origin: center;
  will-change: transform;
}

.smo-card:hover {
  transform: translateZ(40px) scale(1.03) rotateX(calc((var(--y) - 50%) * -0.3deg)) rotateY(calc((var(--x) - 50%) * 0.3deg));
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), inset 0 0 60px rgba(255, 255, 255, 0.1);
}

/* Icon styling */
.icon-glow {
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: white;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

/* Gradient icon backgrounds */
.bg-gradient-purple {
  background: linear-gradient(135deg, #7b2ff7, #f107a3);
}

.bg-gradient-green {
  background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.bg-gradient-orange {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}

.bg-gradient-pink {
  background: linear-gradient(135deg, #ff6a00, #ee0979);
}

/* Responsive Typography */
@media (max-width: 768px) {
  .smo-title {
    /* font-size: 40px;
     font-weight: 700; */
  }
}

/* Disable 3D effect on mobile */
@media (max-width: 768px) {
  .smo-card:hover {
    transform: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }
}

.impact-section {
  background: radial-gradient(circle at top, #191919 0%, #0f0f0f 100%);
}

.impact-box {
  padding: 2rem 1.5rem;
  border-radius: 20px;
  color: white;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.impact-box:hover {
  /* transform: translateY(-6px) scale(1.05); */
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

.glassy {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}



/* Services Section */
.seo-services {
  /* margin-top: 4rem; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.seo-service-card {
  background: #080808;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 15px 30px rgba(7, 7, 7, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.seo-service-card:hover {
  transform: translateY(-12px);
  /* box-shadow: 0 25px 50px rgb(0 255 202 / 0.3); */
}

.seo-service-icon {
  font-size: 3rem;
  color: #EF4C2B;
  margin-bottom: 1.3rem;
  transition: transform 0.3s ease;
}

.seo-service-card:hover .seo-service-icon {
  transform: scale(1.15);
}

.seo-service-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 1rem;
  color: #ffffff;
}

.seo-service-desc {
  color: #a0a4b2;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}

/* Animations */
[data-aos] {
  opacity: 0;
  transform: translateY(50px);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 600ms;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .seo-main-heading {
    font-size: 2rem;
  }
}

/* SEO-Section */
/* Intro Section */
.intro-section {
  background-color: #e1d4d4;
  /* padding: 4rem 2rem; */
  text-align: center;
  margin: 2rem auto;
  color: #f1f1f1;
}

.intro-section h2 {
  color: #EF4C2B;
}

.intro-section p {
  margin: 0 auto;
  color: #ccc;
  line-height: 1.6;
}

/* SEO Wrapper (renamed from seo-container) */
.seo-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 2rem 0;
  /* background-color: #121212; */
  border-radius: 15px;
  color: #eee;
}

.seo-main-heading {
  color: #EF4C2B;
  text-align: center;
  /* margin-bottom: 2rem; */
}

/* Services Section */
.seo-services {
  /* margin-top: 4rem; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.seo-service-card {
  background: #080808;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 15px 30px rgba(7, 7, 7, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
  color: #a0a4b2;
}

.seo-service-card:hover {
  transform: translateY(-12px);
}

.seo-service-icon {
  font-size: 3rem;
  color: #EF4C2B;
  margin-bottom: 1.3rem;
  transition: transform 0.3s ease;
}

.seo-service-card:hover .seo-service-icon {
  transform: scale(1.15);
}

.seo-service-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.seo-service-desc {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #a0a4b2;
}

/* Animations */
[data-aos] {
  opacity: 0;
  transform: translateY(50px);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 600ms;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .seo-main-heading {
    font-size: 2rem;
  }
}


.gradient-split-section {
  display: flex;
  max-width: 100%;
  min-height: 450px;
  background: #111;
  color: #fefefe;
  /* border-radius: 16px; */
  overflow: hidden;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7); */
  margin: 4rem 0;
}

.gradient-image {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
}

.gradient-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gradient-image:hover img {
  transform: scale(1.05);
}


.gradient-content {
  flex: 1 1 50%;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(20, 20, 20, 0.85);
}

.gradient-content h2 {

  margin-bottom: 1.5rem;
  letter-spacing: 0.04em;
  color: #FF6A3D;
}

.gradient-content p {

  margin-bottom: 3rem;
  color: #ddd;
}


/* Responsive */
@media (max-width: 900px) {
  .gradient-split-section {
    flex-direction: column;
    min-height: auto;
    /* border-radius: 12px; */
  }

  .gradient-content {
    padding: 2.5rem 2rem;
    text-align: center;
  }

  .gradient-btn {
    align-self: center;
  }
}


.modern-split-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 5rem 10vw;
  background: linear-gradient(135deg, #1f1f1f 0%, #3a3a3a 100%);
  color: #eee;
  gap: 4rem;
  flex-wrap: wrap;
}

.modern-content {
  flex: 1 1 450px;
  max-width: 600px;
}

.modern-content h2 {
  margin-bottom: 1.5rem;
  color: #FF6F61;
}

.modern-content p {
  line-height: 1.6;
  margin-bottom: 1.2rem;
  color: #ccc;
}


.modern-image {
  flex: 1 1 450px;
  max-width: 600px;
  display: flex;
  justify-content: center;
}

.modern-image img {
  width: 100%;
  border-radius: 20px;
  /* box-shadow: 0 15px 40px rgba(255, 111, 97, 0.5); */
  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px) {
  .modern-split-section {
    flex-direction: column;
    padding: 3rem 5vw;
  }

  .modern-content,
  .modern-image {
    max-width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }
}

.leadgen-new-section {
  background: linear-gradient(135deg, #000);
  position: relative;
  overflow: hidden;
}

.feature-card {
  background-color: #EF4C2B;
  padding: 2rem;
  border-radius: 1rem;
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  background-color: #EF4C2B;
}

.icon-box {
  font-size: 2rem;
  color: #fff;
  padding: 1.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Social-Marketing */
.social-marketing-section {
  background: #0f2027;
  /* Dark Blue Gradient */
  background: linear-gradient(135deg, #EF4C2B 0%, #000 100%);
  color: #f0f0f0;
}

.text-gradient {
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-card {
  background: rgba(255 255 255 / 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255 255 255 / 0.15);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.social-card:hover {
  transform: translateY(-20px) scale(1.05);
  box-shadow: 0 16px 40px rgb(255 75 43 / 0.6);
}

.icon-circle {
  font-size: 3.2rem;
  color: white;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 20px rgb(255 75 43 / 0.8);
  position: relative;
  z-index: 10;
}

.bg-facebook {
  background: #1877f2;
  box-shadow: 0 0 30px #1877f2;
}

.bg-twitter {
  background: #1da1f2;
  box-shadow: 0 0 30px #1da1f2;
}

.bg-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  box-shadow: 0 0 30px #ff416c;
}


/* Responsive tweaks */
@media (max-width: 767px) {
  .social-card {
    padding: 3rem 2rem !important;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2.8rem;
  }

  .blur-circle {
    width: 120px !important;
    height: 120px !important;
  }
}

/* Google Add */

.google-ads-dark-section {
  background-color: #000000;
}

.google-ads-header {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-orange {
  color: #EF4C2B !important;
}

.google-ads-subtitle {
  color: #ddd;
}

.roi-google {
  color: #EF4C2B;
}

.google-ads-card {
  border: 2px solid #EF4C2B;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-ads-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(239, 76, 43, 0.5);
}

/* CMS Software Development */
.cms-section {
  padding: 43px 0;
  background-color: #EF4C2B;
  color: #000;
}

.cms-title {
  color: #000;
}

.cms-subtitle {
  color: #000;
  margin: 0 auto 3rem auto;
}

.cms-feature-card {
  border: none;
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  color: #000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.cms-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.features-icon {
  font-size: 2rem;
  color: #EF4C2B;
  margin-bottom: 15px;
}

.cms-feature-card h5 {
  color: #000;
}

.cms-feature-card p {
  color: #444;
}

.cms-elegant-section {
  padding: 47px 20px;
  background-color: #e1dcdb;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.cms-elegant-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.cms-elegant-content {
  flex: 1 1 50%;
}

.cms-elegant-title {
  margin-bottom: 20px;
  color: #111;
}

.cms-elegant-subtext {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
  max-width: 500px;
}

.cms-elegant-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cms-elegant-features li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  padding: 8px 0;
  color: #444;
}

.cms-icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EF4C2B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.cms-elegant-image {
  flex: 1 1 45%;
}

.cms-elegant-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* Shopify Store  */
.shopify-split-section {
  background: linear-gradient(135deg, #EF4C2B, #111717);
  padding: 42px 20px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.shopify-split-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.shopify-split-left {
  flex: 1 1 50%;
  min-width: 320px;
}

.shopify-split-title {
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.shopify-split-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 520px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.shopify-split-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  max-width: 520px;
}

.shopify-split-features li {
  font-size: 1.05rem;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.shopify-split-features li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}



.shopify-split-right {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.shopify-split-right img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* shopify-card-section */
.shopify-card-section {
  background-color: #000;
  padding: 47px 20px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  text-align: center;
}

.shopify-card-container {
  max-width: 1000px;
  margin: 0 auto;
}

.shopify-card-title {
  margin-bottom: 15px;
  color: #EF4C2B;
}

.shopify-card-intro {
  margin-bottom: 50px;
  color: #fff;
}

.shopify-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.shopify-card {
  background: #f0f4ff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 18px rgba(26, 115, 232, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.shopify-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(26, 115, 232, 0.3);
}

.shopify-card i {
  font-size: 2.8rem;
  color: #EF4C2B;
  margin-bottom: 18px;
}

.shopify-card h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #000;
}

.shopify-card p {
  /* font-size: 1rem; */
  /* color: #444; */
  line-height: 1.5;
}

.shopify-card-cta a {
  background-color: #1a73e8;
  color: white;
  padding: 16px 50px;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.3);
  transition: background-color 0.3s ease;
}

.shopify-card-cta a:hover {
  background-color: #155ab6;
}

/* Application Development */
.appdev-section {
  background: #000;
  padding: 5px 20px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  text-align: center;
}

.appdev-container {
  max-width: 1200px;
  margin: 0 auto;
}

.appdev-title {
  font-weight: 700;
  color: #EF4C2B;
  margin-bottom: 20px;
}

.appdev-subtitle {
  color: #FFF;
  margin: 0 auto 50px auto;
}

.appdev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 cards per row */
  gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .appdev-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 cards per row on tablets */
  }
}

@media (max-width: 600px) {
  .appdev-grid {
    grid-template-columns: 1fr;
    /* 1 card per row on small screens */
  }
}

.appdev-card {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appdev-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(13, 71, 161, 0.2);
}

.appdev-card i {
  font-size: 2.5rem;
  color: #EF4C2B;
  margin-bottom: 15px;
}

.appdev-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.appdev-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}


.appdev-split-section {
  background: linear-gradient(to right, #f7f9fc, #555);
  padding: 42px 20px;
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
}

.appdev-split-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 18px;
}

.appdev-split-left {
  flex: 1 1 50%;
}

.appdev-split-title {
  font-weight: 700;
  color: #EF4C2B;
  margin-bottom: 20px;
}

.appdev-split-description {
  color: #333;
  margin-bottom: 30px;
  max-width: 600px;
}

.appdev-split-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.appdev-split-features li {
  font-size: 1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #444;
}

.appdev-split-features i {
  color: #EF4C2B;
  margin-right: 12px;
  font-size: 1.2rem;
}

.appdev-split-right {
  flex: 1 1 45%;
}

.appdev-split-right img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(13, 71, 161, 0.15);
  object-fit: cover;
}

/* E-commerce */
.ecom-section {
  background: linear-gradient(to right, #f9fbfd, #ccc);
  padding: 42px 20px;
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
}

.ecom-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ecom-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.ecom-text {
  flex: 1 1 50%;
}

.ecom-title {
  font-weight: 700;
  color: #EF4C2B;
  margin-bottom: 20px;
}

.ecom-subtext {
  color: #333;
  margin-bottom: 30px;
}

.ecom-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.ecom-features li {
  font-size: 1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #444;
}

.ecom-features i {
  color: #EF4C2B;
  margin-right: 10px;
  font-size: 1.2rem;
}

.ecom-image {
  flex: 1 1 45%;
}

.ecom-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(13, 71, 161, 0.15);
}

.ecom-glass-section {
  background: linear-gradient(to right, #e3f2fd);
  padding: 42px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.ecom-glass-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ecom-glass-title {
  font-weight: 700;
  color: #EF4C2B;
  margin-bottom: 10px;
}

.ecom-glass-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 60px;
}

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

.ecom-glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 8px 30px rgba(13, 71, 161, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ecom-glass-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(13, 71, 161, 0.15);
}

.icon-wrap {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
  background: linear-gradient(135deg, #EF4C2B, #000);
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ecom-glass-card h4 {
  margin-bottom: 12px;
}

.ecom-glass-card p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.service-development {
  padding-top: 137px;
}

@media (max-width: 768px) {
  .service-development {
    padding-top: 0px !important;
  }
}

/* Blog css */
.blog-banner-section {
  background-color: #111717;
  height: 405px;
  color: white;
  padding: 5rem 2rem;
  text-align: center;
  border-radius: 0 0 30px 30px;
}

.blog-banner-section h1 {
  font-size: 45px;
  font-weight: 700;
}

.blog-banner-section p {
  font-size: 18px;
  margin-top: 1rem;
  color: #f2f2f2;
}

.blog-tab-section {
  margin: -12rem auto;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  position: relative;
  min-height: 400px;
  height: 500px;
  ;
}

.tab-nav .nav-link {
  border: none;
  font-weight: 600;
  color: #333;
  padding: 0.8rem 1rem;
  border-radius: 50%;
  background: #f0f0f0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.0s ease;
  font-size: 1rem;
  cursor: pointer;
}

.tab-nav .nav-link:hover {
  background: #eea89a;
  color: #EF4C2B;
  transform: scale(1.1);
}

.tab-nav .nav-link.active {
  color: #fff;
  background: #EF4C2B;
  box-shadow: 0 4px 12px rgba(241, 121, 99, 0.3);
  transform: scale(1.15);
  z-index: 2;
}

.nav-pills {
  gap: 6px;
}

.blog-post {
  display: flex;
  /* flex-direction: column; */
  /* Stack content vertically */
  align-items: center;
  /* Center horizontally */
  /* text-align: center; */
  /* Center text inside */
  gap: 1.5rem;
  padding: 2rem 0 5rem;
  justify-content: center;
}

.blog-post>.content {
  max-width: 600px;
  color: #111717;
}

.blog-post h5 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #111717;
}

.blog-post p {
  margin-bottom: 1rem;
  color: #111717;
  line-height: 1.7;
}

.blog-img {
  width: 100%;
  max-width: 460px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.tab-pane {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.tab-pane.show.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  pointer-events: auto;
  z-index: 1;
}

.blog-study-section {
  margin-top: 236px;
}

/* Tablet and Mobile Views */
@media (max-width: 991.98px) {
  .blog-tab-section {
    margin: -2rem 1rem;
    padding: 1.5rem;
    min-height: 350px;
  }
}

@media (max-width: 575.98px) {
  .blog-tab-section {
    margin: -6rem 1.8rem;
    padding: 1rem;
    min-height: 656px;
    border-radius: 12px;
  }
}

/* Desktop: position tabs at bottom center */
@media (min-width: 768px) {
  .tabs-container {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .blog-post {
    padding-bottom: 5rem;
  }
}

/* Mobile & tablet: normal tabs on top */
@media (max-width: 767.98px) {
  .tabs-container {
    position: static;
    margin-bottom: 1.5rem;
  }

  .blog-study-section {
    margin-top: 130px;
  }

  .sticky-content-section {
    margin-top: 3rem;
  }

  .tabs-container .nav {
    flex-direction: row !important;
    justify-content: center;
  }

  .blog-post {
    flex-direction: column-reverse;
    text-align: center;
    padding-bottom: 2rem;
  }

  .blog-img {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .blog-post>.content {
    flex: 1 1 100%;
  }
}

.blog-category-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.category-card {
  background-color: #111717;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.category-card:hover {
  background-color: #EF4C2B !important;
}

.category-card i {
  font-size: 45px;
}

.category-name {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .blog-category-title {
    font-size: 2rem;
  }
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.blog-attractive-section {
  margin-top: 16rem;
}

.article-blog {
  height: 384px;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.article-blog:hover {
  transform: translateY(-6px);
}

.article-blog img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.article__body {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 148px;
  padding: 20px;
  background-color: var(--content-box-bg);
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 1px 3px rgba(241, 238, 238, 0.2);
  overflow: hidden;
  transition: height 0.4s ease, background-color 0.4s ease, backdrop-filter 0.4s ease;
  z-index: 2;
}

.article-blog:hover .article__body {
  height: 200px;
  background-color: var(--image-hover-bg-2);
  backdrop-filter: blur(30px);
}

.article__badge {
  background: #EF4C2B;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50px;
  margin-bottom: 0.8rem;
  display: inline-block;
}

.article__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.article__desc {
  margin-top: -13px;
  font-size: 0.95rem;
  color: #333;
  transition: opacity 0.3s ease;
  opacity: 0;
  max-height: 0;
}

.article-blog:hover .article__desc {
  opacity: 1;
  max-height: 120px;
  margin-top: 0.5rem;
}

.article__meta {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

.blog-attractive-section-study {
  margin-top: -8px;
}

.blog-attractive-section {
  margin-top: 226px;
}

@media (max-width: 767.98px) {
  .blog-attractive-section {
    margin-top: 8rem;
  }
}

@media (max-width: 767.98px) {
  strong {
    font-size: 18px !important;
  }
}

/*blog details page*/
/* Blog-Details page */
.blog-detail-banner {
  width: 100%;
  /* background: #d3c6c4; */
  padding: 4rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.blog-detail-content {
  flex: 1 1 50%;
  padding-right: 2rem;
}

.blog-detail-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111717;
}

.blog-meta {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

.blog-meta strong {
  color: #EF4C2B;
}

.blog-lead {
  font-size: 1.15rem;
  color: #333;
  line-height: 1.7;
}

.blog-detail-image {
  flex: 1 1 45%;
  text-align: center;
}

.blog-detail-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .blog-detail-banner {
    padding: 2rem 1rem;
    flex-direction: column-reverse;
    text-align: center;
  }

  .blog-detail-content {
    padding: 0;
  }

  .blog-detail-content h1 {
    font-size: 1.8rem;
  }

  .blog-lead {
    font-size: 1rem;
  }

  .blog-detail-image {
    margin-bottom: 2rem;
  }
}

.gifs-content-section {
  margin-top: 78px;
}

.sticky-content-section {
  margin-top: 106px;
}

.origin-sidebar {
  position: sticky;
  top: 100px;
  border: 2px solid #EF4C2B;
  border-radius: 16px;
  padding: 1rem;
  background: #fff;
}

.origin-sidebar h6 {
  font-weight: bold;
}

.origin-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #EF4C2B;
}

h4 {
  color: #EF4C2B;
  font-weight: 600;
}

.social-icons-vertical {
  margin-top: 79px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 1rem;
}


.social-icon {
  background-color: #050505;
  color: #f0eeee;
  padding: 10px;
  border-radius: 24px;
  text-align: center;
  font-size: 20px;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #EF4C2B;
}

@media (max-width: 992px) {
  .origin-sidebar {
    /* position: static; */
    margin-bottom: 1.5rem;
    margin-top: -2rem;
  }

  .gifs-content-section {
    margin-top: -12px;
  }

  .social-icons-vertical {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 3rem;
    gap: 16px;
    padding-left: 0;
  }
}

.technology-section {
  margin-top: 10px;
  background-color: white;
}

/* for pricing page */
.pricing-hero-section {
  background-color: #111717;
  padding: 39px 0;
}

.pricing-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.pricing-hero-desc {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}

.pricing-hero-img img {
  max-width: 80%;
  height: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease;
}

.pricing-hero-img img:hover {
  transform: scale(1.03);
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .pricing-hero-title {
    /* font-size: 2rem; */
    margin-top: 33px;

    text-align: center;
  }

  .pricing-hero-desc {
    font-size: 1rem;
    text-align: center;
  }

  .pricing-hero-img {
    margin-top: 30px;
  }

  .pricing-hero-img img {
    max-width: 97%;
  }
}

.pricing-toggle-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto;
  max-width: 100%;
}

.pricing-toggle-btn {
  flex: 1 1 50%;
  min-width: 140px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.pricing-toggle-btn.active {
  background-color: #EF4C2B;
  color: #fff;
}

.pricing-toggle-btn:nth-child(2n) {
  border-right: none;
}

.pricing-toggle-btn:nth-last-child(1),
.pricing-toggle-btn:nth-last-child(2) {
  border-bottom: none;
}

@media (min-width: 576px) {
  .pricing-toggle-group {
    flex-wrap: nowrap;
    max-width: 600px;
  }

  .pricing-toggle-btn {
    flex: 1;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }

  .pricing-toggle-btn:last-child {
    border-right: none;
  }
}

.pricing-table-box {
  border: 2px solid #000;
  border-radius: 20px;
  overflow-x: auto;
  margin: 30px auto;
  max-width: 1140px;
  display: none;
}

.pricing-table-box.active {
  display: block;
}

.pricing-table-header,
.pricing-row-item {
  display: flex;
  min-width: 689px;
}

.pricing-col-header,
.pricing-row-item div {
  flex: 1;
  /* text-align: center; */
  padding: 1rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.pricing-col-header:first-child,
.pricing-row-item div:first-child {
  border-left: none;
  text-align: left;
  padding-left: 1.5rem;
}

.pricing-col-header:last-child,
.pricing-row-item div:last-child {
  border-right: none;
}

.pricing-plan-free,
.pricing-plan-pro,
.pricing-plan-org {
  font-size: 24px;
  font-weight: 700;
  background-color: #EF4C2B;
  color: #fff;
}

.pricing-feature-name {
  font-weight: 500;
}

.pricing-check-icon {
  color: green;
  font-weight: 600;
}

.pricing-cross-icon {
  color: red;
  font-weight: 600;
}

.pricing-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

}

.pricing-table-box {
  min-width: 700px;
}

.pricing-table-scroll::-webkit-scrollbar {
  height: 10px;
}

.pricing-table-scroll::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 3px;
}

.pricing-table-scroll::-webkit-scrollbar-thumb {
  background: #EF4C2B;
  border-radius: 3px;
}

.pricing-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #EF4C2B;
}