body {

    font-family: Poppins, sans-serif;

    margin: 0;

    padding: 0;

    overflow-x: hidden;

    background-color: #f8f9fa;

}

/* Force navbar to collapse until 1024px */
/*@media (max-width: 1032px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
}*/

/* Show expanded menu above 1024px */
/*@media (min-width: 1033px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}*/

/*========= LOGOS============== */

.ngg-gallery-thumbnail-box {
    width: calc(100% / 6 - 10px) !important; /* 6 per row */
    padding: 5px !important;
    box-sizing: border-box;
}

/* Mobile: 2 columns */
@media (max-width: 575px) {
    .ngg-gallery-thumbnail-box {
    width: calc(100% / 2 - 10px) !important;
}
}



/*========= LOGOS END ============== */

.animated-container {
  position: relative;
  overflow: hidden;
}


@keyframes slideLeftLoop {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -100% center;
  }
}



.container {

    max-width: 1200px;

    /*padding-top: 20px;

    padding-bottom: 20px;*/

}
h2.key-service-card-title.res-font {
    margin-bottom: 10px;
}


/* Navbar Styles */

.navbar-custom {

   

    padding: 0.8rem 1rem;

   

}



.navbar-brand img {

    height: 40px;

    margin-right: 0.5rem;

}



.navbar-brand span {

    font-size: 1.5rem;

    font-weight: 700;

    color: #333;

}



.nav-link {

    color: #555;

    transition: color 0.3s ease;

}



.nav-link:hover, .nav-link.active {

    color: #0072FF;

}



.nav-text {

    font-family: Poppins, sans-serif;

    font-weight: 700;

    font-size: 18px;

    line-height: 100%;

    letter-spacing: 0%;

}

.py-4.container.new-content-section p, .py-4.container.new-content-section h2 {
    color: black;
}

.quote-btn a,.btn-quote {

    font-family: Poppins, sans-serif;

    color: #fff;

    padding: 0.6rem 1.5rem !important;

    border-radius: 30px;

    background-color: #0072ff;

    font-weight: 600;

    border: none;

    transition: background-color 0.3s ease;

}




.btn-quote:hover {

    background-color: #0056b3;

     color: #fff;

}



.dropdown-menu {

    border-radius: 0.3rem;

    box-shadow: 0 4px 8px rgba(0,0,0,0.1);

}



.dropdown-item {

    color: #555;

    font-weight: 400;

}



.dropdown-item:hover {

    background-color: #f0f0f0;

    color: #0072FF;

}

.consultation-button{

}

/* page editor css */

.new-content-section p {
    font-size: 16px !important;
} 

.new-content-section ul {
list-style: none;
}

 .new-content-section  ul li {
    position: relative;
    padding: 0 0 22px 30px;
    font-size: 16px;

}

.new-content-section ul li:before {
    content: '';
    background: url(https://foundationalhomecare.com/wp-content/themes/foundationalhhc/images/check.png);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
    /*margin-right: 5px;
    color: green; */
}

/*.new-content-section h1{
    font-size: clamp(1.6rem, 0.6071rem + 2.8571vw, 2.5rem) !important;
}*/ 

.new-content-section h2{
    font-size: clamp(1.4rem, 0.6071rem + 2.8571vw, 2.2rem) !important;
}

.new-content-section h3{
    font-size: clamp(1.2rem, 0.6071rem + 2.8571vw, 1.8rem) !important;
}

.new-content-section h4{
    font-size: clamp(1.1rem, 0.6071rem + 2.8571vw, 1.6rem) !important;
}

.new-content-section h5 {
    color: #0072ff;
    padding-bottom: 1rem;
    font-size: clamp(1rem, 0.6071rem + 2.8571vw, 1.3rem) !important;
}
.new-content-section p {
    padding-bottom: 1.5rem;
}

.new-content-section h4{
    font-size: clamp(0.8rem, 0.6071rem + 2.8571vw, 1.3rem) !important;
}
.new-content-section .alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.new-content-section .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.new-content-section .aligncenter,
 {
  display: block;
  margin: 5px auto 5px auto;
}

.new-content-section a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.new-content-section a img.alignnone {
  margin: 5px 20px 20px 0;
}

.new-content-section a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.new-content-section a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new-content-section strong, .new-content-section b {
    font-weight: bold;
}

/* page editor css end */

/*====== LIST BOX ==========*/

.sidebar-wrapper {
  width: 435px;
    height: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

/* Sidebar thin scrollbar */
.sidebar-list::-webkit-scrollbar {
  width: 6px;
}
.sidebar-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.sidebar-logo {
  height: 45px;
}
input#searchInput {
    background: #0063bf1a;
}
input#searchInput::placeholder {
    color: #0063bf;
}

/*========== END LIST BOX =============*/

.hero-section{

     background-color: #0072FF;

    color: #fff;

    

    text-align: center;

    display: flex;

    align-items: center;

    position: relative;

  

}



/* Hero Section */

 .hero-sections {

    background-color: #0042B9;

    color: #fff;

    

    text-align: center;

    display: flex;

    align-items: center;

   

}



.hero-content {

    z-index: 10;

    position: relative;

}



.hero-title {

    font-size: 3.5rem;

   

    line-height: 1.2;

    margin-bottom: 1rem;

    font-family: Poppins;

font-weight: 500;









}



.hero-title span {

    font-weight: 400;

}



.hero-title .highlight, .highlights {

    background-color: #0072FF;

    padding: 0.25rem 0.75rem;

    border-radius: 0.5rem;

    display: inline-block;

}



.hero-subtitle {

    font-size: 1.25rem;

    margin-bottom: 2rem;

    max-width: 500px;

    font-family: Poppins;

font-style: Light;







}



.hero-image {

    position: absolute;

    right: 0;

    bottom: 0;

    max-width: 50%;

    height: auto;

    z-index: 5;

}



