@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --site-color: #F56914;
    --text-color: #FFF3EB;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Poppins", sans-serif;
    background-color: #FFF9F5;
    font-size: 16px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.p,
.button,
.btn,
.navbar-nav .page_item>a,
.navbar-nav .menu-item>a,
.services-nav-link,
.card-title,
.wp-element-button {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1,
.section-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}


/** form */

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-group br {
    display: none;
}

.form-group p {
    margin-bottom: 0;
}

[type=text],
[type=email],
[type=phone],
[type=tel],
[type=search],
select,
textarea,
.form-control:focus,
.form-control,
.bmo-form-control {
    background-color: #4646466E;
    border: 1px solid #5D6773;
    border-radius: 40px;
    color: #fff !important;
}

.wpcf7-not-valid-tip {
    font-size: 0.9rem;
    margin-top: 4px;
}

@media (min-width: 992px) {
    .alignfull {
        margin: 0 calc(-10% + -34px);
        width: calc(120% + 60px);
        padding: 0;
    }
    .alignfull .wp-block-cover__inner-container,
    .container {
        max-width: none !important;
        width: 100%;
        padding: 0 10%;
    }
    .container-blog {
        padding: 0 15%;
    }
}

a,
a:hover {
    color: inherit;
}

.main-header {
    padding: 15px 0;
}

