/*
Theme Name: Hello Elementor Child
Author: DevBunch
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* Header */
.header .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu::before, .header .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu::after {
    border-color: transparent transparent #39b568 transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 30px;
    position: absolute;
    top: -21px;
}
.header .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu::after {
    border-color: transparent transparent white transparent;
    top: -19px;
}
.header .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li a {
    display: inline-flex;
    align-items: center;
}
.header .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li a:before {
	content: "";
    position: relative;
    background-image: url(./assets/images/checkmark-icon.png);
    width: 14px;
    height: 10px;
    margin-right: 13px;
    display: inline-block;
}
.header .sign-in {
  cursor: pointer;
}
.header .sign-in:hover .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.header .sign-in .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu::before, .header .sign-in .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu::after {
    left: auto;
    right: 30px;
}
.header .sign-in .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li a:before{
    display: none;
}
.header .sign-in .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu {
    right: 0 !important;
}
.header .sign-in .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li.label a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.header .sign-in .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li.label:hover a {
    color: #333333 !important;
}
.header .cart-icon img {
  transition: all 0.3s ease-in-out;
}
.header .cart-icon img:hover {
  filter: invert(66%) sepia(42%) saturate(667%) hue-rotate(90deg) brightness(84%) contrast(85%);
}
.accordion-box .card-wrapper:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.accordion-box .card-wrapper .title {
  padding-right: 20px !important;
}
.accordion-box p a {
  color: #39b568;
}
/* Footer Newsletter Form */
.newsletter-form {
  position: relative;
  display: flex;
  gap: 10px;
}
.newsletter-form .news-email {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  padding: 16px 28px;
  width: 100%;
  position: relative;
  color: #333333;
  background-color: #ffffff;
  border: none;
  overflow: visible;
  outline: none;
  border-radius: 4px;
	box-shadow: 0 10px 20px 0 rgba(0,78,42,0.1);
font-family: "Source Sans Pro", sans-serif;
}
.newsletter-form .news-email::placeholder {
	color: #333333;
}
.newsletter-form .news-email:focus {
  outline: none;
  border: none;
}
.newsletter-form .news-btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 25px 45px;
  color: #ffffff;
  background-color: #39b568;
  position: relative;
  border: none;
  overflow: visible;
  outline: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 4px;
  width: auto;
  white-space: nowrap;
