

/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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'); */
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');

/* Local SF Pro Display font files (from assets/fonts) */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display-regular';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
font-weight:100 !important;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYLIGHTITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display-200';
  src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF') format('opentype');
  font-weight: 250;
  font-style: italic;
  font-display: swap;
}

body.index-page {
      margin: 0;
      padding-top: 80px; /* same as header height so content is not hidden under it */
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

  #header.header {
  background: #ffffff;
  height: 100px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  z-index: 9999;
}

/* Logo section */
.logo {
  text-decoration: none;
  color: #111827;
}

.logo-img {
  height:70px;
  width: auto;
  margin-right: 10px;
}

/* Stack text vertically */
.logo-text {
  display: flex;
  flex-direction: column;   /* <-- makes INDUSTRIES go below */
  line-height: 1.1;
}

/* Main name */
.sitename {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #515151;
  font-family: "Inter", sans-serif;

}

/* Small INDUSTRIES below */
/* .subname {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b7280;
  margin-top: 2px;   
} */

.umiya_sub_title
{
  font-size: 12px;
  margin: 0;
  text-align: center;
  line-height: 1;
  color: #515151;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.slogan
{
  font-size: 10px;
  color: #515151;
  text-align: center;
  font-family: "Inter", sans-serif;
}

/* Nav styles */
.navmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.navmenu a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  color: #374151;
  font-weight: 600;
  position: relative;
  font-family: "Poppins", sans-serif;
  
}

.navmenu a.active,
.navmenu a:hover {
  /* color: #2F94BE; */
  color:rgba(47, 148, 190, 50);
}

/* Underline effect */

/* .navmenu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #2D2556;
  transition: width 0.2s ease;
} */

.navmenu a:hover::after,
.navmenu a.active::after {
  width: 100%;
}

/* Contact button */
.btn-getstarted {
  padding: 8px 18px;
  border-radius: 6px;
  /* background: #2D2556;
  color: #ffffff; */
  /* background: #2F94BE; */

  background: rgba(47, 148, 190, 50);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: background 0.2s ease, transform 0.1s ease;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.btn-getstarted:hover {
  background: #172b3d;
  transform: translateY(-1px);
  color: #ffffff;
}

/* Mobile icon */
.mobile-nav-toggle {
  font-size: 24px;
  cursor: pointer;
  display: none;
}

@media (max-width: 991.98px) {
  .navmenu ul {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
    color: #111827;
    margin-left: 16px;
  }
}

    /* ========= HERO / CAROUSEL STYLES ========= */

    #hero {
      margin-top: 0;
      padding: 0;
    }

    #heroCarousel,
    #heroCarousel .carousel-inner,
    #heroCarousel .carousel-item,
    #heroCarousel .carousel-item img {
    /* height: calc(100vh - 80px);  */
    /* full viewport height minus header */
    }

    #heroCarousel .carousel-item img {
      width: 100%;
      object-fit: cover;
    }

    #heroCarousel .carousel-caption {
      bottom: 20%;
      text-align: left;
      max-width: 752px;
    }

    #heroCarousel .carousel-caption h2 {
      font-size: 50px;
      font-family: 'SF Pro Display';
      color: #fff;
      font-weight: 100 !important;
      /* font-weight: 800; */
      /* text-transform: uppercase; */
      /* text-shadow: 0 4px 20px rgba(0,0,0,0.6); */
    }

    #heroCarousel .carousel-caption span {
      font-size: 50px;
      font-family: 'SF Pro Display';
      color: #fff;
      font-weight: 800;
      /* text-transform: uppercase; */
      /* text-shadow: 0 4px 20px rgba(0,0,0,0.6); */
    }

    #heroCarousel .carousel-caption p {
      font-size: 20px;
      /* font-weight: 100; */
      margin-top: 10px;
       font-family: 'SF Pro Display-regular';
      /* font-family: 'SF Pro Display'; */
      text-transform: capitalize;
    }

    .carousel-control-prev-icon,.carousel-control-next-icon
    {
      border-radius: 50%;
      background-color: rgba(128, 128, 128, 0.4); /* transparent gray */
      width: 40px;
      height: 40px;

  background-size: 50% 50%;  /* ↓ reduce icon size */
  background-position: center;
  background-repeat: no-repeat;
    }

    @media (max-width: 767.98px) {
      #heroCarousel,
      #heroCarousel .carousel-inner,
      #heroCarousel .carousel-item,
      #heroCarousel .carousel-item img {
        height: 60vh;
      }

      #heroCarousel .carousel-caption h2 {
        font-size: 26px;
      }

      #heroCarousel .carousel-caption p {
        font-size: 14px;
      }
    }

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;        /* make them round */
  background-color: #fff;    /* dot color */
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #fff; /* active dot color (blue) */
}

