
    .services-container {
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .services-title {
        font-size: 24px;
        margin-bottom: 15px;
        color: #333;
    }
    .services-list {
        list-style-type: none;
        padding: 0;
    }
    .services-list li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.5;
    }
    .services-list li strong {
        color: #0078d4;
    }

/* Default Styles for Desktop */
.contact-and-clients {
  margin-top: 0;
  padding-top: 0;
}

.client-logos img {
  max-width: 100%; /* Ensure images are responsive */
  height: auto;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .contact-and-clients {
    padding-top: 20px; /* Add some breathing space on mobile */
  }

  .services-container {
    padding-top: 10px;
  }

  .services-title {
    font-size: 1.4rem; /* Slightly reduce font size */
  }

  .services-list {
    max-height: 300px; /* Adjust list height to fit mobile screens */
    overflow-y: auto;
    padding-right: 10px;
  }

  .client-logos {
    margin-top: 10px; /* Add space between logos and other content */
  }

  .client-logos .col-4 {
    width: 33.33%; /* Maintain grid structure */
    padding: 5px; /* Add spacing between logos */
  }
}
/* General Section Styling */
section {
  margin-top: 0; /* Remove unnecessary top margin */
  padding-top: 0; /* Remove unnecessary top padding */
}

/* Specific to "Why choose us" Section */
.section-heading {
  margin-bottom: 1.5rem; /* Reduce bottom margin */
}

.section-heading h2 {
  margin-bottom: 0.5rem; /* Reduce space below the heading */
}

.section-heading p {
  margin-bottom: 1rem; /* Reduce spacing below the description */
}

.card {
  margin-bottom: 1rem; /* Reduce space between cards */
}

@media (max-width: 768px) {
  .section-heading {
    margin-bottom: 1rem; /* Even less space on mobile */
  }

  .section-heading p {
    margin-bottom: 0.5rem; /* Adjust for tighter spacing */
  }
}

/* General Styling for Buttons */
.header-style3 .contact-info ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 8px 10px;
  margin-bottom: 10px; /* Space between buttons on mobile */
  border-radius: 8px;
  font-family: 'Arial', sans-serif;
  font-size: 14px; /* Slightly reduce size for mobile */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.header-style3 .contact-info ul li i {
  margin-right: 6px;
  font-size: 12px;
}

.header-style3 .contact-info ul li:first-child {
  background-color: #1e90ff; /* Blue for Contact Number */
}

.header-style3 .contact-info ul li:nth-child(2) {
  background-color: #ffa500; /* Orange for Email */
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
  .header-style3 .contact-info ul {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    align-items: center; /* Center align buttons */
  }

  .header-style3 .contact-info ul li {
    width: 100%; /* Make buttons span the container */
    max-width: 300px; /* Optional: Limit width for better visuals */
    text-align: center; /* Center text */
  }

  .header-style3 .contact-info ul li span {
    font-size: 13px; /* Slightly smaller text on mobile */
  }
  
.page-title-section {
    position: relative;
    padding: 60px 20px; /* Adjust padding for mobile-friendly design */
    text-align: center;
}

.page-title-section h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); /* Adding some depth */
}

.page-title-section .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
}

.page-title-section .breadcrumb li {
    list-style: none;
    font-size: 0.95rem;
}

.page-title-section .breadcrumb li a {
    color: #FFD700;
    transition: color 0.3s;
}

.page-title-section .breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-title-section p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
}

