html {
  scroll-behavior: smooth;
  font-size: 100%;
}

@media screen and (max-width: 996px) {
  body:has(.y-container.open), 
  body:has([id^="y-"].open) {
    .custom-navbar-container.navigation-nav {
      display: none !important;
    }
  }
}

@font-face {
  font-family: "Calibri";
  src: url("../assets/fonts/Calibri Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../assets/fonts/Calibri Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../assets/fonts/Calibri Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root[data-theme="light"] {
  --logo-background: url("../assets/images/Al-Koot-logo-blue.svg");
  --navbar-bg-white: rgba(255, 255, 255, 0.95);
  --maincolor: #0b68b5;
  --dark-black-color: #001f2b;
  --committees--black-color: #001f2b;
  --body-bg-color: #eff4f7;
  --bg-step-card: white;
  --color-link-nav: #fff;
  --color-accessibility: #fff;
  --bg-swiper-slide: #fff;
  --active-swiper-navigator: #fff;
  --slider-title-color: #fff;
  --section-header-title: #000;
  --corporate-title: #000;
  --online-digital-services: #fff;
  --service-collection-subtitle: #064071;
  --corporate-subtitle: #064071;
  --mission-section-description: #064071;
  --slider-overlay: #1082e094;
  --blue-background-color: #1f8ee9;
  --arrow-background-color: #0b68b5;
  --news-read-more: #0b68b5;
  --news-date: #999;
  --header-background-color: rgba(255, 255, 255, 0.5);
  --header-nav-color: #1f8ee9;
  --header-nav-links-color: #1f8ee9;
  --download-file-color: #009bd6;
  --sub-menu-bg-color: #fff;
  --our-insurance-tabs-bg: #ffffff;
  --our-insurance-active-tab-bg: #0b68b5;
  --our-insurance-active-tab-color: #fff;
  --our-insurance-border-color: #fff;
  --our-insurance-bg-color: #1f8de9;
  --why-alkoot-color: #064071;
  --quick-guid-color: #1da3f3;
  --markque-color: #1f8de9;
  --card-body-bg-color: #fff;
  --governance-paragraph-color: #335588;
  --card-title-color: #001f2b;
  --table-column-color: #707070;
  --home-bg-img: url("../assets/images/patterns/pattern@2x.png");
  --menu-bg-img: url("../assets/images/menu-back.png");
  --promotion-bg-img: url("../assets/images/background.png");
  --footer-bg-img: url("../assets/images/patterns/pattern - footer.png");
  --logo: url("../assets/images/logo.png");
  --arrow-down-img: url("../assets/images/Icon ion-ios-arrow-down.svg");
  --section-padding: 8rem 0 8rem 0;
}

:root[data-theme="dark"] {
  --navbar-bg-white: rgba(0, 0, 56, 0.753);
  --logo-background: url("../assets/images/Al-Koot-logo.svg");
  --body-bg-color: #000038;
  --bg-step-card: #000038;
  --dark-black-color: #ffffff;
  --committees--black-color: #001f2b;
  --color-link-nav: #fff;
  --color-accessibility: #fff;
  --bg-swiper-slide: #fff;
  --active-swiper-navigator: #fff;
  --slider-title-color: #fff;
  --section-header-title: #fff;
  --service-collection-subtitle: #ffffff;
  --mission-section-description: #064071;
  --corporate-subtitle: #064071;
  --corporate-title: #000;
  --online-digital-services: #7d809d;
  --slider-overlay: #000038c0;
  --blue-background-color: #000038;
  --arrow-background-color: #0c5b9d;
  --download-file-color: #ffffff;
  --news-read-more: #fff;
  --news-date: #fff;
  --header-background-color: rgba(0, 0, 56, 0.5);
  --header-nav-color: #1f8ee9;
  --header-nav-links-color: #fff;
  --sub-menu-bg-color: #000038;
  --our-insurance-tabs-bg: #2d3860;
  --our-insurance-active-tab-bg: #095b9d;
  --our-insurance-active-tab-color: #fff;
  --our-insurance-border-color: #0a2861;
  --our-insurance-bg-color: #4a729c;
  --why-alkoot-color: #fff;
  --quick-guid-color: #0867b3;
  --markque-color: #fff;
  --card-body-bg-color: #16377a;
  --governance-paragraph-color: #ffffff;
  --card-title-color: #ffffff;
  --table-column-color: #ffffff;
  --home-bg-img: url("../assets/images/dark_home_bg.png");
  --menu-bg-img: url("../assets/images/dark_home_bg.png");
  --promotion-bg-img: url("../assets/images/background-dark.png");
  --arrow-down-img: url("../assets/images/Icon ion-ios-arrow-down-white.svg");
  /* --arrow-down-img: url("../assets/images/Icon ion-ios-arrow-down.svg"); */
  --footer-bg-img: url("../assets/images/footer-bg.png");

  .right-arrow-blue,
  /* .input-group-select img, */
  .governance-documents .document .download-icon,
  /* .input-group img, */
  .note img,
  .warning img,
  .container.investor-relations-page .document img,
  .info-icon img {
    filter: brightness(0) invert(1);
  }

  .input-group i {
    color: #064071 !important;
  }

  .values-section h3,
  .warning p {
    color: white;
  }

  .submit-claims-via-app .store-container .wrap img {
    filter: brightness(0) invert(1);
  }

  .csr-section.corporateDescription .steps .step {
    background: var(--card-body-bg-color);
  }
}

body {
  /* background-color: var(--body-bg-color); */
  font-family: "Calibri";
  background-image: var(--home-bg-img);
  background-size: cover;
  background-position: center;
}

.app-wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  height: 100%;
  margin-top: 5%;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.app-wrapper a img {
  width: 90%;
  margin-right: 10px;
}

.app-wrapper a {
  text-align: end;
}

.navbar {
  transition: background-color 0.5s ease;
}

.right-arrow-blue {
  width: 1rem !important;
  height: 1rem !important;
  display: inline-block !important;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  padding: 1.1rem 0;
  opacity: 0;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(4)
  > div
  > div.swiper-wrapper
  > div
  > div.container-fluid-customed
  > div {
  margin-left: -1.438rem;
}

.navbar-brand {
  /* background: url("../assets/images/logo.png"); */
  background: url("../assets/images/Al-Koot-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar.scrolled {
  background-color: var(--header-background-color) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(11)
  > div
  > div.owl-carousel.owl-theme.partners-owl-carousel.owl-loaded.owl-drag
  > div.owl-stage-outer
  > div
  > div
  > div
  > img {
  scale: 0.7;
}

.navbar.scrolled .nav-link,
.navbar.scrolled .accessibility > a {
  color: var(--header-nav-color);
}

.navbar.scrolled .navbar-brand,
.navbar-bg-white .navbar-brand {
  background-image: var(--logo-background);
  background-size: contain;
  background-repeat: no-repeat;
}

.input-group > i {
  color: #064071 !important;
}

.input-group > input::placeholder {
  font-size: 1.4375rem !important;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #064071 !important;
}

.nav-background {
  background: url("../assets/images/header background.png");
  background-size: cover;
}

#navbarSupportedContent > ul > li > a {
  color: var(--color-link-nav);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
}

/* social media row */
.numbers {
  display: inline-flex;
  gap: 30px;
  color: white;
  font-size: 1.6rem;
}

.numbers > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.social-media {
  display: inline-flex;
  gap: 10px;
}

.top-navigation-navbar {
  flex-direction: column;
  gap: 25px;
  padding-bottom: 20px;
}
.nav-top-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  /*padding-bottom: 25px;*/
}
.seperator {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.nav-top-row.mobile-row .numbers {
  color: #1f8ee9;
}

/* .dropdown {
  position: static;
} */

.main-menu-link {
  text-decoration: none;
  color: var(--section-header-title);
  font-size: 1.2rem;
  white-space: nowrap;
}

.main-menu-header {
  color: red;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 200%;
  width: fit-content;
  min-width: 170px;
  border-bottom-left-radius: 57px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px) brightness(1);
  -webkit-backdrop-filter: blur(16px) brightness(1);
  background-image: var(--menu-bg-img);
  background-size: cover;
  padding: 20px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.main-menu-header,
h5 a {
  white-space: nowrap;
}

.online-services-btn {
  /* display: inline-block !important; */
  display: none;
  background-color: #fff !important;
  color: #1f8ee9 !important;
  padding: 0.7rem !important;
  border-radius: 5px !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  text-wrap: nowrap;
}

#myTable > thead > tr:nth-child(1) > th > div > button > i.fa-solid,
.myTable > thead > tr:nth-child(1) > th > div > button > i.fa-solid {
  color: #fff;
}

#myTable > thead > tr:nth-child(1) > th > .th-with-btn > div > .sortBtn,
.myTable > thead > tr:nth-child(1) > th > .th-with-btn > div > .sortBtn {
  border-radius: 1.4rem;
  /* width: 100%; */
}

.wrap {
  display: flex;
  align-items: center;
  /* padding: 0.5rem 1rem 0.5rem 0; */
  border: 2px solid #fff;
  border-radius: 14px;
}

#myTable > thead > tr:nth-child(1) > th > .th-with-btn > .dropdown > button,
.myTable > thead > tr:nth-child(1) > th > .th-with-btn > .dropdown > button {
  all: unset;
  border-radius: 0.4rem;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  font: normal normal bold 1.4375rem/1.6875rem;
  background-color: #e3e8ec;
  border: none;
}

#block-new-alkoot-theme-mainpagecontent > div > div > div > div > div > ul {
  padding-left: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#myTable > thead > tr:nth-child(1) > th > .th-with-btn > div,
.myTable > thead > tr:nth-child(1) > th > .th-with-btn > div {
  display: inline-block;
  position: relative;
  left: 0.8rem;
}

.th-with-btn > p {
  margin: 0 !important;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #064071;
  width: fit-content;
}

.dropdown button i {
  color: #064071;
}

.th-with-btn .dropdown .dropdown-menu .dropdown-item {
  font-size: 1.4rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #064071;
  padding: 1rem;
  border-radius: 0 30px 30px 30px;
}

.th-with-btn .dropdown .dropdown-menu .dropdown-item:first-child {
  margin-bottom: 0.5rem;
}

.th-with-btn .dropdown .dropdown-menu {
  border-radius: 0 30px 30px 30px;
  border: none;

  box-shadow: 0px 0px 5px 0px #ececec, 0px 2px 5px 0px #ececec,
    2px 0px 5px 0px #ececec, 2px 2px 5px 0px #ececec;
}

.online-services-btn-active {
  display: inline-block !important;
  color: #fff !important;
  background-color: #1f8ee9 !important;
  padding: 0.7rem !important;
  border-radius: 5px !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
}

.accessibility > a {
  text-decoration: none;
  color: var(--color-accessibility);
  font-size: 1.12rem;
  display: flex;
  position: relative;
  z-index: 999;
}

#lang-switcher > img,
#search-toggle > img {
  height: 1.5rem;
}

.main-menu-header,
.main-menu-header a {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 1.4rem;
  padding: 0 !important;
  text-decoration: none !important;
  color: var(--card-title-color) !important;
  text-transform: uppercase;
}

.main-menu-header,
h5 a {
  color: var(--service-collection-subtitle) !important;
}

.services {
  margin: 8rem 0 0em 0;
  margin-bottom: 8rem;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(11)
  > div
  > div.owl-carousel.owl-theme.partners-owl-carousel.owl-loaded.owl-drag
  > div.owl-stage-outer
  > div {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.owl-stage {
  transform: translate3d(-1627px, 0px, 0px);
  transition: 1s;
  display: flex;
  align-items: center;
}

.last-news-item {
  width: 32.188rem !important;
  height: 42.25rem !important;
}

#navbarSupportedContent > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

div > div.owl-stage-outer > div > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(6)
  > div:nth-child(8)
  > marquee {
  padding: 5.625rem 0;
}

marquee {
  padding: 3.125rem 0 9.375rem 0;
}

.worldwide {
  background-color: #030d0f;
  width: 100%;

  border-top-left-radius: 140px;
  border-bottom-right-radius: 140px;
  overflow: hidden;

  padding: 3.75rem 0;
  position: relative;
}

.accessibility > a:nth-child(2) {
  padding: 0 0.625rem;
  border-right: 1px solid;
  margin-right: 0.625rem;
}

.worldwide-sections h2 {
  font-size: 3.12rem;
  color: #1f8ee9;
  text-align: center;

  font-weight: 800;
}

body
  > div.dialog-off-canvas-main-canvas
  > div.worldwide
  > div
  > div
  > div
  > div
  > div
  > div
  > img {
  width: 25px !important;
  margin-right: 0.312rem;
}

.text-icon {
  display: flex;
  align-items: baseline;
}

.box.dark-box .sun {
  display: none;
}

.home-our-partners {
  animation-delay: 0.2s;
  width: 100%;
  height: 14rem;
  border-radius: 9.375rem;
  background-color: #0b68b559;
  padding: 3.125rem;
  display: flex;
  overflow: hidden;
  background-image: url("../assets/images/patterns/pattern - elite client.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.owl-stage-outer > .owl-stage {
  display: flex;
  gap: 3rem;
}

.moon {
  display: none;
  width: 15px;
  /* height: 18px; */
  left: 5px;
  top: 3px;
  position: absolute;
}

.box.dark-box .moon {
  display: flex;
}

.worldwide-sections span {
  font-size: 1.2rem;
  line-height: 2.0625rem;
  color: #000;
}

.user-name-rate {
  font-size: 2rem;
  line-height: 3.125rem;
  font-weight: bold;
}

.worldwide-title {
  color: #fff;

  margin-bottom: 3.5rem;
  width: 42%;
  line-height: 1.6;
  line-height: 53px;
  font-size: 3.75rem;
  line-height: 4rem;
  /* font: normal normal 3.75rem / 4rem "Momcake, Thin"; */
}

.worldwide .container {
  position: relative;
}

body
  > div.dialog-off-canvas-main-canvas
  > div.worldwide
  > div:nth-child(1)
  > h2
  > img {
  height: 1.5rem;
}

.swiper {
  width: 100%;
  z-index: 0;
}

.swiper-hero {
  height: 100vh;
}

.splide__slide {
  text-align: center;
  font-size: 1.12rem;
  background: var(--bg-swiper-slide);
  display: flex;
  justify-content: start;
  align-items: center;
}

.splide__list {
  /* height: 90vh !important; */
}

.splide__slide .hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

/* .splide__list{} */
body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(11)
  > div
  > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  padding-inline-start: 10%;
  padding-bottom: 1.25rem;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(11)
  > div
  > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
  > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(11)
  > div
  > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
  > span {
  width: 0.78vw !important;
  height: 0.78vh !important;
}

.slider-title,
.slider-desc {
  z-index: 1;
  color: var(--slider-title-color);
  margin-inline-start: 1.25rem;
}

.slider-title {
  line-height: 90px;
  font-size: 5rem;
  word-spacing: 1px;
  /* font-family: "Momcake, Thin"; */
  margin-bottom: 2.25rem;
  text-shadow: 0px 3px 6px #0000005a;
  /* margin-top: 7%; */
  text-align: start;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(4)
  > div
  > div.swiper-wrapper {
  height: 100%;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(4)
  > div
  > div.swiper-wrapper
  > div {
  height: 100vh;
}

.why-alkoot {
  padding: 8rem 0 8rem 0;
}

.slider-content p {
  color: #fff;
  font-size: 1.625rem !important;

  margin-inline-start: 1.25rem;
  font-size: 1.625rem;
  line-height: 2.625rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slider-desc {
  font-size: 1.56rem;
  width: 90%;
  text-align: justify;
}

.slider-content {
  z-index: 1;
  text-align: center;
  width: 45%;
}

.online-service-btn .circle-container {
  width: 230px;
  height: 230px;
  flex-direction: column;
}

.buttons-section .online-service-btn .btn {
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.motor-insurance-btn {
  position: absolute;
  top: 18%;
  left: 2%;
}

.online-service-btn {
  position: absolute;
  top: -5%;
  left: 24%;
}

.visitor-insurance-btn {
  position: absolute;
  left: 49%;
  top: -14%;
}

[dir="rtl"] .slider-content {
  z-index: 1;
  text-align: center;
  width: 50%;
}

.buttons-section .btn {
  /* background: transparent linear-gradient(268deg, #1f8de9 0%, #1169cd 100%) 0% 0% no-repeat padding-box; */
  /* box-shadow: 0px 13px 26px #0000001a; */
  border-radius: 19px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 15px;
  background-color: transparent;
  border: none;
  margin-top: -15px;
}

.circle-container {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 8px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 26px #00000080;
  background: #1d86e4;
}

.buttons-section {
  display: flex;
  position: relative;
  align-items: flex-start;
  min-height: 330px;
  width: 50%;
  margin-left: -7%;
}

.visitor-insurance-btn,
.motor-insurance-btn {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  z-index: 999;
  text-decoration: none;
}

.buttons-section .visitor-insurance-btn .btn {
  margin-left: 10px;
  width: 70%;
}

.buttons-section .btn:hover {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.swiper-hero.owl-carousel.owl-theme.banner-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 43%;
}

.buttons-section img {
  width: 100% !important;
  height: auto;
}

.motor-insurance-btn .circle-container img {
  width: 100% !important;
}

.container-fluid-customed {
  margin: auto;
  width: 85%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 4px;
}

.swiper-pagination-bullet.active-bullet {
  width: 24px;
  height: 8px;
  border-radius: 10px;
  background-color: #007bff;
}

.blue-line {
  height: 33rem;
  background-color: var(--blue-background-color);
  width: 4rem;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}

.slide-overlay {
  width: 51%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, var(--slider-overlay) 40%, #ffffff00) 0%;
}

.services > h2,
.insurances > h2,
.why-alkoot > h2,
.news-section > h2,
.human-resources-section > h2,
.news > h2,
.working-with-alkoot > h2,
.trusted-by > h2 {
  text-align: center;
  /* font-family: "Momcake, Thin"; */
  color: var(--section-header-title);
  font-size: 3.75rem;
  padding: 0;
  margin: 0;
}

.card-body-news-home {
  all: unset;
  position: relative;
  background-color: var(--card-body-bg-color);
  height: 13rem !important;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 0 2rem;
}

.card-body-news {
  all: unset;
  position: relative;
  background-color: var(--card-body-bg-color);
  border-top-left-radius: 44px !important;
  height: 13rem !important;
  border-bottom-right-radius: 44px !important;
  border-top-right-radius: 44px !important;
  border-bottom-right-radius: 44px !important;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 0 2rem;
}

.card-news {
  border-radius: 44px !important;
  margin: 0 1rem;
}

/* .insurances {
  padding: 8rem 0 8rem 0;
} */

.online-digital-services .service-link {
  bottom: 0;
  right: 0;
}

.animate-on-focus {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.focused {
  opacity: 1;
}

.services-collection {
  display: flex;
  /* height: 85%; */
  /* height: 88vh; */
}

.under_line {
  width: 10rem;
  height: 5px;
  background-color: #238fe8;
  margin: 1.5rem auto 2.5rem auto;
}

.online-digital-services {
  flex: 4;
  max-height: 45rem;
  overflow: hidden;
  border-top-left-radius: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 0px;
  background-color: var(--online-digital-services);
  padding: 0;
  margin-inline-end: 1.875rem;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
  color: var(--section-header-title);
  transition: background-color 0.3s ease;
  animation-delay: 0.5s;
}

.online-digital-services:hover h2,
.promotions:hover h2,
.auctions:hover h2 {
  color: #fff;
}

.online-service-img {
  width: 100%;
  height: 67%;
}

.online-service-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content {
  margin: 1rem;
  position: relative;
}

.service-content h2 {
  margin-bottom: 0.625rem;
  font-size: 2rem;
  line-height: 2.8125rem;
  font-weight: bold;
}

div.services-collection p {
  font-size: 1.2rem;
  line-height: 2.0625rem;
  color: var(--service-collection-subtitle);
}

.online-digital-services:hover .service-link,
.promotions:hover .service-link,
.auctions:hover .service-link {
  background-color: #fff;
}

.online-digital-services:hover .service-link i,
.promotions:hover .service-link i,
.auctions:hover .service-link i {
  color: var(--dark-black-color);
}

.promotions .service-link {
  bottom: 0;
  right: 0;
}

.auctions .service-link {
  bottom: 0;
  right: 0;
}

.service-link {
  background-color: var(--arrow-background-color);
  width: 60px;
  height: 50px;
  display: block;
  border-top-left-radius: 46px;
  float: right;
  position: absolute;

  text-decoration: none;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-link > i {
  color: #fff;
  font-size: 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  display: block;
}

.online-digital-services:hover .service-link:hover,
.promotions:hover .service-link:hover,
.auctions:hover .service-link:hover {
  background-color: #fff;
}

.online-digital-services:hover .service-link > i,
.promotions:hover .service-link > i,
.auctions:hover .service-link > i {
  color: var(--arrow-background-color);
}

.online-digital-services:hover,
.promotions:hover,
.auctions:hover {
  background-image: url("../assets/images/patterns/pattern - on hover - promotions.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.online-digital-services:hover p,
.promotions:hover p,
.auctions:hover p {
  color: #fff;
}

.promotions {
  max-height: 22rem;
  overflow: hidden;
  border-top-left-radius: 46px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 5px;
  background-color: var(--online-digital-services);
  padding: 0;
  margin-bottom: 1.25rem;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
  color: var(--section-header-title);
  transition: background-color 0.3s ease;
  animation-delay: 1s;
  flex: 1;
}

.promotions-img {
  width: 100%;
  height: 40%;
}

.promotions-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#myTab > li button {
  text-transform: unset !important;
  color: var(--markque-color);
}

.auctions {
  max-height: 22rem;
  overflow: hidden;
  border-top-left-radius: 46px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 5px;
  background-color: var(--online-digital-services);
  padding: 0;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
  color: var(--section-header-title);
  transition: background-color 0.3s ease;
  animation-delay: 1s;
  flex: 1;
}

.auctions-img {
  width: 100%;
  height: 40%;
}

.auctions-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotions-auctions {
  display: flex;
  flex-direction: column;
  flex: 2;
}

#myTab {
  background-color: var(--our-insurance-tabs-bg);
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 50px;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
}

#myTab .nav-item {
  height: 100%;
  width: 33.333333%;
}

.navbar-nav {
  width: 55rem;
  justify-content: space-between;
}

#lang-switcher > span {
  font-size: 1.12rem;
}

.vertical-divider {
  width: 1px;
  margin-top: 0.312rem;
  height: 1.5rem;
  background-color: #ffffff;
}

.nav-item .nav-link {
  text-transform: uppercase !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  padding: 0 !important;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--our-insurance-active-tab-color) !important;
  border-radius: 55px;
  background-color: var(--our-insurance-active-tab-bg);
}

.nav-link {
  color: #fff;
  height: 100%;
  width: 100%;
  animation-delay: 0.5s;
}

.nav-link:hover {
  color: #0056b3;
}

.navbar-bg-white {
  color: #1f8ee9 !important;
  background-color: var(--navbar-bg-white);
  backdrop-filter: blur(16px) brightness(1);
  -webkit-backdrop-filter: blur(16px) brightness(1);
  background-image: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
}

.nav-link-blue {
  color: var(--header-nav-links-color) !important;
  border-bottom: 2px solid transparent;
  transition: border 0.4s ease-in-out;
}

.nav-link-white {
  color: #fff !important;
  border-bottom: 2px solid transparent;
  transition: border 0.4s ease-in-out;
}

.nav-link-blue:hover {
  border-bottom: 2px solid #1f8ee9;
}

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

#search-block-form {
  grid-template-columns: 1fr;
  width: 50%;
  margin-right: -3%;
  display: none;
  flex: 1;
}

#navbarSupportedContent {
  justify-content: space-between;
}

.splide__pagination {
  justify-content: start;
  left: 48% !important;
}

#mobile-search-block-form {
  grid-template-columns: 1fr;
  position: absolute;
  z-index: 999999;
  width: 90%;
  display: none;
  left: 5%;
  top: 100%;
  right: 5%;
}

#navbarSupportedContent
  > ul
  > li
  > div
  > div
  > div.sub-menu-links
  > div
  > h5
  > a {
  color: var(--service-collection-subtitle) !important;
}

.insurance-item {
  background-image: url("../assets/images/patterns/pattern - our insurances.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  height: 40rem;
  width: 18rem;
  border-radius: 200px;
  border: solid 10px var(--our-insurance-border-color);
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.item {
  margin-top: 2.188rem;
  width: fit-content;
}

.insurance-item-icon-container {
  width: 19rem;
  height: 19rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 15px var(--our-insurance-border-color);
  align-self: center;
  flex-direction: column;
  background-color: var(--our-insurance-bg-color);
  margin-top: -1.875rem;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.insurance-item-icon-container > img {
  object-fit: contain;
}

.item-content {
  margin: 1.25rem;
}

.item-content > h5 {
  margin-bottom: 0.938rem;
  font-size: 2.25rem;
  line-height: 1.75rem;
  text-align: center;
  font-weight: bold;
  margin-top: 3rem;
}

.item-content > p {
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.item-content > h5,
.item-content > p {
  color: #fff;
}

div
  > div.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  > span {
  width: 15px !important;
  height: 4px !important;
  background: #fff !important;
  opacity: 1 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0b68b5;
  width: 30px;
}

#medical-tab-pane
  > div
  > div.owl-stage-outer
  > div
  > div:nth-child(5)
  > a
  > div
  > div
  > div.insurance-item-icon-container
  > img {
  width: 100% !important;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 15%;
  width: 5.4375rem;
  cursor: pointer;
}

.card .card-content-title {
  margin-bottom: 10px;
  color: var(--card-title-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* تحديد سطرين فقط */
  line-clamp: 2;
  max-height: 5rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: bold;
}

input::placeholder {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #df0000;
}

.online_services {
  right: 1rem;
  background: url(../assets/images/online-services-bg.png);
  position: fixed;
  bottom: 1rem;

  background-position: center;

  padding: 1.1rem 4.5rem 1.25rem 2rem;
  cursor: pointer;
  z-index: 1;
  transition: right 0.5s ease-out, opacity 0.5s ease-out;
  border-top-left-radius: 30px;
  display: flex;
  border-bottom-right-radius: 30px;
  align-items: center;
  justify-content: flex-start;
}

/* .online_services:hover {
  right: 1rem;
} */

.why-alkoot-container {
  display: flex;
  color: var(--section-header-title);
  gap: 0;
  align-items: center;
  justify-content: center;
}

.title-header-card {
  margin-bottom: 2.5rem !important;
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  font-weight: bold;
}

#motor-tab-pane
  > div
  > div.owl-stage-outer
  > div
  > div:nth-child(4)
  > fa
  > div
  > div
  > div.insurance-item-icon-container
  > img {
  margin-top: -130px;
}

.text-icon img {
  width: 1.25rem;
  margin-inline-end: 3px;
}

.why-alkoot-left-side {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 36rem;
  object-fit: contain;
}

.why-alkoot-image {
  height: 100%;
}

.why-alkoot-right-side {
  display: flex;
  flex: 5;
  flex-direction: column;
  margin-top: 3.75rem;
  /* margin-bottom: 65px; */
  align-items: center;
  margin-inline-start: 1.25rem;
  justify-content: center;
  gap: 30px;
}

.horizontal-divider {
  margin: 3rem 0;
  color: #ccc;
}

.why-alkoot-right-side > .health,
.why-alkoot-right-side > .tech {
  display: flex;
  /* margin-bottom: 35px;
   */
}

.why-alkoot-right-side > .health {
  margin-bottom: 0 !important;
  gap: 0px;
}

.why-alkoot-right-side > .health > img,
.why-alkoot-right-side > .tech > img {
  width: 60px;
  height: 60px;
  margin-inline-end: 1.25rem;
}

.health-content > h4,
.tech-content > h4 {
  margin-bottom: 0.312rem;
  font-size: 1.75rem;
  line-height: 3.1875rem;
  font-weight: bold;
}

.health-content > p,
.tech-content > p {
  line-height: 35px;
  color: var(--why-alkoot-color);
  text-align: justify;
  font-size: 1.2rem;
  line-height: 2.3125rem;
}

.why-alkoot-left-side > .row-one {
  height: 27.62vh;
  margin-bottom: 0.625rem;
}

.why-alkoot-left-side > .row-one > p {
  font-family: Zeniq;
  margin: 5rem 1.125rem;
  color: #fff;
  font-size: 1.25rem;
  max-width: 195px;
}

.why-alkoot-left-side > .row-one > img {
  position: absolute;
  z-index: -1;
  height: 290px;
}

.row-two {
  display: flex;
}

.row-two > img:nth-child(1) {
  width: 260px;
  height: 125px;
}

.row-two > img:nth-child(2) {
  border-top-right-radius: 46px;
  border-bottom-left-radius: 46px;
  height: 125px;
  margin-inline-start: 1.25rem;
}

.quick-guid {
  margin: 6.25rem 0;
  border-radius: 200px;
  width: 100%;
  height: 14rem;
  background-image: url("../assets/images/patterns/pattern - elite client.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  /* overflow: hidden; */
}

.quick-guid-content {
  display: flex;
  justify-content: center;
  flex: 2;
  margin: 5rem;
  flex-direction: column;
  text-align: center;
}

.quick-guid-content > h2 {
  color: #fff;
  font-size: 3.75rem;
  line-height: 2.875rem;
  /* font: normal normal normal 3.75rem / 2.875rem Momcake; */
  /* font-family: "Momcake, Thin"; */
  margin-bottom: 3.125rem;
}

.quick-guid-img {
  display: flex;
  flex: 1;
  overflow: hidden;
  border-radius: 250px;
  border: solid 15px #f8fbfe;
  position: relative;
  right: -1px;
  max-height: 180px;
}

.quick-guid-img > img {
  width: 100%;
  height: 100%;
}

.quick-guid-desc > a {
  color: #fff;
  font-size: 1.6rem !important;
  line-height: 2.3125rem;
  text-decoration: none;
  margin-inline-end: 3%;
  /* border-inline-start: solid 8px #1e8ee9; */
  padding-inline-start: 0.625rem;
  display: ruby-text;
  padding-top: 0.312rem;
  padding-bottom: 0.312rem;
}

.quick-guid-desc > a > strong {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
}

.quick-guid-desc > a > i {
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  font-size: 1.56rem;
  margin-inline-start: 0.625rem;
}

.guideVideo {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

@media (max-width: 480px) {
  .guideVideo {
    height: 160px;
    width: 340px;
  }
}


.promotions-auctions-slider,
body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(12)
  > div.promotions-auctions-slider
  > div.swiper.mySwiper.auctions-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  background-image: var(--promotion-bg-img);
  background-size: cover;
  background-position: center;
}

.promotions-auctions-slider {
  margin: 5rem 0;
}

.promotions-auctions-slider
  > .swiper
  > .swiper-wrapper
  > .splide__slide
  > .slider-content {
  /* width: 90%; */
  padding: 5.812rem 8.75rem;
}

.promotions-auctions-slider > .swiper > .swiper-wrapper > .splide__slide {
  background-image: var(--promotion-bg-img);
  background-size: cover;
  background-position: center;
}

.promotions-auctions-slider
  > .auctions-slider
  > .swiper-wrapper
  > .splide__slide
  > img {
  width: 50%;
  position: absolute;
  right: 0;
  border-bottom-left-radius: 70px;
}

.promotions-auctions-slider
  > .promotions-slider
  > .swiper-wrapper
  > .splide__slide
  > img {
  width: 50%;
  position: absolute;
  left: 0;
  border-top-right-radius: 70px;
}

.promotions-auctions-slider
  > .promotions-slider
  > .swiper-wrapper
  > .splide__slide
  > .slider-content {
  text-align: right;
}

.promotions-auctions-slider
  > .swiper
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > h3 {
  color: #fff;
  margin: 1.875rem 0;
}

.promotions-auctions-slider
  > .swiper
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > p {
  color: #fff;
  margin-top: 4.375rem;
  text-align: start;
  width: 100%;
}

.auction-number {
  font-size: 3.375rem;
  line-height: 3.1875rem;
}

.promotions-auctions-slider
  > .promotions-slider
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > h6 {
  color: #fff;
  font-size: 1.56rem;
  margin-bottom: 1.875rem;
}

.promotions-auctions-slider
  > .swiper
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > a {
  color: #fff;
  text-decoration: none;
  font-size: 1.56rem;
}

.promotions-auctions-slider
  > .swiper
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > span {
  display: block;
  color: #fff;
  margin-top: 0.75rem;
  font-weight: 100 !important;
  font-size: 1.75rem;
  line-height: 3.1875rem;
}

.promotions-auctions-slider
  > .promotions-slider
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > span {
  display: inline-block;
  padding: 0.625rem;
  background-color: #88c8e4;
  margin-top: 12px;
  font-weight: bolder;
  color: #000;
  border-radius: 10px;
  margin-bottom: 1.25rem;
}

.promotions-auctions-slider
  > .swiper
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > a
  > i {
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  font-size: 1.56rem;
  margin-inline-start: 0.625rem;
}

.dash {
  background-color: #fff;
  width: 70px;
  height: 5px;
}

.promotions-auctions-slider
  > .promotions-slider
  > .swiper-wrapper
  > .splide__slide
  > .slider-content
  > .dash {
  float: right;
}

.swiper-button-next {
  position: absolute;
  top: 75%;
  right: 91% !important;
  color: #fff;
}

.promotions-auctions-slider .swiper-button-next {
  position: absolute;
  color: #fff;
}

.promotions-auctions-slider .swiper-button-prev {
  position: absolute;

  color: #fff;
}

.price-tag {
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  font-size: 1.75rem;
  line-height: 3.18rem;
}

.right-arrow {
  width: 1rem !important;
  height: 1rem !important;
  display: inline-block !important;
}

.right-arrow-custom {
  width: 1.25rem !important;
  height: 1.25rem !important;
  display: inline-block !important;
}

.swiper-button-next,
.swiper-button-prev {
  all: unset;

  width: 2.6vw;
  height: 4.6vh;
  z-index: 1;
  transition: all 0.3s ease;
}

.swiper-button-next {
  left: 7%;
}

.promotions-slider .swiper-button-next {
  right: 4% !important;
  margin-top: 1.25rem;
}

.promotions-slider .swiper-button-prev {
  left: 91%;
  margin-top: 1.25rem;
}

.main-container-news h2 {
  /* text-align: center; */
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--service-collection-subtitle) !important;
  margin-bottom: 0rem !important;
}

.main-container-news p {
  /* text-align: center; */
  font-size: 1.4375rem !important;
  line-height: 2.3125rem;
  letter-spacing: 0px;
  color: var(--service-collection-subtitle) !important;
}

.faq-container-news h2 {
  /* text-align: center; */
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--news-read-more) !important;
}

.faq-container-news p,
.faq-container-news * {
  position: relative;
  font-size: 1.4375rem !important;
  line-height: 2.3125rem;
  letter-spacing: 0px;
  color: var(--service-collection-subtitle) !important;
}

.faq-container-news p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.125rem;
  width: 0.25rem;
  background: linear-gradient(to top, #0b68b5c2, #00c1ff5c);
}

.faq-header {
  display: flex;
  align-items: center;
  width: fit-content;
}

.faq-answer {
  margin-bottom: 15px;
}

.faq-motor-section {
  background-color: rgb(203 203 203 / 27%);
  padding: 4rem 0;
}

.title-type {
  text-align: start;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--service-collection-subtitle) !important;
  padding-bottom: 2rem;
}

.faq-line {
  margin-inline-end: 1.25rem;
  /* top: -1rem; */
}

.faq-line i {
  width: 1.875rem;
  color: #0b68b5;
  font-size: 2.25rem;
}

.tabs-forms {
  width: 100% !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.25rem;
}

#qrcode,
#qrcode-apple {
  display: flex;
  justify-content: end;

  align-items: end;
}

#qrcode > canvas,
#qrcode-apple > canvas,
#top-qrcode > canvas,
#top-qrcode-apple > canvas,
#footer-qrcode > canvas,
#footer-qrcode-apple > canvas {
  /* width: 65%; */
  height: 3rem;
  margin: 0.5rem;
}

.swiper-button-prev {
  color: #fff;
  top: 75%;
  left: 4%;
}

marquee span {
  margin: 0 15%;
  color: var(--markque-color);
  font-size: 2rem;
  font-weight: bold;
}

.promotions-auctions-slider .mySwiper {
  height: 55vh;
}

.worldwide-sections {
  background: url("../assets/images/worldwide card bg@2x.png");
  background-color: #fff;
  margin: 0.938rem;
  padding: 3.125rem 1.875rem;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* body > div.dialog-off-canvas-main-canvas > div.worldwide > div > div.worldwide-container > div > div:nth-child(2) > div:nth-child(1) */

.worldwide-container > div > div:nth-child(1) > div {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* Style the second .worldwide-sections element */
.worldwide-container > div > div:nth-child(2) > div {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.news-section {
  text-align: center;
}

.news {
  /* margin-top: 3.125rem; */
  padding: 13rem 0 4rem 0;
}

.search-item-result {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.search-result-link {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #0b68b5;
  text-decoration: none;
}

.search-item-result .search-type {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #064071;
  margin: 1rem 0;
}

a.btn.send-btn {
  padding: 1rem 3rem;

  color: #54a4e6;
}

.search-item-result p,
.search-item-result p strong {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #707070;
}

/* .news > h2,
.trusted-by > h2 {
  text-align: center;
  margin-bottom: 1.562rem;
  font-family: Zeniq;
  color: var(--section-header-title);
  font-size: 3.12rem;
} */

.card {
  border-top-left-radius: 44px;
  border-bottom-right-radius: 44px;
  overflow-y: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: var(--card-body-bg-color);
  max-height: fit-content;
}

.card-img-top {
  border-bottom: 1px solid #ddd;
  height: 20rem !important;
  border-radius: 30px;
  object-fit: cover;
  z-index: 99;
  position: relative;
}

.card-date {
  font-size: 1.2rem;
  line-height: 2.0625rem;
  color: var(--news-date);
  margin-bottom: 0 !important;
}

.item-link {
  text-decoration: none;
}

.card-title {
  font-size: 1.9rem;
  line-height: 35px;
  font-weight: bold;
  /*margin: 1.250rem 0; */
  color: var(--section-header-title);
}

.card-link {
  color: var(--news-read-more);
  text-decoration: none;
  font-size: 1.4rem;
  margin-top: 1.75rem;
  display: inline-block;
}

.card-link > i {
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-inline-start: 0.312rem;
  font-size: 1.25rem;
}

.card-link:hover {
  text-decoration: underline;
}

.trusted-by {
  /* margin-top: 3.125rem; */
  position: relative;
  padding: 8rem 0 8rem 0;
}

.trusted-by > h2 > span {
  color: #007bff;
}

swiper-container {
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  z-index: 0;
}

.user-message-rate {
  font-size: 1.4375rem;
  line-height: 2rem;
}

swiper-slide {
  background-position: center;
  background-size: cover;

  background-color: var(--online-digital-services);
  color: var(--section-header-title);
  border-radius: 40px 10px;
  padding: 2.188rem;
  overflow: hidden;
}

swiper-slide .rated-user {
  display: flex;
  align-items: center;
}

swiper-slide .rated-user > img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-inline-end: 0.938rem;
}

swiper-slide .rate-stars {
  margin: 1.25rem 0;
}

swiper-slide.splide__slide-visible.splide__slide-fully-visible.splide__slide {
  width: 32.18rem !important;
}

swiper-slide .rate-stars > span {
  color: gold;
  font-size: 2.5rem;
  margin-inline-end: 5px;
}

swiper-slide .rate-content {
  margin-bottom: 1.25rem;
}

swiper-slide .rate-link {
  right: -59px;
  bottom: 0px;
  padding: 0.188rem 0.312rem 0rem 0rem;
}

.swiper-hero.banner-carousel .owl-stage-outer,
.swiper-hero.banner-carousel .owl-stage-outer .owl-stage,
.swiper-hero.banner-carousel .owl-stage-outer .owl-stage .owl-item,
.item-slide {
  height: 100%;
  display: block;
}

footer {
  background-image: var(--footer-bg-img);
  background-position: center;
  /* height: 530px; */
  width: 100%;
  padding: 3rem 0 0 0;
}

.form-check-input {
  margin-left: 0px !important;
}

.footer-container {
  display: flex;
}

.footer-social-media {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.email-subscripe > h5 {
  color: #fff;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.form-check {
  margin-top: 0.875rem;
}

#flexCheckDefault {
  margin-inline-end: 0.8rem !important;
  display: inline-block;
  padding: 0px;
}

.qr-plays-row .wrap {
  border: 0px;
}

form#newsletter .form-check {
  display: inline-flex;
  align-items: center;
  margin-top: 0px;
  padding: 0px;
}

form#newsletter .form-check label.form-check-label {
  font-size: 1.4rem;
  width: 100%;
}

.email-subscripe [type="text"] {
  border-radius: 40px;
  height: 4.6vh;
}

.social-media-container {
  display: flex;
  display: flex;
  justify-content: end;
}

.footer-divider {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 3.062rem;
}

.disclaimer {
  background-color: #003058;
  /* height: 8.1875rem; */
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.disclaimer p {
  margin: 0px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

.disclaimer p a {
  color: white;
  text-decoration: underline;
}

.send-btn {
  background-color: #54a4e6 !important;
  margin: 2rem 0 1rem 0;
  color: #fff !important;
  padding: 0.9rem 3.5rem;
  border-radius: 50px;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  display: inline-block;
  max-width: 200px;
  margin-top: 10px;
}

.footer-email-input::placeholder {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);
}

.footer-email-label {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
}

.footer-form-input {
  width: 100%;
}

.send-btn-wrapper {
  display: flex;
  justify-content: end;
  width: 100%;
}

#motor-tab-pane
  > div
  > div.owl-stage-outer
  > div
  > div
  > fa
  > div
  > div
  > div.insurance-item-icon-container
  > img {
  width: 90% !important;
}

div
  > div.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  width: 25px !important;
  height: 8px !important;
  border-radius: 50px !important;
}

.footer-link-container {
  display: flex;
  justify-content: end;
  width: 60%;
  padding-bottom: 3.125rem;
}

.social-media-container > a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ffffff66;
  margin-inline-end: 1.25rem;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.swiper-btns {
  position: relative;
  bottom: 100px;
  left: 64px;
  z-index: 1;
}

.social-media-container > a > i {
  color: #fff;
  font-size: 2rem;
}

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

body
  > div:nth-child(5)
  > footer
  > div.container-fluid-customed
  > div
  > div.col-md-4.col-sm-1
  > div.store-container
  > a:nth-child(2)
  > img {
  width: 90% !important;
}

.store-container img {
  width: 14.5rem;
  /* height: 4.375rem; */
}

img.qrcode {
  width: 70px;
  height: 70px;
}

.online_services_link_icon {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.online_services_link_icon a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 100 !important;
  text-decoration: none;
}

.online_services_link a {
  text-decoration: none;
}

.online_services_link a h6 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #fff;
  font-weight: bold;
}

.online_services_link_icon img {
  width: 10px;
  margin-bottom: 1.562rem;
}

.online_services_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.online_services_content > i {
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 25px;
}

.online_services_content > a {
  color: #fff;
  text-decoration: none;
}

.online_services_content > a:nth-child(2) {
  margin: 7px 0;
  display: block;
  font-weight: 100;
  margin-bottom: 0.938rem;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: 10.42vw;
  height: 2.08vh;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
  cursor: pointer;
  /* Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
}

#multi-step-form > div.step.step-1 > h3,
#multi-step-form > div.step.step-1 > div:nth-child(2) > p:nth-child(1),
#multi-step-form > div.step.step-1 > div:nth-child(2) > p:nth-child(2),
#multi-step-form > div.step.step-1 > div:nth-child(2) > h5,
#multi-step-form,
.form-check > label,
p,
figcaption,
body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(12)
  > div.container-fluid-customed
  > div
  > ol,
body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(11)
  > div.container-fluid-customed
  > div:nth-child(1)
  > ul,
h2,
h4 {
  color: var(--section-header-title);
}

.js-view-dom-id-81ddea534d5923c8ea8d9d709ba1a240fe87dd7e16acefa518a5f0968717d4be {
  display: flex;
}

#search-form {
  display: none !important;
}

#edit-keys {
  outline: none;
  color: #000;
}

.form-search {
  width: 100%;
  height: 3rem;
  border-radius: 0.938rem;
  background-color: #eeeeee69;
  border: 0;
  padding: 0 2.25rem 0 1.25rem;
  border: 1px solid #fff;
  color: #fff;
  margin-inline-start: 10px;
}

.form-search::placeholder {
  color: #fff;
}

.form-submit {
  margin: 1.375rem auto;
  display: block;
  color: #fff;
  background-color: #0f6efd;
  width: 150px;
  height: 2.08vh;
  border: 0;
  border-radius: 10px;
}

body > div.dialog-off-canvas-main-canvas > div:nth-child(12) > h3 {
  margin-top: 5%;
  color: var(--section-header-title);
  margin-bottom: 1.875rem;
  margin-inline-start: 1.875rem;
}

body > div.dialog-off-canvas-main-canvas > div:nth-child(12) > h2 {
  display: none;
}

.links {
  display: none;
}

.active-section {
  display: block;
}

strong {
  font-family: "Segoe UI Bold Italic", sans-serif;
}

.custom-font {
  font-family: "Zeniq", sans-serif;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 10%;
  background-color: #003366;
}

.logo h1 {
  color: white;
  font-size: 1.8rem;
}

.header-btns .login-btn {
  color: #003366;
  background-color: white;
  padding: 0.625rem 1.562rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.header-btns .login-btn:hover {
  background-color: #002244;
}

.about-us-section .tabs > a {
  padding: 0.75rem 1rem;
}

.about-us-section h2 {
  font-size: 2.8rem;
  margin-bottom: 1.562rem;
  color: #003366;
  font-weight: bold;
}

#complaintsOverlay {
  text-align: start;
  font-size: 23px;
  line-height: 37px;
  color: var(--service-collection-subtitle);
}

.tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  background-color: #1f8de9;
  padding: 0.5rem 0.5rem;
  border-radius: 30px;
  box-shadow: 0px 3px 46px rgba(128, 128, 128, 0.5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

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

.tabs a,
.tabs button {
  text-decoration: none;
  color: white;
  background-color: transparent;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
}

.third-party-tabs a,
.faq_taps a,
.faq_taps button {
  width: 30%;
}

.tabs a.active,
.tabs button.active {
  background-color: rgba(255, 255, 255);
  color: #1f8ee9;
  font-weight: bold;
}

.quotation-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.about-us-footer-quotation {
  flex: 2;
  background-color: #0b68b5;
  padding: 3rem;
  border-radius: 5px;
}

.quotation-wrapper-title {
  font-size: 2.1875rem;
  line-height: 2.0625rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 2rem;
}

.quotation-wrapper-text {
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  color: #ffffff;
}

.quotation-wrapper-text:first-of-type {
  margin-bottom: 3rem;
}

.dev-pic-container {
  flex: 1;
}

.dev-pic-container img {
  width: 100%;
  height: 100%;
}

/* .tabs a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
} */

.content-section {
  text-align: start;
}

.intro-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 2rem;
}

.image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.text-container {
  flex: 2;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-container h3 {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: var(--dark-black-color);
  opacity: 1;
  margin-top: 1rem;
}

.text-container p {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-bottom: 1.25rem;
  color: #0c5b9d;
}

.text-container ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
  color: #0c5b9d;
}

.text-container ul li {
  position: relative;
  /* padding-left: 1.25rem; */
}

.text-container ul li:not(:last-child) {
  margin-bottom: 2.938rem;
}

/* .text-container ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  letter-spacing: 0px;
  color: var(--service-collection-subtitle);
} */

.shareholders-section {
  text-align: center;
  margin-bottom: 3.125rem;
}

.shareholders-section h3 {
  font-size: 2.2rem;
  color: #003366;
  margin-bottom: 1.562rem;
}

.shareholding-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: stretch;
}

.shareholding-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shareholding-box:first-child {
  width: 168%;
  background-color: #0a8dc7;
  color: white;
  padding: 1.562rem;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
  text-align: start;
}

.shareholding-box h3 {
  font-size: 1.8rem;
  margin-bottom: 0.938rem;
  color: #ffffff;
}

.shareholding-box p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 0.938rem;
}

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

.about-us-footer {
  overflow: hidden;
  flex: 2;
  background-color: #1f8de9;
  color: white;
  padding: 3.5rem 11.75rem;
  border-radius: 5px 5px 5px 55px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  /* margin-top: 2.5rem; */
  position: relative;
  text-align: start;
}

.about-us-footer blockquote {
  font-size: 1.2rem;

  line-height: 1.6rem;
  position: relative;
  z-index: 1;
  margin: 0;
}

.about-us-footer::before {
  top: -8.625rem;
  left: -0.375rem;
}

/* .about-us-footer::after {
  content: "”";
  bottom: -17.25rem;
  right: 0rem;
} */

.chairman-message-container {
  display: flex;
  gap: 1rem;
  text-align: start;
  position: relative;
  justify-content: center;
  margin-bottom: 20px;
}

.image-wrapper {
  display: inline-block;
  margin-top: 2.125rem;
  margin-inline-end: 1.25rem;
}

.chairman-image {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: -30px -30px 1px #3c80d9;
}

.small-placeholder {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 2.6vw;
  height: 4.6vh;
  background-color: white;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  background-image: url("https://placehold.co/50x50");
  background-size: cover;
  background-position: center;
}

.chairman-message-content {
  color: #335588;
  line-height: 1.6;
  margin-inline-start: 1.25rem;
  flex: 2;
}

.chairman-message-content h3,
.about-us-title-section {
  color: var(--dark-black-color);
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  /* text-transform: uppercase; */
  font-weight: bold;
}

.card-content-working-with-alkoot {
  padding: 0 !important;
}

.working-with-alkoot-intro-text {
  text-align: start;
  font-size: 2.1875rem;
  line-height: 2.4375rem;
  letter-spacing: 0px;
  color: #001f2b;
}

.chairman-message-content p,
.about-us-description {
  margin-bottom: 8px;
  color: var(--service-collection-subtitle);
  font-size: 1.4375rem;
  line-height: 2.3125rem;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  flex: 1;
}

.background-svg {
  position: absolute;
  top: -7%;
  left: -35px;
  width: 100%;
  height: auto;
  z-index: -1;
}

.star-svg {
  position: absolute;
  top: 15rem;
  right: -25%;
  z-index: 99;
}

.chairman-image {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: unset;
  box-shadow: -30px -30px 1px #3c80d9;
}

.directors-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1.875rem;
  flex-wrap: wrap;
  text-align: start;
  gap: 2%;
}

.content-section h3 {
  font-size: 1.75rem;
  color: #000;
}

.content-section p {
  color: var(--governance-paragraph-color);
}

.about-us-footer p {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 2.375rem;
  font-weight: bold;
  color: #ffffff;
}

.modal-image-wrapper {
  text-align: center;
  /* margin: 1.25rem; */
  position: relative;
  /* width: 25%; */
  text-align: start;
  transition: all 0.3s ease-in-out;
}

.director-card .overlay-text,
.executive-member .overlay-text {
  display: none;
  box-shadow: 0px 13px 36px #00000029;
  border-radius: 26px 26px 0px 26px;
  background: #fff 0% 0% no-repeat padding-box;
  /* padding: 1rem; */
  position: absolute;
  bottom: 14%;
  left: 0;
  z-index: 999;
  width: 25rem;
  height: 28rem;
  overflow-y: scroll;
  transition: all 0.3s ease;
}

.director-card:hover .overlay-text {
  display: block;
}

.executive-member:hover .overlay-text {
  display: block;
}

.director-card .overlay-text p {
  font-size: 1.4375rem;
  line-height: 2.0625rem;
  letter-spacing: 0px;
  color: var(--dark-black-color);
  padding: 1rem;
}

.value-card-img-wrapper-1 {
  width: 100%;
  position: absolute;
  bottom: 4.1rem;
}

.value-card-img-wrapper-modal {
  width: 100%;
  position: absolute;
  bottom: 4.1rem;
}

.director-card img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

button.notyf__dismiss-btn {
  position: absolute;

  padding: 12px;
  border-radius: 50%;
}

.notyf__dismiss {
  width: 15px;
  height: 15px;
  top: 35px;
  left: 0px;
  opacity: 1;
}

.notyf__message {
  padding-inline-start: 30px;
}

.director-card h4,
.modal-image-wrapper h4,
.modal-image-wrapper-executive h4 {
  margin: 0.625rem 0 0.312rem 0;
  font-size: 1.75rem;
  line-height: 1.6875rem;
  font-weight: bold;
  color: var(--dark-black-color);
}

.director-card p,
.modal-image-wrapper p,
.modal-image-wrapper-executive p {
  margin: 0;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);
}

.history-section {
  text-align: center;
  margin-top: 1.875rem;
}

.history-image-container {
  margin-bottom: 1.875rem;
}

.history-image-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.form-button-secondary {
  grid-column: 1 / 3;
}

.history-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 1.875rem;
}

.history-content .text-container {
  flex: 2;
}

.history-content .image-container {
  flex: 1;
}

.history-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.history-content h3 {
  color: var(--dark-black-color);
  margin-bottom: 1.25rem;
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  font-weight: bold;
}

.history-content p {
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  color: var(--service-collection-subtitle);
}

.governance-section {
  text-align: start;
  /* margin-top: 1.875rem; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.5rem;
}

.governance-section .governance-heading {
  font-size: 2.1875rem;
  line-height: 2rem;
  /* margin-bottom: 33px; */
  color: var(--dark-black-color);
  font-weight: bold;
}

.governance-section p strong {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  margin-bottom: 1.25rem;
  color: var(--service-collection-subtitle);
}

.governance-documents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.download-links {
  width: 100%;
}

.governance-documents .document {
  display: flex;

  align-items: stretch;
  gap: 0.5rem;
  /* margin-top: 3.75rem; */
  border-radius: 12px;
  height: 5rem;
}

.governance-documents .document .download-icon {
  /* width: 20px !important; */
  margin-bottom: 0 !important;
}

.governance-documents .document p {
  font-size: 1.4375rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: var(--dark-black-color);
  margin-bottom: 0rem;
}

.governance-documents .document a {
  text-decoration: none;
  color: var(--download-file-color);
  font-size: 1.4375rem;
  line-height: 2.0625rem;
  margin-top: 0rem;
}

.container.investor-relations-page .document a {
  color: var(--download-file-color);
}

.committees-section {
  /* margin-top: 3.75rem; */
  text-align: start;
  background-color: #f7f7f7;
  padding: 4rem 0;
}

.committees-section h3 {
  color: var(--committees--black-color);
  margin-bottom: 3.25rem;
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  font-weight: bold;
}

.committees-section .committee-cards {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}

#block-new-alkoot-theme-mainpagecontent
  > div:nth-child(1)
  > div
  > main
  > div.content-wrapper-1
  > div
  > div.image-placeholder {
  flex: 1;
}

#block-new-alkoot-theme-mainpagecontent
  > div:nth-child(1)
  > div
  > main
  > div.content-wrapper-1
  > div
  > div.card-content {
  flex: 2;
}

.committee-card {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #1f8de9, #1169cd);
  border-radius: 188px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: start;
  flex: 1;
  border: 5px solid #fff;
  height: 10rem;
}

.committee-card img {
  width: 8rem;
  margin: 0 2rem;
  position: relative;
  top: -2rem;
}

.committee-card h4 {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-weight: bold;
  color: #fff;
}

.governance-paragraph {
  color: #0c5b9d;
  font-weight: 600;
}

.executive-team-title {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  color: var(--dark-black-color);
  margin-bottom: 3.5rem;
  /* text-transform: uppercase; */
  font-weight: bold;
}

.executive-team,
.directors-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  gap: 1.3%;
}

