/* contact page startr */
:root {
    --select-box-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M6.99979 7.98026C6.74889 7.98026 6.49802 7.88446 6.30673 7.69327L0.287191 1.67366C-0.0957303 1.29074 -0.0957303 0.669902 0.287191 0.287136C0.669957 -0.0956306 1.29067 -0.0956306 1.67363 0.287136L6.99979 5.61361L12.326 0.287322C12.7089 -0.0954445 13.3296 -0.0954445 13.7123 0.287322C14.0954 0.670088 14.0954 1.29093 13.7123 1.67385L7.69286 7.69345C7.50147 7.88468 7.2506 7.98026 6.99979 7.98026Z' fill='%238F9BAC'/%3E%3C/svg%3E");
    --dmsans: 'DM Sans', sans-serif;
    --syne: 'Syne', sans-serif;
    --white-color: #ffffff;
    --primary-color: #C89659;
    --secondary-color: #080A13;
    --border-color: #2E3452;
    --transition: all 0.4s ease;
}

/* Elementor Editor me AOS ki saari animations ko override karke elements ko dikhane ke liye */
html.elementor-html [data-aos],
body.elementor-editor-active [data-aos],
.elementor-editor-active [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

section.inner-banner h1 {
    margin: 0px 0 20px;
    line-height: normal;
}

.banner-content-sec p {
    line-height: 30px;
}

body.page-id-20 {
    padding-top: 0;
}

body .elementor .inner-banner {
    padding-top: 199px;
}

body .elementor .contact-banner {
    position: relative;
    z-index: 1;
}

body .elementor .contact-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 927px;
    height: 550px;
    background-image: url("https://combsintelligencegroup.projectdemo.company/wp-content/uploads/2026/07/Group-131.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}

/* contact  start*/


.custom-contact-button .btn {
    border: 0;
}

.custom-form-field {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    margin: 0 -10.5px;
}

.custom-form .custom-form-field .row-field {
    width: 50%;
    padding: 0 10.5px;
}

.custom-form .custom-form-field br {
    display: none;
}

form .custom-form input,
form .custom-form select,
form .custom-form textarea {
    outline: none;
    border: 1px solid #2E3452;
    background: #080A13;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 16px;
    transition: 0.5s;
    margin-top: 6px;
    color: #fff;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius: 0;
}

form .custom-form input::placeholder,
form .custom-form textarea::placeholder {
    color: #8F9BAC;
}

form .custom-form .wpcf7-not-valid {
    border: 1px solid red !important;
}

.custom-contact-button {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

form .custom-form span.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
}

form .custom-form input:focus,
form .custom-form select:focus,
form .custom-form textarea:focus {
    border: 1px solid #C89659;
}

form .custom-form .btn {
    background: #C89659;
    padding: 13.5px 29.5px;
    display: inline-block;
    border: 1px solid #C89659;
    position: relative;
    cursor: pointer;
    height: auto;
    margin: 0;
    color: #080A13;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0;
}

form .custom-form .btn:hover {
    background-color: transparent;
    border-color: #C89659;
    color: #fff;
}

form .custom-form .btn:focus {
    background-color: transparent;
    border-color: #C89659;
    color: #fff;
}

.textarea-field {
    padding: 0 10px;
    width: 100%;
    line-height: 0;
}



.textarea-field textarea {
    height: 100%;
}


.textarea-field p span textarea {
    min-height: 110px;
    resize: none;
    padding: 16px;
}

.textarea-field p {
    margin-bottom: 0;
}

.form-note p {
    color: #8F9BAC;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 18px;
}

.custom-contact-button p {
    margin-bottom: 0;
}

.custom-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    background-color: #C89659;
}

.custom-form .custom-form-field .row-field label,
.custom-form .textarea-field label {
    color: #8F9BAC;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    width: 100%;
}



.custom-form .custom-form-field .row-field label span.star {
    position: relative;
}

.custom-form .custom-form-field .row-field label span.star::after {
    content: "*";
}

.custom-form .custom-form-field .row-field p {
    margin-bottom: 0;
}

form .custom-form .row-field select {
    /* cursor: pointer; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--select-box-arrow) 94% / 15% no-repeat #080A13;
    background-size: 14px;
    line-height: 17px;
    padding-right: 35px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

form .custom-form input:-webkit-autofill,
form .custom-form textarea:-webkit-autofill,
form .custom-form select:-webkit-autofill,
form .custom-form input:-webkit-autofill:hover,
form .custom-form input:-webkit-autofill:focus {

    -webkit-box-shadow: 0 0 0 1000px #080A13 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    font-style: normal !important;
}

/* direct contacyt start */
.contact-item {
    position: relative;
    padding-left: 70px;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contact-email::before {
    background-image: url("../../../../wp-content/uploads/2026/07/Group-129.svg");
}

.contact-phone::before {
    background-image: url("../../../../wp-content/uploads/2026/07/Group-130-1.svg");
}

.contact-label {
    color: #8F9BAC;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.contact-value {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.contact-value:hover {
    color: #C89659;
}

.contatc-social-box.elementor-widget-social-icons span.elementor-grid-item {
    margin: 0;
}

.contatc-social-box.elementor-widget-social-icons span.elementor-grid-item a.elementor-icon {
    border-radius: 50%;
    opacity: 1;
    background: transparent;
}

.contatc-social-box.elementor-widget-social-icons span.elementor-grid-item a.elementor-icon svg path {
    transition: var(--transition);
}

.contatc-social-box.elementor-widget-social-icons span.elementor-grid-item a.elementor-icon:hover svg path {
    fill: #C89659;
}

.contatc-social-box.elementor-widget-social-icons span.elementor-grid-item * {
    border-radius: 50%;
}

.contact-typography h3 {
    color: #FFF;
    font-family: var(--syne);
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.contact-typography h4 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-typography p {
    color: #8F9BAC;
    font-family: "DM Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.contact-typography p:last-of-type {
    color: #C89659;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* direct conrtact end */
/* contact end */
/* contatc page end */
.top-common-header.elementor-widget.elementor-widget-text-editor h2+p,
.top-common-header.elementor-widget.elementor-widget-text-editor h3+p {
    margin-top: 20px;
}

/* home page start */
/* पूरे सेक्शन का बैकग्राउंड */

.process-step-ib.elementor-widget-icon-box .elementor-icon-box-icon {
    width: 201px;
    height: 201px;
    border-radius: 50%;
    background: #101322;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    transition: var(--transition);
    position: relative;
}

.process-step-ib.elementor-widget-icon-box .elementor-icon-box-icon:hover {
    border-color: #C89659;
}

.process-step-ib:nth-child(1) .elementor-icon svg {
    width: 82px;
    height: 82px;
}

.process-step-ib:nth-child(2) .elementor-icon svg {
    width: 88px;
    height: 88px;
}

.process-step-ib:nth-child(3) .elementor-icon svg {
    width: 89px;
    height: 89px;
}

.process-step-ib:nth-child(4) .elementor-icon svg {
    width: 76.875px;
    height: 82px;
}

.process-step-ib:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 100.5px;
    right: -50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url("../../../../wp-content/uploads/2026/07/fi_664866.svg") center/contain no-repeat;
    z-index: 10;
}

.process-section-ib .process-step-ib.elementor-widget-icon-box {
    text-transform: capitalize;
}

.process-section-ib .process-step-ib.elementor-widget-icon-box h3.elementor-icon-box-title {
    color: #FFF;
    text-align: center;
    font-family: var(--syne);
    font-size: 22px;
    ;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.process-section-ib .process-step-ib.elementor-widget-icon-box .elementor-icon-box-wrapper {
    align-items: center !important;
}

body .elementor .problem-box-row .elementor-widget-icon-box {
    transition: var(--transition);
}

body .elementor .problem-box-row .elementor-widget-icon-box:hover {
    border-color: #C89659;
}

.elementor-element.program-main-row a.program-column {
    border-color: transparent;
    transition: var(--transition);
    margin-bottom: 20px;
}

.elementor-element.program-main-row a.program-column:last-child {
    margin-bottom: 0;
}

.elementor-element.program-main-row a.program-column:hover {
    border-color: #C89659;

}

.elementor-element.program-main-row span.program-number.e-paragraph-base {
    color: #C89659;
    font-family: "DM Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-right: 33px;
    margin-right: 49px;
}

.elementor-element.program-main-row span.program-number.e-paragraph-base::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    background: #C89659;
    height: 92px;
}

.elementor-element.program-main-row .elementor-widget.elementor-widget-text-editor {
    max-width: 960px;
    width: 100%;
}

.elementor-element.program-main-row a.program-column .elementor-widget-text-editor {
    width: 100%;
    max-width: 960px;
}

.elementor-element.program-main-row a.program-column .elementor-widget-text-editor h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.custom-typograpy.top-common-header.elementor-widget.elementor-widget-text-editor h2+p {
    margin-top: 22px;
    margin-bottom: 25px;
}


.custom-typograpy li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;
}

.custom-typograpy li:last-child {
    margin-bottom: 0;
}

.custom-typograpy li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../../../../wp-content/uploads/2026/07/fi_2767140.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.program-buttons-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.elementor .program-buttons-list .program-button {
    text-transform: capitalize;
}

.center-header.elementor-widget-text-editor p {
    max-width: 913px;
    width: 100%;
    margin: 0 auto;
}

/* form star */
/* न्यूज़लेटर का अधिकतम साइज */
.newsletter-form {
    max-width: 601px;
    margin: 0 auto;
}

.newsletter-form .custom-form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 5px;
}

.newsletter-form .custom-form-field {
    flex: 1;
    margin: 0;
}

.newsletter-form .custom-form-field p,
.newsletter-form .custom-contact-button p,
.newsletter-form .form-note p {
    margin: 0;
}


.newsletter-form .custom-contact-button {
    margin-top: 0;
}

.newsletter-form .custom-contact-button .btn {
    height: 60px;
    white-space: nowrap;
    padding: 19px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.newsletter-form .form-note {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

form .newsletter-form .custom-form input {
    margin: 0;
    height: 60px;
    padding: 15px 25px;
    font-size: 15px;
}

.newsletter-form .custom-form .custom-form-field .row-field {
    padding: 0;
    width: 100%;
}

.newsletter-form .form-note p {
    font-size: 15px;
}

.newsletter-shortcode .wpcf7 form.sent .wpcf7-response-output {
    display: block;
    border: 0;
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.home-banner .banner-img img {
    position: relative;
    left: 10px;
    top: -5px;
}

/* form end */
/* home page end */
/* program page start */
.depth-text-editor.elementor-widget-text-editor h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.inlude-typo.elementor-widget-text-editor h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 28px;
}

ul.program-includes-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin-bottom: 40px;
}

ul.program-includes-list li {
    margin: 0;
}

body .elementor .inlude-typo.elementor-widget-text-editor {
    margin-bottom: 40px;
}

.inlude-typo.elementor-widget-text-editor blockquote {
    color: #8F9BAC;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #080A13;
    border-left: 4px solid #C89659;
    padding: 30px 29px 30px 25px;
    margin: 0;
}

.inlude-typo.elementor-widget-text-editor blockquote strong {
    color: #ffffff;
    font-weight: 700;
}

.elementor span.depth-number {
    position: absolute;
    top: 45px;
    right: 45px;
}

.depth-text-editor.elementor-widget.elementor-widget-text-editor p {
    width: 100%;
    max-width: 1191px;
}

.elementor .elementor-element.framework-card {
    width: calc(50% - 20px);
}

.framework-card span.subtitle {
    margin-bottom: 18px;
}

.framework-card h3 {
    margin-bottom: 12px;
    font-weight: 700;
}




.elementor .arrow-btn-new.fill-btn,
.elementor .arrow-btn-new.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    vertical-align: middle;
}

.elementor .arrow-btn-new.fill-btn::after,
.elementor .arrow-btn-new.outline-btn::after {
    content: "";
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transition: all 500ms;
}

.elementor .arrow-btn-new.fill-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0 6.88V4.96H8.17599L4.17599 1.36L5.536 0L11.2 5.28V6.544L5.536 11.84L4.17599 10.48L8.17599 6.88H0Z' fill='%23080A13'/%3E%3C/svg%3E");
}

.elementor .arrow-btn-new.outline-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0 6.88V4.96H8.17599L4.17599 1.36L5.536 0L11.2 5.28V6.544L5.536 11.84L4.17599 10.48L8.17599 6.88H0Z' fill='%23fff'/%3E%3C/svg%3E");
}

