@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.header {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.header a {
    text-align: left;
}

.py-6 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.head-section-1 h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    padding-bottom: 25px;
}
label{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #000;
}
.head-section-1 p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

.head-section-1 .p-2 {
    padding: 16px !important;
}

.head-section-1 .rounded-l-lg {
    border-radius: 0;
    width: 35% !important;
}

.head-section-1 button {
    border-radius: 0;
    width: 10%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    margin-left: 15px;
}

input[type="text"]:focus {
    outline: none;
}
  .form-select{
      height: 50px;
  }
input[type="text"] {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    height: 35px;
    margin-bottom: 10px !important;
}

/* Hover effect */
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 15px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.header-section {
    position: relative;
    overflow: hidden;
    background-image: url('https://images.unsplash.com/photo-1603969409447-ba86143a03f6?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
}

.header-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 54%);
    /* Black with 50% opacity */
    z-index: 1;
}

.header-section .container {
    position: relative;
    z-index: 2;
}

.search-product-text {
    padding-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px !important;
}

.search-product-text span {
    cursor: pointer;
}

.model-content {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Style for the close button */
.modal-body .btn-close {
    opacity: 9;
    position: absolute;
    top: -15px;
    right: -13px;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 0;
}

/* Ensure button text is centered */
.modal-body .btn-close span {
    line-height: 1;
}

/* Ensure carousel controls are visible */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    /* Adjust as needed */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: blueviolet;
    border-radius: 50%;
    /* Optional: Circular icon */
}

.carousel-item {
    background-color: rgb(229 231 235);
}

.carousel-item img {
    margin: auto !important;
}

.text-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.image-column img {
    width: 100%;
    height: auto;
}

.text-support p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-size: 30px;
}

.featurs-item h5 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-size: 15px;
}

.py-20 {
    padding-top: 0px !important;
    border-radius: 0;
}

.text-support-container {
    padding: 20px;
    border-radius: 8px;
    /* Optional: Rounded corners */
}

.text-support-container p {
    padding-bottom: 25px;
}

.live-support-content h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-size: 25px;
}

.live-support-content p {
    padding-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-size: 18px;
    text-align: justify;
}

.fa-check-circle-o {
    color: #0d6efd;
}

.display-5 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-size: 2rem;
}

.align-items-center p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-size: 16px;
}

/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.bg-secondary {
    background-color: #fff !important;
}

.featurs-icon {
    border: 1px solid #00000036;
}

.featurs .mb-5 {
    margin-bottom: 1rem !important;
}



.header-text {
    font-size: 200%;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header2 p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-size: 18px;
}

.feature {
    background: url('css/img/icons/bg-hero.png') center center no-repeat;
    background-size: cover;
}

/*** Case Study ***/
.case-item img {
    transition: .5s;
}

.case-item:hover img {
    transform: scale(1.2);
}

.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}

.comptia-heading {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-size: 40px;
    margin-bottom: 0;
}

.comptia-heading-sub {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300 !important;
    margin-bottom: 0;
}

.service-content p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.border-secondary {
    border-color: #ffffff !important;
}

.service-content h4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.service-title-name .mx-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.bg-primary a {
    font-size: 18px !important;
}

.about-item-content h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 35px;
}

.about-item-content h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 35px;
    color: #FC1B2E;
}

.about-item-content p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: justify;

}

.about-item-content h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 40px;
}

.testimonial-header p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

.disclaimer {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}

.disclaimer-pad {
    padding-bottom: 50px;
    padding-left: 120px;
    padding-right: 120px;
}

.fa-car-side:before {
    content: "\f5e4";
}

.shipping-icons {
    width: 60%;
    margin: auto;
    position: relative;
    top: 20px;
}

.bg-blue {
    background-color: #0d6efd !important
}

.featurs-content-ship h5 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #FFF;
}

.featurs-content-ship p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: #FFF;
    font-size: 14px;
}

/*** Footer ***/
.footer {
    background: url(../img/icons/footer.png) center center no-repeat;
    background-size: contain;
}

.footer h5 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #FFF;
    font-size: 16px;
}

.btn-link {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;

}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #fff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}



.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255, 255, 255, .5);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    padding: 10px 40px;
    background-color: #04AA6D;
    color: white;
    font-size: 17px;
    max-width: 300px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9;

}

/* Add styles to the form container */
#myForm h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

#myForm label {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.form-container {
    max-width: 300px;
    padding: 10px;
    border-radius: 2px;
    background-color: white;
    color: #777;
    border: 2px solid #00000038;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    border-radius: 4px;
    background: #ddd;
    resize: none;
    min-height: 200px;
    color: #777;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #1974D2;
    color: white;
    font-size: 17px;
    padding: 10px 20px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 0.8;
}

#section-maintinance {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .head-section-1 .rounded-l-lg {
        border-radius: 0;
        width: 100% !important;
    }

    .head-section-1 button {
        width: 30%;
        margin-top: 10px;
    }

    .testimonial-header img {
        width: 100% !important;
    }

    .comptia-heading {
        font-size: 30px !important;
    }

    .comptia-heading-sub {
        font-weight: 400 !important;
        font-size: 25px !important;
    }

    .offercontainer {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .section-maintinance {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .disclaimer-pad {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.social-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background-color: gainsboro;
  color: #007bff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.social-icon:hover {
  background-color: #0056b3;
  color: #fff;
}
.social-icon i {
  vertical-align: middle;
}
.btn.btn-primary {
  color: #fff;
  border: none;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.card-img-top {
  padding: 10px;
  /* Adjust padding as needed */
}
.card-body {
  color: black;
  /* Set text color to black */
}
.custom-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Adjust shadow as needed */
}
@keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.icon-blink {
  animation: blink 3s infinite;
  /* Adjust duration as needed */
}
.form-check {
  position: relative;
  display: inline-block;
  margin: 10px;
}
.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-check-label {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.form-check-input:checked + .form-check-label {
  border: 2px solid #0d6efd;
  border-radius: 8px;
  transform: scale(1.1);
}
.form-check-label img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.form-check-label:hover img {
  transform: scale(1.05);
}
.image-radio {
  position: relative;
  cursor: pointer;
  margin-right: 15px; /* Space between radio button options */
}
.image-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.image-radio img {
  border: 3px solid transparent;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  transition: border-color 0.3s ease;
  padding: 10px;
}
.image-radio input[type="radio"]:checked + img {
  border-color: #0d6efd;
}
.image-radio input[type="radio"]:focus + img {
  outline: 2px solid #0d6efd;
}
.error{
  color:red;
}
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #2222227a;
  z-index: 9;
  }
  .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  }
  .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  }
  .spinner {
      width: 50px;
      height: 50px;
      display: inline-block;
      border-width: 5px;
      border-color: rgb(121 125 165 / 9%);
      border-top-color: #ffffff;
      animation: spin 1s infinite linear;
      border-radius: 100%;
      border-style: solid;
  }
  @keyframes spin {
  100% {
  transform: rotate(360deg);
  }
  }
 