/* ---- Combined Stylesheet (style1 + style2 + style3) ---- */

body{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'latto', sans-serif;
  font-weight:bold; 

}

p, span, li {
  font-family: 'Nunito', sans-serif;
  font-weight: 400; 
  line-height: 1.6;
 
}
body{
  overflow-x: hidden;
}

#logoimage{
  width:270px;
  height: 100px;
  margin-top: 10px;
}
 .custom-navbar {
    background-color:#071422;
  }
 .custom-navbar .nav-link,
 .custom-navbar .navbar-brand{
    color: #f5f3f3;
  }
.custom-navbar .nav-link:hover,
.custom-navbar .dropdown-item:hover {
    color:rgb(172, 169, 169)
  }

.nav-link-li{
   font-size:17px;
   color: white;
  margin-left:0px;
 
   
}
.navbar-dark .navbar-toggler-icon {
  color: aliceblue;
  
}
 

/* banner-slide */

.slider-section {
  width: 100%;
  height: 100vh; 
  background-color: #071422; 
  display: flex;
  padding-top: 30px;
  
}

.swiper {
    width: 100%;
    height: 80vh; 
    margin-bottom: 80px; 
 
  }

  .swiper-slide-active {
    transform: scale(1.05);
  }

  .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
   border-radius: 15px;
    overflow: hidden;
    transition: transform-0.5s-ease;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slide-content {
  position: absolute;
  z-index: 2; 
  color: #fff;
  bottom: 20%;
  left: 5%;
 max-width:800px;
}
 

  .slide-content-h2 {
    font-size: 2.5rem;
    margin: 0-0 10px;
    
  }

  .slide-content-p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .slide-content .btn {
    padding: 10px-20px;
    font-size: 1rem;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
  }

  .slide-content .btn:hover {
    background: #0056b3;
  }

/* end-of-banner-slide */


/* beginning-abstract-image */

 .abstract-hero {
  position: relative;
  width: 100%;
  height: 80vh; 
  overflow: hidden;
}

.abstract-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 1;
}

.abstract-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 0-1rem;
  background-color: rgba(0, 0, 0, 0.4); 
}

.abstract-text {
  color: #fff;
  font-size:18px;
  max-width: 800px;
  margin-bottom: 20px;
}

.abstract-button {
  padding: 10px-25px;
  font-size: 1rem;
  color: #fff;
  background-color: transparent;
  border: 1px-solid-white;
  border-radius: 5px;
  cursor: pointer;
}
 
 /* end-of-abstract-image */



/* beginning-of-client-carousal */
 .client-carousel-section {
  background:rgb(233, 231, 231);
  padding: 20px-0;
  overflow: hidden;
}

.logo-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-left-20s-linear-infinite;
}

.carousel-logos {
  display: flex;
 
}

.carousel-logos-img {
  height:100px;
  width:200px;
  margin: 0-30px;
  object-fit: contain;
  flex-shrink: 0;
}
  
@keyframes-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* end-of-client-carousal */

/* about-us-carousal-beginning */
.heading2{
  position: relative;
  text-align: left;
  color: hsl(240, 12%, 97%);
 margin-top: 60px;
  font-size: 2.5rem;
  left: 1%;

}
.paragraph1{
  position: relative;
  text-align:left;
  color: #f7f7fc;
  font-size:1.50rem;
  left: 1%;
  
}
.button-wrapper {
  position: relative;
  display: flex;
  justify-content: center; 
  gap: 20px;    
  left: 1%;            
 
}

.btn3,.btn4 {
  background-color: #1b1b1b;
  font-size: 18px;
  color: #ffffff;
  padding: 10px-20px;
  border-radius: 8px;
  border:1px-solid-white;
  cursor: pointer;
  margin-bottom: 20px;
}

.btn4 {
  background-color: #1b1b1b;
}


.capabilities-carousel-section{
  background-color: #1b1b1b;
  
 
}

.carousel-wrapper {
  overflow: hidden;
   padding: 60px-30px;
}

.carousel-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.carousel-header .text-content {
  flex: 1;
}

.button-wrapper {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  gap: 20px;
  margin-top:20px;
}

