﻿/* New RB Fonts Generated Start */

* {
  box-sizing: border-box;
}

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
nav,
article,
figure,
address,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}

html {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

body {
  font-family: "rbregular";
  font-size: 16px;
  color: var(--black);
  text-decoration: none;
  background: var(--white);
}

strong {
  font-weight: normal;
  font-family: "rbbold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 13px;
  color: var(--black);
  margin-bottom: 15px;
  font-weight: normal;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 18px;
}

input,
button {
  font-family: "rbregular";
}

input[type="text"],
input[type="password"] {
  margin: 0px;
  /*padding: 0px;
  border: 1px solid #d0d0d0;*/
  background: var(--white);
  font-size: 13px;
  color: var(--black);
  padding: 10px;
  font-family: "rbregular";
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
  /*border: 1px solid #01426A !important;*/
  background: rgba(50, 48, 48, 0.1);
  padding: 18px 10px;
}

select,
textarea {
  margin: 0px;
  padding: 0px;
  border: 1px solid #d0d0d0;
  background: var(--white);
  font-size: 13px;
  color: var(--black);
  padding: 10px;
  font-family: "rbregular";
  resize: none;
  border-radius: 3px;
  box-sizing: border-box;
}

textarea {
  overflow-y: auto;
  overflow-x: hidden;
}

small {
  color: #666;
  font-size: 11px;
}

:focus {
  outline: none;
}

p {
  margin-bottom: 20px !important;
  line-height: 26px;
}


a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  line-height: 26px;
}

img {
  border: none;
  outline: none;
}

a {
  color: var(--primary);
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--primary);
  text-decoration: none;
  outline: none;
}

.clr {
  display: block;
  clear: both;
}

.rlatv {
  position: relative;
}

/* Page Css */
#main-container {
  display: block;
}

/* Header section */
#header {
  display: block;
  background: var(--white);
}

#header .container {
  max-width: 1400px;
}

/* Header section */

/* Middle section */

/* Middle section */

/* Fotter section */
#footer {
  display: block;
  clear: both;
  width: 100%;
}

.btn-white {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  padding: 20px 26px;
  height: 50px;
  font-size: 16px;
  line-height: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--primary);
}

.btn-white::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/right-arrow-blk.png) no-repeat;
  margin-inline-start: 8px;
}

.btn-blue, input.btn-blue {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  padding: 13px 26px;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-regular);
  background: var(--primary);
  color: var(--white);
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover 

{
background: var(--primary); color: var(--white); border-color: var(--primary)	
} 

.btn-blue::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/right-arrow-wht.png) no-repeat;
  margin-inline-start: 8px;
}

.csr-img img,
.new-img img {
  border-radius: 10px;
}

/* Layout base variable Start */
:root {
  --font-regular: rbregular, sans-serif;
  --font-light: rblight, sans-serif;
  --font-bold: rbbold, sans-serif;
  --footer-bg: #256ba2;
  --white: #ffffff;
  --black: #000000;
  --primary: #01426a;
  --news-hd: #0d3258;
  --cmn-hd-blk: #111821;
  --cmn-sub-hd: #1a3c71;
  --secondary: #00c4d2;
  --border-gray: rgba(0, 0, 0, 0.2);
  --accordion-bg: #fafafa;
  --gray: #525961;
}

/* Layout base variable End */

/* Middle Section CSS Start */
.cmn-section {
  padding: 100px 200px;
}

.blue-bg {
  background: var(--primary);
}

.white-bg {
  background: var(--white);
}

.cmn-hd {
  font-size: 45px;
  line-height: 60px;
  color: var(--primary);
}

.cmn-hd span {
  color: var(--cmn-hd-blk);
}

.cmn-hd em {
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  color: var(--cmn-sub-hd);
}

.cmn-hd p {
  font-size: 16px;
  line-height: 26px;
  color: var(--cmn-hd-blk);
}

.csr-activity,
.simah-jur {
  display: flex;
  justify-content: center;
  align-items: center;
}

