@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
  font-family: "poppins", sans-serif;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
p {
  font-family: "Open Sans", sans-serif;
}
:root {
  --c1: #333333; /* text-color */
  --c2: #def5ed; /* section-bg */
  --c3: #ff9933; /* yellow*/
  --c4: #ff9933; /* yellow */
  --c5: #a2a8af; /* text color */
  --c6: #fff; /* white */
  --c7: #000; /* black */
  --bg: #ffffcc; /* running-bg */
}
::selection {
  background-color: var(--c3);
  color: var(--c6);
}
.wrapper {
  overflow: hidden;
}
.spacing {
  padding: 60px 0;
}
/* header  */
/* upper header  */
.our-contact-details a:hover {
  opacity: 0.6;
}
.header-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  padding: 10px 0;
  border-radius: 0 0 0 60px;
}
.our-contact-details {
  display: flex;
  gap: 5px;
  align-items: center;
}
.our-contact-details a,
.our-contact-details i {
  color: var(--c2);
  font-size: 18px;
  transition: all 0.5s;
}
.our-contact-details a {
  font-weight: 500;
}
.our-contact-details i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: var(--c4);
}
.main-menu ul li a {
  color: #333;
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}
.main-menu ul li a:hover {
  color: #333;
  font-weight: 600;
}

/* upper header  */
.main-menu ul {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: end;
}
.main-menu ul li {
  padding: 15px 0;
}
.logo img {
  width: 350px;
}
.logo a img {
  width: 250px;
}
.responsive-menu {
  display: none;
}
header {
  position: absolute;
  width: 100%;
}
.lower-header-body {
  padding: 10px 10px;
}
.main-menu {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
  background-color: var(--c6);
  border-radius: 0 10px 10px 0;
  padding: 10px 30px;
  position: relative;
}
.main-menu::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 99%;
  left: -20px;
  top: 0;
  background-color: var(--c6);
  border-radius: 10px 0 0 10px;
  transform: skewX(-15deg);
}
.order-btn a {
  padding: 10px 21px;
  font-size: 17px;
}
/* header  */

/* banner */
.banner-img {
  background-size: 100% 100%;
  height: 100vh;
}
.banner-content {
  padding-top: 30%;
}
.banner-content h1 {
  font-size: 54px;
  font-weight: 700;
  color: var(--c6);
  text-transform: uppercase;
}
.banner-content h1 span {
  color: var(--c4);
}
.banner-content .banner-title {
  font-size: 54px;
  font-weight: 700;
  color: var(--c6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
  padding-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}
.banner-content .banner-title span {
  color: var(--c4);
}
.banner-content .banner-text {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  color: var(--c6);
  line-height: 30px;
  padding-bottom: 20px;
  font-family: 'Poppins';
}
.banner-content p {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  color: var(--c6);
  line-height: 30px;
  padding-bottom: 20px;
  font-family: 'Poppins';
}
.custom-prev:hover,
.custom-next:hover {
  background-color: var(--c3);
  border: 2px solid var(--c2);
}
.custom-prev,
.custom-next {
  transition: all 0.5s;
}
.custom-prev:hover i,
.custom-next:hover i {
  color: var(--c2);
}
/* banner */








/************** Banner Styling ******************/

#inner-banner {
    height: 400px;
    background-position: center !important;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: 100% 100% !important;
}
.free-courses, .plagiarism-box, .our-team {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 auto;
    width: 87%;
    border-radius: 5px;
    padding-bottom: 30px;
}

#customCarousel .carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth sliding effect */
}
.carousel-inner .carousel-item {
    flex: 0 0 100%;  /* Ensure each item takes up 100% width */
    transition: transform 0.5s ease-in-out; /* Smooth transition for each item */
}
.carousel-item-next, .carousel-item-prev {
    transition: transform 0.5s ease-in-out;
}

.carousel-item .carousel-background {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.carousel-background .carousel-text {
    position: absolute;
    color: white;
    font-size: 30px;
    white-space: inherit;
}
#customCarousel .carousel-indicators {
  justify-content: left;
  margin-right: 0%;
  margin-left: 0%;
  bottom: -30px;
}
#customCarousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
  background-color: rgb(255, 153, 51);
  width: 0px;
  height: 0px;
  padding: 8px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;
}
#customCarousel .carousel-indicators .active {
  background-color: #000;
  transform: scale(1.5);
}

@keyframes scroll-text {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

#customCarousel .carousel-indicators button {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}






/* exam-course-section */
.exam-course-title h1 {
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
}

#inner-banner .inner-header-title h1 {
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 100px;
    font-family: "Montserrat", sans-serif;
    color: var(--c4);
}

