
body{
    margin: 0;
    padding: 0;
  
}
h1, h2, h3, h4, h5 {
    font-family: 'Manrope', sans-serif;


  }
  
p{
    font-family: 'Poppins', sans-serif;
 
}

/*pre-hesder style */
.pre-header {
    background: black;
    padding: 3px 0;
    font-size: 14px;
}

.pre-item-left i {
    color:white;
    margin-top: 5px;
    font-size: 12px;
}
.pre-item-left{
    display: flex;
}
.pre-item-left p {
    margin: 0;
}
.pre-item-left a{
    text-decoration: none;
    font-size: 14px;
    color:white;
 
  

}
.social-icon a {
    color:white;
    font-size: 16px;
    transition: 0.3s;
    padding-right: 10px;
}

.social-icon a:hover {
    color:#0000ff;
}
.social-icon{
    display: flex;
    justify-content: flex-end;
}

/*pre-hesder end */

/*navbar style */

.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(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar {
    background-color:#0000ff;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
   
    box-shadow: 0 2px 0 0 #eee;
}
.nav-item .nav-link{
 
 
 font-size: 13px;
 color: white;
 font-family: 'Poppins', sans-serif;
 font-weight: 600;
 
}
.nav-item {
    padding-right: 15px;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}

.navbar-nav .nav-link.active {
   color: white;
}
.navbar-toggler{
    border: none;
    font-size: 16px;
}
/* Navbar links */

.navbar .nav-link:hover {
    color: white;
}

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeDown 0.3s ease;
    font-size: 14px;
}
.offcanvas-body {
    background-color: #0000ff;
    color: white;
}
/* Dropdown animation */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown menu style */
.dropdown-menu {
    border-radius: 8px;
    border: none;
    background-color: #0000ff;
  
   
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.dropdown-item{
    font-weight: 600;
    color: white;
}
/* Icons */
.icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
}

/* Cart badge */
.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}
/* User dropdown wrapper */
.user-dropdown {
    position: relative;
}

/* Dropdown menu */
.user-menu {
    position: absolute;
    top: 140%;
    right: 0;
    width: 180px;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

/* Show on hover */
.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Menu links */
.user-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.user-menu li a:hover {
    background: #f5f5f5;
}

/* Divider */
.user-menu .divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}

/* Logout color */
.user-menu .logout {
    color: #e63946;
}

/* Icons */
.icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
}


/* .navbar-brand img{
    width: 70px;
    height: 70px;
} */

/* .offcanvas-header img{
    width: 80px;
    height: 80px;
} */



.hero-banner {
    width: 100%;
  
  }
  

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  color: black;
  transition: 0.3s ease;
}


.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}


.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #0000ff;
  color: white;
}


.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}


.swiper-pagination {
    bottom: 30px !important;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    transition: 0.3s;
  }
  
  
  .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 20px;
    background: white;
    opacity: 1;
  }
   



















  
 /*about us section */

 /* ABOUT SECTION */

 .section-title h2 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
}

.about-section {
    background: #f8f9fa;
  }
  
  .about-section .about-text h2 {
    font-size: 36px;
    font-weight: 600;
    color: #0000ff;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
  }
  
  .about-section .about-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #2E2E2E;
    margin-bottom: 15px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
  }
  
   .service {
    background: #0000ff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    
    transition: 0.3s;
    color: white;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
  }
  .service :hover{
    color: black;
    border: 1px solid black;
  }
  .about-section .btn-primary:hover {
    background: #0000e6;
  }
  
  .about-section .about-img {
    max-width: 90%;
  }
  
  














  
  /* service area style */