.csr-content {
  display: flex;
  row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--white);
  width: 90%;
}

.simah-jur-content {
  width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

h5 {
  font-size: 45px;
  color: var(--white);
  font-family: var(--font-regular);
  margin: 0;
  padding: 0;
}

.csr-content span {
  font-size: 26px;
}

.csr-content p {
  line-height: 26px;
}

.left-newsinsights {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.left-newsinsights .news-hd h4 {
  font-size: 23px;
  line-height: 36px;
  color: var(--news-hd);
}

.left-newsinsights .news-hd h4 a {
  color: var(--news-hd);
}

.left-newsinsights .news-hd span {
  font-size: 16px;
  color: var(--black);
}

.right-newsinsights {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 450px;
  margin-bottom: 50px;
}

.news-list ul {
  display: flex;
  width: 570px;
  gap: 20px;
}

.news-list ul li a {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  color: var(--news-hd);
}

.news-list ul li p {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 30px;
}

/* Service Cards (Hero Section) */
.service-card {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: scale(1.02);
}

.service-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 50%
  );
}

.service-card .content {
  position: relative;
  z-index: 1;
  color: var(--white);
  text-align: center;
  width: 100%;
}

.service-card h3 {
  font-weight: 500;
  margin: 0;
  font-size: 30px;
  line-height: 65px;
  letter-spacing: 1.5px;
  transition: opacity 0.3s ease;
  color: var(--white);
}

.service-card:hover h3 {
  opacity: 0;
}

.service-card .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #01426a 0%, #256ba2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px;
  text-align: center;
  color: var(--white);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.service-card:hover .hover-overlay {
  transform: translateY(0);
}

.hover-overlay::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 154px;
  height: 186px;
  background-image: url(../images/watermark.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 1;
  pointer-events: none;
}

.hover-overlay h4 {
  font-size: 30px;
  margin-bottom: 24px;
  letter-spacing: 1.5px;
  color: var(--white);
}

.hover-overlay p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Service Cards (Hero Section) End */

/* Slider Section CSS Start */
.national-initiative .ni-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 150px;
  /* Stick to the top while section scrolls */
  height: fit-content;
  z-index: 10;
  padding-top: 30px;
  /* Adjust alignment to match card top */
}

.national-initiative .cmn-hd h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--font-regular);
}

.national-initiative p.text-white {
  color: var(--white);
  opacity: 0.9;
  font-size: 16px;
  line-height: 26px;
  max-width: 400px;
}

/* Stack Card Styles */
.stack-wrapper {
  position: relative;
  width: 100%;
  /* Space for the last card */
}

.stack-card {
  width: 100%;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 50px; */
  /* Space to allow scrolling between cards */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform-origin: center top;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  /* Default sticky top */
}

/* Offset sticky positions for stacking effect */
.stack-card:nth-child(1) {
  top: 150px;
  z-index: 1;
}

.stack-card:nth-child(2) {
  top: 180px;
  /* 150 + 30 offset */
  z-index: 2;
}

.stack-card:nth-child(3) {
  top: 210px;
  /* 180 + 30 offset */
  z-index: 3;
}

.stack-card:nth-child(4) {
  top: 240px;
  z-index: 4;
}

.stack-card .card-inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.stack-card h4 {
  font-size: 30px;
  color: var(--black);
  margin-bottom: 10px;
  font-family: var(--font-regular);
  text-align: center;
}

.stack-card .card-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
}

.stack-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stack-card p {
  color: var(--cmn-hd-blk);
  line-height: 26px;
  margin: 0;
  padding: 30px 0 25px;
  text-align: center;
  min-height: 160px;
}

/* Slider Section CSS End */

/* Subsidiaries Section CSS Start */
.subsidiaries-section {
  background-color: #f6f8fb;
  /* Light background */
}

.subsidiaries-section .cmn-hd {
  margin-bottom: 50px;
}

