.container-sign {
    max-width: 500px;
    background: #f8f9fd;
    background: linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgb(251, 251, 244) 100%
    );
    border-radius: 40px;
    padding: 25px 35px;
    border: 10px solid rgb(255, 255, 255);

  }

  .heading-sign {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: rgb(16, 137, 211);
  }

  .form-sign {
    margin-top: 20px;
  }

  .form-sign .input-sign {
    width: 100%;
    background: white;
    border: none;
    padding: 15px 20px;
    border-radius: 20px;
    margin-top: 15px;
    box-shadow: #ed79092b 0px 10px 10px -5px;
    border: 1px solid #00000035;
  }
  .form-sign input::placeholder{
    color: #2c2c2c !important;
  }

  .form-sign .input-sign::-moz-placeholder {
    color: rgb(170, 170, 170);
  }

  .form-sign .input-sign::placeholder {
    color: rgb(170, 170, 170);
  }

  .form-sign .input-sign:focus {
    outline: none;

  }

  .form-sign .forgot-password-sign {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
  }

  .form-sign .forgot-password-sign a {
    font-size: 11px;
    color: #0099ff;
    text-decoration: none;
  }

  .form-sign .login-button-sign {
    display: block;
    width: 100%;
    font-weight: bold;
    /* background: linear-gradient(
      45deg,
      rgb(16, 137, 211) 0%,
      rgb(18, 177, 209) 100%
    ); */
    background-color: #ed7909 !important;
    color: white;
    padding-block: 15px;
    margin: 20px auto;
    border-radius: 20px;

    border: none;
    transition: all 0.2s ease-in-out;
  }

  .form-sign .login-button-sign:hover {
    transform: scale(1.03);
    .box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
  }

  .form-sign .login-button-sign:active {
    transform: scale(0.95);
    .box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
  }

  .social-account-container {
    margin-top: 25px;
  }

  .social-account-container .title {
    display: block;
    text-align: center;
    font-size: 10px;
    color: rgb(170, 170, 170);
  }

  .social-account-container .social-accounts {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
  }

  .social-account-container .social-accounts .social-button {
    background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(112, 112, 112) 100%);
    border: 5px solid white;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 12px 10px -8px;
    transition: all 0.2s ease-in-out;
  }

  .social-account-container .social-accounts .social-button .svg {
    fill: white;
    margin: auto;
  }

  .social-account-container .social-accounts .social-button:hover {
    transform: scale(1.2);
  }

  .social-account-container .social-accounts .social-button:active {
    transform: scale(0.9);
  }

  .agreement {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .agreement a {
    text-decoration: none;
    color: #0099ff;
    font-size: 9px;
  }
  .modal-content {
      background-color:transparent !important;
      padding:0px !important

  }
  .modal-body {
      padding:0px !important
  }
  .modal-header {

      border-bottom: none;
  }
  .btn-close{
      position: absolute;
      top:20px;
      right: 25px
  }
  .quantity-control {
    display: flex;
    align-items: center;
  }
  .quantity-buttons {

    margin-left: -75px;
  }
  .quantity-up {
      color: #ed7909;
      padding-top: 12px;
      font-size: 30px;
      border: none;
      background: none;
  }
  .quantity-down {
      color: #ed7909;
      padding-top: 7px;
      font-size: 45px;
      border: none;
      background: none;
  }
  .error {
          color: red;
          font-size: 14px;
          display: block;
          margin-top: 5px;
      }
      .success-message {
          color: green;
          font-size: 16px;
          margin-top: 15px;
          text-align: center;
      }



  /* gallery in homepage */
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    cursor: zoom-out;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 80%;
    max-height: 80vh;
    transition: transform 0.3s;
    cursor: zoom-in;
}