.hero__thumb {

    mask-image: linear-gradient(to bottom, #000, transparent);

}



.trusted-text {

    font-size: 0.9rem;

    margin-top: 2rem;

  

    font-weight: 200;



    font-family: Poppins;



font-style: Medium;

font-size: 18px;





}



.btn-custom-primary, .custom-btn {

    background-color: #fff;

    color: #0072FF;

    border: 2px solid #fff;

    padding: 0.75rem 2rem;

    border-radius: 0.5rem;

    font-weight: 600;

    transition: all 0.3s ease;

}



.btn-custom-primary:hover, .custom-btn:hover {

    background-color: #f8f9fa;

    color: #0a58ca;

    border-color: #0a58ca;

}



.btn-custom-outline {

    background-color: transparent;

    color: #fff;

    border: 2px solid #fff;

    padding: 0.75rem 2rem;

    border-radius: 0.5rem;

    font-weight: 600;

    transition: all 0.3s ease;

}



.btn-custom-outline:hover {

    background-color: #fff;

    color: #00008B;

}



.btn-custom {

    background-color: #0047FF;

    color: #ffffff;

    border-radius: 50px;

    padding: 12px 40px;

    font-size: 1.1rem;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;

}



.btn-custom:hover {

    background-color: #ffffff;

    color: #0047FF;

}


    /* Custom CSS for the hero section product start*/
        body {
            font-family: 'Poppins';
            background-color: #f8f9fa;
            /* A light background color */
        }

        .hero-section {
            /* Gradient background similar to the image */
            background: linear-gradient(135deg, #2a2c6d 0%, #0c0d29 100%);
            color: #ffffff;
            /* White text color */
            font-family: "Poppins";

            padding: 20px;

        }

        .hero-section .hero-graphic {
            /* Background graphic for the right side */
            background-image: url('https://placehold.co/500x300/17183e/ffffff?text=Secure+Shield+Graphic');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;

        }

        /* Utility for lighter text */
        .text-light-opacity {
            color: rgba(255, 255, 255, 0.7);
        }

        /* Styling for the button to match the image */
        .btn-primary-custom {
            background-color: #007bff;
            /* A solid blue */
            border-color: #007bff;
            border-radius: 50px;
            /* More rounded corners for the button */
            padding: 15px 30px;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .btn-primary-custom:hover {
            background-color: #0056b3;
            border-color: #0056b3;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .hero-section {}

            .hero-section h1 {
                font-size: 2 rem;
            }

            .hero-section .hero-graphic {

                margin-top: 30px
            }
        }

        .header-text {
            color: #407bff;
            font-weight: 700;
        }

        .main-heading {
            font-size: 2.5rem;
            font-weight: 800;
        }

        .content-section {
            padding: 5rem 0;
        }



        .placeholder-image {
            background-color: #0b1c3c;
            border-radius: 1rem;
            height: 450px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ccc;
            font-size: 1.2rem;
            font-weight: 700;
            text-align: center;
            padding: 20px;
            position: relative;
        }

        .placeholder-image::after {
            content: "Network illustration placeholder";
        }

        .btn-primary {
            background-color: #0d6efd;
            border-color: #0d6efd;
            border-radius: 0.5rem;
            padding: 0.75rem 1.5rem;
            font-weight: 700;
            transition: transform 0.2s;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            background-color: #0b5ed7;
            border-color: #0b5ed7;
        }

        /* Responsive adjustments */
        @media (min-width: 992px) {
            .content-section {
                padding: 8rem 0;
            }

            .main-heading {
                font-size: 3.5rem;
            }
        }



        .text-center h6 {
            color: #8da4ff;
            font-weight: 600;
        }

        .card {
            background-color: #121831;
            border: 1px solid #202b54;
            border-radius: 1rem;
            height: 100%;
            border: 1px solid #0072FF
        }

        .card-body {
            display: flex;
            flex-direction: column;
        }

        .card .icon-circle {
            width: 3rem;
            height: 3rem;
            background-color: #1a2a5e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #5d83ff;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .card-title {
            /*font-size: 1.25rem;*/
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .card-text {
            color: #9ca3af;
            font-size: 0.875rem;
            flex-grow: 1;
            /* Pushes the button to the bottom */
        }

        .btn-outline-primary {
            color: #8da4ff;
            border-color: #8da4ff;
            border-radius: 0.5rem;
            margin-top: auto;
            /* Aligns button at the bottom */
            transition: all 0.3s ease;
        }

        .btn-outline-primary:hover {
            background-color: #8da4ff;
            color: #0b0f20;
        }


        /* Custom styles for the body and various elements */


        .product-overview {
            color: #007bff;
            /* Blue text for the sub-heading */
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .main-heading {
            font-weight: 700;
            line-height: 1.2;
            color: #00224d;
            /* Dark blue text */
        }

        .content-card {
            background-color: #e6f0ff;
            /* Light blue, matching the body */
            padding: 3rem;
            border-radius: 1rem;
            /* Rounded corners for the card */
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            /* Subtle shadow */
        }

        .image-container {
            background-color: #0d1a2c;
            /* Dark background for the image section */
            border-radius: 1rem;
            /* Rounded corners for the image container */
            padding: 2rem;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            /* More pronounced shadow */
        }

        .custom-button {
            background-color: #007bff;
            border: none;
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 0.5rem;
            font-weight: 500;
            transition: background-color 0.3s;
        }

        .custom-button:hover {
            background-color: #0056b3;
        }

        .content-text {
            font-weight: 300;
            line-height: 1.6;
            color: #3b5062;
        }

        /* Custom CSS for the hero section product end*/


.res-font {
    font-size: clamp(1.4rem, 0.6071rem + 2.8571vw, 2rem) !important;
}
.res-font-main-headings {
    font-size: clamp(1.4rem, 0.6071rem + 2.8571vw, 2.5rem) !important;
}
h2.fs-1.main-title
 {
    font-size: clamp(1.4rem, 0.6071rem + 2.8571vw, 2.2rem) !important;
}
.btn-res-font {
    font-size: clamp(0.9375rem, 0.8571rem + 0.3571vw, 1.125rem) !important;
}
.container.new-content p {
    color: black;
    padding-bottom: 20px;
}
.container.new-content a {
   text-decoration: none;
}
.container.rounded-3.row {
    align-items: center;
}

.info-card h5 {
    font-size: 1.4em;
}
.info-card.mx-auto.mx-sm-0.w-100 img {
    width: 80%;
    margin: 0px auto;
}
/* Stats Section */

.stats-container {

    display: flex;

    flex-wrap: wrap;

    gap: 60px;

    margin: 50px 0;

}



.stat-item {

    text-align: left;

}



.stat-number {

    font-size: 3rem;

    font-weight: 700;

    margin-bottom: 5px;

}



.stat-description {

    font-size: 1.1rem;

    font-weight: 400;

    opacity: 0.8;

}



/* Cards */

.cards, .card, .card-products {

    background-color: #0A0A28;

    border: 1px solid #0072FF;

    border-radius: 12px;

    overflow: hidden;

    transition: transform 0.2s ease-in-out;

    margin-bottom: 20px;

    display: flex;

    flex-direction: column;

    height: 100%;

   

}

.card-products{

     padding:1rem;

}



.cards:hover, .card:hover, .card-products:hover {

    transform: translateY(-5px);

}



.card-img-top {

    width: 100%;

    height: 200px;

    object-fit: cover;

    margin-bottom: 20px;

}



.card-img-wrapper {

    width: 100%;

    height: 200px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.card-img-wrapper img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.card-body {

    padding: 1.25rem;

    flex: 1 1 auto;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

}



.card-title {

    /*font-size: 1.5rem;*/

    font-weight: 600;

    margin-bottom: 15px;

    color: #ffffff;

}

h2.card-title.fw-bold.text-dark.mb-3 {
    font-size: 35px;
    line-height: 1.4em;
}

.info-card.flex-fill.row p {
    font-size: 14px;
}

.card-about-title {

    font-size: 1.3rem;

    font-weight: bold;

    margin-bottom: 15px;

    color: #000000;
    line-height: 1.4em;

}



.card-text {

    font-size: 0.95rem;

    color: #FFFFFF;

    line-height: 1.6;

    flex-grow: 1;

    margin-bottom: 20px;

}



.card-about-text {

    font-size: 0.95rem;

    color: #000000;

    line-height: 1.6;

    flex-grow: 1;

    margin-bottom: 20px;

}



.card-link, .btn-link {

    color: #0072FF;

    text-decoration: none;

    font-weight: 500;

    transition: all 0.3s ease;

}



.card-link:hover, .btn-link:hover {

    color: #0072FF;

    text-decoration: underline;

}



.line-separator {

    border-bottom: 2px solid #007bff;

    width: 100%;

    margin: 20px 0 40px;

    position: relative;

}



/* Telecom Section */

.telecom-section {

    background-color: #D4ECFF;

    padding: 60px 0;

    position: relative;

    overflow: hidden;

}



.telecom-section::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: radial-gradient(circle at 10% 10%, rgba(255,255,255,0.1) 1%, transparent 10%),

                radial-gradient(circle at 90% 90%, rgba(255,255,255,0.1) 1%, transparent 10%),

                radial-gradient(circle at 50% 50%, rgba(255,255,255,0.05) 1%, transparent 5%);

    opacity: 0.5;

    pointer-events: none;

    z-index: 0;

}



.about-us-text, .our-advantage-text, .section-label {

    color: #0072FF;

    font-size: 0.9rem;

    font-weight: 600;

    font-family: Poppins;

font-style: Medium;

font-size: 24px;





}



.main-title, .section-title {

    color: #002b5c;

   

    

  

}



.main-title span, .section-title .text-primary {

    color: #0072FF;

}



.description-text {

    color: #4a5568;

    font-size: 1.1rem;

    line-height: 1.6;

 

    font-family: Poppins;

}



.feature-card {

    background-color: #BDE2FF;

    border-radius: 15px;

    padding: 30px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

}



.feature-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

}



.feature-icon-wrapper {

    background-color: #e0f2ff;

    border-radius: 50%;

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

}



.feature-icon {

    color: #0072FF;

    font-size: 28px;

}



/* Advantage Section */

.advantage-card {

    background-color: #1a202c;

    border: 1px solid #2d3748;

    border-radius: 12px;

    padding: 30px;

    min-height: 200px;

    transition: transform 0.2s ease-in-out;

}



.advantage-card:hover {

    transform: translateY(-5px);

}



.card-icon {

    font-size: 2rem;

    color: #55acee;

    margin-bottom: 20px;

    background-color: #272d4d;

    border-radius: 50%;

    width: 60px;

    height: 60px;

    display: flex;

    justify-content: center;

    align-items: center;

    box-shadow: 0 0 15px rgba(85, 172, 238, 0.3);

}



.advantage-card h5 {

    font-size: 1.4rem;

    font-weight: 600;

    color: #ffffff;

    margin-bottom: 10px;

}



.advantage-card p {

    font-size: 0.95rem;

    color: #a0a0a0;

    line-height: 1.5;

}



/* Diagram Section */

.header-section {

   

    text-align: left;

}



.header-section h5 {

    color: #424242;

   

    font-family: Poppins;

font-weight: 600;

font-style: Medium;

font-size: 24px;





}



.header-section h1 {

    font-family: Poppins;

font-weight: 600;

font-style: SemiBold;

font-size: 48px;







}



.header-section p {

    font-size: 1.1rem;

   

    color: #424242;

    line-height: 1.6;

    margin-bottom: 30px;

}

.overview-content p {
    color: black;
}

.main-diagram-container {

    position: relative;

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 2rem;

    min-height: 600px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.central-button-wrapper {

    position: relative;

    z-index: 10;

}



.central-button {

    background-color: #2196f3;

    color: white;

    padding: 1.5rem 2.5rem;

    border-radius: 1rem;

    font-size: 1.2rem;

    font-weight: 600;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);

    transition: all 0.3s ease;

    text-decoration: none;

    display: flex;

    align-items: center;

    justify-content: center;

    white-space: nowrap;

}



.central-button:hover {

    background-color: #1976d2;

    transform: scale(1.05);

    color: white;

}



.service-box {

    background-color: white;

    border-radius: 50%;

    width: 120px;

    height: 120px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    transition: transform 0.2s ease;

    z-index: 5;

    flex-shrink: 0;

}



.service-box:hover {

    transform: translateY(-5px);

}



.service-box i {

    font-size: 2rem;

    color: #2196f3;

    margin-bottom: 0.5rem;

}



.service-box span {

    font-size: 0.8rem;

    font-weight: 600;

    color: #424242;

    text-transform: uppercase;

}



.diagram-layout {

    display: grid;

    grid-template-columns: 1fr auto 1fr;

    grid-template-rows: repeat(3, 1fr);

    gap: 2rem;

    width: 100%;

    height: 100%;

    align-items: center;

    justify-items: center;

}



.diagram-layout .central-button-wrapper {

    grid-row: 1 / span 3;

    grid-column: 2;

}



.box-voice { grid-row: 1; grid-column: 1; justify-self: end; }

.box-cloud { grid-row: 2; grid-column: 1; justify-self: end; }

.box-contract { grid-row: 3; grid-column: 1; justify-self: end; }

.box-connectivity { grid-row: 1; grid-column: 3; justify-self: start; }

.box-data { grid-row: 2; grid-column: 3; justify-self: start; }

.box-lifecycle { grid-row: 3; grid-column: 3; justify-self: start; }



.diagram-svg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    pointer-events: none;

    z-index: 1;

}



.diagram-svg path {

    stroke: #90caf9;

    stroke-width: 2;

    fill: none;

}



/* Testimonial Section */

.testimonial-card {

    background-color: #f0f4f7;

    border-radius: 15px;

    padding: 2rem;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    position: relative;

    overflow: hidden;

}



.testimonial-card::after {

    content: "“";

    position: absolute;

    bottom: -50px;

    right: -20px;

    font-size: 200px;

    color: rgba(0, 123, 255, 0.1);

    z-index: 0;

    font-weight: 900;

    line-height: 1;

}



.testimonial-content {

    font-size: 1.1rem;

    line-height: 1.8;

    color: #555;

    margin-bottom: 1.5rem;

    z-index: 1;

    position: relative;

    height: 150px;

    overflow: hidden;

    text-overflow: ellipsis;

}



.testimonial-author {

    display: flex;

    align-items: center;

    margin-top: auto;

    z-index: 1;

}



.testimonial-author img, .author-avatar img {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    margin-right: 1rem;

    object-fit: cover;

    border: 3px solid #0072FF;

}



.author-details h6, .author-info h6 {

    font-weight: 700;

    color: #343a40;

    margin-bottom: 0.2rem;

}



.author-details p, .author-info p {

    font-size: 0.9rem;

    color: #777;

    margin-bottom: 0;

}



.carousel-wrapper {

    position: relative;

    padding: 0 5rem;

}



.carousel-control-prev, .carousel-control-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 3rem;

    height: 3rem;

    border-radius: 50%;

    z-index: 2;

}



.carousel-control-prev {

    left: -15%;

}



.carousel-control-next {

    right: -15%;

}



.carousel-indicators [data-bs-target] {

    background-color: #2980b9;

}



/* Contact Section */

.contact-container {

    background-color: #e0f2f7;

    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    padding: 40px;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.contact-info {

    flex: 1;

    color: #333;

}



.contact-info h6 {

    color: #0072FF;

    font-weight: 600;

    margin-bottom: 10px;

}

 .info-card {

            background-color: #0A0A28;

            border :1px solid #0072FF;

            margin-top: 10px;

            margin-bottom: 10px;

            /* Blue background for cards */

            color: #fff;

            border-radius: 15px;

            padding: 15px;

            text-align: left;

            min-height: 250px;

            display: flex;

            flex-direction: column;

            justify-content: space-between;

            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

            transition: transform 0.3s ease-in-out;

               margin-bottom: 20px;

                margin: 10px;

                min-height: auto;

            

        }



        .info-card:hover {

            transform: translateY(-5px);

        }

.contact-info h1 {

    font-size: 2.5rem;

    font-weight: 700;

    margin-bottom: 20px;

    color: #212529;

}



.contact-info p {

    font-size: 1rem;

    line-height: 1.6;

    margin-bottom: 30px;

}



.contact-form {

    flex: 1;

}



.form-control {

    border-radius: 8px;

    border: 1px solid #ced4da;

    padding: 12px 15px;

    margin-bottom: 20px;

    background-color: #fff;

}



.form-control:focus {

    border-color: #80bdff;

    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);

}



.btn-primary {

    background-color: #0072FF;

    border-color: #0072FF;

    border-radius: 8px;

    padding: 12px 25px;

    font-size: 1.1rem;

    font-weight: 600;

    width: 100%;

    transition: background-color 0.3s ease;

}



.btn-primary:hover {

    background-color: #0056b3;

    border-color: #0056b3;

}



/* Footer Section */

.footer-section, .custom-footer {

    background: linear-gradient(135deg, #2c5aa0 0%, #1e4080 100%);

    color: white;

    padding: 60px 0 40px;

    position: relative;

    overflow: hidden;

}



.footer-section::before, .custom-footer::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><circle cx="10" cy="10" r="2" fill="%23ffffff"/><circle cx="30" cy="25" r="2" fill="%23ffffff"/><circle cx="50" cy="15" r="2" fill="%23ffffff"/><circle cx="70" cy="30" r="2" fill="%23ffffff"/><circle cx="90" cy="5" r="2" fill="%23ffffff"/><circle cx="20" cy="40" r="2" fill="%23ffffff"/><circle cx="40" cy="55" r="2" fill="%23ffffff"/><circle cx="60" cy="45" r="2" fill="%23ffffff"/><circle cx="80" cy="60" r="2" fill="%23ffffff"/><circle cx="10" cy="70" r="2" fill="%23ffffff"/><circle cx="30" cy="85" r="2" fill="%23ffffff"/><circle cx="50" cy="75" r="2" fill="%23ffffff"/><circle cx="70" cy="90" r="2" fill="%23ffffff"/><circle cx="90" cy="65" r="2" fill="%23ffffff"/></svg>');

    background-size: 10% 10%;

    background-repeat: repeat;

    opacity: 0.1;

    pointer-events: none;

    z-index: 0;

}



.footer-content {

    position: relative;

    z-index: 1;

}



.footer-logo {

    width: 100px;

    height: auto;

    margin-bottom: 1rem;

}



.footer-heading, .footer-title {

    font-size: 1.25rem;

    font-weight: 600;

    margin-bottom: 1.5rem;

}



.footer-links ul, .custom-bullet {

    list-style: none;

    padding: 0;

}



.footer-links ul li, .custom-bullet li {

    margin-bottom: 0.75rem;

    display: flex;

    align-items: center;

}



.footer-links ul li::before, .custom-bullet li::before {

    content: '\2022';

    color: #ffffff;

    font-size: 1.2em;

    margin-right: 0.5rem;

}



.footer-links a {

    color: rgba(255, 255, 255, 0.85);

    text-decoration: none;

    font-size: 15px;

    transition: all 0.3s ease;

}



.footer-links a:hover {

    color: #a0c4ff;

    transform: translateX(5px);

}



.contact-info p, .contact-item {

    margin-bottom: 0.75rem;

    display: flex;

    align-items: center;

}



.contact-info i, .contact-icon {

    margin-right: 0.75rem;

    color: #a0c4ff;

}



.social-icons a, .social-link {

    color: #ffffff;

    font-size: 1.5rem;

    margin-right: 1rem;

    transition: color 0.3s ease;

}



.social-icons a:hover, .social-link:hover {

    color: #a0c4ff;

}



.footer-divider, .custom-hr {

    border: 0;

    height: 1px;

    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));

    margin: 2rem 0;

}



