@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Poppins", sans-serif;
  }
  
  .safeone-navbar {
    background-color: #fff;
    box-shadow: 0 5px 10px -5px rgba(255, 2, 2, 0.50);
    padding: 20px 0;
  }
  
  .safeone-navbar-container {
  
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  
  .safeone-logo-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .safeone-logo-img {
    height: 70px;
    margin-bottom: 4px;
  }
  
  .safeone-tagline {
    
    letter-spacing: 1px;
    color: #333;
  }
  
  .safeone-nav-links {
    display: flex;
    gap: 30px;
  }
  
  .safeone-nav-links a {
    text-decoration: none;
    font-weight: 600;
    color: #183B56;
    transition: color 0.3s ease;
  }
  
  .safeone-nav-links a:hover {
    color: crimson;
  }
  
  /* Hide hamburger by default */
  .safeone-hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
  }
  
  .safeone-hamburger span {
    width: 25px;
    height: 3px;
    background: #0a1a2f;
    border-radius: 3px;
  }
  
  /* Checkbox hidden */
  .safeone-menu-toggle {
    display: none;
  }
  p.price {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
  }

  /* Mobile Styles */
  @media (max-width: 764px) {
    .safeone-nav-links {
      position: absolute;
      top: 100%;
      right: 0;
      background: #fff;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
      gap: 20px;
      display: none;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
      z-index: 100;
    }
  
    .safeone-hamburger {
      display: flex;
    }
  
    .safeone-menu-toggle:checked ~ .safeone-nav-links {
      display: flex;
    }

    .safeone-logo-img {
        height: 50px;
        margin-bottom: 4px;
      }
  }
  











.backgroundhero{

    background-image: url('herobase.png'); /* replace with your actual image path */
    background-size: cover;           /* Cover the entire section */
    background-position: center;      /* Center the image */
    background-repeat: no-repeat;     /* Prevent tiling */
    border-radius: 20px;              /* Optional: soft corners */
}


  .safeone-protection-section {
    
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 20px 110px;

  }
  
  .safeone-protection-container {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20%; /* Space between content and image */
  }
  
  .safeone-protection-content {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .safeone-tagline {
    display: inline-block;
    background-color: #FFD0D0;
    color: #FF4A4A;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .safeone-heading1 {
    font-size: 56px;
    font-weight: 600;
    color: #123045;
    margin: 0 0 20px;
    position: relative;
  }
  
  .safeone-icon {
    width: 50px;
    vertical-align: middle;
    margin-left: 10px;
  }
  
  .safeone-description {
    font-size: 20px;
    color: #4A5A6A;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  .safeone-cta-button {
    display: inline-block;
    background-color: #FF4A4A;
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 5px 10px -5px rgba(255, 2, 2, 0.25);
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .safeone-cta-button:hover {
    background-color: #e03939;
  }
  
  .safeone-protection-image {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .safeone-protection-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  
  @media (max-width: 764px) {
    .safeone-protection-container {
      flex-direction: column;
      text-align: left;
      gap: 40px;
    }
  
    .safeone-protection-content,
    .safeone-protection-image {
      flex: 1 1 100%;
      max-width: 100%;
    }
  
    .safeone-heading {
      font-size: 36px;
    }
  
    .safeone-cta-button {
      width: 50%;
      text-align: center;
    }
  
    .safeone-protection-image {
      margin-top: 40px;
    }
  }
  












.backgroundsection2{
  background-image: url('section2base.png'); /* replace with your actual image path */
    background-size: cover;           /* Cover the entire section */
    background-position: center;      /* Center the image */
    background-repeat: no-repeat;     /* Prevent tiling */
    border-radius: 20px;              /* Optional: soft corners */
}





  .safeone-about-section {
    padding: 100px 20px;
   
  }
  
  .safeone-about-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8%;
  }
  
  .safeone-about-image {
    flex: 0 0 35%;
  }
  
  .safeone-about-image img {
    width: 100%;
    border-radius: 16px;
  }
  
  .safeone-about-content {
    flex: 0 0 50%;
  }
  
  .safeone-tagline {
    display: inline-block;
    background-color: #FFD0D0;
    color: #FF4A4A;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .safeone-heading {
    font-size: 40px;
    font-weight: 500;
    color: #123045;
    margin-bottom: 20px;
  }
  
  .highlight-red {
    color: #FF4A4A;
  }
  
  .highlight-blue {
    color: #123045;
  }
  
  .safeone-description {
    font-size: 18px;
    line-height: 1.6;
    color: #4A5A6A;
    margin-bottom: 30px;
  }
  
  .safeone-cta-button {
    display: inline-block;
    background-color: #FF4A4A;
    color: #fff;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
    box-shadow: 0 5px 10px -5px rgba(255, 2, 2, 0.25);
  }
  
  .safeone-cta-button:hover {
    background-color: #e03939;
  }
  
  @media (max-width: 768px) {
    .safeone-heading1 {
      font-size: 40px;
      line-height: 46px;
  }
  
  .safeone-protection-section {
      padding: 50px 15px;
  }
  
  .safeone-description {
      font-size: 16px;
  }

  .swiper.mySwiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 40px;
}
  
  .safeone-heading {
      line-height: 40px;
  }
  
    .safeone-about-container {
      flex-direction: column;
      text-align: left;
    }
  
    .safeone-about-image,
    .safeone-about-content {
      flex: 1 1 100%;
      max-width: 100%;
    }
  
    /* 📦 Move content above image */
    .safeone-about-content {
      order: 1;
    }
  
    .safeone-about-image {
      order: 2;
      margin-top: 40px;
      
    }
  
    .safeone-heading {
      font-size: 32px;
    }
  
    .safeone-cta-button {
      width: 50%;
    }
  }






.featurebg{
  background-image: url('featurebg.png'); /* replace with your actual image path */
  background-size: cover;           /* Cover the entire section */
  background-position: center;      /* Center the image */
  background-repeat: no-repeat;     /* Prevent tiling */
  border-radius: 20px;              /* Optional: soft corners */

}

  .safeone-why-section {
    padding: 100px 20px;
   
    text-align: center;
  }
  
  .safeone-why-container {
    max-width: 1240px;
    margin: 0 auto;
  }
  
  .safeone-tagline {
    display: inline-block;
    background-color: #FFD0D0;
    color: #FF4A4A;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .safeone-why-heading {
    font-size: 40px;
    font-weight: 600;
    color: #123045;
    margin-bottom: 20px;
  }
  
  .highlight-red {
    color: #FF4A4A;
  }
  
  .safeone-why-subtext {
    font-size: 18px;
    color: #4A5A6A;
    max-width: 700px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
  }
  
  .safeone-feature-cards {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }
  
  .safeone-feature-card {
    flex: 1 1 30%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: left;
    transition: transform 0.3s ease;
  }
  
  .safeone-feature-card:hover {
    transform: translateY(-5px);
  }
  
  .safeone-feature-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  
  .safeone-feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #123045;
    margin-bottom: 10px;
  }
  
  .safeone-feature-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4A5A6A;
  }
  
  @media (max-width: 768px) {


    .safeone-why-section {
      padding: 100px 20px;
      background-color: #fff;
      text-align: left;
    }

    .safeone-feature-cards {
      flex-direction: column;
      align-items: center;
    }
  
    .safeone-feature-card {
      flex: 1 1 100%;
      max-width: 100%;
    }
  
    .safeone-why-heading {
      font-size: 32px;
    }
  
    .safeone-why-subtext {
      font-size: 16px;
    }
  }
  


