.service-content h2 {
    font-size: 27px;
    font-weight: 700;
    color: #2c3a49;
    line-height: 40px;
}
.service-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3a49;
	padding-bottom: 20px;
	line-height: 40px;
}
.rating-box {
    display: flex;
    justify-content: space-between;
    padding: 11px 15px;
    border: 1px solid var(--c5);
    align-items: center;
    background-color: #f9f9f9;
    margin: 30px 0;
    border-radius: 5px;
}

.rating-box i {
    font-size: 18px;
    color: var(--c4) !important;
}
.service-content p {
    font-size: 17px;
    padding-bottom: 25px;
    margin: 0;
    color: #3e3e3e;
}
.service-content p a {
    color: var(--c1) !important;
    font-weight: inherit;
}
.service-content ul li a {
    color: var(--c1) !important;
}
.service-content ul li {
	list-style: disc;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    padding-bottom: 10px;
}
.service-content ol li {
	list-style: auto;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    padding-bottom: 10px;
}
.service-content ul li p {
    font-size: 17px;
    padding: 0;
}
.service-content ul li i, .service-content p i{
    font-size: 30px;
    color: var(--c4);
	margin-right: 10px;
    vertical-align: middle;
}
.service-content a img {
    margin-bottom: 20px;
}
.rating-box p {
    margin: 0;
    font-size: 17px;
    color: var(--c4) !important;
    padding: 0;
}
.service-content ul, .service-content ol {
    padding-bottom: 20px !important;
	margin-left: 40px !important;
}
.free-courses, .plagiarism-box, .our-team {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 auto;
    width: 87%;
    border-radius: 5px;
    padding-bottom: 30px;
}
.service-content ol,
.service-content ul {
  padding-left: 0px !important;
}
.service-content ul li::marker {
	color: var(--c4) !important;
}
.orange {
    color: var(--c4) !important;
}
.exam-course-title h1 span {
    display: block;
    color: var(--c4);
}
.text-size-large {
  font-size: 20px !important;
    
}
.web-title h2 {
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 800;
}
.exam-course-title {
  width: 90%;
  margin: 0 auto;
}
.exam-course-title h2 {
  margin-bottom: 20px;
}
.exam-course-title h2 span {
  display: block;
}
.web-title h2 span {
  color: var(--c4);
}
.exam-course-title p {
  font-size: 18px;
  line-height: 30px;
  color: var(--c1);
}
button.hero-prev,
button.hero-next {
  z-index: 99;
  top: 55%;
  transform: translateY(-50%);
}
button.hero-prev {
  left: 250px;
}
button.hero-next {
  left: 330px;
}
/* exam-course-section */
/* service-card-first-section */
section#services {
    background-image: url(../../assets/images/card-bg.png);
    background-size: contain;
    background-position: top;
    padding-top: 200px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.services-second {
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 200px;
    background-position: bottom;
    background-image: url(../../assets/images/card-bg-1.png);
    padding-top: 80px;
}