.copyright, .copyright-text {

    font-size: 0.9rem;

    text-align: center;

    margin-top: 2rem;

    color: rgba(255, 255, 255, 0.8);

}



/* Responsive Adjustments */

@media (max-width: 1200px) {

    .hero-title {

        font-size: 3rem;

    }

}



@media (max-width: 991.98px) {

    .navbar-collapse {

        background-color: #fff;

        margin-top: 0.5rem;

        border-radius: 0.3rem;

        box-shadow: 0 4px 8px rgba(0,0,0,0.05);

        padding: 1rem;

    }

    .btn-quote {

        width: 100%;

        margin-top: 1rem;

        border-radius: 94px;

    }

    .hero-section {

        text-align: center;

        min-height: auto;

        padding: 3rem 0;

    }

    .hero-title {

        font-size: 2.8rem;
        text-align: center;


    }

    .hero-subtitle {

        font-size: 1.1rem;

        max-width: 100%;
        text-align: center;


    }

    .hero-image {

        max-width: 60%;

        top: 50%;

        transform: translateY(-50%);

    }

    .stats-container {

        justify-content: center;

        gap: 30px;

    }

    .stat-item {

        text-align: center;

    }

   

    .description-text {

        font-size: 1rem;

    }

    .feature-card {

        margin-bottom: 20px;

    }

    .header-section .col-lg-6:last-child {

        text-align: left;

        margin-top: 40px;

    }
    .trusted-text,.col-lg-5.mb-4.mb-lg-0,.col-12.col-lg-6.header-section.pt-4 {
        text-align: center;
    }

}



