@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1260px;
    /* Adjust as needed */
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
    /* Adjust as needed */
  }
}

.footer-color {
  background-color: var(--primary-color);
}

.footer-top {
  margin-top: 0px;
}

footer p {
  color: #fff;
  font-size: 14px;
}

.tp-footer-2-widget-menu {
  display: flex;
}

.tp-footer-2-widget-menu .footer-links {
  margin-right: 20px;
}

.tp-copyright-2-bdr-top {
  padding: 50px 0;
}

.social-icons a {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  background-color: white !important;
  color: var(--primary-color) !important;
  text-align: center !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  margin-bottom: 10px !important;
}

.tp-footer-2-widget-social .menu-icons a {
  color: #0f2c5a !important;
  background-color: #ffffff61;
}


.thefooter-content {
  width: 100%;
  max-width: 1240px;
  /* Similar to Bootstrap's container width */
  margin: 0 auto;
  /* Center the content */
  padding: 20px;
}

.tp-footer-2-widget-menu ul li a {
  color: #ffffff75;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.copyright {
  color: #ffffff96;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a {
  font-size: 24px;
  font-weight: normal;
}

.tp-porfolio-10-main.header-white .tp-header-6-menu-box .tp-header-6-menubar span {
  background-color: #cea336;
}

.container-1240 {
  max-width: 1240px;
}

/* Fixed background element */
.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.background-overlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  /* Ensures it covers the entire background */
  /* filter: brightness(50%); */
}

.background-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  /* background: linear-gradient(rgba(69, 92, 120, 0.75), rgba(69, 92, 120, 0.75)); */
  z-index: 1;
}

/* Your content */
.content {
  z-index: 1;
  /* Ensure content is above the background */
}


/* Custom Hero Section */
/* Prevent horizontal overflow */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Hide unwanted horizontal scroll */
}

/* Custom Hero Section */
.custom-hero-section {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.custom-hero-slider {
  width: 100%;
  text-align: center;
  color: white;
  z-index: 2;
  overflow: hidden;
  /* Ensures Swiper stays within bounds */
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 13rem; */
  width: 100%;
}

.partners-section .swiper-slide {
  height: 13rem;
}

.partners-section .swiper-slide img {
  max-width: 150px;
  max-height: 80px;
}

.swiper-slide h1 {
  font-size: 3.0rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 40%;
  font-weight: bold;
}

.custom-pagination , .swiper-container-horizontal>.swiper-pagination-bullets{
  position: absolute;
  bottom: 40px !important;
  left: 10% !important;
  display: flex;
  gap: 5px;
}

.swiper-pagination-bullet {
  width: 40px;  /* Creates the line effect */
  height: 2px;
  background: white;
  border-radius: 0;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
  height: 4px;
  width: 40px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  height: 4px;
  width: 40px;
  border-radius: 0px;
  background: #fff;
  animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.custom-btn {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
}

/* Custom Navigation Arrows */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  z-index: 10;
  background-size: cover;
  /* Ensure the background image is properly sized */
}

.custom-left {
  left: 15%;
  background-image: url('https://kahelan.menaws.com/html/assets/img/left.png');
}

.custom-right {
  right: 15%;
  background-image: url('https://kahelan.menaws.com/html/assets/img/right.png');
}

.custom-arrow:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  /* Circle size */
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  /* White with transparency */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* Ensures it appears behind the button */
}

/*  */


/*  Info Section */
.info-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.info-box {
  text-align: center;
  max-width: 800px;
  padding: 6rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  /* Transparent border */
  border-radius: 2rem;
}

.info-box p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.2rem;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
}

.mt-300 {
  margin-top: 300px
}

.mb-300 {
  margin-bottom: 300px
}

/*  */

/* State */
.numbers-section {
  text-align: center;
  position: relative;
  color: white;
}

.numbers-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stats-header {
  color: #fff;
  font-size: 1.5rem;
  /* margin-left: -7rem; */
}

.container {
  position: relative;
  z-index: 2;
}

.stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.stat h3 {
  font-size: 7rem;
  margin: 0;
  color: #fff;
}

.stat p {
  font-size: 1.2rem;
  margin: 5px 0 0;
  color: #fff;

}

.separator {
  width: 2px;
  height: 70px;
  /* Adjust height to match text */
  background-color: white;
}

/*  */

/* Value Section */
.values-section {
  text-align: center;
  position: relative;
  color: white;
}

.value-box {
  position: relative;
  padding: 20px;
  background-color: transparent;
  /* Default: no background */
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  overflow: hidden;
  /* Ensure text stays within the box */
}

.value-text {
  position: relative;
  z-index: 1;
  /* Keep value text above the hover text */
}

.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  /* Hidden by default */
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  width: 100%;
  z-index: 2;
  /* Make sure hover text is above the value text */
}

.value-box:hover {
  background-color: var(--secondary-color);
  /* Change background color on hover */
  color: white;
  /* Change text color on hover */
  cursor: pointer;
}

.value-box:hover .value-text {
  display: none;
  /* Hide the initial text when hovered */
}

.value-box:hover .hover-text {
  display: block;
  /* Show the hover text when hovered */
}


.values-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  z-index: 2;
}

.gold {
  color: #fcb900;
  /* Yellow color for title */
}

.color-white {
  color: #fff;
}

.font-white {
  color: #fff !important;
}

.font-gold {
  color: var(--primary-color);
}

.black {
  color: #000;
  /* Yellow color for title */
}

.bg-grey {
  background-color: #f4f4f4;
}

.bold {
  font-weight: bold;
}

.section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-content: center;
  max-width: 100%;
  margin: auto;
}

.value-box {
  border: 1px solid rgba(255, 255, 255, 25%);
  padding: 20px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  border-radius: 5px;
  transition: 0.3s;
}
/*  */

/* partner slider */
.partners-section {
  text-align: center;
  background-color: #fff;
}

.section-title {
  font-size: 1rem;
}

.values-section .section-title {
  font-size: 3rem;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper-slide img:hover {
  filter: grayscale(0%);
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

/*  */



/* Panel Section */

.panel-section {
  display: flex;
}

.panel {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 80vh;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  position: relative;
  transition: flex 0.3s ease-in;
  z-index: 999;
}

.panel.active {
  flex: 1.5;
}

.panel.active h3 {
  opacity: 1;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.panel div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 15px;
  /* Adjust spacing */
  width: 80%;
}

.panel.active div {
  align-items: start;
  justify-content: start;
}

.panel img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  filter: brightness(2);
  /* Apply brightness to all images */
}

.panel:first-of-type img {
  filter: none;
  /* No brightness on the first panel's image */
}


.panel.active img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}



/* Hide text and button when panel is not active */
.panel h3,
.panel .custom-btn {
  display: none;
}

/* Show text and button when panel is active */
.panel.active h3,
.panel.active .custom-btn {
  display: block;
  opacity: 1;
}

/*  */


