/* ==================== Common Style Start ==================== */
:focus,
:focus-visible,
:focus-within {
    outline: none !important;
}

.common-details,
.common-details p:last-child,
.common-details>*:last-child {
    margin-bottom: 0 !important;
}

.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    margin-bottom: 20px;
    margin-top: 0;
}

.common-details ul,
.common-details ol {
    margin-bottom: 20px;
}

.common-details ul li:not(:last-child),
.common-details ol li:not(:last-child) {
    margin-bottom: 15px;
}

.elementor-icon-wrapper {
    display: flex;
}

.dialog-close-button svg:focus-visible,
.dialog-close-button svg:focus,
.dialog-close-button:focus-visible,
.dialog-close-button:focus {
    outline: none !important;
}

.common-details strong,
.common-details b {
    color: #000000 !important;
}

.common-details a {
    text-decoration: underline !important;
}

/* ==================== Common Style End ==================== */

/* ==================== Typography Start ==================== */
.common-details h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
}

.common-details h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

.common-details h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
}

.common-details h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
}

.common-details h5 {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
}

.common-details h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 145.455%;
}

.common-details .alignnone,
.common-details .alignleft,
.common-details .alignright,
.common-details .aligncenter {
    height: 380px !important;
    object-fit: cover !important;
}

.common-details .alignnone {
    float: none;
    margin: 20px;
}

.common-details .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.common-details .alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.common-details .aligncenter {
    float: none;
    display: block;
    margin: 20px auto;
}

.common-details blockquote {
    padding-left: 30px;
    border-left: 5px solid #000000;
    margin-bottom: 20px;
}

.common-details blockquote * {
    font-size: 150%;
    line-height: 180%;
}

.cmn-gap-style .elementor-container {
    gap: 20px;
}

.cmn-btn a {
    position: relative;
    display: inline-block;
}

.cmn-btn a::after {
    content: "";
    position: absolute;
    inset: -3px;
    border: 3px solid rgba(179, 98, 70, 0.2);
    border-radius: 18px !important;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    -ms-border-radius: 18px !important;
    -o-border-radius: 18px !important;
}

.cmn-span-italic-style .elementor-heading-title span {
    font-style: italic;
}

.cmn-span-color-style .elementor-heading-title span {
    color: #B36246;
}

/* ==================== Typography End ==================== */

/* ==================== Home Page Start ==================== */
/* Banner Section Start */
.bnr-inner-block,
.f-blur-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bnr-inner-block::after,
.f-blur-bg::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2350px;
    height: 1050px;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #FAF0DB 0%, rgba(250, 240, 219, 0) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.bnr-inner-block::after {
    top: -500px;
}

.bnr-inner-block {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 10px 50px rgba(0, 0, 0, 0.05);
}

.f-blur-bg::after {
    top: -120px;
}

/* Banner Section End */

