body {
    counter-reset: section;
}

header {
    position: sticky !important;
    top: 0;
}

header nav {
    overflow-x: hidden;
}

.dual-tone-heading span {
    color: #7DD3FC;
    display: block;
    position: relative;
}

.dual-tone-heading span:before {
    content: "";
    height: 12px;
    width: 100%;
    display: block;
    background: #0EA5E933;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
}

.who-we-are-img::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0) 50%, rgba(15, 23, 42, 0) 100%);
}

.description strong {
    color: #0F172A;
}

.process-box::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  right: 0;
  top: 5px;
  color: #E2E8F0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}


.country-list ul {
    row-gap: 8px;
}

.country-list ul li {
    padding: 4px 12px !important;
    border-radius: 99px;
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
}


.contact-detail-wrapper .elementor-icon-box-content {
    display: flex;
    gap: 4px;
    flex-direction: column-reverse;
}





/* Contact form style start here */

.swal2-container .swal2-popup .swal2-html-container {
    margin: 0;
    overflow: unset;
}

.swal2-container .swal2-popup .swal2-close {
    position: absolute;
    background: transparent;
    border: 0;
    outline: none;
    color: #0F172A;
}

.swal2-container .swal2-popup .swal2-close:focus {
    box-shadow: none;
}

.swal2-container .swal2-popup .swal2-close:hover {
    color: #0284C7;
}

.custom-contact-form {
    font-family: inherit;
}

.custom-contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.custom-contact-form .form-col {
    width: 50%;
}

.custom-contact-form p {
    margin: 0;
}

.custom-contact-form .full-width {
    width: 100%;
}

.custom-contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #334155;
    margin-bottom: 6px;
    text-align: left;
}

.custom-contact-form input,
.custom-contact-form textarea, 
.swal2-html-container .custom-contact-form input,
.swal2-html-container .custom-contact-form textarea {
    width: 100%;
    border: 1px solid #E1E7EF;
    border-radius: 8px;
    padding: 13px;
    font-size: 14px;
    color: #65758B;
    background: #FFFFFF01;
    box-shadow: 0px 1px 2px 0px #0000000D;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus,
.swal2-html-container .custom-contact-form input:focus,
.swal2-html-container .custom-contact-form textarea:focus {
    border-color: #0F172A;
}

.custom-contact-form textarea,
.swal2-html-container .custom-contact-form textarea {
    height: 150px;
    resize: none;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder,
.swal2-html-container .custom-contact-form input::placeholder,
.swal2-html-container .custom-contact-form textarea::placeholder {
    color: #7C8CA0;
}

.custom-contact-form .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.custom-contact-form .form-note {
    font-size: 12px;
    color: #64748B;
    line-height: 1.5;
}

.custom-contact-form .form-submit {
    flex-shrink: 0;
    position: relative;
}

.custom-contact-form .form-submit {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #88CA53;
    color: #fff;
    border: none;
    padding: 10px 32px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-contact-form .form-submit:hover {
    background: #7BAF53;
}

.custom-contact-form .form-submit::after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url('/wp-content/uploads/2026/05/arrow-svg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.custom-contact-form .form-submit input[type="submit"].wpcf7-submit {
    padding: 0 !important;
    border: 0 !important;
    color: white;
    border-radius: 0;
    box-shadow: none !important;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45 !important;
}

.custom-contact-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin: 0 0 0 5px;
    height: 20px;
    width: 20px;
}

.custom-contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: left;
    margin: 2px 0 0 !important;
}

.custom-contact-form-wrapper .wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0;
}

@media (max-width: 767px) {
    
    .swal2-container .swal2-popup {
        width: 90% !important;
    }

    .custom-contact-form .form-row,
    .custom-contact-form .form-footer {
        flex-direction: column;
    }
    
    .custom-contact-form .form-footer {
        align-items: flex-start;
    }
    
    .custom-contact-form .form-col {
        width: 100%;
    }
    
}


/* Contact form style end here */







/* gtranslate style start here */

.global-lang #gt_float_wrapper {
    display: flex;
}

.global-lang .gt_float_switcher {
    box-shadow: none;
}

