html, body {
    font-family: 'Montserrat', system-ui, sans-serif;
    line-height: 1.5rem;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', system-ui, sans-serif;
    color: #07294d;
}

p, label, small {
    font-family: 'Montserrat', system-ui, sans-serif;
    color: #07294d;
    font-size: 16px;
}
a {
    font-family: 'Montserrat', system-ui, sans-serif;
    text-decoration: none !important;
    color: #000;
}

.section {
    padding: 64px 0px;
}
.main-heading{
    font-size: 34px;
    font-weight: bold;
    color: #07294d;
    margin-top: 10px;
}


.faq-box-bg {
    background: #f2f2f2a8;
    border-radius: 8px;
    padding: 10px;
}
.accordion-item {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}
.accordion-button {
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: none;
    transition: all 0.3s ease;
    box-shadow: none !important;
}
.accordion-body {
    font-size: 15px;
    color: #555;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}


.how-it-works {
    background: linear-gradient(135deg, #fef6f5, #f5fafd);
    padding: 60px 20px;
}
.btn-group .btn {
    background: #fff;
    color: #111;
    border: 1px solid #eaa62a;
    font-weight: 500;
}
.btn-group .btn:hover,
.btn-group .btn.active {
    background: #eaa62a;
    color: #fffdfd;
}
.step-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #eaa62a;
}
.step-box h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}
.step-box p {
    font-size: 15px;
    margin: 0;
    color: #555;
}
.method-title {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 20px;
}
.method-title i {
    color: #eaa62a;
    margin-right: 10px;
}

.cta-section h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 32px;
    padding: 18px 34px;
    background: #eaa62a;
    color: #fffdfd;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}


.bg-green{
    background-color: #007741;
}
.bg-green:hover{
    background-color: #007741;
}
.icon-item {
    background: white;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px 15px;
    font-size: 1rem;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
.icon-item i {
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #007741;
}
.icon-list-title {
    font-size: 14px;
    color: #07294d;
    margin-bottom: 0px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 20px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    border: 1px solid #ddd !important;
    border-radius: 50px !important;
    line-height: 49px !important;
    background-color: #007741 !important;
    color: #fff !important;
    box-shadow: 1px 1px 3px 1px #ddd;
    outline: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: unset !important;
    margin: unset !important;
}
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    font-size: 20px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    line-height: 49px !important;
    border: 1px solid #ddd !important;
    border-radius: 50px !important;
    background-color: #007741 !important;
    color: #fff !important;
    box-shadow: 1px 1px 3px 1px #ddd;
    outline: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: unset !important;
    margin: unset !important;
}
.owl-nav .owl-prev i{
    position: relative;
    top: 1px;
}
.owl-nav .owl-next i{
    left: 2px;
    position: relative;
    top: 2px;
}


