body{
    margin: 0;
    padding: 0;
    /* font-family: "poppins", "calibri"; */
    font-family: 'Arial', sans-serif;
    background-color: white;
  }
  
  .nav-1 {
    width: 100%;
    padding: 5px 0;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 1.5;
    background-color: rgb(10, 0, 49);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.nav-1 tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-1 td {
    padding: 3px 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.nav-1 img {
    margin-right: 8px;
    height: 16px;
    width: auto;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .nav-1 td {
        padding: 3px 8px;
        font-size: 14px;
    }
    
    .nav-1 img {
        height: 14px;
        margin-right: 5px;
    }
}

@media (max-width: 400px) {
    .nav-1 td {
        white-space: normal;
        padding: 3px 5px;
        font-size: 12px;
    }
    
    .mail::after {
        content: "";
        display: none;
    }
}
  /* .nav-1{
    padding: 5px 0px 5px 10px;
    color: white;
    width: 100%;
    font-family: "poppins";
    font-weight: 200;
    line-height: 1.5;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(10, 0, 49);
  backdrop-filter: blur(10px);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  } */

  .navbar {
    width: 100%;
    color: rgb(10, 0, 49) !important;
    backdrop-filter: blur(10px); /* Frosted glass */
    border-radius: 3px;
    position: sticky;
    background-color: white;
    top: 0;
    left: 0;    
    font-family: 'Arial', sans-serif;
  border-bottom: 1.2px solid rgba(0, 0, 0, 0.3);
}
.navbar.scrolled {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
    position: fixed;
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar-table {
    width: 100%;
    border-collapse: collapse;
}

.navbar-table td {
    padding: 5px ;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.logo {
    font-weight: bold;
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    text-align: left;
    white-space: nowrap;
}

.nav-link {
    font-family: 'Arial', sans-serif;
    color: rgb(10, 0, 49);
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: block;
    padding: 10px 0px;
}

.nav-link:hover {
    opacity: 0.8;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 30px;
    text-align: right;
}

.mobile-menu {
    display: none;
    background-color: rgb(10, 0, 49);
    width: 100%;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1000;
    position: sticky;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    animation: slideDown 0.4s ease-out;
}

.mobile-menu a {
    display: block;
    padding: 15px 20px;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.social-media a:hover{
    background: var(--main-color);
    color: var(--second-bg-color);
    box-shadow: 0 0 1rem var(--main-color);
}
@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .navbar-table td:not(:first-child):not(:last-child) {
        display: none;
    }
    
    .menu-toggle {
        display: block;
    }
    #pri-image{
      display: none;
    }
}

@media (max-width: 320px) {
    .navbar-table td:not(:first-child):not(:last-child) {
        display: none;
    }
    
    .menu-toggle {
        display: block;
    }
}

.slider{
    place-items: center;
    width: 100% !important;
    font-family: 'Arial', sans-serif;
    /* font-family: 'poppins'; */
    padding: 100px 0px 150px 35px ;
    background-blend-mode: overlay;
    background-color: #312d2dad;
    box-shadow: rgba(12, 0, 46, 0.06) 0px 4px 6px 0px;
    color: white;
    background-size: cover;
    background-attachment: fixed;
    border-left: 20px;
    background-image: url(slidenew.jpg);
    opacity: 78;
    background-repeat: no-repeat;
    animation: slidein 5s infinite ease-in-out;
  }
  .slider-text{
    font-size: 50px;
    font-weight: 100;
  }
  .slider-subtext{
    font-size: 25px;
    font-weight: 100;
  }
  .slide{
    border-bottom: 1px solid white;
  }
.read_morelink{
  padding: 30px 0px 0px 0px;
}  
.read_morelink_slider{
  color: white;
  font-size: 18px;
  font-weight: 100;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  background-color: rgb(10, 0, 49);
}
.main_service_speech{
  font-size: 15px;
  line-height: 1.8;
}
#mini-service{
  padding: 20px 20px 20px 40px;
  width: 100%;

}
.consult{
  font-size: 14px;

}
.consult_logo img{
  transform: scale(1.5);
  padding-right: 10px;
}
/* counter section  */
.counter-section {
            background-color: rgb(10, 0, 49);
            padding: 60px 20px;
            color: white;
            font-weight: 100;
        }
        
        .counter-container {
            display: table;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            table-layout: fixed;
            border-collapse: collapse;
        }
        
        .counter-row {
            display: table-row;
        }
        
        .counter-box {
            display: table-cell;
            padding: 30px 15px;
            text-align: center;
            vertical-align: middle;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .count {
            font-size: 48px;
            font-weight: 300;
            margin: 10px 0;
            color: #ffffff;
        }
        
        .counter-title {
            font-size: 18px;
            letter-spacing: 1px;
            color: rgba(255, 255, 255, 0.8);
        }
        
        @media (max-width: 768px) {
            .counter-container, 
            .counter-row,
            .counter-box {
                display: block;
            }
            
            .counter-box {
                padding: 20px 10px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }
            
            .counter-box:last-child {
                border-bottom: none;
            }
            
            .count {
                font-size: 36px;
            }
        }
    /* counter  */
.industries_inner_container{
  background-color: #f2f2f2;
  padding: 50px 0px 30px 30px;
  border-bottom: .2px solid rgb(10, 0, 49);
  text-align: center;
  width: 100%;
  display: grid;
  place-content: center;
  justify-content: center;
  justify-items: center;
  border-top: .2px solid rgb(10, 0, 49);
}
.industries_main_header{
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}
.first_industry_logo img{
  text-align: center;
  place-content: center;
  justify-content: center;
  display: grid;
}
.first_industry_main_header{
  font-weight: 500;
}
.first_industry_desc{
  font-size: 15px;
  line-height: 1.8;
}

/* Responsive adjustments for existing code */
@media (max-width: 1200px) {
  .industries_inner_container {
    padding: 40px 20px;
  }
  
  .first_industry_box {
    display: inline-block;
    width: 30%;
    margin: 10px 1%;
  }
}

@media (max-width: 900px) {
  .first_industry_box {
    width: 45%;
    margin: 10px 2%;
  }
}

@media (max-width: 600px) {
  .industries_inner_container {
    padding: 30px 15px;
  }
  
  .first_industry_box {
    width: 100%;
    margin: 10px 0;
    display: block;
  }
  
  .industries_main_header {
    font-size: 28px;
  }
}

/* Center images perfectly */
.first_industry_logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Ensure tables don't overflow on mobile */
table {
  width: 100%;
  max-width: 100%;
}

/* Animation effects */
.first_industry_box {
  transition: all 0.3s ease;
}

.first_industry_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Smooth loading animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.first_industry_box {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

/* Stagger animations */
.first_industry_box:nth-child(1) { animation-delay: 0.1s; }
.first_industry_box:nth-child(2) { animation-delay: 0.2s; }
.first_industry_box:nth-child(3) { animation-delay: 0.3s; }
.first_industry_box:nth-child(4) { animation-delay: 0.4s; }
.first_industry_box:nth-child(5) { animation-delay: 0.5s; }
.first_industry_box:nth-child(6) { animation-delay: 0.6s; }
/* Continue for all boxes if needed */


/* New responsive additions: */
@media (max-width: 1200px) {
  #mini-service {
    padding: 20px;
  }
  .consult_logo img {
    transform: scale(1.3);
  }
  #mini-service{
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  #mini-service tr {
    display: flex;
    flex-wrap: wrap;
  }
  .consult {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
  }
  #mini-service{
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .consult {
    width: 100%;
    padding: 10px 0;
  }
  .consult_conatiner {
    width: 100%;
  }
  .consult_logo img {
    transform: scale(1.2);
    padding-right: 15px;
  }
  #mini-service{
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  #mini-service {
    padding: 10px;
  }
  .consult_text_box {
    width: 100%;
  }
  .consult_header, .consult_minispeech {
    white-space: normal;
  }
}
@media (max-width: 280px) {
  #mini-service {
    padding: 10px;
  }
  .consult_text_box {
    width: 100%;
  }
  #mini-service{
        grid-template-columns: repeat(1fr);
  }
  .consult_header, .consult_minispeech {
    white-space: normal;
  }
}

