
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.container_border_style {
  position: relative;
  padding: 20px;
}

.container_border_style::before,
.container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #03a7d3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container_border_style::before {
  left: 0;
}

.container_border_style::after {
  right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Add to your main CSS file */
/* BelforTech Brand Colors */
:root {
  --belfortech-primary: #0a53be;
  --belfortech-secondary: #0652dd;
  --belfortech-accent: #FF6C2C;
  --belfortech-success: #28a745;
  --belfortech-warning: #ffc107;
  --belfortech-danger: #dc3545;
}

/* Status badges */
.badge.bg-success {
  background-color: var(--belfortech-success) !important;
}
.badge.bg-warning {
  background-color: var(--belfortech-warning) !important;
  color: #212529;
}
.badge.bg-danger {
  background-color: var(--belfortech-danger) !important;
}

/* Buttons */
.btn-primary {
  background-color: var(--belfortech-primary);
  border-color: var(--belfortech-primary);
}
.btn-primary:hover {
  background-color: #0949a3;
  border-color: #0949a3;
}

/* Cards */
.card-header {
  background-color: white;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Table styling */
.table-hover tbody tr:hover {
  background-color: rgba(10, 83, 190, 0.05);
}


/*header section*/
.hero_area {
  position: relative;
  background: linear-gradient(to right, #0a53be, #0652dd);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}



.header_section {
  padding-right: 20px;
  padding-left: 20px;
  background: linear-gradient(to right, #0a53be, #0652dd);
  min-height: 60px;
  display: flex;
  align-items: center;
  z-index: 1000;

}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  width: 70px;
}

.navbar-nav .nav-item .nav-link {
  padding: 8px 15px;
  margin: 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #ddd;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.close-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6l18 18M6 24L24 6'/%3e%3c/svg%3e");
}

.navbar-collapse {
  transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }
}

.header_section.shrink {
  min-height: 50px;
  transition: min-height 0.3s ease;
}


.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}



/* start search domain - home*/

/* end search domain -home */

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 90px;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2rem;
}

.slider_section .detail-box h1 span {
  font-size: 3rem;
  color: #03a7d3;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
}

.slider_section .detail-box .btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #03a7d3;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #03a7d3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-1:hover {
  background-color: transparent;
  color: #03a7d3;
}

.slider_section .detail-box .btn-2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-2:hover {
  background-color: transparent;
  color: #ff4646;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  z-index: 3;
  font-size: 22px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #03a7d3;
  opacity: 1;
  font-size: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff;
  color: #000000;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  color: #999;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.service_section .box .img-box {
  width: 75px;
  height: 75px;
  background-color: #03a7d3;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
}

.service_section .box .img-box img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
}

.service_section .box .detail-box a {
  color: #03a7d3;
}

.service_section .box .detail-box a:hover {
  color: #ff4646;
}

.service_section .box:hover .img-box {
  background-color: #ff4646;
}


/* search domain */

.search-container {
  display: flex;
  width: 450px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-input {
  flex: 2;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
}

.domain-extension {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px;
}

.search-button {
  padding: 10px 20px;
  background-color: rgba(135, 199, 34, 1);
  color: white;
  border: none !important;
  cursor: pointer;
  font-size: 16px;
}

.search-button:hover {
  background-color: #289745;
  border: none;
}

/* end search domain */


/* testimonial section */

.testimonials-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  text-align: center;
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;

}

.testimonial-card h4 {
  margin-bottom: 5px;
}

.testimonial-card p:nth-child(3) {

  font-style: italic;
  margin-bottom: 10px;
}

.testimonial-card p:last-child {
  flex-grow: 1;

}

.row.mt-4 {
  display: flex;
}

.col-md-4 {
  display: flex;

}



.brand-logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.brand-logos img {
  width: 150px;
  /* height: 60px; */
  object-fit: contain;
}


/* end testimonial */




/* features section */

.features-section {
  background: linear-gradient(to right, #0a53be, #0652dd);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.feature-box {
  padding: 20px;
}

.feature-box i {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-box h4 {
  white-space: nowrap;
}



/* end features */

/* hosting section */
.hosting-section {
  text-align: center;
  padding: 60px 20px;
}

.hosting-section img {
  width: 100%;
  border-radius: 10px;
}

.hosting-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
  margin-top: 20px;


}

.hosting-feature {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  justify-content: center;
  /* text-align: left; */
}

/* end hosting */


.server_section {
  background: linear-gradient(110deg, transparent 25%, #020230 25%);
  padding: 55px 0;
  color: #ffffff;
}

.server_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.server_section .img-box {
  position: relative;
}

.server_section .img-box img {
  width: 100%;
}

.server_section .img-box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.server_section .img-box .play_btn button {
  background-color: transparent;
  border: none;
  background-color: #03a7d3;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  outline: none;
}

.server_section .img-box .play_btn:before,
.server_section .img-box .play_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #03a7d3;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.server_section .img-box .play_btn:before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
  animation: before-animation 1500ms infinite;
}

.server_section .img-box .play_btn:after {
  z-index: 1;
  -webkit-animation: after-animation 1500ms infinite;
  animation: after-animation 1500ms infinite;
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.server_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
}

.server_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}





.client_section {
  padding-bottom: 45px;
}

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: -65px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #03a7d3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #ff4646;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #03a7d3;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #03a7d3;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container input {
  width: 100%;
  border: 1px solid #b0b0b0;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #ff4646;
}

/* info section */
.info_section {
  background-color: #020230;
  color: #ffffff;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #ff4646;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #ff4646;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a img {
  margin-right: 10px;
}