.slider-setting{
    height: 460px;
    background-color: #ecf2ef;
    position: relative;
}
.slider-setting .carousel{
    padding-top: 32px;
}
.slider-title{
    font-size: 30px;
    font-weight: 700;
}
.slider-text{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.carousel-caption{
    top: 43% !important;
    bottom: 50% !important;
}

.carousel-control-next, 
.carousel-control-prev{
    width: 6% !important;
}
.carousel-control-prev i,
.carousel-control-next i {
  background-color: rgb(89 89 116 / 56%);
  padding: 10px 10px;
  font-size: 20px;
  fill: #fff;
  border-radius: 100px;
  text-align: center;
  width: 40px;
  height: 40px;
}


.banner-section {
  background-color: #313131;
  color: #fff;
  padding: 60px 0px;
  text-align: center;
}
.banner-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.banner-section p {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #ffffffcc;
}
.cta-button {
  border-radius: 30px;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  border: none;
  background-color: #eaa62a;
  color: #fffdfd !important;
  transition: all 0.3s ease-in-out;
}
.btn-whatsapp {
  background-color: #4CAF50; /* Base green */
}
.btn-whatsapp:hover,
.btn-whatsapp:active {
  background-color: #2e7d32 !important; /* 50% deeper green */
  color: white !important;
}
.btn-book {
  background-color: #eaa62a; /* Base red */
}
.btn-book:hover,
.btn-book:active {
  background-color: #e09d21 !important; /* 50% deeper red */
  color: white !important;
}
.bg-2 {
    background-color: #f1f6fb;
}
.bg-3 {
    background-color: #f1f6fa;
}

.bg-gray{
    background: linear-gradient(to bottom right, #f3f3f3, #e6e6e6);
}
.bg-f1f1f1{
    background-color: #f1f1f1;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.bg-blue{
    background-color: #f1f1f9;
}

.home-infographic {
    background-image: url(../images/about-us-paralx.webp);
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 60px 20px 20px;
}
.home-infographic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.72;
}
.home-infographic p {
    color: #fff;
    position: relative;
    line-height: 28px;
}

.testi-caro{
    color: #fff;
    background-color: #000000;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 1;
}


.topbar {
    background: #ffffff;
    padding: 6px 0px;
    border-bottom: 1px solid #eee;
}
.topbar .logo {
    width: 120px;
    color: #007741;
}
.topbar .search-box {
    display: flex;
    align-items: center;
}
.topbar .search-box-input {
    width: 250px;
    margin-right: 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 20px;
    font-size: 14px;
}
.topbar .top-link{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.topbar .contact span {
    color: #007741;
    font-weight: bold;
}

.navbar-custom {
    background-color: #ffffff;
    border-top: 1px solid #eee;
    padding: 0px;
}
.navbar-custom .nav-link{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-top: 3px solid #fff;
    padding: 10px 30px !important;
}
.navbar-custom .nav-link:hover, 
.navbar-custom .dropdown-item:hover {
    color: #007741;
}

.navbar-custom .nav-item > a:hover {
    color: #007741 !important;
    border-top: 3px solid #007741;
}



.dropdown-menu {
  padding: 0px !important;
  border-radius: 0px !important;
  background-color: #f8f9fa;
    border: 0px solid #007741;
}
.dropdown-menu .dropdown-item {
  padding: 6px 20px !important;
}
.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover {
    background: #007741;
    color: #fff !important;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}


footer {
    background-color: #fff;
    color: #007741;
    padding: 60px 0 30px 0;
    border-top: 1px solid #ccc;
}
.footer-heading {
    color: #111111;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50%;
    height: 3px;
    background-color: #007741;
    border-radius: 2px;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #4c4949;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.footer-links a:hover {
    color: #007741;
    text-decoration: underline;
}
.widget-contact-info {
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-left: 40px;
}
.widget-contact-info i {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 26px;
    color: #007741;
}
.widget-contact-info h3 {
    color: #111111;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}
.widget-contact-info a {
    color: #4c4949;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
ul.footer-links li a i {
    color: #007741;
    font-size: 22px;
    position: relative;
    top: 5px;
    width: 30px;
}


.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #ffffff80;
}
.contact-info i {
    background-color: #007741;
    color: #000;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 20px;
}
.social-icon {
    display: inline-block;
    margin-right: 8px;
    width: 36px;
    height: 36px;
    background: #007741;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.social-icon:hover {
    background: #000;
    color: #fff;
}
.btn-danger {
    background-color: #007741;
    border: none;
    padding: 6px 15px;
    font-size: 14px;
}
.btn-danger:hover {
    background-color: #c82333;
}
.sub-footer {
    font-size: 13px;
    color: #ffffff80 !important;
    margin-top: 40px;
    border-top: 1px solid #817575;
    padding: 14px 10px 6px 10px;
    border-radius: 10px;
}
.sub-footer a,
.sub-footer p {
    color: #000;
    font-size: 14px;
}
.sub-footer a:hover {
    color: #333;
    text-decoration: underline;
}

.form-home-page{
    position: absolute;
    right: 3.5%;
    z-index: 15;
    top: 3px;
}

.repair-form-size{
    width: 400px;
    margin-right: 45px;
}
.repair-form-container {
    background: #ffffff;
    border: 1px solid #007741;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.repair-form-container .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.repair-form-container .form-text{
    font-size: 17px;
    margin-bottom: 16px;
}
.repair-form-container .form-control,
.repair-form-container .form-select,
.repair-form-container textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 13px;
}
.repair-form-container .form-control:focus,
.repair-form-container .form-select:focus,
.repair-form-container textarea:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
}
.submit-btn {
    background-color: #007741;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
}
.submit-btn:hover {
    background-color: #007741;
    color: rgba(255, 255, 255, 0.5);
}



.repair-card {
    background: #fff;
    border: 1px solid #007741;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    padding: 25px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.repair-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.repair-icon {
    font-size: 32px;
    color: #007741;
    margin-bottom: 10px;
}
.repair-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}
.repair-desc {
    font-size: 15px;
    color: #333;
}


.device-box .device-box-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.device-box .device-box-subtitle {
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}
.device-card-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
}
.device-card-box:hover {
    border-color: #007741;
    box-shadow: 0 4px 16px rgba(0, 119, 65, 0.1);
}
.device-card-box img {
    max-height: 100px;
    object-fit: contain;
}
.device-card-box-title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}