.global-lang .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.global-lang .gt_float_switcher .gt-selected .gt-current-lang::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/05/gtranslate-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.global-lang .gt_float_switcher .gt-selected .gt-current-lang img,
.global-lang .gt_float_switcher .gt_options img {
    display: none;
}

.global-lang .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code,
.global-lang .gt_float_switcher .gt_options a {
    font-size: 14px;
    line-height: 1;
    color: #475569;
}

.global-lang .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
    width: 15px;
    color: #475569;
}

.global-lang .gt_float_switcher .gt_options {
    position: absolute;
    left: auto;
    right: 0;
    transform: translateX(10px);
    background-color: #fff;
    border: 1px solid #F1F5F9;
    min-width: 150px;
    box-shadow: 0 5px 15px -9px #000000;
    border-radius: 16px;
}

.global-lang .gt_float_switcher .gt_options a {
    display: flex;
    gap: 10px;
    width: 100%;
}

.global-lang .gt_float_switcher .gt_options a:hover {
    background: #0284C7;
}

.global-lang .gt_float_switcher .gt_options a:not(:first-child) {
    margin: 10px 0 0;
}

/* gtranslate style end here */







/* request button style start here */

.request-a-quote-btn button.wpb-pcf-btn {
    background-color: #88CA53 !important;
    color: #fff !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(14px, 1vw, 12px);
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 8px;
}

.request-a-quote-btn button.wpb-pcf-btn:hover {
    background-color: #7BAF53 !important;
}

.request-a-quote-btn.banner-btn button.wpb-pcf-btn {
    padding: 14px 28px;
}

.request-a-quote-btn.banner-btn button.wpb-pcf-btn:hover {
    background-color: #92CD63 !important;
    box-shadow: 0px 0px 10px 0px #92CD63;
}

.request-a-quote-btn.arrow button.wpb-pcf-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.request-a-quote-btn.arrow button.wpb-pcf-btn::after {
    content: '';
    background-image: url('/wp-content/uploads/2026/05/arrow-svg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
}

.request-a-quote-btn.arrow button.wpb-pcf-btn:hover::after {
    transform: translateX(5px);
}

.request-a-quote-btn.common-btn button.wpb-pcf-btn {
    padding: 10px 30px;
}


@media(max-width:768px){
    
    .request-a-quote-btn.header-btn button.wpb-pcf-btn {
        font-size: 0;
    }
    
    .request-a-quote-btn button.wpb-pcf-btn,
    .request-a-quote-btn.common-btn button.wpb-pcf-btn {
        padding: 8px 10px;
    }
    
    .request-a-quote-btn.header-btn button.wpb-pcf-btn::before {
        content: '';
        background-image: url('/wp-content/uploads/2026/05/request-a-quote-icon.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    
    .request-a-quote-btn.banner-btn button.wpb-pcf-btn {
        padding: 8px 15px;
    }
    
    
}


/* request button style end here */


/* About us Start Here */
.dual-tone-heading.single-line-heading span{
    display: inline-block;
}
/* About us End Here */


/* Heading */

.form-heading{
    display: none;
}

.swal2-container .form-heading{
    display: block;
    text-align: left;
}
.custom-contact-form .form-heading h2.sub-title {
    color: #0284c7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.custom-contact-form .form-heading h2 {
    font-size: clamp(30px,3vw,40px);
    line-height: 1.1;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 15px;
    font-family: "Outfit";
}

.custom-contact-form .form-heading p {
    color: #475569;
    font-size: 18px;
    margin-bottom: 35px;
}
.swal2-container .custom-contact-form .form-footer{
    flex-direction: column-reverse;
}
.swal2-container .custom-contact-form .form-submit{
    width: calc(100% - 60px);
    text-align: center;
    justify-content: center;
}
.swal2-container .custom-contact-form .form-submit input[type="submit"].wpcf7-submit{
    font-size: 16px;
    background: transparent !important;
}
.custom-contact-form .form-submit p{
    display: flex;
}

.custom-contact-form{
    font-family: "IBM Plex Sans";
}


.swal2-container.swal2-center>.swal2-popup{
    width: 680px !important;
    max-width: 100%;
}

.elementor-element p{
    padding: 0;
    margin: 0;
}