/* Components start */

* {
  /* font-family: "Futura Std", Geometric sans-serif; */
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 1920px) {
  .custom-container {
    max-width: 1540px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .custom-container {
    max-width: 680px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .custom-container {
    max-width: 880px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-container {
    max-width: 1096px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .custom-container {
    max-width: 1240px !important;
  }
}

/* 1400px */

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
}

/* 1600px */

@media (min-width: 1600px) {
  .custom-container {
    max-width: 1450px;
  }
}

/* 1800px */

@media (min-width: 1800px) {
  .custom-container {
    max-width: 1540px;
  }
}

/* 1920px+ */

@media (min-width: 1920px) {
  .custom-container {
    max-width: 1604px;
  }
}

/* NAVBAR */
#menu-primary-menu ul li a {
  color: #000;
}

/* STICKY STATE */
.custom-navbar-sticky.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  /* background:#fff; */
  /* box-shadow:0 5px 20px rgba(0,0,0,0.08); */
  padding: 15px 0;
  background-color: #fff;
      box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

}

/* NAV */
.custom-logo {
  height: 80px;
  width: auto;
}



/* Desktop + Mobile active menu item */
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current-menu-parent > a {
  color: #000;
  font-weight: 600;
  position: relative;
}

/* HERO */
.hero-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #00d0ff;
}