.modal-content.zoomed {
    transform: scale(1.5);
    cursor: zoom-out;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#caption {
  display: none !important;
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Certificate grid styles */
.certificate-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.certificate-area li {
    flex: 0 0 calc(25% - 20px);
    margin: 10px;
    box-sizing: border-box;
}

.certificate-area img {
    width: 100%;
    height: auto;
    max-width: 100%;
    cursor: pointer;
    transition: transform 0.3s;
    border: 1px solid #eee;
}

.certificate-area img:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.site-breadcrumb .breadcrumb-tearm {
    padding: 40px;
}
@media (max-width: 992px) {
    .certificate-area li {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .contact-link a[href^="tel:"] {
        background-color: #eff0f5 !important;
        color: #504e4e;
    }
    .contact-link a[href^="mailto:"] {
        background-color: #eff0f5 !important;
        color: #504e4e;
    }
}

@media (max-width: 576px) {
    .certificate-area li {
        flex: 0 0 calc(100% - 20px);
    }
    .site-breadcrumb .breadcrumb-tearm {
        padding: 0px;
    }
    .footer-widget-titles {
        text-align: justify;
    }
    .term-and-services p {
        text-align: justify;
    }
    .blogs-content h2 {
        font-size: 19px !important;
    }
   .blogs-pages{
    margin-top: 61px !important;

   }
   .global-map {

    padding: 110px 15px 50px 15px;
    height: 400px;
   }
   .global-map img {
    border-radius: 30px;
   }

  .blogs-card-images img {

    height: 166px !important;
}
.about-img img {
    border-radius: 25px !important;
}
.site-breadcrumb-products {

    padding-top: 100px;
    padding-bottom: 100px;

}.breadcrum-products-fix {
    font-size: 50px;
}
.product-show-fix {
    height: 520px;

}
}
.certificate-area {

 gap: 0px !important;
}
.assupport{
  padding-top: 0px !important;
}
.map-icon {
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center; /* This aligns content to the right */
  gap: 20px;
  height: 60px;
  width: auto; /* Changed from fixed width to auto */
  margin-left: auto; /* Pushes the container to the right */
}

.map-icon img {
  height: 30px;
  width: auto; /* Changed to maintain aspect ratio */
  max-width: 100%; /* Ensures image is responsive */
}

.map-icon p {
  font-size: 20px;
  font-weight: 600;
  margin: 0; /* Removes default paragraph margins */
  white-space: nowrap; /* Prevents text from wrapping */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .map-icon {
    gap: 10px;
  }
  .map-icon img {
    height: 40px;
  }
}
.header-top-social{
    padding-top: 17px !important;
}
.blogs-content h2{
    font-size: 22px;
}


 /* Hide mobile view by default */
 .mobile-view {
    display: none;
}

/* Show mobile view and hide desktop view on mobile */
@media (max-width: 768px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
}

.product-show {

}

/* our center page  */
.our_centers_fix button{
    background-color: #ffffff;
    color: #000000;
    font-size: 18px !important;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 18px;
    border: 2px solid #d5d5d5;
    border-radius: 40px !important;
}
.our_centers_fix button:hover{
    background-color: #000;
    color: #fff;
  border: 2px solid #000;


}


.nav-pills .nav-link.active{
    background-color: #ed7909 !important;

    border:2px solid #ed7909 ;
}


/*======================
    404 page
=======================*/

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.page_404 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.four_zero_four_bg {
    background-image: url(../images/404.webp);
    height: 300px; /* Reduced from 400px for better mobile view */
    max-width: 100%;
    background-position: center;
    background-size: contain; /* Ensures full image is visible */
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.four_zero_four_bg h1 {
    font-size: 80px;
    margin: 0;
}

.contant_box_404 {
    margin-top: 20px; /* Changed from negative margin */
    text-align: center;
}

.link_404 {
     font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    padding: 10px 20px;
    background: #202120 !important;
    margin: 20px auto;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease; /* Added hover effect */
}

.link_404:hover {
    background: #d66b08 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .four_zero_four_bg {
        height: 250px;
    }
    
    .four_zero_four_bg h1 {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .four_zero_four_bg {
        height: 200px;
    }
    
    .four_zero_four_bg h1 {
        font-size: 40px;
    }
    
    .link_404 {
        padding: 8px 16px;
    }
}

.our-centers-text{
    height: 169px;
}

  /* Default styles for desktop/tablet */
  .our_centers_fix {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.our_centers_fix .nav-link {
    white-space: nowrap;
    padding: 8px 16px;
}

/* out center page  */
  /* Default styles for all devices */
  .slider-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.slider-container::-webkit-scrollbar {
    display: none; /* hide scrollbar */
}

.nav-link {
    margin-right: 10px;
    white-space: nowrap;
}

.slider-nav {
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 24px;
}
.out_center_slider{
    padding-right: 0px;
    padding-left:28px;
}


@media (max-width: 576px) {
.our_centers_fix {

    justify-content: left !important;

}
.slider-prev
{
    background-color: #ed7909;
    color: #fff;
    border-color: #ed7909;
}
.slider-next{
    background-color: #ed7909;
    color: #fff;
    border-color: #ed7909;
}
.our-center-latop{
  display: none !important;
}
.our-center-mobile {

    display: block !important;

}
}


/* index page certificate  */
/* Desktop Grid Styles */
  /* Custom class for 5 columns (20% width each) */
  .col-lg-20-percent {
    flex: 0 0 20%;
    max-width: 20%;
}

.certicate-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.certificate-area img {
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
    padding: 5px;
    background: white;
}

.certificate-area img:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Mobile view (1 image per row) */
@media (max-width: 767.98px) {
    .col-lg-20-percent {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .certificate-area img {
        margin-bottom: 15px;
    }
}

/* Tablet view (3 images per row) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-lg-20-percent {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
   /* Previous styles remain the same */
   .zoomable-image {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.zoomable-image.zoomed {
    transform: scale(2);
    position: relative;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/* For mobile touch devices */
@media (max-width: 767.98px) {
    .zoomable-image.zoomed {
        transform: scale(3);
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 575.98px) {
    .close {
        top: -16px;
right: 11px;
    }
}

.view-ppt{
    margin-top: 30px !important;
    font-size: 27px;
    margin-top: 20px !important;
    padding: 3px 10px;
    background-color: #ed7909;
    border: 2px solid #ed7909;
    display: inline;
    border-radius: 4px;

}
.view-ppt a{

    color: #fff;;
}
.view-ppt:hover {
    background-color: #fff;

    border: 2px solid #ed7909;
}

.view-ppt:hover img {
    filter: brightness(0) invert(0);
}
.view-ppt-fix{
    margin-top: 28px !important;
}

.view-ppt img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1); /* makes dark icons white */
}

/* new code may 19 */


.btn-whatsapp-pulse {
    padding-top: 8px;
   position: fixed;
    bottom: 10%;
    right: -1%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: #1c9b13;
    color: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    font-size: 33px;
    z-index: 99;
}

.btn-whatsapp-pulse::after, .btn-whatsapp-pulse::before {
  content: "";  
  display: block;  
  position: absolute;  
  top: 0;  
  right: 0;  
  width: 55px;  
  height: 55px;  
  background: #1c9b13; 
   border-radius: 50%;  
   z-index: -1;  
   -webkit-animation: grow 1.3s ease-in-out infinite;          
   animation: grow 1.3s ease-in-out infinite;
   }
.btn-whatsapp-pulse::after {
  background: rgba(30, 172, 45, 0.4);
  }
@-webkit-keyframes grow {
  0% {    transform: scale(1, 1);
      opacity: 1;  }  100% {    transform: scale(1.5, 1.5);    opacity: 0;  
      }
}


@media only screen and (max-width: 767px){
  .btn-whatsapp-pulse {
    right: -2%;
    }
}




.btn-call-pulse {
    padding-top: 11px;
   position: fixed;
    bottom: 25%;
    right: -1%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: #f36b3b;
    color: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    font-size: 33px;
    z-index: 99;
}

.btn-call-pulse::after, .btn-call-pulse::before {
  content: "";  
  display: block;  
  position: absolute;  
  top: 0;  
  right: 0;  
  width: 55px;  
  height: 55px;  
  background: #f36b3b; 
   border-radius: 50%;  
   z-index: -1;  
   -webkit-animation: grow 1.3s ease-in-out infinite;          
   animation: grow 1.3s ease-in-out infinite;
   }
.btn-call-pulse::after {
  background: rgb(243 107 59 / 40%)
  }
@-webkit-keyframes grow {
  0% {    transform: scale(1, 1);
      opacity: 1;  }  100% {    transform: scale(1.5, 1.5);    opacity: 0;  
      }
}


@media only screen and (max-width: 767px){
  .btn-call-pulse {
    right: -2%;
    }

}
.footer-logo img {
    width: 120px;
    margin-bottom: 25px;
    border-radius: 0px !important;
}

.navbar-brand img {
    object-fit: contain;
    height: 70px !important;
    width: 70px;
}

@media (max-width: 991px) {
    .navbar-toggler-mobile-icon {
          font-size: 30px;
        color: #FFFFFF;
        font-weight: 500;
        background: #202120 !important;
        padding: 8px;
        border-radius: 7px;
    }
    
    @media (max-width: 991px) {
    .navbar-collapse {
        max-height: 600px !important;
        
    }
    }
    
    