.service-card-first-sec {
  background-image: url(../images/card-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.service-card-bg {
    position: relative;
}
.service-card-bg::before {
    background-color: var(--c3);
    transform: skewY(23deg);
    left: 0;
    bottom: -12px;
    transition: all .5s;
    z-index: 2;
}
.service-card-bg:hover::before {
    transform: skewY(20deg);
    bottom: 0;
}
.service-card-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.service-card-mb{
  margin-bottom: 40px;
}
.service-card {
  padding: 50px 20px;
  padding-right: 30px;
  position: relative;
  z-index: 99;
  background-color: var(--c6);
  transition: all .8s;
  border: 2px solid var(--c3);
  border-radius: 15px;
}
.services .service-item {
    background-color: var(--surface-color);
    box-shadow: 0px 0 30px rgb(0 0 0 / 19%);
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.services-display {
    position: relative;
}
.services-inner-icon {
    float: right;
    display: block;
    text-align: right;
    position: absolute;
    right: 4%;
    bottom: -10px;
}
.services-inner-icon img {
    object-fit: contain;
}
.service-card-content h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
    color: var(--c7);
    line-height: 1.2;
    padding-bottom: 20px;
}
.service-card-content p {
  font-size: 19px;
  font-weight: 400;
}
.service-card-first-sec {
  background-size: contain;
  background-position: top;
  padding-top: 260px;
}
.service-card-content {
    /* height: 300px; */
    padding: 40px 30px 30px;
    position: relative;
}
.services .service-card-content p {
    color: 
 color-mix(in srgb, #000000, transparent 40%);
    transition: 0.3s;
    margin-bottom: 8px;
    display: none;
    font-size: 17px;
    line-height: 28px;
}
.services .service-item:hover p {
    color: 
 color-mix(in srgb, #000, transparent 10%);
}

.services .service-card-content:hover p {
    display: block;
    margin-top: -12px;
}
.services .service-card-content a {
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    color: #015696;
}
.service-card-second-sec {
  background-size: 100% 100%;
}
/* service-card-first-section */
/* running-project-sec */
.running-project-section {
  background-color: #ff993330;
}
.running-project-img img {
  object-fit: contain;
  padding: 10px 10px;
  width: 100%;
}
.running-project-card {
  margin: 0 10px;
  box-shadow: 0 0 3px 0px #a2a8afa6;
  border-radius: 20px;
  transition: all .8s;
  background-color: var(--c6);
}
.running-project-content {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px;
  text-align: center;
  height: 160px;
}
.running-project-title {
  margin-bottom: 25px;
}
.running-project-content h2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #660000;
}
.running-project-content p {
  font-weight: 500;
  font-size: 16px;
  color: var(--c7);
  margin-bottom: 5px;
}
.running-project-content a {
    color: var(--c4);
    font-weight: 700;
    font-size: 16px;
    transition: all.5s;
}
.running-project-card:hover {
    transform: translateY(20px);
}
.running-projects .slick-list {
    padding-bottom: 70px;
}
.running-project-content a:hover {
    color: var(--c7);
}
/* running-project-sec */
/* second-card-section */
.service-card-second-sec {
  background-image: url(../images/card-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 260px;
  background-position: bottom;
}
/* second-card-section */
/* contry-card-section */
.country-card {
  margin: 0 10px;
  border: 1px solid #5555;
  border-radius: 20px;
  overflow: hidden;
}
.country-project-content {
  padding: 10px 0;
}
.country-project-content a {
  font-size: 20px;
  font-weight: 600;
  color: #2c3a49;
  transition: all 0.5s;
}
.country-project-content a:hover {
  color: var(--c3);
}
.country-base-projects {
  margin-top: 40px;
}
.flag-img img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
/* contry-card-section */
/* footer  */
.social-icons ul {
  display: flex;
  gap: 10px;
}
.social-icons ul li a i {
  font-size: 24px;
}
.social-icons ul li:first-child a i {
  color: #000;
  text-shadow: 0px 0px 4px #fff;
}
.social-icons ul li:nth-child(2) a i {
  color: #5890ff;
}
.social-icons ul li:nth-child(3) a i {
  color: #0077b5;
}
.social-icons ul li:nth-child(4) a i {
  /* background: #f09433; */
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: var(--c2);
  padding: 0px 3px;
}
.social-icons ul li:nth-child(5) a i {
  color: #e60023;
}
.footer-links h2,
.follow-us h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--c3);
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-top: 10px;
}
.footer-links .footer-heading {
  font-size: 25px;
  font-weight: 700;
  color: var(--c3);
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}
.footer-heading {
  font-size: 25px;
  font-weight: 700;
  color: var(--c3);
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}
.contact-detail {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 15px;
  color: #666;
  font-weight: 500;
}
.contact-detail i {
  font-size: 20px;
  color: var(--c3);
}
.footer-links ul li a {
  color: var(--c5);
  transition: all 0.5s;
  font-weight: 400;
}
.footer-links ul li {
  padding-bottom: 10px;
  color: var(--c2);
  font-weight: 300;
  margin-left: 0;
  overflow: hidden;
}
.footer-content p {
  font-size: 17px;
  padding-top: 10px;
  line-height: 1.6;
  color: var(--c5);
  font-weight: 300;
}
.social-icons ul li a i {
  font-size: 30px;
}
.contact-detail a,
.contact-detail p {
  font-size: 17px;
  color: var(--c5);
}
.follow-us ul li i {
  padding: 0;
  color: var(--c1);
  padding: 0px 2px;
  border-radius: 5px;
}
.footer {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer-links ul li a i {
  padding-right: 6px;
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s;
}
.footer-links ul li a:hover i {
  margin-left: 0;
  opacity: 1;
}
.web-btn a {
  background-color: var(--c4);
  color: var(--c2);
  padding: 12px 14px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Poppins";
  transition: all .5s;
  border-radius: 10px;
}
.web-btn a:hover {
  color: var(--c3);
  background-color: var(--c7);
}
.web-btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--c3);
  left: 0;
  bottom: -100%;
  z-index: -1;
  transition: all 0.5s;
}
.web-btn a:hover::before {
  bottom: 0;
}
.footer-links ul li a:hover {
  color: var(--c3);
}
.pd-top-head {
  padding-top: 60px;
}
.copyright {
  padding: 15px 0;
  border-top: 1px solid #6666;
  margin-top: 45px;
}
.copyright p {
  margin: 0;
  color: var(--c5);
  font-weight: 400;
}
.copyright a:hover {
  color: var(--c3);
}
.copyright a {
  color: var(--c5);
  font-weight: 500;
  transition: all.5s;
}
.terms-and-cond {
  text-align: end;
}
.footer-logo img {
  width: 190px;
}
.read-more-sec {
  padding: 50px 0px;
}
/* footer  */
.custom-prev,
.custom-next {
  border: 0;
  background-color: var(--c6);
  width: 50px;
  height: 52px;
  line-height: 60px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  border: 1px solid var(--c3);
  top: 50%;
  transform: translateY(-50%);
}
.custom-prev i,
.custom-next i {
  font-size: 30px;
  font-weight: 300;
  color: var(--c3);
  transition: all 0.5s;
}
.custom-prev {
  left: -7%;
}
.running-projects {
  position: relative;
}
.custom-next {
  right: -7%;
}
.open-menu {
  display: none;
}
p a {
  color: var(--c1);
  font-weight: 600;
  transition: all 0.5s;
}
p a:hover {
  color: var(--c3);
}
.responsive-lower-header{
  display: none;
}

.contact-form-input {
  display: flex;
  flex-direction: column;
}
.contact-form-input input {
  padding: 11px 10px;
  outline: 0;
  margin-top: -7px;
  margin-bottom: 10px;
  border: 0;
}
.contact-form-input label {
  font-size: 17px;
  padding: 2px 0px;
  margin-left: 12px;
  margin-bottom: 0px;
  position: relative;
  background-color: var(--c4);
  width: 22%;
  text-align: center;
  color: var(--c2);
  border-radius: 0 0 10px 10px;
}
.contact-form-input textarea {
  padding: 10px 10px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  outline: 0;
}
.contact-form-input input,
.contact-form-input textarea {
  margin-top: -9px;
  transition: all 0.5s;
}
.contact-form-input input:focus,
.contact-form-input textarea:focus {
  margin-top: 0;
}
#exampleModalLabel {
  font-size: 24px;
  color: var(--c3);
}
.modal-body {
  background-color: var(--c4);
}
button.btn.btn-secondary {
  background-color: var(--c3);
  border: 0;
  padding: 10px 30px !important;
}
.modal-footer {
  justify-content: center !important;
}
.contact-form-inputs input {
  padding: 9px 40px;
  font-size: 17px;
  color: var(--c2);
  background-color: var(--c4);
  border: 2px solid var(--c2);
  border-radius: 5px;
  transition: all.5s;
}
.contact-form-inputs {
  text-align: center;
  margin-top: 15px;
}
.contact-form-inputs input:hover {
  background-color: var(--c3);
}
.modal-header {
    background-color: var(--c7);
}
.modal-header button.btn-close {
    background-color: var(--c6);
    font-size: 22px;
}
.whatsapp-icon-fixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
}
.whatsapp-icon-fixed a img {
  width: 90px;
}