.carousel-controls {
  display: flex;
  justify-content:left;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  order: 3;
}

.carousel-btn {
  background:none;
  color:white;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.cards-carousel {
  display: flex;
  gap: 20px;
  transition: transform-0.5s-ease-in-out;
}


.cards {
  flex: 0-0 33.3333%;
  box-sizing: border-box;
}

.card-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}

.card-image-img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  transition: transform-0.5s-ease;
  
}

.card-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;  
  background: linear-gradient(to-top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1; 
  pointer-events: none;
}


.card-image:hover-img {
  transform: scale(1.1);
}


.card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity-0.3s-ease-in-out;
  z-index: 1;
}
.card-image:hover::before {
  opacity: 1; 
}

.overlay {
  position: absolute;
  bottom: 0;
  z-index: 2; 
  color: white;
  font-size: 20px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background: transparent; 
}
/* end-of-about-us-section */

 /* beginning-of-service */

.service-section{
  
  background-color:rgb(0, 0, 0);
  padding: 50px-20px;
  
}
.paragraph2{
  color:rgb(255, 255, 255);
  padding-top: 20px;
  margin: 20px;
  font-size: 30px!important;
  font-weight: 600;

}
.heading3{
  color: rgb(255, 255, 255);
  padding-bottom: 40px!important; 
  font-size: 34px!important;
 
}

@keyframes-bounce{
  0%,100%{
    transform: translateY(0);
  }
  50%{
   transform: translateY(-10px);
  }
}
.bounce-hover:hover{
animation:bounce-1.5s-ease;
}
.servicecard-img{
  height: 350px;
  width: 100%;
  object-fit: cover;
  filter: brightness(40%);
  
}
.servicecard-title{
  font-size: 24px;
  padding-top: 20px;
  color:white;
  font-weight: 500px;
 
}
.servicecard-text{
  font-size: 18px;
  color: white;
}

#knowMoreBtn{
  border:1px-solid-white;
  padding: 10px;
  width:150px;
  color: white;
  font-size: 18px;
  border-radius: 15px;
}
#knowMoreBtn:hover{
  background-color: white;
  color: black;
}
.d-none {
    display: none;}

/* end-of-service-section */


/* project-section-beginning */

.cards-carousel1 {
  overflow-x: hidden;
  position: relative;
}

.carousel-track1 {
  display: flex;
  transition: transform-0.4s-ease-in-out;
  scroll-behavior: smooth;
}

.cards1 {
  flex: 0-0 300px; 
  margin-right: 16px;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
}

.carousel-controls1 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 10px-0;
}

.carousel-wrapper1 {
  padding: 40px-0;
  max-width: 100%;
  background-color: #050505;
  box-sizing: border-box;
  position: relative;
}

.image-carousal1 .paragraph5,
.image-carousal1 .heading6 {
  text-align: center;
  margin-bottom: 10px;
  color: white;
}
.image-carousal1 .heading6 {
  margin-top: 10px;
font-size: 35px;
  
}
.image-carousal1 .paragraph5{
 font-size: 25px;

}
.carousel-controls1 {
  display: flex;
  justify-content: flex-end;
  margin: 20px-0;
  gap: 10px;
}

.carousel-btn2 {
  color: #fffdfd;
  background-color: #020202;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.cards-carousel1 {
  overflow: hidden;
  width: 100%;
   overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
   scrollbar-width: none;          
  -ms-overflow-style: none; 
}

.cards-carousel1::-webkit-scrollbar {
  display: none;                
}

.carousel-track1 {
  display: flex;
  transition: transform-0.4s-ease;
  gap: 20px;
   flex-wrap: nowrap;
  
}

.cards1 {
  height: 450px;
  flex: 0-0 25%; 
  background: hsl(0, 0%, 0%);
  overflow: hidden;
  box-shadow: 0-4px-10px-rgba(0,0,0,0.1);
  text-align: center;
   box-sizing: border-box;
   border: 0.5px-solid-rgb(110, 108, 108);
}