.subsidiaries-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.subsidiaries-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.subsidiaries-card .card-img {
  height: 240px;
  width: 100%;
  overflow: hidden;
}

.subsidiaries-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.subsidiaries-card:hover .card-img img {
  transform: scale(1.1);
}

.subsidiaries-card .card-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
}

.subsidiaries-card h3 {
  font-size: 30px;
  color: var(--cmn-hd-blk);
  margin-bottom: 15px;
  font-family: var(--font-regular);
}

.subsidiaries-card p {
  color: var(--cmn-hd-blk);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  flex-grow: 1;
}

.subsidiaries-card .btn-blue {
  width: auto;
  height: 48px;
  padding: 0 30px;
  font-size: 14px;
  border-radius: 8px;
}

/* Subsidiaries Section CSS End */

/* Static Page Styles Start */
.staticpage-section {
  background-color: var(--white);
}

.staticpage-header {
  margin-bottom: 50px;
}

.static-title {
  font-size: 45px;
  color: var(--primary);
  font-family: var(--font-regular);
  margin-bottom: 0;
}

.staticpage-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.staticpage-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-title {
  font-size: 30px;
  color: var(--primary);
  font-family: var(--font-regular);
  margin-bottom: 0;
}

.item-desc p {
  line-height: 26px;
  color: var(--cmn-hd-blk);
  margin-bottom: 15px;
}

.item-desc p:last-child {
  margin-bottom: 0;
}

.item-desc ul,
.item-desc ol {
  margin: 0;
  padding: 0;
  padding-inline-start: 21px;
}

.item-desc ul li,
.item-desc ol li,
.item-desc ol li ul li {
  line-height: 26px;
  margin-bottom: 11px;
  list-style-type: disc;
  list-style-position: outside;
}

.item-desc ol li.bold {
  font-family: var(--font-bold);
  color: var(--primary);
}

.item-desc ol li ul.btm-mrg li {
  margin-bottom: 7px;
  font-family: var(--font-regular);
  color: var(--cmn-hd-blk);
}

p.sub-heading {
  font-size: 18px;
  color: var(--footer-bg);
  font-family: var(--font-bold);
}

.item-desc ol li ol li.sub-heading {
  font-size: 18px;
  color: var(--primary);
  font-family: var(--font-bold);
  margin-top: 20px;
  text-decoration: underline;
}

.item-desc ol li {
  list-style-type: decimal;
}

.item-desc ul li:last-child,
.item-desc ol li:last-child {
  margin-bottom: 0;
}

.item-desc ul li span {
  font-family: var(--font-bold);
}

.static-hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  margin: 15px 0 0;
  opacity: 0.5;
}

hr:not([size]) {
  height: auto;
}

/* Static Page Styles End */

/* Fotter CSS Start */
.footer-bg {
  background: var(--footer-bg);
  color: var(--white);
  padding: 100px 200px 40px;
}

.simah-social-icon .simah-ftr-logo img {
  margin-bottom: 40px;
}

.simah-social-icon ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.simah-social-icon ul li a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simah-social-icon ul li a:hover {
  background: var(--primary);
}

.footer-link h6 {
  font-family: var(--font-bold);
  font-size: 20px;
  color: var(--white);
  padding: 0;
  margin-bottom: 30px;
}

.footer-link ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-link ul li a {
  font-family: var(--font-regular);
  font-size: 16px;
  color: var(--white);
}

.footer-info {
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.footer-info a {
  color: var(--white);
  font-size: 16px;
}

.footer-copyright {
  color: var(--white);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 40px;
  font-size: 14px;
}

.footer-copyright a {
  color: var(--white);
  font-size: 14px;
}

.copyrightwrapper {
  background: #5FC6D2;
  color: var(--white);
  font-size: 14px;
}
 
.copyrightwrapper p {
  line-height: 22px;
}
 
.riyal-symbol {
  width: 0.8em;
}

/* Fotter CSS End */

/* Mega Menu Implementation */
.mega-menu-item {
  position: static !important;
}

/* Mega Menu Implementation - Absolute Positioned Layer */
.mega-menu-item {
  position: static !important;
  padding: 0.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mega-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--primary);
  z-index: 999;
  /* Lower than header-main */
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  /* Hidden behind the header */
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background: url(../images/megamenu-watermark.png) no-repeat right top
    var(--primary);
  min-height: 500px;
}