.elementor .arrow-btn-new.outline-btn {
    color: #fff;
}

.elementor .arrow-btn-new.fill-btn:hover {
    color: #fff;
}

.elementor .arrow-btn-new.outline-btn:hover {
    color: #000;
}

.elementor .arrow-btn-new.fill-btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0 6.88V4.96H8.17599L4.17599 1.36L5.536 0L11.2 5.28V6.544L5.536 11.84L4.17599 10.48L8.17599 6.88H0Z' fill='%23fff'/%3E%3C/svg%3E");
}

.elementor .arrow-btn-new.outline-btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0 6.88V4.96H8.17599L4.17599 1.36L5.536 0L11.2 5.28V6.544L5.536 11.84L4.17599 10.48L8.17599 6.88H0Z' fill='%23080A13'/%3E%3C/svg%3E");
}

span.glod-color {
    color: #C89659;
}

/* program page end */
/* stratgey page start */
body .elementor-element.strategy--content-column {
    width: 62.546%;
    padding-right: 56px;
    padding-left: calc(((100% - 1400px) / 2));
    padding-top: 199px;
    padding-bottom: 0;
}

.elementor-element.strategy-image-column {
    position: relative;
}

.elementor-element.strategy-image-column>.elementor-widget-image {
    position: absolute;
}