.cards1-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform-0.4s-ease;
}
.cards1-img:hover{
  transform: scale(1.1);
}
.project-caption {
  font-size: 25px;
  margin: 10px-0;
  font-weight: bold;
   color: white;
}

.project-button1,
.project-button2 {
  margin: 5px-5px-10px;
  padding: 8px-12px;
  font-size: 14px;
  border:0.5px-solid-rgb(119, 116, 116);
  background-color: transparent;
  color: #fffdfd;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}

.button-warapper {
  text-align:center;
  margin-top: 20px;
}

.seemore-button {
  background-color: #020202;
  margin-top:20px;
  color: white;
  padding: 10px-20px;
  border:1px-solid-white;
  border-radius:15px;
  font-size: 18px;
  cursor: pointer;
}

/* project-section-end */

/* testimonial-section-beginning */

.testimonial-wrapper-unique {
 padding:0px ; 
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #313030;
}

.testimonial-carousel-unique {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.testimonial-track-unique {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollTestimonials-30s-linear-infinite;
}

.testimonial-carousel-unique:hover .testimonial-track-unique {
  animation-play-state: paused;
}
.testimonial-para{
  font-size: 30px;
  color:white;
  padding-top: 10px;
  padding-left: 20px;
  
}
.testimonial-head{
  font-size: 40px;
  color:white;
  padding-left: 20px;
  padding-bottom: 10px;
 
}

.testimonial-unique {
  flex: 0-0 auto;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0-4px-12px-rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border: 1px-solid-grey;
  width: calc(100vw / 3 - 30px);
}

.quote-icon {
  font-size: 40px;
  color: #216fc2;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;

}

.star-rating {
  color: #f5b301;
  font-size: 16px;
  margin-bottom: 15px;
}

.person-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.person-info-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.person-info-h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;

}

.person-info-p {
  margin: 2px-0 0;
  font-size: 14px;
  color: #777;
   
}

@keyframes-scrollTestimonials {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* testimonial-section-end */

/* pricing-section-beginning */


.pricing-section {
  width: 100%;
  padding: 60px-40px;
  background: #080808; /* soft-background */
  text-align: center;
}

.pricing-para {
  font-size: 18px;
  font-weight: 600;
  color:white;
  margin-bottom: 10px;
}

.pricing-head {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: white;
}

.pricing-container {
display: flex;
  justify-content: center;
  gap: 30px; 
  margin: 0-auto; 
  flex-wrap: wrap; 

}
.price-card-description{
  color: white;
  margin-top: 20px;
}
.pricing-card {
  flex: 1;
  min-width: 300px;  
  max-width: 500px;   
  background: #0a0a0a;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0-4px-20px-rgba(0,0,0,0.05);
    border: 1px-solid #5e5e5f;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0-8px-20px-rgba(0,0,0,0.15);
}
.pricing-card-p{
color: white;
}

.featured {
   border: 1px-solid #5e5e5f;
  transform: scale(1.05);
  position: relative;
box-shadow: 0-20px-40px-rgba(143, 141, 141, 0.2);
height: 500px;
  
}

.featured .badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #007bff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px-10px;
  border-radius: 20px;
}


.pricing-card-h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.price, .amount {
  font-size: 34px;
  font-weight: 800;
  color: #007bff;
  margin-bottom: 20px;
}


.pricing-card-ul {
  list-style: none;
  padding: 0;
  margin: 20px-0;
  text-align: left;
  color: white;
  text-align: center;
}

.pricing-card-ul-li {
  margin-bottom: 12px;
  font-size: 15px;
  
}

.pricing-card-ul-li-i {
  color: #007bff;
  margin-right: 8px;
  
}


.pricing-card-button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px-20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-0.3s;
  margin-top: auto;
}

.pricing-card-button:hover {
  background: #0056b3;
}







/* article-section-beginning */

.container {
  margin:0 ;
  padding: 20px-10px;
}


.Articles-section {
  background-color: #1b1b1b;
  width: 100%;
}

.article-head {
  color: white;
  padding: 20px-0 0-0;
  font-size: 30px;
  text-align: center;
}

.article-para {
  color: white;
  padding-bottom: 20px;
  font-size: 34px;
  text-align: center;
}