/* Latest News */
.latest-news-banner {
  position: relative;
  width: 100%;
  min-height: 50vh;
  background: url('https://kahelan.menaws.com/html/assets/img/newsbanner.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.latest-news-banner h2 {
  position: absolute;
  bottom: 10%;
  left: 7%;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

.latest-news {
  position: relative;
  width: 100%;
  background: url('https://kahelan.menaws.com/html/assets/img/newsbanner.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.latest-news h2 {
  position: absolute;
  top: 40%;
  left: 5%;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

.news-container {
  display: flex;
  width: 100%;
}

.news-box {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}


/* Hover Effect - Move the News Box Up */
/* .news-box:hover {
  transform: translateY(-15%);
} */

.news-item:hover .news-box {
  transform: translateY(-15%);
  transition: transform 0.3s ease-in-out;
}

/* Initially Hidden View All Box */
.news-bottom {
  position: absolute;
  bottom: -40px;
  /* Start hidden behind the news-box */
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  z-index: -1;
}

/* Show View All Box on Hover */
.news-item:hover .news-box+.news-bottom {
  bottom: 0;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}

/* Styling the Link in View All Box */
.news-bottom a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}

/* News Text */
.news-text {
  position: relative;
  padding: 14%;
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  /* Ensure it stays on top of the background */
}

.news-box p {
  font-size: 2rem;
  line-height: 2rem;
  text-align: left;
  color: #fff;
}

.news-box .arrow {
  font-size: 1.5em;
  margin-top: 10px;
  float: right;
  width: 30px;
  /* Smaller width */
  height: 30px;
  /* Smaller height */
  background-image: url('https://kahelan.menaws.com/html/assets/img/right.png');
  background-size: contain;
  /* Ensure the image is scaled to fit within the box */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
  cursor: pointer;
  /* Change cursor to indicate clickable area */
}

.news-item {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}


/* Menu */
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  background-color: var(--primary-color);
}

.menu-icons li {
  list-style: none;
}

.tp-main-menu-mobile nav ul li>a {
  color: #fff;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a::after {
  content: none;
}

.tp-offcanvas-2-area .tp-main-menu-mobile nav>ul>li {
  border-bottom: none;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul.submenu {
  border-top: none;
}

.tp-main-menu-mobile nav ul li.has-dropdown>a.expanded {
  color: #fff;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a {
  padding: 5px 0;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul li {
  padding-left: 0px;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul li a {
  padding: 2px 0;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul {
  padding-top: 0px;
}

.tp-main-menu-mobile nav ul {
  margin-top: 10px;
  margin-bottom: 30px;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a {
  font-size: 16px;
}

.tp-main-menu-content ul {
  padding-left: 10%;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul li a {
  font-size: 28px;
}

.tp-offcanvas-2-right-inner {
  padding-left: 0px;
  padding-right: 90px;
}

.tp-offcanvas-2-area .tp-main-menu-mobile {
  display: flex;
  justify-content: start;
  /* Centers horizontally */
  align-items: start;
  /* Centers vertically */
  padding-top: 30%;
  height: 100%;
  /* Ensure the container takes up full height */
}

.menu-icons a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  color: var(--primary-color) !important;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tpoffcanvas__right-info {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
  gap: 20%;
}

.tpoffcanvas__right-info .language {
  color: #fff;
  font-size: 1.5rem;
}

.menu-icons a:hover {
  background-color: #333;
  color: white;
}

.menu-icons i {
  font-size: 1rem;
}

.tp-offcanvas-2-close-btn span {
  color: #fff;
}

.tp-main-menu-content {
  width: 100%;
}

.dropdown-toggle-btn {
  display: none;
}

.menu-icons a:hover {
  background-color: #fff;
  color: white;
}

/*  */


/* Header Page */
.page-header {
  background-image: url('../../assets/fardan/1409897309.png');
  /* Update with the actual image path */
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Optional dark overlay */
}

.page-header-no-shadow::before {
  background: none;
}

.header-content h1 {
  color: #fff;
}

.header-content p {
  color: #fff;
}

/*  Overview */
.overview-section {
  text-align: center;
  margin: 0 auto;
}

.overview-section h2 {
  margin-bottom: 20px;
}

.overview-section p {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.16;
}

.bg-dark {
  background-color: #0b130e;
}

.bg-gold {
  background-color: var(--secondary-color);
}

.bg-green {
  background-color: var(--primary-color);
}

.light-color {
  color: #fff !important;
}

/*  */

/* testimonial */

.commitment-section {
  background: url('https://kahelan.menaws.com/html/assets/img/timeline1.png') center/cover no-repeat;
  color: white;
}


.commitment-section p {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  line-height: 3rem;
}

.history-btn {
  background: white;
  color: var(--secondary-color);
  border: none;
  padding: 0.8rem 3.8rem;
  font-size: 1rem;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.history-btn:hover {
  background: #f0f0f0;
}

/*  */


/* Team slider */
.team-slider-section {
  text-align: center;
  padding: 5rem 0;
  background-color: #f4f4f4;
}

.team-slider-title {
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 2rem;
}

.team-slider-container {
  margin: auto;
  position: relative;
}

.team-slider-wrapper {
  display: flex;
}

.team-slider-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.team-slider-image {
  position: relative;
  overflow: hidden;
}

.team-slider-image img {
  width: 100%;
}

.team-slider-info {
  width: 100%;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  /* Cover the whole slide */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* Darker at bottom */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Keeps text at the bottom */
  padding: 20px;
  box-sizing: border-box;

}

.team-slider-info h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.team-slider-info p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.team-slider-pagination {
  margin-top: 10px;
}

/*  */

/* Companies */

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.h-100 {
  height: 100% !important;
}

.col-half-section {
  width: 100%;
  min-height: 1px;
  position: relative;
  margin-right: 0;
}

.col-half-section h2 {
  font-size: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}


@media (min-width: 992px) {
  .order-lg-2 {
    order: 2 !important;
  }
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
  margin: 70px 0;
  padding: 10px 0;
}

section.section.section-parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 0;
}

/* Parent container to ensure full height and enable flexbox */
.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}

.col-half-section .custom-btn {
  text-decoration: underline;
}

.col-half-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
}

.col-half-section .pb-2 {
  max-width: 70%;
  color: #000;
}

.col-half-section img {
  margin-bottom: 20px;
}

.ms-2 {
  width: 100%;
  padding-left: 0rem;
  /* Default for small screens */
}

@media (min-width: 768px) {
  .ms-2 {
    padding-left: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 992px) {
  .ms-2 {
    padding-left: calc((100vw - 960px) / 2);
  }
}

/* Ensure alignment with .container at each breakpoint */
@media (min-width: 1200px) {
  .ms-2 {
    padding-left: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1400px) {
  .ms-2 {
    padding-left: calc((100vw - 1260px) / 2);
  }
}

@media (min-width: 1600px) {
  .ms-2 {
    padding-left: calc((100vw - 1380px) / 2);
  }
}
}

/*  */

/* News */
.inner-news-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.card {
  background: white;
  overflow: hidden;
  border-radius: 0px;
  border: 0px;
}

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

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

.date {
  font-size: 12px;
  color: gray;
}

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

.description {
  font-size: 14px;
  margin: 10px 0;
}

.read-more {
  color: #d4a017;
  text-decoration: underline;
  font-size: 14px;
}

.news-details-list .card {
  background-color: var(--secondary-color);
}

.news-details-list .card-content div {
  color: #fff;
}

.news-details-list .new-read-more {
  color: #fff;
  font-size: 1rem;
}

.news-details .menu-icons {
  position: absolute;
  right: 0%;
  top: 0;
}

.news-details .menu-icons a {
  color: #fff !important;
  background-color: #000;
}

.news-details {
  max-width: 70%;
  margin: 0 auto;
}

.news-details h2 {
  font-size: 2rem;
  color: var(--secondary-color);
}

.news-details p {
  margin-bottom: 15px;
}

.news-details .back-btn {
  position: absolute;
  left: 0%;
  text-decoration: underline;
  top: 0;
}


.news-details-list .read-more {
  color: #fff;
}

/* End News */

/* Conatc Form */
.form-container {
  width: 60%;
  padding: 30px;
  background: var(--secondary-color);
  color: white;
  text-align: center;
}

.form-container h2 {
  margin-bottom: 10px;
}

.form-container p {
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-group input,
.form-group select {
  width: 49%;
  padding: 10px 10px 10px 0px;
  margin-bottom: 40px;
  background: transparent;
  color: #ffffff80;
  outline: none;
}

/* Styling for the dropdown options */
.form-group select option {
  background: var(--secondary-color);
  /* Gold background */
  color: white;
  /* White text */
}

.form-group select option:hover,
.form-group select option:checked {
  background: var(--secondary-color);
  /* Darker gold */
  color: white;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 49%;
  cursor: pointer;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 53px;
}

.selected-option {
  padding: 0px;
  color: #fff;
  background: transparent;
  text-align: left;
  padding-top: 10px;
}

.custom-options {
  position: absolute;
  width: 100%;
  background: var(--primary-color);
  border-radius: 5px;
  display: none;
  z-index: 1000;
}

.custom-select::after {
  content: "▼";
  font-size: 14px;
  color: white;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Hide the default select arrow */
.custom-select select {
  display: none;
  /* Hide default select */
}

.custom-options div {
  color: white;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.custom-options div:hover {
  background: #1827499a;
  /* Darker gold on hover */
}

.custom-select select {
  display: none;
  /* Hide default select */
}

.file-upload-wrapper {
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  position: relative;
  width: 49%;
  border-bottom: 1px solid #fff;
}

.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: white;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
}

.file-upload {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.attachment-icon {
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: white;
}

.form-group input::placeholder {
  color: #000;
}

.file-upload {
  width: 100%;
}

button {
  color: var(--secondary-color);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.career-form {
  max-width: 100%;
  margin: auto;
}

.career-form button:hover {
  background: var(--secondary-color);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
input[type=file],
textarea,
select {
  border: unset;
  border-bottom: 1px solid #00000080;
  /* Only bottom border */
}

.full-width {
  width: 100% !important;
}

.contact-section {
  position: relative;
  width: 100%;
  height: 60vh;
  text-align: center;
  background: url('https://kahelan.menaws.com/html/assets/img/timeline1.png') center/cover no-repeat;
  color: white;
}

.contact-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 800px;
  text-align: center;
}

.contact-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
}

.contact h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.contact p {
  margin-bottom: 3rem;
}

.history-btn {
  background: white;
  color: var(--secondary-color);
  border: none;
  padding: 0.8rem 3.8rem;
  font-size: 1rem;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.history-btn:hover {
  background: #f0f0f0;
}

/* End Contact Form */

/* Careers */
.job-section-custom {
  margin: 50px auto;
  color: var(--secondary-color);
}

.job-section-custom h2 {
  font-size: 3rem;
}

.job-item-custom {
  background: white;
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-details-custom {
  max-width: 75%;
}

.job-title-custom {
  font-weight: bold;
  font-size: 18px;
  color: var(--secondary-color);
}

.job-description-custom {
  font-size: 1rem;
  color: #000;
  margin-top: 5px;
}

.read-more-custom {
  border: 1px solid #000;
  background: white;
  color: #000;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
}

.read-more-custom:hover {
  background: var(--secondary-color);
  color: white;
}

.bg-gold input[type="text"],
.bg-gold input[type="email"],
.bg-gold input[type="tel"],
.bg-gold input[type="number"],
.bg-gold input[type="password"],
.bg-gold input[type="url"],
.bg-gold input[type="file"],
.bg-gold textarea,
.bg-gold select {
  border: unset;
  border-bottom: 1px solid #fff;
  /* Only bottom border */
  color: #fff;
}

.bg-gold input::placeholder,
.bg-gold textarea::placeholder {
  color: white;
  opacity: 1;
  /* Ensures full visibility in some browsers */
}

/* End Careers */

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

.job-details {
  max-width: 70%;
  margin: 0 auto;
}

.job-details h2 {
  font-size: 2rem;
  color: var(--secondary-color);
}

.job-details p {
  margin-bottom: 15px;
}

.job-details .back-btn {
  position: absolute;
  left: 0%;
  top: 0;
  text-decoration: underline;
}

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

.tp-header-6-menubar {
  padding: 0 !important;
}



/* ROyal */

.tp-inner-header-white .tp-inner-header-2-menu>nav>ul>li>a {
  color: #000000;
}

.tp-inner-header-2-right .menu-icons {
  display: flex;
  gap: 20px;
}

.tp-main-menu-content li a {
  text-transform: uppercase;
}

.tp-inner-header-2-right button,
.tp-inner-header-2-right a {
  margin-left: unset;
}

.tp-inner-header-2-menu>nav>ul>li>a {
  font-size: 14px;
}

.tp-main-menu-content ul {
  padding-left: unset;
  display: flex;
  justify-content: center;
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.tp-inner-header-white .tp-inner-header-2-bar span {
  color: var(--primary-color);
}

.tp-inner-header-2-right .menu-icons li a {
  color: #fff !important;
  background-color: #525252;
}

.tp-inner-header-2-right .menu-icons li:first-child a {
  color: #000 !important;
  background-color: #fff !important;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
}

.slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.tp-transparent {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}


/* Service Section */
.services-grid {
  display: flex;
  justify-content: flex-start;
}

.services-section-home .services-grid {
  flex-wrap: wrap; /* THIS is essential */
  gap: 10px;
}

.service-box {
  border: 1px solid #ddd;
  padding: 30px 30px 0px 30px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  /* Arrange content vertically */
  justify-content: flex-start;
  /* Align content at the top */
  height: 100%;
  /* Ensure equal height */
  min-height: 360px;
}

.service-box {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  background: #fff;
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 350px;
  text-align: center;
}

.team-slider-container .swiper-slide:last-child {
  margin-right: 0;
}

.service-box::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  background: linear-gradient(270deg, var(--primary-color));
  background-size: 600% 600%;
  border-radius: 0px;
  z-index: -1;

  /* Border masking trick */
  padding: 2px;
  -webkit-mask:
          linear-gradient(#fff 0 0) content-box,
          linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  animation: borderFlow 10s linear infinite;
}

.service-box:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: scale(1.03);
  border-color: transparent;
  cursor: pointer;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


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

.service-box h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  flex-grow: 1;
}

/* Service box slide */
.service-box-slide{
  padding: 30px 30px 0px 30px;
  text-align: center;
  background: #fff;
  min-height: 350px;

  /* Set the border through masking a background */
  border-radius: 0px;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 350px;
}


.service-box-slide:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: scale(1.03);
  border-color: transparent;
  cursor: pointer;
}

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

.service-box-slide h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.services-grid .swiper-slide{
  height: auto;
  border: 2px solid var(--primary-color);
}

.service-box-slide p {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  flex-grow: 1;
}

/* end service box slide */

.service-items {
  display: flex;
  justify-content: space-around;
  text-align: center;
  color: white;
  gap: 10px;
}

.service-items h3 {
  color: #fff !important;
}

.service-items p {
  color: #fff !important;
  font-size: 0.6rem !important;
}

.service-item{
  flex: 1;
  padding: 20px;
  position: relative;
}

.service-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: rgb(255 255 255 / 28%);
}

.feature-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.learn-more {
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: 10px solid var(--secondary-color);
  padding-bottom: 5px;
  margin-top: 20px;
  align-self: flex-start;
}

.section-title {
  font-size: 1rem;
}

.text-70-percent {
  max-width: 70%;
  margin: 0 auto;
}

/*  */


/* Contact Form */
.career-form .custom-btn {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 0px;
  padding: 10px 60px;
}

.about-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}

.about-text {
  width: 30%;
  /* Text takes exactly 25% */
  align-items: center;
  justify-content: flex-start;
  /* Align text to the left */
  font-size: 2rem;
  font-weight: bold;
}

.about-image {
  width: 70%;
  /* Image takes exactly 75% */
  display: flex;
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Ensures full coverage */
}


/* Title */
.history-section .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Paragraph Text */
.history-section .section-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  max-width: 60%;
}

.width-30 {
  width: 30%;
}

.width-60 {
  width: 60%;
}

@media (max-width: 1366px) {
  .service-box {

    min-height: 380px;
  }
}
/* Responsive Fix */
@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
  }

  .about-text {
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 20px;
  }

  .about-image {
    width: 100%;
  }
}

/* End Contact form */

.career-form .custom-btn {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 0px;
  padding: 10px 60px;
}

.partners-slider.items-3,.partners-slider.items-2,.partners-slider.items-1{
  width: 80%;
  margin: 0 auto;
}