.services-modern {
background-color: #E6E6FF;
width: 100%;
object-fit: cover;
height: auto;
background-repeat: no-repeat;

  }
  
  .service-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    transition: 0.35s ease;
   
  }
  
  .service-card img {
    max-width: 150px;
    margin-bottom: 15px;
  }
  
  .service-card h5 {
    color:#0000ff;
    margin-bottom: 10px;
   font-weight: bold;
   
    font-size: 17px;
  }
  
  .service-card p {
    font-size: 14px;
    color:#2E2E2E;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
  }
  
  .learn {
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 12px;
    color: white;
    letter-spacing: 0.7px;
    background-color:#0000ff ;
    transition: all 0.2s ease;
  }
  .learn:hover{
    color: black;
    background-color: white;
    border: 1px solid black;
  }
  .service-card:hover {
    transform: translateY(-8px);
   
  }
  
  .services-modern h2{
    font-size: 28px;
    font-weight: 600;
    color: #3b3b3b;
  
   
    font-family: 'Poppins', sans-serif;
  }
 





  .equipment-section {
    background: #F2F2FF; 
  }
  
  .equipment-section h2  {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
    color: #3b3b3b;
    font-weight: 600;
  }
  
  
  .equipment-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 14px;
    height: 100%;
    transition: 0.35s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }
  
  .equipment-card img {
    max-width: 150px;
    margin-bottom: 15px;
  }
  
  .equipment-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d2cff;
  }
  
  .equipment-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
  }
  

  
  .whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
  }
  
  .whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
    color: #fff;
  }
  


  .site-footer {
  background: #0b0f2b;
  color: #ccc;
  padding: 60px 0 20px;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  position: relative;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #4D4DFF; /* light blue accent */
  padding-left: 5px;
}

.footer-contact i {
  color: #4D4DFF;
  margin-right: 8px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #1a1f4d;
  color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #0000ff;
}

.footer-line {
  border-color: rgba(255,255,255,0.1);
  margin: 30px 0 15px;
}

.footer-bottom {
  font-size: 13px;
  color: #aaa;
}


.hero-phone {
  position: relative;
}
.hero-phone h2{
 position: absolute;
 top:50%;
 left: 50%;
 letter-spacing: 0.8px;
 transform: translate(-50%,-50%);
 color: white;
 font-size: 38px;
 font-weight: 600;
 text-shadow: 1px 2px 3px rgb(0 0 0 / 70%);

}
.phone p{
  font-size: 14px;
 line-height: 1.7;
 color: #2E2E2E;
 font-weight:500;
}

.phone img{
  border-radius: 5px;
}






.partners-section {
  background: #f8f9fa;
}

.partner-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.partner-card img {
  max-height: 70px;
  object-fit: contain;
}

.partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


.partners-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #3b3b3b;
  font-family: 'Poppins', sans-serif;
}



.cloud-services {
  background: #f8fafc;
}

.section-title {
  font-weight: 700;
  font-size: 2.2rem;
}

.section-subtitle {
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
}

.cloud-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 0 10px 0 #d1d1d1;
  transition: all 0.3s ease;
}

.cloud-card:hover {
  transform: translateY(-8px);
 
}

.cloud-card h4 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.cloud-card h6 {
  color: #2563eb;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.cloud-card p {
  color: #2F2F2F;
  font-size:13px;
  font-family: 'Poppins', sans-serif;
 

}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
}

.contact-text {
  font-size: 1.1rem;
  margin-bottom: 15px;
}




.cloud-services h2 {
  font-size: 28px;
  font-weight: 600;
  color: #3b3b3b;
  font-family: 'Poppins', sans-serif;
}

.cloud-icon svg {
  transition: transform 0.3s ease;
 
}

.cloud-card:hover .cloud-icon svg {
  transform: scale(1.1);
}

.cloud-card h4 {
  font-weight: 600;
  margin-top: 10px;
}

.cloud-card h6 {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

/*contact */

.contact-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.contact-info {
  background: #1e40af;
  color: #ffffff;
  padding: 35px;
  border-radius: 16px;
}

.contact-info h4 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.contact-list li {
  margin-bottom: 18px;
  
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.list-unstyled h5{
  font-size: 18px;
  font-weight: 700;
}
.contact-list a {
  color: #e0e7ff;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}
.captcha-box {
  background: #e0ecff;
  color: #1e40af;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  min-width: 80px;
  text-align: center;
}
.contact-card h4{
  font-size: 27px;
  font-weight: 700;
  
  font-family: 'Poppins', sans-serif;
}


.online-payment {
  background: #ffffff;
}

.payment-title {
  color: #0000ff;
  font-weight: 600;
  text-transform: uppercase;
}

.payment-form .form-control {
  max-width: 320px;
  border-radius: 0;
}

.payment-form label {
  font-style: italic;
}

.btn-dark {
  border-radius: 0;
}

.details-head{
    font-size:14px;
}
.note-online {
    margin-right: -94px;
    margin-top: 2px;
    font-weight: 600;
}
.wp-block-heading{
  
    font-size: 18px;
    line-height: 1.5;
}
