@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ebebeb;
    color: #333;
    margin: 0;
    padding: 0;
    top: 0 !important;
    background: url('/images/client-background.jpg');

    background-position: center;
    background-size: cover !important;

}

h3 {
    font-size: 23px;
    color: #9beaf9;
}

.night-mode {
    background: url('/images/client-background.jpg');
}

img {  max-width: 100%; }

canvas {
        max-width:100%;
        margin-bottom: -7px;
    }

#canvas-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.special-message {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0 10px;
    text-shadow: 1px 1px 2px grey;
    max-width: 800px;
    margin: 0 auto;
}

.night-mode .special-message {
    color: #fff;
    text-shadow: 1px 1px 2px black;
}

#surprise-button {
    /* Button background color */
    background-color: #3498db;
    /* Button text color */
    color: #ffffff;
    /* Button padding */
    padding: 10px 20px;
    /* Button border */
    border: none;
    /* Button border radius */
    border-radius: 5px;
    /* Button hover effect */
    transition: background-color 0.3s ease;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

#surprise-button:hover {
    /* Button background color on hover */
    background-color: #2980b9;
}

#surprise-button:focus {
    /* Button outline on focus */
    outline: none;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 70px;
}
.service-block {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out, transform 0.5s ease; /* Combine transitions */
}

.service-block:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1.05); /* Adjust the scaling factor as needed */
}


.service-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.service-description {
    margin-bottom: 10px;
    color: #a7a7a7;
}

.service-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.unit,
.cost {
    font-weight: bold;
    color: #555;
}

/* Updated CSS for matching colors, font size, and font family */
.service-list {
    padding: 0;
    list-style-type: none;
}

.service-list li {

}


.service-price {

}

.time-estimate {

}


.benefits {
    font-size: 15px;
    color: #2ab445;

}

.night-mode .benefits {
    color: #63dcfc;
}



/* Use Poppins font family */
.sub-title, .sub-description, .benefits, .service-price, .time-estimate {
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 576px) {
    .service-list li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .service-price, .time-estimate {
        margin-top: 5px;
    }
}





@media (max-width: 576px ) {
    .animate-slide {
        margin-top: 75px;
    }
}

@media (min-width: 576px) {
    .service-block {
        padding: 30px;
    }

    .service-title {
        font-size: 28px;
    }

    .service-description {
        font-size: 16px;
    }

}

@media (min-width: 768px) {
    .service-title {
        font-size: 32px;
    }

    .service-description {
        font-size: 18px;
    }
}

/* Position the translate widget at the top center */
#google_translate_element {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: none;
}

iframe {
    display: none !important;
}

/* Style the translate widget to match your design */
.goog-te-banner-frame.skiptranslate {
    background-color: #f0f0f0;
    padding: 10px;
}

.goog-te-menu-value {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.language-dropdown {
    position: fixed;
    top: 17px;
    right: 100px;
    transform: translateX(-50%);
    z-index: 9999;
}

.language-dropdown label {
    font-size: 14px;
    margin-right: 5px;
    color: #333;
}

.language-dropdown select {
    padding: 6px;
    font-size: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #333;
    background-color: #fff;
    font-weight: bold;
}

.language-dropdown select:focus {
    outline: none;
    box-shadow: 0 0 5px #9ecaed;
    border-color: #9ecaed;
}

/* Style the PDF print button */
.pdf-print-button, #popupButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #333;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
    z-index: 1;
}

#popupButton {
    top: 63px;
}
.night-mode .pdf-print-button, .night-mode #popupButton  {
    background-color: #121212;
    color: #7cf1df;
}

.pdf-print-button:hover, #popupButton:hover {
    background-color: #f0f0f0;
}
.night-mode .pdf-print-button:hover,.night-mode #popupButton:hover {
    background-color: #3d3c3c;
}

/* Night mode theme */
.night-mode {
    background-color: #333;
    color: #fff;
}

.night-mode .service-block,
.night-mode .service-block:hover {
    background-color: #444;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}

.night-mode .service-title,
.night-mode .unit,
.night-mode .cost {
    color: #ccc;
}

/* Style the toggle night mode button */
.night-mode-button,
.night-mode .night-mode-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    color: #333;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
    z-index: 1;
}