.banner-mobile.elementor-widget.elementor-widget-image {
    display: none;
}

.clarity-left-col .clarity-heading {
    font-size: 25px;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2E3452;
    font-weight: 700;
}

.section-one {
    margin-bottom: 59px;
}

.section-two {
    margin-bottom: 59px;
}

.clarity-left-col .custom-typograpy.top-common-header.elementor-widget.elementor-widget-text-editor h2+p {
    margin-top: 0;
    margin-bottom: 30px;
}

.section-two ul li strong {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
}

.section-two ul {
    margin-top: 25px;
}

.clarity-left-col .custom-typograpy li {
    margin-bottom: 25px;
}

.clarity-left-col .custom-typograpy li:last-child {
    margin-bottom: 0;
}

.section-three h3+p+p {
    width: calc(100% + 4px);
}

.right-for-editor h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.right-for-editor ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.right-for-editor ul li:last-child {
    margin-bottom: 0;
}

.right-for-editor ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.886785 0.151197C0.839069 0.103327 0.782116 0.0652974 0.719261 0.039335C0.656406 0.0133725 0.588912 0 0.520733 0C0.452554 0 0.385061 0.0133725 0.322206 0.039335C0.25935 0.0652974 0.202398 0.103327 0.154682 0.151197C0.105669 0.198983 0.0667661 0.255836 0.0402176 0.318475C0.0136691 0.381114 0 0.448301 0 0.516159C0 0.584017 0.0136691 0.651203 0.0402176 0.713843C0.0667661 0.776482 0.105669 0.833333 0.154682 0.881119L4.68326 4.99335L0.154682 9.10559C0.105669 9.15337 0.0667661 9.21023 0.0402176 9.27286C0.0136691 9.3355 0 9.40269 0 9.47055C0 9.53841 0.0136691 9.60559 0.0402176 9.66823C0.0667661 9.73087 0.105669 9.78772 0.154682 9.83551C0.253381 9.93676 0.388599 9.99583 0.531192 10C0.597178 10.0002 0.662549 9.98753 0.723565 9.96283C0.78458 9.93813 0.840045 9.90186 0.886785 9.85607L5.83371 5.37373C5.88624 5.32475 5.92808 5.26576 5.95667 5.20036C5.98526 5.13497 6 5.06453 6 4.99335C6 4.92218 5.98526 4.85174 5.95667 4.78635C5.92808 4.72095 5.88624 4.66196 5.83371 4.61297L0.886785 0.151197Z' fill='%23C89659'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.jermy-content h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.jermy-content p strong {
    color: #FFF;
    font-weight: 700;
}

