/*
Theme Name: Appscord Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: appscord
Version: 1.0
*/

/* Heading */
h1, h2, h3, h4, h5, h6 {
    color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

h1.vc_custom_heading {
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

h1.vc_custom_heading strong {
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: #ffffff;
    font-weight: 700;
}

h2.vc_custom_heading {
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

h2.vc_custom_heading strong {
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: #212529;
    font-weight: 700;
}

.strong-white strong {
    -webkit-text-fill-color: #ffffff !important;
}

.uppercase {
    text-transform: uppercase;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

/* Header */
#header-secondary-outer nav {
    display: none;
}

#header-secondary-outer {
    background-color: white !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.header-number a {
    position: relative;
	padding-left: 36px !important;
    font-weight: 500 !important;
}

.top-row {
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-row-left p {
    padding: 0;
    color: black;
}

.top-row-left p span {
    color: #3c60ff;
    font-weight: 500;
}

/* Container styling */
.top-bar-container {
    display: flex;
    align-items: center;
}

/* Common text styling */
.top-bar-container .text-bold {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

/* Left Section */
.schedule-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.calendar-icon {
    color: #5e46fa; /* Blue/Purple color as per image */
    font-size: 20px;
}

/* Vertical Line Divider */
.vertical-divider {
    width: 1px;
    height: 40px;
    background-color: #cccccc;
    margin: 0 16px;
}

/* Right Section */
.social-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

/* Black Circle Icons */
.social-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
}

.social-circle:hover {
    background-color: #3c60ff;
    color: #ffffff;
}

.header-number a::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url(images/icons/flag.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
}

.header-btn {
    border-radius: 50px;
}

.header-btn a {
    background: #3c60ff;
    padding: 8px 20px !important;
    margin: 0 0 0 10px !important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
}

.header-btn a:hover {
    background: #212529;

}

.header-btn a::before {
    display: none !important;
}

.live-chat-btn {
    margin-right: 20px;
}

.live-chat-btn .link_wrap {
    padding: 14px 60px;
    text-transform: uppercase;
    min-width: 210px;
}

.get-started-btn .link_wrap {
    padding: 14px 60px;
    text-transform: uppercase;
    min-width: 210px;
}


/* Sections */
.discover-section p {
    max-width: 320px;
    padding-top: 30px;
    margin-top: 40px;
    border-top: solid 1px #ccc;
}

.services-card h3 {
    font-weight: 500 !important;
    line-height: 26px !important;
}

.services-card p {
    font-size: 14px;
    color: #212529;
    font-weight: 400;
    line-height: 22px;
}

.services-card .hover-wrap {
    max-width: max-content;
    margin-left: 20px;
    position: relative;
}

.services-card .hover-wrap::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -16px;
    width: 52px;
    height: 52px;
    background-color: #c4ddff;
    border-radius: 50px;
}

.services-card .hover-wrap img {
    width: unset !important;
    height: unset !important;
}

.services-card-2 .hover-wrap {
    margin-left: 0 !important;
}

.services-card-2 .hover-wrap::before {
    display: none !important;
}

.process-tabs .tab-item a {

}

.process-tabs .ui-tabs-panel {
    padding-left: 40px !important;
}

.technologies-section .tab-item {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-family: "Poppins", sans-serif;
}

.technologies-section h4 {
    font-weight: 500;
    padding-top: 10px;
}

.technologies-section .listwraper {
  padding-top: 0;
}

.technologies-section .listwraper ul {
    justify-content: center;
    display: flex;
    gap: 0 55px;
    flex-wrap: wrap;
}

.technologies-section .listwraper ul :is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

.technologies-section .icontext {
    text-align: center;
    margin-bottom: 4rem;
    filter: brightness(0.5);
    width: 174px;
}

.technologies-section .icontext img {
    height: 50px;
    filter: grayscale(1);
    margin: 0 auto;
}

.technologies-section .icontext h5 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    padding-top: 14px;
}

.nectar-milestone h3 {
    font-weight: bold !important;
    margin: 0 !important;
}

.testi-col .vc_column-inner::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 40px;
    background-image: url("./images/qouets.png");
    width: 151px;
    height: 109px;
}

/* Form CSS */
/* Container Design */
.consultation-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    font-family: 'Poppins', sans-serif;
}