@media (max-width: 768px) {

    .hero-title {

        font-size: 2.2rem;
        text-align: center;

    }

    .hero-subtitle {

        font-size: 1rem;
        text-align: center;

    }

    .btn-custom-primary, .btn-custom-outline, .custom-btn {

        padding: 0.6rem 1.5rem;

        font-size: 0.9rem;

    }

    .trusted-text {

        font-size: 0.8rem;

        text-align: center;
        margin-bottom: 2rem;

    }

    

    .main-heading, .header-section h1 {

        font-size: 2rem;

        

    }

    .main-heading{

        

    }

    .card-title {

        font-size: 1.3rem;

    }

    .card-icon {

        font-size: 2rem;

        width: 60px;

        height: 60px;

    }

    .telecom-section {

        padding: 40px 0;

    }

    .hero-image {

        position: relative;

        max-width: 80%;

        margin-top: 40px;

        left: 50%;

        transform: translateX(-50%);

        top: auto;

    }

    .contact-container {

        flex-direction: column;

        padding: 20px;

    }

    .contact-info, .contact-form {

        padding: 0;

        width: 100%;

    }

    .contact-info {

        margin-bottom: 30px;

    }

    .contact-info h1 {

        font-size: 2rem;

    }

    .testimonial-card {

        margin-bottom: 2rem;

    }

    .carousel-wrapper {

        padding: 0;

    }

    .carousel-control-prev, .carousel-control-next {

        top: 90%;

        left: 0;

        right: auto;

        transform: translateY(-50%) scale(0.8);

    }

    .carousel-control-next {

        left: auto;

        right: 0;

    }

    .footer-section {

        padding: 40px 0;

    }

    .logo-section h2 {

        font-size: 1.6rem;

    }

    .footer-title {

        font-size: 1.2rem;

        margin-bottom: 20px;

    }

}



@media (max-width: 576px) {

    .hero-title {

        font-size: 1.8rem;

        margin-bottom: 20px;

        text-align: center;

        padding: 20px;

    }

    .stat-number {

        font-size: 2rem;

    }

    .stat-description {

        font-size: 0.9rem;

    }

    .btn-custom {

        padding: 12px 30px;

        font-size: 1rem;

    }

    .stats-container {

        flex-direction: column;

        align-items: center;

    }

}







 .reliacom-footer {

            background-color: #173D7A;

            background-image: url('assets/bg-vector.png');

            background-size: cover;

            background-position: center;

            background-repeat: no-repeat;

            color: #ffffff;

            position: relative;

            overflow: hidden;

        }



        .reliacom-footer::before {

            content: '';

            position: absolute;

            top: 0;

            left: 0;

            right: 0;

            bottom: 0;

            background: rgba(26, 75, 140, 0.3);

            pointer-events: none;

            z-index: 1;

        }



        .footer-content {

            position: relative;

            z-index: 3;

            padding: 3rem 0 0;

        }



        /* First Row - Logo and Section Headings */

        .header-row {

            margin-bottom: 1rem;

        }



        .reliacom-logo {

            max-height: 60px;

            width: auto;

        }



        .section-heading {

            font-weight: 600;

            font-size: 1.25rem;

            color: #ffffff;

            margin: 0;

            padding-top: 30px;

        }



        /* Horizontal Rule */

        .footer-separator {

            height: 2px;

            background-color: #ffffff;

            margin: 0;

            border: none;

        }



        /* Second Row - Content Details */

        .content-row {

            margin: 2rem 0;

        }



        .reliacom-description {

            color: rgba(255, 255, 255, 0.9);

            font-size: 0.95rem;

            line-height: 1.6;

            margin-bottom: 0;

            max-width: 350px;

        }



        .reliacom-footer-links {

            list-style: none;

            padding: 0;

            margin: 0;

        }



        .reliacom-footer-links li {

            margin-bottom: 0.75rem;

            position: relative;

            padding-left: 1rem;

            line-height: 30px;

        }



        .reliacom-footer-links li::before {

            content: '•';

            position: absolute;

            left: 0;

            color: #ffffff;

            font-weight: bold;

            font-size: 16px;

        }



        .reliacom-footer-link {

            color: rgba(255, 255, 255, 0.9);

            text-decoration: none;

            font-size: 0.95rem;

            transition: color 0.3s ease;

        }



        .reliacom-footer-link:hover {

            color: #ffffff;

        }



        .reliacom-contact-item {

            display: flex;

            align-items: flex-start;

            margin-bottom: 1.5rem;

        }



        .reliacom-contact-icon {

            width: 20px;

            height: 20px;

            margin-right: 0.75rem;

            margin-top: 0.25rem;

            flex-shrink: 0;

            filter: brightness(0) invert(1);

        }



        .reliacom-contact-text {

            line-height: 1.5;

        }



        .reliacom-contact-text strong {

            color: #ffffff;

            font-weight: 600;

            display: block;

            margin-bottom: 0.25rem;

        }



        .reliacom-contact-link {

            color: rgba(255, 255, 255, 0.9);

            text-decoration: none;

            transition: color 0.3s ease;

            display: block;

            margin-left: -30px;

            line-height: 40px;

        }



        .reliacom-contact-link:hover {

            color: #ffffff;

        }



        /* Follow Us Section */

        .follow-us-section h4 {

            font-weight: 600;

            font-size: 1.1rem;

            margin-bottom: 1rem;

            color: #ffffff;

        }



        .reliacom-social-links {

            display: flex;

            gap: 0.75rem;

        }



        .reliacom-social-link {

            width: 40px;

            height: 40px;

            background: rgba(255, 255, 255, 0.1);

            border-radius: 50%;

            display: flex;

            align-items: center;

            justify-content: center;

            transition: all 0.3s ease;

            text-decoration: none;

            color: #ffffff;

        }



        .reliacom-social-link:hover {

            background: rgba(255, 255, 255, 0.2);

            transform: translateY(-2px);

            color: #ffffff;

        }



        /* Copyright */

        .copyright-row {

            padding: 1.5rem 0 2rem 0;

        }



        .reliacom-copyright {

            text-align: center;

            color: rgba(255, 255, 255, 0.9);

            font-size: 0.9rem;

            margin: 0;

        }



        /* Mobile Responsive */

        @media (max-width: 767.98px) {

            .footer-content {

                padding: 2rem 0 0;

            }

            a.key-service-btn {
            margin: 0px auto;
            }

            .header-row {

                text-align: center;

                margin-bottom: 2rem;

            }



            .section-heading {

                margin-bottom: 1rem;

            }



            .content-row {

                text-align: center;

                margin: 2rem 0;

            }



            .reliacom-description {

                max-width: 100%;

                margin-bottom: 2rem;

            }



            .reliacom-footer-links li {

                padding-left: 0;

            }



            .reliacom-footer-links li::before {

                display: none;

            }



            .reliacom-contact-item {

                justify-content: center;

                flex-direction: column;

                align-items: center;

                text-align: center;

            }



            .reliacom-contact-icon {

                margin-right: 0;

                margin-bottom: 0.5rem;

            }



            .reliacom-social-links {

                justify-content: center;

            }



            .follow-us-section {

                margin-top: 2rem;

                margin-top: -10px;

                

            }

            .col-md-6.px-5.text-center.text-md-start {
                padding: 2em 0 0 0 !important;
            }

        }



        @media (min-width: 768px) and (max-width: 991.98px) {

            .content-row > div {

                margin-bottom: 2rem;

            }

        }







.testimonials-wrapper {

    background-color: #F9FAFB;

    background-image: url('assets/bg-vector.png');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 4rem 0 2rem 0;

    position: relative;

}



/* Optional: Add overlay for better text readability if needed */

.testimonials-wrapper::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(248, 249, 250, 0.8); /* Semi-transparent overlay */

    z-index: 1;

}



.testimonials-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 1rem;

    position: relative;

    z-index: 2; /* Ensure content appears above overlay */

}



.testimonials-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 2rem;

    margin-bottom: 1rem;

}



.testimonials-content {

    flex: 1;

}



.testimonials-subtitle {

    color: #0072FF;

    font-size: 0.875rem;

    font-weight: 600;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    margin-bottom: 0.5rem;

}



.testimonials-title {

    color: #2c3e50;

    font-size: 2.25rem;

    font-weight: 700;

    line-height: 1.7;

    margin: 0;

}



.testimonials-title .highlight {

    color: #0072FF;

}



.testimonials-controls {

    display: flex;

    align-items: center;

    gap: 1rem;

}



.testimonials-line {

    width:375px;

    height: 2px;

    background-color: #e9ecef;

    position: relative;

}



.testimonials-line::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 2px;

    background-color: #4A90E2;

}