.image-card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 50px;
  padding-bottom: 40px;
}

.image-card {
  position: relative;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  border-radius: 12px;
  flex: 1-1 300px;
  transition: transform-0.3s;
}

.image-card-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  filter: brightness(40%);
  transition: transform-0.5s-ease;
}

.image-card:hover-img {
  transform: scale(1.1);
}

.bottom-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to-top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: white;
  text-align: left;
}

.card-caption {
  font-size: 25px;
  margin: 0-0 8px;
}

.card-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px-14px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px-solid #fff;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color-0.3s;
}

.card-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
} 

/* end-of-article-section */

/* footer-beginning */

 .footer {
  background-color:#071422;
  color: white;
  padding: 40px-20px-20px;
  
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1-1 200px;
}

.footer-logo {
  width: 120px;
  margin-bottom: 10px;
}

.footer-desc {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-col-h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-col-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-ul-li {
  margin-bottom: 8px;
}

.footer-col-ul-li-a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 100;
}


.social-icons-a {
  display: inline-block;
  margin-right: 10px;
  color: white;
  font-size: 16px;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px-solid #444;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 14px;
}

.footer-bottom-p {
  margin: 0;
}

.footer-bottom1 .bottom-list {
  display: flex;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0;
  align-items: center;
}

.footer-bottom1 .bottom-list-li-a {
  color: white;
  text-decoration: none;
  
}

/* end-of-footer */



/* media-query */

/* Full-width-for-large-screens (MacBook-14", 16", etc.) */




@media  (min-width: 1280px) {
  
  /* Slider-Section-full-width */
  
.slider-section .carousel-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;  
    padding-right: 50px; 
    margin: 0;            
  }
  .slider-section .carousel-inner,
  .slider-section .carousel-item-img {
    width: 100%;
    max-width: 100%;
  }


 
}

  
 

/* ---- style2 ---- */

body{
  margin: 0;
  padding: 0;
}
h1.h2,h3{
font-family: 'Canela', serif;
}
body,p{
  font-family:'IBM-Plex-Sans', sans-serif;
}

#logoimage{
  width:270px;
  height: 100px;
  margin-top: 10px;
}
 .custom-navbar {
    background-color:#071422;
  }
 .custom-navbar .nav-link,
 .custom-navbar .navbar-brand{
    color: #f5f3f3;
  }
.custom-navbar .nav-link:hover,
.custom-navbar .dropdown-item:hover {
    color:rgb(172, 169, 169)
  }

.nav-link-li{
   font-size:17px;
   color: white;
    margin-left:0px;
     font-family: 'Inter', sans-serif;
   
}
.nav-link.active {
  color:skyblue!important;
  font-weight: bold;
}
.navbar-dark .navbar-toggler-icon {
  color: aliceblue;
  
}


/* video-banner */
.video-banner {
  position:relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
 
}
.video-banner-video {
  position:relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
filter: brightness(50%);
z-index: -1;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
#paragraph1{
    font-size: 30px;
    font-family: 'IBM-Plex-Sans', sans-serif;
}
#heading1{
    font-size: 35px;
   font-family: 'Raleway', sans-serif;
    
}
#Button1{
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px-20px;
    border: 1px-solid-white;
    border-radius: 7px;
}
#videoBtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}

/* end-of-video-banner */

/* second-section */

/* .secondsection{
position: relative;
height:50vh;
display: flex;
padding: 30px-20px;
   
}
#image1{
  border-radius: 10px;
  height: auto;
 
}
#paragraph2{
    position: relative;
   padding-right: 15px;
    font-size: 18px;
   font-family: 'IBM-Plex-Sans', sans-serif;

}
#Button2{
margin-top:5px;
padding: 10px-20px;
border-radius: 7px;
font-family: 'IBM-Plex-Sans', sans-serif;
} */

.second-section {
  padding: 60px-40px;
  background-color: #fff;
}

.second-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  gap: 60px;
  flex-wrap: wrap; 
}

.second-text {
  flex: 1-1 600px;
}

.second-text-p {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 700px;
}