#about
{
  background-image: url('../../assets/img/section_2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#about p {
 color: #454545;
  font-size: 20px;
}

.about-content {
  /* max-width: 800px; */
  /* text-align: center;  remove this so we can control each element separately */
}

/* Title blue */
/* .about-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;          

/* Description black + justify */
.about-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;                  /* black text */
  text-align: justify;          /* justify text */
}

/* Button aligned with description start (left) */
.about-btn {
  display: inline-block;
  padding: 10px 25px;
  border: none;
  background: #2D2556;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 5px;
  text-decoration: none;
}

.common-btn {
  display: inline-block;
  padding: 5px 25px;
  border: none;
  /* background: #2F94BE; */
  background: rgba(47, 148, 190, 50);

  color: #fff;
  /* background: #fff;
  color: #2D2556; */
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 5px;
  text-decoration: none;
}

.common-btn:hover{
  background-color: #000;
}

.common_product-btn {
  display: inline-block;
  padding: 5px 25px;
  border: none;
  /* background: #2D2556;
  color: #fff; */
  /* background: #2F94BE; */
  background: rgba(47, 148, 190, 50);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 5px;
  text-decoration: none;
}


#achivement
{
  /* background-image: url('../../assets/img/section_3.png'); */
  background-image: url('../../assets/img/image2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Section background & spacing */
/* .achivement-section {
    background-size: cover;
    padding: 35px 0;      
} */

/* Title & subtitle styling */

.achivement-title-row {
  display: flex;
  align-items: center;
  justify-content: center;   /* centers the whole group */
  gap: 10px;                 /* space between icon and title */
}

.achivement-icon {
  width: 45px;               /* adjust size as you like */
  height: auto;
}



.achivement-title {
    font-size: 40px;
    /* font-weight: 700; */
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'SF Pro Display';
}

.achivement-subtitle {
    display: block;
    font-size: 14px;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

/* Wrapper around cards (no transparency here) */
.achivement-card-wrapper {
    padding: 30px 15px;
}

/* Each card box – semi-transparent background, spacing, rounded corners */
.achivement-card {
    background: rgba(0, 0, 0, 0.5) !important;  /* transparent black for each card */
    border: 0;
    color: #fff;
    margin: 10px;              /* gap between card boxes */
    border-radius:25px;
}

/* Extra padding inside card content */
.achivement-card .card-body {
    padding: 20px 15px;
}

/* Big number in each card */
.achivement-card-number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "DM Mono", monospace;
}

.card_achivement p
{
  font-family: 'SF Pro Display';
    font-weight: 100;
}


/* Responsive tweaks for small screens */
@media (max-width: 576px) {
    .achivement-title {
        font-size: 32px;
    }

    .achivement-card-number {
        font-size: 26px;
    }
}

.glass-slider-wrapper {
  position: relative;
}

/* Arrows as circular buttons */
.glass-slider-wrapper .custom-arrow {
  background: #2D2556;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.glass-slider-wrapper .custom-arrow .carousel-icon {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.glass-slider-wrapper .custom-arrow:hover {
  background: #2D2556;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

/* keep arrows outside carousel, not overlay */
.glass-slider-wrapper .carousel-control-prev.custom-arrow,
.glass-slider-wrapper .carousel-control-next.custom-arrow {
  position: static;
  /* margin: 0 18px; */
}
.glass-swiper .swiper-slide {
  width: 25%;              /* 4 columns on desktop */
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .glass-swiper .swiper-slide {
    width: 33.3333%;       /* 3 columns on tablet */
  }
}

@media (max-width: 767.98px) {
  .glass-swiper .swiper-slide {
    width: 50%;            /* 2 columns on mobile */
  }
}

@media (max-width: 575.98px) {
  .glass-swiper .swiper-slide {
    width: 100%;           /* 1 column on very small */
  }
}

/* Outer slide card */
.glass-card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
}



/* Inner card with blue background */
.glass-inner {
  width: 100%;
  /* background: #2D2556;      */
  background: rgba(47, 148, 190, 50); 
  border-radius: 12px;
  /* padding: 15px 10px; */
  text-align: center;
 
  color: #ffffff;               /* white text inside card */

}

/* Title under image */
.glass-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;               /* ensure white text */
}

/* Image wrapper */
.glass-image-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}

/* Glass image */
.glass-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
}

.glass-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);  /* little dark overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
}


.glass-overlay-arrow {
  position: absolute;
  left: 50%;
  top: 50%; /* center over the image */
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-image: url("../../assets/img/arrow_overlay.png");
  background-position: center;
  background-size: 40px 40px;   /* arrow size inside */
  background-repeat: no-repeat;
  opacity: 0;                   /* hidden initially */
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* HOVER ON FULL CARD: darken image + show arrow */
.glass-inner:hover .glass-image-wrapper::before,
.glass-inner:hover .glass-overlay-arrow {
  opacity: 1;
}


