 :root{
      --hero-min-h: 60vh;           /* tweak height */
      --overlay: rgba(0,0,0,.55);   /* overlay strength */
    }
  body {
      font-family: 'Inter', sans-serif;
    }
  .top-header {
      background: linear-gradient(to right, #e1f0f9, #003cc0);
      color: white;
      font-size: 14px;
      padding: 8px 0;
      min-height: 29px;
    }
    .top-header a {
      color: white;
      text-decoration: none;
      margin-right: 15px;
    }
    .navbar-brand span {
      font-weight: bold;
      font-size: 1.5rem;
      margin-left: 5px;
    }
.nav-link:focus, .nav-link:hover {
color: #0a4368;
}

.google_translate_element {
    margin-right: 81px;
}

/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
    
    .btn-blue {
      background-color: #407BF5;
      color: white;
    }
    .btn-dark-blue {
      background-color: #100B3C;
      color: white;
    }
    .btn-blue:hover, .btn-blue:focus,
    .btn-dark-blue:hover, .btn-dark-blue:focus {
      color: #ffffff !important;
      opacity: 0.85;
    }

    .header-actions .btn-blue:hover,
    .header-actions .btn-blue:focus {
      background-color: #407BF5 !important;
    }

    .header-actions .btn-dark-blue:hover,
    .header-actions .btn-dark-blue:focus {
      background-color: #100B3C !important;
    }
    .icon-border {
      border: 1px solid #ddd;
      padding: 6px 12px;
      border-radius: 8px;
    }
    .flag-icon {
      width: 20px;
      height: 20px;
    }
    .navbar-nav .nav-link {
      padding-right: 15px;
    }
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-carousel .item {
  height: 80vh;
  position: relative;
}

.hero-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/*  video css */
 .hero-video-section  {
     width: 100%;
      height: 100vh;
            /*display: flex;*/
            justify-content: center;
            align-items: center;
            /* position: relative; */
            color: #fff;
            text-align: center;
            align-items: flex-end;
 }       
 .video-slide {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}       
 .video-slide .hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    top: 42%;
}   
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgb(0 0 0 / 10%);  */
    z-index: 2;
}

.text-orange {
  color: #f26522;
}

@media (max-width: 768px) {
  .hero-content h2 {
    font-size: 1.8rem;
    padding: 0 20px;
  }
  .hero-carousel .item {
  height: 40vh;
}
}


/* Hero Image Slider CSS Start */
 
    .hero-slider .item {
      position: relative;
      min-height: 650px;
      display: flex;
      align-items: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
    }

    .hero-slider .item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(10, 20, 60, 0.58);
      z-index: 1;
    }

    .hero-slider .container {
      position: relative;
      z-index: 2;
    }

    .hero-left-box {
      min-height: 420px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid rgba(255,255,255,0.35);
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(4px);
      border-radius: 14px;
      color: #fff;
      font-size: 34px;
      font-weight: 600;
      text-align: center;
      padding: 30px;
      text-transform: lowercase;
    }

    .hero-right {
      padding-left: 40px;
    }

    .hero-service-card {
      position: relative;
      margin-bottom: 24px;
    }

    .service-number {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 34px;
      font-weight: 300;
      color: #d9e2ff;
      line-height: 1;
    }

    .hero-service-card h2 {
      font-size: 28px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 8px;
    }

    .hero-service-card p {
      font-size: 18px;
      color: #e6ebff;
      margin-bottom: 0;
      line-height: 1.6;
    }

    .hero-btns {
      margin-top: 28px;
    }

    .hero-btns .btn {
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      margin-right: 10px;
      margin-bottom: 10px;
    }

    .btn-main {
      background: #4d63ff;
      border: none;
      color: #fff;
    }

    .btn-main:hover {
      background: #3249e0;
      color: #fff;
    }

    .btn-outline-light-custom {
      border: 1px solid rgba(255,255,255,0.7);
      color: #fff;
      background: transparent;
    }

    .btn-outline-light-custom:hover {
      background: #fff;
      color: #1d2b6b;
    }

    .slide-content {
      opacity: 0;
      transform: translateY(25px);
      transition: all 0.8s ease;
    }

    .owl-item.active .slide-content {
      opacity: 1;
      transform: translateY(0);
    }

    .hero-slider .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      margin-top: 0;
    }

    .hero-slider .owl-nav button.owl-prev,
    .hero-slider .owl-nav button.owl-next {
      position: absolute;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: rgba(255,255,255,0.18) !important;
      color: #fff !important;
      font-size: 20px !important;
      border: 1px solid rgba(255,255,255,0.25) !important;
    }

    .hero-slider .owl-nav button.owl-prev {
      left: 20px;
    }

    .hero-slider .owl-nav button.owl-next {
      right: 20px;
    }

    .hero-slider .owl-dots {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      text-align: center;
    }

    .hero-slider .owl-dots .owl-dot span {
      background: rgba(255,255,255,0.45);
    }

    .hero-slider .owl-dots .owl-dot.active span {
      background: #fff;
    }

    @media (max-width: 991px) {
      .hero-slider .item {
        min-height: 454px;
        padding: 80px 0;
      }

      .hero-left-box {
        min-height: 220px;
        font-size: 26px;
        margin-bottom: 30px;
      }

      .hero-right {
        padding-left: 0;
      }

      .service-card h2 {
        font-size: 22px;
      }

      .service-card p {
        font-size: 16px;
      }
    }

    @media (max-width: 575px) {
      .hero-left-box {
        font-size: 22px;
        padding: 20px;
      }

      .service-card {
        padding-left: 38px;
      }

      .service-number {
        font-size: 24px;
      }

      .service-card h2 {
        font-size: 18px;
      }

      .service-card p {
        font-size: 14px;
      }
    }

/* Hero Image Slider CSS END */


.featured-containers .card-img-top {
  object-fit: cover;
  height: 180px;
}

.rotate-circle-text {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.rotate-circle-text::after {
  content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“";
  display: block;
  font-size: 24px;
  margin-top: 4px;
}
.about-section {
  position: relative;
  color: #1a1a1a;
}

.about-content h2 {
  font-size: 2rem;
  color: #1a1a3c;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .about-section {
    background-position: center top;
    background-size: cover;
    padding: 60px 20px;
  }
  .about-content {
    text-align: center;
  }
}
.specific-request-section {
  background: #0864cf;
  color: #ffffff;
}
.specific-request-section-2 {
  background: #d7e3f0;
  padding: 36px 15px 5px;
}

.specific-request-section > .container {
  max-width: 1180px;
}

.specific-request-section h2 {
  font-size: 1.8rem;
  color: #ffffff;
  /* margin-left: calc(50% - 50vw); */
  /* margin-right: calc(50% - 50vw); */
  padding: 36px 15px 28px;
  text-align: center;
}

.specific-request-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}