.read-more-btn {
  margin-top: 20px;
  padding: 10px-20px;
  font-size: 1rem;
  background-color:transparent;
  color:black;
  border:1px-solid-black;
  border-radius: 8px;
  cursor: pointer;
}

.second-image {
  flex: 1-1 400px;
}

.second-image-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* end-of-second-section */

/* beginning-of-service-section */

.service-section{
  position: relative;
  background-color:rgb(32, 32, 32);
  top: 40px;
  padding: 50px-20px;

  
}
.paragraph3{
  color:rgb(255, 255, 255);
  padding-top: 20px;
  margin: 20px;
  font-size: 30px!important;
  font-weight: 600;
  font-family: 'IBM-Plex-Sans', sans-serif;
 
}
.heading3{
  position: relative;
  margin-left: 20px;
  color:white;
  padding-bottom: 50px!important; 
 font-family: 'Raleway', sans-serif;
}

@keyframes-bounce{
  0%,100%{
    transform: translateY(0);
  }
  50%{
   transform: translateY(-10px);
  }
}
.bounce-hover:hover{
animation:bounce-1s-ease;
}
.servicecard{
  border-radius: 8px;
}
.servicecard-img{
  height:300px;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
  border: none!important;
  overflow: hidden;
 
  
}
.servicecard-title{
  position: relative;
  font-size: 25px;
  padding-top: 20px;
  color:white;
  font-weight: 500;

}
.servicecard-text{
  font-size: 18px;
  color: white;
  font-family: 'IBM-Plex-Sans', sans-serif;
}
.card {
  position: relative;
  overflow: hidden;
  border-radius:10px;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); 
  opacity: 0;
  transition: opacity-0.3s-ease;
  z-index: 1;
}

.card:hover::before {
  opacity: 1;
}

#knowMoreBtn{
  border:1px-solid-white;
  padding: 10px;
  width:190px;
  color: white;
  font-size: 18px;
  border-radius: 22px;
}
#knowMoreBtn:hover{
  background-color: white;
  color: black;
}
.d-none {
    display: none;}

 /* end-of-service-section */


 /* <!-- beginning-ofprocess-section  --> */

 .process-section {
  background: #f9f9f9;
  height: 70vh;
  padding: 60px-20px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.process-title {
  font-size: 2.5rem;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: 'Canela', serif;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.step {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  width: 220px;
  box-shadow: 0-4px-12px-rgba(0,0,0,0.08);
  position: relative;
}

.circle {
  background: #4e91f9;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0-auto-12px;
}

.step-h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'IBM-Plex-Sans', sans-serif;
}

.step-p {
  font-size: 16px;
  color: #555;
   font-family: 'IBM-Plex-Sans', sans-serif;
}

/* <!-- end-of-process-section --> */

 /* why-choose-us-section-beginning */

.why-choose-us-timeline {
  background:rgb(230, 236, 241);
  padding: 60px-20px;
  margin-bottom: -20px;
}

.why-choose-us-timeline-h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color:black;
 font-family: 'Canela', serif;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0-auto;
}

.timeline-item {
  background: #ffffff;
  padding: 25px-20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0-8px-16px-rgba(0, 0, 0, 0.05);
  transition: transform-0.3s-ease;
}

.timeline-item:hover {
  transform: translateY(-5px);
}

.timeline-item .icon {
  font-size: 1.8rem;
  color: #007bff;
  margin-top: 5px;
}

.timeline-item .text-h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #222;
  font-family: 'IBM-Plex-Sans', sans-serif;
}

.timeline-item .text-p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  font-family: 'IBM-Plex-Sans', sans-serif;
}

/* end-of-why-choose-us-section */

/* footer-beginning */


.footer {
  background-color: #071422;
margin-top: 20px;
  color: #fff;
  padding: 40px-20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0-auto;
}