.executive-member {
  transition: all 0.3s ease;
  position: relative;
  /* background-color: white; */
  background-color: var(--card-body-bg-color);
  border-radius: 30px;
  width: 24%;
  margin-bottom: 1.25rem;
  text-align: start;
}

.executive-member img {
  border-radius: 30px;
  width: 100%;
  background-color: #d1d1d1;
}

.card-title-news.other-news {
  text-transform: capitalize;
  font-weight: bold;
}

.card-title-news.other-news + .card-container.card-news {
  margin: 0px !important;
}

.executive-member h4 {
  margin: 0 0.312rem 0;
  /* color: var(--committees--black-color); */
  color: var(--dark-black-color);
  padding: 2rem 1rem 0rem 1rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.executive-member p {
  /* color: #144598; */
  color: var(--service-collection-subtitle);
  padding: 0 1.25rem 1.25rem 1.25rem;
  font-size: 1.4375rem;
  line-height: 2.0625rem;
}

.about-us-header {
  text-align: center;
  padding: 1.875rem 0;
}

.main-container {
  text-align: center;
  /* padding: 50px 10%; */
}

.about-us-header h2 {
  font-size: 2.5rem;
}

.mission-section {
  text-align: center;
  color: white;
  padding-bottom: 4.6rem;
}

.news-section {
  padding-top: 13rem;
}

.mission-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mission-text {
  position: absolute;
  z-index: 1;
  width: 52%;
}

.mission-text-1 {
  text-align: start;
  left: 0;
  left: 2.25rem;
  top: 5.3rem;
}

.mission-text-2 {
  right: 0;
  text-align: start;
  right: 2.25rem;
  top: 5.3rem;
}

.mission-background {
  /* background-image: url("../assets/images/Group 837.png"); */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 27.62vh;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.left-img,
.right-img {
  width: 50%;
  position: relative;
}

.mission-section h2 {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
}

.mission-section img {
  width: 100%;
  height: 23rem;
}

div.left-img > img {
  width: 107%;
}

.mission-section p {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--mission-section-description);
}

.vision-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  /* background-color: #f0f4f8; */
}