.specific-request-section h1,
.specific-request-section h3,
.specific-request-section h4,
.specific-request-section h5,
.specific-request-section h6,
.specific-request-section strong,
.specific-request-section li,
.specific-request-section a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .specific-request-section h2 {
    font-size: 1.4rem;
  }

  .specific-request-section .row > div {
    text-align: center !important;
  }
  
   .hero-video-section {
   height: 60vh;  
 }
  
}
.dual-scroll-section {
  overflow: hidden;
  background: white;
}


.scroll-wrapper {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 4.5rem;
}

.scrolling-text span {
  display: inline-block;
  padding-left: 100%;
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #ccc, #1a1a3c, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
/* Outline effect (like your screenshot) */
.top-scroll .scrolling-text span {
  animation: scroll-left 20s linear infinite;
  color: transparent;
  -webkit-text-stroke: 1px #1a1a3c;
  background: linear-gradient(to right, #bbb, #ffffff00, #bbb);
  -webkit-background-clip: text;
  font-weight: 600;
}
/* Top scroll: right to left */
.top-scroll .scrolling-text span {
  animation: scroll-left 20s linear infinite;
}

/* Bottom scroll: left to right */
.bottom-scroll .scrolling-text span {
  animation: scroll-right 20s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .scrolling-text span {
    font-size: 1.6rem;
  }
  
}
.oneway-transport-section h2 {
  font-size: 2rem;
}

.video-wrapper video {
  border: 4px solid #88c33b; /* Green border */
  border-radius: 12px;
}
.testimonial-section {
  background-color: #fff;
}

.testimonial-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0c0c3d;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

.testimonial-author {
  font-size: 1.1rem;
  color: #0c0c3d;
  font-weight: 500;
}
.icon-box i {
  color: #24706b; /* teal-green icon color */
}

.icon-box p {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #222;
}
.partner-logos .item {
  padding: 10px 20px;
}

.partner-logos img {
  max-height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}

.partner-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}
.contact-cta-box {
  background: linear-gradient(to right, #100b3c, #407bf5);
}
.contact-cta-box i {
  font-size: 1.1rem;
}
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
}

.footer-bottom {
  background: linear-gradient(to right, #9cc9ee, #003cc0);
  font-size: 0.9rem;
}

.site-footer a {
  color: #0c0c3d;
  transition: color 0.2s ease;
  text-decoration: none;
}

.site-footer a:hover {
  color: #407bf5;
}
.contact-us-section input,
.contact-us-section textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #0c0c3d;
}

.contact-us-section input:focus,
.contact-us-section textarea:focus {
  border-color: #0c0c3d;
  box-shadow: none;
}

.contact-us-section .form-check-input {
  float: none;
  flex: 0 0 20px;
  margin: 0;
  border: 2px solid #0c0c3d;
  width: 20px;
  height: 22px;
  cursor: pointer;
}

.contact-us-section .d-flex.flex-wrap.gap-3 {
  align-items: center;
  gap: 10px 22px !important;
}

.contact-us-section .form-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  margin: 0;
  padding: 5px 0;
}

.contact-us-section .form-check-label {
  margin: 0;
  color: #172554;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}

.contact-us-section .form-check-input:checked {
  background-color: #0c0c3d;
  border-color: #0c0c3d;
}
.breadcrumb-header {
  background: linear-gradient(to right, #100b3c, #407bf5); /* green background */
   height: 200px; 
  width: 100%;
}
.projects-section {
  padding: 40px 0;
}

.project-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.project-tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1.5px solid #1c1c4c;
  border-radius: 30px;
  color: #1c1c4c;
  margin-right: 10px;
  font-size: 14px;
}

.project-title {
  font-weight: 500;
  color: #1c1c4c;
}
.product-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.product-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.product-card a {
    text-decoration: none;
}

.image-wrapper {
  position: relative;
  padding: 20px;
  text-align: center;
}

.image-wrapper img {
  max-height: 250px;
  object-fit: contain;
  width: 100%;
}

.badge-new {
  position: absolute;
  top: 16px;
  right: 0;
  background-color: #2166d1;
  color: #fff;
  padding: 6px 16px;
  border-radius: 0 0 0 8px;
  font-weight: bold;
  font-size: 14px;
}

.product-info {
  padding: 15px 20px 25px;
  text-align: left;
}
.product-price {
  font-size: 17px;
  color: #444;
  margin: 0;
}
.product-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d0d2b;
  margin-bottom: 10px;
}

.product-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2166d1;
  margin-bottom: 15px;
}

.product-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-features {
  list-style: none;
  padding-left: 0;
}

.product-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #333;
}

.product-features li::before {
  content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Â";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.product-image-box img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.product-back-bar {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: right;
}

.product-back-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #2196F3;
  border-radius: 4px;
  padding: 7px 13px;
  background: #0d6efd;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.product-back-button:hover,
.product-back-button:focus {
  background: #0a0a23;
  color: #ffffff;
}

.related-products-section .owl-stage {
  display: flex;
  padding: 8px 0 18px;
}

.related-products-section .owl-item {
  display: flex;
}

.related-products-section .item {
  width: 100%;
  padding: 8px;
}

.related-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 300px;
  padding: 22px 18px 18px;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(13, 33, 54, 0.12);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(13, 33, 54, 0.18);
}

.related-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
}

.related-product-image a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.related-product-image img {
  max-width: 78%;
  max-height: 190px;
  object-fit: contain;
}

.related-product-title {
  margin: 16px 0 0;
  color: #1f2933;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.related-product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  color: #2f9e44;
  font-size: 18px;
  font-weight: 700;
}

.related-product-price del {
  color: #e83e38;
  font-size: 14px;
  font-weight: 500;
}

.related-buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 128px;
  margin: 16px auto 0;
  padding: 10px 20px;
  border-radius: 6px;
  background: #100b3c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.related-buy-now:hover,
.related-buy-now:focus {
  background: #407bf5;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .related-product-card {
    min-height: 260px;
    padding: 18px 14px 16px;
  }

  .related-product-image {
    min-height: 170px;
  }

  .related-product-image img {
    max-height: 155px;
  }
}

.btn-option i {
  font-size: 0.9rem;
}

.tax-toggle .btn {
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.875rem;
}

.product-package-options {
  padding-top: 8px;
}

.product-package-kicker {
  color: #1f2933;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.product-package-name {
  margin-top: 6px;
  color: #172033;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.product-package-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 34px;
  margin-top: 12px;
}

.product-package-radio {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: #4355d8;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.product-package-radio input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: #1db954;
  cursor: pointer;
}

.product-package-radio span {
  display: inline-block;
}

@media (max-width: 575px) {
  .product-package-name {
    font-size: 24px;
  }

  .product-package-radios {
    gap: 14px 20px;
  }

  .product-package-radio {
    font-size: 20px;
  }
}