.testimonials-nav {

    display: flex;

    gap: 2rem;

}



.testimonials-arrow {

    width: 44px;

    height: 44px;

    border-radius: 50%;

    background-color: #4A90E2;

    border: none;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: all 0.3s ease;

}



.testimonials-arrow:hover {

    background-color: #357abd;

    transform: translateY(-2px);

}

.col-md-6.d-flex.d-sm-inline.flex-column.gap-4.justify-content-center.px-5.py-sm-5.text-center.text-md-start {
    padding-bottom: 0px !important;
}



/* Mobile Responsive */

@media (max-width: 768px) {

    .testimonials-wrapper {

        padding: 2rem 0 1rem 0px;

        background-size: cover; /* Maintain background on mobile */

    }



    .testimonials-header {

        flex-direction: column;

        align-items: flex-start;

        gap: 1.5rem;

    }



    .testimonials-title {

        font-size: 1.75rem;

    }



    .testimonials-controls {

        align-self: stretch;

        justify-content: space-between;

    }



    .testimonials-line {

        flex: 1;

        /*max-width: 200px;*/

    }

}



@media (max-width: 576px) {

    .testimonials-title {

        font-size: 1.5rem;

    }



    .testimonials-line {

        width: 80px;

    }

}





         .reviews-wrapper {

            background-color: #f8f9fa;

            padding: 0rem 0 2rem 0rem;

        }



        .reviews-container {

            max-width: 1200px;

            margin: 0 auto;

            padding: 0 1rem;

        }



        /* Review Cards */

        .reviews-cards {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));

            gap: 2rem;

        }



        .review-card {

            background: #ffffff;

            border-radius: 12px;

            padding: 2.5rem;

            min-height: 380px;

            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

            position: relative;

            overflow: hidden;

            transition: transform 0.3s ease, box-shadow 0.3s ease;

        }



        .review-card:hover {

            transform: translateY(-5px);

            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);

        }



        .review-card::before {

            content: '';

            position: absolute;

            bottom: -30px;

            right: 1px;

            width: 150px;

            height: 150px;

            background-image: url('assets/semi-colon.png');

            background-size: contain;

            background-repeat: no-repeat;

            background-position: center;

            opacity: 0.7;

            z-index: 1;

        }



        .review-content {

            position: relative;

            z-index: 2;

        }



        .review-text {

            color: black;

            font-size: 1rem;

            line-height: 1.8;

            margin-bottom: 2rem;

            font-weight: 400;

            min-height: 200px;

        }



        .review-author {

            display: flex;

            align-items: center;

            gap: 1rem;

        }



        .author-avatar {

            width: 50px;

            height: 50px;

            border-radius: 50%;

            object-fit: cover;

            border: 3px solid #e2e8f0;

        }



        .author-info {

            flex: 1;

        }



        .author-name {

            color: #0072FF;

            font-size: 1rem;

            font-weight: 600;

            margin: 0 0 0.25rem 0;

        }



        .author-title {

            color: #718096;

            font-size: 0.875rem;

            margin: 0;

            line-height: 1.4;

        }



        /* Mobile Responsive */

        @media (max-width: 768px) {

            /*.reviews-wrapper {

                padding: 3rem 0;

            }*/



            .reviews-cards {

                grid-template-columns: 1fr;

                gap: 1.5rem;

            }



            .review-card {

                padding: 1.5rem;

            }

         .hero-text h1 {

            font-size: 3.5rem;

            font-weight: bold;

            margin-bottom: 20px;

            line-height: 1.2;

        }

        .hero-text h1 span {

            background-color: white;

            color: #1976d2;

            padding: 5px 10px;

            border-radius: 8px; /* Slightly rounded corners for the span */

            display: inline-block; /* Ensures padding and background apply correctly */

        }

        .hero-stats {

           /* margin-top: 30px;

            margin-bottom: 30px;*/

            display: flex; /* Use flexbox for horizontal alignment */

            flex-wrap: wrap; /* Allow stats to wrap on smaller screens */

            justify-content: flex-start; /* Align stats to the start */

            gap: 20px; /* Space between stats */

        }

        .hero-stats .stat {

            text-align: center;

            flex-shrink: 0; /* Prevent shrinking */

        }

        .hero-stats .stat .number {

            font-size: 2.5rem;

            font-weight: bold;

        }

        .hero-stats .stat .label {

            font-size: 1rem;

            opacity: 0.8; /* Slightly less prominent label */

        }

        .consultation-button {

            background-color: white;

            color: #1976d2;

            border: none;

            padding: 15px 30px;

            border-radius: 30px; /* Pill-shaped button */

            font-weight: bold;

            text-decoration: none;

            display: inline-block;

            transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition on hover */

        }

        .consultation-button:hover {

            background-color: #e0e0e0; /* Slightly darker white on hover */

            color: #1976d2;

            text-decoration: none;

        }

        .mockup-section {

            display: flex;

            justify-content: center; /* Center the image horizontally */

            align-items: center; /* Center the image vertically */

        }

        .mockup-image {

            width: 100%;

            max-width: 600px; /* Max width for the image */

            height: auto; /* Maintain aspect ratio */

            border-radius: 40px; /* Rounded corners for the image */

          

        }

    }

        /* Responsive adjustments */

        @media (max-width: 992px) {

            /*.container-fluid {

                padding: 40px 20px;

            }*/

            .hero-text {

                text-align: center; /* Center text on smaller screens */

            }

            .hero-text h1 {

                font-size: 2.5rem; /* Adjust font size for smaller screens */

            }

            .hero-stats {

                justify-content: center; /* Center stats on smaller screens */

                gap: 20px; /* Reduce gap between stats */

            }

            .mockup-section {

                margin-top: 40px; /* Add some space above the image */



            }

        }



        @media (max-width: 576px) {



            .reviews-cards {

                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));



            .hero-text h1 {

                font-size: 2rem; /* Further adjust font size for very small screens */

            }

            .hero-stats .stat .number {

                font-size: 2rem;

            }

            .hero-stats .stat .label {

                font-size: 0.9rem;

            }

            .consultation-button {

                padding: 12px 25px; /* Adjust button padding */

                font-size: 0.9rem;



            }

        }

    }



     .hero-text h1 {

            font-size: 3.5rem;

            font-weight: bold;

            margin-bottom: 20px;

            line-height: 1.2;

        }

        .hero-text h1 span {

            background-color: white;

            color: #1976d2;

            padding: 5px 10px;

            border-radius: 8px; /* Slightly rounded corners for the span */

            display: inline-block; /* Ensures padding and background apply correctly */

        }

        .hero-stats {

            margin-top: 30px;

            margin-bottom: 30px;

            display: flex; /* Use flexbox for horizontal alignment */

            flex-wrap: wrap; /* Allow stats to wrap on smaller screens */

            justify-content: flex-start; /* Align stats to the start */

            gap: 20px; /* Space between stats */

        }

        .hero-stats .stat {

            text-align: center;

            flex-shrink: 0; /* Prevent shrinking */

        }

        .hero-stats .stat .number {

            font-size: 2.5rem;

            font-weight: bold;

        }

        .hero-stats .stat .label {

            font-size: 1rem;

            opacity: 0.8; /* Slightly less prominent label */

        }

        .consultation-button {

            background-color: white;

            color: #1976d2;

            border: none;

            padding: 15px 30px;

            border-radius: 30px; /* Pill-shaped button */

            font-weight: bold;

            text-decoration: none;

            display: inline-block;

            transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition on hover */

        }

        .consultation-button:hover {

            background-color: #e0e0e0; /* Slightly darker white on hover */

            color: #1976d2;

            text-decoration: none;

        }





        

        .animation-container {

            /* This container will define the visible area for the animation */

            width: 100%;

            height: 150px; /* Set a fixed height for the container to match image height */

            overflow: hidden; /* Crucial: hides the part of the image that's off-screen */

            box-shadow: 0 4px 8px rgba(0,0,0,0.1);

            border-radius: 10px;

            padding: 10px 0; /* Add some vertical padding */

            position: relative; /* Needed for absolute positioning of the background */

        }



        .animated-background-loop {

            /* This element will hold the background image and be animated */

            width: 200%; /* Make it wider than the container to allow for seamless looping */

            height: 100%;

            background-image: url('image_1e514f.png');

            background-repeat: repeat-x; /* Repeat the image horizontally */

            background-size: auto 100%; /* Adjust background size to fit height, maintain aspect ratio */

            position: absolute;

            top: 0;

            left: 0;

            animation: scroll-background 10s linear infinite; /* Adjust time for speed */

        }



        /* Keyframes for the background animation */

        @keyframes scroll-background {

            0% {

                background-position-x: 0; /* Start at original position */

            }

            100% {

                background-position-x: -100%; /* Move left by 100% of its own width for seamless loop */

            }

        }









         :root {

            --animation-speed: 17s;

        }



        .animated-container {

            height: 200px;

            /*overflow: hidden;*/

            position: relative;

            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);

            border: 2px solid #dee2e6;

            border-radius: 8px;

            margin-top: 20px;

        }



        .image-wrapper {

            position: absolute;

            top: 0;

            left: 0;

            height: 100%;

            width: 200%;

            animation: slideLeftLoop var(--animation-speed) linear infinite;

        }



        /* Method 1: Using background-image with repeat */

        .bg-image-repeat {

            background-image: url('assets/blueLines.svg');

            background-size: auto 100%;

            background-repeat: repeat-x;

            background-position: 0 center;

        }



        /* Method 2: Using background-image with specific size */

        .bg-image-sized {

            background-image: url('assets/blueLines.svg');

            background-size: 300px 100%;

            background-repeat: repeat-x;

            background-position: 0 center;

        }



        /* Method 3: Multiple img elements for seamless loop */

        .img-elements {

            display: flex;

            align-items: center;

        }



        .img-elements img {

            height: 100%;

            width: auto;

            object-fit: contain;

            flex-shrink: 0;

        }



        /* Method 4: Using CSS mask with image */

        .mask-image {

            background: linear-gradient(90deg, #007bff, #0056b3, #007bff);

            -webkit-mask-image: url('assets/blueLines.svg');

            -webkit-mask-size: auto 100%;

            -webkit-mask-repeat: repeat-x;

            mask-image: url('assets/blueLines.svg');

            mask-size: auto 100%;

            mask-repeat: repeat-x;

        }



        /* Fallback pattern when image fails to load */

        .fallback-pattern {

            background: 

                repeating-linear-gradient(

                    90deg,

                    #007bff 0px,

                    #007bff 3px,

                    transparent 3px,

                    transparent 30px

                ),

                linear-gradient(90deg, rgba(0,123,255,0.1), rgba(0,123,255,0.3), rgba(0,123,255,0.1));

        }



        /* Animation keyframes */

        @keyframes slideLeftLoop {

            0% {

                transform: translateX(0);

            }

            100% {

                transform: translateX(-50%);

            }

        }



        /* Alternative animation for img elements */

        @keyframes slideLeftContinuous {

            0% {

                transform: translateX(100%);

            }

            100% {

                transform: translateX(-100%);

            }

        }



        .continuous-scroll .image-wrapper {

            width: 100%;

            animation: slideLeftContinuous 6s linear infinite;

        }



        .continuous-scroll .image-wrapper:nth-child(2) {

            animation-delay: -3s;

        }



        /* Speed variations */

        .speed-slow {

            --animation-speed: 8s;

        }



        .speed-normal {

            --animation-speed: 4s;

        }



        .speed-fast {

            --animation-speed: 2s;

        }



        /* Hover pause effect */

        .pause-on-hover .image-wrapper:hover {

            animation-play-state: paused;

        }



        /* Custom styling */

        .section-title {

            color: #007bff;

            font-weight: 600;

            margin-bottom: 1rem;

        }



        .lines-section {

            margin-bottom: 2rem;

        }



        .code-example {

            background: #f8f9fa;

            border: 1px solid #dee2e6;

            border-radius: 4px;

            padding: 1rem;

            margin-top: 1rem;

            font-size: 0.9rem;

        }



        /* Responsive adjustments */

        @media (max-width: 768px) {

            .animated-container {

                height: 150px;

            }

    .sidebar-wrapper.position-absolute.top-0.end-0.overflow-auto {
        position: relative !important;
        width: auto;
        margin-top: 5px;
        max-height: 300px !important;
        overflow-x: scroll !important;
        }
        }






 
        .overview-section {
            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 50%, #90caf9 100%);
            /*min-height: 100vh;*/
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            padding: 2rem;
        }

        .background-vector {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.7;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            z-index: 0;
        }

        .overview-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        /*.overview-content {
            max-width: 500px;
        }*/

        .company-tag {
            color: #0072FF;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .overview-main-heading {
            font-size: 3.5rem;
            font-weight: 800;
            color: #1a1a1a;
            margin-bottom: 2rem;
            line-height: 1.1;
        }

        .overview-description {
            font-size: 1.1rem;
            color: #424242;
            margin-bottom: 2.5rem;
            line-height: 1.7;
        }

        .cta-button {
            background: transparent;
            color: #0072FF;
            border: 2px solid #0072FF;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .cta-button:hover {
            background: #0072FF;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(33, 150, 243, 0.3);
        }

        .overview-images-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(4, 1fr);
            gap: 0.8rem;
            max-width: 480px;
            height: 460px;
            margin-left: auto;
        }

        .image-item {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            background: white;
        }

        .image-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .image-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Image 1 - Network lights (small, top left) */
        .image-item:nth-child(1) {
            grid-column: 1 / 3;
            grid-row: 1;
        }

        /* Image 2 - Server cables (large, top right) */
        .image-item:nth-child(2) {
            grid-column: 3 / 5;
            grid-row: 1 / 3;
        }

        /* Image 3 - Cloud network (very large, center left) */
        .image-item:nth-child(3) {
            grid-column: 1 / 3;
            grid-row: 2 / 4;
        }

        /* Image 4 - Computer setup (small, center right) */
        .image-item:nth-child(4) {
            grid-column: 3;
            grid-row: 3;
        }

        /* Image 5 - Satellite tower (medium, right) */
        .image-item:nth-child(5) {
            grid-column: 4;
            grid-row: 3 / 5;
        }

        /* Image 6 - Satellite icon (small, bottom left) */
        .image-item:nth-child(6) {
            grid-column: 1;
            grid-row: 4;
        }

        /* Image 7 - Digital network (small, bottom center) */
        .image-item:nth-child(7) {
            grid-column: 2 / 4;
            grid-row: 4;
        }

        @media (max-width: 768px) {
            .overview-container {
                grid-template-columns: 1fr;
                gap: 2rem;
                text-align: center;
            }

            .overview-main-heading {
                font-size: 2.5rem;
            }

            .overview-images-grid {
                margin: 0 auto;
                max-width: -webkit-fill-available;
                height: 350px;
                grid-template-columns: repeat(3, 1fr);
                grid-template-rows: repeat(3, 1fr);
            }

            .image-item:nth-child(1) {
                grid-column: 1 / 3;
                grid-row: 1;
            }

            .image-item:nth-child(2) {
                grid-column: 3;
                grid-row: 1 / 3;
            }

            .image-item:nth-child(3) {
                grid-column: 1;
                grid-row: 2 / 4;
            }

            .image-item:nth-child(4) {
                grid-column: 2;
                grid-row: 2;
            }

            .image-item:nth-child(5) {
                grid-column: 3;
                grid-row: 3;
            }

            .image-item:nth-child(6) {
                grid-column: 2;
                grid-row: 3;
            }

            .image-item:nth-child(7) {
                display: none;
            }

            .overview-section {
                padding: 1rem;
            }
        }