/* Style the toggle night mode button */
.night-mode .night-mode-button {
    background-color: #121212;
    color: #7cf1df;
}
/* Search container and box styles */
.search-container {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px;
}


/* Style for the search input */
#search-input {
    font-family: 'Poppins', sans-serif;
    font-size: 16px; /* Adjust this if needed */
    line-height: 40px;
    padding: 5px 14px !important;
    width: calc(100% - 50px); /* Space for the copy button */
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid #9ecaed; /* Adjust border color */
    box-sizing: border-box;
    font-weight: bold;
}

#search-input:focus {
    outline: none;
    box-shadow: 0 0 5px #9ecaed;
    border-color: #3399FF; /* Adjust focus border color */
}

/* Wrapper for positioning */
.search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 400px;
    margin: 0 auto;
}

/* Style for the copy button */
button#copy-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    color: #333; /* Default color */
    transition: color 0.3s ease;
}

button#copy-button:hover {
    color: #764A23; /* Accent color for hover */
}


/* Effect-11 styles */
.effect-11 {
    border: 0; padding: 7px 14px; border: 1px solid #ccc; position: relative;
}

.effect-11 ~ label {
    position: absolute;
    left: 16px; /* Adjust this for proper alignment */
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-11:focus ~ label,
.has-content.effect-11 ~ label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.effect-11:focus,
.has-content.effect-11 {
    background-color: #efefff; /* Adjust this to the desired background color */
}

.effect-11 ~ .focus-bg{position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: #efefff; transition: 0.3s; z-index: -1;}

.call-to-action {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

.call-to-action h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.call-to-action p {
    font-size: 16px;
    margin-bottom: 20px;
}

.call-to-action .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    background-color: #337ab7;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.call-to-action .btn:hover {
    background-color: #23527c;
}

.cta-section {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.cta-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
}

.cta-description {
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
}

.cta-button,
.night-mode .cta-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    background-color: #007bff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
}

.night-mode .cta-button {
    background-color: #6699cc;
}

.night-mode .call-to-action {
    background-color: #222;
}

.night-mode .call-to-action h2 {
    color: #fff;
}

.night-mode .call-to-action p {
    color: #ccc;
}

.night-mode .call-to-action .btn {
    background-color: #6699cc;
}

.night-mode .cta-section {
    background-color: #111;
}

.night-mode .cta-title {
    color: #fff;
}

.night-mode .cta-description {
    color: #ccc;
}

.cta-link,
.cta-wlink {
    color: #007bff;
    text-decoration: none;
    margin-left: 5px;
    font-weight: bold;
}

.cta-wlink {
    color: #17df00;
}

.cta-link:hover,
.cta-wlink:hover {
    text-decoration: underline;
}

/* Styles for the CTA section */
.cta-section {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.cta-section.show {
    opacity: 1;
    transform: translateY(0);
}


@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.animate-slide {
    animation: slideIn 0.5s ease-out forwards;
}

#popupContainer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.84);
    z-index: 9999;
    padding-bottom: 5%;
    color:white;
}

#popupContent {
    background-color: #333;
    width: 400px;
    max-width: 90%;
    margin: 25px auto;
    padding: 20px;
    border-radius: 5px;
}

h2 {
    margin-top: 0;
    font-size: 28px;
}
ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

#techTree li {
    margin-bottom: 25px;
}

#techTree li .technology {
    padding:25px 0;
}

.technology {
    font-weight: bold;
    margin-top: 10px;
    font-size: 25px;
}

.subTechnology {
    margin-bottom: 15px;
}
.hide { display:none; }
.progressContainer {
    height: 20px;
    background-color: #444;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
}

.progressSegment {
    float: left;
    height: 100%;
    width: 30%;
    background-color: transparent;
    border: 1px solid #666;
    box-sizing: border-box;
    transition: background-color 0.5s ease;
}

.progressSegment:nth-child(4) {
    width:10%;
}


.filled {
    background-color: #28a745;
}

.tierLabel {
    display: none;
}

@media print {
    .pdf-print-button, .night-mode-button, .search-box,.cta-section, .language-dropdown, canvas, #popupButton, .animate-slide img {
        display: none;
    }

    .service-block {
        page-break-inside: avoid;
    }
}


@media screen and (max-width: 578px) {

  input {
      max-width: 320px;
      margin: 0 auto;

  }
}