
body{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', 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 {
  height: 60px;    
  width: auto;      
  margin-top: 5px; 
  object-fit: contain;  
}
 .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;
 
   
}
.nav-link.active {
  color:rgb(120, 123, 124)!important;
  font-weight: bold;
}
.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 */


/* begining abstract image */

 .abstract-hero {
  position: relative;
  width: 100%;
  height: 90vh; 
  overflow: hidden;
  border-top: 2px solid white;
  border-bottom: 1px solid white;
}

.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(20, 20, 20, 0.4); 
}

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

.abstract-button {
  padding: 10px 25px;
  font-size: 1.2rem;
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;

}
 
 /* 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 begining */

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

  
}

.heading2{
  position: relative;
  text-align: left;
  color: hsl(240, 12%, 97%);
 margin-top: 30px!important;
  font-size: 2.5rem;
  font-family: 'Quicksand', sans-serif!important;
  

}
.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;
}

.carousel-wrapper {
  overflow: hidden;
   padding-bottom: 40px;
}


.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;
  opacity: 1;
}

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

.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;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background: transparent; 
  font-weight:bold; 
}
.capabilities-carousel-heading{
  font-family: 'Quicksand', sans-serif;
   font-size:2rem;
}



/* end of about us section */

.industries-section {
  padding: 60px 30px;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
  font-size:2rem;
  font-weight: bold;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #ccc;
}

.industry-item {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0;
}

.industry-item:nth-child(2n) {
  border-right: none; 
}

.industry-item summary {
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.industry-item p {
  padding: 0 20px 15px 20px;
  font-size: 18px;
  color: #181717;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 14px;
}

.industry-item .arrow {
  font-size: 1rem;      
  color: #333;           
  transition: transform 0.3s ease;
}


.industry-item[open] .arrow {
  transform: rotate(180deg);
}

.industry-button{
  position: relative;
  color: #020202;
  padding: 10px 20px;
  margin: 20px;
  border: 1px solid black;
  border-radius: 8px;
}

 /* begining of service */

.service-section{
  
  background-color:rgb(0, 0, 0);
 margin-bottom: 30px;
  
}
.paragraph2{
  position: relative;
  left: 0.5%;
  color:rgb(255, 255, 255);
  padding-top: 20px;
  font-size: 30px!important;
  font-weight: 600;
  font-family: 'Nunito',sans-serif;
  

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

@keyframes bounce{
  0%,100%{
    transform: translateY(0);
  }
  50%{
   transform: translateY(-10px);
  }
}
.bounce-hover:hover{
animation:bounce 1.5s ease;
}

.servicecard-title{
  font-size: 22px!important;
  padding-top: 20px;
  color:white;
  font-weight: 500px;
 
}
.service-card {
  position: relative;
  width: 100%;
  border: none;
  background: transparent;
  box-shadow: none;
}
.service-card img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
}
.card-img-overlay {
  
 display: flex;
  align-items: center; 
  justify-content: flex-start; 
 text-align: center;
 
 
}


#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 */

/* cta section begining */

#email-subscription{
    padding: 60px 40px;
    background-color: #313030;
  
}
.subscription{
margin: 20px 30px;
padding:60px 40px;
  border: 1px solid rgb(168, 166, 166);
  border-radius: 8px;
  background-image:url(../images/cta.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: hwb(200 98% 1%);
}
.heading5 {
  padding-top: 30px;
  font-size: 40px;
  color:#020224;;

}
.paragraph3{
   font-size: 20px;
   color: #020224;
}
.input-group{
  flex-direction:flex;

    
}
.form-control {
    border-radius: 4px;
    padding: 10px;
    border: 1px solid black;
  }
.emailbtn{
  background-color: #0d2361;
  border-radius: 3px;
  border: none;
 padding: 7px;
  color: aliceblue;
}

/* paragraph */

.business-digital-venture{
  height: auto;
  padding: 60px 40px;

}
.pa{
  font-family: 'Nunito', sans-serif;
}
#pa-button{
  justify-content: center;
  text-align: center;
}
.paragraph-button{
   border: 1px solid black;
  background-color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 8px;
}
/* project section begining */

.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: 370px;
  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: 300px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cards1 img:hover{
  transform: scale(1.1);
}
.project-caption {
  font-size: 25px;
 margin-top: 10px;
   color: white;
  font-family: 'Quicksand', sans-serif;
}

.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 */



/* pricing section begining */


.pricing-section {
  width: 100%;
  padding: 60px 40px;
  background: #080808; 
  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;
}




/* why choose section */

.features-section {
  padding: 50px 20px;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.feature-item {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-icon {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 15px;
}
.features-heading{
 font-family: 'Quicksand', sans-serif;
 font-size: 23px;
}


/* cta section */

.cta-section {
  background: linear-gradient(135deg, #363636, #070707);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  border-radius: 12px;
  margin: 60px;
}

.cta-content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #0d6efd;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #f8f9fa;
  color: #6610f2;
}
/* article section begining */

.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;
   font-family: 'Quicksand', sans-serif;
}

.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 begining */

.footer {
  background: #111;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
}
.footer-col {
  flex: 1 1 250px;
}
.footer-logo {

 height: 130px;    
  width: auto;   
  margin: 0 auto; 


}
.footer-desc {
  margin: 10px 0 20px;
  line-height: 1.6;
  font-size: 14px;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
  padding-top: 20px;
}
.social-icons a:hover {
  color: #00aced;
}
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-col ul li a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}
.bottom-list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.bottom-list li {
  font-size: 14px;
}
.bottom-list a {
  color: #ccc;
  text-decoration: none;
}
.bottom-list a:hover {
  color: #fff;
}

/* 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%;
  }
 
}

@media (max-width: 992px) {

   .card-image img {
    height: 350px;
  }

  .carousel-controls {
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
   .cards {
    flex: 0 0 50%;
  }
  
   .image-card {
    flex: 1 1 45%;
  }
   .image-carousal1 .heading6 {
    font-size: 28px;
  }

  .image-carousal1 .paragraph5 {
    font-size: 20px;
  }

  .cards1 {
    flex: 0 0 60%; 
    height:auto;
   
  }
  
  .cards1 img {
    height: 200px;
  }

  .project-caption {
    font-size: 19px;
  }

  .project-button1,
  .project-button2 {
    font-size: 14px;
     display: block;
    width: 80%;
    margin: 6px auto; 
    text-align: center;
    padding: 6px 10px;
  }

  .carousel-controls1 {
    justify-content:flex-end;
  }

  .seemore-button {
    font-size: 16px;
    padding: 8px 16px;
  }
 

}




  


@media (max-width: 1024px) {
  .abstract-hero {
    height: 70vh;
  }
  .abstract-text {
    font-size: 1.1rem;
    max-width: 650px;
  }
  .abstract-button {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
  
}




@media (max-width: 767px) {
  .abstract-hero {
    height: 60vh;
  }
  .abstract-text {
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 90%;
  }
  .abstract-button {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  @media (max-width: 768px) {
 .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-logo {
    margin-left: 0;   
  }

  .social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .footer-col ul {
    padding-left: 0;
    align-items: center;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    
  }

  .bottom-list {
    padding-left: 0; 
  }
}
 
}


  
 
 