.footer-logo-img {
  max-width: 150px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links-a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links-a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons-a {
  color: #fff;
  font-size: 18px;
  transition: color-0.3s-ease;
}

.social-icons-a:hover {
  color:rgb(56, 172, 201);
}

.copyright {
  font-size: 13px;
  color: #ccc;
}

/* end-of-footer */


/* media-query */ 
@media (min-width: 1440px) {
  .secondsection {
gap: 60px;
padding: 40px-0;
 display: flex;
  justify-content: center;
  align-items: center;
  margin: 0-auto; 
  }

  #paragraph2 {
    font-size: 1.5rem;
    line-height: 1.8;
 max-width: 1200px;
  width: 100%;
  }

  #image1 {
    max-width: 800px;
    object-fit: cover;
  }
} 


@media(max-width: 992px){
  .video-banner{
    width: 100%;
    height: 60vh;
  }
}

@media (max-width: 768px) {
  .secondsection{
    flex-direction: column;
    text-align: center;
    height:auto;
    
  }
  #paragraph1{
    font-size: 20px;
    font-family: 'IBM-Plex-Sans', sans-serif;
}
#heading1{
    font-size: 30px;
    font-family: 'Canela', serif;
    width: 300px;
    padding-bottom: 20px;
    
}
    #paragraph2, #image1 {
    flex: 1-1 100%;
  }

  #Button2 {
    margin: 10px-10px;
     justify-content: center;
  }
  .process-section{
    height: auto;
  }
  .process-steps {
    flex-direction: column;
    align-items: center;
  
}
.step {
  width: 300px;
  box-shadow: 0-4px-12px-rgba(0, 0, 0, 0.08);
  position: relative;
}
 .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    flex-direction: row;
    padding: 20px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social {
    align-items: center;
    text-align: center;
  }

  .footer-links .link-row {
    justify-content: center;
  }
}

/* ---- style3 ---- */

body{
  margin: 0;
  padding: 0;
}
body{
  font-family:'IBM-Plex-Sans', sans-serif;
}

#logoimage{
  width:270px;
  height: 100px;
  margin-top: 10px;
}
 .custom-navbar {
    background-color:#071422;
  }
 .custom-navbar .nav-link,
 .custom-navbar .navbar-brand{
    color: #f5f3f3;
  }
.custom-navbar .nav-link:hover,
.custom-navbar .dropdown-item:hover {
    color:rgb(172, 169, 169)
  }

.nav-link-li{
   font-size:17px;
   color: white;
    margin-left:0px;
     font-family: 'Inter', sans-serif;
   
}
.nav-link.active {
  color:skyblue!important;
  font-weight: bold;
}
.navbar-dark .navbar-toggler-icon {
  color: aliceblue;
  
}

/* starting-of-banner-section */

 .banner-section {
  position: relative;
  height: 80vh;
  background-image: url('../images/male-female-business-people-working-tablet-office.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

.banner-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  padding: 20px;
}

.banner-overlay-h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
   font-family: 'Canela', serif;
}

.banner-overlay-p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #eee;
}

.banner-btn {
  background-color:transparent;
  color: #fff;
  padding: 12px-28px;
  border: 1px-solid-white;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color-0.3s-ease;
   font-family:'IBM-Plex-Sans', sans-serif;
}

.banner-btn:hover {
  background-color: #0056b3;
}

/* end-of-banner-section */

/* beginning-of-second-section */

.second-section{
    position: relative;
    padding: 30px-20px;
    top: 40px;
    bottom: 40px;
    font-size: 18px;
    font-family:'IBM-Plex-Sans', sans-serif;
}

/* end-of-second-section */

/* <!-- beginning-of-speciality-carousal --> */
.heading2{
  position: relative;
  text-align: left;
  color: hsl(240, 12%, 97%);
 margin-top: 60px;
  font-size: 2.5rem;
  font-family: 'Canela', serif;
 
  
}
.paragraph1{
  position: relative;
  text-align:left;
  color: #f7f7fc;
  font-size:1.50rem;
   font-family:'IBM-Plex-Sans', sans-serif;
  
}
.button-wrapper {
  display: flex;
  justify-content: center; 
  gap: 20px;                
  margin-top: 40px;
}

.btn3,.btn4 {
  background-color: #1b1b1b;
  font-size: 18px;
  color: #ffffff;
  padding: 10px-20px;
  border-radius: 8px;
  border:1px-solid-white;
  cursor: pointer;
  margin-bottom: 20px;
}

