#DomainSearchResults {
    position: relative;
    z-index: 3;
}

/* Page wrap section */

section#main-body {
    padding-top: 0px;
}

/* Sidebar section */

.sidebar__item:hover {
    color: #007acc !important
}

/* Hero section */

.main__page__custom {
    padding-left: 0 !important;
    
    max-width: 100% !important;
}

.header-image-background.header-image-background {
    background-image: url(https://www.domain-deal.com/assets/img/Edsas10122021ZA-46.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
    body.horizontal__sidebar:not(.horizontal__top__sidebar) .sidebar {
        border-bottom: 5px solid !important;
        border-image-slice: 1 !important;
        border-image-source: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%) !important;
    }
}

.gradient-button {
    background: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%);
    padding: 10px;
    color: white;
    border-radius: 10px;
}

.gradient_border-top {

 	border-top: 5px solid !important;
        border-image-slice: 1 !important;
        border-image-source: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%) !important;

}

.gradient_background {
	
	background: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%) !important;

}

.domain__register__hero__custom {

	background: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%);
    height: 500px;

}

.home_domain_search_text_color {

	color: #000000 !important;
}

.home_search_button {

	background-color: #000000;
border-color: #000000;
}

.domain__register__hero__custom:after {

	background: url("https://noc.domain-deal.com/assets/img/logo%20element%20rechts.png");
position: absolute;
opacity: 1;
margin-left: 140px;
margin-top: -90px;
}

.tdl-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.domain-search {
    max-width: 70%;
}

.domain_search_button {
    margin-right: 250px;
}


.domain__register__form__custom {
    background-color: transparent;
}

.coodiv__primary__link__tabs a.active {
    border-bottom: 2px solid #000000;
}

.domain__search__input__wrapper  {
    flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
    .domain-searcher {
    width: 200px !important;
}
}

@media only screen and (max-width: 768px) {
    .domain_search_button {
        margin-right: 250px;
        margin-left: -25px;
    }
    }

@media only screen and (min-width: 768px) {
.domain__search__bar {
    width: 64%;
    margin-left: 24%;
}
}

/* Benefits section */

.img-wrapper {
    padding: 20px;
}

.benefit-img {
    width: 350px;
    height: 225px;
    border-radius: 12px;
    margin-bottom: 35px;
}

.benefit-svg {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    margin-bottom: 35px;
}

.btn-spacing {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-gradient {
    background: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%);
    border: none;
    color: #fff;
}

.cards-position {
    position: relative;
    margin-top: -10.75rem;
    z-index: 2;
}

@media only screen and (max-width: 1012px) {
    .benefit-img {
        width: 230px;
    } 
}

@media only screen and (max-width: 767px) {
    .benefit-img {
        width: 230px;
    } 
}

/* FAQ section */

.faq-title {
    padding-left: 10px;
    padding-right: 10px;
}