.mega-menu-content.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  /* Slides down into view */
  pointer-events: auto;
}

.mega-nav-list li a {
  transition: all 0.3s ease;
  display: block;
  padding: 10px 0;
}

.mega-nav-list li a:hover {
  /* padding-inline-start: 15px; */
  opacity: 1 !important;
}

.mega-watermark {
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 600px;
  opacity: 0.03;
  pointer-events: none;
  z-index: -1;
}

.mega-watermark img {
  width: 100%;
  filter: brightness(0) invert(1);
}

/* Ensure labels and logo area stay in front of the sliding menu */
.header-main {
  position: relative;
  z-index: auto;
  /* Higher than mega-menu-content */
  background: var(--white);
  /* Crucial for hiding the menu behind */
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar {
  position: static !important;
  padding: 0;
}

/* Fix dropdown toggle arrow for mega menu */

/* General Header styling */
.main-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-top {
  background-color: var(--white);
  font-size: 14px;
}

.btn-top-nav {
  background-color: var(--footer-bg);
  color: var(--white) !important;
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 500;
  border: none;
  transition: background 0.3s;
}

.lang-link {
  color: var(--footer-bg);
}

.btn-search-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--footer-bg);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.main-nav-menu .nav-link {
  color: var(--footer-bg);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--footer-bg);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--footer-bg);
}

.dropdown-toggle::after {
  vertical-align: middle;
  margin-inline-start: 0.5rem;
  color: var(--footer-bg);
  display: none;
}

.nav-link {
  display: block;
  padding: 0.5rem;
  color: var(--footer-bg);
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--footer-bg);
}

.btn-dark-blue {
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-dark-blue:hover {
  background-color: var(--accent-blue);
  color: var(--white);
  transform: translateY(-2px);
}

.text-primary {
  color: var(--footer-bg) !important;
}

.rounded-3 {
  border-radius: 0.57rem !important;
}

.mega-menu-content .display-6 {
  font-size: 1.9rem;
}

.mega-menu-content p {
  font-size: 16px;
  margin-bottom: 48px !important;
  line-height: 26px;
}

.mega-menu-content .btn-light {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.header-top.border-bottom {
  border-bottom: none !important;
}

.navbar-brand {
  padding: 3px 0;
}

.btn {
  font-size: 14px;
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  outline: 0;
  box-shadow: none;
  border: transparent;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
  border: transparent;
}

.top-nav-tools.gap-2 {
  gap: 11px !important;
}

.contact-info-img {
  max-height: 800px;
  object-fit: cover;
  object-position: center top;
}

.contact-info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
 
.contact-info-overlay .container {
  pointer-events: auto;
}
 
.info-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
 
.info-content h2 {
  font-size: 75px;
  line-height: 85px;
  color: var(--white) !important;
  font-family: var(--font-bold);
  margin-bottom: 0;
}
 
.info-content h2 span {
  display: block;
}
 
.info-content p {
  font-size: 20px;
  line-height: 32px;
  color: var(--white);
  margin-bottom: 0px;
  max-width: 450px;
  opacity: 0.9;
}
 
.w-fit-content {
  width: fit-content;
}
 

.navbar-light .navbar-toggler {
  border: none;
  height: 62px;
  width: 62px;
  background: var(--footer-bg);
  border-radius: 4px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none !important;
  width: 20px;
  height: 2px;
  background-color: var(--white);
  position: relative;
  transition: all 0.3s ease;
  display: block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: var(--white);
  left: -4px;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -10px;
}

.navbar-toggler-icon::after {
  top: 10px;
}

/* Transform to X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.top-nav-tools {
  position: relative;
  z-index: 1001;
}

.top-nav-tools .dropdown {
  z-index: 1111;
}

.dropdown-menu {
  border-radius: 5px;
}

.dropdown-item {
  font-size: 16px;
  color: var(--primary);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--primary);
  background: none;
}

/* Login Backdrop Start */
.login-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: opacity 0.3s ease;
}

.top-nav-tools .dropdown {
  position: relative;
  z-index: 999;
}

.login-dropdown-center {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  margin-top: 0.5rem !important;
}

/* Login Backdrop End */

/* Back to top Start */
/* Smooth scrolling (CSS only) */
html {
  scroll-behavior: smooth;
}

/* Fixed button position */
.scrl-top {
  position: static;
  right: 16px;
  bottom: 20px;
  z-index: 999;
}

/* Anchor styling */
.scrl-top a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  color: var(--white);
  text-decoration: none;
}