#mini-service{
  display: flex;
  flex-direction: column;
}
/* .main_service{
  width: 100%;
  background-color: #f2f2f2;
  color: rgb(10, 0, 49);
  padding: 70px 0px 70px 40px;
  line-height: 1.8;
}
.main_service_img{
  padding: 5px 45px 0px 5px;
}
.main_service_header{
  color: rgb(10, 0, 49);
  font-size: 30px;
} */

/* Base Styles */
.main_service {
  width: 100%;
  background-color: #f2f2f2;
  color: rgb(10, 0, 49);
  padding: 70px 0 30px 0;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.main_service_img {
  padding: 20px;
  max-width: 100%;
  animation: fadeIn 1s ease-in-out;
}

.main_service_img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main_service_img img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.main_service_speech_container {
  padding: 20px;
  max-width: 600px;
  animation: slideIn 0.8s ease-out;
}

.main_service_header {
  color: rgb(10, 0, 49);
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.main_service_header::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(10, 0, 49);
  transition: width 0.3s ease;
}

.main_service_header:hover::after {
  width: 100%;
}

.main_service_company {
  font-weight: bold;
  color: #555;
  margin-bottom: 15px;
  font-size: 18px;
}

.main_service_speech {
  font-size: 16px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.main_service_speech:hover {
  opacity: 1;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { 
    opacity: 0;
    transform: translateX(20px);
  }
  to { 
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .main_service {
    flex-direction: column;
    padding: 40px 20px;
  }
  
  .main_service_speech_container {
    padding: 10px;
    width: 100%;
  }
  .main_service_img{
    display: none;
  }
  .main_service_header {
    font-size: 24px;
  }
  
  .main_service_company {
    font-size: 16px;
  }
  
  .main_service_speech {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main_service_img {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

/* Merged Mobile-First CSS */
.main_service {
  width: 100%;
  padding: 40px 20px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column; /* Mobile default */
}

.main_service_img img {
  max-width: 100%;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .main_service {
    flex-direction: row;
    padding: 70px 0 30px 0;
  }
  .main_service_img img {
    max-width: 500px;
  }
}

.slideees {
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slides {
  display: flex;
  animation: slide 16s infinite;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 8px;
}

/* Pause animation on hover */
.slideees:hover .slides {
  animation-play-state: paused;
}

/* Slider Animation */
@keyframes slide {
  0%, 20% { transform: translateX(0); }
  25%, 45% { transform: translateX(-100%); }
  50%, 70% { transform: translateX(-200%); }
  75%, 95% { transform: translateX(-300%); }
  100% { transform: translateX(0); }
}

/* Mobile adjustment (optional) */
@media (max-width: 768px) {
  .slideees {
    max-width: 100%;
  }
}


.cloud_main_link{
  text-decoration: none;
  background-color: white;
  color: rgb(10, 0, 49);
  padding: 15px;
  border-radius: 10px;
}
.cloud_main_link:hover{
  background-color: rgb(10, 0, 49);
  transition: .5s ease;
  color: white;
}
.cloud_services{
  background-color: #f2f2f2;
  color: rgb(10, 0, 49);
  padding: 70px 0px 65px 40px;
  width: 100%;
}
.cloud_services_text_header_box_text{
  font-weight: 300;
  font-size: 35px;
}
.cloud_services_img img{
  border-radius: 7.5px;
}
.cloud_services_img img:hover{
  transform: scale(1.06);
  opacity: 1;
  transition: 1s ease;
}
.cloud_link{
  padding: 10px 0px 0px 0px;
}
.cloud_link:hover{
  transform: translateY(-10px);
  transition: 1s ease;
}
/* deepseek */
/* Responsive and additional animations CSS */
@media (max-width: 992px) {
  .cloud_services {
    padding: 50px 20px;
    display: flex;
    flex-direction: column-reverse; /* Image will be on top on mobile */
  }
  
  .cloud_Services_text_container, 
  .cloud_services_img {
    width: 100% !important;
    display: block;
  }
  
  .cloud_services_img img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    display: block;
  }
  
  .cloud_services_text_header_box_text,
  .cloud_services_sub_text {
    text-align: center;
  }
  
  .cloud_services_text_header_box_text {
    font-size: 28px;
    line-height: 1.3;
  }
  
  .cloud_link {
    text-align: center;
    padding-top: 20px !important;
  }
}

@media (min-width: 993px) {
  .cloud_services_img {
    position: relative;
    animation: float 6s ease-in-out infinite;
  }
  
  .cloud_Services_text_container {
    animation: fadeInLeft 1s ease-out;
  }
  
  @keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .cloud_services_img img {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transition: all 0.5s ease;
  }
  
  .cloud_services_img:hover img {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
  }
}

/* Small devices (phones) */
@media (max-width: 576px) {
  .cloud_services_text_header_box_text {
    font-size: 24px;
  }
  
  .cloud_services_sub_text {
    font-size: 14px;
  }
  
  .cloud_main_link {
    padding: 12px 20px;
    font-size: 14px;
  }
}
/* deepseek */

  .testimonials-section {
    background-color: white;
    padding: 50px 0px 80px 0px;
    width: 100% !important;
    font-family: 'Arial', sans-serif;
}

.testimonials-title {
    color: rgb(10, 0, 49);
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
    animation: fadeIn 1s ease;
}

.testimonials-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 1200px;
}

.testimonial-cell {
    padding: 20px;
    vertical-align: top;
    border: 1px solid rgba(10, 0, 49, 0.1);
    background-color: white;
    transition: all 0.3s ease;
}

.testimonial-cell:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(10, 0, 49, 0.1);
}

.testimonial-content {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 300;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(10, 0, 49, 0.1);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(10, 0, 49);
    font-weight: bold;
}

.author-name {
    color: rgb(10, 0, 49);
    font-weight: 600;
    margin: 0;
}

.author-role {
    color: #666;
    font-size: 14px;
    margin: 5px 0 0;
    font-weight: 300;
}

.rating {
    color: orange;
    font-size: 18px;
    margin-top: 10px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .testimonials-table, 
    .testimonials-table tbody, 
    .testimonials-table tr, 
    .testimonial-cell {
        display: block;
        width: 100%;
    }
    
    .testimonial-cell {
        margin-bottom: 20px;
    }
    
    .testimonials-title {
        font-size: 26px;
    }
    .testimonials-section{
      padding: 0px;
    }
    .testimonial{
      padding: 0px;
      width: 100%;
    }
}

.endfooter{
    padding: 5px 0px 5px 50px;
    color: white;
    width: 100%;
    font-family: 'Arial', sans-serif;
    /* font-family: "poppins"; */
    font-weight: 200;
    line-height: 1.5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(10, 0, 49);
  }

  .pre-footer {
    padding: 30px 0px 20px 0px;
    color: white;
    width: 100%;
    /* font-family: "poppins"; */
    font-family: 'Arial', sans-serif;
    font-weight: 200;
    line-height: 1.5;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(10, 0, 49);
  backdrop-filter: blur(10px); /* Frosted glass */
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
 .pre-footer input,textarea,button{
  border-radius: 6px;
  border: 10px solid #f2f2f2;
}
.pre-footer table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
}

.pre-footer td {
    vertical-align: top;
    padding: 15px;
}

.pre-footer h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.pre-footer ul {
    list-style: none;
}

.pre-footer a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    transition: 0.3s;
}

.pre-footer a:hover {
    text-decoration: underline;
}

.school-logo img {
    max-width: 150px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.school-description {
    margin-bottom: 15px;
    line-height: 1.4;
}

.social-media {
    margin-bottom: 20px;
}

.social-media a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: white;
}

.message-box input, 
.message-box textarea, 
.message-box button {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid white;
    background: transparent;
    color: white;
}

.message-box button {
    background: white;
    color: rgb(10, 0, 49);
    font-weight: bold;
    cursor: pointer;
}

.message-box button:hover {
    opacity: 0.9;
} 
@media (max-width: 768px) {
    .pre-footer td {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .school-logo img {
        margin: 0 auto 15px;
    }
    
    .social-media {
        text-align: center;
    }
    .pre_footer_table{
      flex-direction: column;
        grid-template-columns: repeat(2, 1fr);
    }
}



/* ABOUT PAGE CSS CODE  */

.purpose_container{
  width: 100%;
  color: white;
  font-size: 35px;
  font-weight: 100;
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
  justify-content: center;
  padding: 10px 0px 10px 0px;
  background-color: rgb(10, 0, 49);
}
/* Base Styles */
.pourpose_inner_container {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px 50px 20px 50px;
  border-collapse: collapse;
}

.mission_container, .vision_container {
  padding: 15px;
  vertical-align: top;
}

.separator {
  border-left: 0.5px solid rgb(173, 0, 0);
  height: 100%;
  padding: 0 !important;
}

.mission_header_box, .vision_header_box {
  font-size: 28px;
  font-weight: bold;
  color: rgb(10, 0, 49);
  padding-bottom: 15px;
}

.mission_speech, .vision_speech {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.mission_speech_list, .vision_speech_list {
  padding-left: 20px;
  font-size: 15px;
  color: #555;
}

.mission_speech_list li, .vision_speech_list li {
  margin-bottom: 8px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .pourpose_inner_container tr {
    display: block;

  }
  
  .mission_container, .vision_container, .separator {
    display: block;
    width: 100% !important;
    padding: 15px 0 !important;
  }
}
@media (max-width: 768px) {
  .separator {
    border-top: 0.5px solid rgb(173, 0, 0);
    width: 100% !important;
    height: auto !important;
  }
}

/* Desktop Styles */
@media (min-width: 769px) {
  .mission_container {
    width: 50%;
    padding-right: 30px;
  }
  
  .vision_container {
    width: 50%;
    padding-left: 30px;
  }
}


* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .features-container {
            color: #333;
            margin: 0 auto;
            width: 100%;
            background-color: #f8f9fa;
            line-height: 1.6;
            padding: 30px 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .feature-box {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }

        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .feature-title {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 10px;
            color: #2c3e50;
        }

        .feature-detail {
            font-size: 0.9rem;
            color: #7f8c8d;
        }

        .phone-number {
            color: #e74c3c;
            font-weight: bold;
            margin-top: 5px;
        }

        @media (max-width: 768px) {
            .features-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .feature-box {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .feature-title {
                font-size: 1.1rem;
            }
            
            .feature-detail {
                font-size: 0.85rem;
            }
        }



         .clients-section {
            background-color: rgb(10, 0, 49);
            padding: 60px 20px;
            text-align: center;
            overflow: hidden;
        }
        
        .clients-table {
            display: table;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            border-collapse: collapse;
            table-layout: fixed;
        }
        
        .clients-row {
            display: table-row;
        }
        
        .client-cell {
            display: table-cell;
            padding: 30px 15px;
            vertical-align: middle;
            position: relative;
            transition: all 0.4s ease;
            background-color: white;
            border-radius: 8px;
            margin: 5px;
        }
        
        .client-logo-container {
            background-color: white;
            padding: 15px;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .client-logo {
            max-width: 100%;
            height: auto;
            max-height: 60px;
            transition: all 0.3s ease;
            filter: grayscale(100%) contrast(60%);
        }
        
        .client-cell:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(242, 242, 242, 0.3);
        }
        
        .client-cell:hover .client-logo {
            transform: scale(1.05);
            filter: grayscale(0%) contrast(100%);
        }
        
        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .clients-table {
                display: block;
            }
            
            .clients-row {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .client-cell {
                display: inline-block;
                width: calc(33.33% - 20px);
                padding: 20px;
                margin: 10px;
                box-sizing: border-box;
            }
        }
        
        @media (max-width: 768px) {
            .client-cell {
                width: calc(50% - 20px);
            }
        }
        
        @media (max-width: 480px) {
            .client-cell {
                width: calc(100% - 20px);
                max-width: 250px;
            }
        }
    /* PRODUCTS CSS CODE  */

  /* Base Styles */
#product {
    padding: 20px 0;
    background-color: #f9f9f9;
}

.product_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    line-height: 1.6;
    color: rgb(10, 0, 49);
}

/* Headers */
.main_service_header-box {
    padding-bottom: 20px;
}

.main_service_header {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.main_service_header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: rgb(10, 0, 49);
    transition: width 0.3s ease;
}

.main_service_header:hover::after {
    width: 100%;
}



.qb_header_box {
    font-weight: 300;
    color: rgb(10, 0, 49);
    font-size: 24px;
    margin: 0;
}

/* Product Grid */
.product_container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}

.first_product_container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    vertical-align: top;
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay animations for each product */
.first_product_container:nth-child(1) { animation-delay: 0.1s; }
.first_product_container:nth-child(2) { animation-delay: 0.2s; }
.first_product_container:nth-child(3) { animation-delay: 0.3s; }
.first_product_container:nth-child(4) { animation-delay: 0.4s; }
.first_product_container:nth-child(5) { animation-delay: 0.5s; }

.first_product_box {
    width: 100%;
}

.first_product_img {
    padding: 20px;
    text-align: center;
    background: #f5f5f5;
}

.first_product_img img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.first_product_img_description_box {
    padding: 15px;
}

.first_product_img_description {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    min-height: 60px;
}

.first_product_img_price {
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(10, 0, 49);
}

.first_product_link {
    padding: 20px 15px 25px;
    text-align: center;
}

.first_product_main_link {
    display: inline-block;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    background-color: rgb(10, 0, 49);
    padding: 10px 25px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Hover Effects */
.first_product_container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.first_product_container:hover .first_product_img img {
    transform: scale(1.05);
}

.first_product_main_link:hover {
    background-color: #1a0a6e;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .product_container table {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .first_product_container {
        display: inline-block;
        width: calc(50% - 40px);
        margin: 20px;
    }
    

}

@media (max-width: 768px) {
    .product_container {
        padding: 20px 15px;
    }
    
    .first_product_container {
        width: calc(100% - 40px);
    }
    
    .main_service_header {
        font-size: 26px;
    }
    
    .qb_header_box {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .first_product_img_description {
        min-height: auto;
    }
    
    .first_product_main_link {
        padding: 8px 20px;
    }
    
    .product_container {
        padding: 20px 10px;
    }
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
}

.toggle-btn {
    background-color: rgb(10, 0, 49);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.toggle-btn:hover {
    background-color: #1a0a6e;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.toggle-btn.active {
    background-color: #0a0031;
}

/* Product Section Animation */
.product-section {
    transition: all 0.5s ease;
}

/* When section is visible */
.product-section[style*="display: table-row"] {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Add this at the end of your CSS file */
@media (max-width: 768px) {
  /* Fix for Web Design Services section */
  #webdesign-products .services-grid {
    display: block !important;
    border-spacing: 0 !important;
  }
  
  #webdesign-products .service_container {
    display: block !important;
    width: 100% !important;
    margin: 15px 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
  }
  
  #webdesign-products .service_features ul {
    padding-left: 15px !important;
  }
  
  /* Fix button alignment */
  #webdesign-products .service_cta {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  /* Nuclear reset for perfect centering */
  #webdesign-products,
  #webdesign-products > td,
  .services-grid,
  .services-grid tr,
  .services-grid td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* Center individual service boxes */
  .service_container {
    display: inline-block !important;
    width: 95% !important;
    max-width: 400px !important;
    margin: 0 auto 25px !important;
    text-align: left !important; /* Reset text alignment inside boxes */
    left: 0 !important;
    right: 0 !important;
    float: none !important;
  }

  /* Center all content inside boxes */
  .service_box {
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* Fix for mobile toggle */
  #webdesign-products {
    display: none;
    transform: translate3d(0,0,0); /* Hardware acceleration */
  }
  
  #webdesign-products[style*="display: table-row"] {
    display: block !important; /* Override for mobile */
    width: 100%;
  }
  
  /* Prevent touch delay */
  .toggle-btn {
    touch-action: manipulation;
  }
}

#webdesign-products {
  /* display: none !important; */
  opacity: 0;
  transition: opacity 0.3s ease;
}

#webdesign-products.active {
  display: block !important;
  opacity: 1;
}


.product-section {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.product-section.active {
  opacity: 1;
}
/* CONTACT SECTION  */

#pro2{
  font-size: 25px;
}

.get-in-touch{
    width: 100%;
    display: grid;
    color: #fff;
    font-size: 16px;
    font-family: poppins;
    padding: 70px 0px 40px 0px;
}
.git-heading{
    font-family: arial;
    text-align: center;
    font-size: 40px;
}
.inner-phone,.inner-off-add{
    background-color: rgb(10, 0, 49);
    line-height: 2;
    margin: 20px;
    border-radius: 20px;
    padding: 30px 60px 30px 60px;
}
.inner-sch-mail{
    background-color: rgb(10, 0, 49);
    line-height: 2;
    margin: 20px;
    border-radius: 20px;
    padding: 30px 60px 40px 60px;
}
.inner-phone:hover,.inner-sch-mail:hover,.inner-off-add:hover{
    background-color: #ffc107;
    line-height: 2;
    transition: all 0.2s ease-in;
    /* padding: 20px 40px 20px 40px; */
}
.inquire-form{
    place-content: center;
    width: 100%;
    display: flex;
    background-color: #002147;
}
#name,#email,#tel{
    border: none;
    font-family: arial;
    transition: .3s;
    width: 350px;
    font-size: large;
    border-radius: 5px;
    padding: 0px 0px 0px 20px;
    height: calc(3.0em + .55rem + 2px);
}
/* Responsive Additions Only */
@media (max-width: 1024px) {
    .get-in-touch {
        padding: 50px 0px 30px 0px;
    }
    .inner-phone, 
    .inner-sch-mail, 
    .inner-off-add {
        padding: 25px 40px;
        margin: 15px;
    }
}

