@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  scroll-padding-top: 60px;
}

/* container start here */
.container {
  max-width: 1330px;
  padding: 0px 15px;
}

.snap-container {
  height: 100vh;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;

}

.snap-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.snap-section {
  min-height: 100vh;
  scroll-snap-align: start;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  /* transition: box-shadow 0.3s ease; */
  display: flex;
  flex-direction: column;
  background-color: #e7e7e7;
  /* align-items: center;
  justify-content: center; */
}

.snap-section {
  padding-top: 40px;
}

.section-1 {
  display: flex !important;
  justify-content: center;
  align-items: center;
}


/* .snap-section img {
  max-height: 55vh;
  height: auto;
  width: auto;
} */

.snap-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  width: 90%;
  background-color: #e7e7e7;
  transition: transform 0.5s ease;
}

.section-1 .gap-5 {
  gap: 114px !important;
}

.snap-section.scrolled-in::after {
  transform: translateX(-50%) scaleX(1);
}

.content {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 2s ease-out, transform 2s ease-out;
  margin-bottom: 66px !important;
}

.content.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-1 {
  background-color: #e7e7e7;
}

.section-3,
.history-section {
  background: #e7e7e7;
}

.arrow-button {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: black;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.navbar {
  position: sticky;
  background-color: #e7e7e7;
  color: #001357;
}

.bannerdiv img {
  width: 880px;
  height: 160px;
}


.bannerdiv-paragraph p {
  font-size: 48px;
  line-height: 54px;
  color: #0D0D0D;
  padding: 0px 52px 0px 0px;
}

/* 
.mail-form {
  background: linear-gradient(to right, #001357, #2237C1);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} */


.mail-form {
  background: linear-gradient(to right, #001357, #2237C1);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -73px;
  right: 20px;
}

/* .history-section .mail-form {
  background: linear-gradient(to right, #001357, #2237C1);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -73px;
  right: -77px;
}
.section-3 .mail-form {
  background: linear-gradient(to right, #001357, #2237C1);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -73px;
  right: -34px;
} */

.white-mail-form {
  background: white !important;
  height: 90px;
  width: 90px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -73px;
  right: 20px;
}

.leadership-tab .leadership-span {
  width: 179px;
  height: 48px;
  border: 1px solid black;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
}

.synopsis-tab .synopsis-span {
  width: 179px;
  height: 48px;
  border: 1px solid white;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
}


.synopsis-section {
  background: linear-gradient(to right, #001357, #2237C1);
  color: white;
  height: 100%;
  display: flex;
  margin-bottom: 144px;
}

.notable-section {
  background: linear-gradient(to right, #001357, #2237C1);
  color: white;
  height: auto;
  display: flex;
}

.logotimeline-section {
  background: linear-gradient(to right, #001357, #2237C1);
  color: white;
  height: 100%;

}

.section-2 .section2-paragraph {
  color: #001357;
  font-size: 60px;
  line-height: 48px;
  font-weight: bold;
}

.synopsis-section .synopsis-paragraph {
  color: white;
  font-size: 60px;
  line-height: 48px;
  font-weight: bold;
}

.notable-section .notable-paragraph {
  color: white;
  font-size: 60px;
  line-height: 48px;
  font-weight: bold;
}

.section-2 .section2-inner-paragraph,
.synopsis-section .synopsis-inner-paragraph,
.section-3 .section3-inner-paragraph,
.section-3 .section3-inner-paragraph-1,
.history-section .history-inner-paragraph {
  font-size: 18px;
}
.section-2 .section-main-content .section2-inner-paragraph{
  padding: 0px 18px 0px 18px;
}
.section-3 .section3-inner-paragraph{
  text-align: right;
}

.section-3 .detail-div {
  line-height: 24px;
}

.section-2 .detail-div {
  line-height: 27px;
}

.section-3 .detail-div {
  display: flex;
  flex-direction: column;
}

.form-image-div img {
  width: 526px;
  height: 110px;
}

.section-4 {
  background-color: #E7E7E7;
  padding: 20px;
}

.section-4 .form-contact-number {
  font-size: 58px;
  font-weight: bold;
}

.section-4 form label {
  font-size: 18px;
}

.section-4 form input.form-control,
.section-4 form select.form-control {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 10px 16px;
  height: 42px;
}

.section-4 form textarea.form-control {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 10px 16px;
}

.section-4 form textarea {
  resize: none;
}

.section-4 .checkbox-paragraph {
  font-size: 18px;
}

.Copyright {
  font-size: 18px;
}

.section-4 form .submitBtn {
  background: linear-gradient(to right, #001357, #2237C1);
  color: white;
  border: none !important;
  box-shadow: none !important;
  font-size: 18px;
  padding: 10px 174px;
}

.drop-down {
  position: relative;
}

.drop-down .selected a {
  background: #fff no-repeat scroll right center;
  display: flex;
  padding-right: 0;
  width: 100%;
  border-radius: 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #828282;
  padding: 8px 16px;
  height: 42px;
  align-items: center;
  justify-content: space-between;
}

.drop-down.open span {
  transform: rotate(180deg);
}

.drop-down .option {
  position: relative;
}

.drop-down .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 2000;
}

.drop-down .options ul li {
  border-top: 1px solid #E7E7E7;
}

.drop-down .options ul li a {
  display: block;
  text-decoration: none;
  color: #0D0D0D;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding: 13px 16px;
}

.drop-down .selected span.value,
.drop-down .options span.value {
  display: none;
}


.drop-down .options ul li a:hover {
  background: #0000;
  color: #000;
  transition: 0.2s ease;
}

/* checkbox */
/* Hide the native checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: #f1f1f1;
  border: 1px solid #0D0D0D;
  border-radius: 0;
  transition: 0.2s ease;
}

.signin-form-section .custom-checkbox .checkmark {
  background-color: white;

}

.custom-checkbox input[type="checkbox"]:checked+.checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover effect */
.custom-checkbox:hover .checkmark {
  border-color: #0D0D0D;
}

/* Checked background */
.custom-checkbox input[type="checkbox"]:checked+.checkmark {
  background-color: #E7E7E7;
  border-color: #000;
}

.mobile-mail-icon {
  display: none;
}

.slanted-d {
  font-style: italic;
  color: #ED1C24;
}

.arrow-div img {
  cursor: pointer;
}

.mail-form {
  cursor: pointer;
}

.mail-form img {
  height: 30px;
  width: 37.5px;
}

.offcanvas {
  box-shadow: none !important;
}

.offcanvas-header {
  box-shadow: none !important;
}

.navbar-green {
  background: linear-gradient(to right, #001357, #2237C1);
  color: #e7e7e7;
  border: none;
}

.navbar-grey {
  background: #E7E7E7;
  border: none;
}

.navbar .nav-link {
  color: #001357;
}

.navbar-green .nav-link {
  color: white;
}

.section-4 form input::placeholder,
.section-4 form textarea::placeholder {
  color: #828282;
}

/* 
.section-2 .leadership-arrow {
  position: absolute;
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%);
  cursor: pointer
} */

.synopsis-section .all-paragraphs {
  padding-right: 170px;
  text-align: justify;
}

.section-1 .dynamic-mail {
  position: absolute;
  right: 20px;
  bottom: 18px;
  cursor: pointer
}

.synopsis-section .dynamic-mail {
  position: absolute;
  right: 20px;
  bottom: 36px;
  cursor: pointer
}

.section-1 .dynamic-arrow-div {
  position: absolute;
  left: 50%;
  bottom: 30px;
  cursor: pointer
}

.synopsis-section .dynamic-arrow-div {
  position: absolute;
  left: 50%;
  bottom: 46px;
  cursor: pointer
}

.section-2 .leadership-mail {
  position: absolute;
  right: 20px;
  bottom: 64px;
  cursor: pointer
}

.section-3 .contact-mail {
  position: absolute;
  right: 35px;
  bottom: 23px;
  cursor: pointer;
  width: 35%;
}

.section-3 .contact-mail a {
  text-decoration: none;
}

/* .section-3 .section3-arrow-div {
  position: absolute;
  left: 50%;
  bottom: 0px;
  cursor: pointer
} */

.section-3 .Copyright {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* 
.section-4 .form-div-arrow {
  position: absolute;
  left: 50%;
  bottom: 68px;
  cursor: pointer
} */

.small-envelope-icon:hover {
  color: #ED1C24;
  font-size: large;
}

.navbar-toggler {
  border: none;
}

.section-2 .section2-inner-paragraph .section-name {
  font-size: 22px;

}

.section-3 .section3-content-inner {
  display: flex;
  justify-content: end;
  align-items: end;
}

.history-section .history-content-inner {
  display: flex;
  flex-direction: column;
}

.history-section .history-content-inner .history-content-inner-1 {
  display: flex;
  gap: 3rem;
}

.history-section .history-content-inner .history-content-inner-1 p {
  font-size: 18px;
}

.section-3 .section3-paragraph {
  font-size: 60px;
  font-weight: bold;
  color: #001357;
}

.signin-form-section {
  margin: auto;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.login-left {
  background: linear-gradient(to right, #004225, #2d6c4b);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.login-left,
.login-right {
  padding: 110px;
}

.login-right form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.scrollable-container {
  height: 100vh;
  /* or a fixed height like 500px */
  overflow-y: auto;
  /* vertical scroll enabled */
  padding: 1rem;
  box-sizing: border-box;
  /* include padding inside height */
  background-color: white;
}

.signin-form-section form input.form-control,
.signin-form-section form select.form-control {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 10px 16px;
  height: 42px;
  background-color: #E7E7E7;
}

.signin-form-section form .submitBtn {
  background: linear-gradient(to right, #001357, #2237C1);
  color: white;
  border: none !important;
  box-shadow: none !important;
  font-size: 18px;
  padding: 10px 90px;
  width: 100%;
}

.signin-form-section p {
  font-size: 22px;
}

.signin-form-section h2 {
  font-size: 48px;
  font-weight: 600;
  color: #004225;
  margin-bottom: 30px;
}

.signin-form-section form .forget-password-div a,
.signin-form-section form .forget-password-div-mob a {
  text-decoration: none;
  color: #828282;
}

.terms {
  width: 100%;
  padding: 50px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}

.terms-content {
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  padding: 0px 50px;
  margin-top: 100px;
}

.terms-content h1 {
  color: #001357;
  font-size: 64px;
  text-align: center;
  padding-bottom: 10px;
  margin-top: -80px;
  font-weight: 600;
}

.terms-content h2 {
  color: #000000;
  font-size: 22px;
  text-align: center;
}

.terms-content h4 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
}

.terms-content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
  padding: 20px 0px 10px 0px;
}

.terms-content img {
  width: 15%;
  text-align: center;
  display: inline-flex;
  margin: 10px 0px 10px 0px;
}


.terms-content strong {
  font-weight: bold;
}

.terms-content ul {
  padding: 0px;
  /* margin: 0px 0px 20px 30px; */
  margin: 0px 0px 0px 30px;
}

.terms-content .with_space li {
  padding-bottom: 20px;
}


.terms-content section {
  margin-bottom: 2rem;
}

/* .terms-content ul li {
  padding-top: 20px;
} */

.terms-content p {
  color: #000000;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  padding-top: 0px;
  margin-bottom: 0.5rem;
}

.terms-content a {
  color: #000;
}

.terms-content a:hover {
  text-decoration: underline;
}

.make-link {
  color: #000 !important;
  font-weight: normal;
}

.learn-more {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.learn-more a {
  background-color: #000;
  text-decoration: none;
}

.nav-item,
.navbar-brand {
  cursor: pointer;
}

.navbar-green .nav-item .active {
  color: white;
  font-weight: 600;
}

.main-container {
  background-color: #e5e5e5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-outer-div {
  padding: 50px;
}

.main-inner-div {
  padding: 60px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 400px;
}

.btn-belmont {
  background: linear-gradient(to right, #004225, #2d6c4b);
  color: white;
  padding: 10px 68px;
  border-radius: 0px;
}

.btn-karmali {
  background: linear-gradient(to right, #001a60, #0033cc);
  color: white;
  padding: 10px 68px;
  border-radius: 0px;
}

.popup-accept {
  padding: 8px 80px;
  border: 1px solid #333;
  background-color: white;
  cursor: pointer;
  margin-top: 15px;
}

.popup-links a {
  text-decoration: none;
  text-decoration: underline;
  color: black;
}

.sectors {
  display: flex;
  gap: 8rem;

}

.sectors span {
  display: inline-block;
  border: 2px solid white;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  margin-right: 10px;
}

.sector-1,
.sector-2 {
  position: relative;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.sector-1::after {
  content: '';
  position: absolute;
  right: -118px;
  top: 50%;
  transform: translateY(-50%);
  width: 108px;
  height: 1px;
  background-color: #FFFFFF;
}

.mobile-policy-links {
  display: none;
}

.all-nav-links {
  display: flex !important;
  justify-content: end;
  gap: 2rem;
}

.location a {
  font-size: 24px;
}

.location a:hover {
  color: white !important;
}

.location a:active {
  color: white !important;
}

.location a:visited {
  color: white !important;
}

#policyModal .modal-content {
  border-radius: 0px !important;
  padding: 60px !important;
}

.modal-all-links-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-links-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.usa-paragraph {
  color: #004225;
  font-size: 18px;
}

.chairman-main-div {
  width: 75%;
}

.contact-content-div {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.history-content-div {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.bannerdiv-main-section {
  display: flex;
  align-items: start;
  margin-bottom: 144px !important;
}

.custom-modal .modal-dialog {
  max-width: 742px;
  height: 10vh;
}

.forget-password-div-mob {
  display: none;
}


.leadership-main-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1.5rem;
}

.learn-more-hide {
  display: block;
}

.full-bio-2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.plus-paragraph {
  display: flex;
  gap: 2rem;
  justify-content: start;
  align-self: start;
}

.plus-paragraph img {
  display: block;
  /* Remove default image baseline space */
  margin: 0;
  padding: 0;
  align-self: flex-start;
  /* Force this image to align to the top independently */
}

.selected-exp {
  color: #001357;
  font-size: 60px;
  font-weight: bold;
}

.nav-logo {
  height: 40px;
}

.logo-timeline-main-div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.logo-years {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}

.logo-images-div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
}

.logo-images-div .logo-1905 {
  max-width: 348px;
  max-height: 236px;

}
.logo-images-div .logo-1994 {
  max-width: 254px;
  max-height: 236px;

}
.logo-images-div .logo-2025 {
  max-width: 366px;
  max-height: 152px;

}

#toast-container>.toast-success,
#toast-container>.toast-error,
#toast-container>.toast-info,
#toast-container>.toast-warning {
  z-index: 9999 !important;
  opacity: 1 !important;
}

.extra-line-height {
  line-height: 5px;
  margin-top: 5px !important;
}

/* media screen  start  here */
@media (min-width: 1280px) and (max-width: 1400px) {
  /* .mob-hide {
    position: absolute;
    bottom: 50px;
    top: auto;
    width: 100%;
    height: 100px;
  } */

  .section-2,
  .section-4,
  .synopsis-section {
    padding-top: 12px;
    justify-content: flex-start;
  }

  /* .section-2 .leadership-arrow {
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    cursor: pointer
  } */

  /* .section-2 .leadership-mail {
    right: 20px;
    bottom: -44px;
    cursor: pointer
  } */

  /* .section-3 .contact-mail {
    right: -68px;
    bottom: -54px;
    cursor: pointer
  } */

  /* .section-3 .section3-arrow-div {
    position: absolute;
    left: 50%;
    bottom: -42px;
    cursor: pointer
  }

  .section-3 .Copyright {
    position: absolute;
    left: 32px;
    bottom: -42px;
  } */

  .bannerdiv img {
    min-width: auto;
    min-height: 200px;
    width: 100%;
    max-width: 77%;
    margin: 0;
  }

  /* .section-4 .form-div-arrow {
    position: absolute;
    left: 50%;
    bottom: -80px;
    cursor: pointer;
  } */

  .section-4 .form-contact-number {
    font-size: 58px;
  }

  .form-image-div img {
    width: 526px;
    height: 108px;
  }

  /* .synopsis-section .dynamic-mail {
    position: absolute;
    right: 20px;
    bottom: -44px;
    cursor: pointer
  }

  .synopsis-section .dynamic-arrow-div {
    position: absolute;
    left: 50%;
    bottom: -32px;
    cursor: pointer
  } */
}

.main-form-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  justify-content: center;

}

.main-container-div {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;

}

.navbar-green .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}

.signIn-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px !important;
  height: 100vh;
  /* margin: auto; */
}

.submitBtn-div {
  margin-top: 10px;
}

.hidden-content {
  display: none;
  margin-top: 3rem;
  padding-bottom: 30px;
}

/* test demo */

.mob-hide {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: 1320px;
  margin: 0 auto;
}

.arrow-bottom-all {
  position: relative;
  left: 50%;
  bottom: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}

/* test demo end */
/* Karmali */
.highlight {
  color: #001860;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0px;
  padding-bottom: 26px;
}

.history-section .history-span {
  color: #001357;
  font-size: 22px;
}

.history-section .history-main-paragraph {
  font-size: 54px;
  font-weight: bold;
  color: #001357;
  line-height: 54px;
}

.years-after,
.years-2 {
  font-size: 60px;
  font-weight: bold;
  position: relative;
}

.years-after::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -216px;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
  /* Line color */
}

.market-box {
  border: 1px solid #fff;
  padding: 15px 20px;
  margin: 10px;
  color: #fff;
  text-align: left;
}

.market-box .mark-price {
  font-size: 32px;
  font-weight: bold;
  padding-right:4px;
}

.notable-learn-more {
  height: 100%;
  text-decoration: none;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notable-content {
  padding: 35px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;

}

.notable-man-div-color {
  background-color: white;
}

.notable-content .col-lg-3 {
  display: flex;
  /* Allows the image to fill the entire container */
}

.notable-content .col-lg-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Makes sure the image fully covers the space */
}

.notable-content-paragraph {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: black;
  padding: 20px 68px;
}

.notable-content-paragraph p {
  color: black;
}

.hidden-divs {
  display: none;
}

.notable-main-div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.notable-section .market-box .market-box-span {
  font-size: 20px;
}

.nav-link.active {
  font-weight: 700;
}

/* Karmali */
@media(max-width: 1320px) {
  .section-3 .Copyright {
    left: 15px;
  }

  .section-3 .contact-mail {
    width: 42%;
  }

}

@media(max-width: 1280px) {
  .section-3 .Copyright {
    left: 15px;
  }

  .section-3 .contact-mail {
    width: 42%;
  }

  .section-1 .gap-5 {
    gap: 30px !important;
    padding-top: 0 !important;
  }

  .bannerdiv img {
    min-width: auto;
    min-height: 200px;
    width: 100%;
    max-width: 77%;
    margin: 0;
  }

  .bannerdiv-paragraph p {
    font-size: 30px;
    line-height: 40px;
  }

  .section-2 .section2-paragraph {
    font-size: 60px;
    line-height: 40px;
  }

  .section-4 .form-contact-number {
    font-size: 40px;
  }

  /* .section-4 .form-div-arrow {
    position: absolute;
    left: 50%;
    bottom: -110px;
    cursor: pointer;
  } */

  /* .synopsis-section .dynamic-mail {
    position: absolute;
    right: 20px;
    bottom: -10px;
    cursor: pointer
  } */

  /* .synopsis-section .dynamic-arrow-div {
    position: absolute;
    left: 50%;
    bottom: -12px;
    cursor: pointer
  } */

  /* .section-3 .contact-mail {
    position: absolute;
    right: -68px;
    bottom: -28px;
    cursor: pointer;
    width: 40%
  } */

  /* .section-3 .section3-arrow-div {
    position: absolute;
    left: 50%;
    bottom: 2px;
    cursor: pointer
  } */

  /* .section-3 .Copyright {
    position: absolute;
    left: 0px;
    bottom: -15px;
  } */
}

@media(max-width: 991px) {
  .signin-form-section {
    min-height: unset;
    max-height: unset;
  }

  .container {
    padding: 0 1rem;
  }

  .bannerdiv-paragraph p {
    font-size: 40px;
    line-height: 32px;
  }

  .bannerdiv img {
    min-width: 460px;
    min-height: 160px;
  }

  .arrow-button {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .Copyright {
    font-size: 14px;
    text-align: center;
  }

  .snap-container {
    height: auto;
    scroll-snap-type: none;
    scroll-behavior: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
  }

  .snap-section {
    height: auto;
    scroll-snap-align: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mob-hide {
    display: none;
  }

  .snap-section .h-75 {
    height: auto !important;
  }

  .content {
    opacity: 1;
    transform: unset;
    transition: opacity 3s ease-out, transform 3s ease-out;
  }

  .content.visible {
    opacity: 1;
    transform: unset;
  }

  html,
  body {
    scroll-behavior: auto;
    overflow: auto;
    scroll-padding-top: 30px;
  }

  .mob-hide {
    padding-bottom: 30px !important;
  }

  p.section2-inner-paragraph.mobile-mt {
    margin-top: 30px;
  }

  .mail-form {
    background: linear-gradient(to right, #001357, #2237C1);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-mail-icon {
    position: fixed;
    top: unset;
    bottom: 60px;
    right: 50px;
    width: 80px;
    height: 80px;
    z-index: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.4s ease;
  }

  .mobile-mail-icon img {
    width: 60%;
    height: auto;
  }

  .section-1 .mob-hide,
  .section-2 .mob-hide {
    display: none;
  }

  .section-3 .Copyright {
    display: block;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }

  .section-3 .arrow-div {
    display: none !important;
  }

  .section-3 .mail-form {
    display: none !important;
  }

  .section-3 .section3-inner-paragraph,
  .section-3 .section3-inner-paragraph-1 p {
    text-align: left;
    padding: 0px !important;
    margin: 7px !important;
  }


  .section-3 .section3-content-inner {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 2rem;
  }

  .mobile-policy-links {
    display: block;
  }

  .mobile-sign-hide {
    display: none;
  }

  .navbar-green .nav-link {
    color: unset;
  }

  .navbar-green .nav-item .active {
    color: unset;
  }

  .section-3 .detail-div {
    display: flex;
    flex-direction: column;
  }
  .section-3{
    min-height: unset!important;
  }
  .all-nav-links {
    display: flex !important;
    justify-content: end;
    gap: 2rem;
  }

  .btn-close {
    filter: invert(1);
    /* Makes the default black 'X' white */
    font-weight: bold;
  }

  .custom-close {
    position: absolute;
    top: 20px;
    right: -40px;
    z-index: 1056;
    border: 2px solid #000 !important;  
    border-radius: 6px; 
    opacity: 1; 
}

  .nav-item .nav-link {
    color: black;
  }

  body.modal-open .mobile-mail-icon,
  body.offcanvas-open .mobile-mail-icon {
    pointer-events: none;
    opacity: 0.4;
    /* Optional: make it look dimmed */
  }

  .history-section .history-content-inner .history-content-inner-1 {
    display: flex;
    flex-direction: column;
    gap: unset;
  }

  .logo-timeline-main-div {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }

  .logo-years {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0rem;
  }

  .logo-images-div {
    margin-top: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .logo-images-div img {
    height: 148px;
    max-width: 223px;
  }

  .years-after,
  .years-2 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
  }

  .selected-exp {
    color: #001357;
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
  }

  .highlight {
    color: #001860;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0px;
    padding-bottom: 26px;
  }

  .history-section .history-main-paragraph {
    font-size: 32px;
    font-weight: bold;
    color: #001357;
    line-height: 40px;
  }

  .history-section {
    padding-top: 0px;
  }

  .plus-paragraph {
    display: flex;
    gap: 1rem;
    justify-content: start;
    align-self: start;
  }

  .plus-paragraph img {
    height: 22px;
    width: 22px;

  }

  .notable-section .notable-paragraph {
    color: white;
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
  }

  .hidden-divs {
    display: block;
  }

  .notable-content {
    display: block !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .synopsis-section {
    background: linear-gradient(to right, #001357, #2237C1);
    color: white;
    height: 100%;
    display: flex;
    margin-bottom: 0px;
  }

  .history-section {
    padding-top: 40px;
  }

  .notable-main-div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .terms-content h4 {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
  }

  .market-notable-message {
    display: block !important;
  }
}

@media(max-width: 767px) {

  .container {
    padding: 0 1rem;
  }

  .bannerdiv-paragraph p {
    font-size: 22px;
    line-height: 32px;
  }

  .bannerdiv {
    text-align: start;
  }

  .bannerdiv img {
    min-width: unset;
    width: 100%;
    max-width: 100%;
    min-height: unset;
    height: 60px !important;
    margin: 0 auto;
  }

  /* .bannerdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  } */

  .arrow-button {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .Copyright {
    font-size: 14px;
    text-align: center;
    position: relative;
    top: -40px;
  }

  .mobile-unset {
    position: unset !important;
  }

  .mail-form {
    width: 50px;
    height: 50px;
  }

  /* .snap-section {
     padding-top: 25px !important;
   } */

  .bannerdiv-paragraph p {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 5px;
    padding: 0px 42px 0px 0px;
  }

  .section-1 .gap-5 {
    gap: 20px !important;
  }

  .mail-form img.img-fluid {
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
  }

  .snap-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-2 {
    padding-top: 60px !important;
    background-color: #e7e7e7;
  }

  .section-1 {
    background-color: #e7e7e7;
  }

  .mob-hide {
    padding-bottom: 15px !important;
    margin-top: 15px !important;
  }

  .snap-section .pt-5 {
    padding-top: 20px !important;
    gap: 15px !important;
  }

  .bannerdiv-paragraph {
    width: 100%;
    margin-top: 30px;
  }

  .leadership-tab {
    display: flex;
    width: 100%;
  }

  .leadership-tab .leadership-span {
    width: auto;
    height: 38px;
  }

  .section-2 .section2-paragraph {
    font-size: 34px;
    line-height: 1.4;
  }

  p.section2-inner-paragraph {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 18px !important;
  }

  p.section2-inner-paragraph-2 {
    font-size: 18px !important;
  }

  p.section2-last-paragraph {
    padding-bottom: 20px;
  }

  .detail-div.mt-4 {
    margin-top: 0px !important;
  }

  p.section2-inner-paragraph+small {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-4 .gap-3 {
    gap: 0 !important;
  }

  .section-3 .bannerdiv+.align-items-end {
    align-items: center !important;
    justify-content: center !important;
  }

  .section-3 .section3-inner-paragraph,
  .notable-section .section3-inner-paragraph {
    line-height: 15px;
  }

  .section-3 .section3-inner-paragraph-1 {
    line-height: 26px;
  }

  .section-4 .pt-5,
  .section-4 {
    padding-top: 55px !important;
  }

  .section-4 .form-contact-number {
    display: none;
    font-size: 30px;
    line-height: 1.4;
  }

  form.mt-5 {
    margin-top: 0px !important;
  }

  .section-4 form label {
    font-size: 18px;
    flex-wrap: wrap;
    margin-top: 20px;
    font-weight: 400;
  }

  .section-4 form .submitBtn {
    background-color: black;
    color: white;
    border: none !important;
    box-shadow: none !important;
    font-size: 18px;
    padding: 10px 134px;
    width: 100%;
  }

  .section-4 form .submitBtn-div {
    text-align: center;
  }

  .mobile-mail-icon {
    position: fixed;
    top: unset;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 666;
    cursor: pointer;
  }

  .mobile-mail-icon img {
    width: 100%;
    height: auto;
  }



  .half-width-offcanvas {
    width: 60% !important;
  }

  .small-envelope-icon {
    display: flex;
  }

  .section-1 .bannerdiv-main-section {
    margin-bottom: 144px !important;
  }

  .section-2 .leadership-img-div {
    max-height: 55vh;
    display: flex;
  }

  .synopsis-section {
    background: linear-gradient(to right, #001357, #2237C1);
    color: white;
  }

  .section-1 .mob-hide,
  .section-2 .mob-hide,
  .synopsis-section .mob-hide,
  .section-3 .mob-hide {
    display: none;
  }

  .section-3 .Copyright {
    left: 0% !important;
    margin-top: 90px;
  }

  .section-4 .form-div-arrow {
    display: none !important;
  }

  .login-right,
  .login-left {
    padding: 40px 20px;
  }

  .login-left {
    background: linear-gradient(0deg, #004225, #2d6c4b);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 40px;
  }

  .signin-form-section form .submitBtn {
    background: linear-gradient(to right, #001357, #2237C1);
    color: white;
    border: none !important;
    box-shadow: none !important;
    font-size: 18px;
    padding: 10px 90px;
    width: 100%;
  }

  .signin-form-section img {
    width: 90%;
  }

  .mobile-policy-links {
    display: block;
  }

  .sectors {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem
  }

  .sector-1::after {
    position: absolute;
    left: 17px;
    top: 71px;
    transform: translateY(-50%);
    width: 1px;
    height: 46px;
    background-color: #e7e7e7;
  }

  .years-after::after {
    position: absolute;
    left: 17px;
    top: 125px;
    transform: translateY(-50%);
    width: 2px;
    height: 180px;
    background-color: #FFFFFF;
  }

  .sector-1,
  .sector-2 {
    position: relative;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section-3 .section3-paragraph {
    font-size: 32px;
    font-weight: bold;
  }


  .main-container-div img {
    width: 241px;
  }

  #mainNavbar .nav-sidebar {
    background-color: #E7E7E7;
  }

  .main-outer-div {
    padding: 16px 24px;
  }

  .all-nav-links {
    display: flex !important;
    justify-content: end;
    gap: 2px;
  }

  .modal-all-links-div {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 2rem;
  }

  .modal-links-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2rem;
  }

  .chairman-main-div {
    width: 100%;
  }

  .synopsis-section .synopsis-paragraph {
    color: white;
    font-size: 34px;
    line-height: 54px;
    font-weight: bold;
    margin: 0px!important;
    padding: 0px!important;
  }

  .synopsis-section .all-paragraphs {
    padding-right: 20px;
    text-align: left;
  }

  .terms-content {
    width: 100%;
    text-align: left;
    padding: 0px 5px;
    margin-top: 100px;
  }

  .terms-content img {
    width: 80%;
    text-align: center;
    display: inline-flex;
  }

  .terms-content h1 {
    font-size: 40px;
    font-weight: bold;
  }

  .terms-content ul li {
    padding-top: 5px;
  }

  #policyModal .modal-content {
    border-radius: 0px !important;
    padding: 36px 34px !important;
    width: 80%;
    margin: auto;
    /* align-items: center; */
  }

  .popup-accept {
    padding: 8px 80px;
    border: 1px solid #333;
    background-color: white;
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
  }

  .forget-password-div {
    display: none;
  }

  .forget-password-div-mob {
    display: block;
  }

  .main-inner-div {
    padding: 55px;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 290px;
  }

  .custom-modal .modal-dialog {
    max-width: 90%;
    /* or set a specific value like 300px */
    margin: 1rem auto;
  }

  .custom-modal .modal-content {
    padding: 1.5rem;
    /* Reduce padding for smaller screen */
  }

  .modal-links-div {
    flex-wrap: wrap;
    text-align: center;
  }

  .signin-form-section .login-left p {
    font-size: 26px;
  }

  .login-right form label {
    font-size: 18px;
  }

  .navbar {
    background-color: #E7E7E7;
    transition: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  .navbar-grey {
    background: #E7E7E7;
    border: none;
  }

  .leadership-main-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }

  .mail-icon-hide {
    display: none;
  }

  .learn-more-hide {
    display: none !important;
  }

  .hidden-content {
    display: block;
    margin-top: 0px;
  }

  .scrollable-container {
    background-color: white !important;
  }

  .terms {
    background-color: white !important;
    padding: 2px;
    text-align: left;
  }

  .terms-content {
    background-color: white;
  }

  .signin-form-section h2 {
    font-size: 44px;
  }

  .sector-circle {
    margin-right: 8px;
    /* or 0.5rem, or whatever spacing you need */
  }

  .notable-content-paragraph {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: black;
    padding: 20px 20px;
  }

  .notable-content {
    /* background: white; */
    margin: 20px auto;
    display: block;
    display: flex;
    justify-content: center;
  }

  .notable-learn-more {
    height: 100%;
    display: none;
  }

  .extra-line-height {
    margin: 10px !important;
    line-height: 0px;
  }

  .need-line-height {
    line-height: 20px;
  }

  .market-box .mark-price {
    font-size: 32px;
    font-weight: bold;
    padding-right: 10px;
  }
  .logo-images-div .logo-2025 {
    max-width: 270px;
    max-height: 117px;
}
.form-image-div img {
  width: 526px;
  height: 60px;
}
}