/* Arrow image */
.scrl-top img {
  width: 14px;
  height: auto;
}

/* iOS safe-area support */
@supports (padding: env(safe-area-inset-bottom)) {
  .scrl-top {
    bottom: calc(20px + env(safe-area-inset-bottom));
  }
}

/* Back to top End */

/* ============================================
   About Us Hero Section Start
   ============================================ */

/* Banner container */
.banner-wrapper {
  height: 560px;
  background-color: var(--primary);
  /* fallback if image ratio differs */
  overflow: hidden;
}

/* Image settings */
.banner-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* IMPORTANT: prevents image cut */
  object-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay layer */
.banner-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: start;
  pointer-events: none;
  width: 100%;
}

/* Heading */
.banner-title {
  font-size: 65px;
  font-family: var(--font-bold);
}

/* Navigation Menu */
.about-nav-menu {
  background: var(--footer-bg);
}

.about-nav {
  padding: 0;
}

ul.about-nav-list {
  margin: 0;
  padding: 0;
}

.about-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.about-nav-item {
  flex: 1;
  text-align: center;
}

.about-nav-link {
  display: block;
  padding: 26px 20px;
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-nav-link.active {
  font-family: var(--font-bold);
}

.about-nav-link:hover,
.about-nav-link.active {
  color: var(--white);
}

.who-we-are p {
  margin-bottom: 0;
}

/* ============================================
   About Us Hero Section End
   ============================================ */

/* ============================================
   Mission Vision Section Start
   ============================================ */

.mission-vision-section {
  padding: 100px 0;
  background-color: #f5f5f5;
  position: relative;
}

/* Left Content */
.mission-vision-content {
  padding-right: 40px;
  width: 530px;
}

.section-description {
  line-height: 28px;
  color: var(--cmn-hd-blk);
  margin: 0;
}

/* Mission Card */
.mission-card {
  background: var(--white);
  border-radius: 6px;
  padding: 35px 27px 24px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--cmn-hd-blk);
  position: relative;
  overflow: hidden;
  min-height: 367px;
}

.mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--footer-bg);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.mission-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/watermark-abtus.svg) no-repeat 259px 115px;
  background-size: 57%;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
  pointer-events: none;
}

.mission-card:hover {
  box-shadow: 0 16px 40px rgba(37, 107, 162, 0.3);
}

.mission-card:hover::before {
  opacity: 1;
}

.mission-card:hover::after {
  opacity: 1;
}

.mission-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  color: var(--primary);
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
}

.mission-card:hover .card-icon {
  color: var(--white);
  filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7475%)
    hue-rotate(205deg) brightness(107%) contrast(109%);
}

.mission-card .card-title {
  font-size: 30px;
  color: var(--cmn-hd-blk);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
}

.mission-card:hover .card-title {
  color: var(--white);
}

.mission-card .card-text {
  line-height: 26px;
  color: var(--cmn-hd-blk);
  margin: 0;
  transition: color 0.4s ease;
  position: relative;
  z-index: 3;
}