.vision-content {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.vision-content .icon {
  left: -53px;
}

.vision-content .icon-image-eye {
  position: absolute;
  position: absolute;
  left: 20px;
  width: 120px;
  height: 120px;
  top: 55%;
  transform: translate(0, -50%);
}

.worldwide-video {
  height: 50rem;
}

.vision-content .text h3 {
  font-size: 1.8rem;
  margin-bottom: 0.625rem;
}

.vision-content .text {
  margin-left: 0.625rem;
  text-align: start;
}

.vision-content .text p {
  font-size: 1.1rem;
  color: #0c5b9d;
}

.values-section {
  text-align: center;
  padding-top: 4.5rem;
  background-color: rgba(203, 203, 203, 0.35);
  padding-bottom: 4.5rem;
}

.values-section h3 {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  margin-bottom: 7rem;
}

.values-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.value-card-img-wrapper {
  width: 100%;
  position: absolute;
}

.value-card-img-wrapper > img {
  width: 100%;
  object-fit: cover;
}

.serv-card-1 {
  width: 25% !important;
  align-items: end !important;
}

.decorative-icon {
  position: absolute;
}

.serv-card-2 {
  width: 25% !important;
  align-items: end !important;
}

.card img {
  height: 15rem;
}

.serv-container {
  display: flex;
  justify-content: space-around;
  align-items: end !important;
  gap: 1rem;
  /* height: 20rem; */
  flex-wrap: nowrap;
}

.value-card {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 24%;
  position: relative;
  text-align: center;
  min-height: 18rem;
}

.value-card .decorative-icon {
  /* width: 8.75rem;
  height: 8.125rem; */
}

.value-card .decorative-icon img {
  width: 100%;
  height: 100%;
}

.buttons-arrangement {
  display: none;
}

.value-card .decorative-icon {
  position: absolute;
  top: -15%;
  scale: 0.9;
}

.value-card .decorative-icon-1 {
  position: absolute;
  width: 8rem;
  top: 0px;
  height: 8rem;
}

.value-card .decorative-icon-1 img {
  width: 100%;
  height: 100%;
}

footer
  > div.container-fluid-customed
  > div
  > div.col-md-4.col-sm-1
  > div.store-container
  > a {
  width: 100%;
}

.value-card h4 {
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
}

.chat-bot {
  display: flex;
  position: relative;
  left: 105%;
  top: 20%;
  width: 70px;
  height: 70px;
  background: linear-gradient(to right, #2dc2f9, #218de9);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.content {
  text-align: center;
  /* padding: 1.25rem; */
}

.content h2 {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #001f2b !important;
}

.intro-text {
  font-size: 1.44rem;
  margin-bottom: 1.875rem;
  color: #0c5b9d;
  text-align: start;
}

.info-box-container {
  text-align-last: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.info-box {
  /* background-color: #e9f0f7; */
  padding: 1.25rem;
  width: 49%;
  border-radius: 10px;
  text-align: start;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
  display: flex;
}

.info-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 0.625rem;
  margin-right: 1.25rem;
}

.info-box h3 {
  font-size: 1.44rem;
  color: var(--dark-black-color);
  margin-bottom: 1.062rem;
}

.info-box p {
  font-size: 1.44rem;
  color: #0c5b9d;
}

.icon-title {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
}

.line {
  margin: 30px 0;
  /* height: 2px;
     */
  width: 100px;
}

.search-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1.875rem;
  margin: 0 1.25rem;
  /* background-color: antiquewhite; */
}

.search-bar {
  position: relative;
  border-radius: 46px;
  background-color: #fff;
  color: #1f8ee9;
  border: none;
  flex: 4;
}

.search-bar::placeholder {
  color: var(--service-collection-subtitle);
}

form.customer-care.form input::placeholder {
  color: var(--service-collection-subtitle) !important;
}

.filter-dropdown {
  padding: 0.938rem;
  border-radius: 46px;
  background-color: #ffffff;
  color: var(--service-collection-subtitle);
  border: none;
  width: 25%;
}

.content {
  /* padding: 1.25rem; */
  /* max-width: 1200px; */
  margin: auto;
}

.job-section {
  /* margin-bottom: 2.5rem; */
  text-align: start;
  /* padding: 0 1.875rem; */
}

.job-section h3 {
  font-size: 1.5rem;
  color: #004a9f;
  margin: 1.25rem 0;
  text-transform: uppercase;
  font-family: "Segoe UI Bold";
}

.financial-statement-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.job-card {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  background-color: white;
  padding: 2rem;
  margin-bottom: 2.188rem;
  border-radius: 55px;
  box-shadow: 0px 3px 10px #bdbdbd3d;
  max-height: fit-content;
}

.tabs_careers a {
  padding: 0.75rem 4rem !important;
}

.job-details {
  /* max-width: 70%; */
  /* text-align-last: left; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.job-details h4 {
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: bold;
  margin-bottom: 1.625rem;
  color: var(--committees--black-color);
}

.job-details p {
  margin-bottom: 0.625rem;
  color: var(--committees--black-color);
  font-size: 1.4375rem;
  line-height: 2.3125rem;
}

.job-details p:not(p.job-skills) {
  margin-bottom: 0.625rem;
  color: var(--service-collection-subtitle);
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: #064071;
}

.job-skills {
  color: var(--dark-black-color) !important;
  font-size: 1.4375rem !important;
  line-height: 2.0625rem;
  font-style: italic;
  width: 80%;
}

.job-apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-date {
  font-size: 1.4375rem !important;
  line-height: 2.0625rem;
  color: #8d8d8d !important;
  margin-bottom: 0.625rem;
}

.right-up {
  width: 8px;
  margin-inline-start: 2.5rem;
}

.apply-btn:hover {
  background-color: #005bb5;
}

@font-face {
  font-family: "Segoe UI";
  src: url(../assets/fonts/Segoe-UI.ttf) format("truetype");
}

@font-face {
  font-family: "Segoe UI Bold";
  src: url(../assets/fonts/Segoe-UI-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Segoe UI Italic";
  src: url(../assets/fonts/Segoe-UI-Italic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "Segoe UI Bold Italic";
  src: url(../assets/fonts/Segoe-UI-Bold-Italic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Zeniq";
  src: url(../assets/fonts/Momcake-Thin.otf) format("truetype");
}

@font-face {
  font-family: "Momcake, Thin";
  src: url(../assets/fonts/Momcake-Thin.otf) format("truetype");
}

@font-face {
  font-family: "Momcake, Bold";
  src: url(../assets/fonts/Momcake-Bold.otf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: var(--home-bg-img);
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

header {
  background-color: #003366;
  padding: 0.938rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-btns .login-btn {
  background-color: white;
  color: #003366;
  padding: 0.625rem 0.938rem;
  border-radius: 5px;
  text-decoration: none;
}

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

.content {
  text-align: center;
}

.file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.4rem;
  border-radius: 50px;
  background-color: var(--card-body-bg-color);
  justify-content: space-between;
  margin: 1.875rem 0;
}

.SelectedValue select {
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

.SelectedValue select#select-apply-to-alkoot {
  text-align: start;
  display: flex;
  align-items: flex-start;
  font-size: 19px !important;
  flex-wrap: wrap;
}

.SelectedValue {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.SelectedValue #selected-job-desc-content {
  text-align: justify;
  font-size: 16px;
}

.SelectedValue select#select-apply-to-alkoot option {
  font-size: 28px !important;
}

.SelectedValue select#select-apply-to-alkoot,
.SelectedValue select#select-apply-to-alkoot option {
  white-space: normal;
  line-height: 30px;
}

.custom-file-btn {
  background-color: #54a4e6;
  color: white;
  border: none;
  padding: 0.6rem 0.938rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  width: 13rem;
  transition: background-color 0.3s ease;
}

.file-name {
  padding-left: 2rem;
}

.human-resources-section {
  padding-top: 8rem;
  text-align: center;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > .main-container-news
  > p:nth-child(1) {
  font-size: 1.4375rem !important;
  line-height: 1.6875rem;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 0px;
  color: #064071;
}

.form-section {
  background-image: url("../assets/images/bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto 4rem auto;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}

.form-section h2 {
  font-size: 1.5rem;
  color: var(--dark-black-color);
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  text-align: start;
}

.input-group-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 11rem;
  row-gap: 1.875rem;
  margin-bottom: 20px;
}

.job-description-header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  height: 2rem;
  margin: 0rem 1rem;
}

.job-description-header i {
  font-size: 1.5rem;
}

.job-description-header p {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-style: italic;
  color: var(--dark-black-color);
}

.vacancy-container {
  text-align: start;
}

#jobDescription p {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-style: italic;
  color: var(--service-collection-subtitle);
  margin: 0rem;
}

.input-group {
  display: flex;
  align-items: center;
  background-color: var(--card-body-bg-color);
  padding-inline-start: 2rem;
  border-radius: 37px;
  flex-wrap: nowrap;
}

.input-group i {
  font-size: 2rem;
  width: 20px;
  margin-inline-end: 0.625rem !important;
}

.input-group > input::placeholder {
  color: var(--service-collection-subtitle);
}

form > div > input::placeholder {
  color: var(--service-collection-subtitle) !important;
}

.apply-to-alkoot-page .form-title,
.apply-to-alkoot-page .job-description-header p {
  color: var(--committees--black-color);
}

.input-group-select {
  display: flex;
  align-items: center;
  background-color: var(--card-body-bg-color);
  padding-inline-start: 2rem;
  border-radius: 37px;
  flex-wrap: nowrap;
}

.form-select:focus .input-group-select {
  border: 1px solid;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.input-group img {
  margin-inline-end: 0.625rem;
  color: var(--dark-black-color);
  font-size: 1.12rem;
  width: 20px;
}

.input-group-select img {
  margin-inline-end: 0.625rem;
  color: #001f2b;
  font-size: 1.12rem;
  width: 20px;
}

form input,
form select,
form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1.4375rem !important;
  line-height: 1.6875rem;
  width: 100%;
  padding: 0.938rem;
}

.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 1;
}

.download-link {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: var(--download-file-color);
  text-decoration: none;
}

.link-wrapper {
  display: flex;
  align-items: normal;
  gap: 0.2rem;
}

.map-container-wrapper {
  height: 44.3125rem;

  margin: 0 auto;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 10px solid #fff;
}

.info-icon {
  width: 3rem;
}

.info-icon img {
  width: 100%;
}

.contact-info-wrapper-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.875rem;
}

.contact-information-title {
  text-align: start;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  color: var(--dark-black-color);
}

.contact-information-description {
  margin: 0 0 1.25rem 0;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);
  text-align: start;
}

.info-title-header {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: var(--dark-black-color);
}

.contact-information-line {
  width: 6rem;
  margin: 0 0 1.5rem 0;
}

.info-sub-des {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);
  margin-bottom: 0;
}

form textarea {
  resize: none;
  grid-column: 1 / 3 !important;
  /* Force the textarea to span across both columns */
  width: 100% !important;
  /* Ensure the width spans across the row */
  height: 10.625rem;
  padding: 0.938rem 0.938rem 0.938rem 2rem;
  border: none;
  border-radius: 37px;
  font-size: 1rem;
  background-color: var(--card-body-bg-color);
  box-sizing: border-box;
  margin-bottom: 1.875rem;
}

.forms-search {
  grid-template-columns: 1fr;
}

select,
input::placeholder,
div.file-upload > span,
textarea::placeholder,
option {
  color: var(--service-collection-subtitle);
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--service-collection-subtitle);
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  outline: none;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > div
  > main
  > section
  > form
  > div.vacancy-container
  > div.file-upload
  > span
  div.vacancy-container
  > div.file-upload
  > button {
  width: 21rem;
  background-color: #54a4e6;
  color: #fff;
}

.submit-btn-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}