.btn-qty {
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  border-radius: 10px;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
}

.qty-input {
  width: 60px;
  height: 40px;
  border-radius: 10px;
}
.btn-option {
  border: 1px solid #0a0a23;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
  background-color: #fff;
  color: #0a0a23;
}

.btn-option.active {
  background-color: #e6f7fb;
}

.btn-option i {
  font-size: 1rem;
  border: 1px solid #0a0a23;
  border-radius: 50%;
  padding: 2px 6px;
}
.btn-color-option {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  background-color: #fff;
  color: #0a0a23;
  transition: 0.2s;
}

.btn-color-option.selected {
  background-color: #e6f7fb;
  border-color: #0056d2;
  color: #0056d2;
}

.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #00000020;
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 8px 12px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

.gallery-arrow.left {
  left: -40px;
}

.gallery-arrow.right {
  right: -40px;
}

/* Base thumbnail styles */
.thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
}

/* Selected thumbnail */
.thumb.selected {
  border-color: #0a0a23;
}

/* Mobile-specific styling */
@media (max-width: 576px) {
  .thumb {
    width: 60px;
    height: 45px;
  }

  .product-gallery .thumbnail-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0.5rem;
    scrollbar-width: none; /* Firefox */
  }

  .product-gallery .thumbnail-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .gallery-arrow.left {
    left: -25px;
}
}


.thumb.selected {
  border-color: #000;
}
.custom-accordion .accordion-item {
  border: none;
  border-top: 1px solid #ddd;
}

.custom-accordion .accordion-button {
  background-color: transparent;
  color: #0a0a23;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: none;
  padding: 1rem 0;
}

.custom-accordion .accordion-button::after {
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.custom-accordion .accordion-body {
  padding: 0 0 1rem;
  color: #333;
}
.btn-outline-dark {
  border: 1px solid #0a0a23;
  color: #0a0a23;
}

.btn-outline-dark:hover {
  background-color: #0a0a23;
  color: #fff;
}
.hero {
      position: relative;
      min-height: var(--hero-min-h);
      color: #fff;
      overflow: hidden;
      display: grid;
      align-items: center;
    }

    .hero__bg {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,.45), var(--overlay)),
                  url("https://images.unsplash.com/photo-1509631179647-0177331693ae?q=80&w=2070&auto=format&fit=crop") center/cover no-repeat;
      /* Replace the URL above with your image.
         If you host locally, e.g. images/hero-ocean.jpg */
      z-index: 0;
      transform: scale(1.02); /* subtle zoom to avoid edges on large screens */
    }

    .hero__content {
      position: relative;
      z-index: 1;
      max-width: 860px;
    }

    .hero h1 {
      font-weight: 700;
      letter-spacing: .3px;
      text-wrap: balance;
    }

    .hero p.lead {
      color: rgba(255,255,255,.9);
      text-wrap: pretty;
    }

    .hero .badges i {
      font-size: 1.15rem;
    }

    /* Small screens: tighten spacing */
    @media (max-width: 575.98px) {
      .hero { --hero-min-h: 64vh; }
      .hero h1 { font-size: 2rem; }
    }
    
 .link-underline { text-decoration: underline; text-underline-offset: 2px; }
  @media (min-width: 992px){ .py-lg-6{ padding-top:4.5rem!important; padding-bottom:4.5rem!important; } }    
  
  
  /* CTA Section Styling */
.cta-section {
  background-color: #1e2b36; /* Fallback color */
  background-image: radial-gradient(circle at center, #1e2b36 0%, #1a2530 100%),
                    url('pattern-waves.svg'); /* Replace with your pattern */
  background-repeat: repeat;
  background-size: cover;
}

.cta-section h2 {
  font-size: 2.5rem;
}

.cta-section p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.cta-section .btn {
  border-radius: 0.5rem;
}
/* Contact Cards Section */
.contact-cards-section .contact-card {
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-cards-section .contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.08);
}

/* Make images always fill neatly */
.object-fit-cover { object-fit: cover; }

