:root {
    --inter-font : "Inter Tight", sans-serif;
}

.header-subtitle{font-size: 30px; padding: 10px 30px;border: 1px solid rgba(255, 255, 255, .5);border-radius: 100vmax;display: inline-block;}

.hero-banner h2 {
    font-size: 140px;
    font-weight: 400;
    line-height: 1.1;
}

.header{height: 70px;}

.banner .banner__left {
    padding-top: 280px;
}

.hero-banner h2+ h2{
    text-align: right;
}

.hero-banner .block-text .heading {
    margin-bottom: initial !important;
}

.block-text .heading{font-weight: normal;}

.portfolio-box {
    position: initial !important;
    background: none;
    align-items: center;
}

.portfolio-box .step, .custom-box h6 {
    position: initial !important;
    font-size: 40px;
    border: none;
    padding: none;
    backdrop-filter: none;
    text-align: right;
    font-family: var(--inter-font);
}

.portfolio-box .icon {
    text-align: right;
    padding-right: 50px;
}

.portfolio-box .content .title {
    display: none;
}

.ft-body-text {
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.form{margin-top: 20px;margin-bottom: 80px;}

.form .form-control {
    margin-inline: initial;
    max-width: initial;
}

.contact-icn {
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.contact-icn .icn-bg{
    display: flex;
    align-items: center;
    justify-content: center;
}


.full-screen-text{font-size: 80px;text-align: center;line-height: 1.2; font-weight: 600;}

.hero-title span {
    background: linear-gradient(264.28deg, #38E3B6 -38.2%, #9A45E8 103.12%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.flex-1 {
    flex: 1;
}

.banner .banner__left {
    padding: initial !important;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: initial;
    padding-block: 50px;
    padding-top: 130px;
}

.hero-banner h2 {
    font-size: 9vw;
}

.portfolio-box .content {
    padding-left: 50px;
}

.portfolio-box .flex-1 {
    min-width: 50%;
}
.add-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.add-col .icn-bg {
    width: initial !important;
}

.custom-box{
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.mt-30{margin-top: 30px;}

.custom-box h6{
    background: linear-gradient(-90deg, #38E3B6, #9A45E8), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.custom-box strong{font-weight: bold;margin-bottom: 5px;display: block;}

.premium-section {
    padding-top: 40px;
}

.footer__bottom {
    padding: 0 0 40px !important;
}

.footer__bottom a {
    font-weight: 600;
    font-size: 14px;
}

.outlined-text{
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    /* text-align: right !important; */
}

.main-midd{
    max-width: 850px;
    margin: auto;
}

.site-subtitle{font-size: 24px; color: #fff; font-weight: 600;}
.body-font{font-family:"Montserrat", sans-serif;}
.box-testimonial .info{margin-top: 0;text-align: left;}
.box-testimonial .info h4{
        font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.box-testimonial p{font-size: 22px}
.bottom-custom-section .box-testimonial p{font-size: 16px}
.bottom-custom-section .box-testimonial p+p{margin-top: 15px;}

.testimonials .testimonials__main {
    padding-block: 100px !important;
    margin: 0;
}

.action-btn span {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.for-mobile {
    display: none;
}

.action-btn.hero-btn {
    margin-block: 30px;
}

.action-btn.hero-btn span {
    background: #197df0 !important;
    color: #fff;
}

.about-section{padding-top: 120px !important;padding-bottom: 150px !important;}
.about-section p{text-align: left;}

.portfolio__left {
    position: relative;
}

.portfolio__left::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background: #fff;
    z-index: 99;
    top: 0;
    opacity: 0.2;
}

.blue-title {
    color: #197df0 !important;
}

.action-btn.hero-btn {
    margin-bottom: 40px;
}

.domain-img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 50px;
    display: block;
}

.premium-section .heading {
    margin-bottom: 40px;
}

.flat-accordion .toggle-content {
    display: block;
    margin-top: initial;
}

.toggle-title {
  cursor: pointer;
  position: relative;
}

.toggle-title .icon-plus {
  transition: transform 0.3s ease;
}

.toggle-title.active .icon-plus {
  transform: rotate(45deg);
}

.toggle-content .body-font {
    padding: 15px;
    padding-top: 0 !important;
}

.gt_float_switcher .gt-selected {
    background: none !important;
    z-index: 6 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    color:#fff !important;
    font-family: var(--body-font) !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    text-align: end;
    padding: initial !important;
}

.gt_float_switcher .gt_options a {
    font-family: var(--body-font) !important;
    font-size: 14px !important;
    color: black !important;
    font-weight: 500;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M18.2072 9.0428 12.0001 2.83569 5.793 9.0428 7.20721 10.457 12.0001 5.66412 16.793 10.457 18.2072 9.0428ZM5.79285 14.9572 12 21.1643 18.2071 14.9572 16.7928 13.543 12 18.3359 7.20706 13.543 5.79285 14.9572Z'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: 20px !important;
}

#gt_float_wrapper {
    display: flex !important;
}

.gt_float_switcher {
    background: none !important;
}

.gt_float_switcher img {
    width: 25px !important;
    height: 25px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 100vmax !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    top: 50px !important;
    right: 0 !important;
    width: 130px !important;
    background: #fff !important;
    overflow-y: none !important;
    max-height: initial !important;
    font-family: var(--body-font) !important;
}

.gt_float_switcher .gt_options a:hover,
.gt_float_switcher .gt_options a:active {
    background: black !important;
    color: white !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    margin-right: 8px !important;
}

.lang-switcher {
    position: relative;
}

.icon-plus:before {
    content: "\e900";
    color: #fff;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    text-align: left;
    margin-top: 8px;
}

input[type="submit"].action-btn {
    background: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    color: #000;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    font-size: 14px;
    font-family: var(--body-font) !important;
}

.wpcf7-spinner {
    display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff !important;
}

/* .shape {
    content: "";
    position: absolute;
    width: 2000px;
    height: 2000px;
    top: -70%;
    left: -60%;
    z-index: -1;
    background: radial-gradient(34.98% 34.98% at 50% 50%, #725BDA 0%, rgba(6, 19, 45, 0) 100%);
    opacity: 0.5;
} */

.page-404  {
    padding-top: 120px;
    padding-bottom: 80px;
}

.title-404 {
    font-size: 120px;
}


.site-text-list, .site-text-list li{list-style-type: disc !important;font-size: 16px;font-family: "Montserrat", sans-serif;}


.domain-wrap h3{margin: 0;}
.domain-wrap p{font-size: 18px;}
.domain-wrap ul {
    margin-top: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #47495a;
    padding: 20px;
    border-radius: 20px;
    max-width: 350px;
    margin-inline: auto;
    background: #21233c;
}

.domain-wrap ul li{
    padding-left: 30px;
    background: url(https://namesooq.com/wp-content/uploads/2025/10/check-mark.png) no-repeat;
    background-position: center left;
    background-size: 18px;
    text-align: left;
}

.domain-icon-box-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-block: 50px;
}

.domain-icon-box-wrap img{height: 60px;margin-bottom: 20px;}
.contact-sales-text{font-weight: 600;margin-block: 20px;display: inline-block;}

@media screen and (min-width: 1500px) {
.hero-banner h2{font-size: 120px;}
}

@media screen and (max-width: 767px) {
.portfolio-box .step {
    padding: 0;
    text-align: left;
}

.for-desktop {
    display: none;
}

.portfolio-box {
    /* flex-direction: column; */
    padding: 0;
}

.domain-img {
    height: 200px;
    margin-top: 0;
}

/* .portfolio-box .content {
    padding-left: 16px;
} */

.full-screen-text {
    font-size: 34px;
}

.full-screen-text br{
    display: none;
}

.faq  {
    padding: 40px 0;
}

.flat-accordion .flat-toggle .toggle-title span {
    margin-right: 4px;
}

.footer .footer__bottom div {
    margin: 0 !important;
}

.footer .footer__bottom, .add-col {
    gap: 20px;
}

.add-col {
    align-items: center;
}

.header .header__right .mobile-button {
    display: none;
}

.portfolio-box .content{border: none;padding-left: 20px !important;}

.outlined-text{text-align: left !important;font-size: 40px;max-width: 120px !important;}
.outlined-text{    -webkit-text-stroke-width: 1px;}
.box-testimonial p {font-size: 16px;}
.box-testimonial .info h4{font-size: 26px;}
.custom-box, .box-testimonial .info h4{text-align: left;}
.custom-box{padding: 25px}
.custom-box h4{text-align: center !important;}
.testimonials .testimonials__main {margin-block: 0 !important;}
.hero-banner h2 {font-size: 46px;}
.footer .footer__bottom{flex-direction: column;}

.footer__bottom a {width: 100%;text-align: center;display: block;}
.footer__bottom a .icn-bg{display: none;}

.form{margin-top: 20px;margin-bottom: 50px;}
.faq{margin-top: 60px;}

.header.is-fixed.is-fixed.is-small{height: 55px;}

.banner {
    padding-top: 80px;
    /* padding-bottom: 140px; */
}

h6.hero-title.body-font{margin-bottom: 40px;}

.middle-content .hero-title {
    line-height: 1.5;
}

.testimonials .testimonials__main {padding-block: 80px !important;}

.about-section{padding-bottom: 80px !important;}

.for-mobile {
    display: block;
}

.portfolio-box .icon {
    min-width: 30%;
    font-size: 34px;
    padding-right: 20px;
    text-align: right !important;
}

.portfolio__left::after {
    left: 34%;
}

.portfolio .block-text .heading, h3, .h3 {
    margin-bottom: 38px;
    text-align: left;
    line-height: 1.3;
    font-size: 26px;
}

.site-text-list{padding-left: 10px;}
.domain-wrap h3{text-align: center;}
.domain-icon-box-wrap{flex-direction: column;}
.domain-icon-box {display: flex;align-items: center;gap: 10px;flex-direction: column;}
.domain-icon-box-wrap img {margin: 0;height: 30px;}
.domain-icon-box-wrap{gap: 40px;margin-bottom: 0;}
.about-heading{text-align: center;}
}