@media (max-width: 575px) {
        .col-lg-8.col-md-8.pb-sm-4.text-center.text-md-start
        {
            padding-bottom: 2em;
        }
    }

        @media (max-width: 480px) {
            .justify-content-center,.card-body.p-4.p-lg-5.text-sm-center,.card-body,section.py-5.text-black.bg-white {
                text-align: center;
            }
            .overview-main-heading {
                font-size: 2rem;
            }

            .overview-description {
                font-size: 1rem;
            }

            .overview-images-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(4, 1fr);
                /*max-width: 280px;*/
                height: 320px;
            }

            .image-item:nth-child(1) {
                grid-column: 1;
                grid-row: 1;
            }

            .image-item:nth-child(2) {
                grid-column: 2;
                grid-row: 1 / 3;
            }

            .image-item:nth-child(3) {
                grid-column: 1;
                grid-row: 2 / 4;
            }

            .image-item:nth-child(4) {
                grid-column: 2;
                grid-row: 3;
            }

            .image-item:nth-child(5) {
                grid-column: 2;
                grid-row: 4;
            }

            .image-item:nth-child(6) {
                grid-column: 1;
                grid-row: 4;
            }

            .image-item:nth-child(7) {
                display: none;
            }
        }



        /* GRAVITY FORM CSS STARTED HERE */
        /* GRAVITY FORM CSS STARTED HERE */
      
        /* ------GRAVITY FORM SECTION STYLES---------- */
.gravity-form-section {
    background-color:white;
    padding: 80px 0;
    min-height: 600px;
}

