@import "bootstrap/dist/css/bootstrap.min.css";
@import "bootstrap-icons/font/bootstrap-icons.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* header styles starts here  */

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

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
}


/* ___________________________________________________ */
/* ___________________________________________________ */
/* ============================= */
/*        GLOBAL VARIABLES       */
/* ============================= */

:root {
  /* Brand Colors */
  --logo-color: #2D3796;
  --primary-color: #398DCA;
  --primary-hover: #2F7BB3;

  /* Titles */
  --title-dark: #002E5B;
  --title-light: #FFFFFF;

  /* Text */
  --text-dark: #404C51;
  --text-light: #FFFFFF;

  /* Borders & Support */
  --border-light: #E5E5E5;
  --footer-border: #CCCCCC;
  --highlight-yellow: #FDE428;
}


/* ============================= */
/*        GLOBAL BASE            */
/* ============================= */

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-dark);
  margin: 0;
}

.background-prime {
  background-color: #5a61b8;
  color: #FFFFFF;
}

.background-yellow {
  background-color: #fde428;
}

p {
  font-size: 14px;
  line-height: 26px;
  color: var(--text-dark);
  margin: 0 0 15px 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

.link-yellow{
  text-decoration: none !important;
  color: #fde428 !important;
}
.link-yellow:hover{
  color:#ffffff !important;
}

/* ============================= */
/*           BUTTONS             */
/* ============================= */

.button-large-rounded {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  background-color: var(--primary-color);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 14px 20px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.button-large-rounded:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-2px);
}

.button-normal-rounded {
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  margin: 0 10px;
  padding: 10px 12px;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: #ffffff;
}

.button-normal-rounded:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: var(--primary-hover);
}

.button-large-square {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  border: 1px solid var(--primary-color);
  padding: 14px 20px;
  border-radius: 4px;
  background: var(--primary-color);
  color: #FFFFFF;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button-large-square:hover {
  background-color: var(--primary-hover);
  color: #FFFFFF;
}


/* ============================= */
/*          TYPOGRAPHY           */
/* ============================= */

.header-top-section-text {
  font-size: 13px;
  line-height: 18px;
}

.display-heading {
  font-size: 31px;
  font-weight: 500;
  line-height: 41px;
  color: var(--title-dark);
}

.display-heading-h2 {
  padding-top: 10px;
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 600;
  line-height: clamp(40px, 5vw, 64px);;
  color: var(--title-dark);
}

.display-counter-number {
  margin-bottom: 12px;
  padding-top: 17px;
  font-size: 49px;
  font-weight: 600;
  line-height: 60px;
  white-space: nowrap;
  color: var(--primary-color);
}

.section-heading {
  margin-bottom: 23px;
  padding-top: 17px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: var(--title-dark);
}

.cta-h3 {
  margin-bottom: 23px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  color: var(--title-light);
}

.p-text {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 29px;
  text-align: justify;
  color: #002E5B;
}


/* ============================= */
/*         PRODUCT TABS          */
/* ============================= */

.sidebar-tab-heading {
  background-color: #398dca;
  margin-bottom: -30px;
  border: 1px solid black;
  height: 70px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.product-tab-heading,
.product-tab-subheading {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-bottom: 23px;
  font-weight: 700;
  color: var(--title-dark);
}

.product-tab-heading {
  font-size: 20px;
  line-height: 28px;
}

.product-tab-subheading {
  font-size: 17px;
  line-height: 28px;
}


.product-tab-list-heading {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}

.product-tab-text {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 29px;
  text-align: justify;
}

.product-tab-menu button {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  word-spacing: 0px;
  background-color: #FFFFFF;
  color: #333333;
  margin: 0 8px 14px 0;
  padding: 8px;
  border: 1px solid #ddd;
  /* optional - improves tab look */
  cursor: pointer;
  /* makes it feel clickable */
}

.product-tab-menu:active {
  color: var(--primary-color);
}

.product-primary-table thead {
  background-color: #5a61b8;
  color: #ffffff;
}

.product-primary-left tbody tr td:first-child {
  color: #5a61b8;
  font-weight: 600;
}


.product-yellow-table thead {
  background-color: #fde428;
  color: var(--title-dark);
}

.product-yellow-left tbody tr td:first-child {
  color: #fde428;
  font-weight: 600;
}

/* ============================= */
/*            FOOTER             */
/* ============================= */

.footer-group-heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid var(--footer-border);
  margin-bottom: 17px;
  padding: 23px 0 10px;
  color: var(--text-light);
}

.footer-link-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--text-light);
  text-decoration: none;
}

.footer-link-text:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-copyright-text {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 14px;
  color: var(--text-light);
}


/* ============================= */
/*            GALLERY            */
/* ============================= */

.gallery-tab-heading {
  font-size: 17px;
  font-weight: 500;
  line-height: 38px;
  text-align: justify;
  border: 1px solid #EBEBEB;
  padding: 0 15px;
  transition: all 0.3s ease;
}