.jermy-content p {
    color: #8F9BAC;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}






/* faq start */
.faqs-list.elementor-widget.elementor-widget-n-accordion {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: var(--syne);
}

.faqs-list details.e-n-accordion-item {
    border: none !important;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    will-change: height;
}

.faqs-list details.e-n-accordion-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2E3452 !important;
    pointer-events: none;
    z-index: 5;
}

.faqs-list details.e-n-accordion-item summary.e-n-accordion-item-title {
    padding: 32.5px 50px 32.5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
    border: none !important;
}

.faqs-list details.e-n-accordion-item:first-child summary.e-n-accordion-item-title {
    padding-top: 0px;
}

.faqs-list details.e-n-accordion-item summary.e-n-accordion-item-title::-webkit-details-marker {
    display: none;
}

.faqs-list details.e-n-accordion-item .e-n-accordion-item-title-text {
    color: #FFF;
    font-family: var(--syne);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.faqs-list span.e-n-accordion-item-title-icon svg {
    display: none;
}

.faqs-list span.e-n-accordion-item-title-icon {
    width: 30px;
    height: 30px;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 31px;
    right: 0px;
    transform: none;
}

.faqs-list details.e-n-accordion-item:first-child span.e-n-accordion-item-title-icon {
    top: 0px;
}

.faqs-list details.e-n-accordion-item:not([open]) span.e-n-accordion-item-title-icon {
    background-image: url('../../../../wp-content/uploads/2026/07/Group-134.svg');
}

.faqs-list details.e-n-accordion-item[open] span.e-n-accordion-item-title-icon {
    background-image: url('../../../../wp-content/uploads/2026/07/Group-134-1.svg');
}

.faqs-list details.e-n-accordion-item>.elementor-element {
    padding: 0;
    margin: 0;
    border: none !important;
    box-sizing: border-box;
}

.faqs-list details.e-n-accordion-item .elementor-widget-text-editor {
    padding-bottom: 30px;
    padding-right: 60px;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--dmsans);
    margin-top: -20px;

}

.faqs-list details.e-n-accordion-item:last-child .elementor-widget-text-editor {
    padding-bottom: 0px;

}

.faqs-list details.e-n-accordion-item .elementor-widget-text-editor p {
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: capitalize;
    font-weight: 400;
    color: #8F9BAC;
    font-family: var(--dmsans);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.faqs-list details.e-n-accordion-item .elementor-widget-text-editor p:last-child {
    padding-bottom: 0;
}

.faqs-list details.e-n-accordion-item p a {
    color: #C89659;
}

.faqs-list details.e-n-accordion-item p a:hover {
    color: #FFF;
}

.faqs-list details.e-n-accordion-item:last-child summary.e-n-accordion-item-title {
    padding-bottom: 5px;
}

.faqs-list details.e-n-accordion-item:last-child summary.e-n-accordion-item-title+div {
    padding-top: 27.5px;
}


/* responsive start */
/* typograpy start  */

.typography blockquote {
    color: #8F9BAC;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #000;
    border-left: 4px solid #C89659;
    padding: 30px 29px 30px 25px;
    margin: 10px 0 15px;
}

.typography a {
    font-weight: 700;
    color: #C89659;
}

.typography a:hover {
    color: #fff;
}

.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #fff;
    font-weight: 700;
    margin: 0px;
    padding: 18px 0px 16px;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}

.typography h2 {
    /* font-size: 36px;
        line-height: normal; */
}

.typography h3 {
    /* font-size: 26px;
        line-height: normal; */
}

.typography h4 {
    font-size: 24px;
    line-height: normal;
}

.typography h5 {
    font-size: 22px;
    line-height: normal;
}

.typography h6 {
    font-size: 20px;
    line-height: normal;
}

.typography ul,
.typography ol {
    padding: 0px;
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
    margin-top: -4px;
}

.typography ol li {
    margin-bottom: 15px;
}

.typography ol li:last-child {
    margin-bottom: 0px;
}

.typography ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;
}

.typography ul li:last-child {
    margin-bottom: 0;
}

.typography ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../../../../wp-content/uploads/2026/07/fi_2767140.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.typography ul ul,
.typography ol ol,
.typography ul ol,
.typography ol ul {
    padding-bottom: 0px;
    padding-top: 15px;
}

.typography>ol,
.typography>ol ol,
.typography>ul ol {
    counter-reset: custom-counter;
}

.typography>ol>li,
.typography>ol ol>li,
.typography>ul ol>li {
    padding-left: 35px;
    counter-increment: custom-counter;
    position: relative;
}

.typography>ol>li::before,
.typography>ol ol>li::before,
.typography>ul ol>li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 3px;
    height: 23px;
    width: 23px;
    background: #C89659;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
}

.typography h1+ul,
.typography h2+ul,
.typography h3+ul,
.typography h4+ul,
.typography h5+ul,
.typography h6+ul,
.typography h1+ol,
.typography h2+ol,
.typography h3+ol,
.typography h4+ol,
.typography h5+ol,
.typography h6+ol {
    margin-top: 0;
}

.typography ul+h2,
.typography ul+h3,
.typography ul+h4,
.typography ul+h5,
.typography ul+h6,
.typography ol+h2,
.typography ol+h3,
.typography ol+h4,
.typography ol+h5,
.typography ol+h6 {
    padding-top: 0;
}