.btn4 {
  background-color: #1b1b1b;
}


.special-carousel-section {
  position: relative;
  background-color: #1b1b1b;
  padding: 40px-20px;
  top: 40px;
}

.carousel-wrapper {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.carousel-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.carousel-header .text-content {
  flex: 1;
}

.button-wrapper {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
}

.carousel-controls {
  display: flex;
  justify-content:right;
  gap: 12px;
  margin-top: 10px;
  order: 3;
}

.carousel-btn {
  background:none;
  color:white;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.cards-carousel {
  display: flex;
  gap: 20px;
  transition: transform-0.5s-ease-in-out;
}

.cards {
  flex: 0-0 33.3333%;
  box-sizing: border-box;
}
.cardheading{
  font-size: 22px;
  padding: 12px;
 font-family:'IBM-Plex-Sans', sans-serif;
font-weight: 400!important;
}
.cardpara{
  font-size: 18px;
   font-family:'IBM-Plex-Sans', sans-serif;
}
.card-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}

.card-image-img {
  width: 100%;
  height: 500px;
  display: block;
  filter: brightness(40%);
  object-fit: cover;
  transition: transform-0.5s-ease;
  
}

.card-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;  
  background: linear-gradient(to-top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1; 
  pointer-events: none;
}


.card-image:hover-img {
  transform: scale(1.1);
}


.card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity-0.3s-ease-in-out;
  z-index: 1;
}
.card-image:hover::before {
  opacity: 1; 
}

.overlay {
  position: absolute;
  bottom: 0;
  z-index: 2; 
  color: white;
  font-size: 20px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background: transparent; 
}


/* <!-- end-of-speciality-carousal --> */



/* beginning-of-vision-section */

.vision-hero {
  position: relative;
  top: 80px;
  background-image: url('../images/vision.jpg'); 
  background-size: cover;
  height:110vh;
  opacity: 90%;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-overlay {
background: rgba(0, 0, 0, 0.5); 
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-content {
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding: 20px;
  font-family:'IBM-Plex-Sans', sans-serif;
}

.vision-content-h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: 'Canela', serif;
}

.vision-content-p {
  font-size: 1.2rem;
  line-height: 1.6;
}
#button4{
  position: relative;
    font-size: 16px;
    padding: 10px-20px;
    background-color:transparent;
    color: white;
    border-radius: 7px;
    border: 1px-solid-white;
    font-family:'IBM-Plex-Sans', sans-serif;
}


/* end-of-vision-section */

/* <!-- beginning-of-division-section --> */

.divisions{
  position: relative;
 margin-top: 40px;
  padding: 60px-30px;
}
.division-head{
  position: relative;
  top: 10px;
  font-family: 'Canela', serif;
  font-size: 35px;
  text-align: center;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}
.card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0-5px-20px-rgba(0,0,0,0.1);
   font-family:'IBM-Plex-Sans', sans-serif;
}
.division-image{
  display: block;
  display: block;
  margin: 0-auto;
  max-width: 200px; 
  object-fit: contain;
  height: 150px;
  flex-shrink: 0;
  
}
/* <!-- end-of-division-section --> */

/* <!-- beginning-of-core-values --> */

.time-line{
   background-color: rgb(231, 245, 248);
}

.timeline-section {
      position: relative;
      max-width: 1000px;
      margin: 0-auto;
      padding: 40px-20px;
    
    }

    #heading4 {
      text-align: center;
      margin-bottom: 50px;
      font-size: 36px;
      color: #080808;
      font-family: 'Canela', serif;
    }

    #core-values {
      position: relative;
    }

    .timeline-line {
      position: absolute;
      left: 50%;
      top: 0;
      width: 4px;
      height:100%;
      background: #0c0c0c;
      transform: translateX(-50%);
      overflow: hidden;
    }

  
    .timeline-slide {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin: 60px-0;
    }

    .content-box {
      width: 45%;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0-5px-15px-rgba(0,0,0,0.1);
      transition: all-0.6s-ease;
      opacity: 0;
      transform: translateY(50px);
    }

    .content-box-img {
      width: 100%;
      border-radius: 8px;
    }

    .timeline-head {
      font-size: 24px;
      margin-top: 15px;
      color: #333;
      font-family: 'Canela', serif;
    }

    .timeline-para {
      font-size: 16px;
      color: #666;
      margin-top: 10px;
      font-family:'IBM-Plex-Sans', sans-serif;
    }

    .timeline-dot {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      height: 20px;
      background-color: #5174e6;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      transition: all-0.3s-ease;
    }

    .content-box.show {
      opacity: 1;
      transform: translateY(0);
    }

    