/* Swiper navigation buttons style */
.custom-swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* border: 2px solid #007bff; */
  background-color: rgba(128, 128, 128, 0.4);
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
  color: #fff;
}

.custom-swiper-btn::after {
  font-size: 18px;
  color: #fff;
}

/* Adjust arrows position */
.swiper-button-prev.custom-swiper-btn {
  left: 10px;
}

.swiper-button-next.custom-swiper-btn {
  right: 10px;
}

/* Pagination dots */
.glass-swiper .swiper-pagination-bullet {
  opacity: 0.5;
}

.glass-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Section title */
#glass_solution .section-title h3 {
  /* font-size: 32px; */
  font-weight: 700;
}

#glass_solution .section-title .section-subtitle {
  font-size: 25px;
  color: #666;
  font-family: 'SF Pro Display';
}

/* Responsive – 2 per row on small screens */
@media (max-width: 768px) {
  #glass_solution .glass-card {
    margin-bottom: 1rem;
  }
}



#project_section .section-subtitle {
  font-size: 22px;
  color: #555;
  line-height: 1.6;
  font-family: 'SF Pro Display';
}

/* Slider area */
#project_section .slideshow_gallery {
  position: relative;
}

/* Main slider wrapper */
#project_section .projects-slides-wrapper {
  position: relative;
  width: 100%;
 
  margin: 0 auto;
  overflow: hidden;
}

/* Individual slides */
#project_section .mySlide-project {
  display: none;
  position: relative;
}

#project_section .mySlide-project.active {
  display: block;
}

/* Main image full width of container */
#project_section .project-main-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay content on main image */
#project_section .overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15)); */
  display: flex;
  align-items: flex-end;
  padding: 20px 30px;
}

#project_section .slide-text .featured-text {
  display: block;
}

#project_section .slide-text small.featured-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  opacity: 0.9;
}

#project_section .slide-text h2.featured-text {
  font-size: 1.8rem;
  /* margin: 0.25rem 0 0; */
  margin: -7.75rem 0 0;
  font-family: 'SF Pro Display';
}

/* Thumbnails OVER the main image (bottom center) */
#project_section .property-thumbs {
  position: absolute;
  left: 50%;
  bottom: 15px;                 /* move up/down over main image */
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

/* Individual thumb container */
#project_section .thumb-item {
  cursor: pointer;
}

/* Thumbnail images */
#project_section .property-thumb-img {
  width: 110px;
  height: 70px;
  padding: 5px;
  object-fit: cover;
  /* border-radius: 6px; */
  opacity: 0.7;
  border: 2px solid transparent;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Active / hover state */
#project_section .property-thumb-img.active,
#project_section .thumb-item:hover .property-thumb-img {
  opacity: 1;
  padding: 5px;
  background: transparent;
  transform: scale(1.04);
  border-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #project_section .project-main-img {
    height: 280px;
  }

  #project_section .property-thumb-img {
    width: 80px;
    height: 50px;
  }

  #project_section .property-thumbs {
    bottom: 10px;
  }

  #project_section .slide-text h2.featured-text {
    font-size: 1.4rem;
  }
}


#client_section .section-title {
  text-align: center;
}

#client_section .section-title h3 {
  /* font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem; */
}

#client_section .section-subtitle {
  font-size: 28px;
    color: #555;
    line-height: 1.6;
    display: block;
    font-family: 'SF Pro Display';
}

/* Swiper container tweaks */
#client_section .swiper_brand {
  width: 100%;
  padding: 10px 0;
}

/* Slide style */
#client_section .custom-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#client_section .custom-slide a {
  display: inline-block;
}

/* Logo images */
#client_section .custom-slide img {
  max-width: 150px;
  height: auto;
  display: block;
  /* filter: grayscale(100%); */
  /* opacity: 0.7;
  transition: all 0.2s ease; */
}

#client_section .custom-slide img:hover {
  /* filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05); */
}

.swiper-slide, .custom-slide
{
   margin: 0px !important;
}

/* Small screen tweak */
@media (max-width: 576px) {
  #client_section .custom-slide img {
    max-width: 110px;
  }
}