.mission-card:hover .card-text {
  color: var(--white);
}

/* Vision Card - With Hover Effect */
.vision-card {
  background: var(--primary);
  border-radius: 6px;
  padding: 35px 27px 24px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-height: 367px;
}

.vision-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--footer-bg);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.vision-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/watermark-abtus.svg) no-repeat 259px 115px;
  background-size: 57%;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
  pointer-events: none;
}

.vision-card:hover {
  box-shadow: 0 16px 40px rgba(1, 66, 106, 0.3);
}

.vision-card:hover::before {
  opacity: 1;
}

.vision-card:hover::after {
  opacity: 1;
}

.vision-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  color: var(--white);
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
}

.vision-card:hover .card-icon {
  color: var(--white);
}

.vision-card .card-title {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
}

.vision-card:hover .card-title {
  color: var(--white);
}

.vision-card .card-text {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  transition: color 0.4s ease;
  position: relative;
  z-index: 3;
}

.vision-card:hover .card-text {
  color: var(--white);
}

/* ============================================
   Mission Vision Section End
   ============================================ */

/* ============================================
   Our Subsidiaries Section Start
   ============================================ */

.our-subsidiaries {
  position: relative;
  overflow: hidden;
}

.subsidiary-card {
  background: var(--footer-bg);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.subsidiary-card .card-img {
  height: 280px;
  width: 100%;
  overflow: hidden;
}

.subsidiary-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.subsidiary-card .card-body {
  padding: 40px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}

.subsidiary-card h3 {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 25px;
  transition: color 0.5s ease;
}

.subsidiary-card p {
  line-height: 26px;
  color: var(--white);
  margin-bottom: 20px;
  opacity: 0.9;
  transition: color 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subsidiary-card .read-more {
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover Effects */
.subsidiary-card:hover {
  background: var(--white);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.subsidiary-card:hover .card-img img {
  transform: scale(1.1);
}

.subsidiary-card:hover h3 {
  color: var(--primary);
}

.subsidiary-card:hover p {
  color: var(--black);
  opacity: 1;
}

.subsidiary-card:hover .read-more {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

/* ============================================
   Our Subsidiaries Section End
   ============================================ */

/* Inner Page Sticky Sub Menu CSS */
#inner-page .main-header {
  position: inherit;
  background: var(--white);
  z-index: 1001;
}

#inner-page .about-nav-menu {
  position: sticky;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  #inner-page .main-header {
    position: sticky;
    top: 0;
  }

  #inner-page .about-nav-menu {
    top: 128px;
  }
}

@media screen and (max-width: 767px) {
  #inner-page .about-nav-menu {
    top: 121px;
  }
}

/* Inner Page Sticky Sub Menu CSS */

/* ============================================
   Chairman Message Section Start
   ============================================ */

.chairman-msg-content {
  padding-inline-end: 50px;
}

.chairman-msg-text {
  max-height: 450px;
  overflow-y: auto;
  padding-inline-end: 20px;
}

.chairman-msg-text p {
  line-height: 26px;
}

/* Custom Scrollbar */
.chairman-msg-text::-webkit-scrollbar {
  width: 6px;
}

.chairman-msg-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.chairman-msg-text::-webkit-scrollbar-thumb {
  background: var(--footer-bg);
  border-radius: 10px;
}