.typography iframe {
    display: block;
    width: 100%;
    height: 500px;
    margin: 50px 0px;
}

.typography .wp-video {
    margin: 50px 0px;
}

.typography .wp-video,
.typography .wp-video .mejs-video {
    width: 100% !important;
    height: 450px !important;
}


.typography .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px 50px;
    row-gap: 20px;
}

.typography .gallery .gallery-item {
    margin-top: 0;
    float: none;
    width: calc(100% / 3);
    height: 220px;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    margin: 0;
}

.typography .gallery .gallery-item .gallery-icon,
.typography .gallery .gallery-item .gallery-icon a {
    width: 100%;
    height: 100%;
}

.typography .gallery .gallery-item .gallery-icon a {
    border-radius: 0px;
}

.typography .gallery .gallery-item .gallery-icon a {
    position: relative;
    overflow: hidden;
    display: inline-block;

}

.typography .gallery .gallery-item img {
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typography .gallery .gallery-item .gallery-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: none;
    opacity: 0;
    transition: all 0.5s ease;
    transition: all ease-in-out .3s;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z'/%3E%3C/svg%3E");
    z-index: 2;

}

.typography .gallery .gallery-item .gallery-icon a:hover::before {
    animation: 1.5s ease-in-out infinite pulse;
    transition: all ease-in-out .3s;
}

.table-responsive {
    margin: 50px 0px;
    overflow-x: auto;
}

.table-responsive table {
    margin-bottom: 0;
    min-width: 600px;
}

.table-responsive table tbody>tr:nth-child(odd)>td,
.table-responsive table tbody>tr:nth-child(odd)>th {
    background: #fff;
}

.table-responsive table tbody tr:hover>td,
.table-responsive table tbody tr:hover>th {
    background: #fff;
}

.table-responsive table tbody tr td {
    text-align: center;
}

.table-responsive table th {
    font-size: 18px;
    line-height: 28px;
}

.table-responsive table td {
    font-size: 16px;
    line-height: 28px;
}

@keyframes pulse {

    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9;
    }
}

.typography .gallery .gallery-item .gallery-icon a::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .5s linear;
    z-index: 9999;
    z-index: 1;
}

.typography .gallery .gallery-item .gallery-icon a:hover::after {
    opacity: 1;
    transition: all .5s linear;
}

.typography p {
    margin-bottom: 30px !important;
}

.typography p:last-child {
    margin-bottom: 0 !important;
}

.typography strong {
    color: #fff;
    font-weight: 700;
}

body .fancybox-navigation .fancybox-button {
    padding: 0;
    width: 40px;
    cursor: pointer;
    height: 50px;
    transition: all 0.5s ease;
}

body .fancybox-toolbar .fancybox-button:hover,
body .fancybox-toolbar .fancybox-button:focus,
body .fancybox-navigation .fancybox-button:hover,
body .fancybox-navigation .fancybox-button:focus {
    background: #C89659;
}

.typography-section .typography p:first-child {
    margin-bottom: 10px;
}

.details-post-content .typography p:empty {
    display: none;
}

.fancybox-toolbar .fancybox-button svg {
    height: 15px;
    width: 15px;
}

.typography>ol:last-child,
.typography>ol ol:last-child,
.typography>ul ol:last-child {
    padding-bottom: 0;
}

/* typograpy end */
/* animation start */
/* --- Global AOS Customization Start --- */
[data-aos="fade-up"] {
    transform: translateY(20px) !important;
    opacity: 0 !important;
}

[data-aos="fade-right"] {
    transform: translate3d(-20px, 0, 0) !important;
    opacity: 0 !important;
}

[data-aos="fade-left"] {
    transform: translate3d(20px, 0, 0) !important;
    opacity: 0 !important;
}

[data-aos="zoom-in"] {
    transform: scale(0.80) !important;
    opacity: 0 !important;
}

[data-aos] {
    transition-property: transform, opacity !important;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    will-change: transform, opacity;
}

[data-aos="fade-up"].aos-animate,
[data-aos="fade-right"].aos-animate,
[data-aos="fade-left"].aos-animate {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1) !important;
    opacity: 1 !important;
}

/* animation end */
@media screen and (max-width:1439px) {
    .process-step-ib.elementor-widget-icon-box .elementor-icon-box-icon {
        width: 160px;
        height: 160px;
    }

    .process-step-ib .elementor-icon svg {
        width: 70px !important;
        height: 70px !important;
    }

    .process-step-ib:not(:last-child)::after {
        top: 80px;
    }

    .elementor .process-section-ib {
        gap: 130px;
    }

    .elementor-element.program-main-row a.program-column .elementor-widget-text-editor {
        max-width: 750px;
    }

    .home-banner .banner-img img {
        position: static;
    }

    .inner-page-banner h1 br {
        display: none;
    }

    body .elementor-element.strategy--content-column {
        padding-left: 20px;
    }
}