/* Heading tone */
.contact-cards-section h2 { color: #0d2136; }

/* Tighten input + icon borders to appear seamless */
.contact-cards-section .input-group .form-control:focus {
  box-shadow: none;
  border-color: #adb5bd;
}
.contact-cards-section .input-group-text {
  border-right: 0;
}
.contact-cards-section .form-control {
  border-left: 0;
}

/* Rounded top corners for images to match card radius */
.rounded-top-4 { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }

/* On very small screens add spacing consistency */
@media (max-width: 575.98px) {
  .contact-cards-section .h4 { font-size: 1.25rem; }
}
/* Need More Help (cards) */
.help-hub-section h2 { color: #0d2136; }

.help-card {
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.help-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
}

/* Illustration area */
.help-illus {
  padding-top: 1.5rem;
}
.help-illus img {
  height: 170px;                 /* keeps all cards consistent */
  object-fit: contain;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Soft pill buttons to match the reference */
.btn-pill {
  border-radius: .75rem;
  padding: .55rem 1rem;
}

/* Small tweaks on narrow screens */
@media (max-width: 575.98px) {
  .help-illus img { height: 140px; }
  .help-hub-section .h4 { font-size: 1.2rem; }
}

/* Schedules */
.schedules-section h2 { color: #0d2136; }

.schedules-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #4b5b6a;
  padding: .75rem 1rem;
}
.schedules-tabs .nav-link.active {
  color: #0d2136;
  border-bottom-color: #0d6efd;
  font-weight: 600;
}

.schedules-filter .form-label { margin-bottom: .35rem; }

.schedules-filter .input-group-text {
  border-right: 0;
}
.schedules-filter .form-control.border-start-0 {
  border-left: 0;
}
.schedules-filter .form-control:focus,
.schedules-filter .form-select:focus {
  box-shadow: none;
  border-color: #adb5bd;
}

.object-fit-contain { object-fit: contain; }

/* Tighter card spacing on small screens */
@media (max-width: 575.98px) {
  .schedules-filter .card-body { padding: 1rem; }
}
.whatsapp {
    display: flex;
    width: 180px;
}
.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 0;
    height: 40px;
    border-radius: 50%;
    z-index: 99999999;
}

.whatsapp span {
    background: #fff;
    border-radius: 25px;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.whatsapp img {
    border-radius: 50%;
}

/* Service Box Css */

    .services-section{
      padding:70px 0;
    }

    .section-badge{
      display:inline-block;
      padding:8px 18px;
      border:1px solid #6a70d6;
      color:#5a63cf;
      border-radius:50px;
      font-size:14px;
      font-weight:600;
      background:#fff;
      margin-bottom:14px;
    }

    .section-title{
      font-size:38px;
      font-weight:700;
      color:#26337a;
      margin-bottom:14px;
    }

    .section-desc{
      max-width:700px;
      margin:0 auto 45px;
      color:#5e6798;
      font-size:17px;
      line-height:1.7;
    }

    .service-card{
      position:relative;
      display:block;
      background:#fff;
      border:2px solid #6b74da;
      border-radius:22px;
      padding:24px 18px 20px;
      height:100%;
      text-align:center;
      overflow:hidden;
      transition:all .35s ease;
      box-shadow:0 10px 25px rgba(57, 81, 181, 0.08);
      color:inherit;
      text-decoration:none;
    }

    .service-card:hover,
    .service-card:focus{
      color:inherit;
      text-decoration:none;
    }

    .service-card::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg, rgba(106,112,214,0.08), rgba(255,255,255,0));
      opacity:0;
      transition:all .35s ease;
    }

    .service-card:hover{
      transform:translateY(-10px);
      box-shadow:0 18px 35px rgba(57, 81, 181, 0.18);
      border-color:#4f59d9;
    }

    .service-card:hover::before{
      opacity:1;
    }

    .service-icon-wrap{
      position:relative;
      z-index:2;
      width:130px;
      height:130px;
      margin:0 auto 18px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(180deg, #f8f9ff 0%, #eef2ff 100%);
      box-shadow:inset 0 0 0 1px rgba(106,112,214,0.12);
    }

    .service-icon-wrap img{
      max-width:100%;
      max-height:100px;
      object-fit:contain;
      transition:transform .35s ease;
    }

    .service-card:hover .service-icon-wrap img{
      transform:scale(1.08) rotate(-2deg);
    }

    .service-title{
      position:relative;
      z-index:2;
      font-size:18px;
      line-height:1.45;
      font-weight:700;
      color:#4450b8;
      margin-bottom:10px;
      min-height:54px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .service-text{
      position:relative;
      z-index:2;
      color:#68719e;
      font-size:14px;
      line-height:1.6;
      margin-bottom:16px;
      min-height:66px;
    }

    .service-btn{
      position:relative;
      z-index:2;
      display:inline-flex;
      align-items:center;
      gap:8px;
      text-decoration:none;
      color:#fff;
      background:linear-gradient(90deg, #6270e8 0%, #4450b8 100%);
      border-radius:50px;
      padding:10px 18px;
      font-size:14px;
      font-weight:600;
      transition:all .3s ease;
      pointer-events:none;
    }

    .service-btn:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 10px 20px rgba(68, 80, 184, 0.25);
    }

    .service-number{
      position:absolute;
      top:14px;
      right:14px;
      width:34px;
      height:34px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:13px;
      font-weight:700;
      color:#5360d3;
      background:#eef1ff;
      border:1px solid rgba(83,96,211,0.18);
      z-index:2;
    }

    @media (max-width: 991px){
      .section-title{
        font-size:30px;
      }

      .service-title{
        font-size:17px;
        min-height:auto;
      }

      .service-text{
        min-height:auto;
      }
    }

    @media (max-width: 575px){
      .services-section{
        padding:50px 0;
      }

      .section-title{
        font-size:26px;
      }

      .service-icon-wrap{
        width:110px;
        height:110px;
      }

      .service-icon-wrap img{
        max-height:85px;
      }
    }

/* Service Box Css End */

.index-domain-search-section {
  padding: 50px 0 25px;
  background: #eeeeee;
}

.index-domain-search-form {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 16px rgba(23, 32, 51, 0.12);
}

.index-domain-search-input {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 14px;
  min-width: 0;
  padding: 0 10px;
}

.index-domain-search-input i {
  color: #737b84;
  font-size: 24px;
}

.index-domain-search-input input {
  width: 100%;
  min-height: 58px;
  border: 0;
  outline: 0;
  color: #172033;
  font-size: 20px;
  font-weight: 600;
}

.index-domain-search-input input::placeholder {
  color: #6f7780;
  opacity: 1;
}

.index-domain-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 190px;
  min-height: 58px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: #212529;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.index-domain-search-button:hover,
.index-domain-search-button:focus {
  background: #075f62;
  color: #ffffff;
}



    .domain-popup-modal .modal-dialog {
            max-width: 580px;
        }

        .domain-popup-box {
            background: #ffffff;
            border: 3px solid #333;
            border-radius: 8px;
            padding: 12px;
            position: relative;
            text-align: center;
            box-shadow: 0 0 0 3px #ffffff inset;
        }

        .domain-popup-image {
            display: block;
            width: 100%;
            height: auto;
            max-height: 80vh;
            object-fit: contain;
            border-radius: 4px;
        }

        .domain-popup-box > h2,
        .domain-popup-box > p,
        .domain-popup-box > .search-title,
        .domain-popup-box > .domain-search-form {
            display: none;
        }

        .domain-popup-close {
            position: absolute;
            top: -21px;
            right: -21px;
            z-index: 3;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            padding: 0;
            background: #ffffff;
            border: 4px solid #18283d;
            border-radius: 50%;
            color: #e31b23;
            font-size: 0;
            font-weight: 700;
            color: #ff1d25;
            line-height: 1;
            cursor: pointer;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
        }

        .domain-popup-close::before {
            content: "X";
            color: #e31b23;
            font-size: 20px;
            font-weight: 800;
        }

        .domain-popup-box h2 {
            color: #02008b;
            font-size: 44px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .domain-popup-box p {
            color: #ffffff;
            font-size: 17px;
            font-weight: 700;
            text-shadow: 1px 1px 1px #d49b7c;
            margin-bottom: 18px;
        }

        .domain-popup-box .search-title {
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            text-shadow: 1px 1px 1px #d49b7c;
            margin-bottom: 18px;
        }

        .domain-search-form {
            max-width: 380px;
            margin: 0 auto;
        }

        .domain-input-group {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 25px;
        }

        .domain-input-group input {
            height: 32px;
            border: 1px solid #d6d6d6;
            border-right: none;
            padding: 5px 12px;
            font-size: 16px;
            width: 310px;
            outline: none;
        }

        .domain-input-group select {
            height: 32px;
            border: 1px solid #4e4dbb;
            color: #03008d;
            font-weight: 600;
            font-size: 16px;
            outline: none;
            width: 68px;
            background: #ffffff;
        }

        .domain-search-btn {
            background: #02008b;
            color: #ffffff;
            border: none;
            border-radius: 9px;
            padding: 11px 38px;
            font-size: 21px;
            font-weight: 700;
            transition: 0.3s ease;
        }

        .domain-search-btn:hover {
            background: #000066;
            color: #ffffff;
        }

@media (max-width: 575px) {
  .index-domain-search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .index-domain-search-button {
    width: 100%;
  }

  .index-domain-search-input input {
    font-size: 16px;
  }

            .domain-popup-box {
                padding: 12px;
            }

            .domain-popup-box h2 {
                font-size: 32px;
            }

            .domain-popup-box p,
            .domain-popup-box .search-title {
                font-size: 15px;
            }

            .domain-input-group input {
                width: 220px;
                font-size: 14px;
            }

            .domain-input-group select {
                width: 65px;
                font-size: 14px;
            }

            .domain-search-btn {
                font-size: 18px;
                padding: 10px 34px;
            }
        }

.domain-search-section {
  padding: 30px 0 10px;
  background: #ffffff;
}

.domain-hero-search-form {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 11px 8px 11px 28px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(18, 33, 52, 0.18);
}

.domain-hero-input-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 15px;
}

.domain-hero-input-wrap i {
  color: #6f767c;
  font-size: 28px;
  flex: 0 0 auto;
}

.domain-hero-input-wrap input {
  width: 100%;
  min-height: 72px;
  border: 0;
  outline: 0;
  color: #172033;
  font-size: 31px;
  font-weight: 700;
}

.domain-tld-select {
  flex: 0 0 110px;
  min-height: 50px;
  border: 0;
  border-left: 1px solid #dbe3ea;
  outline: 0;
  background: #ffffff;
  color: #02008a;
  font-size: 22px;
  font-weight: 700;
  padding: 0 8px 0 16px;
}

.domain-hero-input-wrap input::placeholder {
  color: #72787d;
  opacity: 1;
}

.domain-hero-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 228px;
  min-height: 84px;
  padding: 18px 26px;
  border: 0;
  border-radius: 8px;
  background: #212529;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  transition: background 0.2s ease, transform 0.2s ease;
}

.domain-hero-search-btn i {
  font-size: 26px;
}

.domain-hero-search-btn:hover,
.domain-hero-search-btn:focus {
  background: #075f62;
  color: #ffffff;
  transform: translateY(-1px);
}

.domain-results-panel {
  margin-top: 28px;
  padding: 26px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(18, 33, 52, 0.12);
}

.domain-results-panel h3 {
  margin: 0 0 18px;
  color: #172033;
  font-size: 24px;
  font-weight: 800;
}

.domain-results-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.domain-results-title-row h3 {
  margin: 0;
}

.domain-results-toggle {
  border: 0;
  background: transparent;
  color: #2b8c96;
  font-size: 14px;
  font-weight: 700;
}

.domain-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.domain-result-card {
  padding: 18px;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  background: #f8fafc;
}

.domain-result-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.domain-result-card h4 {
  margin: 0 0 5px;
  color: #172033;
  font-size: 18px;
  font-weight: 800;
}

.domain-result-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  text-transform: capitalize;
}

.domain-result-card.is-available {
  border-color: #b7e4c7;
  background: #f0fff4;
}

.domain-result-card.is-unavailable {
  border-color: #f1c6c6;
  background: #fff7f7;
}

.domain-book-btn,
.domain-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.domain-book-btn {
  border: 0;
  background: #087f5b;
  color: #ffffff;
}

.domain-book-btn:hover,
.domain-book-btn:focus {
  background: #066447;
}

.domain-status-pill {
  background: #fee2e2;
  color: #991b1b;
}

.domain-action-wrap {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.domain-price-text {
  color: #172033;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

.domain-result-message {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 9px;
  font-size: 14px;
}

.domain-result-message.is-success {
  background: #e8f8ef;
  color: #17633a;
}

.domain-result-message.is-error {
  background: #fff1f1;
  color: #9f1d1d;
}

.domain-result-message.is-info {
  background: #eef6ff;
  color: #174a76;
}

.domain-payment-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 8px;
  padding: 10px 16px;
  border-radius: 7px;
  background: #087f5b;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.domain-payment-link:hover,
.domain-payment-link:focus {
  background: #066447;
  color: #fff;
}

.domain-suggested-panel {
  margin-bottom: 20px;
}

.domain-suggested-list {
  border-top: 1px solid #e5e7eb;
}

.domain-suggested-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
}

.domain-suggested-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.domain-suggested-main > i {
  color: #7672df;
  font-size: 29px;
  flex: 0 0 auto;
}

.domain-suggested-main h4 {
  margin: 0;
  color: #172033;
  font-size: 22px;
  font-weight: 700;
  word-break: break-word;
}

.domain-suggested-main p {
  margin: 3px 0 0;
  color: #64748b;
  font-size: 13px;
  text-transform: capitalize;
}

.domain-suggested-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.domain-suggested-action .domain-book-btn {
  gap: 8px;
  min-height: 46px;
  background: #6a6c70;
}

.domain-suggested-action .domain-book-btn:hover,
.domain-suggested-action .domain-book-btn:focus {
  background: #4f5155;
}

.domain-suggested-buy-form {
  grid-column: 1 / -1;
}

.domain-buy-form-wrap {
  width: 100%;
}

.domain-buy-form {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 32, 51, 0.12);
}

.domain-buy-note {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #eef6ff;
  color: #174a76;
  font-size: 13px;
  font-weight: 700;
}

.domain-buy-form label {
  display: block;
  margin-bottom: 6px;
  color: #172033;
  font-size: 13px;
  font-weight: 800;
}

.domain-buy-form input {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid #cfd8e3;
  border-radius: 7px;
  background: #fff;
  color: #172033;
  font-size: 14px;
}

.domain-confirm-btn {
  margin-top: 18px;
  min-height: 46px;
  padding: 11px 18px;
  border: 0;
  border-radius: 7px;
  background: #212529;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.domain-confirm-btn:hover,
.domain-confirm-btn:focus {
  background: #075f62;
}

@media (max-width: 767px) {
  .domain-hero-search-form {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 14px;
  }

  .domain-hero-input-wrap input {
    min-height: 54px;
    font-size: 22px;
  }

  .domain-tld-select {
    flex-basis: 96px;
    min-height: 44px;
    font-size: 18px;
  }

  .domain-hero-search-btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .domain-results-panel {
    padding: 18px;
  }

  .domain-suggested-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .domain-suggested-action {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .domain-result-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .domain-action-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

       .top-gradient {
            height: 32px;
            background: linear-gradient(90deg, #120b45, #3f75ee);
        }

.hosting-section {
            padding: 52px 0 90px;
            background: #f7f9fc;
        }

        .section-title {
            font-size: 34px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 34px;
            color: #102a43;
        }

        .hosting-tabs {
            max-width: 760px;
            margin: 0 auto 55px;
            display: flex;
            padding: 5px;
            gap: 5px;
            background: #e7eef7;
            border: 1px solid #d5e1ee;
            border-radius: 12px;
        }

        .hosting-tabs .tab-btn {
            width: 50%;
            border: 0;
            background: transparent;
            color: #486581;
            font-size: 16px;
            font-weight: 700;
            padding: 13px 15px;
            border-radius: 8px;
            transition: 0.3s ease;
        }

        .hosting-tabs .tab-btn:last-child {
            border-right: 0;
        }

        .hosting-tabs .tab-btn:hover,
        .hosting-tabs .tab-btn.active {
            background: #ffffff;
            color: #1464a5;
            box-shadow: 0 3px 10px rgba(16, 42, 67, 0.12);
        }

        .hosting-tab-panel {
            display: none;
        }

        .hosting-tab-panel.active {
            display: flex;
        }

        .plan-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 475px;
            border: 1px solid #d9e2ec;
            border-radius: 14px;
            padding: 30px 30px 24px;
            margin: 0 auto;
            background: #fff;
            box-shadow: 0 8px 22px rgba(16, 42, 67, 0.06);
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }

        .plan-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 16px 32px rgba(16, 42, 67, 0.14);
            border-color: #77b7e8;
        }

        .plan-card-header {
            padding-bottom: 22px;
            border-bottom: 1px solid #e7eef5;
        }

        .plan-kicker {
            display: block;
            margin-bottom: 10px;
            color: #2b7bb9;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 1.2px;
            text-transform: uppercase;
        }

        .plan-card h4 {
            min-height: 58px;
            margin: 0 0 14px;
            color: #102a43;
            font-size: 25px;
            font-weight: 700;
            line-height: 1.2;
        }

        .plan-price {
            color: #102a43;
            font-size: 31px;
            font-weight: 800;
            line-height: 1;
        }

        .plan-price span {
            margin-left: 6px;
            color: #829ab1;
            font-size: 14px;
            font-weight: 600;
        }

        .plan-details {
            flex: 1;
            padding: 22px 0 24px;
            color: #486581;
            font-size: 16px;
            line-height: 1.75;
        }

        .plan-details p,
        .plan-details ul {
            margin-bottom: 0.45rem;
        }

        .plan-details ul {
            padding-left: 0;
            list-style: none;
        }

        .plan-details li {
            position: relative;
            padding-left: 24px;
        }

        .plan-details li::before {
            position: absolute;
            left: 0;
            top: 0;
            color: #1ca36f;
            content: "Ã¢Å“â€œ";
            font-weight: 800;
        }

        .plan-features {
            list-style: none;
            padding: 0;
            margin: 0 0 15px;
        }

        .plan-features li {
            font-size: 19px;
            line-height: 1.18;
            font-weight: 700;
            color: #000;
        }

        .buy-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-width: 145px;
            padding: 12px 22px;
            border-radius: 8px;
            background: #1464a5;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            text-align: center;
            transition: 0.3s ease;
        }

        .buy-btn:hover {
            background: #0d4775;
            color: #fff;
        }

        @media (max-width: 991px) {
            .hosting-tabs {
                margin-bottom: 50px;
            }

            .plan-card {
                margin-bottom: 30px;
            }
        }

        @media (max-width: 575px) {
            .section-title {
                font-size: 24px;
            }

            .hosting-tabs {
                flex-direction: column;
                margin-bottom: 40px;
            }

            .hosting-tabs .tab-btn {
                width: 100%;
                border-right: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.7);
                font-size: 16px;
            }

            .hosting-tabs .tab-btn:last-child {
                border-bottom: 0;
            }

            .plan-card {
                max-width: 100%;
                min-height: auto;
            }

            .plan-price {
                font-size: 30px;
            }

            .plan-features li {
                font-size: 17px;
            }
        }

.hosting-plan-section {
            padding: 60px 0 27px;
            background: #eee;
        }

        .hosting-title {
            font-size: 20px;
            font-weight: 800;
            text-align: center;
            margin-bottom: 18px;
            color: #000;
        }

        .plan-category-title {
            text-align: center;
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 12px;
            color: #000;
        }

        .plan-box {
            position: relative;
            overflow: hidden;
            background-color: #070b98b0;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            color: #fff;
            border-radius: 14px;
            padding: 18px 18px;
            min-height: 190px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            box-shadow: 0 12px 28px rgba(7, 11, 152, 0.18), inset -4px -4px 0 rgba(0, 0, 0, 0.15);
            transition: 0.3s ease;
        }

        .plan-box::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgb(7 11 152 / 64%), rgb(6 8 91 / 64%));
            transition: 0.3s ease;
        }

        .plan-box a {
            position: relative;
            z-index: 1;
            display: block;
            color: inherit;
            text-decoration: none;
        }

        .plan-box:hover {
            transform: translateY(-5px);
            background-color: #05077d;
            box-shadow: 0 16px 32px rgba(7, 11, 152, 0.24), inset -4px -4px 0 rgba(0, 0, 0, 0.16);
        }

        .plan-box:hover::before {
            background: linear-gradient(135deg, rgba(7, 11, 152, 0.84), rgba(6, 8, 91, 0.68));
        }

       .hosting-plan-section .plan-price {
            color: #fff;
            font-size: 20px;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 4px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        }

        .plan-name {
            color: #32b7ff;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.2;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
        }

        .view-link {
            display: inline-block;
            margin-top: 8px;
            font-size: 12px;
            color: #2ea6c8;
            text-decoration: underline;
        }

        .view-link:hover {
            color: #000;
        }

        .plan-group {
            margin-bottom: 14px;
        }

        @media (max-width: 767px) {
            .hosting-title {
                font-size: 19px;
            }

            .plan-category-title {
                font-size: 13px;
            }

            .plan-box {
                margin-bottom: 12px;
            }

            .plan-price {
                font-size: 17px;
            }

            .plan-name {
                font-size: 13px;
            }
        }
        #removeall {
    background: #191918;
    color: #fff;
    font-size: 12px !important;
    margin-top: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.cart-continue {
    margin-top: 14px;
    background: #171716;
    color: #fff;
    font-size: 12px !important;
    border-radius: 5px;
}
.qtyField .qtyBtn, .qtyField .qty {
    padding: 10px 6px;
    width: 30px;
    height: 42px;
    border-radius: 0;
    float: left;
}
.qtyField {
    width: 100px;
    margin: 0 auto;
}
table.shopping_cart_p_1 > tr > td, table.shopping_cart_p_1 > tbody > tr > td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle !important;
}
.shopping_cart_p_1 .cart__price-wrapper,
.shopping_cart_p_1 .cart__update-wrapper,
.shopping_cart_p_1 .cart__image-wrapper {
    vertical-align: middle !important;
}
.shopping_cart_p_1 .cart__qty {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart__image-wrapper {
    width: 120px;
}
.del_btn {
    background: #F44336;
    color: #fff;
    border: none;
    padding: 0 8px;
    cursor: pointer;
}
.cart__footer .solid-border {
    border: 1px solid #e8e9eb;
    padding: 20px;
    margin-bottom: 20px;
}
input.btn.btn--small-wide.checkout {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 15px 8px;
    background-color: #131312;
    color: #faf6f6;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    white-space: normal;
    font-size: 13px;
    -ms-transition: all 0.3s ease-in-out;
    /* -webkit-transition: all 0.3s ease-in-out; */
    /* transition: all 0.3s ease-in-out; */
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
}
[role="tablist1"] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 7px;
}
.tabButton {
    padding: 0.5rem;
    border: none;
    /* border-radius: 4px 4px 0px 0px; */
    background: #f7f7f7;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 50px;
    border: 1px solid #0f0f0f;
    font-family: arial;
    text-align: center;
}
.active1 a {
    background: #bcddf7;
}
.billing-detail > .row p input, .coupon_form > form input {
    border: 1px solid #ddd;
    color: #666;
    margin-top: 6px;
    padding: 5px 8px;
    width: 100%;
    margin-bottom: 7px;
    font-size: 13px;
}
input, select {
    height: 45px;
    padding: 0 10px;
}
.tabPanel {
    padding: 2rem;
}
.checkout-area-start .section-title h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}
.billing-detail > p#address input:last-child {
    margin-top: 0px;
}
.billing-detail > p#address input {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: 'montserratlight';
}
#frmShp .your-order {
    padding: 16px 15px;
    display: grid;
    margin-top: 28px;
}
.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}
.checkout-area-start .section-title h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}
.order-table ul li {
    padding-top: 0px;
    padding-bottom: 12px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
label {
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
}
.order-table ul li h5 {
    font-size: 14px;
}
#frmShp #UserCaptchaCode {
    float: left;
    margin-top: 17px;
    margin-bottom: 10px;
}
#frmShp .CaptchaWrap {
    float: left;
}
.CaptchaWrap {
    position: relative;
}
#UserCaptchaCode {
    padding: 24px 10px;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 231px;
    float: right;
    margin-right: 42px;
}
.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}
a {
  text-decoration: none;
}
input.btn.btn--small-wide.checkout {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 15px 8px;
    background-color: #121211;
    color: #fdfdfd;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    white-space: normal;
    font-size: 13px;
    -ms-transition: all 0.3s ease-in-out;
    /* -webkit-transition: all 0.3s ease-in-out; */
    /* transition: all 0.3s ease-in-out; */
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
}
.ReloadBtn {
    background: url(https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png) left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline: none;
    position: absolute;
    bottom: 10px;
    left: 175px;
    outline: none;
    cursor: pointer;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.order-table input[type="radio"] {
    margin-right: 10px;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
}

.header-actions {
  gap: 12px !important;
}

.header-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #8d969d;
  text-decoration: none;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.header-icon-link i {
  font-size: 30px;
}

.header-cart-link i {
  font-size: 26px;
}

.header-icon-link:hover,
.header-icon-link:focus {
  color: #407BF5;
  transform: translateY(-1px);
}

.header-cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 50%;
  background: #f8b51b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.auth-modal {
  display: none;
  width: min(750px, calc(100vw - 48px));
  padding: 38px 54px 28px;
  color: #f8ab0f;
  background: #ffffff;
}