@media (max-width: 768px) {
    .get-in-touch tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .phone-no, 
    .sch-mail, 
    .off-add {
        width: 100%;
        max-width: 400px;
        margin-bottom: 15px;
    }
    .git-heading {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .inner-phone, 
    .inner-sch-mail, 
    .inner-off-add {
        padding: 20px 30px;
        margin: 10px 5px;
    }
    .git-heading {
        font-size: 28px;
    }
    .main-no, 
    .main-mail, 
    .main-off-add {
        font-size: 14px;
    }
}

/* Viewport meta for responsiveness (add to head if not present) */
@viewport {
    width: device-width;
    zoom: 1.0;
}
#sub{
    /* width: 500px; */
    height: calc(3.0em + .55rem + 2px);
}












.faq-container {
            max-width: 800px;
            margin: 20px auto;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(10, 0, 49, 0.1);
        }
        
        .faq-header {
            background: rgb(10, 0, 49);
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .faq-header h2 {
            margin: 0;
            font-size: 24px;
        }
        
        .faq-item {
            border-bottom: 1px solid #f2f2f2;
        }
        
        .faq-question {
            padding: 18px 20px;
            cursor: pointer;
            font-weight: 600;
            color: rgb(10, 0, 49);
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s;
        }
        
        .faq-question:hover {
            background: rgba(10, 0, 49, 0.05);
        }
        
        .faq-question i {
            transition: transform 0.3s;
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s, padding 0.3s;
            background: #f2f2f2;
            color: #333;
            line-height: 1.6;
        }
        
        .faq-item.active .faq-answer {
            max-height: 300px;
            padding: 15px 20px;
        }
        
        .faq-item.active .faq-question i {
            transform: rotate(180deg);
        }
        
        @media (max-width: 600px) {
            .faq-question {
                padding: 15px;
                font-size: 15px;
            }
            
            .faq-answer {
                padding: 0 15px;
            }
            
            .faq-item.active .faq-answer {
                padding: 12px 15px;
            }
        } 



        /* Reset and base styles for maximum compatibility */
        /* .faq-container * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .faq-container {
            width: 100%;
            max-width: 800px;
            margin: 20px auto;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .faq-header {
            background: rgb(10, 0, 49);
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .faq-header h2 {
            font-size: 22px;
            font-weight: bold;
        }
        
        .faq-item {
            border-bottom: 1px solid #f2f2f2;
        }
        
        .faq-question {
            padding: 16px 20px;
            cursor: pointer;
            font-weight: bold;
            color: rgb(10, 0, 49);
            position: relative;
            background: #fff;
            -webkit-tap-highlight-color: transparent;
        }
        
        .faq-question:after {
            content: '+';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            font-weight: normal;
            transition: transform 0.3s;
        }
        
        .faq-item.active .faq-question:after {
            content: '-';
            transform: translateY(-50%);
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            background: #f2f2f2;
            color: #333;
            line-height: 1.5;
        }
        
        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 15px 20px;
        }
        
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .faq-answer {
                display: none;
            }
            
            .faq-item.active .faq-answer {
                display: block;
                max-height: none;
            }
        }
        
        @media (max-width: 600px) {
            .faq-question {
                padding: 14px 16px;
                font-size: 15px;
                padding-right: 40px;
            }
            
            .faq-answer {
                padding: 0 16px;
                font-size: 14px;
            }
            
            .faq-item.active .faq-answer {
                padding: 12px 16px;
            }
            
            .faq-question:after {
                right: 16px;
            }
        } */