/* Purple Header */
.consultation-form .form-header {
    background: #7347ff;
    padding: 25px;
    text-align: center;
}

.consultation-form .form-header h3 {
    color: #fff;
    margin: 0 !important;
    font-weight: 800;
}

/* Body Padding */
.consultation-form .form-body {
    padding: 30px;
}

/* Grid Layout */
.consultation-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.consultation-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.consultation-form .full-width .form-group {
    width: 100%;
}

/* Labels */
.consultation-form .form-group label {
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
}

/* Input Fields Styling */
.consultation-form input[type="text"],
.consultation-form input[type="email"],
.consultation-form input[type="tel"],
.consultation-form select,
.consultation-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff !important;
    font-size: 14px;
    box-sizing: border-box;
}

.consultation-form .form-group {
    margin: 0;
}

.consultation-form br {
    display: none;
}

.consultation-form textarea {
    height: 100px;
    resize: none;
}

/* Checkbox Section */
.consultation-form .form-acceptance {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 25px;
}

.consultation-form .form-acceptance input {
    margin-right: 10px;
    transform: scale(1.2);
}

/* Submit Button Gradient */
.consultation-form .form-submit {
    text-align: left;
}

.consultation-form input[type="submit"] {
    background: linear-gradient(90deg, #6248ff 0%, #8d62ff 100%);
    color: white;
    border: none;
    padding: 12px 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}

.consultation-form input[type="submit"]:hover {
    opacity: 0.9;
    box-shadow: 0px 5px 15px rgba(98, 72, 255, 0.4);
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .consultation-form .form-row {
        flex-direction: column;
        gap: 15px;
    }
}

/* Footer Section */
.footer .widget_nav_menu .menu {
    margin: 0 !important;
}

.footer .widget_nav_menu .menu li {
    list-style: none;
}

.footer .widget_nav_menu .menu li a {
    color: #ffffff6b;
    font-size: 13px;
}

.footer .iwt-text a {
    color: white;
}

.footer-blog-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.footer-blog-list ul li {
    color: #ffffff6b;
    font-size: 13px;
    list-style: none;
    line-height: 20px;
    max-width: 220px;
}

/* Services */
@media (min-width: 1000px) {

    .page-template-template-services .hero-section-services .wpb_wrapper {
        padding-left: 75px;
    }

    .page-template-template-services .hero-section-services h1 {
        font-size: 58px;
    }

}

.hero-section-services p {
    font-size: 17px;
}


.services-process h2,
.services-include h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

.services-process .nectar-icon-list {
    justify-content: space-between;
    gap: 2px;
    flex-wrap: wrap;
    width: unset;
}

.services-process .nectar-icon-list .nectar-icon-list-item {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.services-process .nectar-icon-list .nectar-icon-list-item .list-icon-holder {
    position: unset;
    margin: 20px auto 20px;
    height: 70px;
    width: 1px;
    background: black;
}

.services-process .nectar-icon-list .nectar-icon-list-item .list-icon-holder span {
    display: none;
}

.services-process .nectar-icon-list .nectar-icon-list-item .content {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.services-process .nectar-icon-list .nectar-icon-list-item .content h4 {
    color: #3C60FF;
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
}

.services-include-left .wpb_wrapper  {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}

.services-include-left .wpb_wrapper .wpb_text_column {
    text-align: right;
    padding-right: 70px;
    margin-bottom: 40px;
    position: relative;
    min-height: 125px;

    counter-increment: my-counter;
}

.services-include-left .wpb_wrapper .wpb_text_column::before {
    content: counter(my-counter, decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: white;
    background-color: #3C60FF;

    font-size: 30px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;

}

.services-include-left h3,
.services-include-right h3 {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

.services-include-left p,
.services-include-right p {
    line-height: 22px !important;
}

.services-include-right .wpb_wrapper  {
    counter-reset: my-counter 3;
    list-style: none;
    padding: 0;
}

.services-include-right .wpb_wrapper .wpb_text_column {
    text-align: left;
    padding-left: 70px;
    margin-bottom: 40px;
    position: relative;
    min-height: 125px;

    counter-increment: my-counter;
}

.services-include-right .wpb_wrapper .wpb_text_column::before {
    content: counter(my-counter, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: white;
    background-color: #3C60FF;

    font-size: 30px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;

}

.process-section-2 h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.page-template-template-policy h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 36px;
}

.page-template-template-policy h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 36px;
}

.policy-menu {
    margin: 0 !important;
}

#menu-policy-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

#menu-policy-menu li {
    position: relative;
}

#menu-policy-menu li a {
    font-size: 15px;
}

#menu-policy-menu li + li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ffffff6b;
    border-radius: 100px;
    position: absolute;
    left: -18px;
    top: 12px;
}

/* Mega Menu */
.nectar-global-section-megamenu {
    padding: 0 !important;
    width: calc(100% + 56px) !important;
    overflow: unset !important;
}

.mega-menu-tabs .ui-tabs-nav {
    background: none !important;
    padding: 0 !important;
    color: black !important;
    box-shadow: none !important;
    border: none !important;
}

.mega-menu-tabs .ui-tabs-nav li {
    background: none !important;
    border-bottom: 1px solid #d2c2ff;
}

.mega-menu-tabs .ui-tabs-nav li a {
    background: none !important;
    color: black;
    padding: 9px 0 !important;
}

.mega-menu-tabs .ui-tabs-nav li.active-tab a {
    color: #3c60ff !important;
    position: relative;
}

.mega-menu-tabs .ui-tabs-nav li.active-tab a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #4B6BF5;
    margin-right: 0;
    right: 0;
    position: absolute;
    top: 15px;
}