@media (max-width: 768px) 
{
    .page-title-section h1 {
        font-size: 2rem; /* Adjust heading size for smaller screens */
    }

    .page-title-section p {
        font-size: 1rem; /* Reduce font size for mobile */
    }

    .page-title-section {
        padding: 40px 15px; /* Adjust padding for mobile screens */
    }
    
    .service-description-section {
    background: linear-gradient(to bottom, #ffffff, #f3f4f7); /* Subtle gradient for a clean look */
    padding: 60px 20px; /* Mobile-friendly padding */
}

.service-description-section .section-title {
    font-size: 2.5rem;
    color: #007bff; /* Primary color for title */
    line-height: 1.3;
    text-transform: capitalize;
}

.service-description-section .section-description {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.8;
}

.service-description-section .btn-primary {
    background: linear-gradient(to right, #007bff, #0056b3); /* Button gradient */
    border: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.service-description-section .btn-primary:hover {
    background: linear-gradient(to right, #0056b3, #003f7f); /* Darker hover effect */
    transform: translateY(-3px); /* Subtle hover animation */
}

.service-description-section .image-container img {
    max-width: 100%;
    border-radius: 15px; /* Rounded edges for the image */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Smooth shadow effect */
    transition: transform 0.3s ease;
}

.service-description-section .image-container img:hover {
    transform: scale(1.05); /* Zoom-in hover effect */
}

}

  /* Card General Styling */
  .card-style1 {
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Hover Effect */
  .card-style1:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  /* Card Icons Styling */
  .card-icon {
    font-size: 36px;
    margin-bottom: 15px;
  }

  /* Uniform Card Heights */
  .same-height-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Section Heading */
  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #0056b3;
  }

  .section-heading .bar {
    margin-top: 10px;
  }

  /* Card Titles */
  .card h3 {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
  }

  /* Card Text */
  .card p {
    font-size: 1rem;
    color: #555;
  }
  
  /*CSS for Hover Effects */

    .card-hover:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .section-heading span {
      display: block;
      margin: 0 auto;
    }
    

    /* General Service Block Styles */
    .service-block {
      border: 1px solid #ddd;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .service-block:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    /* Background Image Section */
    .service-image {
      border-bottom: 1px solid #ddd;
    }

    /* Button Hover Effect */
    .btn:hover {
      background-color: #FFC107;
    }
    
   .services-list::-webkit-scrollbar {
        width: 8px; /* Scrollbar width */
    }

    .services-list::-webkit-scrollbar-thumb {
        background-color: #212529; /* White color for scrollbar thumb */
        border-radius: 4px; /* Rounded corners */
    }

    .services-list::-webkit-scrollbar-track {
        background-color: transparent; /* Transparent background for scrollbar track */
    }
    
.card-icon {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    .card {
      transition: all 0.3s ease;
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }
    .card h3 a {
      text-decoration: none;
      color: inherit;
    }
    .card h3 a:hover {
      color: #0056b3;
    }
    
/* We put our clients first. */
  .about-box {
    cursor: pointer;
  }

  /* Hover Styles */
  .about-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  /* Background Colors on Hover */
  .about-box:hover:nth-child(1) {
    background: #d2e8ff; /* Darker shade for Cloud Databases */
  }
  .about-box:hover:nth-child(2) {
    background: #c8f8c8; /* Darker shade for Website Hosting */
  }
  .about-box:hover:nth-child(3) {
    background: #ffe7b0; /* Darker shade for File Backups */
  }
  .about-box:hover:nth-child(4) {
    background: #f8d8e8; /* Darker shade for Remote Desktop */
  }
  .about-box:hover:nth-child(5) {
    background: #d5d1ff; /* Darker shade for Email Servers */
  }
  .about-box:hover:nth-child(6) {
    background: #d5f2ff; /* Darker shade for Hybrid Cloud */
  }

/* Core Styling */
.service-block {
    position: relative;
    margin-bottom: 40px;
    transition: all 0.5s ease;
}

.service-block .inner-box {
    background-color: #fff;
    padding: 60px 35px 11px;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
}

.service-block .lower-content {
    padding: 20px 0 6px;
}

.service-block .lower-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2154cf;
    margin-bottom: 8px;
    line-height: 1.5;
}

.service-block .lower-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-block .lower-content h3 a:hover {
    color: #ff9c00;
}

.service-block .lower-content .text {
    font-size: 14px;
    color: #777;
    margin-bottom: 27px;
    line-height: 1.8;
}

/* Responsive Styling */
@media (max-width: 991px) {
    .service-block .inner-box {
        padding: 60px 25px 11px;
    }
}

/* General Text Styling */
p, .text {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.8;
    font-family: 'Arial', sans-serif;
}

a {
    text-decoration: none;
    outline: none !important;
}

/* Page Title Section */
.page-title-section {
    background-size: cover;
    background-position: center;
}

.page-title-section h1 {
    color: #fff;
    margin-bottom: 10px;
}

.page-title-section ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.page-title-section ul li {
    display: inline-block;
    margin-right: 10px;
}

.page-title-section ul li a {
    color: #ff9c00;
    text-decoration: none;
}

/* Section Heading */
.section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.section-heading .bar {
    width: 50px;
    height: 4px;
    background-color: #ff8556;
    margin: 10px auto;
}

/* Tabs */
.horizontaltab .resp-tabs-list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.horizontaltab .resp-tabs-list li {
    margin: 0 10px;
    cursor: pointer;
}

.horizontaltab .resp-tabs-container {
    margin-top: 20px;
}

/* Technical partner */
    .client-carousel .tech-card:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }
    .client-carousel .tech-card img:hover {
        transform: scale(1.1);
    }
    .section-heading .bar {
        width: 50px;
        height: 3px;
        background-color: #ff8556;
        margin: 10px auto;
    }
    .owl-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: -50px;
        width: 100%;
    }
    .owl-carousel .owl-nav button {
        background: #ff8556;
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
    }
    .owl-carousel .owl-nav button:hover {
        background: #e74c3c;
    }

    .contact-info ul li a:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Slightly deeper shadow on hover */
        transform: translateY(-1px); /* Subtle lift effect */
        opacity: 0.9; /* Adds smooth hover interaction */
    }

    .contact-info ul li a:hover:first-child {
        color: #e6c300; /* Darker yellow for phone button text on hover */
        border-color: #e6c300; /* Change border to match text color */
    }

    .contact-info ul li a:hover:last-child {
        color: #1565c0; /* Darker blue for email button text on hover */
        border-color: #1565c0; /* Change border to match text color */
    }