.productbg{
  background-image: url('productsbg.png'); /* replace with your actual image path */
  background-size: cover;           /* Cover the entire section */
  background-position: center;      /* Center the image */
  background-repeat: no-repeat;     /* Prevent tiling */
  border-radius: 20px;              /* Optional: soft corners */
}





  .product-section {
    padding-top: 100px;
    padding-bottom: 110px;
    text-align: center;
    position: relative;
  }
  
  .section-heading1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
  }
  
  .section-heading1 span {
    color: #ff5e5e;
  }
  .officeequipment{
    margin-top: 100px;
  }

  .storagesecurity{
    margin-top: 100px;
  }
  .swiper {
   
    padding-bottom: 40px;
  }
  
  .product-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(255, 94, 94, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    height: 500px;
  }
  
  .product-card:hover {
    transform: translateY(-5px);
  }
  
  .product-img {
    width: 200px;
    height: 250px;
    margin: 0 auto 20px;
  }
  
  .product-title {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: left;
  }
  
  .product-desc {
    font-size: 0.9rem;
    margin: 10px 0 5px;
    text-align: left;
  }
  
  .product-buttons {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    
  }
  
  .rfq-btn {
    background: #ff5e5e;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    gap: 5px;
  }
  
  .whatsapp-btn img {
    width: 40px;
    height: 40px;
  }
  
  .swiper-pagination-bullet {
   
    background: #ff0000;
    opacity: 0.5;
  }
 
  .swiper-pagination-bullet-active {
   
    opacity: 1;
  }

    
  .explore-more {
    display: inline-block;
    margin-top: 20px;
    color: #ff5e5e;
    font-weight: 600;
    text-decoration: none;
    float: right;
    margin-right: 20px;
  
  }
  
  @media screen and (max-width: 767px) {
    .product-section {
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;
    }
  
    .swiper {
      width: 100%;
    }
 
    
  }
  @media screen and (max-width: 480px) {
    .product-section {
      padding-left: 15px;
      padding-right: 15px;
    }
  }






  .brands-section {
    text-align: center; /* makes everything inside centered */
   padding-top: 100px;
   padding-bottom: 110px;
    
    max-width: 1240px;
    margin: 0 auto;
  }
  
  .section-tag {
    display: inline-block;
    padding: 6px 16px;
    background-color: #ffd2d2;
    color: #ff5e5e;
    border-radius: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 14px;
  }
  
  .section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center; /* CENTER heading */
  }
  
  .section-heading span {
    color: #ff5e5e;
  }
  
  .brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .brand-card {
    flex: 1 1 calc(25% - 30px); /* 4 cards per row */
    max-width: calc(25% - 30px);
    min-width: 200px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(255, 94, 94, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .brand-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  
  .brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(255, 94, 94, 0.3);
  }
  .brandbg{
    background-image: url('brand\ bg.png'); /* replace with your actual image path */
    background-size: cover;           /* Cover the entire section */
    background-position: center;      /* Center the image */
    background-repeat: no-repeat;     /* Prevent tiling */
    border-radius: 20px;              /* Optional: soft corners */
  }
  /* Responsive */
  @media (max-width: 992px) {
    .brand-card {
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px);
    }

    .brands-section{
      padding: 100px 20px;
      
      text-align: left;
    }
    .section-heading {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 40px;
      text-align: left; /* CENTER heading */
    }
  }
  
  @media (max-width: 576px) {
    .brand-card {
      flex: 1 1 100%;
      max-width: 100%;
    }

    
  }
  

