/* Section Background */
body{
    font-family: "Raleway", sans-serif !important;
}

.whychose {
    background-image: url('images/choose-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

/* Heading & Paragraph Styling */
.whychose h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.whychose img{
    /* margin-top: 40px; */
}
.image-container img{
    filter: brightness(40%);
}
.whychose p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.5;
    text-align: center;
    font-family: "Poppins", SANS-SERIF;
    margin-top: 10px;

}

/* Icons Styling */
.iconsdiv {
    text-align: center;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effect */
.iconsdiv:hover {
    background-color: #005f9f; /* Background color on hover */
}

.iconsdiv:hover i {
    color: white; /* Change icon color on hover */
    background-color: rgb(26, 97, 202); /* Icon background color on hover */

    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for the icon */
}
.iconsdiv{
    
}
.iconsdiv i {
    font-size: 25px;
   
    padding: 15px;
    color: white;
margin-top: 0px;
 background-color: #005f9f;
height: 55px;
width: 55px;
display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Heading Styling */
.iconsdiv h6 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

/* Text Styling */
.iconsdiv p {
    font-size: 14px;
    color: #6c757d;
    transition: color 0.3s ease;
}

/* Hover Effects for Title and Paragraph */
.iconsdiv:hover h6 {
    color: white; /* Change heading color to white on hover */
}

.iconsdiv:hover p {
    color: white; /* Change text color to white on hover */
}


.section2{
    background-image: url('images/need-computer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position:center;
    padding: 40px 0;
}

/* Section Styling */
.nuymbercount {
  
    padding:40px;
    background-image: url('images/counter-shape.png');
    background-repeat: no-repeat;
    background-size: cover;

   
    background-color: #429ffd;

}





/* Style for the icon */
.nuymbercount i {
    font-size: 25px;  /* Larger icon size for better visibility */
    color: #fffafa;  /* Soft white color for the icon */
    margin-bottom: 20px;
    background-color: #0664cd;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition on hover */
}

/* Style for the counter */
.nuymbercount .counter {
    font-size: 3.5rem;  /* Bigger counter text for emphasis */
    font-weight: 700;   /* Bolder counter text */
    color: #fffafa;  /* Soft white for the counter */
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

/* Style for the paragraph */
.nuymbercount p {
    font-size: 1.2rem; /* Slightly larger text for better readability */
    font-weight: 500;
    color: #ffffff;  /* White text for contrast */
    opacity: 0.8;  /* Slight opacity for a softer look */
}

/* Hover effect for each item */
.nuymbercount .counter-item:hover i {
    color: #bfd1c3;  /* Green color on hover for the icon */
    transform: scale(1.1); /* Slight zoom effect for the icon */
}

.nuymbercount .counter-item:hover .counter {
    color: #d6d1e0;  /* Green color on hover for the counter */
    transform: scale(1.1); /* Slight zoom effect for the counter */
}

/* Responsive Design */
@media (max-width: 576px) {
    .nuymbercount i {
        font-size: 40px;  /* Adjusted icon size for mobile devices */
    }

    .nuymbercount .counter {
        font-size: 2.5rem;  /* Slightly smaller counter size on mobile */
    }

    .nuymbercount p {
        font-size: 1.1rem;  /* Slightly smaller text size on mobile */
    }
}






/* Media Queries for Responsiveness */
@media (max-width: 991px) {
    .whychose h2 {
        font-size: 28px;
    }

    .iconsdiv {
        padding: 10px 10px;
    }

    .iconsdiv i {
        font-size: 40px;
    }

    .iconsdiv h6 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .whychose h2 {
        font-size: 24px;
    }

    .whychose p {
        font-size: 16px;
    }

    .iconsdiv i {
        font-size: 35px;
    }

    .iconsdiv h6 {
        font-size: 13px;
        margin-top: 15px;
    }

    .iconsdiv p {
        font-size: 12px;
    }
}

.howWork {
    background-image: url('images/how-work-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
    height: 100%;
    position: relative;
    z-index: 1;
    color: white;

    background-size: cover; /* Ensure the background image covers the entire section */
}

.howWork::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 21, 39, 0.9); /* Dark overlay for better text visibility */
    z-index: -1;
}
#clsnow {
  position: relative;
  /* z-index: 1; */
}


.howWork h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;

    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 1px; /* Slight letter-spacing for a modern touch */
}


.work-item {
    /* background-color: #fff; */
    padding: 30px;
    border-radius: 12px; /* Rounded corners for the card */
    text-align: center;
    position: relative;
    text-align: center !important;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
    overflow: hidden; /* To contain the border and content */
}

/* Hover effect on work item */
.work-item:hover {
    transform: translateY(-10px); /* Slight lift on hover */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

/* Icon style */
.work-item i {
    background-color: #fff;
    padding: 12px;
    width: 80px;
    height: 80px;

    color: #4a90e2; /* Light blue color */
    font-size: 40px;
    border-radius: 50%; /* Circular icon */
    border: 3px solid #4a90e2; /* Unique border for the icon */
    box-sizing: border-box; /* Make sure border doesn't overflow the icon size */
    position: relative;
    transition: all 0.3s ease; /* Smooth transition */

}

/* Hover effect on icon */
.work-item:hover i {
    background-color: #4a90e2; /* Light blue background on hover */
    color: #fff; /* White icon color on hover */
    transform: scale(1.1); /* Slight scale up for smooth zoom effect */
    border: 3px solid #fff; /* Border turns white on hover */
}

/* Step number (span) style */
.step-number {
    position: absolute;
    top: 40px;
    left: 40%;
    z-index: 1;
    transform: translateX(-50%);
    background-color: #4a90e2;
    color: white;
    font-size: 10px !important;
    padding: 3px 8px;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #fff;
}

/* Heading and paragraph style */
.work-item h4 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}

.work-item p {
    font-size: 1rem;
    color: white;
    line-height: 1.5;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .howWork h2 {
        font-size: 2.5rem;
    }

    .work-item {
        padding: 0px;
    }

    .work-item i {
        font-size: 40px;
    }

    .work-item h4 {
        font-size: 1.3rem;
    }

    .work-item p {
        font-size: 0.9rem;
    }
}



/* Section Styling */
.section2 {
 

 padding:60px;
    display: flex; /* Enable Flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */

}

/* Header (h3) Styling */
.section2 h3 {
    font-size: 2rem; /* Larger font size for the heading */
    font-weight: 600; /* Slightly bold */
    color: #ffffff; /* Dark text color for better contrast */
  
}

/* Paragraph Styling */
.section2 p {
    font-size: 1.1rem; /* Slightly larger text */
    color: #ffffff; /* Medium grey color for the paragraph */
   
    line-height: 1.6; /* Better line height for readability */
   
}

/* Button Styling */
.section2 button {
    padding: 12px 30px; /* Adequate padding for the button */
    font-size: 1.1rem; /* Slightly larger font for the button */
    background-color: white; /* Blue background color */
    color: #000000; /* White text color */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners for the button */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
    margin-top: 40px;;
}

.section2 button:hover {
    background-color: #ffb600; /* Darker blue on hover */
    transform: scale(1.05); /* Slight zoom effect on hover */
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Adjust the heading and paragraph sizes on smaller screens */
    .section2 h3 {
        font-size: 1.7rem;
    }

    .section2 p {
        font-size: 1rem;
    }

    .section2 button {
        font-size: 1rem;
        padding: 10px 25px; /* Adjust button padding for smaller screens */
    }
}


    /* Section Style */
    .section1 {
        padding: 50px 0;
        background-image: url('images/bg.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: relative;
        text-align: center;
        color: white;
        z-index: 1;
    }
    .section1::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #25245e;
        opacity: .9;
        z-index: -1;
    }
    .section1 h6 {
        font-size: 1.2rem;
        color: white;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    
    .section1 h1 {
        font-size: 2.5rem;
        font-weight: bold;
        color: white;
        margin-bottom: 20px;
    }
    
    .section1 p {
        font-size: 1.1rem;
        color: #ffffff;
        margin-bottom: 30px;
    }
    
    /* Card Style */
    
    .section1 .card {
        border: 1px dotted dodgerblue; /* Dotted border with dodgerblue color */
        padding: 30px;
        background-color: #fff;
        text-align: center;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 8px;
        overflow: hidden; /* To prevent the hover effect from overflowing */
        transition: transform 0.6s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
    }
    
    /* Icon Style */
    
    /* .section1 .card i {
        font-size: 25px;
        color: dodgerblue;
        margin-bottom: 20px;
        transition: color 0.3s ease; 
    } */
     .section1 img{
        display: block;
        margin: auto;
        margin-bottom: 10px;
     }
    
    /* Heading Style */
    
    .section1 .card h4 {
        font-size: 1.1rem;
        color: #333;
        margin-bottom: 15px;
    }
    
    /* Description Style */
    
    .section1 .card p {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }
    
    /* Hover Effect - Left to Right and Right to Left Translation */
    
    .section1 .card {
        /* Initial position */
        transform: translateX(0);
        transition: transform 0.6s ease; /* Smooth transition for sliding effect */
    }
    .section1 .calbtns{
        background-color: #005f9f;
        outline: none;
        padding: 10px 20px;
        outline: none;
        color: white;
        border: none;
        text-decoration: none;
        border-radius: 1px;
    }
    .section1 .card .calbtns:hover{
        background-color: #ffffff;
        color:#000;
    }
    /* Card Hover Effect (move from left to right and right to left) */
    
    .section1 .card:hover {
        transform: translateX(10px); /* Move card a little to the right */
        background-color:#ffb600;
       
    
    }
    
    /* Icon hover effect */
    
    .section1 .card:hover i {
        color: #fff; /* Change icon color to white */
    }
    
    /* Hover effect on text (heading and paragraph) */
    
    .section1 .card:hover h4,
     
    .section1 .card:hover p {
        color: #fff; /* Change text color to white */
    }
    
    /* Responsive Design */
    @media (max-width: 576px) {
        .section1 h1 {
            font-size: 2rem;
        }
    
        .section1 p {
            font-size: 1rem;
        }
    
       
    .section1 .card {
        padding: 5px;
        }
    
      
    .section1  .card i {
            font-size: 40px;
        }
    
       
    .section1 .card h4 {
            font-size: 12px;
        }
    }

  /* About Section */


.abidiv {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.abidiv i {
    color:#0664cd;
    font-size: 20px;
    margin-right: 10px;
}

.abidiv span {
    font-size: 16px;
    color: #333;
}






  

  .repair-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
  }
  
  .repair-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  
  /* Brand List */
  .brand-list {
    margin-top: 20px;
  }
  
  .brand-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333;
  }
  
  .brand-icon {
    font-size: 1.5rem;
    color: #28a745;
    margin-right: 10px;
  }
  
  .brand-name {
    font-weight: 500;
  }
  
  .faqsec {
    background-color: #f0f0f0;
    padding: 60px 0;
  }
  
  .faqsec img {
    border-radius: 10px;


    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .faqsec h2 {
    font-size: 35px !important;
    font-weight: 700;
      text-transform: capitalize;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
  }
  
  .faqsec .faq-button {
    background: transparent;
    border: none;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    padding: 15px;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .faqsec .faq-button:hover {
    background-color: #f1f1f1;
    color: #005f9f;
  }
  
  .faqsec .faq-body {
    padding: 15px 30px;
    background-color: #fff;
    font-size: 1rem;
    color: #666;
    border-radius: 5px;
    margin-top: 10px;
    transition: max-height 0.3s ease-out;
  }
  
  .faqsec .faq-header {
    padding: 0;
  }
  
  .faqsec .faq-icon {
    transition: transform 0.3s ease;
    font-size: 1rem;
  }
  
  .faqsec .collapse.show .faq-icon {
    transform: rotate(180deg);
  }
  
  .faq-item + .faq-item {
    margin-top: 10px;
  }
  
  .faqsec .row {
    display: flex;
    align-items: center;
  }

  .faqsec img {
    border-radius: 8px;
    height: 600px;
    width: 600px;
    object-fit: cover;
  }
  
  .faqsec .faq-item {
    margin-bottom: 15px;
  }
  
  .faqsec .faq-header button:focus {
    outline: none;
  }
  
  .faqsec .faq-img:before{
    content: "";
      position: absolute;
      border: 20px solid  white !important; 
      left: 50%;
      top: 0;
      width: 70%;
      height: 100%;
      transform: translateX(-50%);
  }

  .contact-section{
    padding: 60px;
  }
 
  
  .grid {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  
  .image-section {
    width: 50%;
    position: relative;
  }
  
  .contact-image {
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    object-fit: cover;
  }
  
  .contact-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
  }
  
  .contact-info {
    /* position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px; */
    /* background-color: white; */
    /* border-radius: 1.25rem; */
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
    color: black;
  }
  
  .contact-text {
    margin-left: 10px;
    font-size: 13px;
  }
  
  .form-section {
    background-color: #f7fafc;
    padding: 40px;
    border-radius: 1.25rem;
    width: 50%;
  }
  
  .form-title {
    font-size: 2rem;
    color: #005f9f;
    margin-bottom: 30px;
  }
  
  .input-field {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    font-size: 1rem;
  }
  

  
  .submit-button {
    width: 100%;
    padding: 15px;
    background-color: #005f9f;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit-button:hover {
    background-color: #ffb600;
    color:#000;
  }
  .select-box {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    font-size: 1rem;
  }
  
  a {
    text-decoration: none;
    color: #005f9f;
    font-size: 1rem;
    /* margin-top: 30px; */
    text-decoration: none !important;
    /* display: inline-block; */
  }
  .contact-item i{
    font-size: 24px;
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
  
  
    .image-column {
      padding-right: 0;
      margin-bottom: 30px;
    }
  
    .repair-img {
      max-width: 100%;
    }
  
    .brand-item {
      justify-content: center;
    }
  }
  




    @media screen and (min-width:300px ) and (max-width:768px) {
        .secondcl{
            margin-left:0px !important;
        }
        .howWork{
            padding: 5px;
        }
        .howWork h2{
            font-size: 25px;
            margin-top: 20px;
        }
        .whychose{
            padding: 15px;
        }
        .whychose i{
            font-size: 20px;
        }
        .whychose img{
            margin-top: 0px;
        } 
        .section1{
            padding: 15px;
        }
        .section1 h1{
            font-size: 22px;
        }
        .section1 h6{
font-size: 16px;
        }
        .section1 p{
            font-size: 15px;
        }
        .section2{
            text-align: center;
        }
       
        .nuymbercount{
            padding: 20px;
        }
        .nuymbercount i{
            font-size: 25px;
        }
        .faqsec{
            padding: 0px;
        }
        .faqsec img{
            width: 100%;
            height: 100%;
        }
        .faqsec h2{
            margin-top: 10px;
            font-size: 20px !important;
        }
       .contact-section{
        padding: 0px;
       }
       .contact-image{
        width: 100%;
        height: 500px;
       }
      .form-title {
        margin-top: 10px;
      }
      .contact-section button{
        margin-bottom: 20px;
      }
       body,html{
        overflow-x: hidden;
        overflow-y:none;
       }

       .section1 .card p {
        font-size: 10px;
        color: #555;
        line-height: 1.5;
    }

    .section2 {
        padding: 15px;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .about {
        padding: 40px 0 !important;
        background-color: #fafafa;
        position: relative;
    }

    .section1 .calbtns{
       
        padding: 5px 10px;
      
    }
    }


    .about_us {
        background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/led1.jpg)no-repeat;
        background-attachment: cover;
        background-repeat: no-repeat;
        background-size: cover;
        width:100%;
        height: auto;
        padding: 50px 10px;
      }
      
      
      .about_us {
        border-bottom: 5px solid #ffc107;
      }
      
      .breadcromb-box {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 10px;
        border-radius: 10px;
        margin-top: 115px;
      }
      
      .about-us-title {
         font-family: 'Roboto', sans-serif;
         font-weight: 700; /* Bold text */
         font-size: 30px;
         color: #fff;
         letter-spacing: 3px;
         margin-bottom: 20px; /* Space below the heading */
      }
      
      .breadcrumb-list {
         list-style: none;
         padding-left: 0;
         display: flex;
         justify-content: center; /* Center the breadcrumb items */
         align-items: center;
      }
      
      .breadcrumb-list li {
         margin: 0 5px; /* Space between breadcrumb items */
         color: white;
         font-size: 13px;
      }
      
      .breadcrumb-link {
        color: white;
        text-decoration: none;
        font-weight: 500; /* Medium weight for links */
        transition: color 0.3s ease;
      }
      
      .breadcrumb-link:hover {
        color: #28a745; /* Highlight color on hover */
      }
      
      .breadcrumb-icon {
        color: #ffc107; /* Color for the icons */
      }
      
      /* Adjusting responsiveness */
      @media (max-width: 768px) {
        .about-us-title {
            font-size: 22px;
        }
      
        .breadcrumb-list {
            font-size: 14px; /* Smaller font size on mobile */
        }
      
        .breadcromb-box {
          background-color: rgba(0, 0, 0, 0.6);
          padding: 10px;
          border-radius: 10px;
          margin-top: 78px;
          margin-bottom: 0px;
      }
      }
      

   