@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Our Start Style Start */
:root {
  /* Primary Colors */
  --primary-blue: #092E65;
  --grey: #292929;
  --white: #fff;

  /* Secondary Colors */
  --secondary-blue: #16359B;
  --blue-100: #DCE7F7;
  --blue-200: #97B8E7;
  --blue-300: #5288D7;
  --blue-400: #3043BC;
  --blue-500: #092E65;
  --blue-600: #0D223F;


  /* Gradient Colors */
  --gradient-01: linear-gradient(to left, #5288D7 0%, #092E65 100%);
  --gradient-02: linear-gradient(to left, #3E8AF9 0%, #0D2476 100%);
  --gradient-03: linear-gradient(to right, #092E65 0%, #081323 100%);
  --gradient-04: linear-gradient(to left, #092E65 0%, #081323 100%);
  --gradient-02-hover: linear-gradient(45deg, #3E8AF9 0%, #0D2476 100%);

}
select.custom-select option[value=""]::after {
  content: " *";
  color: red;
}
/*==================================== Start Typography Styles =======================================*/
.heading-1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.heading-4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .heading-1 {
    font-size: 3rem;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .heading-3 {
    font-size: 1.25rem;
  }

}

/* Small screens (mobiles) */
@media (max-width: 768px) {
  .heading-1 {
    font-size: 2.75rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 1.25rem;
  }


}

/* Extra small screens (phones) */
@media (max-width: 480px) {
  .heading-1 {
    font-size: 1.5rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .paragraph {
    font-size: 0.875rem !important;
  }
 }

 .space-up {
  padding-top: 4%;
}
@media (min-width: 1800px) {
  .space-up {
    padding-top: 4% !important;
  }
}
@media (min-width: 1440px) {
  .space-up {
    padding-top: 6%;
  }
}

@media (max-width: 480px) {
  .space-up {
    padding-top: 21% !important;
  }
}

@media (max-width: 1024px) {
  .space-up {
    padding-top: 7%;
  }
}    

.admin-bar .space-up {
  padding-top: calc(1% + 29px); 
}

@media (max-width: 782px) {
  .admin-bar .space-up {
      padding-top: calc(1% + 42px); 
  }
}
@media (min-width: 1800px) {
  .space-up {
      padding-top: 4% !important;
  }
  .admin-bar .space-up {
      padding-top: calc(1% + 38px) !important;
  }
}

@media (max-width: 480px) {
  .space-up {
      padding-top: 21% !important;
  }
  .admin-bar .space-up {
      padding-top: calc(1% + 42px) !important;
  }
}
.space {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 480px) {
  .space {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999; 
}
#content {
  margin-top: 80px; 
}

.navigation-section {
  z-index: 1030; 
}
.paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.button-text {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.gradient01-color {
  background: var(--gradient-01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient02-color {
  background: var(--gradient-02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.dark-grey {
  color: var(--grey);
}

.italic-style {
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insights-section .row .col-md-6:nth-child(3) {
      display: none;
  }
}
/*==================================== End Typography Styles =======================================*/

/*==================================== Global Header Styling =============================================*/
/* Critical CSS - Load this in head */


.navbar-main {
  background-color: var(--white);
  color: white;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  box-shadow: 0 4px 15.8px -2px rgba(0, 0, 0, 0.1);
}
.mega-menu-link {
  font-family: "Poppins", sans-serif !important;
}
.navbar-main.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15.8px -2px rgba(0, 0, 0, 0.1);
}

.navbar-brand,
.navbar-nav .nav-link {
  color: var(--grey) !important;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px;
}
.nav-link {
  padding: 0px 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 15px !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 480px) {
  .carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
}
.carousel-control-prev-icon {
  mask: url('data:image/svg+xml,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L3 8l8 7"/></svg>') no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L3 8l8 7"/></svg>') no-repeat center / contain;
}

.carousel-control-next-icon {
  mask: url('data:image/svg+xml,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5 1l8 7-8 7"/></svg>') no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml,<svg fill="black" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5 1l8 7-8 7"/></svg>') no-repeat center / contain;
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 50px !important;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  background-color: var(--blue-500);
  opacity: 1;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.offcanvas {
  background-color: white !important;
  color: white;
}

.offcanvas-backdrop.fade {
  background-color: #fff !important;
  opacity: 10 !important;
}

.offcanvas .nav-link {
  color: white !important;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.offcanvas .nav-link:hover {
  color: #f0f0f0 !important;
}

.offcanvas-header .btn-close {
  color: var(--blue-800) !important;
}

.offcanvas-body {
  text-align: left;
}

/*==================================== Global Header Styling =============================================*/

.primary-blue {
  color: var(--primary-blue) !important;
}

.grey-light {
  color: #8B8B8B;
}

.bg-blue-01 {
  background: var(--blue-100);
}
.text-blue-100 {
  color: var(--blue-100);
}

.text-grey {
  color: var(--grey);
}

.background-color {
  background: #f8f8f8;
}

/*======================================= Start Footer Styles================================================ */
.footer-title {
  text-decoration: underline;
}

ul.no-marker li {
  list-style: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
}

.copy-right-text {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.bg-gradient-03 {
  background: var(--gradient-04);
}

.footer-logo {
  background-position: center center, center center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  height: auto;
  width: 100%;

}
.email-input {
  background: transparent;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-right: none;
  padding: 8px 8px;
  border-radius: 6px;
  color: #BDBDBD;
}
.email-input ::placeholder {
  color: #BDBDBD;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.subscribe-btn {
  background: var(--white);
  color: var(--grey);
  padding: 6px 6px;
  border-radius: 6px;
}

.email-subscribe-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.email-input {
  width: 98%;
  padding: 7px 100px 7px 15px; 
  border: 1px solid #fff;
  border-radius: 6px;
 
}

.subscribe-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
}

.subscribe-btn:hover {
  background-color: var(--blue-300);
  color: var(--white);
}

.footer-list {
  list-style: none;
}
.social-icons-footer {
  color: var(--white) !important;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid var(--white) !important;
  line-height: 2;
  justify-content: center;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  padding: 8px 0;
}

.contact-list a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 20px;
}

.contact-list i {
  color: white;
  font-size: 18px;
}

.footer-services a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  padding: 8px 0;
}

.footer-services a:hover {
  text-decoration: none;
  color: var(--blue-300);
}

.footer-services li {
  padding: 8px 0;
}
/*======================================= End Footer Styles================================================ */



/*====================================== Start Button Styles ===========================================*/
.primary-btn {
  position: relative !important;
  display: inline-block !important;
  padding: 12px 40px !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  border: none !important;
  background: var(--gradient-02) !important;
  border-radius: 6px !important;
  overflow: hidden !important; 
  z-index: 1 !important;
  transition: color 0.4s ease !important;
  
}

.primary-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: var(--blue-400) !important;
  z-index: -1 !important;
  transition: all 0.6s ease !important;
  border-radius: 0 0 50% 50% !important;
  transform: translateY(0) scaleY(0.5) !important;
}

.primary-btn:hover::before {
  top: 0 !important;
  border-radius: 0 !important;
  transform: translateY(0) scaleY(1) !important;
}

.primary-btn span {
  display: block !important;
  position: relative !important;
  transition: transform 0.5s ease !important;
}

.primary-btn:hover {
  color: #fff !important;
}

.secondary-btn {
  position: relative !important;
  display: inline-block !important;
  padding: 12px 20px !important;
  color: var(--primary-blue) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  cursor: pointer !important;
  background: transparent !important;
  border-radius: 6px !important;
  border: none !important;
  z-index: 1 !important;
  width: auto !important;
  transition: background 0.3s ease-in-out; 
}

.secondary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 1px;
  background: linear-gradient(270deg, #3E8AF9 0%, #0D2476 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.secondary-btn:hover {
  background: linear-gradient(270deg, #3E8AF9 0%, #0D2476 100%) !important;
  color: var(--white) !important;
  transition: background 0.3s ease, color 0.3s ease;
}


.circle-btn {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: var(--primary-blue);
  color: var(--white);
}

.circle-btn:hover {
  color: var(--white);
}
.submit-btn {
  width: 100%;
}

/*====================================== End Button Styles ===========================================*/


/*-------------------------------------- Start Home Styles--------------------------------------------- */
.carousel-item {
  min-height: 300px;
  height: 36.458vw;
}

@media (max-width: 767.98px) {
  .carousel-item {
    height: 60vh;
  }
}

.who-we-are {
    width: 100vw;
    aspect-ratio: 1440 / 550; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f7f7f7;
}



@media (min-width: 1645px) {
  .who-we-are {
    height: 550px;
  }
}

.service-card {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 9.9px -1px rgba(0, 0, 0, 0.18);
}

.card-img-top {
  border-radius: 10px 10px 0px 0px;
}

/* .services .swiper-button-prev,
.services .swiper-button-next {
  background: transparent;
  border-radius: 50%;
  color: var(--blue-300);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;

}

.services .swiper-button-prev svg path,
.services .swiper-button-next svg path {
  stroke-width: 2 !important;
}

.swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next:after {
  display: none !important;
} */

.background-color::before {
  pointer-events: none;
}
.swiper-pagination-bullet {
  background-color: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

@media (max-width: 767px) {
  .custom-swiper-button-prev,
  .custom-swiper-button-next {
      display: none !important;
  }

  .swiper-pagination {
      display: block !important;
  }
}

@media (min-width: 768px) {

  .swiper-pagination {
      display: none !important;
  }
}
.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 8px;
    border-radius: 50%;
    background: transparent !important;
    cursor: pointer;
}
.custom-swiper-button {
  background: transparent !important;
}
.custom-swiper-button-prev {
    left: -5px; 
}

.custom-swiper-button-next {
    right: -5px; 
}

/* Optional: Hide on small screens */
@media (max-width: 767px) {
    .custom-swiper-button-prev,
    .custom-swiper-button-next {
        display: none;
    }
}

.about-rsp-card {
  background: var(--gradient-04);
  border-radius: 10px 0px 0px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.about-rsp-card-01 {
  background: var(--gradient-03);
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .about-rsp-card {
    background: var(--gradient-04);
    border-radius: 10px 10px 0px 0px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .about-rsp-img {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 10px 10px !important;
  }
}
@media (max-width: 1024) {
  .about-rsp-card {
    background: var(--gradient-04);
    border-radius: 10px 10px 0px 0px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .about-rsp-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 10px 10px !important;
  }
  
}
@media (max-width: 767px) {
  .about-rsp.py-5 {
      padding-right: 1rem;
      padding-left: 1rem; 
  }
  .cta.py-5 {
    padding-right: 1rem; 
    padding-left: 1rem; 
  }
  .cta-content {
    padding-right: 1rem !important; 
    padding-left: 1rem !important; 
  }
}
.about-rsp-card .row {
  display: flex;
  flex-wrap: wrap;
}

.about-rsp-card .col-12 {
  display: flex;
  flex-direction: column;
}

.about-rsp-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  
}

.about-rsp-img {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}

@media (min-width: 992px) {
  .owl-carousel .owl-dots {
      display: none !important;
  }
}
.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.card-link:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.logos {
  overflow: hidden;
  padding: 30px 0;
  white-space: nowrap;
  position: relative;
}

.logo_items {
  display: inline-block;
  animation: slide 15s linear infinite;
  mix-blend-mode: multiply !important;
}

.logo_items a {
  text-decoration: none;
}

.logo_items a:hover,
.logo_items a:focus {
  text-decoration: none;
}

.logo_items img {
  height: auto;
  padding: 0 30px;
  mix-blend-mode: multiply !important;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.circle-white-btn {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: var(--white);
  color: var(--primary-blue);
}

.project-img {
  width: 100%;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 768px) { 
  .owl-carousel .owl-item img {
    width: 100%;
  }
  .item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .owl-dots {
      display: flex !important;
      justify-content: center;
      margin-top: 20px;
  }
  .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: #0066ff !important;
      display: block;
      border-radius: 50%;
  }
}

.project-image-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.project-img {
  width: 100%;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 10px;
}

.project-image-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.project-img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.project-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 30px;
}

@media (max-width: 768px) {
  .project-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 5px;
  }
}

.project-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
}

.project-card:hover .project-img {
  transform: scale(1.05);
}


.projects-carousel {
  position: relative;
  padding: 0 40px;
}

.project-pair-slide {
  padding: 0 5px;
}

.custom-carousel-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.custom-carousel-nav button {
  width: 50px !important;
  height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--blue-300) !important;
  /* background: #f8f8f8 !important; */
  transition: all 0.3s ease !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  pointer-events: all !important;
  font-weight: 600;
  border: none !important;
}
.project-carousel .item {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
}
.project-image-container {
  overflow: hidden;
}
.project-section {
  overflow: hidden;
}
@media (max-width: 768px) {
  .space,
  .container,
  .row {
      overflow-x: hidden;
  }

  body {
      overflow-x: hidden;
  }
}

.project-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -100px;
  right: -100px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.project-carousel .owl-prev,
.project-carousel .owl-next {
  pointer-events: all;
  width: 60px;
  height: 60px;
  /* background: #f8f8f8 !important; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.project-carousel .owl-prev,
.project-carousel .owl-next:hover {
  pointer-events: all;
  width: 60px;
  height: 60px;
 background: transparent !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
.project-carousel .owl-prev,
.project-carousel .owl-next {
  display: none;
}
.project-carousel .owl-prev:hover,
.project-carousel .owl-next:hover {
  display: none;
}
}

.owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 15px;
}

.owl-dot span {
  background-color: #333 !important;
  display: block;
  border-radius: 50%;
  transition: background 0.3s ease;
  opacity: 0.5 !important;
}

.owl-dot.active span {
  background-color: #000 !important;
  opacity: 1 !important;
}


/* .project-carousel .owl-item {
  padding: 0 8px;
} */


/* .project-carousel .owl-dots {
  display: none !important;
} */

.custom-carousel-nav .carousel-prev {
  margin-left: 0;
  position: absolute;
  left: 0;
}

.custom-carousel-nav .carousel-next {
  margin-right: 0;
  position: absolute;
  right: 0;
}

/* Add this to your CSS */
.project-carousel .owl-prev .bi,
.project-carousel .owl-next .bi {
  color: #0066ff !important;
  font-size: 1.5rem !important;
}

@media (max-width: 767px) {
  .project-pair-slide .col-md-6 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 0 5px;
  }

  .projects-carousel {
    padding: 0 30px;
  }

  .custom-carousel-nav button {
    width: 35px;
    height: 35px;
  }
}

.owl-stage {
  display: flex;
  align-items: stretch;
}


/*-------------------------------------- End Home Styles--------------------------------------------- */

/*------------------------------------- Start CTA Styles ----------------------------------------------*/

.cta-section {
  background: var(--gradient-03);
  border-radius: 10px;
}

.cta-btn {
  position: relative;
  display: inline-block;
  padding: 0.625rem 1.5625rem; /* 10px 25px */
  color: var(--grey);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background-color: var(--white);
  border-radius: 6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-btn:hover {
  color: var(--white);
  background-color: var(--blue-400);
}


.cta-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}

/*------------------------------------- End CTA Styles ----------------------------------------------*/


/*---------------------------------- Start About Us Styles -------------------------------------------*/
.background-light-blue {
  background-color: #EBF3FF;
}

.overview-card {
  background: linear-gradient(360deg, #3E8AF9 0%, #0D2476 100%);
  border-radius: 10px;
}

.vision-bg {
  min-height: 450px;
  border-radius: 10px;
  height: 100%;
}

.vision-card {
  background: var(--gradient-02);
  border-radius: 10px;
  min-height: 250px;
}

.mission-card {
  background: var(--gradient-04);
  border-radius: 10px;
  min-height: 250px;
}

.leadership-section {
  background-repeat: no-repeat;
}

.achievements {
  background-repeat: no-repeat;
  background-size: cover;
}
.certication-card {
  background-color: var(--white);
  border-radius: 10px;
  min-height: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.certificate-carousel-wrapper {
  position: relative;
  padding: 0 50px; /* Space for the custom buttons */
}

.certificate-carousel {
  position: relative;
  justify-content: center;
}

/* Hide default owl nav */
.certificate-carousel .owl-nav {
  display: none !important;
}

/* Custom navigation buttons */
.custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: transparent !important;
  border: none;
  border-radius: 50%;
  color: var(--blue-300) !important;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

/* Ensure cards are fully visible on all screen sizes */
.certificate-carousel .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Specific tablet adjustments */
@media (min-width: 768px) and (max-width: 991px) {
  .certificate-carousel .owl-item {
    width: 100% !important; /* Force full width items */
    margin-right: 0;
  }
  
  .certificate-carousel-wrapper {
    padding: 0 45px;
  }
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .certificate-carousel-wrapper {
    padding: 0 40px;
  }
  
  .custom-nav-btn {
    width: 30px;
    height: 30px;
    font-size: 3rem;
  }
}

/*---------------------------------- End About Us Styles -------------------------------------------*/

/*---------------------------------- Start Our Team Styles -------------------------------------------------*/
.hero-about {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;

}

@media (max-width: 992px) {
  .hero-about {
    height: 350px;
  }

  .hero-title h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .hero-about {
    height: 250px !important;
  }

  .hero-title h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .hero-about {
    height: 160px !important; 
  }

  .hero-title h1 {
    font-size: 1.5rem;
  }
}

/*---------------------------------- End Our Team Styles -------------------------------------------------*/

/*------------------------------------- Start News Styles ------------------------------------------------*/
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  gap: 8px;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
  padding: 10px 15px;
  border: 1px solid var(--blue-100);
  text-decoration: none;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: var(--blue-100);
  border-radius: 4px;
}
.page-numbers {
  color: var(--grey);
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.pagination ul li .current {
  background-color: var(--primary-blue);
  color: white;
  border: 1px solid var(--primary-blue);
}
.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1020;
  width: 100%;
  transition: all 0.3s ease-out;
}

/*----------------------------------------- End News Styles ---------------------------------------------------------------*/

/* ---------------------------------------- Start Projects Styles -------------------------------------------------------------*/
h1.wp-block-heading {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1rem 0;
}

h2.wp-block-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 0;
}

h3.wp-block-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem 0;
}
.blog-content li {
  margin-left: 10px;
}
.social-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--primary-blue);
  border-radius: 50%;
  color: var(--primary-blue);
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-share a:hover {
  background-color: var(--primary-blue);
  color: #fff;
}

.breadcrumbs {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.breadcrumbs a {
  color: rgba(61, 61, 61, 0.7);
  text-decoration: none;
  padding-right: 10px;
}

.breadcrumbs .current {
  color: rgba(61, 61, 61, 0.7);
}
/* ---------------------------------------- End Projects Styles -------------------------------------------------------------*/

/*----------------------------------------- Start Services Styles --------------------------------------------------------------*/
@media (max-width: 480px) {
  .custom-carousel-item {
    min-height: auto;
  }
  .custom-carousel-item img {
    min-height: auto;
    height: auto;
    width: 100%;
    object-fit: cover;
  }
} 
@media (max-width: 768px) {
  .custom-carousel-item {
    min-height: auto;
  }
  .custom-carousel-item img {
    min-height: auto;
    height: auto;
    width: 100%;
    object-fit: cover;
  }
} 
@media (max-width: 1024px) {
  .custom-carousel-item {
    min-height: auto;
  }
  .custom-carousel-item img {
    min-height: auto;
    height: auto;
    width: 100%;
    object-fit: cover;
  }
} 
.custom-carousel-item {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.custom-carousel-item img {
  object-fit: cover;
  height: auto;
}

.paragraph ul {
  list-style: disc;
  margin-left: 20px;
}
.paragraph h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
}
.service-description ul li {
  margin-left: 15px;
}
.paragraph ol {
  list-style: decimal;
  margin-left: 20px;
}

.slider-contact-card {
  background: var(--gradient-04);
  border-radius: 10px 10px 0px 0px;
}

.slider-contact-form {
  background-color: #F6F6F6;
  border-radius: 0px 0px 10px 10px;
  border: none;
}
.call-us-icon {
  width: 72px;
  height: 72px;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  padding-right: 2.5rem;
  color: #576675 !important;
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;


}
.wpcf7 select {
  color: #576675 !important;
}
select option[value="—Please choose an option—"] {
  display: none !important;
	visibility: hidden !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffb900 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
}
.select2-selection__placeholder {
  color: #000 !important;
}

.select2-selection__placeholder::after {
  content: " *" !important;
  color: red !important;
}

/*----------------------------------------- End Services Styles --------------------------------------------------------------*/

/*----------------------------------------- Start Careers Styles --------------------------------------------------------------*/
.careers-img {
  border-radius: 10px;
}

.careers-card {
  background: var(--gradient-03);
  border-radius: 10px;
}
.careers-card img {
  background-size: cover; 
  background-repeat: no-repeat;
   background-position: center;
}
.using {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
}
.wpcf7 .wpcf7-response-output.using {
  color: #fff !important; 
}

.attach-cv::-webkit-file-upload-button {
  visibility: hidden;
}

.attach-cv::before {
  content: "Attach Your CV";
  display: inline-block;
  background-color: #F5F5F5;
  color: #292929;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 0.75rem;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 7px;
}
.wpcf7 input[type=file] {
  color: #999999 !important;
  text-transform: capitalize;
}

.attach-cv:hover::before {
  background-color: #F5F5F5;
}

.attach-cv {
  font-size: 0;
  position: relative;
  cursor: pointer;
}


.attach-cv::file-selector-button {
  display: none;
}

.red-asterisk {
  color: red !important;
}


input {
  padding-left: 10px; 
}
.wpcf7 textarea {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
}
.wpcf7 input[type=submit] {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .wpcf7 select {
    font-size: 0.875rem !important;
  }
}
/*----------------------------------------- End Careers Styles --------------------------------------------------------------*/

/*------------------------------------------- Start Contact page Style -------------------------------------------------------*/
.contact-bg {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%; 
  width: 100%;
}
@media (max-width: 768px) {
  .contact-bg {
    background-size: cover;
    background-position: center;
    min-height: 430px;
    height: 100%; 
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contact-bg {
    background-size: cover;
    background-position: center;
    min-height: 430px;
    height: 100%; 
    width: 100%;
  }
}
.gradient-box03 {
  background: var(--gradient-03);
  border-radius: 10px;
}
.tel-number {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.tel-number:hover {
  color: var(--blue-300);
}
.email-address {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Poppins", sans-serif; 
}
.email-address:hover {
color: var(--blue-300);
}

.location {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.location:hover {
  color: var(--blue-300);
}
.social-icons-contact {
  color: var(--grey) !important;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid var(--grey) !important;
  line-height: 2;
  justify-content: center;
}

.contact-us-backgroud {
  background: no-repeat;
  background-size: cover;
  height: auto;
  border-radius: 10px;
  padding: 3rem;
}
@media (max-width: 1024px) {
  .contact-us-backgroud {
    padding: 2rem;
  }
}
@media (max-width: 768) {
  .contact-us-backgroud {
    padding: 1.5rem;
  }
}
.custom-form-response .wpcf7-response-output {
  color: #fff; 
  background-color: transparent; 
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  padding: 10px;
  border: none; 
}
.wpcf7-spinner {
  display: none !important; /* Hidden and takes no space */
  width: 24px;
  height: 24px;
  background-color: #23282d;
  opacity: 0.75;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.wpcf7-spinner[style*="inline-block"] {
  margin-left: 10px;
}

.location-branch-height {
  min-height: 65px;
}
.location-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 2px;
}

/*------------------------------------------- End Contact page Style -------------------------------------------------------*/

/*---------------------------------------- Start Privacy Policy Styles --------------------------------------------------------*/
.privacy-content ul,
.privacy-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.privacy-content li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
    font-family: "Poppins", sans-serif;
}
.privacy-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
.privacy-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

/*---------------------------------------- End Privacy Policy Styles --------------------------------------------------------*/