@media screen and (max-width:1199px) {
    body .elementor .inner-banner {
        padding-top: 110px;
    }

    section.inner-banner h1 {
        margin-bottom: 15px;
    }

    body .elementor .contact-banner::after {
        width: 700px;
        height: 450px;
    }

    form .custom-form input,
    form .custom-form select,
    form .custom-form textarea {
        padding: 10px 13px;
        font-size: 15px;
    }

    .custom-form .custom-form-field .row-field {
        padding: 0 8px;
    }

    .custom-form-field {
        row-gap: 20px;
        margin: 0 -8px;
    }

    .contact-label {
        font-size: 16px;
        line-height: 29px;
    }

    .contact-value {
        font-size: 22px;
        line-height: 26px;
    }

    .contact-item::before {
        height: 45px;
        width: 45px;
    }

    .contact-item {
        padding-left: 65px;
        margin-bottom: 20px;
    }

    .contact-typography h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .contact-typography h4 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .contact-typography p {

        margin-bottom: 25px;
    }

    .form-note p {
        font-size: 15px;
        line-height: 25px;
    }

    .custom-contact-button {
        margin-top: 30px;
    }

    form .custom-form .btn {
        padding: 10px 20px;
    }

    section.inner-banner h1 {
        line-height: 52px;
    }

    .top-common-header.elementor-widget.elementor-widget-text-editor h2+p,
    .top-common-header.elementor-widget.elementor-widget-text-editor h3+p {
        margin-top: 15px;
    }

    .process-step-ib.elementor-widget-icon-box .elementor-icon-box-icon {
        width: 130px;
        height: 130px;
    }

    .elementor .process-section-ib {
        gap: 80px;
    }

    .process-section-ib .process-step-ib.elementor-widget-icon-box {
        width: 170px;
    }

    .process-step-ib:not(:last-child)::after {
        top: 65.5px;
        right: -58px;
    }

    .process-section-ib .process-step-ib.elementor-widget-icon-box p.elementor-icon-box-description {
        font-size: 16px;
    }

    .process-section-ib .process-step-ib.elementor-widget-icon-box h3.elementor-icon-box-title {
        margin-bottom: 8px;
    }

    .process-section-ib .process-step-ib.elementor-widget-icon-box h3.elementor-icon-box-title {
        font-size: 20px;
    }

    .elementor-element.program-main-row span.program-number.e-paragraph-base {
        font-size: 40px;
        padding-right: 25px;
        margin-right: 25px;
    }

    .elementor-element.program-main-row a.program-column .elementor-widget-text-editor h3 {
        margin-bottom: 12px;
    }

    .elementor-element.program-main-row a.program-column .elementor-widget-text-editor {
        max-width: 640px;
    }

    .custom-typograpy.top-common-header.elementor-widget.elementor-widget-text-editor h2+p {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .custom-typograpy li {
        margin-bottom: 15px;
    }

    .newsletter-shortcode .wpcf7 form.sent .wpcf7-response-output {
        font-size: 17px;
        line-height: 27px;
    }

    .newsletter-form .form-note p {
        line-height: 25px;
    }

    form .newsletter-form .custom-form input {
        height: 54px;
    }

    .newsletter-form .custom-contact-button .btn {
        height: 54px;
        padding: 14px 25px;
    }

    nav.main-nav ul.main-menu .sub-menu>li a {
        font-size: 15px;
        line-height: 25px;
    }

    nav.main-nav ul.main-menu .sub-menu>li .sub-menu>li a {
        font-size: 14px;
        line-height: 24px;
    }

    nav.main-nav ul.main-menu .sub-menu>li .sub-menu>li .sub-menu li a {
        font-size: 13px;
        line-height: 23px;
    }

    /* program page start */
    .depth-text-editor.elementor-widget-text-editor h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .inlude-typo.elementor-widget-text-editor h3 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    ul.program-includes-list {
        gap: 15px 30px;
        margin-bottom: 30px;
    }

    .inlude-typo.elementor-widget-text-editor blockquote {
        padding: 25px;
    }

    body .elementor .inlude-typo.elementor-widget-text-editor {
        margin-bottom: 30px;
    }

    .elementor span.depth-number {
        top: 25px;
        right: 25px;
    }

    .elementor .elementor-element.framework-card {
        width: calc(50% - 15px);
    }

    .framework-card span.subtitle {
        margin-bottom: 12px;
    }

    .framework-card h3 {
        margin-bottom: 10px;
    }


    /* program page end */
    /* stratgey page start */
    body .elementor-element.strategy--content-column {
        padding-top: 170px;
        width: 60%;
        padding-right: 40px;
    }

    .elementor-element.strategy-image-column {
        width: 40%;
    }

    .clarity-left-col .clarity-heading {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 12px;
        margin-bottom: 18px;
    }

    .section-one {
        margin-bottom: 40px;
    }

    .section-two ul li strong {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .clarity-left-col .custom-typograpy li {
        margin-bottom: 20px;
    }

    .section-two {
        margin-bottom: 40px;
    }

    .right-for-editor h3 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 12px;
    }

    .jermy-content h3 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 12px;
    }

    .top-common-header.elementor-widget.elementor-widget-text-editor p {
        margin-bottom: 25px;
    }

    .clarity-left-col .custom-typograpy.top-common-header.elementor-widget.elementor-widget-text-editor h2+p {
        margin-bottom: 25px;
    }

    .faqs-list details.e-n-accordion-item summary.e-n-accordion-item-title {
        padding: 20px 40px 20px 0px;
    }

    .faqs-list details.e-n-accordion-item:last-child summary.e-n-accordion-item-title+div {
        padding-top: 20px;
    }

    .faqs-list details.e-n-accordion-item .elementor-widget-text-editor {
        margin-top: -12px;
        padding-bottom: 25px;
        padding-right: 40px;
    }

    .faqs-list details.e-n-accordion-item .e-n-accordion-item-title-text {
        font-size: 19px;
        line-height: 29px;
    }

    .faqs-list details.e-n-accordion-item:last-child summary.e-n-accordion-item-title+div {
        padding-top: 15px;
    }

    .faqs-list span.e-n-accordion-item-title-icon {
        top: 19px;
    }

    /* stratgey page end */
    /* typograpy satrt */

    /*Blog Single css*/





    .table-responsive table th {
        font-size: 17px;
        line-height: 27px;
    }

    .typography .wp-video,
    .typography .wp-video .mejs-video {
        height: 400px !important;
    }

    .typography li {
        margin-bottom: 15px;
    }

    .typography iframe {
        height: 440px;
        margin: 35px 0px;
    }

    .typography blockquote {
        padding: 25px;
    }

    .typography h2,
    .typography h3,
    .typography h4,
    .typography h5,
    .typography h6 {
        padding: 15px 0px 15px;
    }

    .typography ul,
    .typography ol {
        padding-bottom: 25px;
    }

    .typography .gallery {
        margin: 35px -10px 35px;
    }

    .typography .wp-video {
        margin: 35px 0px;
    }

    .table-responsive {
        margin: 35px 0px;
    }

    .details-post-content .elementor-widget-theme-post-excerpt {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 40px !important;
        padding-bottom: 40px;
    }

    .typography p {
        margin-bottom: 25px !important;
    }

    a.nrml-brn.blog-detials-btn {
        margin-bottom: 40px;
    }

    /* typograpy end */

}

