body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  background: transparent;
  margin: 0;
  font-family: "Arial", sans-serif;
  background-image: url("/Images/create.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: overlay;
  color: #222;
}

.container {
    padding: 2rem;
}

 .slider-wrapper {
    position: relative;
    width: 48rem;
    margin: 0 auto;
 } 

 .slider {
    display: flex;
    aspect-ratio: 16/9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
 }
 .slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
 }

 .lider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50);
    z-index: 1;
 }

 .sider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;
 }

 .slider-nav a:hover {
    opacity: 1;
 }
    




li,
a,
button {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #eaf3f6;
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10%;
  background-color: rgb(38, 36, 36);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.container {
  display: flex;
  margin-top: 10px;
}
.left-column {
  width: 250px;
  background: #fffffff1;
  padding: 25px;
  border-right: 3px solid #e00000;
}

.left-column h3 {
  margin-top: 0;
  color: black;
  font-weight: bold;
  padding: 5px 0;
  display: block;
  transition:
    padding-left 0.3s ease,
    color 0.3s ease;
}

.left-column ul li a:hover {
  color: #e00000;
  padding-left: 10px;
}

.content {
  flex: 1;
  padding: 40px;
  background: rgba(255, 255, 255, 0.89);
  margin-left: 10px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.content h2 {
  margin-top: 0;
  color: #e00000;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }
  .left-column {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #e00000;
    border-radius: 0.5rem;
  }
}

.logo {
  cursor: pointer;
}

.nav_links {
  list-style: none;
}

.nav_links li {
  display: inline-block;
  padding: 0px 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.473);
}

.nav_links li a {
  transition:
    all padding-left 0.3s ease,
    color 0.3s ease;
}
.nav_links li a:hover {
  color: rgb(139, 139, 245);
}

button {
  padding: 9px 25px;
  background-color: rgb(218, 32, 32);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

button:hover {
  background-color: rgb(55, 55, 111);
}

.top-bar {
  background: black;
  color: rgb(255, 255, 255);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
}

.logo {
  color: #e00000;
  margin: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-weight: bold;
  transition: 0.3s ease;
}

.nav-links a:hover {
  color: #e00000;
}

.sub-header {
  background: #e00000;
  color: #ffffff88;
  padding: 15px 30px;
  font-size: 1.1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.container {
  display: flex;
  margin-top: 10px;
}

.left-column {
  width: 250px;
  background: #ffffff;
  padding: 25px;
  border-right: 3px solid #e00000;
}

.left-column h3 {
  margin-top: 0;
  color: black;
  border-left: 4px solid #e00000;
  padding-left: 10px;
}

.left-column ul {
  list-style: none;
  padding: 0;
}

.left-column ul li {
  margin: 15px 0;
}

.left-column ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 5px 0;
  display: block;
  transition:
    padding-left 0.3s ease,
    color 0.3s ease;
}

.left-column ul li a:hover {
  color: #e00000;
  padding-left: 10px;
}

.content {
  flex: 1;
  padding: 40px;
  background: (253, 249, 249, 0.468);
  margin-left: 10px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.content h2 {
  margin-top: 0;
  color: #e00000;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  .left-column {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #bb25250b;
  }
}



/* MAIN FOOTER STYLE */
.custom-footer {
  background: #0d0d0d; 
  color: #e6e6e6; 
  padding: 50px 20px 25px;
  font-family: Arial, sans-serif;
  border-top: 3px solid #c40000; 
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 230px;
  margin: 10px;
}

.footer-section h3,
.footer-section h4 {
  color: #ffffff;
  margin-bottom: 15px;
  border-left: 4px solid #c40000; 
  padding-left: 10px;
}

.footer-section p {
  color: #cccccc;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 5px 0;
}

.footer-section ul li a {
  color: #d9d9d9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #ff3333; 
}

/* SOCIAL ICONS (animated) */
.social-icons .icon {
  font-size: 16px;
  color: #ffffff;
  margin-right: 15px;
  display: inline-block;

  /* Animation settings */
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    text-shadow 0.3s ease;
}

/* Hover effect: grow + glow red */
.social-icons .icon:hover {
  transform: scale(1.25);
  color: #ff1a1a; /* bright red */
  text-shadow: 0 0 10px #ff1a1a;
}



/* === C2H Corporate IT Layout === */
.c2h-subpage {
    background-color: #f4f7fb; /* Light corporate background */
    padding: 60px 0;
}

.c2h-subpage .c2h-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.c2h-subpage .c2h-image {
    width: 48%;
    max-width: 520px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.c2h-subpage .c2h-text {
    width: 52%;
}

.c2h-subpage .c2h-title {
    font-size: 34px;
    font-weight: 600;
    color: #1a2b49; /* Corporate dark blue */
    margin-bottom: 20px;
    line-height: 1.3;
}

.c2h-subpage .c2h-description {
    font-size: 17px;
    color: #4a5568; /* Professional grey */
    line-height: 1.7;
}

/* Optional Corporate Button */
.c2h-subpage .c2h-button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.c2h-subpage .c2h-button:hover {
    background-color: #003f82;
}

/* Responsive */
@media (max-width: 768px) {
    .c2h-subpage .c2h-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .c2h-subpage .c2h-image,
    .c2h-subpage .c2h-text {
        width: 100%;
    }
}

/* === C2H Corporate Contact Page === */

.c2h-contact-page {
    background-color: #f4f7fb;
    padding: 70px 0;
}

.c2h-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* Left Side */
.c2h-contact-info {
    width: 50%;
}

.c2h-contact-title {
    font-size: 34px;
    color: #1a2b49;
    margin-bottom: 20px;
    font-weight: 600;
}

.c2h-contact-subtext {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 30px;
    line-height: 1.6;
}

.c2h-contact-details p {
    font-size: 15px;
    color: #2d3748;
    margin-bottom: 12px;
}

/* Right Side */
.c2h-contact-form-box {
    width: 50%;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.c2h-contact-form input,
.c2h-contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 18px;
    border: 1px solid #d1d9e6;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: border 0.3s ease;
}

.c2h-contact-form input:focus,
.c2h-contact-form textarea:focus {
    border-color: #0056b3;
}

.c2h-contact-btn {
    width: 100%;
    padding: 12px;
    background-color: #0056b3;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.c2h-contact-btn:hover {
    background-color: #003f82;
}

/* Responsive */
@media (max-width: 768px) {
    .c2h-contact-container {
        flex-direction: column;
        gap: 40px;
    }

    .c2h-contact-info,
    .c2h-contact-form-box {
        width: 100%;
    }

    .c2h-contact-title {
        text-align: center;
    }

    .c2h-contact-subtext {
        text-align: center;
    }
}


/* === C2H Corporate Services Page === */

.c2h-services-page {
    background-color: #f4f7fb;
    padding: 70px 0;
}

.c2h-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.c2h-services-header {
    text-align: center;
    margin-bottom: 60px;
}

.c2h-services-title {
    font-size: 36px;
    color: #1a2b49;
    margin-bottom: 15px;
    font-weight: 600;
}

.c2h-services-subtext {
    font-size: 17px;
    color: #4a5568;
}

/* Grid Layout */
.c2h-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Service Card */
.c2h-service-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c2h-service-card h3 {
    color: #0056b3;
    margin-bottom: 15px;
    font-size: 20px;
}

.c2h-service-card p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
}

.c2h-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.c2h-services-cta {
    text-align: center;
    margin-top: 60px;
}

.c2h-services-button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.c2h-services-button:hover {
    background-color: #003f82;
}

/* Responsive */
@media (max-width: 768px) {
    .c2h-services-title {
        font-size: 28px;
    }
}


/* === C2H Software Solutions Section === */

.c2h-software-page {
    background-color: #ffffff;
    padding: 80px 0;
}

.c2h-software-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* Left Text Section */
.c2h-software-text {
    width: 52%;
}

.c2h-software-title {
    font-size: 36px;
    color: #1a2b49;
    margin-bottom: 20px;
    font-weight: 600;
}

.c2h-software-description {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Bullet List */
.c2h-software-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.c2h-software-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    color: #2d3748;
    font-size: 15px;
}

.c2h-software-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0056b3;
    font-weight: bold;
}

/* Button */
.c2h-software-button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.c2h-software-button:hover {
    background-color: #003f82;
}

/* Right Image Section */
.c2h-software-image-box {
    width: 48%;
}

.c2h-software-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
    .c2h-software-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .c2h-software-text,
    .c2h-software-image-box {
        width: 100%;
    }

    .c2h-software-list li {
        padding-left: 0;
    }

    .c2h-software-list li::before {
        position: static;
        margin-right: 8px;
    }
}