.gravity-form-section .form-container {
    display: flex;
    align-items: stretch; /* Changed to stretch for equal heights */
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 500px; /* Ensure minimum height */
    border-radius: 30px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

/* Left Side Content */
.gravity-form-section .left-side {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Start from top instead of center */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.gravity-form-section .left-side h3 {
    color: #0072FF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 0; /* Align with Name field */
}

.gravity-form-section .left-side h1 {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 34px;
}

.gravity-form-section .left-side p {
    color: #000000;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 42px;
}

.gravity-form-section .left-side img {
    max-width: 400px;
    height: auto;
    align-self: flex-start;
    margin-top: auto; /* Push image to align with submit button */
}

/* Right Side Form */
.gravity-form-section .right-side {
    flex: 1;
    display: flex;
    align-items: flex-start; /* Start from top */
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.gravity-form-section .contact-form-section {
    width: 100%;
}

/* Gravity Form Wrapper Styling - Remove white background */
.gravity-form-section .gform_wrapper {
    background: transparent !important; /* Remove white background */
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    max-width: 100%;
}

.gravity-form-section .gform_wrapper form {
    margin: 0;
}

/* Form Fields */
.gravity-form-section .gfield {
    margin-bottom: 4px;
}

.gravity-form-section .gfield:first-child .gfield_label {
    margin-top: 0; /* Ensure first field (Name) aligns with h3 */
}

.gravity-form-section .gfield_label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
    display: block;
}

/* Input Fields Styling */
.gravity-form-section .gform_body input[type="text"],
.gravity-form-section .gform_body input[type="email"],
.gravity-form-section .gform_body input[type="tel"],
.gravity-form-section .gform_body textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.gravity-form-section .gform_body input[type="tel"]{
    height: 80px;
}

.gravity-form-section .gform_body input[type="text"]:focus,
.gravity-form-section .gform_body input[type="email"]:focus,
.gravity-form-section .gform_body input[type="tel"]:focus,
.gravity-form-section .gform_body textarea:focus {
    border-color: #2196f3;
    outline: none;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
    background: #ffffff;
}

/* Placeholder Styling */
.gravity-form-section .gform_body input::placeholder,
.gravity-form-section .gform_body textarea::placeholder {
    color: #999;
    font-size: 14px;
}

/* Textarea Specific */
.gravity-form-section .gform_body textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.gravity-form-section .gform_footer {
    margin-top: 32px;
    padding: 0;
}

.gravity-form-section .gform_footer input[type="submit"] {
    background: #2196f3;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    border-radius: 25px; /* More rounded like in image */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: none;
}

.gravity-form-section .gform_footer input[type="submit"]:hover {
    background: #1976d2;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.4);
}

/* Remove default Gravity Forms styling */
.gravity-form-section .gform_wrapper .top_label .gfield_label {
    font-weight: 600;
}

.gravity-form-section .gform_wrapper .gfield_required {
    color: #f44336;
}

/* Validation styling */
.gravity-form-section .gform_wrapper .gfield_error input,
.gravity-form-section .gform_wrapper .gfield_error textarea {
    border-color: #f44336;
    background: rgba(255, 255, 255, 0.9);
}

.gravity-form-section .gform_wrapper .validation_error {
    background: rgba(255, 235, 238, 0.9);
    border: 1px solid #f44336;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    color: #c62828;
}

/* Equal Heights Helper */
.gravity-form-section .left-side,
.gravity-form-section .right-side {
    min-height: 500px;
}

/* Ensure perfect alignment */
.gravity-form-section .form-container {
    display: flex;
    align-items: flex-start; /* Both sides start from same top position */
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 500px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .gravity-form-section .form-container {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }
    
    .gravity-form-section .left-side,
    .gravity-form-section .right-side {
        min-height: auto;
        padding: 30px;
    }
    
    .gravity-form-section .left-side {
        text-align: center;
    }
    
    .gravity-form-section .left-side h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .gravity-form-section {
        padding: 60px 0;
    }
    
    .gravity-form-section .left-side h1 {
        font-size: 32px;
    }
    
    .gravity-form-section .left-side,
    .gravity-form-section .right-side {
        padding: 24px;
    }
    
    .gravity-form-section .form-container {
        padding: 0 15px;
        gap: 20px;
    }
}

/* Fix for specific Gravity Forms classes */
.gravity-form-section .gform_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gravity-form-section .gform_wrapper li {
    list-style: none;
}

.gravity-form-section .ginput_container {
    margin: 0;
}

/* Hide form title and description if shown */
.gravity-form-section .gform_title,
.gravity-form-section .gform_description {
    display: none;
}

/* Additional styling to match the design exactly */
.gravity-form-section .gform_body input[type="text"],
.gravity-form-section .gform_body input[type="email"],
.gravity-form-section .gform_body input[type="tel"] {
    height: 50px;
}

.gravity-form-section .gform_body textarea {
    height: 120px;
}
        /* GRAVITY FORM CSS ENDED HERE */
        /* GRAVITY FORM CSS ENDED HERE */



    /*----------- CONTACT US PAGE STYLING STARTED--------- */
    /*----------- CONTACT US PAGE STYLING STARTED--------- */
    
.contact-hero {
    position: relative;
    min-height: 400px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    pointer-events: none;
    z-index: 1;
}

        .contact-hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            padding: 0 20px;
            animation: fadeInUp 1s ease-out;
        }

        .contact-hero-title {
            font-family: "Poppins";
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .contact-hero-title .highlight {
            color: #3b82f6;
        }

        .contact-hero-subtitle {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: clamp(1.1rem, 2.5vw, 1.4rem);
            font-weight: 400;
            line-height: 1.6;
            color: #e5e7eb;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            max-width: 600px;
            /*margin: 0 auto;*/
        }

        .tech-dots {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: 50px 50px, 30px 30px;
            animation: float 20s ease-in-out infinite;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-10px) rotate(1deg);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .contact-hero {
                min-height: 300px;
                padding: 40px 0;
            }

            .contact-hero-content {
                padding: 0 15px;
            }

            .contact-hero-title {
                margin-bottom: 1rem;
            }
        }

        @media (max-width: 480px) {
            .contact-hero {
                min-height: 250px;
            }
            .gravity-form-section .left-side img {
                max-width: -webkit-fill-available;
            }
        }

    /*----------- CONTACT US PAGE STYLING ENDED--------- */
    /*----------- CONTACT US PAGE STYLING ENDED--------- */


    /* -----IT SHOWCASE SECTION CSS------ */
    /* -----IT SHOWCASE SECTION CSS------ */

     .services-showcase-section {
            background-color: #D4ECFF;
            position: relative;
            padding: 80px 20px;
            overflow: hidden;
        }

        .services-showcase-bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.8;
            z-index: 1;
        }

        .services-showcase-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .services-showcase-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .services-showcase-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #0072FF;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .services-showcase-description {
            font-size: 1.1rem;
            color: #020202;
            line-height: 1.6;
            max-width: 900px;
            margin: 0 auto;
        }

        .services-showcase-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .services-showcase-item {
            background: #1E7EF7;
            border-radius: 12px;
            padding: 30px 20px;
            text-align: center;
            color: white;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .services-showcase-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(30, 126, 247, 0.3);
        }

        .services-showcase-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background-color: white;
            border-radius: 50%;
            background-size: 50px 50px;
            background-repeat: no-repeat;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .services-showcase-item-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .services-showcase-item-desc {
            font-size: 0.75rem;
            line-height: 1.4;
            opacity: 0.95;
        }

        @media (max-width: 768px) {
            .services-showcase-section {
                padding: 60px 15px;
            }
            
            .services-showcase-title {
                font-size: 2rem;
            }
            
            .services-showcase-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 15px;
            }
            
            .services-showcase-item {
                padding: 25px 15px;
            }
        }

        @media (max-width: 480px) {
            .services-showcase-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (min-width: 360px) {
    .mt-sm-3 {
        margin-top: 1rem !important;
    }





        /* -----DUAL SECTION CSS STARTED------ */
        /* -----DUAL SECTION CSS STARTED------ */
        /* -----DUAL SECTION CSS STARTED------ */


                .dual-showcase-section {
            display: flex;
            min-height: 600px;
            position: relative;
        }

        .dual-showcase-left, .dual-showcase-right {
            flex: 1;
            padding: 60px 40px;
            position: relative;
            overflow: hidden;
        }

        .dual-showcase-left {
            background-color: #173D7A;
        }

        .dual-showcase-right {
            background-color: #D4ECFF;
        }

        .dual-showcase-bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.6;
            z-index: 1;
        }

        .dual-showcase-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .dual-showcase-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 40px;
            line-height: 1.2;
            text-align: center;
        }

        .dual-showcase-left .dual-showcase-title {
            color: white;
        }

        .dual-showcase-right .dual-showcase-title {
            color: #333;
        }

        .dual-showcase-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            flex-grow: 1;
        }

        .dual-showcase-item {
            background: rgba(30, 126, 247, 0.9);
            border-radius: 15px;
            padding: 25px 20px;
            color: white;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .dual-showcase-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(30, 126, 247, 0.3);
        }

        .dual-showcase-item-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .dual-showcase-item-icon {
            width: 40px;
            height: 40px;
            background-color: #57A2FF;
            border-radius: 50%;
            background-size: 24px 24px;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .dual-showcase-item-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin: 0;
            line-height: 1.3;
        }

        .dual-showcase-item-desc {
            font-size: 0.9rem;
            line-height: 1.4;
            opacity: 0.95;
        }

        .dual-showcase-tags-container {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .dual-showcase-tags-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .dual-showcase-tag {
            background: #173D7A;
            color: white;
            padding: 12px 16px;
            border-radius: 25px;
            text-align: center;
            font-size: 0.95rem;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .dual-showcase-tag:hover {
            background: #1E7EF7;
            transform: translateY(-2px);
        }

        @media (max-width: 968px) {
            .dual-showcase-section {
                flex-direction: column;
            }

            .dual-showcase-left, .dual-showcase-right {
                padding: 50px 30px;
            }

            .dual-showcase-title {
                font-size: 2rem;
                text-align: center;
            }

            .dual-showcase-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .dual-showcase-tags-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .dual-showcase-left, .dual-showcase-right {
                padding: 40px 20px;
            }

            .dual-showcase-title {
                font-size: 1.8rem;
            }

            .dual-showcase-item {
                padding: 20px 15px;
            }
        }


        /* -----DUAL SECTION CSS ENDED------ */
        /* -----DUAL SECTION CSS ENDED------ */
        /* -----DUAL SECTION CSS ENDED------ */

        .consultation-img{
            border-radius:30px;
        }









        .voip-showcase-section {
            background-color: #D4ECFF;
            position: relative;
            padding: 80px 20px;
            overflow: hidden;
        }

        .voip-showcase-bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.6;
            z-index: 1;
        }

        .voip-showcase-container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
        }

        .voip-showcase-content {
            flex: 1;
            max-width: 500px;
        }

        .voip-showcase-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1E7EF7;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .voip-showcase-description {
            font-size: 1.1rem;
            color: #333;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .voip-showcase-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .voip-showcase-feature {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .voip-showcase-tick {
            width: 24px;
            height: 24px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            flex-shrink: 0;
        }

        .voip-showcase-feature-text {
            font-size: 1rem;
            color: #333;
            font-weight: 500;
        }

        .voip-showcase-cta {
            margin-top: 30px;
        }

        .voip-showcase-button {
            background: #1E7EF7;
            color: white;
            padding: 15px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            display: inline-block;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .voip-showcase-button:hover {
            background: #1565C0;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(30, 126, 247, 0.3);
            color: white;
            text-decoration: none;
        }

        .voip-showcase-image {
            flex: 1;
            max-width: 500px;
            display: flex;
            justify-content: right;
            align-items: center;
        }

        .voip-showcase-img {
            object-fit: cover;
            width: 100%;
            max-width: 450px;
            height: 400px;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 968px) {
            .voip-showcase-container {
                flex-direction: column;
                gap: 40px;
                text-align: center;
            }

            .voip-showcase-title {
                font-size: 2rem;
            }

            .voip-showcase-features {
                grid-template-columns: 1fr;
                gap: 15px;
                max-width: 400px;
                margin: 0 auto 40px;
            }

            .voip-showcase-feature {
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .voip-showcase-section {
                padding: 60px 15px;
            }

            .voip-showcase-title {
                font-size: 1.8rem;
            }

            .voip-showcase-description {
                font-size: 1rem;
            }

            .voip-showcase-button {
                padding: 12px 25px;
                font-size: 0.95rem;
            }
        }






        
                .mission-vision-section {
            position: relative;
            background-color: #173D7A;
            /*padding: 80px 20px;
            min-height: 100vh;*/
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        /* Background vector layer */
        .mission-vision-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.8;
            z-index: 1;
        }

        .vision-container {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .mission-box, .vision-box {
            background: transparent;
            padding: 20px;
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }


        .box-image {
            width: 100%;
            height: 200px;
            border-radius: 15px;
            margin-bottom: 30px;
            object-fit: cover;
        }

        .mission-image {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .vision-image {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        h2 {
            color: #ffffffff;
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
        }

        p {
            color: #ffffffff;
            font-size: 20px;
            font-weight:400;
            line-height: 1.7;
            margin: 0;

        }

        /* Responsive design */
        @media (max-width: 768px) {
            .vision-container {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 0 0px;
            }

            .mission-box, .vision-box {
                padding: 10px 0px;
            }

            h2 {
                font-size: 2rem;
            }

            .mission-vision-section {
                padding: 60px 20px;
            }

            .flex-fill.info-card.row {
            text-align: center;
                
                }

         .feature-card {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .vision-container p,.vision-container h2 ,h1.display-4.res-font-main-headings{
    text-align: center;
    }


        }

        /* Animation for entrance */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .mission-box, .vision-box {
            animation: fadeInUp 0.8s ease forwards;
        }

        .vision-box {
            animation-delay: 0.2s;
        }


             .partnerships-section {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            padding: 60px 40px;
        }
        
        .subtitle {
            font-size: 16px;
            color: #0072FF;
            font-weight: 500;
            margin-bottom: 16px;
            letter-spacing: 0.025em;
        }
        
        .main-title {
            font-size: 44px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 24px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }
        
        .part-description {
            font-size: 20px;
            color: #020202;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto;
            font-weight: 400;
        }
        
        @media (max-width: 768px) {
            .partnerships-section {
                padding: 60px 30px;
            }
            
            .main-title {
                font-size: 36px;
            }
            
            .description {
                font-size: 18px;
            }
        }
        @media (max-width: 600px) { 
                h1.fw-bolder.lh-sm.mb-3 {
                display: flex;
                flex-direction: column;
                gap: 15px;
                }
            }

            @media (max-width: 767.98px) {
                .cust-padding {
                padding-top: 3em !important;
                }
                .cust-margin {
                    margin-top: 3em !important;
                }
                a.key-service-btn {
                    margin-top: 10px !important;
                    margin-bottom: 10px !important;
                }
                .key-service-card-title { 
                margin-bottom: 10px !important;
                }
                .contact-hero-subtitle {
                    margin: 0 auto;
                }
                }
                }
            
        
        @media (max-width: 480px) {
            .partnerships-section {
                padding: 40px 20px;
            }
            
            .main-title {
                font-size: 28px;
            }
            
            .description {
                font-size: 16px;
            }
        }


        .key-service-para{
            color: #000000;
            margin:10px 0px;
        }

        .key-service-btn{
            background-color: #0072FF;
            padding: 12px 20px ;
            text-decoration: none;
        }
        a.key-service-btn{
            color: white;
            max-width: fit-content;
            border-radius: 30px;
            margin-top: 40px;
        }
        .key-service-card-title{
            font-size: 38px;
            color: #000000;
            font-weight: 600;
            margin-bottom: 40px;
        }
        
        /*New Section*/

.internet-section {
    padding: 60px 20px;
    background-color: #0072FF;
    font-family: 'Poppins', sans-serif !important;

    color: white;
}

.internet-section h2 span {
    background: white;
    color: #007BFF;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 700;
    display: inline-table;
    margin-top: 15px;
}

.feature-box {
    background: #eaf3ff;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s;
    justify-items: center;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.feature-box h5 {
    font-weight: 700;
    margin-top: 10px;
}

.feature-box p {
    font-size: 15px;
    color: #333;
}

.btn-quote {
    background: white;
    color: #007BFF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    /* padding: 8px 25px; */
    text-decoration: none;
    transition: 0.3s;
}

.btn-quote:hover {
    background: #0056b3;
    color: white;
    cursor: pointer;
}

.internet-img img {
    /* width: 100%; */
    border-radius: 10px;
    object-fit: cover;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0072FF;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.dollar-icon {
    color: #eaf3ff;
    font-size: 40px;
}
.btn-no-js {
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: pointer !important;
}
        /*End New Section*/

        /*Enter price voice solution new section*/

.section-wrapper {
     background-color: #0d6efd;
     padding: 60px 20px;
     color: #fff;
 }

 .section-title {
     font-weight: 700;
     font-size: 1.8rem;
     background-color: #fff;
     color: #0d6efd;
     display: inline-block;
     padding: 5px 20px;
     border-radius: 25px;
 }

 .sub-title {
     font-size: 1.5rem;
     margin-top: 10px;
     margin-bottom: 40px;
 }

.service-card {
     background-color: #c4e3fd;
     border-radius: 12px;
     padding-top: 20px;
     justify-items: center;
     color: #000 !important;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     height: 155px !important;
     transition: 0.3s;

 }

 .service-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
     cursor: pointer;
 }


 .service-card img {
     height: 3rem;
     width: 3rem;
 }

 .integration-card {
     background-color: #e9f0ff;
     border-radius: 10px;
     padding: 8px 20px;
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 15px;
     color: black;
     font-size: 15px;
     font-weight: 500;

 }

 .integration-card img {

     height: 1.7rem;
     width: 1.7rem;

 }

 .integration-card p {
     margin-top: 10px;
 }

 .get-quote-btn {
     background-color: #fff;
     color: #0d6efd;
     text-decoration: none;
     font-size: 13px;
     font-weight: 600;
     display: inline-block;
     transition: all 0.3s ease;
 }
 a.get-quote-btn {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

 .get-quote-btn:hover {

     background-color: #0a58ca;
     color: #fff;
 }

 .integration-note {
     font-size: 0.9rem;
     color: #e0e0e0;
 }

 @media (max-width: 768px) {
     .section-title {
         font-size: 1.4rem;
     }

     .service-card {
         margin-bottom: 20px;
     }
 }