.mega-menu-tabs .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 350px;
    margin-inline: auto;
}

.mega-menu-tabs .menu li {
    list-style: none;
}

.mega-menu-tabs .menu li a {
    font-size: 15px !important;
    font-weight: 500;
    color: black !important;
}



/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 15px;
}

/* Show Class for Animation */
.modal-overlay.show {
    opacity: 1;
}

/* Modal Box Container */
.modal-container {
    background-color: #ffffff;
    width: 100%;
    max-width: 965px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    display: flex;
    transform: translateY(-50px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.modal-overlay.show .modal-container {
    transform: translateY(0);
}

/* Close (X) Button */
.modal-container .close-modal {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #3b82f6;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

/* Left Section: Image/Promo */
.modal-left {
    padding: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 475px;
}

.modal-left h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    padding: 20px 30px;
}

.modal-left h2 span {
    color: #3b82f6;
}

.modal-left img {
    max-width: 100%;
}

/* Right Section: Form */
.modal-right {
    flex: 1.2;
    padding: 23px 40px 23px 40px;
    background-color: #ffffff;
}

.modal-right h3 {
    margin-top: 0;
    font-size: 18px;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 400;
    max-width: 360px;
}

.modal-right .form-group {
    margin: 16px 0 0 0;
}

.modal-right .form-group p {
    padding: 0;
}

.modal-right .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #374151;
}

.modal-right .form-group input, 
.modal-right .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.modal-right .checkbox-container {
    display: flex;
    gap: 10px;
    color: #6b7280;
}

.modal-right .checkbox-container p {
    line-height: 16px;
    font-size: 11px;
}

.modal-right .wpcf7-list-item {
    margin: 0;
}

.modal-right .submit-btn {
    padding: 15px 30px;
    color: white;
    border: none;
    border-radius: 50px !important;
    font-size: 16px;
    transition: background 0.3s;
}

.modal-right .submit-btn:hover {
    background-color: #1d4ed8;
}

.modal-right .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: -12px;
    background: no-repeat;
    color: red;
    font-size: 10px;
    line-height: 14px;
    box-shadow: none;
}