.submit-btn-wrapper .form-button,
.buy-now-btn,
.apply-btn {
  grid-column: 1 / 3;
  justify-self: end;
  padding: 1.2rem 3rem !important;
  background: #0b68b5;
  color: white;
  border: none;
  border-radius: 46px;
  font-size: 1.4375rem;
  line-height: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  width: auto;
  text-decoration: none;
  text-transform: capitalize;
}

form button:hover,
.submit-btn-wrapper .form-button:hover,
.buy-now-btn:hover,
.apply-btn:hover {
  background-color: #0072d9;
}

.main-container h2 {
  color: var(--dark-black-color) !important;
  font-size: 2.063rem;
  line-height: 2.938rem;
  font-weight: bold;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.icons-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align-last: left;
}

.icon img {
  width: 4.17vw;
  height: auto;
  margin-bottom: 0.938rem;
}

.icon p {
  color: #003e70;
  font-size: 0.88rem;
  line-height: 1.4;
}

.hero-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.swiper-hero.banner-carousel .owl-stage-outer .owl-stage .owl-item .parent-div {
  position: absolute;
  top: 11%;
  left: 0px;
  right: 0px;
}

.slider-content-container.container {
  display: flex;
  justify-content: space-between;
}

.card-title-news {
  text-align: start;
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #001f2b;
  padding: 4rem 0;
}

.card-container-news {
  background-color: rgba(203, 203, 203, 27%);
  padding-bottom: 4rem;
}

.heading-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: start;
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #001f2b !important;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > main
  > section
  > section.content
  > p:nth-child(4) {
  text-align: start;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #064071;
}

.hero-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px;
  z-index: -1;
  position: relative;
}

.content {
  text-align-last: left;
  /* line-height: 3; */
  color: #0c5b9d;
}

.icons {
  display: flex;
}

.icons-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  left: -65px;
  z-index: -1;
}

.icons-wrapper .icon {
  background: linear-gradient(to bottom, #0a5b9d, #052e4f);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;

  padding: 1.25rem;
  text-align: center;
  flex: 1;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icons-wrapper .icon img {
  width: 60px;
}

.icons-wrapper .icon p {
  color: white;
  text-align-last: left;
}

.flag-icon {
  width: 35%;
  /* position: relative; */
  /* padding: 5px 0; */
  display: flex;
}

.flag-icon img {
  /* position: absolute;   */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.csr-section h2 {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  color: var(--dark-black-color);
  margin-bottom: 0.625rem;
  text-align: start !important;
  /* text-transform: uppercase; */
}

.csr-section p {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);

  margin-bottom: 0.938rem;
  text-align: start;
}

.steps {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 1rem 0 3.125rem 0;
  position: relative;
  /* width: 95%; */
  margin: auto;
  gap: 0 2rem;
}

.step {
  background-color: var(--bg-step-card);
  padding: 1.25rem;
  border-radius: 55px 55px 55px 0;
  box-shadow: 0px -2px 2px rgba(193, 193, 193, 0.1),
    -2px 0px 2px rgba(193, 193, 193, 0.1), 8px 8px 0px rgba(162, 162, 162, 0.1),
    8px 8px 0px rgba(162, 162, 162, 0.1);
  width: 25%;
  min-height: 19rem;
  /* width: 23.625rem;
 */
  text-align: start;
  position: relative;
}

.Quotation1,
.Quotation2 {
  position: absolute;

  object-fit: cover;
}

.Quotation1 {
  z-index: -1;
  top: 0;
  left: 0;
}

.Quotation2 {
  z-index: -1;
  bottom: 0;
  right: 0;
}

.step-number {
  font-size: 4.375rem;
  line-height: 6.0625rem;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 0.625rem;
}

.step p {
  font-size: 1.4375rem;
  line-height: 2rem;
  color: var(--dark-black-color);
}

/* .corporateDescription.csr-section p {
  color: var(--corporate-subtitle) !important;
} */

[data-theme="dark"] .csr-section.corporateDescription > p:first-of-type {
  color: #ffffff !important;
}

.corporateDescription.csr-section h4 {
  color: var(--corporate-title) !important;
}

.first:not(:last-child)::after,
.third:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -55px;
  top: 79.5%;
  transform: translateY(-50%) rotate(20deg);
  width: 70px;
  height: 1px;
  background-color: #0a5b9d;
  z-index: -1;
}

.first:not(:last-child)::before,
.third:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 80%;
  transform: translateY(-50%) rotate(20deg);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #0a5b9d;
  z-index: 1;
}

.second:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -58px;
  top: 27%;
  transform: translateY(-50%) rotate(-20deg);
  width: 70px;
  height: 1px;
  background-color: #0a5b9d;
  z-index: -1;
}

.second:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 28%;
  transform: translateY(-50%) rotate(-20deg);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #0a5b9d;
  z-index: 1;
}

.first {
  margin-top: 0;
}

.second {
  margin-top: 2.5rem;
}

.third {
  margin-top: -7.5rem;
}

.fourth {
  margin-bottom: -6.25rem;
}

.note {
  text-align: start;
  margin-top: 1.875rem;
  padding: 0.938rem;
  font-size: 0.88rem;
  color: #333;
  display: flex;
  align-items: start;
}

.note p {
  margin-bottom: 0px;
}

.note img,
.warning img {
  margin-inline-end: 0.625rem;
}

.warning {
  text-align: start;

  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  padding: 0.938rem;
  font-size: 0.88rem;
}

.warning p {
  color: #b10f13;
  margin-bottom: 0px;
}

.final-note {
  margin-top: 1.25rem;
  text-align: start;
  font-size: 0.88rem;
  color: #333;
  font-style: italic;
}

.final-note a {
  color: #0078d4;
  text-decoration: none;
}

.working-with-alkoot-page .image-placeholder img {
  width: 330px;
}

/* Media Queries for Tablet (max-width: 768px) */
@media (max-width: 768px) {
  nav.tabs {
    overflow-x: auto;
    margin: 0px;
  }

  .survey-title-section {
    width: auto !important;
    flex-direction: column;
    margin: 0px 30px;
  }

  .options,
  .question h3 {
    font-size: 2rem !important;
  }

  .expiry {
    font-size: 1.8rem !important;
  }

  .expiry img {
    width: auto;
  }

  .survey-title-section * {
    width: 100% !important;
  }

  /* Header adjustments */
  .main-header {
    flex-direction: column;
    padding: 0.938rem;
  }

  nav ul {
    flex-direction: column;
    gap: 10px;
  }

  .header-btns .login-btn {
    width: 100%;
    text-align: center;
  }

  /* Tabs adjustments */
  .tabs {
    flex-direction: column;
    gap: 10px;
  }

  .tabs .download-tab {
    width: 100%;
  }

  /* Form layout for smaller screens */
  form {
    grid-template-columns: 1fr;
  }

  .form-section {
    padding: 1.25rem;
  }

  /* General content adjustments */
  .content {
    padding: 1.25rem;
  }

  .job-card {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Text adjustments */
  h1,
  h2,
  h3 {
    font-size: 1.8rem;
  }

  p,
  a {
    font-size: 1.1rem;
  }

  /* Image adjustments */
  img {
    /* width: 100%; */
    height: auto;
  }

  .swiper-hero {
    height: 45vh;
    margin-top: 70px;
  }
}

/* Media Queries for Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .main-container {
    text-align: center;
    padding: 0.938rem;
  }

  .intro-text {
    margin-top: 1.25rem;
  }

  .search-filters > * {
    width: 100%;
  }

  .search-filters {
    margin-top: 1.25rem;
    flex-direction: column;
  }

  form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .main-container h2 {
    text-align: center;
  }

  form button {
    width: 40%;
    padding: 0.625rem !important;
  }

  .form-section {
    background: linear-gradient(to bottom, #f9fafb, #dce7f0);
  }

  .input-group,
  .custom-file-btn,
  .file-upload,
  textarea {
    grid-column: span 1 !important;
    width: 100% !important;
  }

  .img-section {
    display: inline-flex;
  }

  .img-section img {
    width: auto;
  }

  .custom-file-btn {
    margin-inline-start: 0px !important;
  }

  .form-button {
    min-height: 50px;
    align-items: center;
    font-size: 19px !important;
  }

  .job-section {
    padding: 0;
  }

  .job-apply {
    gap: 10px;
  }

  .job-details {
    width: 100%;
    max-width: 100%;
    text-align-last: left;
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
  }

  .job-card {
    padding: 1.25rem;
    margin-bottom: 2.188rem;
    border-radius: 55px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 100%;
  }

  .info-box,
  .info-box-container {
    margin-top: 1.25rem;

    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    padding: 0;
    gap: 0px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .tabs {
    margin: 0 3%;
    padding: 10px;
    text-align: center;
  }

  .body > div > h3 {
    margin: 1.25rem 0;
  }

  /* Form layout for mobile screens */
  form {
    grid-template-columns: 1fr;
  }

  .form-section {
    padding: 0.938rem;
  }

  /* Content adjustments */
  .content {
    padding: 10px;
  }

  .job-card {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Text adjustments */
  h1,
  h2,
  h3 {
    font-size: 1.7rem !important;
  }

  p,
  a {
    font-size: 1.6rem !important;
  }

  .social-media-qr-play-section {
    flex-direction: column !important;
  }

  /* Adjust image sizes */
  img {
    width: 100%;
    height: auto;
  }

  /* Hide decorative images if necessary */
  /* .hero-img {
    margin-top: 0.625rem;
  } */

  .icons-wrapper {
    left: 0;
  }

  .steps {
    flex-direction: column;
    width: 100%;
  }

  .steps > * {
    margin-bottom: 0.625rem !important;
  }

  .third {
    margin-bottom: 0.625rem !important;
    margin-top: 0;
  }

  .second {
    margin-top: 0px !important;
  }

  .step {
    /* flex-direction: column; */
    width: 100%;
  }

  .content h2 {
    text-align: center !important;
  }

  /* Adjust tabs to be more compact */

  /* Ensure buttons are easily clickable */
  .submit-btn,
  .apply-btn {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
  }

  .icons-wrapper {
    flex-direction: column;
  }

  .flag-icon {
    display: none;
  }

  .note {
    align-items: center;
  }

  .note img,
  .warning img {
    width: 30px;
  }

  .csr-section p {
    text-align: center;
  }
}

.qatarization-content p {
  color: #0c5b9e;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 2.5rem;
}

.search-input-container {
  position: relative;
  flex: 2;
}

.download-tab {
  width: 30%;
}

.download-td {
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 30px;
  background-color: #ffffff;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);
}

.search-input::placeholder {
  color: var(--service-collection-subtitle) !important;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  /* Positioned on the right for the search icon */
  transform: translateY(-50%);
  color: #0078d4;
  font-size: 1.12rem;
}

.dropdown-container {
  position: relative;
  flex: 1;
}

.dropdown-select {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 2.5rem;
  border: none;
  border-radius: 30px;
  background-color: #dcebf7;
  font-size: 0.88rem;
  color: #333;
  appearance: none;
}

.dropdown-icon {
  position: absolute;
  left: 15px;
  /* Positioned on the left for dropdown icon */
  top: 50%;
  transform: translateY(-50%);
  color: #0078d4;
  font-size: 1.12rem;
}

.dropdown-arrow {
  position: absolute;
  right: 15px;
  /* Positioned on the right for arrow icon */
  top: 50%;
  transform: translateY(-50%);
  color: #0078d4;
  font-size: 1.12rem;
}

.download-btn {
  padding: 0.75rem 1.875rem;
  background-color: #0078d4;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.download-btn i {
  font-size: 1.12rem;
}

/* input:focus,
input:hover,
input:active,
input:visited {
  background-color: red !important;
} */

.content-section {
  display: flex;
  gap: 2rem;
  /* padding: 4rem 0; */
  text-align: start;
  align-items: start;
}

body > main > section > div.text-container > h2 {
  /* margin-bottom: 23px; */
  font-family: "Zeniq, Nano";
  margin-bottom: 1.25rem;
}

div.text-container > p {
  color: var(--service-collection-subtitle);
  line-height: 1.8rem;
  margin-bottom: 1.25rem;
  font-size: 1.4375rem;
  line-height: 2.3125rem;
}

div.text-container ul li {
  font-size: 1.4375rem;
  line-height: 2.3125rem;

  color: var(--service-collection-subtitle);
}

/* #block-new-alkoot-theme-mainpagecontent>div>div>main>section>section>div.image-container {
  height: 30rem;
} */

.image-container img {
  height: auto;
}

.faq-section.faq-sct {
  padding-bottom: 30px;
}

.search-icon {
  left: 90% !important;
  color: #8d8d8d;
}

.search-icon2 {
  left: 96% !important;
  color: #8d8d8d;
}

strong {
  font-weight: bolder;
}

.divider {
  width: 20%;
  height: 6px;
  border-radius: 2px;
  background-color: #1f8ee9;
  margin: 2.5rem auto;
}

/* Media Queries for Tablet (max-width: 768px) */
@media (max-width: 768px) {
  .file-upload {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }

  /* Header adjustments */
  .main-header {
    flex-direction: column;
    padding: 10px;
  }

  nav ul {
    flex-direction: column;
    gap: 10px;
  }

  .header-btns .login-btn {
    width: 100%;
    text-align: center;
  }

  /* Tabs adjustments */
  .tabs {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.25rem;
  }
}

/* Media Queries for Mobile (max-width: 480px) */
@media (max-width: 480px) {
  /* Header adjustments */
  .main-header {
    padding: 5px;
  }

  nav ul {
    flex-direction: column;
    gap: 5px;
  }

  /* Tabs adjustments */
  .tabs {
    flex-direction: column;
    gap: 5px;
    padding: 10px;
  }

  /* Content adjustments */
  .content-section {
    padding: 10px;
    text-align: center;
  }

  .image-container,
  .text-container {
    width: 100%;
  }

  /* Button adjustments */
  .download-btn {
    width: 100%;
    padding: 10px;
  }

  /* Adjust search bar and dropdowns */
  .search-input-container,
  .dropdown-container {
    width: 100%;
  }

  .search-icon,
  .dropdown-icon,
  .dropdown-arrow {
    font-size: 0.88rem;
  }

  .image-container {
    border-radius: 15px;
  }

  .image-container img {
    width: 100%;
    border-radius: 15px;
  }

  .main-container {
    padding: 0.938rem;
  }
}

.info-text {
  background-color: #dcebf7;
  padding: 1.25rem;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: start;
  gap: 10px;
  text-align-last: left;
  margin-top: -2.062rem;
  position: relative;
  z-index: -1;
}

.info-text i {
  color: #0078d4;
  font-size: 1.5rem;
}

.info-text a {
  color: #0078d4;
  text-decoration: none;
  font-weight: bold;
}

.info-text .highlight-red {
  color: #b10f13;
  font-weight: bold;
}

.highlight-blue {
  color: #0a5b9d;
}

.highlight-link {
  font-weight: normal !important;
  text-decoration: underline !important;
}

.card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > div
  > main
  > section
  > section
  > div
  > .empty-paragraph
  > p:nth-child(4) {
  display: none;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > div
  > main
  > section
  > section
  > div
  > .empty-paragraph
  > p:nth-child(2) {
  display: none;
}

.card-container > .card-body > .card-content > a > h3 {
  text-align: start;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--dark-black-color);
}

.card-container > .card-body > .card-content > a > p {
  text-align: start;
  font-size: 1.4375rem;
  line-height: 2.0625rem;
  letter-spacing: 0px;
  color: var(--service-collection-subtitle);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 8.75rem;
}

.card-body {
  position: relative;
  background-color: var(--card-body-bg-color);
  border-top-left-radius: 44px;
  max-height: fit-content;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;

  border-bottom-right-radius: 44px;

  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.medical-container {
  text-align: start;
}

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

.card-content {
  display: flex;
  padding: 1.25rem;
  text-align: start;
  /* position: relative; */
  flex-direction: column;
  /* justify-content: space-between; */
  margin-bottom: 2rem;
  height: 100%;
}

.card-content1 {
  display: flex;
  padding: 1.25rem;
  text-align: start;
  /* position: relative; */
  flex-direction: column;
  justify-content: space-between;
  /* min-height: 23rem; */
  height: 100%;
}

.card h3,
.card-content > h3,
.card-content > a {
  margin-top: 0.625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: var(--dark-black-color);
}

.card-content > a {
  text-decoration: none;
}

.card-date {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
}

.date {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #8d8d8d;
}

.date p {
  font-size: 1.4375rem !important;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #8d8d8d !important;
}

.card-date .date-text {
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
}

.card-date i {
  font-size: 1.4375rem;
}

.card p,
.card-content > p {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);
  margin-bottom: 3rem;
  margin-top: 1rem;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;

  max-height: 5.06rem;
}

#block-new-alkoot-theme-mainpagecontent > section > div > .title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: var(--dark-black-color);
  padding-top: 5%;
  text-transform: uppercase;
}