.gallery-tab-heading:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.tab {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
}

.tab.active {
  background: #444;
  color: #fff;
}

/* GALLERY */

.gallery .item {
  display: flex;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* prevents distortion */
  border-radius: 8px;
}

.gallery .item {
  aspect-ratio: 1 / 1;
  /* Makes all boxes square */
  overflow: hidden;
}

.item {
  overflow: hidden;
  border-radius: 8px;
}

.item img {
  width: 100%;
  display: block;
  cursor: pointer;
  transition: .3s;
}

.item img:hover {
  transform: scale(1.05);
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
  padding: 20px;
  z-index: 99999;
}

.lightbox.show {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
  transform: scale(1);
}

/* CONTROLS */
.ctrl {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  z-index: 100000;
}

.close {
  top: 15px;
  right: 15px;
}

.prev {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.next {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.zoomIn {
  bottom: 20px;
  right: 90px;
}

.zoomOut {
  bottom: 20px;
  right: 20px;
}

/* MOBILE */
@media(max-width:768px) {
  .ctrl {
    width: 70px;
    height: 70px;
    font-size: 36px;
  }

  .prev {
    left: 20px;
  }

  .next {
    right: 20px;
  }
}

/* ============================= */
/*            client            */
/* ============================= */


/* Card Structure */
.client-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image Container */
.client-img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Divider */
.divider {
  height: 1px;
  background: #ddd;
  margin: 0 0;
}

/* Title */
.client-title {
  font-size: 14px;
  font-weight: 600;
}



/* ___________________________________________________ */
/* ___________________________________________________ */

/* section container styling */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* index page products card height  */
/* Equal height cards */
.product-styl .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Make body fill remaining space */
.product-styl .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image fixed height + cover */
.product-styl .card-img-top {
  height: 250px;
  object-fit: cover;
}

/* ============================= */
/*      contact us          */
/* ============================= */
.card-header-strip .underline {
  display: block;
  width: 50px;
  height: 3px;
  background: #fde428;
  margin-top: 5px;
}

.border.shadow-sm {
  transition: 0.3s ease;
}

.border.shadow-sm:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Section Background */
.contact-cta-section {
  background: #5f64b3;
  color: #ffffff;
}

/* Title */
.contact-cta-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* Paragraph */
.contact-cta-text {
  font-size: 18px;
  line-height: 1.7;
  color: #e6e6f5;
}

/* Inputs */
.contact-cta-input {
  width: 100%;
  padding: 16px 18px;
  border: none;
  background: #e8e8e8;
  font-size: 16px;
  outline: none;
}

.contact-cta-input::placeholder {
  color: #555;
}

/* Button */
.contact-cta-btn {
  background: linear-gradient(90deg, #7ea2df, #6f8ed3);
  border: none;
  padding: 14px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.contact-cta-btn:hover {
  opacity: 0.9;
}

.contact-cta-arrow {
  margin-left: 10px;
  font-size: 20px;
}


/* ============================= */
/*      map section              */
/* ============================= */
.contact-map-section {
  width: 100%;
}

.contact-map-wrapper {
  width: 100%;
  height: 450px;
}

.contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================= */
/*      sticky sidebtn              */
/* ============================= */
/* Sticky Vertical Button */
/* Sticky Vertical Button */
.contact-callback-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1055;
}

.contact-callback-btn {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #0a2f57;
  color: #fff;
  border: none;
  padding: 18px 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

/* Offcanvas Width */
.contact-callback-offcanvas {
  width: 420px;
}

/* Title */
.contact-callback-title {
  font-weight: 600;
  color: #0a2f57;
}

/* Inputs */
.contact-callback-input {
  width: 100%;
  padding: 16px;
  margin-bottom: 20px;
  border: none;
  background: #e9e9e9;
  font-size: 16px;
}

.contact-callback-textarea {
  min-height: 120px;
  resize: none;
}

/* Submit Button */
.contact-callback-submit {
  background: linear-gradient(90deg, #7ea2df, #6f8ed3);
  border: none;
  padding: 14px 30px;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* ============================= */
/*      download products popup           */
/* ============================= */
.contact-brochure-content {
  border-radius: 0;
  padding: 20px;
}

.contact-brochure-input {
  width: 100%;
  padding: 16px;
  margin-bottom: 20px;
  background: #e9e9e9;
  border: none;
  font-size: 16px;
}

.contact-brochure-submit {
  background: linear-gradient(90deg, #7ea2df, #6f8ed3);
  border: none;
  padding: 14px 35px;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
}

/* ============================= */
/*     project page styling      */
/* ============================= */

.project-card {
  background-color: #d9dbe7c4;
  border:2px solid #4f5bd5;
  box-shadow: 29px 7px 10px rgba(0, 46, 91, 0.25);
  padding:30px 20px;
  text-align:center;
  border-radius:4px;
  transition:.3s;
  box-sizing:border-box !important;
  width: 260px;
  height: 215px;
}