.fancybox-inner .auth-modal {
  display: block;
}

.auth-modal form {
  margin: 0;
}

.auth-modal .log_in_text2 {
  margin: 0 0 28px;
  color: #1b1a19;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.auth-modal .lightbox_help_note {
  max-width: 520px;
  margin: 0 0 16px;
  color: #f8ab0f;
  font-size: 15px;
  line-height: 1.8;
}

.auth-modal .lightbox_usrename_text {
  margin: 14px 0 8px;
  color: #083679;
  font-size: 20px;
  line-height: 1.2;
}

.auth-modal .lightbox_usrename_text a {
  color: #191817;
  text-decoration: none;
}

.auth-modal .lightbox_usrename_text a:hover,
.auth-modal .lightbox_usrename_text a:focus {
  color: #407BF5;
}

.auth-modal .lightbox_username2 {
  width: 100%;
  height: 39px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid #111111;
  border-radius: 6px;
  color: #222222;
  font-size: 18px;
  outline: none;
}

.auth-modal select.lightbox_username2 {
  color: #03388e;
  background: #ffffff;
}

.auth-modal .g-recaptcha {
  margin: 0 0 18px;
}

.auth-modal .register_button2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.auth-modal .register_button2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.auth-modal .register_button2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 70px;
  padding: 16px 26px;
  border-radius: 6px;
  background: #191817;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.1;
  text-decoration: none;
}