.title-section {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: var(--dark-black-color);
  font-weight: bold;
}

.app-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-map-item {
  background-color: var(--card-body-bg-color);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 20px;
  width: 100%;
}

.site-map-item a p {
  font-size: 1.625rem;
  line-height: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--dark-black-color);
}

.site-map-item ul li a {
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  letter-spacing: 0px;
  color: var(--service-collection-subtitle);
}

.site-map-item ul li::marker {
  content: "• ";

  font-size: 1.25rem;
  color: var(--service-collection-subtitle);
}

.col-md-4:first-of-type .site-map-item {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.col-md-4:first-of-type .site-map-item ul {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem 0;
  height: 33rem;
  align-items: stretch;
  justify-content: space-around;
}

.card-icon {
  background-color: var(--arrow-background-color);
  width: 4.75rem;
  height: 4.125rem;
  display: block;
  border-top-left-radius: 46px;
  float: right;
  position: absolute;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  bottom: 0px;
}

.card-icon i {
  color: #fff;
  font-size: 1.25rem;

  font-size: 1.25rem;
  text-align: center;
}

.medical-tabs {
  width: 60%;
  margin: auto auto 4rem;
  padding: 0.5rem !important;
}

.medical-tab {
  width: 50% !important;
}

.help-icon {
  background-color: #007bff;
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  padding: 0.938rem;
  text-align: center;
  cursor: pointer;
  font-family: "Segoe UI Bold", sans-serif;
}

.image-container {
  flex: 1;
}

#block-new-alkoot-theme-mainpagecontent div.text-container {
  flex: 2;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.apply-to-alkoot {
  all: unset;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > main
  > section
  > section
  > div.text-container
  > div.btn-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  border-top-left-radius: 44px;
  border-bottom-right-radius: 44px;
}

.text-container {
  flex: 2;
}

.text-container h2 {
  margin-top: 0;
  margin-bottom: 1.438rem;
  font-size: 2.188rem;
  font-weight: 1.688rem;
  color: var(--dark-black-color);
  /* text-transform: uppercase; */
}

.text-container p {
  color: var(--service-collection-subtitle);
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  margin-bottom: 0.938rem;
  /* display: -webkit-box;
  -webkit-box-orient: vertical; */
  /* overflow-y: hidden; */
  /* text-overflow: ellipsis;
  -webkit-line-clamp: 13; */
  /* Show 13 lines */
  /* line-clamp: 13;
  max-height: 21.94rem; */
  /* text-align: justify; */
}

.dropdown-container-providers {
  position: relative;
  flex: 1;
}

.dropdown-container-network-providers,
.dropdown-container-workshops {
  position: relative;
  flex: 2;
}

.dropdown-select-network-providers,
.dropdown-select-custom {
  width: 100%;
  padding: 1rem;
  border-radius: 1.875rem;
  border: none;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: var(--service-collection-subtitle);
  background-color: var(--card-body-bg-color);
  appearance: none;
  position: relative;
}

.dropdown-arrow-icon-network-providers {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #1f8ee9;
}

.dropdown-arrow-icon-network-providers,
.search-icon-network-providers {
  width: 1.8rem;
}

.dropdown-arrow-icon-network-providers i {
  font-size: 1.5rem;
}

.help-icon {
  background-color: #007bff;
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  padding: 0.938rem;
  text-align: center;
  cursor: pointer;
  font-family: "Segoe UI Bold", sans-serif;
}

.working-with-alkoot-page .image-placeholder {
  width: 46.125rem !important;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .main-container {
    padding: 20px 5%;
  }

  .hide-on-mobile {
    display: none;
  }

  tbody.forms-table-body td {
    text-wrap: auto;
  }

  .tabs {
    flex-direction: column;
    gap: 10px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    width: 100% !important;
  }

  .tabs .tab {
    width: 100% !important;
    font-size: 16px !important;
  }

  .content-section {
    flex-direction: column;
  }

  .card img {
    height: auto;
  }
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(12)
  > div:nth-child(11)
  > div
  > div
  > div:nth-child(1) {
  display: none;
}

.doc-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}

.faq-section {
  margin: 0 auto;
  width: 100%;
  /* padding: 2.5rem 10%; */
}

.faq-section h2 {
  font-size: 1.5rem;
  /* margin-bottom: 2.5rem; */
  color: rgba(0, 31, 43, 1);
  margin-bottom: 0px;
  /* Adjust color as per the design */
}

.faq-item {
  /* margin-bottom: 1.25rem;
  padding-bottom: 1.625rem; */
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 10px;
}

.faq-item h3 {
  font-size: 1.12rem;
  color: rgba(11, 104, 181, 1);
  /* Adjust color as per the design */
  margin-bottom: 0.625rem;
  /* margin-left: 20px; */
}

.faq-item p {
  font-size: 1rem;
  color: rgba(112, 112, 112, 1);
  line-height: 1.5;
  padding-inline-start: 1rem;
  margin-inline-start: 3.5rem;
}

.faq-item ul {
  font-size: 1rem;
  color: rgba(112, 112, 112, 1);
  line-height: 1.5;
  padding-inline-start: 1rem;
  margin-inline-start: 5.2rem;
}

.pager {
  display: none;
}

/* Search and Filters Section */
.search-filter-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 2rem;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > main
  > section
  > div
  > .search-bar {
  position: relative;
  /* flex: 2; */
  width: 65rem;
  border-radius: 46px;
  background-color: #fff;
  color: #1f8ee9;
  border: none;
  padding: 0;
}

.search-bar > .search-input {
  padding: 1rem 1.25rem;
  border-radius: 30px;
  border: none;
  font-size: 1.4rem;
  background-color: #fff;
  outline: none;
}

#block-new-alkoot-theme-mainpagecontent
  > div
  > div
  > main
  > section
  > div
  > div.search-bar
  > span {
  font-size: 1.5rem;
}

.search-input::placeholder {
  color: #666666;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

/* Table Section */

.table-section {
  margin-bottom: 2.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  /* background-color: white; */
  overflow: hidden;
  margin: auto;
}

#myTable > thead > tr > th,
.myTable > thead > tr > th {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-weight: bold;
}

th {
  /* padding: 0.938rem 0rem 0.938rem 5.625rem; */
  text-align: start;

  border-bottom: 1px solid #ddd;
  /* width: 20%; */
}

.th-with-btn {
  display: flex;
  align-items: center;

  border-radius: 3px;
  padding: 5px 17px 5px 5px;
  width: fit-content;
}

#myTable > thead > tr > th:hover .th-with-btn,
.myTable > thead > tr > th:hover .th-with-btn {
  cursor: pointer;
  background-color: #e3e8ec;
}

#myTable td,
th {
  padding: 1.5rem 0;
}

.myTable td,
th {
  padding: 1.5rem 0;
}

#myTable td,
.myTable td {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  text-align: start;
  border-bottom: 1px solid #ddd;
}

#myTable > tbody > tr > td:nth-child(1),
.myTable > tbody > tr > td:nth-child(1) {
  color: var(--news-read-more);
}

#myTable > thead > tr > th,
.myTable > thead > tr > th {
  color: var(--service-collection-subtitle);
  padding-bottom: 1rem;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  font-weight: bold;
}

td {
  color: var(--table-column-color);
}

th:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

th:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

td a {
  color: #0078d4;
  text-decoration: none;
}

td i {
  color: #707070;
}

tr:last-child td {
  border-bottom: none;
}

.defaultAll {
  display: none;
}

#theme-toggle {
  display: none;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55px;
  height: 26px;
  background-color: #144597;
  transition: all 1s ease;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
}

.box .ball {
  width: 25px;
  height: 25px;
  background-color: #fff;
  transition: all 1s ease;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #144597;
}

.box .scenary {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  transition: all 1s ease;
  padding: 0.5rem 0.188rem 0.5rem 0.625rem;
}

.sun {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0.312rem 0.188rem 0.312rem 0.625rem; */
}

#general-tab-pane
  > div
  > div.owl-stage-outer
  > div
  > div:nth-child(5)
  > a
  > div
  > div
  > div.insurance-item-icon-container
  > img {
  width: 90% !important;
}

#medical-tab-pane
  > div
  > div.owl-stage-outer
  > div
  > div:nth-child(7)
  > a
  > div
  > div
  > div.insurance-item-icon-container
  > img {
  width: 75% !important;
}

#medical-tab-pane
  > div
  > div.owl-stage-outer
  > div
  > div:nth-child(8)
  > a
  > div
  > div
  > div.insurance-item-icon-container
  > img {
  width: 80% !important;
}

#defaultAll {
  display: none;
}

body
  > div.dialog-off-canvas-main-canvas
  > div:nth-child(3)
  > div.custom-navbar-container
  > nav
  > div {
  gap: 25px;
}

.partners-section {
  width: 100%;
  height: 12rem;
  border-radius: 150px;
  background-image: url("../assets/images/patterns/pattern - elite client.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.worldwide-container {
  position: relative;
  z-index: 1;
}

.worldwide-video-container {
  position: absolute;
  left: 30rem;
  top: -4rem;
}

.form-group-email {
  align-items: start;
  width: 80%;
  flex-direction: column;
}

#block-new-alkoot-theme-mainpagecontent > h2 {
  display: none;
}

.mobile-text-content,
.mobile-text > p {
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  color: var(--service-collection-subtitle);
  text-align: start;
}

.mobile-text h2 {
  margin-top: 0;
  margin-bottom: 1.438rem;
  font-size: 2.188rem;
  font-weight: 1.688rem;
  color: var(--dark-black-color);
  line-height: 2.938rem;
  font-weight: bold;
  text-align: start;
}

/* For normal 100% scaling (1920px and above) */

@media screen and (max-width: 1600px) {
  html {
    font-size: 75%;
  }

  .send-btn {
    padding: 1rem 3rem;
  }

  .worldwide-video-container {
    right: -25rem;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 75%;
  }

  .online-digital-services .service-link {
    bottom: 0;
    right: 0;
  }

  .promotions .service-link {
    bottom: 0;
    right: 0;
  }

  .auctions .service-link {
    bottom: 0;
    right: 0;
  }

  .service-content {
    margin: 1.875rem;
  }
}

.footer-links {
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  display: block;
  column-count: 3;
  padding-bottom: 3rem;
}

.footer-links a p,
.email-subscripe h5,
.form-check label.form-check-label {
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 1.4rem;
}

.email-subscripe {
  width: 55%;
}

.footer-links a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.email-subscripe h5 {
  font-weight: bold;
  margin-bottom: 25px;
}

.form-group-email {
  display: flex;
  gap: 15px;
}

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

select#news_letter_categories,
.form-group-email .form-control {
  border-radius: 32px;
  width: 330px;
}

.form-group-email .send-btn {
  margin: 0px;
  color: var(--body-text-color);
  font-size: 1.4rem;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 75%;
  }
}

.trusted-by swiper-slide {
  background-position: center;
  background-size: cover;
  width: 41% !important;
  background-color: var(--online-digital-services);
  color: var(--section-header-title);
  border-radius: 40px 10px;
  padding: 2.188rem;
  overflow: hidden;
  margin-bottom: 5rem;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

/* الكارد في المنتصف بحجم كامل */
.trusted-by .splide__slide-active {
  transform: scale(1.2) perspective(1000px) rotateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 10;
  /* رفع الز-index للكارد النشط */
}

.trusted-by .splide__slide-active .user-message-rate {
  color: var(--service-collection-subtitle) !important;
}

.trusted-by .mySwiper {
  padding-top: 0rem;
  padding-bottom: 3.125rem;
  perspective: 1000px;
  cursor: pointer;
}

.trusted-by .swiper-pagination-bullet {
  background-color: #007bff;
  opacity: 0.7;
}

.trusted-by .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0b68b5;
  width: 30px;
}

body
  > div.dialog-off-canvas-main-canvas
  > div.views-element-container.contextual-region
  > div {
  display: none;
}

.invalid-input {
  border: 2px solid red;
  background-color: #fdd;
}

.card-item {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 1.25rem;
  /* margin: 1.25rem 0; */
}

.card-title {
  font-size: 1.4375rem !important;
  line-height: 2.0625rem;
  font-weight: bold;
  color: var(--dark-black-color) !important;
  text-align: start;
}

.card-description {
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  color: var(--service-collection-subtitle);
  text-align: justify;
  margin-bottom: 0 !important;
}

.content-wrapper-2 {
  background-color: rgba(203, 203, 203, 0.27);
}

.content-wrapper-2 > div {
  flex: 1;
}

[class^="content-wrapper-"] {
  margin: 4rem 0;
}

.working-with-alkoot-title {
  margin-top: 0 !important;
  margin-bottom: 0.125rem !important;
}

.content-wrapper-full {
  display: flex;
  gap: 1.25rem;
  /* background-color: rgba(203, 203, 203, 0.27); */
}

.image-placeholder {
  width: 33.125rem;
}

.image-placeholder img {
  width: 100%;
  box-shadow: 6px 6px 0px #ccc;
  border-bottom-right-radius: 44px;
}

#block-new-alkoot-theme-mainpagecontent
  > div.content-wrapper-2
  > div
  > div
  > .card-item {
  flex: 1;
}

#block-new-alkoot-theme-mainpagecontent
  > div.content-wrapper-2
  > div
  > div
  > div.image-placeholder {
  flex: 1;
}

.working-with-alkoot {
  padding-top: 13rem;
  text-align: center;
}

.content_careers {
  all: unset;
  font-size: 2.1875rem;
  font-weight: 2.0625rem;
  color: var(--dark-black-color);
  text-align: start !important;
}

#careers_search,
#financial-search,
#credit-search {
  all: unset;
}

#careers_search .filter-dropdown {
  background-color: #ffffff;
}

.hero-section-qatarization {
  display: flex;
  gap: 1.875rem;
  /* padding-bottom: 4rem; */
}

.hero-section-qatarization .hero-content {
  flex: 2;
  text-align: start;
}

.hero-section-qatarization .hero-content h2 {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  color: var(--dark-black-color);
  margin-bottom: 3.125rem;
  margin-top: 0;
  /* text-transform: uppercase; */
}

.hero-section-qatarization .hero-content p {
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  color: var(--service-collection-subtitle);
}

.hero-section-qatarization-img {
  width: 32.8125rem;
  flex: 1;
  align-items: stretch;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.form-select {
  background-size: 1.6rem;
  color: var(--service-collection-subtitle);
  border: none;
  background-image: var(--arrow-down-img);
}

.hero-section-qatarization img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.cards-paragraph {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  color: #ffffff;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  top: 48%;
  bottom: 8%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  /* تحديد 4 أسطر */
  line-clamp: 4;
  justify-content: center;
  align-items: end;
  text-align: center;
  max-height: 100px;
  font-weight: bold;
}

.sub-menu-container {
  display: flex;
  gap: 2rem;
}

#navbarSupportedContent
  > ul
  > li:nth-child(3)
  > div
  > div
  > div.sub-menu-image {
  height: 43.125rem;
}

#navbarSupportedContent
  > ul
  > li:nth-child(3)
  > div
  > div
  > div.sub-menu-links
  > div {
  gap: 1rem !important;
}

#navbarSupportedContent
  > ul
  > li.nav-item.dropdown.active
  > div
  > div
  > div.sub-menu-links
  > div
  > h5
  > a {
  color: var(--service-collection-subtitle) !important;
  font-size: 1.25rem;
  line-height: 2.3125rem;
  font-weight: bold;
}

#navbarSupportedContent > ul > li > .nav-link.dropdown-toggle:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  bottom: -107%;
}

.sub-menu-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#navbarSupportedContent
  > ul
  > li:nth-child(2)
  > .sub-menu
  > .sub-menu-container
  > .sub-menu-links {
  display: flex;
  gap: 16rem;
  justify-content: space-between;
}