/* SECTION BACKGROUND */
.experience-section {
  
  background-image: url('../../assets/img/client_experience_new.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;


}

.experience-section .container {
  position: relative;
  z-index: 1;
}

/* Optional dark overlay (if needed) */
/*
.experience-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
*/

/* TITLE + SUBTITLE CENTER */
.experience-title {
  /* font-size: 32px;
  font-weight: 700;
  
  text-align: center; */
  color:#fff !important;
  margin-bottom: 3px !important;

}

.experience-subtitle {
  display: block;
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'SF Pro Display';
}

/* SLIDER WRAPPER */
.experience-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ARROWS */
.exp-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(47, 148, 190, 50);
  background: #fff;
  color: rgba(47, 148, 190, 50);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.exp-arrow:hover {
  background: rgba(255, 255, 255, 0.2);  /* light white tint on hover */
  color: #000000;                        /* keep icon black on hover */
}

/* Make arrows vertically centered next to the slider area */
.experience-slider-viewport {
  overflow: hidden;
  width: 100%;
}

/* SLIDER TRACK */
.experience-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

/* CARD STYLING */
.experience-card {
  min-width: calc(33.333% - 14px); /* 3 cards per view on desktop */
  max-width: calc(33.333% - 14px);
  /* background: rgba(26,60,92, 0.75);  */

  /* background: rgba(47, 148, 190,0.3); */
  background: rgba(26, 60, 92, 0.75);
  
  
  
  border-radius: 16px;
  padding: 24px 20px 26px;
  border: 1px solid #E5E7EB;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* TEXT INSIDE CARD */
.experience-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

/* CLIENT AREA (P + NAME + IMAGE) */
.experience-client {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client-role {
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 4px;
}

.client-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'SF Pro Display';
}

/* IMAGE CIRCLE WITH BORDER */
.client-img {
  width: 80px;          /* square width */
  height: 80px;         /* square height */
  border-radius: 12px;  /* rounded corners, not circle */
  object-fit: cover;
  border: 2px solid #fff;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 991.98px) {
  .experience-card {
    min-width: calc(50% - 12px); /* 2 cards per view */
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 575.98px) {
  .experience-card {
    min-width: 100%;
    max-width: 100%;
  }

  .exp-arrow {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .experience-section {
    padding: 60px 0;
  }
}

#footer.footer {
  /* background-color: #2D2556;
  color: #ffffff; */
  /* background-color: #2F94BE; */
  background-color: rgba(47, 148, 190, 50);
  color: #000;
}

/* Social icon links */
#footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Icon image size */
#footer .social-icon {
  width: 28px;
  height: 28px;
  display: block;
}

/* Hover effect */
#footer .social-link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* Copyright text */
#footer .footer-copy {
  font-size: 16px;
  color: #ffffff;
  margin-top: 4px;
  font-family: "Inter", sans-serif;
}

/* Optional: smaller icons on very small screens */
@media (max-width: 576px) {
  #footer .social-icon {
    width: 24px;
    height: 24px;
  }
}

.CommonTitle
{
  
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  text-align: center;   
  /* color:#2D2556; */
  /* color:#2F94BE; */
  color:rgba(47, 148, 190, 50);
  
  font-family: 'SF Pro Display';
  
}

section,
.section {
   padding: 60px 0;
  /* scroll-margin-top: 98px; */
  overflow: clip;
}


/* .slider_arrow {
  width: 40px;              
  border-radius: 50%;
  border: 2px solid #2D2556;     
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #2D2556;
  background-color: #ffffff;      
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease, color 0.3s ease,
              transform 0.2s ease, box-shadow 0.3s ease;
} */


.bg-primary {
  /* background-color: #2D2556 !important; */
  /* background-color: #2F94BE !important; */
   background-color: rgba(47, 148, 190, 50) !important;
}

.max-w-lg {
  max-width: 1024px;
  margin-inline: auto;
}

.contect-title {
  font-size: 68px;
  font-family: 'SF Pro Display' !important;
}

@media (max-width: 768px) {
  .contect-title {
    font-size: 54px;
  }
}

@media (max-width: 576px) {
  .contect-title {
    font-size: 40px;
  }
}

.contact-section form {
  font-family: "Poppins", sans-serif !important;
}

.contact-section .contact-details {
  max-width: 400px;
  margin-inline: auto;
}

.contact-section .contact-details .Info {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

.contact-section .contact-details .Info:hover {
  text-decoration: none;
  color: #2D2556 !important;
}

.fs-16 {
  font-size: 16px
}

@media (min-width: 768px) {
  .w-lg-50 {
    max-width: 600px;
  }
}


form textarea {
  max-height: 150px;
  overflow-y: scroll;
}



@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

@media (max-width: 1200px) {
    .header .navmenu {
        order: 3;
    }
}

@media (max-width: 1199px) {
    .navmenu {
        padding: 0;
        z-index: 9997;
    }
}

@media (max-width: 1199px) {

  .sitename
  {
    font-size: 18px;
  }

  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    /* display: none; */
    background-color: #FFF;
    list-style: none;
    position: absolute;
    /* inset: 60px 20px 20px 20px; */
    inset: 60px 20px 115px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    /* background-color: var(--nav-mobile-background-color); */
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}



.bi-arrow-up-short
{
  display: none;
}



 .logoSwiper {
    width: 100%;
    padding: 30px 0;
  }

  .logoSwiper .swiper-slide {
    background: #fff;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logoSwiper .logoSwiper{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .logoSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
  }