/* <!-- end-of-core-values --> */

/* <!-- beginning-of-mission-section --> */

.mission-split-section {
  position: relative;
 top: 10px;
  background-color:white;
  padding:10px;
}

.mission-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  gap: 40px;
}

.mission-content {
  flex: 1-1 45%;
  text-align: left;
}

.mission-image {
  flex: 1-1 45%;
}

.mission-image-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0-8px-20px-rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 36px;
  font-family: 'Canela', serif;
  margin-bottom: 20px;
  color: #1b1b1b;
}

.mission-text {
  font-size: 18px;
  font-family: 'IBM-Plex-Sans', sans-serif;
  color: #333;
  line-height: 1.7;
}
  
/* <!-- end-of-mission-section --> */

/* <!-- beginning-of-last-image-text --> */

.image-text-section {
  padding: 10px ;
  background:white;
}
.last-imagebox{
  font-size: 20px;
 font-family:'IBM-Plex-Sans', sans-serif;

}

.image-text-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 120px;
  flex-wrap: wrap;
}

.image-box {
  flex: 1-1 45%;
  padding: 10px;
}

.image-box-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.text-box {
  flex: 1-1 45%;
  padding: 10px;
}

.text-box-h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-family: 'Canela', serif;
}

.text-box-p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn5 {
  background: #007bff;
  color: white;
  padding: 10px-25px;
  border-radius: 5px;
  text-decoration: none;
}

/* <!-- end-of-image-text --> */

/* <!-- footer-beginning --> */

.footer {
  background-color: #071422;
margin-top: 20px;
  color: #fff;
  padding: 40px-20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0-auto;
}

.footer-logo-img {
  max-width: 150px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links-a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links-a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons-a {
  color: #fff;
  font-size: 18px;
  transition: color-0.3s-ease;
}

.social-icons-a:hover {
  color:rgb(56, 172, 201);
}

.copyright {
  font-size: 13px;
  color: #ccc;
}

/* <!-- end-of-footer --> */






/* Responsive */


@media(max-width:992px){

    .cards {
    flex: 0-0 50%;
  }
    .mission-container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .mission-text {
    padding-left: 0;
    list-style-position: inside;
  }

  .mission-content .section-title {
    font-size: 1.8rem;
  }
}



@media (max-width: 768px) {
 
  .banner-overlay-h1 {
    font-size: 1.8rem;
  }

  .banner-overlay-p {
    font-size: 1rem;
  }

  .banner-btn {
    padding: 10px-20px;
  }
  .second-section{
    text-align: center;
  }
   .cards {
    flex: 0-0 100%;
  }
  
   .carousel-header {
    flex-direction: column;
    
  }

  .carousel-controls {
    margin-top: 15px;
    align-items: flex-end;
  }

  .text-content {
    width: 100%;
  }
   .vision-hero {
    text-align:center;
    height: 80vh;
  }

  .vision-content-h2 {
    font-size: 1.8rem;
  }

  .vision-content-p {
    font-size: 1rem;
  }
 .timeline-slide {
        flex-direction: column;
      }

  .timeline-dot {
    display: none;
  }

 .content-box {
        width: 90%;
        margin-bottom: 30px;
      }
  .section-title{
    text-align: center;
  }
  .mission-text{
    text-align: center;
  }
image-text-section .container {
    flex-direction: column;
    text-align: center;
  }

  .image-box, .text-box {
    flex: 1-1 100%;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social {
    align-items: center;
    text-align: center;
  }

  .footer-links .link-row {
    justify-content: center;
  }
}