/* Imagining Section Start */
.imagining-right-block {
    position: relative;
    border-radius: 24px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 10px 50px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 10px 50px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.imagining-right-block::before,
.imagining-right-block::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    width: 750px;
    height: 750px;
    background: radial-gradient(50% 50% at 50% 50%, #FAF0DB 0%, rgba(250, 240, 219, 0) 100%);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -webkit-border-radius: 50% !important;
}

.imagining-right-block::before {
    top: -400px !important;
    z-index: 1;
}

.imagining-right-block::after {
    top: 200px !important;
}

/* Imagining Section End */

/* Human Validation Start */
.human-validation-main-block .elementor-container {
    padding-inline: 20px !important;
    justify-content: center !important;
}

.human-validation-block {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.human-validation-block:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 10px 50px rgba(0, 0, 0, 0.05);
}

/* Human Validation End */

/* Roles Section Start */
.roles-main-block .elementor-container {
    gap: 32px !important;
}

.roles-details-block {
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.roles-details-block:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 10px 50px rgba(0, 0, 0, 0.05);
}

/* Roles Section End */

/* Language Section Start */
.language-img .elementor-widget-container {
    border: 1px dashed rgba(0, 0, 0, 0.2) !important;
    border-radius: 100px;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
}

.language-img img {
    box-shadow: 0px 66px 27px rgba(0, 0, 0, 0.01), 0px 37px 22px rgba(0, 0, 0, 0.05), 0px 17px 17px rgba(0, 0, 0, 0.09), 0px 4px 9px rgba(0, 0, 0, 0.1) !important;
}

/* Language Section End */

/* Spoke You Section Start */

.spoke-you-details-block .elementor-container {
    display: flex !important;
    flex-direction: column !important;
}

.spoke-details-block,
.spoke-img-block {
    width: 100% !important;
}

.spoke-you-title {
    margin-bottom: 0 !important;
}

.spoke-you-details-block .elementor-widget-wrap {
    gap: 20px;
}

.spoke-img-block img {
    filter: drop-shadow(0px 33px 146px rgba(0, 0, 0, 0.12)) drop-shadow(0px 4.13211px 18.2815px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.19453px 9.70915px rgba(0, 0, 0, 0.0484671));
    -webkit-filter: drop-shadow(0px 33px 146px rgba(0, 0, 0, 0.12)) drop-shadow(0px 4.13211px 18.2815px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.19453px 9.70915px rgba(0, 0, 0, 0.0484671));
}

/* Spoke You Section End */

/* Conversation Section Start */
.conver-btn-block .elementor-widget-wrap {
    flex-direction: column !important;
    gap: 60px !important;
}

.relay-for-you-block .elementor-container {
    gap: 46px !important;
}

/* Conversation Section End */

/* ==================== Home Page End ==================== */

/* ==================== Responsive Style Start ==================== */
@media (min-width: 1025px) and (max-width: 1600px) {
    .h1-cmn-font-size-style .elementor-heading-title {
        font-size: clamp(34px, -37.30px + 6.96vw, 74px) !important;
        line-height: clamp(44px, -27.30px + 6.96vw, 84px) !important;
    }

    .h2-cmn-font-size-style .elementor-heading-title {
        font-size: clamp(30px, -30.61px + 5.91vw, 64px) !important;
        line-height: clamp(40px, -20.61px + 5.91vw, 74px) !important;
    }

    .bnr-adb-title-img .elementor-widget-container {
        padding-top: clamp(80px, -26.96px + 10.43vw, 140px) !important;
    }

    .bnr-inner-block {
        padding: clamp(140px, 68.70px + 6.96vw, 180px) 20px 0 !important;
    }

    .imagining-desc .elementor-widget-container * {
        font-size: clamp(18px, 3.74px + 1.39vw, 26px) !important;
        line-height: clamp(28px, 13.74px + 1.39vw, 36px) !important;
    }

    .straight-talk-img-block .elementor-image-box-content *,
    .imagining-right-title * {
        font-size: clamp(20px, 12.87px + 0.70vw, 24px) !important;
        line-height: clamp(30px, 22.87px + 0.70vw, 34px) !important;
    }

    .imagining-right-block .elementor-widget-wrap {
        padding: clamp(100px, -192.35px + 28.52vw, 264px) clamp(20px, -72.70px + 9.04vw, 72px) !important;
    }

    .human-validation-block .elementor-widget-wrap {
        padding: clamp(40px, -31.30px + 6.96vw, 80px) clamp(20px, -86.96px + 10.43vw, 80px) !important;
    }

    .straight-details-first-block .elementor-widget-wrap,
    .straight-details-third-block .elementor-widget-wrap {
        padding-inline: 20px !important;
    }

    .straight-details-first-block .elementor-widget-wrap {
        padding-right: clamp(20px, -33.48px + 5.22vw, 50px) !important;
    }

    .straight-details-second-block .elementor-widget-wrap {
        padding: 20px clamp(20px, -33.48px + 5.22vw, 50px) !important;
    }

    .straight-details-third-block .elementor-widget-wrap {
        padding-left: clamp(20px, -33.48px + 5.22vw, 50px) !important;
    }

    .cmn-mt-style {
        margin-top: clamp(20px, -15.65px + 3.48vw, 40px) !important;
    }

    .split-desc {
        padding-top: 0 !important;
    }

    .bottom-padding-style {
        padding-bottom: clamp(80px, -62.61px + 13.91vw, 160px) !important;
    }

    .padding-inner-style {
        padding: clamp(40px, -31.30px + 6.96vw, 80px) 20px !important;
    }

    .cmn-padding-style {
        padding: clamp(80px, -62.61px + 13.91vw, 160px) 20px !important;
    }

    .split-desc .elementor-widget-container {
        padding-top: clamp(20px, 5.74px + 1.39vw, 28px) !important;
    }

    .split-bottom-desc .elementor-widget-container {
        padding-top: clamp(20px, -29.91px + 4.87vw, 48px) !important;
    }

    .language-img .elementor-widget-container {
        margin-top: clamp(20px, -29.91px + 4.87vw, 48px) !important;
    }

    .conver-btn-block .elementor-widget-wrap {
        gap: clamp(20px, -51.30px + 6.96vw, 60px) !important;
    }

    .relay-for-you-block .elementor-container {
        gap: clamp(20px, -26.35px + 4.52vw, 46px) !important;
    }

    .roles-main-block .elementor-container {
        gap: clamp(20px, -1.39px + 2.09vw, 32px) !important;
    }

    .spoke-you-title * {
        font-size: clamp(22px, 4.17px + 1.74vw, 32px) !important;
        line-height: clamp(32px, 14.17px + 1.74vw, 42px) !important;
    }

    .f-blur-bg::after {
        top: clamp(-120px, 269.57px + -24.35vw, 20px) !important;
    }

    .f-blur-bg {
        padding-top: clamp(0px, -142.61px + 13.91vw, 80px) !important;
    }


}

@media (max-width: 1366px) {
    .common-details h1 {
        font-size: 44px;
    }

    .common-details h2 {
        font-size: 38px;
    }

    .common-details h3 {
        font-size: 28px;
    }

    .common-details h4 {
        font-size: 26px;
    }

    .common-details h5 {
        font-size: 24px;
    }

    .common-details h6 {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .common-details h1 {
        font-size: 42px;
    }

    .common-details h2 {
        font-size: 36px;
    }

    .common-details h1,
    .common-details h2,
    .common-details h3,
    .common-details h4,
    .common-details h5,
    .common-details h6,
    .common-details ul,
    .common-details ol {
        margin-bottom: 15px;
    }

    .common-details ul li,
    .common-details ol li {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .common-details h1 {
        font-size: 40px;
    }

    .common-details h2 {
        font-size: 34px;
    }

    .common-details h3 {
        font-size: 26px;
    }

    .common-details h4 {
        font-size: 24px;
    }

    .common-details h5 {
        font-size: 22px;
    }

    .common-details h6 {
        font-size: 20px;
    }

    .bnr-inner-block::after {
        top: -640px;
    }

    .imagining-right-block::before {
        top: -480px !important;
    }

    .roles-main-block .elementor-container,
    .relay-for-you-block .elementor-container,
    .conver-btn-block .elementor-widget-wrap {
        gap: 20px !important;
    }

    .f-blur-bg::after {
        top: -60px !important;
    }
}

@media (max-width: 880px) {
    .common-details h1 {
        font-size: 36px;
    }

    .common-details h2 {
        font-size: 20px;
    }

    .cmn-br-style br {
        display: none;
    }
}

@media (max-width: 767px) {
    .common-details h1 {
        font-size: 32px;
    }

    .common-details h2 {
        font-size: 26px;
    }

    .common-details h3 {
        font-size: 24px;
    }

    .bnr-inner-block::after {
        top: -750px;
    }

    .human-validation-main-block .elementor-container {
        padding-inline: 0 !important;
    }
}

@media (max-width: 575px) {

    .common-details .alignnone,
    .common-details .alignleft,
    .common-details .alignright,
    .common-details .aligncenter {
        float: none !important;
        display: block !important;
        margin: 20px auto !important;
        height: 320px !important;
    }

    .common-width-100 {
        width: 100% !important;
    }

    .common-grid-block {
        display: flex !important;
        flex-direction: column !important;
    }

    .spoke-you-details-block .elementor-widget-wrap {
        gap: 15px;
    }
}

/* ==================== Responsive Style End ==================== */