.faq-lijsten {
    background: url("https://www.domain-deal.com/assets/img/Blauw-Groen-gloed-midden.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; /* Ensure the parent has a positioning context */
    overflow: hidden; /* Prevent overflow if needed */
}

.faq-links {
    color: #000;
}

.faq-links:hover {
    color: #007acc;
}

.row-new {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Create two equal columns */
.row-new > .col-new {
    flex: 0 0 50%; /* Each column takes 50% width */
    max-width: 50%; /* Prevent columns from exceeding 50% */
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

/* Optional: Responsive Design */
@media (max-width: 768px) {
    .row-new > .col-new {
        flex: 0 0 100%; /* Stack columns on smaller screens */
        max-width: 100%;
    }
}

.faq-footer {
    margin-right: auto;
    margin-left: 50px;
}

@media (max-width: 768px) {
    .faq-footer {
        margin-right: auto;
        margin-left: auto;
    }
}

.bg-blur {
    background: hsl(0, 0%, 100%, 0.5) !important;
    position: relative;
    z-index: 2;
}

.blur-bg {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: hsl(0, 0%, 100%, 0.5) !important; 
    z-index: -1;
}

.bg-blur::before {
    content: "";
    filter: blur(10px);
}

/* Reviews section */

.slider-container {
    z-index: 1;
    position: relative;
}

.logo-background {
    background: url("https://www.domain-deal.com/assets/img/Blauwe-gloed-midden-klein.png") 100% 95%;
    background-size: 750px 550px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.logo-background::before {
    content: "";
    background: url("https://www.domain-deal.com/assets/img/Logo-element-links.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1200px;
    height: 1500px;
    top: 100%;
    left: 0;
    margin-left: -265px;
    transform: translateY(-75%);
    opacity: 1;
    z-index: -1;
    pointer-events: none;
}

.logo-background-low {
    background: url("https://www.domain-deal.com/assets/img/Blauwe-gloed-midden-klein.png") 100% 95%;
    background-size: 750px 550px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.logo-background-low::before {
    content: "";
    background: url(https://www.domain-deal.com/assets/img/Logo-element-links.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;         /* Responsive to viewport width */
    max-width: 600px;     /* Limits size on larger screens */
    height: auto;
    aspect-ratio: 4 / 5;  /* Maintain image ratio */
    top: 220%;
    left: 0;
    transform: translateY(-75%);
    opacity: 1;
    z-index: -1;
    pointer-events: none;
}


@media (max-width: 768px) {
    .logo-background::before {
        width: 120px;
    height: 150px;
    }
}

.review-avatar {
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.distance-top {
    margin-top: 3rem;
}

.review-caption {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    position: relative;
    z-index: 1;
}

.review-box {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .04), 0 20px 10px 0 rgba(0, 0, 0, .06);
}

.review-title {
color: #007acc;
}

.review-text {
color: #000;
}

@media (max-width: 768px) {
.slider-container {
    margin-left: -25px;
 }

 .review-box {
    padding-left: 25px;
    padding-right: 25px;
 }

 .responsive-container {
    width: 437px;
 }
}

/* Pricing section */

.main__features__box2 {
    border-radius: 12px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .04), 0 24px 64px 0 rgba(0, 0, 0, .06);
    transition: all .2s;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--background);
    height: 100%;
}

.btn-gradient-border.btn-gradient-border {
    background: var(--background);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%);
}

.btn-gradient-border-2 {
    background: var(--background);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%);
    transition: background 0.4s ease-in-out;
}

.btn-gradient-border-2:hover {
    background: linear-gradient(40deg, rgba(215, 254, 109, .8) 10%, rgba(0, 122, 204, .8) 80%);
}

.price {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #007acc;
    text-align: left;
}

.price-list {
    margin-bottom: auto;
}

.price-btn {
    margin-top: auto !important;
}

.price-list li {
    text-align: left;
    padding-bottom: 10px;
}

.btn-white {
    background-color: #fff;
    color: #000000;
    border-radius: 0;
}

.switch {
    text-align: center;
    padding-bottom: 50PX;
    padding-top: 30px;
}

.switch span {
    cursor: pointer;
}

.switch span.active {
    color: #000;
    font-weight: bold;
}

.logo-background-right::before {
    content: "";
    background: url(https://www.domain-deal.com/assets/img/logo-element-rechts.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw; /* Use full viewport width */
    max-width: 600px; /* Limit size on desktop */
    height: auto;
    aspect-ratio: 4 / 5; /* Keeps a proportional height */
    top: 40%;
    right: 0; /* Place on the right instead of using margin-left */
    transform: translateY(-75%);
    opacity: 1;
    z-index: -1;
    pointer-events: none;
}

/* tekstblok met afbeelding */

.textbox-container {
    max-width: 80%;
    margin: 90px auto 50px auto;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* Ensuring content and image share space equally */
.content {
    padding-left: 60px;
    padding-right: 60px;
    flex: 1;
}

.bold-font {
    font-weight: bold;
}

.tekst-afbeelding-list {
    list-style-type: auto;
    font-size: var(--p-font-size);
    color: var(--color-texts-opacity);
}

.textbox-image {
    height: 600px;
    width: 600px;
    position: relative;
    left: 70px;
    object-fit: cover; /* Ensures the image fills the container without squishing */
    border-radius: 0px 10px 10px 0px;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh; /* Prevents excessive stretching */
    overflow: hidden;
}

/* Tablet Styles */
@media screen and (max-width: 1024px) {
    .textbox-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .content {
        padding: 40px;
    }

    .image-container {
        width: 100%;
    }

    .textbox-image {
        width: 100%;
        max-height: 400px;
        position: static;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .textbox-container {
        max-width: 90%;
        padding: 20px;
    }

    .content {
        padding: 30px;
    }

    .check-button {
        width: 100%;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 480px) {
    .textbox-container {
        padding: 15px;
    }

    .content {
        padding: 20px;
    }

    .textbox-image {
        max-height: 250px;
    }
}


/* iconen blok */

.text-blue {
    color: #007acc;
}

/* text switcher */

.switcher-container {
    background-image: radial-gradient(ellipse closest-corner at 30% 40%,rgba(215,254,109,.3),transparent 80%),radial-gradient(ellipse closest-corner at 50% 60%,rgba(230,247,255,.4),transparent 80%),radial-gradient(ellipse closest-corner at 70% 50%,rgba(106,175,245,.2),transparent 80%);
    padding: 20px;
}

.text-switcher {
    display: grid; 
    grid-template-columns: 25% 1fr; 
    grid-column-gap: 20px;
}

.switcher-title {
    font-size: 17px;
    border-right: 1px solid rgba(128, 128, 128, 0.555);
}

.switcher-text {
    color: #000000;
}

.hidden { 
    display: none; 
}

.switcher-active { 
    font-weight: bold; 
    cursor: pointer; 
    color: #007acc;
    border-right: 2px solid #007acc;
}

.switcher-btn-bottom {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .text-switcher {
    display: block; 
}

.switcher-title {
    font-size: 17px;
    margin-bottom: 15px;
    border-right: none;
}

.switcher-active { 
    border-bottom: 2px solid #007acc;
    border-right: none;
}

.switcher-container {
margin: 10px;
}
}

/* why us */

.why-us-container {
    position: relative;
    z-index: 2;
}

.why-us-image-container {
    display: flex;
    flex: 1;
    align-items: center;
    max-height: 100vh;
    overflow: hidden;
}

.overflow-container {
    border-radius: 12px;
    overflow: hidden;
}

.why-us-img {
    height: 550px;
    width: auto;
    position: relative;
    right: 100px;
    border-radius: 12px;
}

#webhosting-why-us {
    right: 350px;
}

.who-we-are-img-container {
    display: flex;
    align-items: center;  
}

.who-we-are-img {
    height: auto;
    width: 500px;
    border-radius: 12px;
}

.circle-background-green {
    background: url(https://www.domain-deal.com/assets/img/Groene-gloed-midden.jpg) 100% 95%;
    background-size: 750px 550px;
    background-repeat: no-repeat;
    position: relative;
}

.circle-background-blue {
    background: url(https://www.domain-deal.com/assets/img/Blauwe-gloed-midden-klein.png) 100% 95%;
    background-size: 750px 550px;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 768px) {
    .why-us-img {
        height: 170px;
        width: 300px;
    }
}

/* Textbox */

.textboxtext-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 60px;
}

.promo-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.promo-column {
    flex: 1;
    min-width: 300px;
}    

@media (max-width: 768px) {
    .promo-section {
        flex-direction: column;
    }
    
    .promo-column {
        min-width: 100%;
    }
}

/* about page */

.about_hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 500px;
}

.page-full-background.page-full-background {
background: linear-gradient(to bottom, transparent 40%, #fff 75%), url(https://www.domain-deal.com/assets/img/Edsas10122021ZA-46.jpg); 
background-size: 100vw 100vh;
background-repeat: no-repeat;
 
}

.about-us-img {
	width: 350px;
	border-radius: 12px;
}

.about-text-hero {
    margin-left: 150px;
    padding-right: 0px;
}

@media screen and (max-width: 750px) {
.about-us-img {
	width: 350px;
	border-radius: 12px;
    margin-bottom: -40px;
}
}

.about-hero-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    margin-top: 290px;
    padding-bottom: 120px;
}

.white-text {
	color: white;
}

.black-text {
    color: #000000;
}

.img-wrapper-3-icons {
	padding: 40px !important;
}

.about-container-fluid {
    padding-top: 100px;
    padding-bottom: 200px;
    padding-right: 250px;
}

@media screen and (max-width: 1450px) {
    .about-container-fluid {
        padding-top: 50px;
        padding-bottom: 100px; 
        padding-right: 0px;
}
}

.about-text-left {
	    width: 500px;
    margin-top: -40px !important;
    margin-left: -150px !important;
}

@media screen and (max-width: 1567px) {
	.about-text-left {
	    width: 500px;
    margin-top: -40px !important;
}
}

@media screen and (max-width: 1180px) {
	.about-text-left {
	    width: 300px;
    margin-top: -40px !important;
    margin-left: 0px !important;
}
}

.form-container-background {
 background-image: url(https://www.domain-deal.com/assets/img/Blauw-Groen-gloed-midden.png);
     background-repeat: no-repeat;
	 background-position: center;
	margin-bottom: 50px;
}

.form-container {
	      max-width: 700px;
      margin: auto;
      padding: 30px;
      border-radius: 12px;
}

   .form-group {
      margin-bottom: 20px;
    }

    .form-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .form-row .form-group {
      flex: 1;
    }

    label {
      display: block;
      margin-bottom: 6px;
      font-weight: bold;
    }

    input, select, textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 16px;
    }

    textarea {
      resize: vertical;
      min-height: 80px;
      max-height: 120px;
    }

    .form-button {
      background: #007bff;
      color: white;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
    }

    .form-button:hover {
      background: #0056b3;
    }

    @media (max-width: 600px) {
      .form-row {
        flex-direction: column;
      }
    }

.form-title {
    margin-left: -5px;
}

/* Tld grid */

.tlds-header {
    text-align: center;
    margin-bottom: 20px;
}

.tlds-header h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.tlds-header p {
    font-size: 16px;
    color: #666;
}

    .tlds-grid {
    width: 85%;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto 20px auto;
    }

    .tld-card {
        background-color: white;
        border-radius: 8px;
        padding: 20px;
        position: relative;
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, .04), 0 5px 64px 0 rgba(0, 0, 0, .06);
    }

    .tld-info {
        color: #007acc;
    }

    .label {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #d7fe6d;
        color: black;
        padding: 5px 8px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 5px;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .page-btn {
        cursor: pointer;
        padding: 4px 8px;
    }
    
    .page-btn.active {
        font-weight: bold;
        text-decoration: underline;
    }
    

    @media (max-width: 1024px) {
        .tlds-grid { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 768px) {
        .tlds-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 480px) {
        .tlds-grid { grid-template-columns: 1fr; }
    }