.auth-modal .register_button2 a:hover,
.auth-modal .register_button2 a:focus {
  background: #407BF5;
  color: #ffffff;
}

.auth-modal-login form {
  display: grid;
  grid-template-columns: 1fr 170px;
  column-gap: 44px;
}

.auth-modal-login .log_in_text2,
.auth-modal-login .lightbox_usrename_text,
.auth-modal-login .lightbox_username2,
.auth-modal-login form > div[style] {
  grid-column: 1 / -1;
}

.auth-modal-login .auth-link-forgot {
  grid-column: 1;
  align-self: end;
}

.auth-modal-login .auth-link-signup {
  grid-column: 1;
  align-self: end;
  margin-left: 210px;
}

.auth-modal-login .register_button2 {
  grid-column: 2;
  grid-row: 8 / span 2;
  align-self: end;
}

.auth-modal-forgot {
  width: min(750px, calc(100vw - 48px));
}

.auth-modal-forgot .log_in_text2 {
  max-width: 330px;
  text-align: center;
}

.auth-modal-forgot .lightbox_username2 {
  max-width: 425px;
}

.auth-modal-forgot .register_button2 {
  margin-top: -52px;
  padding-right: 145px;
}

.auth-modal-signup {
  width: min(750px, calc(100vw - 24px));
  padding-top: 36px;
}