a{
text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

  #Home, #About, #Products, #Brands, #RFQ {
    overflow: hidden;
  }





  .quote-section {
  
    padding-top: 100px;
    padding-bottom: 110px;
   
  }
  
  .container1 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .quote-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20%;
  }
  
  .quote-left, .quote-right {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .quote-right {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(255, 94, 94, 0.2);
  }
  
  .tag {
    display: inline-block;
    background: #ffd2d2;
    color: #ff5e5e;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  .heading {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #2a2a2a;
  }
  
  .heading span {
    color: #ff5e5e;
  }
  
  .description {
    color: #6c7a89;
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .address p {
    color: #6c7a89;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .address ul {
    list-style: disc inside;
    padding: 0;
  }
  
  .address ul li {
    color: #2a2a2a;
    margin-bottom: 10px;
  }
  
  .address ul li a {
    color: #6c7a89;
    text-decoration: none;
  }
  
  .quote-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .row {
    display: flex;
    gap: 20px;
  }
  
  .row input {
    flex: 1;
  }
  
  input, textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
  }
  
  textarea {
    height: 120px;
    resize: vertical;
  }
  
  .submit-btn {
    background: #ff5e5e;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .submit-btn:hover {
    background: #ff3e3e;
  }
  
  .quote-illustration {
    width: 100%;
    text-align: center;
  }
  
  .quote-illustration img {
    max-width: 100%;
    margin: 20px 0;
    display: inline-block;
  }
  @media (max-width: 992px) {

.quote-content {
      gap: 10%;
    }
    .quote-left,
    .quote-right {
      flex: 0 0 48%;
      max-width: 48%;
    }

      .quote-section {
  
    padding-top: 100px;
    padding-bottom: 110px;
   
  }
  }
  
  @media (max-width: 768px) {
    .quote-content {
      flex-direction: column;
      gap: 40px;
    }
    .quote-left,
    .quote-right {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
    }
    .heading {
      font-size: 28px;
    }
  }
  
  @media (max-width: 480px) {
    .row {
      flex-direction: column;
      gap: 10px;
    }
    input,
    textarea {
      font-size: 13px;
    }
    .submit-btn {
      font-size: 14px;
      padding: 12px 18px;
    }
    
  }










  .footer {
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  
  .footer-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  
  .footer-left {
    flex: 1 1 300px;
  }
  
  .footer-logo {
    height: 50px;
    margin-bottom: 20px;
  }
  
  .footer-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    max-width: 300px;
  }
  
  .footer-email {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    text-decoration: none;
  }
  
  .footer-links {
    display: flex;
    flex: 2 1 600px;
    justify-content: space-between;
  }
  
  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
  }
  
  .footer-column ul li a:hover {
    color: #000;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  
  .social-icons img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
    color: #888;
  }
  @media (max-width: 992px) {
    .footer-container {
      flex-direction: row;
      justify-content: space-around;
    }
  
    .footer-links {
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }
  }
  
  @media (max-width: 768px) {

    .footer {
      width: 100%;
      
      padding-top: 80px;
      padding-bottom: 30px;
    }
    .footer-container {
      flex-direction: column;
      align-items: left;
      text-align: left;
      padding-left: 20px;
    }
  
    .footer-left, .footer-links {
      flex: 1 1 100%;
      max-width: 100%;
    }
  
    .footer-links {
      flex-direction: column;
      gap: 20px;
    }
  }


  /*********** 05-06-2025 ***/
  .footer-left a {
    margin-bottom: 10px;
    display: block;
}
.swiper-slide.product-card {
  text-align: center;
}

h3.product-title {
  text-align: center;
}

p.product-desc {
  text-align: center;
}

p.price {
  text-align: center;
}

.product-buttons {
  justify-content: center;
}
@media only screen and (min-width:600px){
  p.product-desc {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.swiper.mySwiper.swiper-initialized.swiper-horizontal {
  padding-bottom: 50px;
}

}
.safeone-about-content p:nth-child(3) {
  margin-bottom: 15px;
}

p.product-desc {
  min-height: 65px;
}