.modal-right form.invalid .wpcf7-response-output {
    position: absolute;
    bottom: -11px;
    font-size: 12px;
    line-height: 20px;
    background: none;
    border: none;
    color: red;
    font-weight: bold;
}

.modal-right strong {
    display: none;
}

.modal-right br {
    display: none;
}

/* Responsive Design */
@media (max-width: 850px) {
    .modal-container {
        flex-direction: column;
        max-height: 90vh;
        overflow-y: auto;
    }
    .modal-left {
        padding: 30px 30px 0 30px;
        width: unset;
    }
    .modal-left img {
        display: none;
    }
    .modal-right {
        padding: 20px 30px 30px 30px;
    }
    
    .modal-left h2 {
        padding: 0;
        font-size: 20px;
        line-height: 26px;
    }
    
    .modal-right h3 {
        font-size: 15px;
    }
}

/* Contact Form Styling */
.contact-form {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-family: sans-serif;
}

.contact-form li {
    display: flex;
    flex-direction: column;
}

.contact-form li.half-width {
    width: calc(50% - 10px);
}

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

.contact-form label {
    font-weight: 400;
    margin-bottom: 8px;
    color: #333;
    display: inline-block;
    width: 100%;
}

/* Input Fields Styling */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    padding: 12px 15px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* Checkbox Section */
.contact-form .checkbox-row {
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.contact-form .checkbox-row input {
    margin-top: 5px;
}

/* Submit Button Gradient Style */
.contact-form input[type="submit"] {
    background: linear-gradient(90deg, #6345ED 0%, #4481EB 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

.contact-form input[type="submit"]:hover {
    opacity: 0.9;
}

.contact-form .wpcf7-not-valid-tip,
.consultation-form .wpcf7-not-valid-tip {
    background: no-repeat;
    color: red;
    font-size: 14px;
    line-height: 14px;
    box-shadow: none;
}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .contact-form li.half-width {
        width: 100%;
    }
}

.industries-section h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 50px;
}

.industirs-text p {
    font-size: 17px;
    position: relative;
}

.industirs-text p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    width: 4px;
    height: calc(100% - 20px);
    background-color: #fe203b;
    border-radius: 50px;
}

.industries-process-right {
    /* border-right: solid 4px #fe203b; */
    padding-right: 30px !important;
}

.industries-process h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
}

.industries-process .nectar-icon-list {
    padding: 50px 50px 0 0;
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.industries-process .nectar-icon-list::-webkit-scrollbar {
    width: 5px;
}

.industries-process .nectar-icon-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.industries-process .nectar-icon-list::-webkit-scrollbar-thumb {
    background: #ff2d55;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.industries-process .nectar-icon-list::-webkit-scrollbar-thumb:hover {
    background: #e60039;
}

.industries-process .nectar-icon-list .nectar-icon-list-item {
    border-bottom: 1px solid #cfb4fd;
    padding-bottom: 5%;
}

.industries-process .list-icon-holder i {
    color: #3c60ff !important;
}

.industries-process .nectar-icon-list .content {
    color: #212529;
}

.industries-process .nectar-icon-list .content h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.industries-section-2 h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.casestudy-section-2 h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
}

.casestudy-section-2 h2::before {
    content: "";
    position: absolute;
    background-color: #fd2a4c;
    width: 67px;
    height: 2px;
    left: -80px;
    top: 50%;
}

.casestudy-section-2 .img-with-aniamtion-wrap {
    display: inline-block;
}

.casestudy-section-2 .img-with-aniamtion-wrap .hover-wrap {
    margin: 0;
}

.casestudy-btn .wpb_wrapper {
    display: flex;
    gap: 25px;
}

.mobile-app-btn .wpb_wrapper {
    display: flex;
    gap: 25px;
}

.cs-section-1 h2 {
   font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 50px; 
}

.cs-sections .nectar-fancy-ul li {
    font-weight: 600;
}

.social-section-icon {
    display: flex;
    gap: 5px;
}

.social-section-icon a {
    padding: 0;
    background-color: black;
    border-radius: 100%;
    width: 30px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 30px;
}