.chairman-msg-img img {
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* ============================================
   Chairman Message Section End
   ============================================ */
/* ============================================
   Member Card Section Start
   ============================================ */

.member-card {
  position: relative;
  background: #f8f9fa;
  border-radius: 15px;
  overflow: hidden;
}

.member-img img {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  display: block;
}

.member-info {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  background: var(--white);
  padding: 16px 14px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.member-details {
  flex: 1;
}

.member-name {
  font-size: 20px;
  color: var(--primary);
  font-family: var(--font-bold);
  margin-bottom: 10px;
}

.member-title {
  color: var(--cmn-hd-blk);
  margin-bottom: 0;
}

.linkedin-link img {
  width: 20px;
  height: auto;
}

/* ============================================
   Member Card Section End
   ============================================ */

/* ============================================
   Corporate Governance Section Start
   ============================================ */
.corporate-governance {
  position: relative;
  overflow: hidden;
}

.gov-text p {
  line-height: 28px;
  margin-bottom: 25px;
}

.gov-text p:last-child {
  margin-bottom: 0;
}

.gov-img img {
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

a.lnk-secondary, a.lnk-secondary:hover, a.lnk-secondary:visited {
	color: var(--secondary);
}

/* ============================================
   Corporate Governance Section End
   ============================================ */

/* Accordion Styles Start */
.cmn-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 0 !important;
}

.cmn-accordion .accordion-button {
  padding: 20px 25px;
  font-size: 26px;
  color: var(--primary);
  background-color: var(--accordion-bg);
  box-shadow: none;
  border-radius: 6px;
  font-family: var(--font-regular);
  transition: all 0.3s ease;
}

.cmn-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cmn-accordion .accordion-button:not(.collapsed) {
  background-color: var(--primary);
  color: var(--white);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cmn-accordion .accordion-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.cmn-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 32px;
  font-weight: 300;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--gray);
}

.cmn-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none;
  color: var(--white);
}

.cmn-accordion .accordion-button:hover::after {
  color: var(--white);
}

.cmn-accordion .accordion-collapse {
  background-color: var(--primary);
  color: var(--white);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.cmn-accordion .accordion-body {
  padding: 0 25px 25px;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.9;
}

.cmn-accordion .accordion-body ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 21px;
}

.cmn-accordion .accordion-body ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 8px;
}

.cmn-accordion .accordion-body p span {
  font-family: var(--font-bold);
}

.accordion-sub-hd h6 {
  font-size: 20px;
  font-family: var(--font-bold);
  color: var(--primary);
  margin-bottom: 10px;
}

a.btn-blue {
  color: var(--white);
  display: inline-flex;
}

/* Accordion Styles End */

/* Subsidiary Detail Styles Start */
.subsidiary-detail-section {
  background-color: var(--white);
}

.subsidiary-img img {
  width: 100%;
  border-radius: 12px;
}

.subsidiary-content-detail h2 {
  font-family: var(--font-regular);
}

.subsidiary-desc p {
  font-size: 16px;
  line-height: 26px;
  color: var(--cmn-hd-blk);
}

/* For Product and Services CSS Added */
.subsidiary-desc h6 {
  font-size: 20px;
  color: var(--primary);
  font-family: var(--font-bold);
  margin-bottom: 10px;
}

/* For Product and Services CSS Added */

.blue-bg {
  background-color: var(--primary) !important;
}

.blue-bg .cmn-hd,
.blue-bg .subsidiary-desc p {
  color: var(--white) !important;
}

/* Subsidiary Detail Styles End */

/* ============================================
   Subsidiary Card Expanded State Start
   ============================================ */