.sub-menu-container > .sub-menu-links {
  display: flex;
  gap: 3rem;
  justify-content: space-around;
}

/* #navbarSupportedContent
  > ul
  > li:nth-child(4)
  > div
  > div
  > div.sub-menu-links
  > div,
#navbarSupportedContent
  > ul
  > li:nth-child(5)
  > div
  > div
  > div.sub-menu-links
  > div,
#navbarSupportedContent
  > ul
  > li:nth-child(6)
  > div
  > div
  > div.sub-menu-links
  > div {
  display: grid !important;
  grid-row: 1 / 2;
  grid-template-columns: 1fr 1fr;
} */

#navbarSupportedContent > ul > li:nth-child(4) > div > div > div.sub-menu-links,
#navbarSupportedContent > ul > li:nth-child(5) > div > div > div.sub-menu-links,
#navbarSupportedContent
  > ul
  > li:nth-child(6)
  > div
  > div
  > div.sub-menu-links {
  width: 30%;
}

#navbarSupportedContent
  > ul
  > li:nth-child(4)
  > div
  > div
  > div.sub-menu-links
  > div,
#navbarSupportedContent
  > ul
  > li:nth-child(5)
  > div
  > div
  > div.sub-menu-links
  > div,
#navbarSupportedContent
  > ul
  > li:nth-child(6)
  > div
  > div
  > div.sub-menu-links
  > div {
  width: 100%;
  height: 100%;
}

#navbarSupportedContent
  > ul
  > li:nth-child(4)
  > div
  > div
  > div.sub-menu-links
  > div
  > h3,
#navbarSupportedContent
  > ul
  > li:nth-child(5)
  > div
  > div
  > div.sub-menu-links
  > div
  > h3,
#navbarSupportedContent
  > ul
  > li:nth-child(6)
  > div
  > div
  > div.sub-menu-links
  > div
  > h3 {
  grid-column: 1 / 3;
}

.our-insurances-carousel .owl-stage-outer {
  /*  display: flex;
  justify-content: center; */
  padding-bottom: 30px;
}

/* Nisha asked to hide it temporary till pages is ready */
.request-quote {
  display: none !important;
}

.circle-container:hover img {
  transform: scale(1);
}

.insurance-item:hover img {
  transform: scale(1);
}

.visitor-insurance-btn img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
}

/* For large devices such as desktops */
@media screen and (min-width: 1024px) {
  html {
    font-size: 60%;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 85%;
  }
}

@media screen and (min-width: 1519px) and (max-width: 1677px) {
  html {
    font-size: 70%;
  }
}

/* Footer Style */
.footer-links {
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  display: block;
  column-count: 3;
  padding-bottom: 1.8rem;
}

.footer-links a p,
.email-subscripe h5,
.form-check label.form-check-label {
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 1.4rem;
}

.email-subscripe {
  width: 55%;
}

.footer-links a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  margin-bottom: 1rem;
}

.email-subscripe h5 {
  font-weight: bold;
  margin-bottom: 1.5625rem;
}

.form-group-email {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-direction: row;
}

form#newsletter {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#executiveModal .modal-content,
#directorModal .modal-content {
  width: 50%;
  height: auto;
  padding: 2rem 3rem;
}

#executiveModal #modalDescription,
#directorModal #modalDescription {
  padding-inline-start: 2rem;
  text-align: start;
  width: 60%;
  flex: auto;
}

#executiveModal .modal-content .modal-image-wrapper-executive,
#directorModal .modal-content .modal-image-wrapper {
  width: 40%;
  flex: auto;
}

#executiveModal .modal-content img,
#directorModal .modal-content img {
  width: 100%;
}

select#news_letter_categories,
.form-group-email .form-control {
  border-radius: 32px;
  width: auto;
  min-width: 200px;
  padding: 1rem;
  color: #064071;
  font-size: 1.4375rem !important;
  line-height: 1.6875rem;
}

select#news_letter_categorie,
.form-control::placeholder {
  font-size: 1.4375rem !important;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #064071;
}

.form-group-email .send-btn {
  margin: 0px;
  color: var(--body-text-color);
  font-size: 1.4rem;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.social-media-qr-play-section {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
}

.qr-plays-row {
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: start;
  margin-bottom: 70px;
}

.container.reinsurance-pages.motor-insurance .title-header-card {
  color: var(--dark-black-color) !important;
  font-family: "Calibri" !important;
  font-weight: bold !important;
}

.text-container h2 {
  font-family: "Calibri" !important;
}

.container.investor-relations-page .document {
  gap: 10px;
}

.insurance-item-container {
}

.document img {
  scale: 0.9;
}

.site-map-item ul li {
  margin-bottom: 1rem;
}

.splide__track {
  height: 100% !important;
}

.pagination-summary {
  display: none;
}

/* Target iPad Air in portrait mode */
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .executive-team {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .executive-member {
    width: 47%;
  }

  .executive-member img {
    width: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 996px) {
  .values-container {
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .value-card {
    width: 48% !important;
    min-height: auto !important;
  }

  .director-card p,
  .director-card h4 {
    z-index: 999999;
    position: relative;
    padding-inline-start: 40px;
  }

  .value-card-img-wrapper-1 {
    top: 75%;
    left: 5%;
  }

  .director-card {
    width: 46%;
    margin-bottom: 2rem;
  }

  .executive-member {
    width: 49%;
  }

  .executive-team {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .executive-member img {
    width: 100%;
    object-fit: contain;
    border-radius: 0px;
  }

  .modal-content {
    height: 80%;
  }

  .modal {
    top: 5%;
  }

  .buttons-section .btn {
    font-size: 13px !important;
  }

  .slider-title {
    font-size: 2.6rem !important;
    margin-top: 4rem;
    line-height: 50px;
  }

  /* .slider-content-container.container {
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
    padding: 0px;
    height: 100%;
    max-width: 100%;
  }

  .buttons-section {
    flex-direction: column;
    display: flex;
    gap: 20px;
    align-items: center;
    min-width: 50%;
    height: 100%;
    background-color: rgb(255 255 255 / 66%);
    justify-content: center;
  }

  .slider-content {
    width: 60%;
  } */

  .swiper-hero {
    height: 60vh;
  }

  .swiper-hero.banner-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .parent-div {
    top: 10%;
    height: 90%;
  }

  .card-container {
    grid-template-columns: 1fr !important;
  }

  .buttons-section {
    min-height: 40vh;
  }

  .visitor-insurance-btn {
    top: 36%;
  }

  .slider-content {
    width: 100%;
  }
}

@media screen and (max-width: 996px) {
  #myTab {
    width: 100%;
  }

  .working-with-alkoot-page .image-placeholder,
  .working-with-alkoot-page .image-placeholder img {
    width: 100% !important;
  }

  nav.tabs + h4 {
    margin-top: 3rem;
  }

  .owl-stage-outer > .owl-stage {
    gap: 1em;
  }

  .services-collection {
    flex-direction: column;
    gap: 2rem;
  }

  .why-alkoot-container {
    gap: 0rem;
    flex-direction: column;
  }

  .quick-guid {
    margin: 0px;
    height: auto;
    flex-direction: column-reverse;
    border-radius: 0px;
    gap: 20px;
    padding: 10px 25px;
    background: none;
  }

  .quick-guid-content h2 {
    margin-bottom: 0px;
    line-height: 3.8rem;
  }

  .quick-guid-desc > a {
    padding: 0px;
    margin: 0px;
    border: 0px;
  }

  .quick-guid-desc {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .quick-guid-content {
    flex-direction: column;
    margin: 0px;
    background-image: url("../assets/images/patterns/pattern - elite client.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 35px;
    background-position: center;
  }

  .home-section .insurances,
  .home-section .why-alkoot,
  .home-section .trusted-by,
  .home-section .news {
    padding: 2rem 0px;
  }

  .worldwide-video-container {
    position: static;
    height: 180px;
  }

  marquee {
    padding-bottom: 3.125rem;
  }

  .worldwide-container > div > div {
    width: 50%;
  }

  .worldwide-container > div {
    justify-content: space-between;
  }

  h2.worldwide-title {
    width: 100%;
    margin-bottom: 1rem;
    line-height: 1em;
    padding-inline-start: 15px;
    font-weight: bold;
  }

  .worldwide-container > div > div:nth-child(1) > div {
    margin-inline-start: 0px;
    margin-inline-end: 0.5rem;
    margin-top: 0px;
  }

  .worldwide-container > div > div:nth-child(2) > div {
    margin-inline-start: 0.5rem;
    margin-inline-end: 0px;
    margin-top: 0px;
  }

  .worldwide-container > div > div {
    margin-top: 0px !important;
  }

  .worldwide {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .worldwide-video {
    height: 230px;
    width: 450px;
    object-fit: cover;
  }

  .news .owl-carousel.owl-drag .owl-item .item {
    width: 100% !important;
    height: auto !important;
  }

  .footer-bottom-row,
  .form-group-email {
    flex-direction: column;
  }

  .qr-plays-row {
    margin-top: 0rem;
  }

  .social-media-container {
    justify-content: center;
  }

  .social-media-qr-play-section {
    flex-direction: row;
    flex-direction: row;
    margin-top: 2rem;
    align-items: center;
  }

  .news,
  .news-section {
    padding: 8rem 0 2rem 0;
  }

  .intro-section {
    flex-direction: column;
    margin-top: 20px;
  }

  .quotation-wrapper {
    flex-direction: column;
  }

  .dev-pic-container {
    display: none;
  }

  .about-us-footer img {
    display: none;
  }

  .about-us-footer {
    padding: 3rem;
  }

  .about-us-footer p {
    text-align: start;
  }

  .mission-section img {
    display: none;
  }

  .mission-text {
    position: static;
    width: 100%;
    background-color: #c6d2d9;
    padding: 3rem;
    text-align: start;
  }

  .mission-text.mission-text-2 {
    background-color: #d6d9d5;
  }

  .mission-images {
    flex-direction: column;
    margin-top: 20px;
  }

  .left-img,
  .right-img {
    width: 100%;
    margin-bottom: 10px;
  }

  .values-section h3 {
    margin-bottom: 1rem;
  }

  .chairman-message-container {
    flex-direction: column;
    padding-top: 50px;
  }

  .chairman-message-container .image-wrapper {
    margin: 2rem 0px;
  }

  img.background-svg {
    display: none;
  }

  img.star-svg {
    right: 0px;
  }

  .chairman-message-content {
    margin: 0px;
    text-align: justify;
  }

  .chairman-message-content p,
  .about-us-description {
    margin-bottom: 1rem;
  }

  .history-content {
    flex-direction: column;
  }

  .governance-documents {
    flex-direction: column;
  }

  .governance-documents .document {
    margin: 0px;
    display: inline-flex;
    gap: 15px;
    margin-top: 2rem;
    align-items: center;
  }

  .doc-content {
    display: flex;
    width: 80%;
    align-items: self-start;
    gap: 7px;
  }

  .governance-documents .document > img {
    width: 35px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .governance-documents .document a {
    display: inline-flex;
    margin-top: 0px;
    gap: 5px;
    align-items: center;
  }

  .governance-documents .document .download-icon {
    margin-right: 0px;
    width: 25px;
  }

  .history-content .text-container p {
    max-height: fit-content;
  }

  .governance-documents .document p {
    margin-bottom: 0px;
  }

  .committee-cards {
    flex-direction: column;
  }

  .working-with-alkoot-page .card-item img {
    width: 100% !important;
  }

  .working-with-alkoot-page .image-placeholder {
    width: 100%;
    order: 1;
    margin-top: 3rem;
  }

  .working-with-alkoot-page .content-wrapper-1 {
    margin: 1rem 0px;
  }

  .working-with-alkoot-page .main-container {
    padding: 0pc;
  }

  .working-with-alkoot-page .content-wrapper-full {
    flex-direction: column;
    padding-bottom: 4rem;
  }

  .working-with-alkoot-page .content-wrapper-full .card-item {
    margin-top: 1rem;
    order: 2;
    flex-direction: column;
  }

  .working-with-alkoot-page .content-wrapper-1 .card-item,
  .working-with-alkoot-page .content-wrapper-3 .card-item {
    flex-direction: column-reverse;
    align-items: self-start;
  }

  .card-content-working-with-alkoot {
    margin-bottom: 0px;
  }

  .card-item .image-placeholder {
    margin-top: 0px;
  }

  .apply-to-alkoot .input-group-wrapper {
    display: flex;
    flex-direction: column;
  }

  .apply-to-alkoot section.form-section {
    margin-top: 1rem;
  }

  .file-upload {
    flex-direction: column;
  }

  .hero-section-qatarization {
    flex-direction: column;
    margin-top: 2rem;
  }

  .hero-section-qatarization-img {
    width: 100%;
  }

  .csr-section .steps {
    gap: 1rem;
    margin-top: 20px;
  }

  /* Content Section */
  .content-section {
    flex-direction: column;
    align-items: center;
  }

  .image-container,
  .text-container {
    width: 100%;
  }

  /* Adjustments for search and dropdown */
  .search-container {
    flex-direction: column;
    gap: 10px;
  }

  .search-input-container,
  .dropdown-container {
    width: 100%;
  }

  /* Button adjustments */
  .download-btn {
    width: 100%;
    padding: 0.75rem;
  }

  .container.investor-relations-page .document > img {
    max-width: 40px;
  }

  .container.investor-relations-page .document {
    width: 100%;
  }

  .container.investor-relations-page .document img.download-icon {
    max-width: 15px;
  }

  .container.investor-relations-page .document a {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .container.investor-relations-page .document .doc-content p {
    margin-bottom: 0px;
  }

  .financial-statement-wrapper {
    flex-direction: column;
  }

  .form-select {
    background-position: 95%;
  }

  .tabs {
    margin-bottom: 1rem;
  }

  .reinsurance-pages section.main-container .card-container {
    grid-template-columns: 2fr 2fr;
    margin-top: 2rem;
  }

  .app-wrapper {
    margin-top: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .app-wrapper img {
    height: 63px;
  }

  .map-contact-section {
    margin: 2rem 0px !important;
    flex-direction: column;
  }

  .map-contact-section > div {
    width: 100%;
  }

  .map-contact-section div#map {
    border-radius: 0px;
    margin-bottom: 2rem;
  }

  .map-contact-section .info-title-header {
    font-size: 1.4rem;
  }

  .human-resources-section {
    padding-top: 8rem;
  }

  .iti__selected-dial-code {
    font-size: 14px;
  }

  button.submit-btn.form-button {
    font-size: 17px;
    width: 100%;
  }

  form.customer-care.form .file-upload {
    margin: 0px;
  }

  form.customer-care.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  form.customer-care.form .input-group-select {
    width: 100%;
  }

  section.card-container.card-news {
    grid-template-columns: 2fr 2fr;
    margin: 0px;
  }

  .card-content1 {
    min-height: auto;
  }

  .card p,
  .card-content > p {
    margin-bottom: 1rem;
  }

  .trusted-by swiper-slide {
    width: 50% !important;
  }

  .value-card-img-wrapper > img {
    height: 100%;
  }

  .value-card-img-wrapper {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .value-card .decorative-icon-1 {
    top: auto;
    width: 50px;
    height: 50px;
    position: relative;
  }

  .value-card {
    padding: 1rem;
    min-height: 10rem;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }

  .value-card h4 {
    top: auto;
    margin-top: 0px;
    position: relative;
  }

  .values-section h3 {
    margin-bottom: 2rem;
  }

  .values-section {
    padding: 2rem 0rem;
  }

  .values-section {
    padding: 1rem;
  }

  .value-card .decorative-icon {
    position: static;
    scale: none;
  }

  .cards-paragraph {
    position: static;
    width: auto;
    z-index: 99;
    margin: 0rem !important;
  }

  .value-card .decorative-icon img {
    width: 50px;
    height: 50px;
    animation: none;
  }

  /* navigation responsive */
  .custom-navbar-container.navigation-nav {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 0.5rem;
    align-items: center;
  }

  .custom-navbar-container.navigation-nav .navbar {
    position: relative;
    width: auto;
    padding: 0px;
    background-color: transparent;
  }

  .custom-navbar-container.navigation-nav .navbar > .container {
    padding: 0px;
  }

  .accessibility.mobile-accessibility {
    gap: 18px;
    justify-content: center;
    align-items: center;
  }

  a#mobile-search-toggle img {
    width: 17px;
  }

  span.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="60" viewBox="0 0 100 80" fill="white"><rect width="100" height="10"/><rect y="30" width="100" height="10"/><rect y="60" width="100" height="10"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
  }

  button.navbar-toggler {
    border-color: white;
  }

  .mobile-logo {
    width: 8rem;
    height: 3rem;
    background-position: center;
  }

  .custom-navbar-container.navigation-nav {
    background-image: var(--footer-bg-img);
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .mobileNavigation {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
  }

  .sub-menu-image {
    display: none;
  }

  ul.navbar-nav {
    width: 100%;
  }

  ul.navbar-nav li.nav-item {
    padding: 10px 0px;
    border-bottom: 1px solid #1f8ee9;
    position: static;
  }

  div#navbarSupportedContent {
    padding: 0px 1rem 1rem 1rem;
    background-color: white;
  }

  #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link {
    color: #1f8ee9;
    font-size: 17px !important;
  }

  #navbarSupportedContent .d-flex.sub-menu-items,
  #navbarSupportedContent
    > ul
    > li:nth-child(4)
    > div
    > div
    > div.sub-menu-links
    > div,
  #navbarSupportedContent
    > ul
    > li:nth-child(5)
    > div
    > div
    > div.sub-menu-links
    > div,
  #navbarSupportedContent
    > ul
    > li:nth-child(6)
    > div
    > div
    > div.sub-menu-links
    > div,
  #navbarSupportedContent
    > ul
    > li:nth-child(3)
    > div
    > div
    > div.sub-menu-links
    > div {
    flex-direction: column;
    gap: 0.5rem;
    display: flex !important;
    margin-bottom: 10px;
  }

  .sub-menu-links {
    flex-direction: column;
    gap: 0rem !important;
    width: 100%;
    padding: 1rem;
  }

  .main-menu-header {
    margin-bottom: 0px;
  }

  .sub-menu {
    width: 100%;
    top: 6rem;
    overflow-y: auto;
    bottom: 0;
    z-index: 999;
    border-bottom-left-radius: 0px;
  }

  .sub-menu-items p {
    margin: 0px;
  }

  .sub-menu-container {
    gap: 0px;
  }

  /* end navigation */

  .third-party-tabs a {
    width: 100%;
  }

  .search-filter-section {
    flex-direction: column;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  #block-new-alkoot-theme-mainpagecontent
    > div
    > div
    > main
    > section
    > div
    > .search-bar {
    width: 100%;
  }

  .dropdown-container-network-providers,
  .dropdown-container-workshops {
    width: 100%;
  }

  .network-providers-search-btn.search-btn.buy-now-btn {
    width: 100%;
  }

  table#myTable th,
  table#myTable td {
    padding: 10px;
    text-wrap: nowrap;
  }

  table.myTable th,
  table.myTable td {
    padding: 10px;
    text-wrap: nowrap;
  }

  table#myTable .th-with-btn,
  table.myTable .th-with-btn {
    gap: 5px;
  }

  table#myTable .buttons-arrangement,
  table.myTable .buttons-arrangement {
    left: auto !important;
  }

  table#myTable .th-with-btn p,
  table.myTable .th-with-btn p {
    margin-bottom: 0px;
  }

  section.table-section {
    max-width: 100%;
    overflow-x: auto;
  }

  table#myTable > thead > tr:nth-child(1) > th > .th-with-btn > div > .sortBtn,
  table.myTable > thead > tr:nth-child(1) > th > .th-with-btn > div > .sortBtn {
    padding: 0.3rem;
    align-items: center;
  }

  table#myTable
    > thead
    > tr:nth-child(1)
    > th
    > .th-with-btn
    > div
    > .sortBtn
    i,
  table.myTable
    > thead
    > tr:nth-child(1)
    > th
    > .th-with-btn
    > div
    > .sortBtn
    i {
    font-size: 11px;
    width: 8px;
    height: 8px;
  }

  .content.content_careers h2,
  .content.content_careers .job-section {
    padding: 0px !important;
  }

  .search-bar {
    width: 100%;
  }

  .job-apply {
    gap: 10px;
    text-align: start;
  }

  .job-card {
    padding: 2rem;
  }

  .job-details h4 {
    margin-bottom: 0rem;
  }

  .job-details {
    max-width: 100%;
    gap: 0.5rem;
  }

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

  .job-date {
    margin-bottom: 0px;
  }

  .steps {
    flex-direction: column;
    width: 100%;
    padding-top: 0rem;
    gap: 0px;
    padding-bottom: 0rem;
  }

  .step {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0px;
    position: relative;
    min-height: auto;
  }

  .first:not(:last-child)::before,
  .third:not(:last-child)::before,
  .second:not(:last-child)::before,
  .first:not(:last-child)::after,
  .third:not(:last-child)::after,
  .second:not(:last-child)::after {
    display: none;
  }

  #medical_services {
    grid-template-columns: 2fr;
  }
}

/* Mobile Style */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }

  .our-insurances-carousel .owl-stage-outer {
    justify-content: normal;
  }

  /* Slider */
  /* .slider-content {
    margin-left: 0px;
    box-sizing: border-box;
    width: 100%;
    padding-inline-start: 10px;
  } */

  .splide__slide .container {
    padding: 0px;
  }

  .directors-section {
    flex-direction: column;
  }

  .blue-line {
    display: none;
  }

  .splide__slide .hero-img {
    margin-top: 0px;
  }

  .slider-title {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    font-size: 1.5rem !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 30px;
    text-align: start;
  }

  .visitor-insurance-btn {
    position: absolute;
    left: 55%;
    top: -8%;
    display: block;
  }

  .online-service-btn {
    position: absolute;
    top: 10%;
    left: 30%;
  }

  .buttons-section .visitor-insurance-btn .btn {
    margin-left: 30px;
    margin-top: 5px;
  }

  .motor-insurance-btn {
    position: absolute;
    top: 40%;
    left: 15%;
    display: block;
  }

  .buttons-section {
    width: 100%;
  }

  .motor-insurance-btn a {
    margin-left: -20px;
    margin-top: 5px;
  }

  .visitor-insurance-btn img {
    margin-bottom: 10px;
  }

  .slider-content-container.container {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding: 0px;
    height: 100%;
  }

  /* .buttons-section {
    flex-direction: column;
    display: flex;
    gap: 20px;
    align-items: center;
    min-width: 50%;
    height: 100%;
    background-color: rgb(255 255 255 / 66%);
    justify-content: center;
  } */

  .slider-content {
    width: 100%;
  }

  .swiper-hero.banner-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .parent-div {
    top: 0% !important;
    height: 100%;
  }

  .circle-container {
    width: 100px;
    height: 100px;
    border: 3px solid white;
  }

  .online-service-btn .circle-container {
    width: 150px;
    height: 150px;
  }

  /* .visitor-insurance-btn,
  .motor-insurance-btn {
    flex-direction: column;
    gap: 10px;
  }

  .visitor-insurance-btn {
    margin-top: 0px;
  } */

  /* end slider */
  .buy-now-btn {
    width: 100%;
  }

  #medical_services {
    grid-template-columns: 1fr;
  }

  .insurance-item {
    height: fit-content;
  }

  .health {
    flex-direction: column;
    align-items: center;
  }

  .promotions,
  .auctions {
    max-height: max-content;
  }

  .insurance-item .item-content {
    padding-bottom: 30px;
  }

  .online-digital-services {
    margin: 0px;
    max-height: max-content;
  }

  .why-alkoot-left-side {
    width: auto;
  }

  .services {
    margin-bottom: 0px;
    margin-top: 3rem;
  }

  ul#myTab {
    height: auto;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px 0px;
  }

  #myTab .nav-item {
    width: 80%;
  }

  #myTab > li button {
    padding: 15px 0px !important;
    font-size: 18px;
  }

  .health-content p,
  .tech-content p {
    padding: 0px;
    width: 100%;
  }

  .quick-guid.animate-on-focus.animate__animated.animate__fadeInUpBig.focused {
    height: auto;
    flex-direction: column;
    background-size: 100% 100%;
    margin: 1rem 0px;
    min-height: 17rem;
    border-radius: 50px 50px 75px 75px;
  }

  .insurance-item-icon-container {
    height: 13rem;
    width: 13rem;
    margin: 0 auto;
    right: 0px;
  }

  .home-our-partners {
    border-radius: 0px;
    flex-direction: column;
    height: auto;
    padding: 10px;

    .owl-theme .owl-nav.disabled + .owl-dots {
      width: 100%;
    }
  }

  .partners-owl-carousel {
    flex-wrap: wrap;
  }

  .card.card-news {
    margin: 0px;
  }

  .trusted-by h2 img {
    width: auto;
  }

  .under_line {
    margin: 2rem auto 2rem auto;
  }

  .trusted-by swiper-slide {
    width: 100% !important;
    border-radius: 0px;
    cursor: pointer;
  }

  .news .owl-theme .owl-dots .owl-dot {
    margin-top: 1rem;
  }

  .worldwide-container > div {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .worldwide-container > div > div {
    width: 100%;
  }

  .form-group-email {
    width: 100%;
  }

  /* Reinsurance pages */
  .reinsurance-pages .news {
    padding: 8rem 0px 2rem 0px;
  }

  .mobile-guide-content + .insurance-item-container {
    align-items: center;
  }

  .mobile-guide-content + .insurance-item-container .insurance-item1 {
    width: 50%;
  }

  section.submit-claims-via-app .app-container {
    flex-wrap: wrap;
  }

  section.submit-claims-via-app .store-container {
    width: 100%;
  }

  .network-providers-page .search-filter-section .line {
    display: none;
  }

  .reinsurance-pages section.main-container {
    padding: 0px;
  }

  .reinsurance-pages section.main-container .card-container {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .reinsurance-pages .main-container .content-section {
    margin-top: 1rem;
  }

  .reinsurance-pages .faq-section {
    padding: 0px;
  }

  .reinsurance-pages .faq-item p {
    margin: 0px;
  }

  .reinsurance-pages .faq-section h2 {
    margin-bottom: 0.5rem;
  }

  .reinsurance-pages .faq-item.faq-container-news {
    padding-bottom: 2rem;
  }

  .container-fluid-customed.reinsurance-pages {
    width: 100%;
    padding: 0px 20px;
  }

  .reinsurance-pages .faq-section .tabs.faq_taps {
    margin: 0px 0px 20px 0px;
  }

  .container.reinsurance-pages .btn-wrapper {
    justify-content: flex-start !important;
    margin-top: 1rem;
  }

  .top-mobile-guide {
    flex-direction: column;
    margin: 1rem 0px;
  }

  .insurance-item-container {
    flex-direction: column;
    margin: 1rem 0px;
    gap: 10px;
  }

  .insurance-item1 {
    width: 100%;
  }

  .medical-tabs {
    width: 100%;
  }

  .medical-tabs .tab.custom-tab.medical-tab {
    width: 100% !important;
  }

  .tabs.medical-tabs + p {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
  }

  .container.reinsurance-pages.motor-insurance hr.horizontal-divider {
    margin: 1rem 0px;
  }

  .container.reinsurance-pages.motor-insurance .title-header-card {
    margin: 1rem 0px !important;
  }

  /* footer responsive */

  div#qrcode {
    height: auto;
    margin-bottom: 10px;
  }

  .email-subscripe {
    width: 100%;
  }

  select#news_letter_categories,
  .form-group-email .form-control {
    width: 100%;
  }

  .social-media-qr-play-section {
    margin-top: 1rem;
    flex-direction: column;
  }

  .footer-links {
    column-count: 1;
    padding-bottom: 1rem;
  }

  .footer-links a {
    padding-bottom: 1rem;
  }

  .footer-divider,
  .email-subscripe h5 {
    margin-bottom: 2rem;
  }

  .footer-bottom-row,
  .form-group-email,
  .qr-plays-row,
  .store-container {
    flex-direction: column;
  }

  .qr-plays-row {
    margin-top: 2rem;
  }

  footer {
    background-size: auto;
  }

  .qr-plays-row {
    align-items: center;
  }

  .social-media-container > a {
    width: 5rem;
    height: 5rem;
  }

  .social-media-container > a > i {
    font-size: 2.4rem;
  }

  .send-btn {
    padding: 1.3rem 7rem !important;
    max-width: 100% !important;
    width: auto;
    font-size: 23px !important;
  }

  .footer-links a p,
  .email-subscripe h5,
  .form-check label.form-check-label {
    font-size: 1.6rem !important;
  }

  /* about us */

  .values-container {
    flex-direction: column;
    align-items: center !important;
  }

  .mission-section {
    padding-bottom: 0px;
  }

  h4.about-us-title-section {
    margin-top: 20px;
  }

  .directors-section {
    gap: 30px;
    margin-bottom: 3rem;
  }

  .director-card p,
  .director-card h4 {
    z-index: 999999;
    position: relative;
    padding-inline-start: 40px;
  }

  .director-card h4 {
    padding-top: 30px;
  }

  .value-card-img-wrapper-1 {
    bottom: -2rem;
  }

  .director-card {
    width: 100%;
  }

  .chairman-image {
    height: auto;
    margin-bottom: 4rem;
  }

  .executive-team {
    flex-direction: column;
  }

  .executive-team-title {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .executive-team img {
    width: 100%;
    object-fit: fill;
    height: auto;
    border-radius: 30px 30px 0px 0px;
  }

  /* News */
  .card-container-news,
  .news-page .card-news {
    flex-direction: column;
    display: flex;
    gap: 2rem;
  }

  .other-claims .card-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .claims-main .card-container {
    margin-top: 20px;
  }

  .value-card .decorative-icon {
    position: absolute;
    top: -7%;
  }

  .value-card {
    width: 80% !important;
  }

  .values-container.serv-container .value-card {
    margin-bottom: 2rem;
  }

  .container.contact-page section.main-container {
    padding: 0px;
  }

  .container.customer-care-page section.main-container,
  .download-forms-page .main-container,
  .container.news-page section.main-container,
  main.main-container.main-container-news,
  .faq-section {
    padding: 0px;
  }

  .container.customer-care-page .form-section {
    margin-top: 2rem;
    border-radius: 0px;
  }

  .container.customer-care-page .submit-btn-wrapper.form-button-secondary {
    width: 100%;
  }

  .container.customer-care-page textarea {
    margin: 0px;
  }

  .working-with-alkoot {
    padding: 8rem 0 2rem 0;
  }

  .working-with-alkoot-page .content-wrapper-2.parent-div {
    height: auto !important;
  }

  .working-with-alkoot-page p.card-description {
    max-height: max-content !important;
    overflow: visible !important;
    -webkit-line-clamp: none;
    line-clamp: none;
  }

  .faq-item {
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
  }

  h2.title-type {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0px;
  }

  .faq-header h2 {
    margin-bottom: 0rem;
  }

  .container-fluid-customed {
    width: 95%;
  }

  .site-map-item {
    border-radius: 0px;
  }

  .governance-section {
    margin-top: 1.875em;
  }

  .governance-section .governance-heading {
    line-height: 2.5rem;
    font-weight: bold;
  }

  .committees-section {
    padding: 2rem 0px;
    display: flex;
  }

  .director-card .overlay-text,
  .executive-member .overlay-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    display: block;
    height: auto;
    padding: 0px;
  }

  .form-section.apply .form-title {
    margin: 0rem 0px 1rem 0px;
  }

  .form-section.apply {
    margin-top: 2rem;
    border-radius: 0px;
  }

  #medical_products {
    display: flex;
    flex-direction: column;
  }

  .executive-member {
    width: 100%;
  }

  #executiveModal .modal-content,
  #directorModal .modal-content {
    width: 90%;
    padding: 20px;
  }

  .modal-description-wrapper {
    flex-direction: column;
  }

  #executiveModal .modal-content .modal-image-wrapper-executive,
  #directorModal .modal-content .modal-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  #executiveModal #modalDescription,
  #directorModal #modalDescription {
    width: 100%;
    padding: 0px;
  }

  #executiveModal .modal-content .modal-image-wrapper-executive img,
  #directorModal .modal-content .modal-image-wrapper img {
    width: 50%;
  }

  .views-element-container {
    position: relative;
  }

  .close {
    z-index: 999;
  }

  div#executiveModal.modal,
  #directorModal {
    z-index: 9999999;
  }
}