.contact-bg {
  background: linear-gradient(135deg, #fef6f5, #f5fbff);
}
.contact-heading h2 {
  font-weight: bold;
  text-align: center;
}
.contact-heading p {
  text-align: center;
  max-width: 600px;
  margin: 10px auto 40px;
  color: #555;
}
.info-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.info-box h6 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.info-box i {
  color: #007741;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-a .btn-danger {
  background-color: #e25527;
  border: none;
}
.contact-a .btn-danger:hover {
  background-color: #c83232;
}
.contact-a .form-control, 
.contact-a .form-select {
  border-radius: 10px;
}

.map-container {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.map-frame {
  width: 100%;
  height: 450px;
  border: 0;
}


.laptop-sticky-call-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 40px;
    background-color: #335191;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding: 16px;
}
.laptop-sticky-whatsapp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding: 16px;
}

.carousel-item img {
    width: 33%;
    margin-left: 53px;
}
.sub-heading{
    font-size: 24px;
    font-weight: 600;
}


@media (max-width: 768px) {
    .topbar .contact input {
        width: 150px;
    }
}

@media (max-width: 680px) {

    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .slider-setting{
        height: auto;
        background-color: #fff;
    }

    .slider-setting .carousel{
        background-color: #f1f1f9;
        padding-top: unset;
        margin: 14px;
        border-radius: 14px;
        height: 136px;
    }
    .slider-setting .carousel-control-prev,
    .slider-setting .carousel-control-next{
        display: none;
    }
    .slider-setting .carousel-caption{
        top: 22% !important;
    }
    .slider-setting .carousel-item img{
        margin-top: 20px;
        margin-left: 14px;
    }

    .bg-divce-fix{
        background-color: #f5f7fa;
    }
    .device-card-box{
        padding: 10px 14px;
    }
    .device-card-box-title{
        font-size: 14px;
    }

    .logo{
        width: 150px;
    }
     .navbar .nav-item{
      display: block;
      width: 100%;
    }
    .navbar-nav .nav-link{
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
    }
    .cta-button {
        padding: 2px 12px;
    }
    .banner-section h1 {
        font-size: 20px;
    }
    .section {
        padding: 44px 0px;
    }
    .main-heading {
        font-size: 20px;
    }
    .form-home-page{
        position: relative;
        right: unset;
        z-index: unset;
        top: unset;
    }

    .carousel-caption {
        top: 0% !important;
        right: -78px;
    }
    .slider-title {
        font-size: 18px;
    }
    .slider-text {
        font-size: 16px;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next{
        position: relative;
    }
    .repair-form-size{
        width: 100%;
    }

    .footer-cta-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      border-top: 1px solid #ddd;
      z-index: 999;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .footer-cta-bar .btn {
      width: 100%;
      border-radius: 0;
      font-size: 15px;
      font-weight: 600;
      padding: 12px 0;
    }

    .cta-call {
      background-color: #28a745; /* Green */
      color: #fff;
    }

    .cta-whatsapp {
      background-color: #25d366; /* WhatsApp Green */
      color: #fff;
    }

    .cta-book {
      background-color: #ee3239 !important;
      color: #fff !important;
    }
}