font-family: "Inter", sans-serif;
}
.newsletter-form .news-btn:hover {
  color: #ffffff;
  background-color: #111111;
}
.newsletter-form .news-btn:focus {
  outline: none;
  border: none;
	color: #ffffff;
  background-color: #111111;
}
.newsletter-form-outer p {
  color: #333333 !important;
}
.newsletter-form-outer .mc4wp-response p, .newsletter-form-outer .mc4wp-response a {
  margin: 0 0 0;
}
.newsletter-form-outer .mc4wp-alert.mc4wp-success {
    position: relative;
    margin-top: 16px;
    padding: 14px 16px 14px 44px;
    border-radius: 14px;
    background: #F3FBF6;
    border: 1px solid rgba(34, 197, 94, .25);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    color: #14532D !important;
    font-size: 14px;
    line-height: 1.5em;
    display: inline-block;
    text-align: left;
}
.newsletter-form-outer .mc4wp-alert.mc4wp-successp {
    color: #14532D !important;
}
.newsletter-form-outer .mc4wp-alert.mc4wp-success:before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #22C55E;
    color: #ffffff;
    font-weight: 700;
    font-size: 10px;
}
.newsletter-form-outer .mc4wp-alert.mc4wp-error{
  position: relative;
  margin-top: 16px;
  padding: 14px 16px 14px 44px;
  border-radius: 14px;
  background: #FEF2F2;              
  border: 1px solid rgba(239,68,68,.25);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  color: #7F1D1D !important;                   
  font-size: 14px;
  line-height: 1.5em;
  display: inline-block;
  text-align: left;
}
.newsletter-form-outer .mc4wp-alert.mc4wp-error p {
  color: #7F1D1D !important;    
}
.newsletter-form-outer .mc4wp-alert.mc4wp-error:before{
  content: "!";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #EF4444;
  color: #ffffff;
  font-weight: 800;
  font-size: 10px;
}
.table-inner {
  overflow-x: auto;
}
.testimonial-section .comment-bio {
  display: none;
}
.testimonial-section .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls=prev] {
  left: -106px;
}
.testimonial-section .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls=next] {
  right: -106px;
}
/* Blog Section */
.blog-section .jeg-elementor-kit.jkit-postblock .jkit-post-meta>div:not(:only-child):not(:last-child):after {
  content: "|";
  margin: 0 50px;
  color: #e1e5e2;  
}
.blog-section .jeg-elementor-kit.jkit-postblock .jkit-post-meta svg {
  fill: #39b568 !important;
}
.blog-section .jkit-postlist .post-list-item {
  margin-bottom: 16px;
}
.blog-section .jkit-postlist .post-list-item:last-child { 
  margin-bottom: 0;
  border-bottom: none !important;
}
.blog-section .jkit-postlist .post-list-item:last-child a {
  padding-bottom: 0 !important;
}
.blog-section .jkit-postlist .post-list-item, .blog-section .jkit-categorylist .category-list-item {
  position: relative;
  left: -4px;
}
.blog-section .custom-global-tags a {
  font-size: 18px;
  line-height: 1.65em;
  font-weight: 300;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
}
.blog-section .custom-global-tags a:hover {
  color: #39b568;
}
.blog-section .jkit-postblock .jkit-posts .jkit-post:last-child {
  border-bottom: 1px solid #e1e5e2;
  margin-bottom: 60px !important;
}
.blog-section .elementor-pagination {
  border-top: 1px solid #e1e5e2;
  padding-top: 60px !important;
  margin-top: 94px !important;
  display: flex;
  gap: 10px;
}
.blog-section .elementor-pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e5e2;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.blog-section .elementor-pagination .page-numbers.current, .blog-section .elementor-pagination .page-numbers:hover {
  background-color: #39b568;
  border-color: #39b568;
}
/* Bulk Domain Registration */
.bulk-domain-registration .domain-result-box {
  height: 230px;
  overflow-y: auto;
  background-color: #ffffff;
  margin: 0;
  padding: 9px 18px 18px 18px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E1E5E2;
  text-align: start;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
  margin-bottom: 14px;
  border-radius: 0;
}
.bulk-domain-registration .domain-result-box:focus {
  outline: none;
  border: 2px solid #39b568;
}
.bulk-domain-registration .submit {
  background-color: #39b568;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #39b568;
  border-radius: 0px 0px 0px 0px;
  padding: 24px 33px 24px 33px;
}
.bulk-domain-registration .submit:hover {
  background-color: #111111;
  border-color: #111111;
}
/* Home Domain Search */
form.domain-search {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 895px;
  background: #ffffff;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 10px 20px 0 rgba(0,78,42,0.1);
}
form.domain-search .domain-search-inner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
form.domain-search .domain-search-inner::before {
	content: "";
  position: relative;
  background-image: url(./assets/images/search-icon.png);
  width: 20px;
  height: 20px;
  margin: 0 4px 0 22px;
  display: inline-block;
  background-repeat: no-repeat;
}
.domain-search input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: 600;
  color: #777777;
  background: transparent;
  padding: 0 14px;
  min-width: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.domain-search input[type="text"]::placeholder {
  color: #777777;
}
.domain-search button {
  flex-shrink: 0;
  background-color: #39b568;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #39b568;
  border-radius: 0px 0px 0px 0px;
  padding: 24px 33px 24px 33px;
  transition: background 0.15s ease;
}
.domain-search button:focus, .domain-search button:hover {
  background-color: #111111;
  border-color: #111111;
}
.text-editor a {
  color: #39b568;
  display: inline-block !important;
  text-decoration: underline;
  width: auto !important;
}
.add-to-cart-btn {
  cursor: pointer;
}
form.domain-transfer .domain-search-inner::before {
  background-image: url(./assets/images/transfer-icon.png);
}
/* Footer Currency */
.currency-selector-wrap {
  position: relative;
  display: inline-block;
  font-family: inherit;
}
.currency-selector-toggle {
  font-size: 16px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center;
  gap: 9px;
  background: transparent !important;
  border: none !important;
  color: #bfc9c0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  font-family: "Source Sans Pro", sans-serif;
}
.currency-selector-toggle[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.currency-selector-list {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  background: #fff;
  color: #222;
  list-style: none;
  margin: 0;
  padding: 6px;
  min-width: 140px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  z-index: 999;
  max-height: 260px;
  overflow-y: auto;
}
.currency-selector-list[hidden] {
  display: none;
}
.currency-option {
  font-size: 14px !important;
  font-weight: 400 !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  background: transparent !important;
  border: none !important;
  padding: 9px 16px !important;
  color: #222 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.currency-option:hover,
.currency-option.active {
  background: #f0f4f2 !important;
}
/* Home Carousel */
.services-carousel-wrap {
  max-width: 100%;
  overflow: hidden;
}
.service-item {
  /* padding: 0 12px; */
  opacity: 0.5;
}
.services-carousel-wrap .owl-item.active .service-item {
  opacity: 1;
}
.service-item-image {
  width: 100%;
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 33px;
}
.service-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-item .content {
  padding-right: 100px;
}
.service-item-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.service-item-desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.65em;
  font-weight: 300;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
}
.services-carousel .owl-stage-outer {
  overflow: visible;
}
.services-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 88px !important;
}
.services-carousel .owl-nav button.owl-prev,
.services-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #333333 !important;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  transition: background 0.15s ease, border-color 0.15s ease;
  margin: 0;
}
.services-carousel .owl-nav button.owl-prev:hover,
.services-carousel .owl-nav button.owl-next:hover {
  background: #333333;
}
.services-carousel .owl-nav button svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.services-carousel .owl-dots {
  display: none;
}
.elementor-author-box__avatar {
  line-height: 0 !important;
}
.single-post .elementor-widget-theme-post-content a {
  color: #39b568;
}
@media screen and (max-width:1600px) {
  .service-item .content {
    padding-right: 50px;
  }
}
@media screen and (min-width:1367px) and (max-width:1410px) {
  .website-builder .table-inner .row {
    width: 110%;
  }
}
@media screen and (max-width:1366px) {
  /* .header {
    z-index: 5;
  }
  .header.header-nav {
    z-index: 4;
  }
  .header.header-nav:has(.jkit-menu-wrapper.active) {
    z-index: 5;
  } */
	.newsletter-form .news-btn {
    padding: 22px 40px;
	}
  .table-inner .row {
    width: 150%;
  }
  .wordpress-hosting  .table-inner .row {
    width: 100%;
  }
  .testimonial-section .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls=prev] {
    left: -10px;
  }
  .testimonial-section .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls=next] {
    right: -10px;
  }
  .testimonial-section .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls {
    text-align: center;
    margin-top: 30px;
  }
  .testimonial-section .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
  }
  .blog-section .jeg-elementor-kit.jkit-postblock .jkit-post-meta>div:not(:only-child):not(:last-child):after {
    margin: 0 40px;
  }
  .blog-section .elementor-pagination {
    margin-top: 70px !important;
  }
  .website-builder .table-inner .row {
    width: 140%;
  }
  .domain-search input[type="text"] {
    font-size: 20px;
  }
  .domain-search button {
    padding: 20px 25px;
  }
  form.domain-search .domain-search-inner::before {
    width: 17px;
    height: 17px;
    background-size: 17px;
    margin: 0 0px 0 15px;
  }
  .service-item .content {
    padding-right: 30px;
  }
  .services-carousel .owl-nav {
    margin-top: 50px !important;
  }
}
@media screen and (max-width:1024px) {
  .header .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper {
    max-width: 100% !important;
  }
  .header.header-nav .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu {
    min-width: auto !important;
    background: #ffffff !important;
  }
  .header.header-nav .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu.dropdown-open {
    position: relative !important;
  }
  .header.header-nav:has(.jkit-menu-wrapper.active) {
    z-index: 5;
  }
  .header .sign-in .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu {
    right: 5px !important;
  }
	.newsletter-form .news-btn {
		font-size: 16px;
    padding: 18px 30px;
	}
	.newsletter-form .news-email {
    padding: 14px 25px;
  }
  .table-inner .row {
    width: 170%;
  }
  .vps-hosting .table-inner .row {
    width: 150%;
  }
  .email-marketing .table-inner .row {
    width: 115%;
  }
  .blog-section .jeg-elementor-kit.jkit-postblock .jkit-post-meta>div:not(:only-child):not(:last-child):after {
    margin: 0 30px;
  }
  .blog-section .jkit-postblock .jkit-posts .jkit-post:last-child {
    margin-bottom: 40px !important;
  }
  .blog-section .elementor-pagination {
    margin-top: 40px !important;
    padding-top: 40px !important;
  }
  .blog-section .elementor-pagination .page-numbers {
    width: 45px;
    height: 45px;
  }
  .website-builder .table-inner .row {
    width: 185%;
  }
  .domain-search input[type="text"] {
    font-size: 18px;
  }
  .domain-search button {
    padding: 16px 25px;
  }
  .domain-extension .table-inner .row {
    width: 160%;
  }
  .service-item-desc {
    font-size: 18px;
  }
  .service-item .content {
    padding-right: 0;
  }
  .services-carousel .owl-nav {
    margin-top: 20px !important;
  }
  .service-item-image {
    margin-bottom: 25px;
  }
  .service-item-title {
    margin-bottom: 8px;
  }
  .services-carousel .owl-nav button.owl-prev, .services-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
  .services-carousel .owl-nav button.owl-prev span, .services-carousel .owl-nav button.owl-next span {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width:767px) {
	.newsletter-form .news-btn {
		font-size: 14px;
    padding: 14px 20px;
	}
	.newsletter-form .news-email {
		font-size: 16px;
    padding: 12px 20px;
  }
  .table-inner .row {
    width: 480%;
    flex-wrap: nowrap;
  }
  .wordpress-hosting  .table-inner .row {
    width: 220%;
  }
  .web-hosting .table-inner .row {
    width: 300%;
  }
  .vps-hosting .table-inner .row {
    width: 350%;
  }
  .email-marketing .table-inner .row {
    width: 300%;
  }
  .professional-email .table-inner .row {
    width: 200%;
  }
  .blog-section .custom-global-tags a {
    font-size: 16px;
  }
  .blog-section .jeg-elementor-kit.jkit-postblock .jkit-post-meta>div:not(:only-child):not(:last-child):after {
    margin: 0 15px;
  }
  .blog-section .jkit-postblock .jkit-posts .jkit-post:last-child {
    margin-bottom: 30px !important;
  }
  .blog-section .elementor-pagination {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .blog-section .elementor-pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
  .website-builder .table-inner .row {
    width: 500px;
  }
  .whois-cta .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  form.domain-search {
    flex-direction: column;
    align-items: stretch;
  }
  form.domain-search .domain-search-inner {
    padding-top: 7px;
    padding-bottom: 15px;
  }
  .domain-search input[type="text"] {
    font-size: 16px;
  }
  .domain-search button {
    font-size: 16px;
    padding: 14px 20px;
  }
  form.domain-search .domain-search-inner::before {
    margin: 0 0px 0 10px;
  }
  .domain-extension .table-inner .row {
    width: 390%;
  }
  .currency-widget {
    position: relative !important;
    right: 0 !important;
    text-align: right !important;
  }
  .service-item-desc {
    font-size: 16px;
  }
  .services-carousel .owl-nav {
    gap: 15px;
  }
  .service-item-image {
    margin-bottom: 20px;
  }
  .service-item-title {
    margin-bottom: 5px;
  }
  .services-carousel .owl-nav button.owl-prev, .services-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }
  .services-carousel .owl-nav button.owl-prev span, .services-carousel .owl-nav button.owl-next span {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}