@media (max-width: 381px) {
  .title {
    font-size: 1.5rem;
  }

  .online-service-btn .circle-container {
    width: 130px;
    height: 130px;
  }

  .buttons-section .visitor-insurance-btn .btn {
    margin-left: 10px;
  }

  .online-service-btn {
    position: absolute;
    top: 10%;
    left: 30%;
  }

  .buttons-section {
    min-height: auto;
    height: 100%;
  }

  .buttons-section .btn {
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 1.5rem;
  }

  .footer-links {
    column-count: 2;
  }

  .tabs {
    gap: 5px;
    margin: 0px;
    padding: 10px;
    text-align: center;
  }

  .info-text {
    margin-top: -1.25rem;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 1.875rem;
    align-items: center;
    flex-direction: column;
  }

  .card-content {
    padding: 0.938rem;
  }

  .content-section {
    gap: 20px;
  }

  .job-apply {
    flex-direction: column;

    .apply-btn {
      font-size: 16px !important;
    }
  }
}

@media (max-width: 380px) {
  .online-service-btn .circle-container {
    width: 130px;
    height: 130px;
  }

  .buttons-section .visitor-insurance-btn .btn {
    margin-left: 10px;
  }

  .online-service-btn {
    position: absolute;
    top: 10%;
    left: 30%;
  }

  .buttons-section {
    min-height: auto;
    height: 100%;
  }

  .buttons-section .btn {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .buttons-section {
    width: 100%;
  }
}

.survey-title-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}

.survey-title-section .search-bar {
  width: 40%;
  display: inline-flex;
}

.survey-title-section h2 {
  width: 60%;
  color: var(--section-header-title);
  font-size: 3.75rem;
}

/* surveys */
.questions-section {
  /* border: 1px solid #8D8D8D; */
  margin: 40px auto;
  background: #f5f7f9;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  justify-content: space-between;
  color: #717171;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 100%;
  letter-spacing: 0%;
}

.options label {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Hide the default checkbox */
.questions-section input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #cfe1f0;
}

.questions-section input[type="checkbox"]:checked {
  background-color: #007bff;
}

.questions-section input[type="checkbox"]::after {
  content: "";
  position: absolute;
  display: none;
}

.questions-section input[type="checkbox"]:checked::after {
  display: block;
  left: 11px;
  top: 0px;
  width: 13px;
  height: 30px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hide the default radio button */
.questions-section input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #cfe1f0;
  cursor: pointer;
  position: relative;
}

/* Selected radio button background */
.questions-section input[type="radio"]:checked {
  background-color: #007bff;
}

/* Inner dot for selected state */
.questions-section input[type="radio"]::before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.questions-section input[type="radio"]:checked::before {
  opacity: 1;
}

.questions-section textarea {
  width: 100%;
  min-height: 140px;
  padding: 10px 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  resize: vertical;
  margin-bottom: 10px;
  background-color: white;
  color: #064071;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 100%;
  letter-spacing: 0%;
}

.expiry {
  margin-top: 8px;
  color: #068d5f;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-flex;
  gap: 10px;
  text-align: start;
  display: flex;
}

.submit-section {
  text-align: end;
  margin-top: 30px;
}

.question h3 {
  color: #064071;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: start;
  margin-bottom: 20px;
}

.question {
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.questions-section .pagination {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.survey-container .pagination {
  display: flex;
  justify-content: space-between;
}

.survey-container .pagination span,
.survey-container .pagination a {
  margin: 0 5px;
  color: #007bff;
  text-decoration: none;
}

.survey-container .pagination a.active {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 400px) {
  .circle-container {
    width: 80px;
    height: 80px;
  }

  .buttons-section .btn {
    font-size: 12px !important;
  }
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-image: linear-gradient(to right, #f4f6f8, #dce7f0);
  padding: 5rem 3rem;
  border-radius: 55px 5px 55px 5px;
  text-align: center;
  width: 70%;
  height: 60%;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: #064071;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close i {
  color: #ccc;
}

.modal #modalImage {
  z-index: 2;
  position: relative;
}

.modal #modalImageIcon {
  bottom: 6.1rem;
}

#modalTitle {
  font-weight: bold;
}

#modalRole {
  color: #144598 !important;
}

.modal-description-wrapper {
  display: flex;
}

#modalDescription {
  flex: 4;
  padding-left: 2rem;
  text-align: start;
}

.modal-image-wrapper {
  flex: 2;
}

/* .title-section-app {
  color: #fff !important;
} */
.submit-claims-via-app .store-container .wrap {
  border: 2px solid #808080;
}

.notyf__dismiss-btn {
  opacity: 0.8 !important;
}

.join-date {
  text-align: start;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #8d8d8d !important;
}

#modalDescription > p,
#modalDescription > p p {
  text-align: start;
  font-size: 1.4375rem;
  line-height: 2.0625rem;
  color: #001f2b;
}

.custom-pagination {
  display: flex;
  justify-content: center !important;
  gap: 10px;
  margin-top: 20px;
}

.custom-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #007bff;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
}

.custom-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ff5722;
  transform: scale(1.2);
}

.animate-on-parent-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.splide__pagination {
  left: 50% !important;
  transform: translateX(-50%) !important;
  justify-content: center !important;
}

#myTab {
  display: flex;
  justify-content: space-between;
  background-color: #1f8de9;
  padding: 0.5rem 0.5rem;
  border-radius: 30px;
  box-shadow: 0px 3px 46px rgba(128, 128, 128, 0.5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100% !important;
  height: unset !important;
}

#myTab button.active {
  background-color: rgba(255, 255, 255) !important;
  color: #1f8ee9 !important;
  font-weight: bold !important;
}

#myTab li {
  height: unset !important;
}

#myTab button {
  color: white !important;
  background-color: transparent !important;
  padding: 0.75rem 2rem !important;
  border-radius: 25px !important;
  font-size: 1.4375rem !important;
  line-height: 1.9375rem !important;
  transition: background-color 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: fit-content !important;
  height: unset !important;
}

.network-providers-page .search-filter-section .line {
  width: 1px;
  background: #ccc;
  height: 60px;
}

.network-providers-page .search-filter-section button {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.network-providers-page .search-filter-section button,
.network-providers-page .search-filter-section input {
  /* height: 60px;
  padding: 0px 39px; */
}

.network-providers-page .search-filter-section {
  justify-content: flex-end;
}

/* .network-providers-page .search-bar {
  flex: unset !important;
  width: 37%;
} */

.notyf__toast {
  max-width: none !important;
}

.notyf__message {
  font-size: 22px;
}

.notyf__wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.notyf__toast.notyf__toast--lower.notyf__toast--error {
  max-width: none !important;
}

.notyf__ripple {
  width: auto !important;
  min-width: 624px !important;
}

.email-error-message {
  background-color: transparent;
  white-space: nowrap;
  z-index: 1;
}

.input-group input[name="email"] {
  padding-right: 150px;
  /* Make room for the error message */
}

.error-message {
  color: red;
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  position: absolute;
  bottom: -20px;
  left: 5rem;
  right: auto;
}

.phone-error-message.error-message {
  left: 0rem;
}

.qr-code {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}

#footer-qrcode svg,
#footer-qrcode-apple svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  background-color: transparent;
}

.hero-section-qatarization .qatarization-list {
  list-style: none;
}

.hero-section-qatarization .qatarization-list li {
  font-size: 1.4375rem;
  line-height: 2.3125rem;
  color: var(--service-collection-subtitle);
}

.directors-section {
  align-items: stretch !important;
}

.steps {
  margin-top: 100px;
}

.main-container {
  margin-bottom: 20px;
}

.about-us-section .image-container img {
  width: unset !important;
  height: unset !important;
  max-width: 100%;
  /* object-fit: unset !important;
  object-fit: contain !important; */
}

.values-section.parent-div h3 {
  font-size: 2.1875rem;
  line-height: 1.6875rem;
  font-weight: bold;
}

.governance-section p {
  font-size: 1.4375rem;
}

[data-theme="dark"] .th-with-btn > p {
  color: var(--service-collection-subtitle);
}

[data-theme="dark"] .myTable th:hover .th-with-btn > p {
  color: #000038;
}

[data-theme="dark"] .form-section {
  background-image: unset !important;
}

[data-theme="dark"] form.customer-care.form input::placeholder,
[data-theme="dark"] form.customer-care.form textarea::placeholder,
[data-theme="dark"] form.apply-to-alkoot.form input::placeholder,
[data-theme="dark"] form.apply-to-alkoot.form textarea::placeholder {
  color: #000038 !important;
}