/* === C2H Overview Page === */

.c2h-overview-page {
    background-color: #f4f7fb;
}

/* Hero Section */
.c2h-overview-hero {
    background: linear-gradient(to right, #1a2b49, #0056b3);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

.c2h-overview-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.c2h-overview-subtitle {
    font-size: 18px;
    opacity: 0.9;
}

/* Main Container */
.c2h-overview-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
}

/* Text Section */
.c2h-overview-text {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.c2h-overview-text h2 {
    font-size: 30px;
    color: #1a2b49;
    margin-bottom: 20px;
}

.c2h-overview-text p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Highlights Grid */
.c2h-overview-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* Cards */
.c2h-overview-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.c2h-overview-card h3 {
    font-size: 20px;
    color: #0056b3;
    margin-bottom: 15px;
}

.c2h-overview-card p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
}

.c2h-overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .c2h-overview-title {
        font-size: 32px;
    }

    .c2h-overview-text {
        text-align: center;
    }
}



/* === C2H About Page === */

.c2h-about-page {
    background-color: #f4f7fb;
}

/* Hero Section */
.c2h-about-hero {
    background: linear-gradient(to right, #1a2b49, #0056b3);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

.c2h-about-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.c2h-about-subtitle {
    font-size: 18px;
    opacity: 0.9;
}

/* Main Container */
.c2h-about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
}

/* Story Section */
.c2h-about-section {
    max-width: 800px;
    margin: 0 auto 70px auto;
    text-align: center;
}

.c2h-about-section h2 {
    font-size: 30px;
    color: #1a2b49;
    margin-bottom: 20px;
}

.c2h-about-section p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Mission & Vision */
.c2h-about-mv {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.c2h-about-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.c2h-about-card h3 {
    color: #0056b3;
    margin-bottom: 15px;
}

.c2h-about-card p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
}

/* Why Choose Us */
.c2h-about-why {
    text-align: center;
}

.c2h-about-why h2 {
    font-size: 30px;
    color: #1a2b49;
    margin-bottom: 40px;
}

.c2h-about-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.c2h-about-why-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.c2h-about-why-card h4 {
    color: #0056b3;
    margin-bottom: 10px;
}

.c2h-about-why-card p {
    font-size: 14px;
    color: #4a5568;
}

.c2h-about-why-card:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
    .c2h-about-title {
        font-size: 32px;
    }

    .c2h-about-section {
        text-align: center;
    }
}