.hero-banner img {
  width: clamp(250px, 25vw, 500px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .hero-banner {
    height: 70vh;
  }

  .hero-banner img {
    max-width: 300px;
  }
}

/* ABOUT SECTION */
.abt-section {
  min-height: 100vh;
}

.abt-section h2 {
  color: rgba(163, 163, 163, 1);
}

.abt-section p {
  font-weight: 400;
  color: rgba(146, 146, 146, 1);
  /* font-size: 48px; */
}

@media (max-width: 768px) {
  .abt-section {
    min-height: 70vh;
    padding: 40px 0;
  }

  .abt-section p {
    /* font-size: 24px; */
  }

  .abt-section h2 {
    /* font-size: 20px; */
  }
}

.btn-abt {
  display: inline-block;
  padding: 10px 20px;
  color: #929292;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  border: 1px solid #929292;
}

.btn-abt:hover {
  background-color: #929292;
  color: #fff;
}

.bg-gray-gradient {
  background: linear-gradient(
    180deg,
    #a5cdd7 -3.78%,
    #d6e3e6 5.05%,
    #ffffff 19.26%
  );
}

.abt-bckg-img {
  will-change: transform;
  bottom: -8%;
  transform: translateY(0);
}

/* WHY INVEST IN SL SECTION */
.why-invest-section {
  background: linear-gradient(180deg, #7ce7ff 4.77%, #00bfea 47.42%);
}

.why-invest-section h3 {
  /* font-size: 36px; */
}

.invest-description {
  font-size: 30px;
}

@media (max-width: 768px) {
  .why-invest-section h3 {
    /* font-size: 20px; */
  }

  .invest-description {
    font-size: 16px;
  }
}

.invest-btn-icon-wrapper img {
  transform: translateY(0);
}

.invest-btn:hover .invest-btn-icon-wrapper img {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

/* INVESTED SECTORS SECTION */
.custom-repeater-row {
  border-radius: 40px;
}

.custom-repeater-row:hover {
  background: linear-gradient(
    180deg,
    #21d6ff -11.17%,
    #00c4f0 53.04%,
    #00d0ff 112.55%
  );
}

.invested-sectors-section h3 {
  color: #a3a3a3;
}

.invested-sectors-section h2 {
  color: #a3a3a3;
  font-size: 36px;
}

.custom-repeater-row h4 {
  color: #a3a3a3;
}

.custom-repeater-row p {
  color: #a3a3a3;
}

.custom-repeater-row:hover h4 {
  color: #fff;
}

.custom-repeater-row:hover p {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .custom-repeater-row {
    padding: 20px !important;
  }

  .custom-repeater-row h4 {
    font-size: 18px !important;
  }

  .custom-repeater-row p {
    font-size: 14px;
  }
}
.custom-repeater-divider {
  width: 94%;
}

/* FOOTER */
footer {
  background-color: #00d0ff;
}

.footer-logo {
  height: 180px;
  width: auto;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 100px;
    margin-bottom: 20px !important;
  }
}

#menu-footer-menu-one li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

#menu-footer-menu-two li a,
#menu-footer-menu-three li a {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 300;
}

@media (max-width: 768px) {
  #menu-footer-menu-one li a {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #menu-footer-menu-two li a,
  #menu-footer-menu-three li a {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.fa-brands,
.fa-linkedin-in {
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  color: #00d0ff;
}

@media screen and (min-width: 1200px){
#footer-nav-1{
  display: flex;
  justify-content: center;
}
}

/* ABOUT US PAGE */

/* BANNER SECTION */
.bg-blue {
  background-color: #00d0ff;
}

/* CORE FOCUS SECTION */
.core-focus-section {
  background: linear-gradient(
    180deg,
    #a5cdd7 -3.78%,
    #d6e3e6 5.05%,
    #ffffff 19.26%
  );
}

.invesment-section {
  background: linear-gradient(180deg, #f8f8f8 -3.78%, #eff8fa 5.78%);
}

.depth-scene {
  position: relative;

  width: 100%;
  height: 700px;

  perspective: 1800px;

  transform-style: preserve-3d;

  overflow: hidden;
}

/* ALL LAYERS */

.depth-layer {
  position: absolute;

  left: 0;

  width: 100%;
  height: auto;

  object-fit: contain;

  will-change: transform;

  transition: transform 0.4s ease-out;
}

/* DEPTH */

.layer-back {
  z-index: 1;
  bottom: 0%;
  left: 0%;
  transform: translateZ(-80px) scale(1.08);
}

.layer-middle {
  z-index: 2;
  bottom: -15%;
  left: -15%;
  transform: translateZ(0px);
}

.layer-front {
  z-index: 3;
  bottom: 0;
  transform: translateZ(120px) scale(0.92);
}

.depth-scene-sector {
  position: relative;
  width: 100%;
  height: 700px;
  perspective: 1800px;
  overflow: hidden;
}

/* shared layer styles */
.depth-layer-sector {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  will-change: transform;

  /* IMPORTANT: single transform system */
  transform-style: preserve-3d;

  transition: transform 0.1s linear;
}

/* BACK LAYER */
.layer-back-sector {
  z-index: 1;
  bottom: -12%;
  transform: translateZ(-80px) scale(1.08);
  left: -2%;
}

/* MIDDLE LAYER */
.layer-middle-sector {
  z-index: 2;
  bottom: -18%;
  left: -1%;
  transform: translateZ(0px);
}

/* FRONT LAYER */
.layer-front-sector {
  z-index: 3;
  bottom: 0;
  transform: translateZ(120px) scale(0.92);
}


.investment-tilt {
  animation: floatImage 6s ease-in-out infinite;
}

.expertise-tilt {
  animation: floatImage 5s ease-in-out infinite;
}

.financials-tilt {
  animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* WHY INVEST IN SL SECTION */

/* BANNER */
.invest-banner {
  height: 95vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-background-blue {
  background: rgba(0, 208, 255, 0.6);
}

.bellow-invest-section {
  background: linear-gradient(
    180deg,
    #a5cdd7 -3.78%,
    #d6e3e6 5.05%,
    #ffffff 19.26%
  ) !important;
  min-height: 65vh;
}

.lankan-map {
  object-fit: contain;
  right: 3%;
  max-height: 125vh;
}

.lankan-map {
  top: 14%;
  right: 5%;

  width: auto;
  max-width: auto;

  pointer-events: none;

  transform: rotateY(-12deg) rotateX(8deg) translateY(0);

  transform-style: preserve-3d;

  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.2));

  will-change: transform;

  transition: transform 0.2s linear;

  animation: mapFloat 5s ease-in-out infinite;
}

/* FLOATING */

@keyframes mapFloat {
  0% {
    transform: rotateY(-12deg) rotateX(8deg) translateY(0px);
  }

  50% {
    transform: rotateY(-12deg) rotateX(8deg) translateY(-15px);
  }

  100% {
    transform: rotateY(-12deg) rotateX(8deg) translateY(0px);
  }
}

/* MOBILE */

@media (max-width: 991px) {
  .lankan-map {
    width: 55%;

    right: 2%;
    top: 18%;

    opacity: 0.6;
  }
}

/* KEY ECONOMIC */
.key-eco-section {
  background: linear-gradient(180deg, #f8f8f8 -3.78%, #eff8fa 5.78%);
}

.info-card {
  background: linear-gradient(180deg, #e8e8e8 0%, #ffffff 49.52%, #cccccc 100%);
  border-radius: 35px;
  overflow: hidden;
}

.info-card .row {
  min-height: 170px;
}

.icon-box {
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px;
}

.icon-box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.title-box {
  background: rgba(235, 235, 235, 1);

  height: 100%;

  display: flex;
  align-items: center;

  padding: 69px 15px;
}

@media (max-width: 768px) {
  .title-box {
    justify-content: center;
  }
}

.title-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 0;

  color: #000;
}

.description-box {
  height: 100%;

  display: flex;
  align-items: center;

  padding: 20px 50px;
}

.description-box p {
  font-size: 26px;
  line-height: 1.4;
  color: #2d2d2d;
}

@media (max-width: 991px) {
  .info-card .row {
    min-height: auto;
  }

  .title-box,
  .description-box,
  .icon-box {
    padding: 25px;
  }

  .title-box h3 {
    font-size: 32px;
  }

  .description-box p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .info-card .row {
    min-height: auto !important;
  }

  .title-box h3 {
    font-size: 20px;
    padding: 15px;
  }

  .description-box p {
    font-size: 16px;
    padding: 15px;
  }

  .icon-box img {
    width: 60px;
    height: 60px;
  }
}

/* PROMISING SECTORS SECTION */

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: none !important;
}

.accordion-item {
  border-left: none !important;
  border-right: none;
  border-top: 3px solid #00d0ff !important;
  border-bottom: none !important;
}

.accordion-header {
  border-bottom: none !important;
}

.accordion-collapse {
  border: none !important;
}

.accordion-button {
  border-bottom: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

/* SECTORS PAGE */

/* Sectors Section */
.sector-banner {
  background-color: #00d0ff;
  min-height: 90vh;
}

.sector-banner img {
  max-width: 900px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .sector-banner {
    min-height: 95vh;
    padding: 30px 0 !important;
  }

  .sector-banner img {
    max-width: 100%;
    margin-top: 20px;
  }
}

.future-arrow-wrapper {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-left: 25px;
}

/* ARROW */

.future-arrow-img {
  width: 120px;
  height: auto;

  animation: arrowMove 2.5s ease-in-out infinite;

  will-change: transform;
}

/* ANIMATION */

@keyframes arrowMove {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }

  25% {
    transform: translateX(10px) translateY(-6px) rotate(2deg);
  }

  50% {
    transform: translateX(18px) translateY(0px) rotate(0deg);
  }

  75% {
    transform: translateX(10px) translateY(6px) rotate(-2deg);
  }

  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

/* OPTIONAL GLOW */

.future-arrow-wrapper::after {
  content: "";

  position: absolute;

  width: 60%;
  height: 60%;

  background: rgba(0, 0, 0, 0.08);

  filter: blur(25px);

  border-radius: 50%;

  z-index: -1;
}

/* MOBILE */

@media (max-width: 991px) {
  .future-arrow-img {
    width: 70px;
  }

  .future-arrow-wrapper {
    margin-left: 15px;
  }
}

/* BROWSE SECTORS */

.sector-tabs {
  gap: 40px;
  flex-wrap: nowrap;
  /* overflow-x: auto; */
}

.sector-tabs .nav-link {
  border: 0 !important;
  background: transparent !important;

  color: #c4c4c4;
  font-size: 42px;
  font-weight: 700;

  padding: 0 0 20px;

  white-space: nowrap;
}

.sector-tabs .nav-link.active {
  color: #000;
}

/* CARD */

.sector-card {
  background: #dceff2;

  border-radius: 40px;

  padding: 60px;

  overflow: hidden;
}

@media (max-width: 768px) {
  .sector-card {
    padding: 25px;
    border-radius: 20px;
  }

  .sector-content p {
    font-size: 16px;
  }
}

/* TOP */

.sector-top {
  padding-bottom: 25px;
  margin-bottom: 50px;

  border-bottom: 2px solid #19c4ef;
}

.sector-top h2 {
  margin: 0;

  font-size: 56px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .sector-top h2 {
    font-size: 32px;
  }
}

.next-btn {
  border: 0;
  background: transparent;

  font-size: 28px;
  font-weight: 400;

  display: flex;
  align-items: center;
  gap: 8px;
}

.next-btn strong {
  font-weight: 700;
}

/* PREV BUTTON */

.slider-nav-btn {
  width: 50px;
  height: 50px;

  border-radius: 50%;

  border: 0;

  background: transparent;
  color: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s ease;
}

.slider-nav-btn:hover {
  transform: translateY(-3px);
}

/* CONTENT */

.sector-content p {
  font-size: 28px;
  line-height: 1.8;

  margin-bottom: 35px;
}

/* IMAGE */

.sector-image {
  position: relative;
}

.sector-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  /* clip-path: polygon(18% 0, 100% 0, 82% 100%, 0% 100%); */
}

/* CAROUSEL */

.carousel-item {
  transition: transform 0.6s ease-in-out;
}

/* MOBILE */

@media (max-width: 991px) {
  .sector-tabs {
    gap: 20px;
  }

  .sector-tabs .nav-link {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .sector-card {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .sector-top {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;

    margin-bottom: 30px;
  }

  .sector-top h2 {
    font-size: 36px;
  }

  .next-btn {
    font-size: 18px;
    flex-wrap: wrap;
  }

  .sector-content p {
    font-size: 17px;
    line-height: 1.7;
  }

  .slider-nav-btn {
    width: 42px;
    height: 42px;
  }

  .sector-image img {
    clip-path: none;
    border-radius: 20px;
  }
}

.browse-sector-title {
  border-bottom: 4px solid #12c7f4;
}

.browse-sector-section {
  background: linear-gradient(180deg, #f8f8f8 -3.78%, #eff8fa 5.78%);
}

/* CONTACT PAGE */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form select,
.cf7-custom-form textarea {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #b0bec5 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  color: #000 !important;
  font-size: 1rem;
  box-shadow: none !important;
  outline: none !important;
}

.cf7-custom-form input[type="text"]::placeholder,
.cf7-custom-form input[type="email"]::placeholder,
.cf7-custom-form input[type="tel"]::placeholder,
.cf7-custom-form textarea::placeholder {
  color: #000 !important;
}

.cf7-custom-form input:focus,
.cf7-custom-form select:focus,
.cf7-custom-form textarea:focus {
  border-bottom: 1px solid #000000 !important;
}

.cf7-custom-form textarea {
  height: 60px;
  resize: none;
}

.cf7-custom-form .custom-submit-btn {
  border-color: #adb5bd !important;
  color: #495057 !important;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in-out;
}

.cf7-custom-form .custom-submit-btn:hover {
  background-color: #212529 !important;
  border-color: #212529 !important;
  color: #ffffff !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin-top: 5px;
}
.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 10px !important;
  border-radius: 4px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .cf7-custom-form input[type="text"],
  .cf7-custom-form input[type="email"],
  .cf7-custom-form input[type="tel"],
  .cf7-custom-form select,
  .cf7-custom-form textarea {
    font-size: 16px;
    padding: 8px 0 !important;
  }

  .cf7-custom-form .custom-submit-btn {
    font-size: 0.85rem;
    padding: 10px 20px;
  }
}

.hero-parallax-img {
  will-change: transform;
  transition: transform 0.15s linear;
  transform: translate3d(0, 0, 0);
}

/* ADDITIONAL RESPONSIVE IMPROVEMENTS */

/* Mobile-first responsive headings */
@media (max-width: 576px) {
  .display-1,
  .display-2,
  .display-3,
  .display-4,
  .display-5,
  .display-6 {
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }

  /* Ensure images are responsive */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Custom container padding on mobile */
  .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Reduce padding on sections for mobile */
  section {
    padding-left: 0;
    padding-right: 0;
  }

  /* Stack flex items on mobile */
  .d-flex {
    flex-wrap: wrap;
  }

  /* Optimize button sizes for touch */
  button,
  .btn {
    min-height: 44px;
    min-width: 44px;
  }
}

/* Tablet responsiveness (576px - 768px) */
@media (max-width: 768px) and (min-width: 577px) {
  .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Large mobile (768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .custom-navbar-sticky.sticky {
    padding: 10px 0;
  }

  .custom-logo {
    height: 60px;
  }
}

/* Ensure consistency across all breakpoints */
@media (max-width: 1920px) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* Mobile hamburger menu optimization */
@media (max-width: 992px) {
  .mobile-custom-logo {
    max-width: 90px;
    height: auto;
  }

  .offcanvas {
    width: 100% !important;
  }
}

/* WRAPPER */

.hero-image-reveal {
  overflow: visible;

  display: flex;
  justify-content: center;
}

/* IMAGE */

.hero-banner-img {
  opacity: 0;

  transform: translateY(180px) scale(1.05);

  filter: blur(10px);

  animation: posterReveal 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;

  will-change: transform;
}

/* REVEAL */

@keyframes posterReveal {
  0% {
    opacity: 0;

    transform: translateY(180px) scale(1.05);

    filter: blur(10px);
  }

  60% {
    opacity: 1;

    transform: translateY(-10px) scale(1);

    filter: blur(0);
  }

  100% {
    opacity: 1;

    transform: translateY(0px) scale(1);

    filter: blur(0);
  }
}