.auth-modal-signup .log_in_text2 {
  margin-bottom: 28px;
}

.auth-modal-signup .checkbox_main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.auth-modal-signup .checkbox input {
  width: 15px;
  height: 15px;
}

.auth-modal-signup .checkbox_txt {
  color: #1b1a19;
  font-size: 18px;
}

@media (max-width: 991px) {
  .header-actions {
    align-items: flex-start !important;
    margin-top: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar .container {
    max-width: 1180px;
  }

  .navbar-brand img {
    height: 115px;
  }

  .google_translate_element {
    margin-right: 23px;
}

  .navbar-nav {
    flex-wrap: nowrap;
  }

  .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .header-actions {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  .header-actions .btn {
    padding: 10px 15px;
    font-size: 14px;
    white-space: nowrap;
  }

  .header-icon-link {
    width: 30px;
    height: 30px;
  }

  .header-icon-link i {
    font-size: 26px;
  }

  .header-cart-link i {
    font-size: 23px;
  }
}

@media (max-width: 640px) {
  .header-actions {
    width: 100%;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
    margin-top: 14px;
  }

  .header-actions .btn {
    flex: 0 1 auto;
    min-width: 0;
    padding: 8px 9px;
    font-size: 13px;
    white-space: nowrap;
  }

  .header-actions .header-icon-link {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }

  .header-actions .header-icon-link i {
    font-size: 25px;
  }

  .header-actions .header-cart-link i {
    font-size: 23px;
  }

  .auth-modal {
    width: calc(100vw - 24px);
    padding: 30px 22px 24px;
  }

  .auth-modal .log_in_text2 {
    font-size: 32px;
  }

  .auth-modal-login form {
    display: block;
  }

  .auth-modal-login .auth-link-signup {
    margin-left: 0;
  }

  .auth-modal .register_button2,
  .auth-modal-forgot .register_button2 {
    justify-content: flex-start;
    margin-top: 14px;
    padding-right: 0;
  }

  .auth-modal .register_button2 a {
    min-width: 150px;
    min-height: 58px;
    font-size: 20px;
  }
 
}
.error_01 {
    color: red;
    font-size: 14px;
}
.order-table ul li h5 span, .order-table ul li p span:last-child {
    float: right;
    color: #282828;
}
.specific-request-section {
    background: #0864cf;
    color: #ffffff;
}

.home-feature-slider {
  padding: 68px 0 34px;
  background: #0864cf;
  color: #ffffff;
}

.home-feature-stage {
  /* display: grid; */
  /* grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr); */
  min-height: 336px;
  overflow: hidden;
  border-radius: 2px;
}

.home-feature-copy {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 44px 4% 50px;
}

.home-feature-panel {
  display: none;
  width: 100%;
  animation: homeFeatureFade 0.45s ease;
}

.home-feature-panel.is-active {
  display: block;
}

.home-feature-kicker {
  display: block;
  margin-bottom: 16px;
  color: #b9ddff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-feature-panel h2 {
  /* max-width: 650px; */
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.08;
}

.home-feature-panel p {
  /* max-width: 620px; */
  margin: 0 0 28px;
  color: #e5f2ff;
  font-size: 17px;
  line-height: 1.8;
}

.home-feature-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 30px;
  background: #ff7624;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-feature-button:hover,
.home-feature-button:focus {
  background: #ff984e;
  color: #ffffff;
}

.home-feature-visual {
  position: relative;
  min-height: 430px;
  background: #101d68;
}

.home-feature-image {
  position: absolute;
  inset: 0;
  display: none;
  animation: homeFeatureFade 0.45s ease;
}

.home-feature-image.is-active {
  display: block;
}

.home-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-feature-tabs {
  display: flex;
  gap: 10px;
  padding: 24px 0 0;
}

.home-feature-tab {
  min-width: 150px;
  padding: 12px 16px 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  opacity: 0.82;
}

.home-feature-tab:hover,
.home-feature-tab.is-active {
  border-bottom-color: #ffffff;
  opacity: 1;
}

@keyframes homeFeatureFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  .home-feature-slider {
    padding: 22px 0 18px;
  }

  .home-feature-stage {
    min-height: 0;
  }

  .home-feature-copy {
    height: 310px;
    min-height: 0;
    padding: 0 4px;
    text-align: left;
    align-items: flex-start;
  }

  .home-feature-kicker {
    display: none;
  }

  .home-feature-panel h2 {
    margin: 0 auto 26px;
    max-width: 480px;
    font-size: 27px;
    line-height: 1.16;
  }

  .home-feature-panel p {
    max-width: 500px;
    margin: 0 auto 26px;
    font-size: 17px;
    line-height: 1.5;
  }

  .home-feature-button {
    padding: 13px 28px;
  }

  .home-feature-visual {
    display: none;
    min-height: 0;
  }

  .home-feature-tabs {
    justify-content: space-between;
    gap: 0;
    padding: 32px 10px 0;
    overflow: visible;
  }

  .home-feature-tab {
    flex: 1 1 1;
    min-width: 0;
    padding: 10px 0px 11px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
  }
}

.cod-status-page {
  min-height: 520px;
  padding: 72px 0 88px;
  background: #f6f9fc;
}

.cod-status-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 42px 34px 38px;
  border: 1px solid #dce7f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.1);
  text-align: center;
}