.dropdown > a {
    display: flex;
    align-items: center;
    .icon { 
        margin-left: .25em; 
    }
}

.dropdown:hover {
    .dropdown-nav {
        opacity: 1;
        transform: translateY(0);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
}

.dropdown-nav {
    opacity: 0;
    transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
    transform: translateY(1rem);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: rgba(225,255,225,.9);
}

li.dropdown ul.dropdown-nav {
    display: none;
    width: 220px;
    background-color: var(--c3);
    scroll-behavior: smooth;
}

.dropdown ul.dropdown-nav li {
    padding: 0px 0px;
    border-bottom: 1px solid;
    
    &:first-child {
        margin-top: 0px; /* Matches the padding-top */
    }

}

li.dropdown:hover ul.dropdown-nav {
    display: block;
    left: -40%;
    height: 400px;
}
li.dropdown ul.dropdown-nav li a {
  font-size: 14px;
}
li.dropdown ul.dropdown-nav li a:hover {
  color: #fff;
}


/* Dropdown container */
.dropdown {
  position: relative;
}

/* Dropdown menu styling */
.dropdown-nav {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  max-height: 255px; /* SCROLL height limit */
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow-y: auto;
  display: none;
  padding: 10px 0;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  scroll-behavior: smooth;
  overflow-y: auto; /* Enable vertical scroll when content exceeds max-height */
  box-sizing: border-box; /* Include padding and border in the element's total width/height */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
}

/* Each dropdown link */
.dropdown-nav li a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: background-color 0.2s;
}

/* Optional: style the scrollbar to make it visible */
.dropdown-nav::-webkit-scrollbar {
  width: 8px; /* Scrollbar width */
}

.dropdown-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}


/* Show on hover for desktop */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-nav {
    display: block;
  }
}

/* JS class toggle for mobile */
.dropdown-nav.show {
  display: block;
}