.main-header {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.home .main-header {
    box-shadow: none !important;
}

.btn {
    border-radius: 0;
    transition: 0.3s;
    padding: 0.7rem 1.5rem;
    font-size: 1.1rem;
}

.btn-primary:focus,
.btn-primary {
    cursor: pointer;
    color: #fff;
}

.wp-element-button,
.btn-primary {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    background-color: var(--site-color);
    outline: none;
    border: none;
    border-radius: 110px;
}

.wp-element-button,
.btn-secondary {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #031A56;
    outline: none;
    border: none;
    border-radius: 111px;
}

.wp-element-button,
.btn-light {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #FF904C;
    outline: none;
    border: none;
    border-radius: 80px;
    font-size: 16px !important;
}

.wp-element-button:hover,
.btn-primary:hover {
    cursor: pointer;
    background-color: #FF904C;
    color: #fff;
}

.btn-lg {
    padding: 1rem 2.5em;
    font-size: 1.2rem
}

.section-shop,
.section-inner-top,
.section-simple,
.section-hero,
.section-light {
    padding: 4.5rem 0;
    position: relative;
}

.section-title,
h3.section-title {
    font-size: 3.6rem;
}

.wp-block-cover__inner-container h1 {
    font-size: 4rem;
}

.wp-block-cover__inner-container p,
.section-after-header p {
    font-size: 1.2rem;
}

.navbar-nav .menu-item>a,
.navbar-nav .page_item>a {
    color: var(--text-color);
    position: relative;
    display: inline-block;
    position: relative;
    padding: 10px 40px !important;
}

.navbar-nav .menu-item:hover>a,
.navbar-nav .page_item:hover>a {
    color: #FFF3EB;
}

.navbar-nav .menu-item>a:hover::after,
.navbar-nav .page_item>a:hover::after,
.navbar-nav .current_page_item>a::after {
    content: '';
    width: 50%;
    margin-left: 25%;
    display: block;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.navbar-nav .page_item_has_children,
.navbar-nav .menu-item-has-children {
    position: relative;
}

.navbar-nav .children,
.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    width: 250px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 2px 3px 0px #ccc;
    z-index: 99;
}

.navbar-nav .menu-item-has-children:hover .sub-menu,
.navbar-nav .page_item_has_children:hover .children {
    display: block;
}

.navbar-nav .sub-menu a:hover::after,
.navbar-nav .children a:hover::after {
    display: none;
}

.text-illusion {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 400px;
    position: absolute;
    z-index: -1;
    top: 15%;
    right: 0;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.07;
}

.text-illusion-left {
    left: -20px;
}

.breadcrumb {
    margin-left: 0;
}

@media (min-width: 992px) {
    .section-after-header {
        margin-top: 0;
        min-height: calc(100vh - 101px);
    }
}

.navbar-brand {
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-blog h3 {
    font-size: 35px;
    color: #fff;
    text-transform: none;
}

.section-contact .hero-content {
    color: #fff;
}

.section-blog {
    background-color: #fafbff;
}

.blog-wrapper {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 506px;
    display: flex;
    align-items: end;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 1.5rem;
}

.blog-content {
    z-index: 9;
}

.blog-img-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.blog-img-wrapper:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: #00000080;
    left: 0;
    top: 0;
}

.section-technologies-bg-light {
    background-color: #F6F8FF;
    border-radius: 40px;
    padding: 50px;
}

.section-technologies-bg-light p {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 15px 0;
    margin-bottom: 30px;
}

.technologies-bg-light {
    background-color: #fff;
    border-radius: 14px;
    width: 50%;
}

.footer a {
    color: #3A3D4A !important;
}

.footer ul {
    margin: 0;
}

.footer-pages-list li {
    padding: 5px 0px !important;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer li {
    padding: 0;
}

.footer-heading {
    color: #d90a2c;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 25px;
}

.footer-content {
    font-size: 14px;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFF !important;
    text-transform: capitalize;
}

.footer-input {
    background: #25232A;
    color: #FFFF;
}

.footer-input .form-control,
.footer-input .form-control:focus {
    color: white;
}

.footer-content ul {
    margin-left: 0;
}

.footer-content li {
    padding: 5px 0;
}

.fixed-top {
    top: 0px;
}

.fixed-top .fixed-top-logo {
    display: none;
}

.fixed-top .dark-top-logo {
    display: block;
}

.shadow .fixed-top-logo {
    display: block;
}

.shadow .dark-top-logo {
    display: none;
}

.header-social-link {
    padding: 10px;
    list-style: none;
    font-size: 13px;
}

.nav-bar-social-link {
    height: 40px;
}

.navbar-social-link {
    padding-top: 14px;
}

.copyright {
    border-top: 1px solid #3D3F49;
    padding-top: 30px;
    margin-top: 30px;
}

.accordion-button,
.accordion-item {
    background: none;
}

.accordion-button {
    font-size: 1.2rem;
    font-size: 30px;
    padding-left: 0;
}

.accordion-body {
    font-size: 1.1rem;
    padding: 30px 0;
}

.accordion-button:not(.collapsed) {
    color: #000
}

.accordion-button:after,
.accordion-button:not(.collapsed)::after {
    font-size: 30px;
    transform: none;
    position: absolute;
    top: 14px;
    right: 0;
}


/** blog */

.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.entry-title:hover {
    -webkit-line-clamp: unset !important;
}

.breadcrumb-wrapper {
    padding: 1rem 0;
}

.breadcrumbs {
    font-size: 0.8rem;
    font-weight: 600;
}

.entry-title {
    text-transform: none;
}

.entry-excerpt {
    font-weight: 400;
}

.entry-meta {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif !important;
}

.entry-excerpt,
.entry-content-post {
    font-family: 'Roboto', sans-serif !important;
}

.entry-content-post h1,
.entry-content-post h2,
.entry-content-post h3,
.entry-content-post h4,
.entry-content-post h5 {
    margin: 1.5rem 0;
    font-family: 'Roboto', sans-serif !important;
    text-transform: none;
    font-weight: bold;
}

.entry-excerpt,
.entry-content-post p,
.entry-content-post ul,
.entry-content-post ol {
    font-size: 1rem;
    line-height: 1.81;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.entry-content-post a {
    text-decoration: underline;
}

.entry-excerpt {
    line-height: 1.5;
}

.entry-content-post>.wp-block-cover.alignfull:first-child {
    margin-top: -1.5rem;
}

.post-navigation {
    font-size: 0.9rem;
    margin-bottom: 3rem
}

.post-navigation .nav-subtitle {
    font-weight: bold;
}

.post-navigation .nav-title {
    text-decoration: underline;
}


/** yoast FAQs */

.schema-faq-section .schema-faq-question {
    font-size: 1.3rem;
    font-family: 'Barlow Condensed', sans-serif !important;
    display: block;
    padding: 1.2rem 0;
    text-transform: unset;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.schema-faq-section .schema-faq-answer {
    font-size: 1.1rem;
    margin-bottom: 0;
    overflow: hidden;
    transition: .3s;
    padding: 0;
    height: 0;
}

.schema-faq-section.active .schema-faq-question {
    cursor: pointer;
    color: var(--site-color);
}

.schema-faq-section.active .schema-faq-answer {
    padding: 30px 0;
    height: auto;
}


/* Pagination */

.page-numbers {
    background: #000000;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    cursor: pointer;
    font-family: 'Barlow Condensed';
    display: inline-block;
}

.page-numbers:hover,
.page-numbers.current {
    background-color: var(--site-color);
}


/*  Input Number Arrowa */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/**/

.page {
    margin: 0px !important;
}


/* Heading Styling */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: unset;
}

.section-services h3 {
    font-size: 3rem;
}

@media screen and (max-width:420px) {
    .blog-img-wrapper {
        height: 506px !important;
    }
    .services-nav-link {
        padding: 22px;
        width: 167px;
        height: 147px;
    }
    .chatbot-icons-banner {
        height: 75px !important;
    }
    .business-goal-section {
        height: 100%;
        background-image: none;
        padding: 30px 0;
    }
    .client-logo-light {
        background-color: #F6F8FF;
    }
    .client-logo-wrapper {
        height: 110px;
    }
    .services-center {
        text-align: center
    }
    .responsive-column {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .intelvue-column-reverse {
        flex-direction: column-reverse;
    }
    h4.section-title {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:820px) {
    .services-tabs {
        justify-content: space-between;
    }
    .client-logo-wrapper {
        width: 100%;
    }
    .blog-img-wrapper {
        height: 100%;
    }
    .custom-height {
        min-height: 60px;
    }
    .fixed-top {
        top: 0px;
    }
    .fixed-top-logo {
        display: block !important;
    }
    .chatbot-icons-banner {
        height: 140px;
    }
    br {
        display: none;
    }
    .intelvue-column-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:912px) {
    .chatbot-icons-banner {
        height: 140px;
    }
    .intelvue-column-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:797px) {
    .ios-services-wrapper {
        text-align: center;
    }
}

.widget-area ul,
.widget-area ol {
    margin-left: 0;
}


/* Crawfish */

.crawfish-getaway-location-prargraph {
    color: #FFF3EB !important;
    font-size: 14px;
    margin: 0px !important;
}

.crawfish-location-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-start;
}

.crawfish-location-flex-wrapper-2 {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
}

.crawfish-tab-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.crawfish-hero-section {
    background: url(../images/crawfish-getaway-image-7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 20%;
    z-index: 9;
}

.main-header.header-fixed {
    background: #f56914;
    top: 0px;
    position: absolute;
}

.landing-page-section-main-title {
    color: #FFF3EB;
    font-size: 68px !important;
    font-weight: normal;
}

.landing-page-section-hero-main-paragraph {
    color: #FFFDFB;
    font-size: 20px !important;
}

.review-card {
    border: 2px solid #BBBBBD;
    border-radius: 20px;
    padding: 20px;
    height: 260px !important;
    margin: 0px 10px;
}

.review-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.review-name-heading {
    color: #031A56;
    margin: 0px !important;
    font-size: 20px !important;
}

.review-main-pargraph {
    color: #9DA5B9;
    font-size: 18px;
}

.section-reviews {
    background: url(../images/crawfish-getaway-image-8.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 166px;
}

.landing-page-dark-heading {
    color: #031A56;
    font-size: 70px !important;
    margin: 0px;
}

.form-control {
    background-color: #4646466E;
    border: 1px solid #5D6773;
    border-radius: 40px;
}

.section-contact-us {
    background: url(../images/crawfish-getaway-image-13.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact-heading {
    color: #FFFFFF;
    font-size: 70px !important;
    margin: 0px;
}

.section-menu {
    background: url(../images/crawfish-getaway-image-10.png) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -80px;
    background-position: center;
}

.crawfish-menu-title,
.crawfish-menu-item {
    color: #FFFFFF;
}

.crawfish-menu-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 20px;
}

.crawfish-menu-list {
    padding-left: 0px;
    margin-left: 0px;
}

.crawfish-menu-name,
.crawfish-menu-price {
    color: #D0DAE5;
    font-weight: bold;
    font-size: 18px !important;
}

.menu-main-wrapper {
    background-color: #4646466E;
    padding: 66px 72px;
    border-radius: 20px;
    border: 1px solid #5D6773;
    backdrop-filter: blur(5px);
}

.crawfish-menu-title {
    margin-bottom: 16px;
}

.flex-small-menu-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-dark {
    background-color: unset !important;
}

.social-wrapper {
    display: flex;
    gap: 27px;
    justify-content: center;
}

.responsive-header {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute !important;
    bottom: 0;
    color: #000 !important;
}

.slick-prev:before,
.slick-next::before {
    color: #000000 !important;
}

.custom-color {
    color: #3A3D4A !important;
}

.slick-prev {
    left: 46% !important;
    z-index: 1;
}

.slick-prev:before {
    background-image: url(../images/crawfish-getaway-image-11.png);
    content: '←';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent !important;
    display: block;
    width: 30px;
    height: 30px;
}

.slick-next::before {
    background-image: url(../images/crawfish-getaway-image-12.png);
    content: '←';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent !important;
    display: block;
    width: 30px;
    height: 30px;
}

.slick-next {
    right: 46% !important;
    z-index: 1;
}

button.slick-prev,
.slick-next {
    width: 40px !important;
    height: 40px !important;
    bottom: -91px;
}

.crawfish-location-flex-wrapper-3 {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-start;
}

.wpcf7-response-output {
    background-color: #fff !important;
}

.header-image {
    margin-bottom: 18px;
}

.button-flex-wrapper {
    display: flex;
    justify-content: center;
}

.crawfish-image-gallery-wrapper-1 {
    width: 100%;
    max-height: 230px !important;
    overflow: hidden;
    height: 230px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}

.crawfish-image-gallery-wrapper-2 {
    width: 100%;
    overflow: hidden;
    height: 520px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}

.crawfish-image-gallery-wrapper-2 img {
    border-radius: 20px;
}

.crawfish-image-gallery-wrapper-3 {
    width: 100%;
    max-height: 230px !important;
    overflow: hidden;
    height: 230px;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    justify-content: center;
}

.crawfish-image-gallery-wrapper-4 {
    width: 100%;
    overflow: hidden;
    height: 262px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    margin-top: 26px;
}

@media screen and (max-width:980px) {
    .landing-page-section-main-title {
        color: #FFF3EB;
        font-size: 38px !important;
    }
    .crawfish-menu-item {
        gap: 10px;
    }
    .main-header.fixed-top {
        position: relative;
    }
    .crawfish-hero-section {
        margin: 0px;
    }
    .section-menu {
        background-size: cover;
    }
    .show.navbar-nav .menu-item>a,
    .navbar-nav .page_item>a {
        color: #000;
    }
    .section-contact-us {
        background-size: cover;
    }
    .slick-prev {
        left: 41% !important;
        z-index: 1;
    }
    .review-card {
        height: 300px !important;
    }
    .responsive-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .desktop-header {
        display: none;
    }
    .navbar-nav .menu-item>a,
    .navbar-nav .page_item>a {
        color: #000;
    }
    .responsive-menu {
        margin: 0px;
    }
    .navbar-nav .menu-item>a,
    .navbar-nav .page_item>a {
        padding: 10px !important;
    }
    .header-image {
        width: 70px;
        margin-bottom: 0px;
    }
    .crawfish-location-flex-wrapper-3 {
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
    }
    .section-reviews {
        background-size: cover;
    }
    .box-padding {
        padding-right: calc(var(--bs-gutter-x)* 0.5) !important;
        padding-left: calc(var(--bs-gutter-x)* 0.5) !important;
    }
}

@media screen and (min-width: 820px) {
    .crawfish-image-gallery-wrapper-2 {
        height: 518px;
        object-fit: cover;
        border-radius: 20px;
        display: unset;
    }
    .crawfish-image-gallery-wrapper-2 img {
        height: 100%;
        overflow: hidden;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .crawfish-image-gallery-wrapper-2 {
        height: 518px;
        object-fit: cover;
        border-radius: 20px;
        display: unset;
    }
    .crawfish-image-gallery-wrapper-2 img {
        height: 100%;
        overflow: hidden;
        object-fit: cover;
    }
}

@media screen and (max-width:480px) {
    .navbar-brand {
        width: 50px;
        display: block;
    }
    .responsive-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .desktop-header {
        display: none;
    }
    .landing-page-section-main-title {
        font-size: 40px !important;
    }
    .flex-small-menu-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .crawfish-location-flex-wrapper-2 {
        display: flex;
        align-items: center;
        gap: 11px;
        justify-content: flex-start;
        margin: 10px 0px;
    }
    .main-header.fixed-top {
        position: relative;
    }
    .crawfish-hero-section {
        margin: 0px;
    }
    .show.navbar-nav .menu-item>a,
    .navbar-nav .page_item>a {
        color: #000 !important;
    }
    .section-menu {
        background-size: cover;
    }
    .section-contact-us {
        background-size: cover;
    }
    .slick-next {
        right: 34% !important;
        z-index: 1;
    }
    .slick-prev {
        left: 35% !important;
        z-index: 1;
    }
    .navbar-nav .menu-item>a,
    .navbar-nav .page_item>a {
        color: #000;
    }
    .review-card {
        height: 300px !important;
    }
    .responsive-menu {
        margin: 0px;
    }
    .navbar-nav .menu-item>a,
    .navbar-nav .page_item>a {
        padding: 10px !important;
    }
    .menu-main-wrapper {
        padding: 40px;
    }
    .crawfish-location-flex-wrapper-3 {
        margin-bottom: 20px;
    }
    .section-reviews {
        background-size: cover;
    }
    .crawfish-image-gallery-wrapper-4 {
        margin-bottom: 20px;
    }
    .crawfish-image-gallery-wrapper-2 {
        margin-bottom: 20px;
    }
}

.box-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}