.cod-status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e7f7ef;
  color: #168653;
  font-size: 32px;
}

.cod-status-eyebrow {
  color: #168653;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.cod-status-card h1 {
  margin: 8px 0 10px;
  color: #102a43;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
}

.cod-status-message {
  margin: 0;
  color: #486581;
  font-size: 16px;
}

.cod-payment-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 22px auto 16px;
  padding: 14px 16px;
  border: 1px solid #f2c66d;
  border-radius: 10px;
  background: #fff8e7;
  color: #7a4b00;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-align: left;
}

.cod-payment-notice i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #c27a00;
  font-size: 17px;
}

.cod-order-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px 0 18px;
  text-align: left;
}

.cod-order-summary > div {
  padding: 16px 18px;
  border: 1px solid #e1eaf2;
  border-radius: 10px;
  background: #f8fbfd;
}

.cod-order-summary span {
  display: block;
  margin-bottom: 7px;
  color: #829ab1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cod-order-summary strong {
  color: #102a43;
  font-size: 18px;
}

.cod-status-badge {
  color: #168653 !important;
}

.cod-status-badge i {
  margin-right: 4px;
}

.cod-status-note {
  margin: 0 0 26px;
  color: #627d98;
  font-size: 14px;
}

.cod-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  background: #168653;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cod-download-btn:hover,
.cod-download-btn:focus {
  background: #106d43;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 575px) {
  .cod-status-page {
    min-height: 460px;
    padding: 42px 0 58px;
  }

  .cod-status-card {
    padding: 32px 18px 28px;
    border-radius: 14px;
  }

  .cod-order-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.mem_sb {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 10px;
}
.mem_sb li {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    padding-bottom: 10px;
}
.mem_sb li a {
    color: #2b2929;
    font-size: 13px;
    /* font-weight: bold; */
    text-align: justify;
    border-bottom: 1px solid #666;
    margin: 35px;
}
.others_content_in.others_right_sitebar {
    padding-left: 20px;
}
.others_content_in {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 10px;
    margin-top: 0px;
    height: 600px;
    overflow-y: scroll;
    margin-bottom: 38px;
}
.brand-logo {
    height: 115px;
    background: #fff;
    margin-top: -48px;
    border-radius: 8px;
}

@media only screen and (max-width: 600px) {
  .brand-logo {
    height: 89px;
  }
  .top-header a {
    font-size: 10px;
    margin-right: -3px;
  }
  .hero-service-card h2 {
    font-size: 19px;
  }
  .google_translate_element {
    margin-right: 5px;
  }
  .hero-service-card {
    padding-left: 19px;
  }
  .hero-btns {
    margin-left: 14px;
  }
  .top-header {
    height: 42px;
  }
}