@media screen and (max-width:991px) {
    .process-section-ib .process-step-ib.elementor-widget-icon-box {
        width: fit-content;
    }

    body .elementor .process-section-ib {
        flex-direction: column;
        gap: 80px;
    }


    .process-section-ib .process-step-ib.elementor-widget-icon-box .elementor-icon-box-wrapper {
        flex-direction: row;
    }

    .process-step-ib .elementor-icon-box-icon::after {
        top: auto;
        bottom: -45px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
        transform: rotate(90deg);
    }

    .process-section-ib .process-step-ib.elementor-widget-icon-box h3.elementor-icon-box-title,
    .process-section-ib .process-step-ib.elementor-widget-icon-box p.elementor-icon-box-description {
        text-align: left;
    }

    body .elementor .process-section-ib {
        justify-content: flex-start;
    }

    .process-step-ib:not(:last-child)::after {
        right: unset;
        top: unset;
        bottom: 0;
        left: 65.5px;
        top: auto;
        bottom: -57px;
        left: 65px;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
    }


    .process-section-ib .process-step-ib.elementor-widget-icon-box {
        width: fit-content;
    }

    body .elementor .process-section-ib {
        flex-direction: column;
        gap: 80px;
    }

    /* stratgey page start */
    body .elementor-element.strategy--content-column {
        width: 100%;
        padding-right: 20px;
        padding-top: 110px;
    }

    .elementor-element.strategy-image-column>.elementor-widget-image {
        position: static;
    }

    .elementor-element.strategy-image-column {
        width: 100%;
    }

    .banner-mobile.elementor-widget.elementor-widget-image {
        display: block;
    }

    .banner-desktop.elementor-widget.elementor-widget-image {
        display: none;
    }

    /* stratgey page end */
}