.info_section .info_links a:hover,
.info_section .info_links a.active {
  color: #ff4646;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: transparent;
  color: #ff4646;
}

/* end info section */





/* start CTA  */
.cta-section {
  background: linear-gradient(90deg, #0d6efd, #1e3a8a);
  color: white;
  padding: 50px 0;
}

.cta-text {
  max-width: 500px;
}

.cta-image img {
  max-width: 100%;
}

/* end CTA */

/* start must-have */
.must-have-section {
  background-color: #f8f9fa;
}


.must-have-card {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.must-have-card:has(h2) {
  border: none;
  box-shadow: none;
  background-color: #f8f9fa;
}



.must-have-icon {
  background: #fdeee8;
  padding: 10px;
  border-radius: 10px;
}

.must-have-card h5 {
  font-weight: bold;
  margin-bottom: 5px;
}

.must-have-card p {
  color: #666;
  margin: 0;
}

/* end must-have */


/* start pricing */

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-section {
  background-color: #f8f9fa;
  color: rgba(12, 45, 110, 1);
  text-align: center;
  padding: 60px 20px;
}

.pricing-card {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  border-radius: 10px;
  border: 2px solid rgba(18, 67, 170, 1);
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.pricing-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(18, 67, 170, 1);
}

.pricing-card .price {
  font-weight: bold;
  color: #00bcd4;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  flex-grow: 1;
}

.pricing-card ul li {
  text-align: left;
  padding: 5px 0;
}

.pricing-card .btn {
  background: rgba(18, 67, 170, 1);
  color: rgba(255, 255, 255, 1);
  width: 100%;
  align-self: stretch;
  transition: background-color 0.3s ease;
}

.pricing-card .btn:hover {
  background-color: rgba(12, 45, 110, 1);
}

/* Popular Card Styles */
.popular-card {
  background-color: #e0f7fa;
  position: relative;
  height: 110%;
}

.popular-button {
  background-color: #00bcd4;
}

.popular-button:hover {
  background-color: #0097a7;
}

.popular-badge {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #ffc107;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: bold;
}

/* Featured Card Styles (Similar to Popular Card) */
.featured-card {
  background-color: #e0f7fa;
  height: 110%;
}

.featured-button {
  background-color: #00bcd4;
}

.featured-button:hover {
  background-color: #0097a7;
}


.pricing-card:nth-child(1) {
  height: 95%;
}

.pricing-card:nth-child(3) {
  height: 105%;
}

@media (max-width: 768px) {
  .search-container {
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
  }

  .search-input,
  .domain-extension {
    flex: 1 1 100%;
    /* Take full width on smaller screens */
    max-width: 100%;
  }

  .search-input,
  .domain-extension,
  .search-button {
    font-size: 14px;
    padding: 8px;
  }

  .domain-extension {
    padding: 8px 5px;
  }

  .result-container {
    padding: 10px;
  }
}

@media (max-width: 991px) {

  .col-md-3,
  .col-md-4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .col-sm-6,
  .col-md-3,
  .col-md-4 {
    margin-bottom: 20px;
  }
}

/* end pricing */

/* money back guarantee + payment options*/

.get-started-section {
  background-color: rgba(242, 245, 255, 1);
}

.guarantee-card {
  /* background: #fff; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  padding: 20px;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  gap: 15px;
  border: none;
}

.guarantee-icon {
  background: #fdeee8;
  padding: 10px;
  border-radius: 10px;
}

.guarantee-card h5 {
  font-weight: bold;
  margin-bottom: 5px;
}

.guarantee-card p {
  color: #666;
  margin: 0;
}

.payment-options {
  text-align: center;
  margin-top: 30px;

}

.payment-options img {
  margin: 30px;
}

/* end payment options */


/* footer section*/
/* WhatsApp Button Styles */
.whatsapp-popup {
    position: fixed;
    bottom: 20px;
    left: 20px; /* Position on the left side */
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.whatsapp-popup img {
    width: 30px;
    height: 30px;
}

/* Tooltip Styling */
.tooltip {
    position: absolute;
    bottom: 80px;
    left: 70px; /* Adjust tooltip placement for the left side */
    background-color: #25d366;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: none;
}

.whatsapp-popup:hover .tooltip {
    display: block;
}




.bg-primary {
  background: linear-gradient(to right, rgba(18, 67, 170, 1), rgba(42, 118, 246, 1));
}

.btn-warning {
  background-color: #f97316;
  border-color: #f97316;
}

.btn-warning:hover {
  background-color: #ea580c;
  border-color: #ea580c;
}





/* checkout page */
.sidebar-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.payment-method label {
  display: block;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

.payment-method input {
  display: none;
}

.payment-method input:checked+label {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* end checkout page */

#card-details {
  display: none;
  /* Initially hidden */
  margin-top: 20px;
}

.card-details-container {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}



/* Invoice  */
.invoice-container {
  width: 800px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.header img {
  max-height: 50px;
}

/* .status {
  color: red;
  font-weight: bold;
} */

.text-green-500 {
  color: #16a34a;
  font-weight: bold;
  /* Green */
}

.text-red-500 {
  color: #dc2626;
  font-weight: bold;
  /* Red */
}


.section {
  margin-top: 20px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.table-container {
  margin-top: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background: #f1f1f1;
}

.total-section {
  margin-top: 20px;
  text-align: right;
  font-size: 1.1em;
}

.footer {
  margin-top: 20px;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

.payment-section {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pay-button {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px;
}


.download-button-container {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}

.download-button {
  background-color: #03a7d3;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  animation: pulse 2s infinite ease-in-out;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.download-button:hover {
  background-color: #0280a3;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}