[data-theme="dark"] form.customer-care.form .input-group,
[data-theme="dark"] form.customer-care.form .input-group-select,
[data-theme="dark"] form.customer-care.form .file-upload,
[data-theme="dark"] form.apply-to-alkoot.form .input-group,
[data-theme="dark"] form.apply-to-alkoot.form .input-group-select,
[data-theme="dark"] form.apply-to-alkoot.form .file-upload {
  background-color: #fff !important;
}

[data-theme="dark"] .file-restrictions .accepted-formats {
  color: #fff !important;
}

[data-theme="dark"] form.customer-care.form select,
[data-theme="dark"] form.apply-to-alkoot.form select {
  background-image: url("../assets/images/Icon ion-ios-arrow-down.svg") !important;
}

[data-theme="dark"] form.customer-care.form select,
[data-theme="dark"] form.customer-care.form textarea,
[data-theme="dark"] form.apply-to-alkoot.form select,
[data-theme="dark"] form.apply-to-alkoot.form textarea {
  background-color: #fff;
  color: #000038 !important;
  /* background-image: unset !important; */
}

[data-theme="dark"] form.customer-care.form select option,
[data-theme="dark"] #news_letter_categories option,
[data-theme="dark"] #select-apply-to-alkoot option,
[data-theme="dark"] .form-group-email input,
[data-theme="dark"] .form-group-email input::placeholder {
  color: #000038 !important;
}

[data-theme="dark"] .job-description-header i,
[data-theme="dark"] .job-description-header p,
[data-theme="dark"] .content-section h3 {
  color: #ffffff !important;
}

[data-theme="dark"] .document.financial-statement img,
[data-theme="dark"] .document.credit-rating img,
[data-theme="dark"] .iso-img-icon {
  filter: unset !important;
}

[data-theme="dark"] .faq-section h2 {
  color: #fff !important;
}

[data-theme="dark"] h3.title-type {
  color: #fff !important;
}

[data-theme="dark"] .job-details p:not(p.job-skills),
[data-theme="dark"] .job-details p {
  color: #000 !important;
}

[data-theme="dark"] .search-input::placeholder {
  color: #000 !important;
}

[data-theme="dark"] .th-with-btn p,
[data-theme="dark"] #myTable td {
  color: #fff !important;
}

.about-us-footer blockquote p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

[data-theme="dark"]
  #financial-search
  .search-input.network-providers-search::placeholder,
[data-theme="dark"] #financial-search .search-input.network-providers-search,
[data-theme="dark"] #credit-search #credit-search-title::placeholder,
[data-theme="dark"] #credit-search #credit-search-title,
[data-theme="dark"] #careers_search input::placeholder,
[data-theme="dark"] #careers_search input {
  color: #000038 !important;
}

[data-theme="dark"] .content.content_careers .job-section .job-card {
  /* background-color: #000232; */
  background: var(--card-body-bg-color);
}

[data-theme="dark"]
  .content.content_careers
  .job-section
  .job-card
  .job-apply
  h4,
[data-theme="dark"]
  .content.content_careers
  .job-section
  .job-card
  .job-description
  p {
  color: #ffffff !important;
}

[data-theme="dark"] .csr-section.corporateDescription .steps .step h4 b,
[data-theme="dark"] .csr-section.corporateDescription .steps .step p {
  color: #ffffff !important;
}

[data-theme="dark"] .csr-section.corporateDescription .steps .step::after {
  background: #ffffff !important;
}

[data-theme="dark"] .csr-section.corporateDescription .steps .step::before {
  border-top: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}

[data-theme="dark"] .modal h4 {
  color: #000038;
}

[data-theme="dark"] .search-input.network-providers-search::placeholder,
[data-theme="dark"] .search-input.network-providers-search {
  color: #000038 !important;
}

[data-theme="dark"] .faq-section h2 {
  color: #fff !important;
}

[data-theme="dark"] h3.title-type {
  color: #fff !important;
}

.worldwide {
  margin-bottom: 70px;
}

#news_letter_categories option:disabled {
  color: gray !important;
  background-color: #f5f5f5 !important;
}

.working-with-alkoot-page .content-wrapper-2.parent-div {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-theme="dark"]
  #careers_search
  .dropdown-container-network-providers
  #department-select,
[data-theme="dark"] #newsletter #news_letter_categories,
[data-theme="dark"] #credit-search select,
[data-theme="dark"] #financial-search select,
[data-theme="dark"] .forms-search select {
  background-color: #fff !important;
  background-image: url("../assets/images/Icon ion-ios-arrow-down.svg") !important;
  color: #000038 !important;
}

[data-theme="dark"]
  #careers_search
  .dropdown-container-network-providers
  #department-select,
[data-theme="dark"] #newsletter #news_letter_categories option,
[data-theme="dark"] #credit-search select option,
[data-theme="dark"] #financial-search select option,
[data-theme="dark"] .forms-search select option,
[data-theme="dark"] #careers_search select option {
  color: #000038 !important;
}

.search-icon {
  display: none !important;
}

[data-theme="dark"] .content.content_careers .job-section .job-card .job-skills,
[data-theme="dark"] .content.content_careers .job-section .job-card .job-date {
  color: #ffffff !important;
}

[data-theme="dark"] .content-news-details .content-news-details-desc p,
[data-theme="dark"] .card-container-news .card-title-news {
  color: #ffffff !important;
}

div.services-collection p {
  width: 90%;
}

.card-content > a > p {
  font-weight: 500;
}

.our-insurances-carousel.less-than-3-items .owl-stage-outer {
  display: flex;
  justify-content: center;
}

.content-news-details {
  text-align: unset !important;
  text-align-last: unset !important;
  text-align: start !important;
}

.services-collection {
  align-items: stretch !important;
}

.promotions-auctions {
  justify-content: space-between !important;
}

/* .auctions,
.promotions {
  height: calc(100% / 2) !important;
  max-height: unset !important;
} */
/* .online_services {
  display: none;
} */

.dataTables_paginate {
  float: unset !important;
  text-align: unset !important;
  margin: 20px auto !important;
  font-size: 13px;
  color: #0056b3;
}

.dataTables_paginate .paginate_button:hover {
  background: #4485da !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #4485da !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}

[data-theme="dark"] .dataTables_paginate .paginate_button {
  color: #fff !important;
}

[data-theme="dark"]
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
[data-theme="dark"] .dataTables_paginate .paginate_button:hover {
  background-color: #1b5da3 !important;
}

.second:not(:last-child)::before {
  right: -30px !important;
  top: 27% !important;
}

.first:not(:last-child)::before {
  right: -30px !important;
  top: 80% !important;
}

.third:not(:last-child)::before {
  right: -30px !important;
  top: 80% !important;
}

.description-text {
  font-size: 1.4375rem;
}

.card-body-news-home .card-title {
  max-height: 45%;
  overflow-y: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
}

.card-body-news-home .card-link {
  margin-top: 10px;
}

[data-theme="dark"] .search-result-link,
[data-theme="dark"] .search-item-result .search-type,
[data-theme="dark"] .search-item-result p,
[data-theme="dark"] .search-item-result p strong {
  color: #ffffff !important;
}

.container-fluid-customed {
  display: flex !important;
  justify-content: center !important;
}

.text-container ul li:not(:last-child) {
  margin-bottom: 15px !important;
}

#lang-switcher.mobileSwichLng {
  align-items: center;
}

#mobile-search-block-form #edit-keys {
  background-color: #bbd5eb;
}

.container.reinsurance-pages .news {
  padding-bottom: 1rem;
}

.faq-section h1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--dark-black-color) !important;
}

.card-description {
  text-align: unset !important;
}

.steps {
  justify-content: center !important;
}

.content-section .text-container {
  height: 440px;
  overflow: auto;
  padding-inline-end: 10px;
}

.content-section .text-container .group-container {
  height: 100%;
}

td.contacts {
  width: 150px;
  word-break: break-all;
  white-space: normal;
  padding: 10px;
  padding-right: 15px !important;
}

[data-theme="dark"]
  .content.content_careers
  .job-section
  .job-card
  .job-skills
  p
  strong {
  color: #fff;
}

[data-theme="dark"]
  .content.content_careers
  .job-section
  .job-card
  .job-description
  ul {
  color: #fff;
}

.animate-on-focus .circle-container:hover {
  transform: scale(1.2);
}

/******************************polls && surveys*************************************/

.poll-questions-container {
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 50px;
}

.poll-questions-container .poll-question {
  margin-bottom: 20px;
  padding-top: 20px;
}

.poll-question:not(:first-child) {
  border-top: 1px solid #cccccc;
}

.pager-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.poll-questions-container .header {
  margin-bottom: 20px;
}

.poll-questions-container .header h1 {
  font-size: 35px;
}

.poll-questions-container .header form {
  width: 45%;
}

.poll-questions-container .header form .js-form-item {
  width: 100%;
}

.poll-questions-container .header input[type="text"] {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  color: #000;
  width: 100%;
}

.title-question {
  color: #1f8ee9;
  font-size: 27px;
}

.sub-title-question {
  color: #064071;
  font-weight: bold;
}

.pager-container .pager__items.js-pager__items {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
}

.pager-container .pager__item a {
  color: #000;
}

.pager-container .pager__item.is-active a,
.pager-container .pager__item.pager__item--next a span,
.pager-container .pager__item.pager__item--previous a span {
  color: #54a4e6;
}

.pager-container .pager__items.js-pager__items li a {
  text-decoration: none;
}

.pager-container .pager__item.pager__item--first,
.pager-container .pager__item.pager__item--last {
  display: none !important;
}

.poll-label {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: end;
  padding-inline-end: 15px;
}

.poll-bar-container {
  height: 20px;
  border-radius: 5px;
  /* overflow: hidden; */
}

.poll-bar {
  background-color: #0074d9;
  height: 100%;
  transition: width 0.5s ease-in-out;
}

.poll-percentage {
  margin-top: 5px;
  font-size: 0.9em;
  color: #1f8ee9;
}

.pager-container .pager {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

.js-form-item-title label {
  display: none;
}

.form-actions {
  display: none;
}

.js-form-item-title input {
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}

.js-form-item-title {
  position: relative;
}

.js-form-item-title input {
  padding-left: 30px;
  background: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
}

.poll-questions-container form {
  display: flex;
}

.poll-questions-container .poll-form {
  gap: 15px;
  flex-wrap: wrap;
}

.poll-option-box {
  display: flex;
  flex: 1 1 200px;
  margin: 10px 0px;
  position: relative;
}

.poll-option-box input[type="radio"] {
  display: none;
}

.poll-option-box label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  border-radius: 12px;
  padding: 20px;
  height: 160px;
  border-radius: 40px 0px 40px 0px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0 0 19px 0px #2b2b2b21;
  font-size: 19px;
  color: #064071;
  font-weight: bold;
}

.poll-option-box input[type="radio"]:checked + label {
  border-color: #007bff;
  background-color: #e0f0ff;
  font-weight: bold;
}

.poll-meta-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.poll-footer {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.poll-expiration {
  font-weight: bold;
  font-size: 14px;
  color: #0ca75f;
  margin: 5px 0;
  display: none;
}

.poll-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.vote-btn,
.poll-results-btn {
  padding: 8px 16px;
  background-color: #0b68b5;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 20px;
  width: 170px;
  font-size: 14px;
}

.poll-results-btn {
  background-color: #54a4e6;
}

.vote-btn:hover,
.poll-results-btn:hover {
  background-color: #0056b3;
}

.poll-results-contaner {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.poll-results-container {
  list-style: none;
  display: flex !important;
  flex-direction: column !important;
  margin-top: 20px;
  background: #ffff;
  background-image: url(../assets/images/patterns/pattern@2x.png);
  background-size: cover;
  background-position: center;
  border-radius: 40px 5px 40px 5px;
  padding: 20px 45px;
  max-width: 100%;
  box-shadow: 0px 0px 15px 0px #cdd6df;
}

.poll-total-votes {
  font-weight: bold;
  font-size: 14px;
  color: #064071;
}

.poll-result-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 0px;
}

.poll-label {
  flex: 0 0 200px;
  font-weight: bold;
  color: #7e7e7e;
  font-size: 14px;
  position: relative;
}

.poll-label::after {
  content: "";
  position: absolute;
  top: -15px;
  width: 1px;
  height: calc(100% + 43px);
  background: #ccc;
  right: 0;
}

.poll-bar-container {
  /* background-color: #eee; */
  border-radius: 0 50px 50px 0;
  height: 2.5rem;
  width: 80%;
}

.poll-bar {
  background-color: #0073e6;
  height: 100%;
  position: relative;
  border-radius: 0 50px 50px 0;
  transition: width 0.5s ease;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.poll-percentage {
  color: #1f8ee9;
  font-weight: bold;
  font-size: 0.9rem;
  position: absolute;
  right: -41px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.poll-questions-container .survey-form {
  flex-direction: column;
  box-shadow: 0px 0px 10px 7px #dee6ec;
  border-radius: 30px 30px 30px 0px;
  padding: 30px;
  position: relative;
}

.survey-container .survey-item h2 {
  color: #064071;
  font-weight: bold;
}

.survey-container .survey-item .answers-list {
  list-style: none;
  display: flex;
  gap: 13%;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}

.survey-container .survey-item .answers-list li {
  margin-bottom: 10px;
}

.survey-container .survey-item .answers-list li label {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  font-size: 17px;
  font-weight: bold;
  color: #696969;
}

.survey-container .survey-item .answers-list li label input {
  height: 25px;
  width: 25px;
}

.survey-container .survey-expiration {
  font-weight: bold;
  font-size: 14px;
  color: #0ca75f;
  margin: 5px 0;
  display: none;
}

.poll-questions-container .survey-form button {
  position: absolute;
  bottom: -55px;
  right: 0;
  border: none;
  border-radius: 50px;
  color: #fff;
  background: #0056b3;
  padding: 5px;
  width: 100px;
  font-size: 14px;
}

.survey-container .pager-container {
  margin-top: 100px;
}

.survey-container .survey-item {
  margin-bottom: 20px;
}

.survey-container .survey-form .survey-item:not(:first-child) {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.custom-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.radio-wrapper {
  position: relative;
  width: 25px;
  height: 25px;
}

.radio-wrapper input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background-color: #b8d7f4;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.radio-wrapper input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007bff;
  border-radius: 50%;
}

.webform-page {
  min-height: 100vh;
  padding-top: 35em;
  padding-bottom: 50px;
}

.webform-submission-form.webform-submission-add-form {
  box-shadow: 0px 0px 10px 7px #dee6ec;
  border-radius: 30px 30px 30px 0px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-fields-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-fields-container .form-item {
  flex: 1 1 calc(50% - 10px);
  min-width: 200px;
  box-sizing: border-box;
}

.webform-submission-form .form-type-textarea {
  width: 100%;
  flex: 0 0 100%;
}

.webform-submission-form .form-actions {
  width: 100%;
  margin-top: 20px;
}

.webform-submission-form .form-textarea {
  width: 100% !important;
  min-height: 150px;
}

.fieldgroup.webform-type-radios {
  width: 100%;
  margin: 15px 0;
}

.webform-options-display-one-column {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-type-radio {
  display: flex;
  align-items: center;
  min-width: 150px;
  flex: 1;
}

.form-radio {
  margin: 0 8px 0 0 !important;
}

.option {
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 768px) {
  .webform-options-display-one-column {
    flex-direction: column;
  }

  .form-type-radio {
    min-width: 100%;
  }
}

/* .form-type-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
} */

.form-type-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  margin: 0;
}

.form-type-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-inline-start: 35px;
  margin-inline-end: 15px;
  min-height: 25px;
  white-space: normal;
}

.form-type-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 50%; */
  top: 7px;
  /* transform: translateY(-50%); */
  width: 24px;
  height: 24px;
  border: 2px solid #3498db;
  background-color: #f8f9fa;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.form-type-radio input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  left: 0px;
  /* top: 50%; */
  top: 7px;
  /* transform: translateY(-50%); */
  width: 24px;
  height: 24px;
  background-color: #3498db;
  border-radius: 50%;
}

.webform-options-display-one-column {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-type-radio {
  margin: 5px 0;
}

.webform-submission-form .webform-type-radios label,
.webform-submission-form .form-type-radio label {
  display: flex !important;
}

.webform-submission-form .form-type-radio {
  display: flex;
  align-items: flex-start;
}

.webform-page .form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.webform-page .form-submit {
  display: block;
  color: #fff;
  background-color: #3498db;
  width: 150px;
  border: 0;
  border-radius: 37px;
  margin: unset !important;
  height: unset !important;
}

.webform-page .invalid-input input,
.webform-page .invalid-input select,
.webform-page .invalid-input textarea {
  background-color: transparent;
}

.poll-results-table th,
.poll-results-table td {
  padding: 8px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.poll-results-table th {
  background-color: #f9f9f9;
  text-align: left;
}

.webform-submission-form.webform-submission-add-form {
  position: relative;
}

.webform-page .form-type-webform-markup {
  width: 100%;
  position: absolute;
  top: -185px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.webform-page .form-type-webform-markup h2 {
  color: var(--section-header-title);
  font-size: 3.75rem;
  padding: 0;
  margin: 0;
}

.webform-page .form-type-webform-markup p {
  color: var(--why-alkoot-color);
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.3125rem;
}

.insurance-item:hover .insurance-item-icon-container img {
  scale: 1.2;
}

.webform-page .form-type-webform-multiple {
  margin: 15px 0;
}

.webform-multiple-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.webform-multiple-table table {
  width: 100%;
  border: none;
  background-color: transparent;
}

.webform-multiple-table th,
.webform-multiple-table td {
  padding: 0.75rem;
  border: none;
  text-align: left;
  vertical-align: middle;
}

.webform-multiple-table th {
  display: none;
}

.webform-multiple-table td.webform-multiple-table--operations .input-group {
  background-color: transparent !important;
  margin-bottom: 5px;
}

.webform-multiple-table table {
  border: none;
}

.webform-multiple-table--handle .handle {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 3px;
  cursor: move;
}

.webform-multiple-table--operations .image-button {
  width: 24px;
  height: 24px;
  margin: 0 4px;
  filter: grayscale(0.5);
  transition: filter 0.2s ease-in-out;
}

.webform-multiple-table--operations .image-button:hover {
  filter: grayscale(0) brightness(1.1);
}

.webform-multiple-add {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0.75rem;
}

.webform-multiple-add input[type="submit"] {
  color: #fff;
  background-color: #3498db;
  width: 150px;
  border: 0;
  border-radius: 37px;
  margin: unset !important;
  height: unset !important;
}

.webform-multiple-add .form-number {
  width: 100%;
  height: 35px;
  padding: 0.3rem;
  border-radius: 4px;
}

.webform-multiple-tabledrag-toggle-weight button {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.webform-multiple-table td.webform-multiple-table--handle {
  display: none;
}

.webform-page label {
  font-size: 1.5rem;
}

.webform-page .form-type-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}

.webform-page .form-type-checkbox input {
  width: fit-content;
}

.webform-page .form-type-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #3498db;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.webform-page .form-type-checkbox input[type="checkbox"]:checked {
  background-color: #3498db;
  border-color: #3498db;
}

.webform-page .form-type-checkbox input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transition: all 0.2s ease-in-out;
}

.webform-page .form-type-checkbox input[type="checkbox"]:checked::after {
  opacity: 1;
}

.title-form-survey {
  text-align: center;
}

.title-form-survey .survey-sub-title p {
  font-size: 19px;
  color: #595959;
  margin-bottom: 30px;
  font-weight: bold;
}

.title-form-survey .survey-title {
  margin: 30px 0;
  font-weight: bold;
}

.poll-questions-container .poll-question {
  display: flex;
  flex-direction: column;
}

.poll-questions-container .poll-question .poll-form {
  display: flex;
  flex-direction: column;
}

.poll-questions-container .poll-options {
  display: flex;
  gap: 20px;
}

.poll-questions-container .poll-question-title {
  color: #064071;
  font-weight: bold;
  margin: 20px 0;
}
.poll-questions-container .poll-option-group {
  padding-top: 30px;
  margin-bottom: 20px;
}
.poll-questions-container .poll-option-group:not(:first-child) {
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 1024px) {
  .about-us-section .tabs a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 992px) {
  .about-us-section .tabs {
    flex-wrap: wrap !important;
  }
  .about-us-section .tabs a {
    width: 100% !important;
  }
}

/* .webform-results-table thead tr th:last-child {
  display: none !important;
} */
