/*
Theme Name: Allout Theme
Author: Sujith Aravind
Version: 1.0
*/

.bg-brandBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 118 / var(--tw-bg-opacity, 1));
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Links */
.footer-menu li a {
    color: #8ba2b8;
    transition: color 0.3s ease;
}

/* Hover */
.footer-menu li a:hover {
    color: #ffffff;
}

/* Footer Bottom Menu */
.footer-bottom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
}

/* Links */
.footer-bottom-menu li a {
    color: #5c7a99;
    transition: color 0.3s ease;
}

/* Hover */
.footer-bottom-menu li a:hover {
    color: #ffffff;
}

.text-brandBlue {
    --tw-text-opacity: 1;
    color: rgb(0 56 118 / var(--tw-text-opacity, 1));
}


/**allout-story*/
.our-story-num-txt h2 {
    text-align: center;
}

/* Home Page Swiper Video Overlays */
.video-control-overlay {
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.video-control-overlay.video-playing {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide:hover .video-control-overlay.video-playing {
    opacity: 1;
    visibility: visible;
}

.blog-detail-content p {
    color: #677080 !important;
}

/* pravicy page */

.policy-container {
    background: #F6F6FA;
}

.policy-main-wrapper {
    position: relative;
    padding: 80px 83px;
    margin-top: 0px !important;
}

.bg-decor {
    position: absolute;
    top: -100px;
    left: 0;
    width: auto;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

@media (max-width:767px) {
    .policy-main-wrapper {
        padding: 20px 16px;
    }
}

.policy-container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}

.policy-main-title {
    color: #0B1631;
    font-family: "Nunito Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.04px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.policy-main-title span {
    background: linear-gradient(90deg, #60A5FA 0%, #3B82F6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.policy-intro {
    color: #677080;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.policy-intro-sub {
    font-size: 16px;
    opacity: 0.8;
}

.policy-section {
    margin-bottom: 36px;
}

.policy-section-heading {
    color: #0B1631;
    font-family: "Nunito Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 12px;
}

.policy-text {
    color: #677080;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.policy-list {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 24px;
}

.policy-list-item {
    color: #677080;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.policy-link {
    background: linear-gradient(90deg, #60A5FA 0%, #3B82F6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-decoration: none;
    transition: color 0.2s ease;
}

.policy-text-highlight {
    color: #677080;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}

.policy-link:hover {
    color: #1D4ED8;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .policy-main-title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .policy-section-heading {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .policy-intro {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .policy-section {
        margin-bottom: 30px;
    }

    .policy-text {
        font-size: 15px;
        line-height: 22px;
    }

    .policy-list-item {
        font-size: 15px;
        line-height: 22px;
    }

    .policy-text-highlight {
        font-size: 15px;
        line-height: 22px;
    }

    .bg-decor {
        display: none;
    }
}

@media (max-width: 767px) {
    .policy-main-title {
        font-size: 20px;
    }

    .policy-section {
        margin-bottom: 24px;
    }

    .policy-section-heading {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 28px;
    }

    .policy-intro {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .policy-text {
        font-size: 14px;
        line-height: 21px;
    }

    .policy-list {
        padding-left: 20px;
    }
}

/* contact us form */

.contact-us {
    background: #F6F6FA;
}

.contact-us .heading-title {
    font-size: 48px;
    font-family: "Nunito Sans";
    color: #0B1631;
    text-align: left;
    line-height: 48px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .contact-us .heading-title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 15px;
    margin-top: 0px;
    }
}

.contact-us .heading-title span {
    color: #60A5FA;
    font-weight: bold;
}

.contact-us .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us .contact-form .text-box {
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .contact-us .contact-form .text-box {
        margin-top: 20px;
    }
}

.contact-us .contact-form .text-box.w-50 {
    width: calc(50% - 7px) !important;
}

@media screen and (max-width: 767px) {
    .contact-us .contact-form .text-box.w-50 {
        width: 100% !important;
    }
}

.contact-us .contact-form .text-box p {
    font-size: 24px;
    color: #000;
    font-family: "Nunito Sans";
    line-height: 16px;
    padding-bottom: 15px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .contact-us .contact-form .text-box p {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.contact-us .contact-form .text-box p span {
    color: #E73B3E;
}

.contact-us .contact-form .text-box .text-field {
    width: 100%;
    font-size: 24px;
    color: #000;
    font-family: "Nunito Sans";
    background: #FFF;
    border-radius: 3px;
    height: 60px;
    padding: 0px 10px;
    outline: none;
}

@media screen and (max-width: 767px) {
    .contact-us .contact-form .text-box .text-field {
        font-size: 20px;
        height: 40px;
    }
}

.contact-us .contact-form .text-box textarea.text-field {
    height: 120px;
    resize: none;
    padding: 10px;
}

.contact-us .contact-form .terms-check {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding: 0px 0px 0px 40px;
}

.contact-us .contact-form .terms-check span {
    position: absolute;
    left: 0px;
    top: 5px;
}

.contact-us .contact-form .terms-check span input {
    width: 20px;
    height: 20px;
}

.contact-us .contact-form .terms-check span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #60A5FA;
    border-radius: 2px;
    content: "";
    pointer-events: none;
}

.contact-us .contact-form .terms-check p {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-family: "Nunito Sans";
}

@media screen and (max-width: 767px) {
    .contact-us .contact-form .terms-check p {
        font-size: 12px;
        line-height: 14px;
    }
}

.contact-us .contact-form .terms-check p a {
    color: #60A5FA;
}

.contact-us .contact-form .cta-buttons {
    margin-top: 30px;
    padding-bottom: 50px;
    width: 100%;
}
.page-template-contact-us{
    min-height: initial !important;
}
.contact-us .contact-form .select-box{
    position: relative;
}
.contact-us .contact-form .select-box:after{
        width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    top: 22px;
    right: 20px;
    border-right: 2px solid #0B1631;
    border-bottom: 2px solid #0B1631;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .contact-us .contact-form .select-box:after{
        top: 13px;
    }
}
.contact-us .contact-form select.text-field{
    -webkit-appearance: none;
  -moz-appearance: none;
}

/* home rupee component */
/* =========================================
   Rupee Pricing Banner Component
   ========================================= */
.ruppee-pricing-banner,
.rupee-pricing-banner {
    margin-top: 40px;
    margin-bottom: 100px;
}

.ruppee-pricing-banner .banner-card {
    background-color: #1A4C9E;
    border-radius: 24px;
    padding: 48px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ruppee-pricing-banner .banner-left-group {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ruppee-pricing-banner .banner-logo img {
    width: auto;
    object-fit: contain;
}

.ruppee-pricing-banner .banner-text h3 {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
}

.ruppee-pricing-banner .banner-cta {

    border-radius: 99px;
    background: #FFF;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #070E1C;
    font-family: "Nunito Sans";
    padding: 11px 20px;
}

.ruppee-pricing-banner .banner-cta a {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

.tracking-wide {
    color: #677080;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

/* Tablet Responsiveness */
@media (max-width: 1024px) {
    .ruppee-pricing-banner .banner-card {
        flex-direction: column;
        text-align: center;
        padding: 24px 32px;
        gap: 24px;
        border-radius: 24px;
    }

    .ruppee-pricing-banner .banner-left-group {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .ruppee-pricing-banner .banner-text h3 {
        font-size: 23px;
        line-height: 31px;
        text-align: center;
    }

    .ruppee-pricing-banner .banner-logo img {
        height: 72px;
    }

    .ruppee-pricing-banner .banner-cta {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 10px 20px;
    }

    .ruppee-pricing-banner .banner-cta a {
        justify-content: center;
        width: 100%;
        font-size: 14px;
    }

    .tracking-wide {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ruppee-pricing-banner .banner-card {
        flex-direction: column;
        text-align: center;
        padding: 16px 29px;
        gap: 24px;
        border-radius: 20px;
    }

    .ruppee-pricing-banner .banner-left-group {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .ruppee-pricing-banner .banner-text h3 {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }

    .ruppee-pricing-banner .banner-logo img {
        height: 60px;
    }

    .ruppee-pricing-banner .banner-cta {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 10px 16px;
    }

    .ruppee-pricing-banner .banner-cta a {
        justify-content: center;
        width: 100%;
        font-size: 12px;
    }
}

.field-error {
    display: block;
    color: #dc2626;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px;
}

.field-error:empty {
    display: none;
}

.text-field.input-error {
    border-color: #dc2626 !important;
}

.product-bottom-bar.is-hidden {
    display: none !important;
}

.product-bottom-bar.is-hidden,
.mobile-filter-container.is-hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .product-navigation-arrows.is-hidden {
        display: none !important;
    }

    .product-navigation-arrows.is-disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    .product-navigation-arrows.is-disabled button {
        cursor: not-allowed;
    }
}

.page-template-allout-moms main.pt-40 {
    padding-top: 0px;
}

.momes-banner{
    background: linear-gradient(9deg, rgba(59, 130, 246, 1) 0%, rgba(26, 76, 158, 1) 100%);
    margin-top: 80px;
}

.momes-banner-img{
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
.momes-banner-img{
    padding-top: 50px;
}
}