@media screen and (max-width:767px) {
    body .elementor .inner-banner {
        padding-top: 100px;
    }

    body .elementor .contact-banner::after {
        width: 500px;
        height: 400px;
    }

    .custom-form .custom-form-field .row-field label,
    .custom-form .textarea-field label {
        font-size: 15px;
        line-height: 28px;
    }

    form .custom-form input,
    form .custom-form select,
    form .custom-form textarea {
        height: 46px;
    }

    .form-note p {
        font-size: 14px;
        line-height: 26px;
    }

    .contact-label {
        font-size: 15px;
        line-height: 28px;
    }

    .contact-value {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-item::before {
        height: 40px;
        width: 40px;
    }

    .contact-item {
        padding-left: 55px;
        margin-bottom: 15px;
    }

    .contact-typography h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .contact-typography h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .contact-typography p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .contact-typography p:last-of-type {
        font-size: 16px;
        line-height: 26px;
    }

    form .custom-form .btn {
        font-size: 15px;
    }

    section.inner-banner h1 {
        line-height: 42px;
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .process-section-ib .process-step-ib.elementor-widget-icon-box h3.elementor-icon-box-title {
        font-size: 18px;
    }

    .top-common-header.elementor-widget.elementor-widget-text-editor h2+p,
    .top-common-header.elementor-widget.elementor-widget-text-editor h3+p {
        margin-top: 12px;
    }

    .elementor-element.program-main-row span.program-number.e-paragraph-base {
        font-size: 30px;
        padding-right: 20px;
        margin-right: 20px;
    }

    .elementor-element.program-main-row a.program-column .elementor-widget-text-editor h3 {
        margin-bottom: 8px;
    }

    .elementor-element.program-main-row span.program-number.e-paragraph-base::after {
        height: 85px;
    }

    .custom-typograpy.top-common-header.elementor-widget.elementor-widget-text-editor h2+p {
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .custom-typograpy li {
        margin-bottom: 12px;
        padding-left: 30px;
    }

    .custom-typograpy li::after {
        top: 4px;
    }

    .program-buttons-list {
        gap: 15px;
    }

    .newsletter-shortcode .wpcf7 form.sent .wpcf7-response-output {
        font-size: 16px;
        line-height: 26px;
    }

    .newsletter-form {
        max-width: 480px;
    }

    form .newsletter-form .custom-form input {
        height: 48px;
        padding: 10px 20px;
    }

    .newsletter-form .custom-contact-button .btn {
        height: 48px;
        font-size: 15px;
        padding: 10px 20px;
    }

    /* program page start */
    .depth-text-editor.elementor-widget-text-editor h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .inlude-typo.elementor-widget-text-editor blockquote {
        padding: 20px;
    }

    .inlude-typo.elementor-widget-text-editor h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    ul.program-includes-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .elementor span.depth-number {
        position: static;
        margin-bottom: 20px;
        display: inline-block;
    }

    .elementor .elementor-element.framework-card {
        width: 100%;
    }

    /* program page end */
    /* stratgey page start */
    body .elementor-element.strategy--content-column {
        padding-top: 100px;
    }

    .top-common-header.elementor-widget.elementor-widget-text-editor p {
        margin-bottom: 20px;
    }

    .clarity-left-col .custom-typograpy.top-common-header.elementor-widget.elementor-widget-text-editor h2+p {
        margin-bottom: 20px;
    }

    .clarity-left-col .clarity-heading {
        font-size: 20px;
        line-height: 30px;
    }

    .section-one {
        margin-bottom: 30px;
    }

    .section-two {
        margin-bottom: 30px;
    }

    .section-two ul li strong {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .section-two ul {
        margin-top: 20px;
    }

    .clarity-left-col .custom-typograpy li {
        margin-bottom: 15px;
    }

    .right-for-editor h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .right-for-editor ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .right-for-editor ul li::before {
        top: 7px;
    }

    .jermy-content h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .jermy-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .faqs-list details.e-n-accordion-item .e-n-accordion-item-title-text {
        font-size: 18px;
        line-height: 28px;
    }

    .faqs-list details.e-n-accordion-item summary.e-n-accordion-item-title {
        padding: 16px 40px 16px 0px;
    }

    .faqs-list span.e-n-accordion-item-title-icon {
        width: 25px;
        height: 25px;
        top: 17px;
    }

    .faqs-list details.e-n-accordion-item .elementor-widget-text-editor {
        margin-top: -6px;
    }

    .faqs-list details.e-n-accordion-item .elementor-widget-text-editor p {
        font-size: 16px;
        line-height: 26px;
    }

    /* stratgey page end */
    /* typograpt start */

    /*Single Blog css*/


    .typography h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .typography h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .typography h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .table-responsive table th {
        font-size: 16px;
        line-height: 26px;
    }

    .table-responsive table td {
        font-size: 15px;
        line-height: 27px;
    }

    .typography blockquote {
        padding: 20px;
    }

    .typography h2,
    .typography h3,
    .typography h4,
    .typography h5,
    .typography h6 {
        padding: 10px 0px 10px;
    }



    .typography ul,
    .typography ol {
        padding-bottom: 20px;
    }



    .typography .gallery {
        margin: 28px -10px 28px;
    }

    .typography .wp-video {
        margin: 28px 0px;
    }

    .typography iframe {
        height: 320px;
        margin: 28px 0px;
    }

    .typography .wp-video,
    .typography .wp-video .mejs-video {
        height: 300px !important;
    }

    .table-responsive {
        margin: 28px 0px;
    }

    .typography .gallery .gallery-item {
        width: calc(100% / 2);
    }

    .typography ul li {
        margin-bottom: 12px;
        padding-left: 30px;
    }

    .typography ul li::after {
        top: 4px;
    }

    .typography p {
        margin-bottom: 20px !important;
    }

    body .elementor .details-post-content {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }

    .typography>ol>li::before,
    .typography>ol ol>li::before,
    .typography>ul ol>li::before {
        top: 1px;
    }

    a.nrml-brn.blog-detials-btn {
        margin-bottom: 30px;
    }

    .details-post-content .elementor-widget-theme-post-excerpt {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px !important;
        padding-bottom: 30px;
    }

    /* typograpy end */

}

@media screen and (max-width:576px) {
    .custom-form .custom-form-field .row-field {
        width: 100%;
    }

    .process-step-ib.elementor-widget-icon-box .elementor-icon-box-icon {
        width: 100px;
        height: 100px;
    }

    .process-step-ib .elementor-icon svg {
        width: 55px !important;
        height: 55px !important;
    }

    .process-step-ib:not(:last-child)::after {
        left: 50px;
        height: 25px;
        width: 25px;
        bottom: -42px;
    }

    body .elementor .process-section-ib {
        gap: 60px;
    }

    .elementor-element.program-main-row a.program-column>div {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
    }

    .elementor-element.program-main-row span.program-number.e-paragraph-base::after {
        height: 1px;
        width: 100%;
        transform: translateX(0px);
        top: auto;
        bottom: 0;
    }

    .elementor-element.program-main-row span.program-number.e-paragraph-base {
        padding: 0;
        padding-bottom: 15px;
        margin: 0;
        display: block;
        width: 100%;
    }

    .elementor-element.program-main-row a.program-column {
        gap: 20px;
    }

    .newsletter-form .custom-form-field {
        flex: unset;
        gap: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .newsletter-form .custom-form {
        gap: 0;
        justify-content: center;
    }



}


@media screen and (max-width:479px) {
    body.blog .elementor-element h1 {
        font-size: 24px;
        line-height: 34px;
    }

    /*Blog single css*/
    .typography .gallery .gallery-item {
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    body .elementor-element.strategy--content-column h1 {
        font-size: 28px;
        line-height: 38px;
    }
}

/* responsive end */