:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #215C5C;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #144B4B;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #CCE8C9;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}
body { 
    font: 1rem / 1.7 "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.container {
    max-width: 1140px;
}
header.py-3{
    background-color: transparent;
    position: absolute;
    width: 100%;
}
.hero { 
  padding: 10rem 0 4rem; 
  text-align: center; 
  background-image: url('../images/hero_banner.webp');
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.hero h1 { 
    font-size: 3.5rem; 
    font-weight: 600;
    margin-bottom: 1rem; 
    color: #fff;
}
.dropdown-toggle{
  color: #fff;
  border: navajowhite;
}
.steps-grid { 
    display: flex; 
    justify-content: center; 
    gap: 2rem; 
    margin-top: 2rem; 
    flex-wrap: wrap; 
}
.step { 
    text-align: center; 
    font-weight: 600; 
}
.get-started .step-card {
  position: relative;
}
.get-started .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: #fff;
  background-color: #8DB98C;
  font-size: 18px;
  margin-bottom: 2rem;
}
.get-started .arch-line {
  position: absolute;
  top: -10px;
  width: 170px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .get-started .arch-line {
    display: none;
  }
}
.get-started .arch-line.reverse {
  top: 35px;
}
.why-ras-al-khaimah h2{
    color: var(--bs-white);
}
p.sub-heading{
    color: var(--bs-secondary);
    font-size: 1.2rem;
}
.image-placeholder { 
    width: 150px; 
    height: 150px; 
    background: #d9aab2; 
    text-align: center; 
    line-height: 150px; 
    color: #fff; 
    margin-right: 2rem; 
}
.why-ras-al-khaimah .content { 
    display: flex; 
    align-items: center; 
    gap: 2rem; 
    background: #1b4d44; 
    color: white; 
    padding: 2rem; 
    border-radius: 1rem; 
    flex-wrap: wrap; 
}
.why-ras-al-khaimah a { 
    color: #cde; 
    text-decoration: underline; 
}
.table-section { 
    padding: 4rem 0; 
}
.get-started, .faq-section { 
    padding: 5rem 0;
}
.faq-section h4{
  color: var(--bs-primary);
}
.table-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
}
.table {
  margin-bottom: 0;
}
.table th, .table td{
    padding: 1rem 1rem;
}
.table tr:nth-child(odd) td{
  background-color: #F2F2F2;
}
.table th, .table tr:nth-child(even) td{
  background-color: #FCFCFC;
}
.faq-section { 
    background: #f8f9fa; 
}
.call-box { 
    background: #1b4d44; 
    color: white; 
    padding: 2rem; 
    border-radius: 0.75rem; 
    margin-top: 2rem; 
}
.btn-secondary.outline { 
    background: white; 
    color: #1b4d44; 
    border-width: 1px;
    border-color: rgba(var(--inverse-color-rgb), 0.2);
    display: block; 
    margin-top: 0.5rem; 
}
.btn{  
    padding: 1rem 2rem; 
    font-weight: 600;
}
.other-actions .btn{
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
.btn-consultation{ 
    background-color: #215C5C; 
    color: #fff;
}
.btn-consultation:hover{ 
    background-color: #447C7C; 
    color: #fff;
}
.get-started {
  position: relative;
}
.custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}
.custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}
.custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "\f2ea";
}
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}
.custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
          box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}
.custom-accordion .accordion-item .accordion-body {
  border-top: none;
}
.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid var(--bs-secondary);
}
.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem;
}
.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.ras-al-image, .faq-section .col-md-4{
  position: sticky;
  top: 50px;
}
.step-connector{
    display: none;
  }
@media (max-width: 990px) {
  .hero{
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .ras-al-image {
    position: static;
  }
  .get-started .step-card .step-number{
    margin-bottom: 1rem;
  }
  .step-card h3{
    margin-bottom: 1rem !important;
  }
  .step-card{
    margin-bottom: 1rem;
  }
  .ras-al-image{
    margin: 2rem 0;
  }
  .step-connector{
    height: 50px;
    overflow: hidden;
  }
  .faq-section .col-md-8{
    margin-bottom: 2rem;
  }
  .get-started{
    overflow: hidden;
  }
}
@media (max-width: 762px) {
  .step-connector{
    display: block;
  }
}
.why-ras-al-khaimah .col-md-5{
  overflow: visible;
}
.ras-al-image img{
  max-width: 100%;
  height: auto;
}
.req-call-back{
    position: relative;
    background-color: var(--bs-primary);
    border-radius: var(--bs-border-radius-xl) !important;
    color: #fff;
    overflow: hidden;
}
.req-call-back .btn-light{
    margin-top: 3rem;
}
.req-call-back .btn-light, .req-call-back p{
    z-index: 10;
    position: relative;
}
.rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 0;
}
.rounded-borders .rounded-border-1,
.rounded-borders .rounded-border-2,
.rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}
.rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}
.rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}
.other-actions i{
    font-size: 1.6rem;
    margin-right: 0.4rem;
    color: #8DB98C;
}
.other-actions a:hover{
    background-color: rgba(var(--inverse-color-rgb), 0.05);
}
.modal-header{
  background-color: var(--bs-primary);
}
.modal-header h5, .modal-header .btn-close{
  color: #fff;
}
.modal-header .btn-close{
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.modal-footer .btn{
  background-color: var(--bs-primary);
  border: none;
  color: #fff;
}
.modal-body{
  padding: 3rem 2rem 2rem;
}
.col-form-label span{
  color: #8DB98C;
}
#formResponse{
  font-size: 1.2rem;
}
.footer { padding: 2rem 0; background: #f1f1f1; text-align: center; }
.copy-write{ text-align: left; color: #9a9a9a; }
@media (min-width: 991px){
    .fag-wrapper{
        padding-right: 1.5rem;
    }
    .ras-al-image{
      width: 85%;
      margin-top: 3rem;
    }
    .footer-btns{ text-align: right; }
}