.subsidiary-card.is-expanded {
  background: var(--white) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.subsidiary-card.is-expanded .card-img {
  display: none;
}

.subsidiary-card.is-expanded .card-body {
  padding: 50px 40px;
}

.subsidiary-card.is-expanded h3 {
  color: var(--primary) !important;
  font-size: 30px;
  margin-bottom: 30px;
}

.subsidiary-card.is-expanded p {
  color: var(--black) !important;
  opacity: 1;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  display: block !important;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.subsidiary-card.is-expanded .read-more {
  color: var(--primary) !important;
}

/* Ensure transition works smoothly */
.subsidiary-card {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.subsidiary-card .card-img {
  transition: all 0.5s ease;
}

/* ============================================
   Promo Modal Styles Start
   ============================================ */
.promo-modal .modal-dialog {
  max-width: 650px;
}

.promo-modal-content {
  background-color: var(--white);
  padding: 15px;
  border: none;
  border-radius: 0;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.promo-banner-container {
  overflow: hidden;
  position: relative;
}

.promo-img {
  display: block;
}

.btn-close-custom {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
  background-color: var(--secondary);
  /* Teal color from shared image */
  border: none;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 1060;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-close-custom:hover {
  background-color: var(--primary);
  transform: scale(1.1);
}

.modal-backdrop.show {
  opacity: 0.8;
}

/* ============================================
   Promo Modal Styles End
   ============================================ */
   
   /* Cookie Notice CSS Start */
#cookie-notice {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 97;
  font-size: 12px;
  line-height: 20px;
  left: 0;
  margin: auto;
  right: 0;
  background: var(--secondary);
  padding: 20px 0;
  display:none;
}
 
#cookie-notice .cookie-notice-container {
  padding: 10px 5px;
  color: var(--white);
  display: block;
  font-size: 16px;
  color: var(--white);
  width: 966px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
 
#cookie-notice .cookie-notice-container h6 {
  font-size: 20px;
  color: var(--primary);
  font-family: var(--font-bold);
  margin-bottom: 7px;
}
 
#cookie-notice .cookie-notice-container p {
  margin-bottom: 0;
}
 
#cookie-notice .cookie-notice-container .cookie-cnt {
  width: 80%;
  padding-inline-end: 20px;
}
 
#cookie-notice .cookie-notice-container .cookie-btn {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
#cookie-notice .button.bootstrap {
  margin-bottom: 0;
  color: var(--white);
  border-radius: 10px;
  background: var(--primary);
  border: none;
  padding: 12px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
 
.cn-bottom {
  bottom: 0;
}
/* Cookie Notice CSS End */
 
/* Contact Us Start */

.req-fld {
    border-left:2px solid red !important;
}

.reloadimg {
	width: 47px;
}

.upload-file-text {
 position: absolute;
    width: 38%;
    height: 34px;
    color: #afafb0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 14px;
    font-size: 14px;
    background: #fff;
    left: 21%;
    top: 1px;}

.gcc-reports input[type="file"] span{
 font-size: 0px;
}
.custom-file-upload label {
 
 border: 1px solid black;
    padding: 3px;
    color: black;
    background-color: #efefef;
}

.upload-container {
 max-width: 350px;
 border: 1px solid #ababab;
 padding: 5px;
 display: flex;
 align-items: center; /* Align items vertically */
 justify-content: space-between; /* Creates space between label and div */
 gap: 10px; /* Space between label and file name */
}

.custom-label {
 border: 1px solid black;
 padding: 3px;
 color: black;
 background-color: #efefef;
 margin-bottom: 0;
 flex-shrink: 0
}

.file-upload {
 display: none; /* Hide the file input */
}

.file-name {
 padding: 5px;
 color: #afafb0;
 border-radius: 5px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 flex-grow: 1; /* Allow the file name to take up remaining space */
 text-align: center;
}

.consent {
 gap: 10px;
}
.consent input {
 
 margin-top: 5px
}
 
 

.file-upload {
	display: none; /* Hide the file input */
}
 
 
.file-name {
	padding: 5px;
	color: #afafb0;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-grow: 1; /* Allow the file name to take up remaining space */
	text-align: center;
}



 
/* Contact Us End */


/* Coming Soon Page Styles */
.comingsoon-section {
  height: 764px;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(to right, #498fc5, #8ebee4);
  padding: 0;
  overflow: hidden;
}

.comingsoon-section .container {
  max-width: 1400px;
}

.coming-soon-text {
  font-size: 125px;
  line-height: 1.1;
  font-weight: normal;
  font-family: var(--font-regular);
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: start;
}

.comingsoon-section h1 span {
  display: block;
  font-size: 47px;
}

.watermark-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  width: auto;
  max-width: none;
}
/* Coming Soon Page Styles */

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}

.chairman-name {
	font-family: var(--font-bold);
	font-size: 20px
}