@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
body {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}

p,
li,
a,
button,
span,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
}

h1,
h2,
h3 {
    font-family: "Jost", sans-serif;
    margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}


/*--------------------------------------------------------------
 * Preloader CSS MS
 *--------------------------------------------------------------
 */

.wp-smart-loader {
    text-indent: -12345px;
}


/*--------------------------------------------------------------
 * Preloader One
 *--------------------------------------------------------------
 */

.smart-loader-one {
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
 * Preloader Two
 *--------------------------------------------------------------
 */

.smart-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear;
}

.smart-loader-two span {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #efd4b7;
    display: block;
    -webkit-animation: spinner-two 1s infinite linear;
    animation: spinner-two 1s infinite linear;
}

.smart-loader-two span:nth-child(1) {
    background: #665753;
}

.smart-loader-two span:nth-child(2) {
    left: 44px;
    background: #dd9c76;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.smart-loader-two span:nth-child(3) {
    top: 44px;
    background: #132031;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.smart-loader-two span:nth-child(4) {
    top: 44px;
    left: 44px;
    background: #f1c40f;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes spinner-two {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}


/*--------------------------------------------------------------
 * Preloader Three
 *--------------------------------------------------------------
 */

.smart-loader-three {
    position: relative;
}

.smart-loader-three span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #9b59b6;
    position: absolute;
    -webkit-animation: spinner-three 1.5s infinite ease-in-out;
    animation: spinner-three 1.5s infinite ease-in-out;
}

.smart-loader-three span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.smart-loader-three span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.smart-loader-three span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.smart-loader-three span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}


/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

.smart-loader-four .spinner-cube {
    width: 33%;
    height: 33%;
    background-color: #9b59b6;
    float: left;
    -webkit-animation: spinner-four 1.3s infinite ease-in-out;
    animation: spinner-four 1.3s infinite ease-in-out;
}

.smart-loader-four .spinner-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.smart-loader-four .spinner-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.smart-loader-four .spinner-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.smart-loader-four .spinner-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.smart-loader-four .spinner-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.smart-loader-four .spinner-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.smart-loader-four .spinner-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.smart-loader-four .spinner-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.smart-loader-four .spinner-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes spinner-four {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes spinner-four {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/*--------------------------------------------------------------
 * Preloader Five
 *--------------------------------------------------------------
 */

.smart-loader-five {
    width: 80px;
    height: 80px;
    position: relative;
}

.smart-loader-five .spinner-cube {
    border: 2px solid transparent;
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.smart-loader-five .spinner-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9b59b6;
    -webkit-animation: spinner-five 2.4s infinite linear both;
    animation: spinner-five 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.smart-loader-five .spinner-cube-2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.smart-loader-five .spinner-cube-3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.smart-loader-five .spinner-cube-4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.smart-loader-five .spinner-cube-2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.smart-loader-five .spinner-cube-3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.smart-loader-five .spinner-cube-4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes spinner-five {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes spinner-five {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
 * Preloader Six
 *--------------------------------------------------------------
 */

.smart-loader-six {
    width: 70px;
    height: 70px;
    position: relative;
}

.smart-loader-six .spinner-cube-1,
.smart-loader-six .spinner-cube-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3498db;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: spinner-six 2s infinite ease-in-out;
    animation: spinner-six 2s infinite ease-in-out;
}

.smart-loader-six .spinner-cube-2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes spinner-six {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes spinner-six {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #efd4b7;
    z-index: 100000;
}

.wp-smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}

.wp-smart-body {
    visibility: hidden;
}


/*--------------------------------------------------------------
 * Preloader Seven
 *--------------------------------------------------------------
 */

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 54px;
    color: #dd9c76;
    font-weight: 600;
    line-height: 66px;
    z-index: 1;
    text-shadow: 1px 3px 2px #00000052;
}

.main-slider h3 {
    font-size: 20px;
    color: #dd9c76;
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 64px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
    text-shadow: 1px 3px 2px #00000052;
}

.btn-style-one {
    background: #de8d38;
    display: block;
    float: left;
    border-radius: 8px;
    width: 80px;
    height: 80px;
}

.bootom-box {
    position: relative;
}

.bootom-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(10 10 10 / 73%);
}

.min-img {
    width: 100%;
}

.theme-btn {
    padding: 17px 25px !important;
    display: inline-block !important;
    float: left;
    margin-right: 20px !important;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 5px 3px 11px #00000052 !important;
}

.tp-bgimg {
    background-size: cover !important;
    background-position: top !important;
    top: 20px !important;
}

.btn-style-blue {
    background: #17384e;
    color: #dd9c76;
}

.btn-style-orange2 {
    background: #efd4b7;
    color: #17384e;
}

.btn-style-mauve {
    background: #e0b0ff;
    color: #17384e;
}

.btn-style-violet {
    background: blueviolet;
    color: #17384e;
}

.fullwidthbanner-container .tp-bgimg:before {
    content: "";
    background: #132031;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 22;
    opacity: 0.5;
}

.heading-s h5 {
    color: #dd9c76;
    font-size: 15px;
    /* margin-bottom: 20px; */
}

.heading-s h2 {
    color: #dd9c76;
    font-size: 39px;
}

.heading-s h3 {
    color: #dd9c76;
    font-size: 35px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.heading-s p {
    color: #dd9c76;
    display: block;
    font-size: 16px;
    /* Adjust the font size as needed */
    width: 90%;
    /* Adjust the width as needed */
    height: auto;
    /* Adjust the height as needed, or specify a fixed height */
    margin: 0;
    /* Adjust margin as needed */
    padding: 0;
    /* Adjust padding as needed */
    text-align: justify;
    /* Justify the text */
}

.service-box {
    background: #111111;
    padding: 1.5em;
    margin-bottom: 2em;
    border-radius: 40px;
    border: 2px solid #c98876;
    padding-bottom: 2em;
}

.img-ser {
    border-radius: 50%;
    padding: 8px;
    width: 70%;
    display: block;
    margin-bottom: 20px;

    padding-right: 1px;
    padding-left: 1px;
    margin-right: auto;
    margin-left: auto;
}

.img-ser img {
    width: 100%;
}


.img-ser img {
    transform: scale(1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


/* [3] Finally, transforming the image when container gets hovered */

.service-box:hover .img-ser img {
    transform: scale(0.7);
}

.service-box:hover .img-ser {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
}

.service-box:hover {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-box h3 {
    color: #fff;
}

.service-box h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 21px;
}

.service-box p {
    color: #fff;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.read-more {
    color: #de8d38;
    font-size: 18px;
}

.btn-gradient {
    color: #17384e;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background: #de8d38;
    padding: 13px 30px;
    font-size: 18px;
    float: none;
    display: inline-block;
    margin-bottom: 3em;
}

.btn-gradient:hover {
    background: #17384e;
    color: #de8d38;
}

a,
button,
div,
:before,
h3,
p {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.min-belive {
    border-radius: 25px;
    overflow: hidden;
}

.min-belive img {
    width: 100%;
}

.blog-d-img.mb-40 img {
    width: 40%;
    display: block;
    margin: 0 auto;
    border-radius: 10%;
}

.benifets {
    background: #050a13;
}

.event-s {
    position: relative;
    overflow: hidden;
}

.event-s img {
    width: 100%;
}

.feature-bottom {
    padding: 30px;
    text-align: left;
    z-index: 1;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}

.feature-bottom h3 {
    font-size: 19px;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.feature-bottom h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.feature-bottom p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    display: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

button {
    cursor: pointer;
}

.seccess {
    font-size: 14px;
    color: #60bf09;
    background: white;
    width: 100%;
    display: block;
    padding: 6px 10px;
    margin: 10px 0;
}

.error {
    font-size: 14px;
    color: #e72612;
    background: white;
    width: 100%;
    display: block;
    padding: 6px 10px;
    margin: 10px 0;
}

.event-s:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(45%, transparent), to(#17384e));
    background-image: linear-gradient(to bottom, transparent 42%, #17384e 100%);
}

.event-s:hover.event-s:before {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(19%, transparent), to(#000));
    background-image: linear-gradient(to bottom, transparent 19%, #000 100%);
}

.event-s:hover p {
    display: block;
    display: -webkit-box;
}

.event-s:hover .feature-bottom h3 a {
    color: #fff;
}

.event-s:hover .feature-bottom h3 {
    background: #f29429a1;
    padding: 5px;
}

.event-s:hover {
    transform: scale(1.05);
}

.join-bg {
    background-image: url(../../../assets/images/cov2.jpg);
    padding: 10em 12em;
    display: block;
    width: 100%;
    float: left;
    background-position: top center;
    background-size: cover;
}

.min-bg-w {
    background-color: #fff;
    padding: 3em;
}

.min-join {}

.min-join a {
    margin-bottom: 0px;
}

.min-join h2 {
    font-weight: 700;
    font-size: 32px;
}

.min-join p {
    text-transform: capitalize;
}

.colan span {
    font-size: 32vh;
    float: right;
    color: #fff5eb;
    line-height: 1em;
}

.event-list {
    padding: 3em;
    height: 450px;
    background-position: center left;
    position: relative;
}

.event-det {
    color: #fff;
    background: #17384e;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3em;
    bottom: 0;
    width: 40%;
}

.event-det p {
    color: #fff;
}

.event-det h5 {
    color: #fff;
    font-size: 17px;
}

.event-det h3 a {
    font-size: 22px;
    margin: 20px 0;
    display: block;
}

.bread-text h1 {
    color: #dd9c76;
    font-size: 17px;
}

.bread-text h3, .bread-text h2 {
    color: #dd9c76;
    font-size: 33px;
    margin-top: 30px;
}

.event-det ul {
    margin: 20px 0;
    display: block;
    margin-bottom: 30px;
}

.event-det ul li {
    margin-bottom: 10px;
    display: block;
}

.event-det ul li i {
    margin-right: 15px;
}

.btn-white {
    color: #17384e;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    padding: 13px 30px;
    font-size: 18px;
    float: none;
    display: inline-block;
    margin-bottom: 3em;
}

.btn-white:hover {
    background: #2c2c2c;
    color: #fff;
}

.subbanner {
    position: relative;
    background-size: cover;
}

.subbanner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 48%);
}

.min-ab h5 {
    font-size: 14px;
}

.min-ab h2 {
    font-size: 25px;
    margin-top: 19px;
    margin-bottom: 15px;
}

.min-ab p {}

.text-r {
    text-align: right;
}

.text-l {
    text-align: left;
}

.beiefet-img img {
    width: 100%;
}

.event-page .event-s {
    margin-bottom: 25px;
}

blockquote {
    margin: 0 0 1rem;
    background: #f5f5f5;
    padding: 20px;
}

blockquote p {
    font-size: 20px;
    font-weight: 500;
}

.upcoming-event {
    background: #132031;
}

.register-f {
    background: #f7f8fa;
    padding: 30px;
    position: sticky;
    top: 120px;
}

.form-event h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-in .read-m-we {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 5px;
}

.form-in:last-child {
    margin-bottom: 0px;
}

.form-event ul {
    margin-bottom: 25px;
}

.form-event ul li {
    margin-bottom: 8px;
}

.form-event ul li i {
    margin-right: 15px;
}

.form-in {
    margin-bottom: 25px;
}

.fill-in {
    width: 100%;
    padding: 10px;
    height: 50px;
    border: 1px solid #d7d7d7;
}

.up-event {
    background: #17384e;
    padding: 30px;
    position: relative;
}

.up-event:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #17384e;
    bottom: 0;
    left: 0;
    right: 0;
}

.up-event:hover {
    box-shadow: -1px 3px 10px 1px #00000040;
    margin-top: -10px;
}

.up-event h5 {
    color: #de8d38;
    font-size: 14px;
    margin-bottom: 15px;
}

.up-event h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.up-event h3 a {
    color: #fff;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.up-event span {
    font-size: 13px;
    color: #db9618;
    font-weight: normal;
    margin-bottom: 7px;
    display: block;
}

.up-event p {
    color: #fff;
    font-size: 17px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.up-event ul li {
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
}

.up-event ul li i {
    float: left;
    font-size: 17px;
    height: 30px;
    margin-right: 15px;
}

.gallery-img {
    margin-bottom: 25px;
}

.gallery-img:hover {
    box-shadow: -1px 3px 10px 1px #00000040;
    margin-top: -10px;
}

.blog-page {
    background: #132031;
}


/*/* Mode sombre pour les éléments de la classe bloglist */

.bloglist {
    padding: 30px;
    background-color: #efd4b7;
    color: #132031;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 10px;
}

.bloglist:hover {
    box-shadow: -1px 3px 10px 1px #00000040;
    margin-top: -10px;
}

.blog-img {
    width: 40%;
    float: left;
    margin-right: 20px;
}


/* .blog-img img {
    width: 100%;
} */

.blog-con .read-m-we {
    margin-bottom: 0px;
}

.blog-con p,
.blog-con span,
.blog-con ul li span {
    color: #132031;
    /* Couleur du texte blanc */
}

.blog-con {
    display: block;
    width: 58%;
    float: left;
}
.blog-img img {
    width: 100%;
}

.blog-img {
    width: 25%;
    float: left;
    margin-right: 20px;
}

/*.event-s img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}*/

.blog-con {
    display: block;
    width: 72%;
    float: left;
}
/*
.bloglist {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.bloglist:hover {
    box-shadow: -1px 3px 10px 1px #00000040;
    margin-top: -10px;
}

.blog-con .read-m-we {
    margin-bottom: 0px;
}

*/

.top-date ul li {
    font-size: 13px;
    color: #132031;
    margin-bottom: 0px;
}

.top-date {
    width: 100%;
    display: block;
}

.top-date ul li:first-child {
    float: left;
}

.top-date ul li:last-child {
    float: right;
}

.top-date ul li i {
    float: left;
    font-size: 17px;
    margin-right: 15px;
}

.blog-con h3 {
    float: left;
    font-size: 22px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.blog-con {
    margin-top: 15px;
}

.blog-con p {
    float: left;
    /* display: -webkit-box !important; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.blog-details-con ul li {
    list-style: disc;
}

.blog-details-con ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-heading {
    font-size: 13px;
    color: #5c5959;
}

.text-m {
    min-height: 100px;
    max-height: 100px;
}

.label-t {
    margin-bottom: 10px;
    color: #17384e;
}

.label-tb {
    font-size: 21px;
}

.con-add {
    margin-bottom: 30px;
}


/* Media Queries */

@media (max-width: 1024px) {
    .blog-con {
        width: 100%;
        margin-top: 10px;
    }
    .blog-img {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .top-date ul li {
        font-size: 12px;
    }
    .blog-con h3 {
        font-size: 20px;
    }
    .blog-con p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .bloglist {
        padding: 20px;
    }
    .blog-con h3 {
        font-size: 18px;
    }
    .blog-con p {
        font-size: 12px;
    }
}


/* Home three*/

.what img {
    width: 100%;
    border-radius: 10%;
}

.what-we {
    margin-top: 60px;
    /* font-family: "Trajan Pro", serif; */
}

.what-we .h2 {
    font-size: 28px;
    font-family: "Trajan Pro", serif;
    color: #d3a15d;
}

.voyantSpecific p {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #d98838;
    display: flex;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 10px;
    /* margin-left: 20px; */
    margin-right: 50px;
}

.gift-c {
    background-image: url(../images/bg-gift-card.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.card-block .btn-outline-primary {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.card {
    margin: 20px 0;
}


/* Flip Cards CSS */

.card-container {
    perspective: 700px;
}

.card-flip {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    height: auto;
    transition: all 0.5s ease-out;
    background: white;
    border: none;
}

.card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    border: none;
}

.card-flip .front {
    position: relative;
    z-index: 1;
}

.card-flip .back {
    position: relative;
    z-index: 0;
    transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
    transform: rotateY(180deg);
}

.s-logo img {
    width: 50% !important;
}


/* upcoming */

.upcoming {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* Utilisez min-height pour garantir que la section occupe au moins toute la hauteur de l'écran */
    margin: 0;
    padding: 70px 0;
    /* Ajouter du padding pour un espace suffisant autour du contenu */
    background-image: url("../images/bg-services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.upcoming-container {
    text-align: center;
}

.upcoming-title {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    background-color: #1a1a1a;
    color: white;
    padding: 20px 80px;
    border-radius: 50px;
    border: 2px solid rgb(239 144 079 / 57%);
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0px;
    box-shadow: 6px 6px 0px 0px rgb(239 144 079 / 57%);
    /* box-shadow: 4px 4px 12px #ef904f; */
    /* box-shadow: inset 0 0 3em rgba(53, 19, 174, 0.2), 0px 0px 2px 2px rgb(240, 4, 4), 0.3em 0.3em 1em rgba(240, 217, 8, 0.4); */
    /* Adjust shadow values as needed */
}

.upcoming-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.upcoming-option {
    background-color: #111111;
    padding: 20px;
    text-align: center;
    width: 220px;
    height: 220px;
    transition: transform 0.3s;
    /* border: 2px solid #ef904f; */
    /* Outer border */
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upcoming-option:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid rgb(239 144 079 / 77%);
    /* Inner border */
    border-radius: 40px;
    /* Adjust to match the border radius */
}

.upcoming-option img {
    width: 100px;
    height: 100px;
    margin: -14px;
    /* Minimize space */
    /* margin-bottom: 1px; */
}

.upcoming-text {
    font-family: "Trajan Pro", serif;
    color: rgb(239 144 079 / 77%);
    font-size: 18px;
    font-weight: bold;
    /* margin-top: 1px; */
}

h5 {
    font-size: 16px;
    color: white;
    /* margin: 5px 0 0 0; */
    /* Minimize space */
}

.upcoming-option:hover {
    transform: scale(1.05);
    /* box-shadow: inset 0 0 3em rgb(239 144 079 / 40%), 0px 0px 2px 2px #132031, 0.3em 0.3em 1em rgba(237, 206, 104, 0.4); */
}

.upcoming,
.gift-c {
    background-attachment: fixed;
}


/* Media Queries */

@media (max-width: 767px) {
    .upcoming,
    .gift-c {
        background-size: cover;
        /* Assurer que l'image couvre toute la section */
        padding: 50px 0;
        /* Réduire le padding pour les petits écrans */
    }
    .upcoming-title {
        padding: 10px 40px;
        /* Ajuster le padding du titre */
        font-size: 24px;
        /* Réduire la taille de la police du titre */
    }
    .upcoming-option {
        width: 180px;
        /* Réduire la taille des options */
        height: 180px;
    }
    .upcoming-option img {
        width: 80px;
        /* Réduire la taille des images */
        height: 80px;
    }
}


/* filtre */

.filter-container {
    background-color: #132031;
    background-image: linear-gradient( to right, #000000, #010510, #132031, #132031);
    /* padding: 20px; */
    /* border-radius: 8px; */
    /* width: 80%; */
    /* max-width: 600px; */
}

.filter-container h2 {
    color: #dd9c76;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
}

.toggle-icon {
    margin-left: auto;
    /* Move the icon to the right */
}

.toggle-icon i {
    margin-left: 10px;
    /* Adjust this margin as needed */
}

.filters {
    color: #efd4b7;
    display: none;
    margin-top: 20px;
    margin-left: 80px;
    margin-right: 80px;
}

.search-bar {
    display: flex;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.search-bar input {
    color: #dd9c76;
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
}

.search-bar .search-button {
    padding: 10px;
    background-color: #f3b33d;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.filter-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.filter-groups label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.gender,
.categories,
.contact,
.availability {
    flex: 1;
}

.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.actions .clear-filters {
    /* margin-left: 20px;
    margin-right: 20px; */
    padding: 10px 20px;
    border: 1px solid #ef2121;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin: 10px 0;
}

.actions .search {
    /* margin-left: 20px;
    margin-right: 20px; */
    padding: 10px 20px;
    border: 1px solid #f3a444;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}


/* Media query for mobile devices */

@media (max-width: 768px) {
    .actions {
        flex-direction: column;
        /* Stack elements vertically on mobile */
        align-items: stretch;
        /* Make elements stretch to full width */
    }
    .actions .clear-filters,
    .actions .search {
        width: 100%;
        /* Make buttons full width on mobile */
        text-align: center;
        /* Center text in buttons */
    }
}

.actions .clear-filters:hover {
    background-color: #ef2121;
}

.actions .search:hover {
    background-color: #f3a444;
}

.actions .search {
    display: flex;
    align-items: center;
    gap: 10px;
}

.actions .search i {
    margin-right: 10px;
}

.available,
.busy,
.all {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.available {
    background-color: green;
}

.busy {
    background-color: brown;
}

.all {
    background-color: gold;
}


/* Add hover effects for labels containing the radio buttons */

label:hover .available {
    background-color: lime;
    transform: scale(1.2);
}

label:hover .busy {
    background-color: rgb(255, 0, 0);
    transform: scale(1.2);
}

label:hover .all {
    background-color: yellow;
    transform: scale(1.2);
}


/* Profile Voyants */

.card-container-prof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.voyants .card {
    position: relative;
    background-color: transparent;
    border-radius: 25px;
    overflow: hidden;
    max-width: 380px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #f3a444;
    padding: 10px;
}

.voyants .card a img {
    width: 310px;
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
    border: 2px solid #f3a444;
    z-index: 1;
}

.voyants .card img:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.voyants .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient( to bottom, transparent 0%, transparent 50%, #010510 100%);
    z-index: 2;
    pointer-events: none;
}

.voyants .card:hover {
    transform: scale(1.05);
}

.icon-heart {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    cursor: pointer;
}

.card .icon-heart::before {
    content: "❤";
    font-size: 28px;
    color: #ffffff;
    /* color: #ff0000; */
}

.card .icon-heart.active::before {
    color: #ff0000;
    /* box-shadow: red; */
    /* Change color when active */
}

.card .icon-text {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    z-index: 4;
}

.card .icon-text img {
    width: 65px;
    height: 65px;
    margin-left: 9px;
}

.card .text {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 1.5em;
    line-height: 1.1;
    padding-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-icon {
    position: relative;
    display: inline-block;
}

.status-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #d55e13;
    /* Default status color */
    z-index: 2;
}

.icon-text .status-icon.connected::before {
    background-color: #00ff00;
    /* Green for connected */
}

.icon-text .status-icon.disconnected::before {
    background-color: #ff0000;
    /* Red for disconnected */
}

.icon-text .status-icon.occupied::before {
    background-color: #ffff00;
    /* Yellow for occupied */
}


/* separator */

@keyframes borderColorChange {
    0% {
        border-top-color: #efd4b7;
    }
    25% {
        border-top-color: #f8cfa4;
        /* Example color to transition to */
    }
    50% {
        border-top-color: #d3a15d;
        /* Example color to transition to */
    }
    75% {
        border-top-color: #dea14c;
        /* Example color to transition to */
    }
    100% {
        border-top-color: #ff8800;
    }
}

.pen-alt {
    background-color: #132031;
    width: 100%;
    /* Adjust width as needed */
    height: 2px;
    /* Adjust height to mimic an hr element */
    border-top: 2px solid #132031;
    /* Initial border color and thickness */
    animation: borderColorChange 3s infinite;
    /* Animation name, duration, and repetition */
}


/* consultation */

.consultation {
    display: flex;
    justify-content: center;
    background: #050a13;
    background-size: cover;
    background-position: center;
    color: #fff;
    /*  */
    padding: 50px 20px;
}

.consultation-container {
    text-align: center;
    /* justify-content: center; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.consultation-title {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    background-color: #1a1a1a;
    color: white;
    padding: 20px 80px;
    border-radius: 50px;
    border: 2px solid rgb(239 144 079);
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0px;
    box-shadow: 6px 6px 0px 0px rgb(239 144 079);
    /* box-shadow: 4px 4px 12px #ef904f; */
    /* box-shadow: inset 0 0 3em rgba(53, 19, 174, 0.2), 0px 0px 2px 2px rgb(240, 4, 4), 0.3em 0.3em 1em rgba(240, 217, 8, 0.4); */
    /* Adjust shadow values as needed */
}

.consultation-options {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap on smaller screens */
    justify-content: center;
    gap: 25px;
}

.consultation-option {
    background-color: #111111;
    padding: 20px;
    text-align: center;
    width: 220px;
    height: 220px;
    transition: transform 0.3s;
    /* border: 2px solid #ef904f; */
    /* Outer border */
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.consultation-option:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid rgb(239 144 079);
    /* Inner border */
    border-radius: 40px;
    /* Adjust to match the border radius */
}

.consultation-option img {
    width: 100px;
    height: 100px;
    margin: -14px;
    /* Minimize space */
    /* margin-bottom: 1px; */
}

.consultation-text {
    font-family: "Trajan Pro", serif;
    color: rgb(239 144 079);
    font-size: 18px;
    font-weight: bold;
    /* margin-top: 1px; */
}

h5 {
    font-size: 16px;
    color: white;
}

.consultation-option:hover {
    transform: scale(1.05);
    /* box-shadow: inset 0 0 3em rgb(239 144 079 / 40%), 0px 0px 2px 2px #132031, 0.3em 0.3em 1em rgba(237, 206, 104, 0.4); */
}

.separator {
    width: 100%;
    height: 0.1px;
    background-color: #dbdbdb;
    margin: 30px 0;
}

.separator1 {
    width: 100%;
    height: 2px;
    background-color: rgb(239 144 079);
    margin: 3px;
}

.separator2 {
    /* width: 70%; */
    height: 1px;
    background-color: white;
    margin-left: 30px;
    margin-right: 30px;
}

.consultation-para {
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
}

.offer-text {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #dbdbdb;
    font-size: 12px;
    line-height: 1.6;
    margin: 20px 0;
}

.offer-title {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #dbdbdb;
    /* font-weight: bold; */
    font-size: 18px;
}

.consultation-header-title {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #e69542;
    margin-bottom: 20px;
    margin-left: 70px;
    /* font-family: 'Poppins', sans-serif; */
    /* font-size: 24px; */
    font-size: 1.6em;
    line-height: 1.5em;
}

.consultation-supports {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
    margin-bottom: 40px;
    margin-left: 70px;
    margin-right: 70px;
}

.consultation-support-item {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    background-color: #102031;
    border: none;
    padding: 8px 13px;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    /* flex-wrap: wrap; */
}

.consultation-support-item:hover {
    background-color: #052342;
}

.consultation-promo {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin-left: 50px;
}

.promo-icon {
    background: url("../images/tick.png") no-repeat center center/cover;
    font-size: 50px;
    color: #e69542;
    width: 100px;
    height: 100px;
}

.promo-text {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-align: left;
}

.promo-text h3 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.5em;
    margin: 0;
}

.promo-text p {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: white;
    margin: 0;
    text-decoration: underline;
}

.promo-text p:hover {
    font-size: 21px;
    color: #ff9100;
    margin: 0;
    text-decoration: underline;
}

.consultation-options1 {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap on smaller screens */
    justify-content: center;
    gap: 25px;
    margin: 0 20px;
}

.consultation-option1 {
    background-color: #111111;
    padding: 20px;
    text-align: center;
    width: 200px;
    height: 200px;
    transition: transform 0.3s;
    border-radius: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 2px solid rgb(239 144 079);
    margin-bottom: 35px;
}

.forfait-title {
    font-family: "Trajan Pro", serif;
    background-color: #d39276;
    padding: 0.5px 35px 0px;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -28px;
    z-index: 1;
    text-transform: uppercase;
}

.consultation-text1 {
    position: relative;
    /* width: 100px;
    height: 100px; */
    /* margin-bottom: 15px; */
    /* margin-top: 15px; */
}

.consultation-text1 img {
    width: 100px;
    height: 100px;
    /* object-fit: cover; */
    /* border-radius: 10px; */
}

.consultation-text1 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.consultation-text1 span.minutes {
    position: absolute;
    top: 40px;
    font-size: 12px;
}

.consultation-option1 .economy-price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    /* margin-top: 15px; */
}

.economy {
    font-size: 14px;
    color: #999;
    text-align: left;
    display: flex;
    align-items: center;
}

.economy i {
    margin-right: 9px;
}

.price {
    font-size: 20px;
    color: rgb(239, 144, 79);
    text-align: right;
}

.price .per-minute {
    font-size: 12px;
    color: white;
}

.price span {
    font-size: 14px;
    color: #fff;
}

.profit-button {
    background-color: rgb(239 144 079);
    color: #fff;
    border: none;
    padding: 5px 40px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: absolute;
    bottom: -20px;
}

.profit-button:hover {
    background-color: #ef7b08;
}

.consultation-option1:hover {
    transform: scale(1.05);
}


/* Media queries */


/* Media query for screens up to 767px and 480px */

@media (max-width: 767px) {
    .consultation-options1 {
        flex-direction: column;
        /* Stack items vertically */
        gap: 20px;
        /* Space between stacked items */
        margin: 0 10px;
        /* Adjust margin */
    }
    .consultation-option1 {
        width: auto;
        /* Auto width for stacking */
        height: auto;
        /* Auto height for stacking */
        padding: 15px;
        /* Adjust padding */
    }
    .forfait-title {
        font-size: 16px;
        /* Adjust font size */
        padding: 0.5px 30px 0;
        /* Adjust padding */
        top: -25px;
    }
    .consultation-text1 img {
        width: 80px;
        /* Adjust size */
        height: 80px;
        /* Adjust size */
    }
    .consultation-text1 span {
        font-size: 20px;
        /* Adjust font size */
    }
    .economy-price-container {
        flex-direction: column;
        /* Stack price and economy vertically */
        align-items: flex-start;
        /* Align items to the left */
    }
    .price {
        text-align: left;
        /* Align text to the left */
    }
    .profit-button {
        position: static;
        /* Reset position */
        margin-top: 15px;
        /* Add margin */
    }
    .consultation-header-title {
        font-size: 1.4em;
        /* Adjust font size */
        margin-left: 15px;
        /* Adjust margin */
    }
    .consultation-supports {
        margin: 0 15px 15px;
        /* Adjust margins */
        gap: 8px;
        /* Adjust gap between buttons */
    }
    .consultation-promo {
        margin-left: 15px;
        /* Adjust margin */
        display: flex;
        /* Ensure flexbox is used */
        align-items: center;
        /* Center align items vertically */
        gap: 10px;
        /* Space between icon and text */
    }
    .promo-icon {
        width: 70px;
        /* Adjust size */
        height: 70px;
        /* Adjust size */
    }
    .promo-text h3 {
        font-size: 1.6em;
        /* Adjust font size */
    }
    .promo-text p {
        font-size: 14px;
        /* Adjust font size */
    }
}


/* Media query for screens up to 480px */

@media (max-width: 480px) {
    .consultation-options1 {
        margin: 0 5px;
        /* Adjust margin */
        position: relative;
        /* Ensure positioning context */
    }
    .consultation-option1 {
        width: 100%;
        /* Full width */
        height: auto;
        /* Auto height */
        padding: 10px;
        /* Adjust padding */
    }
    .forfait-title {
        font-size: 14px;
        /* Adjust font size */
        padding: 0.5px 20px 0;
        /* Adjust padding */
        top: -21px;
    }
    .consultation-text1 img {
        width: 60px;
        /* Adjust size */
        height: 60px;
        /* Adjust size */
    }
    .consultation-text1 span {
        font-size: 18px;
        /* Adjust font size */
    }
    .economy-price-container {
        align-items: flex-start;
        /* Align items to the top */
    }
    .price {
        font-size: 16px;
        /* Adjust font size */
        text-align: left;
        /* Align text to the left */
    }
    .profit-button {
        padding: 5px 20px;
        /* Adjust padding */
        margin-top: 10px;
        /* Adjust margin */
        bottom: -20px;
    }
    .consultation {
        padding: 20px 10px;
        /* Adjust padding */
    }
    .consultation-header-title {
        font-size: 1.2em;
        /* Adjust font size */
        margin-left: 10px;
        /* Adjust margin */
    }
    .consultation-supports {
        margin: 0 10px 10px;
        /* Adjust margins */
        gap: 6px;
        /* Adjust gap between buttons */
    }
    .consultation-promo {
        margin-left: 10px;
        /* Adjust margin */
        flex-direction: column;
        /* Stack elements vertically */
        align-items: flex-start;
        /* Align items to the left */
        gap: 10px;
        /* Space between stacked elements */
    }
    .promo-icon {
        width: 50px;
        /* Adjust size */
        height: 50px;
        /* Adjust size */
    }
    .promo-text h3 {
        font-size: 1em;
        /* Adjust font size */
    }
    .promo-text p {
        font-size: 14px;
        /* Adjust font size */
    }
}


/* nos Voyant  action */

.pro-section {
    position: relative;
    /* width: 100%;
    height: 250px; */
    background: url("../images/Nos-voyants.jpg") no-repeat center center/cover;
    background-size: cover;
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    padding: 80px 50px;
    /* color: #fff;
    overflow: hidden; */
}

.pro-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, transparent, #010510, #000000);
    z-index: 1;
    opacity: 1.9;
}

.pro-section h2,
.pro-section p {
    position: relative;
    z-index: 2;
}

.pro-section h2 {
    color: #dd9c76;
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.pro-section p {
    color: white;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0;
}

.pro-section span {
    color: #ef904f;
    /* font-weight: bold; */
}


/* voyant */

.status-container {
    max-width: 180px;
    justify-content: space-around;
    background-color: #132031;
    padding: 10px;
}

.status-box {
    display: flex;
    align-items: center;
    border: 2px solid #fa7e4d;
    border-radius: 25px;
    padding: 5px 15px;
    color: #fa7e4d;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 768px) {
    .status-container {
        flex-direction: column;
        /* align-items: center; */
    }
    .status-box {
        margin: 5px 0;
        /* margin-bottom: 5px; */
    }
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.occupied {
    background-color: #d55e13;
}

.available {
    background-color: #1bc264;
}

.disconnected {
    background-color: #a31e1e;
}

.contact-cards {
    display: flex;
    gap: 20px;
}


/* contact-tel-voy  */

.contact-tel-voy {
    /* background-color: #17202B; */
    color: #f5f5f5;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
}

.contact-tel-voy {
    color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-tel-voy .contact-cards {
    display: flex;
    flex-wrap: wrap;
    /* This ensures the cards wrap on smaller screens */
    justify-content: center;
    /* Centers the cards horizontally */
    margin-bottom: 10px;
    gap: 20px;
    /* Adjust as needed for spacing */
}

.contact-tel-voy .contact-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.contact-tel-voy .contact-info1 i {
    color: #333333;
}

.contact-tel-voy .contact-info i {
    color: white;
}

.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 110px;
    border-radius: 20px;
    padding: 20px;
    background-color: #efd4b7;
    color: #000000;
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(255, 217, 0, 0.2);
}

.contact-card.private {
    background-color: #010a16;
    color: #f5f5f5;
}

.contact-info a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
}

.contact-info1 a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
}

.contact-rate {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}

.contact-rate1 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #3d3c3c;
}

.additional-info p {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
    color: rgb(239 144 079);
    text-align: center;
}

.fa-phone {
    margin-right: 8px;
    color: #d3a15d;
}

.back-arrow img {
    width: 50px;
    /* Adjust the size as needed */
    height: auto;
    filter: invert(34%) sepia(100%) saturate(2493%) hue-rotate(10deg) brightness(98%) contrast(101%);
    /* Adjust to get the desired color */
    margin-bottom: 10px;
}
/*tarek*/
.faq .primary{
    background-color: #2d3c48;
}
.faq .p-5{
    background-color: #fff;
}
.faq .register-f {
    background: none;
    padding: 0;
    margin: 10px;
    position: sticky;
    top: 0;
}
.faq-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #2d3c48;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.faq .accordion-item {
    border: none;
}

.faq .card {
    margin: 0 0;
}

.faq hr {
    margin: 0 0;
}

.faq .card-header {
    background-color: transparent;
    border-bottom: none;
    box-sizing:border-box;
    margin: 0 0;
    padding: 0 0;
}

.faq .card.primary .card-header {
    margin-left: 40px;
    padding: 10px;
}

.faq .card.primary .card-header h3 {
    font-weight: normal;
    padding-top: 10px;
}

.faq .btn-link {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: normal;
    color: #000000;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.faq .btn-link.collapsed {
    color: #2d3c48;
}

.faq .btn-link:hover {
    text-decoration: none;
}

.faq .btn-link i {
    color: #dd9c76;
    font-size: 1.2rem;
}

.faq .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
    border-top: 1px solid #e7e7e7;
    margin: 10px 0 0 35px;
    padding: 15px 0;
}

.faq .accordion-button::after {
    content: '\f067'; /* FontAwesome plus icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.faq .collapsed .accordion-button::after {
    content: '\f068'; /* FontAwesome minus icon */
}

.faq h4 {
    padding: 15px 0;
   font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
}
.register-f.wow a.btn-gradient{
    text-align: center;
}


.register-f.wow a.btn-gradient.facebook{
    background-color: #0866ff;
    color: white;
}

.register-f.wow a.btn-gradient.google{
    background-color: rgba(8, 102, 255, 0);
    color: #000;
    border: 1px solid #B1B1B1;
}

.register-f.wow a.btn-gradient.google svg {
    margin-right: 15px;
}

svg {
    vertical-align: middle;
}

.register-f.wow i.fa{
    text-align: center;
    background-color: #0866ff;
    color: white;
    padding: 0 8px;
}


#phone-number {
    position: fixed; /* Fix the element to the viewport */
    bottom: 0; /* Position it at the bottom */
    left: 0; /* Align it to the left */
    width: 100%; /* Make it full width */
    background-color: #f8f9fa; /* Background color */
    padding: 10px; /* Add some padding */
    text-align: center; /* Center the text */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Add a shadow for better visibility */
    z-index: 1000; /* Ensure it stays above other content */
}

#phone-number a {
    color: #007bff; /* Link color */
    text-decoration: none; /* Remove underline */
    font-size: 18px; /* Adjust font size */
}

#phone-number a:hover {
    text-decoration: underline; /* Add underline on hover */
}


.phone-top:hover {
    background: #de8d38;
}
.phone-top.open {
    bottom: 30px;
    opacity: 1;
}
.phone-top {
    width: 170px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    left: 30px;
    font-size: 14px;
    border-radius: 6px;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #385dab;
    transition: 1s ease;
    border: none;
    opacity: 0.9;
}

.blog-details-con ul li {
    list-style: disc;
}

.blog-details-con ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

/* Amélioration des styles mystiques pour le blog */
.blog-details-con {
    position: relative;
}

/* Styles pour les images flottantes dans le contenu */
.blog-details-con img.float-left {
    float: left;
    margin: 0 25px 20px 0;
    max-width: 300px;
}

.blog-details-con img.float-right {
    float: right;
    margin: 0 0 20px 25px;
    max-width: 300px;
}

/* Citations inline mystiques */
.blog-details-con .quote-inline {
    background: linear-gradient(135deg, rgba(221, 156, 118, 0.1) 0%, rgba(222, 141, 56, 0.05) 100%);
    border-left: 3px solid #dd9c76;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
    font-style: italic;
    color: #efd4b7;
}

/* Tableaux stylisés */
.blog-details-con table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: rgba(19, 32, 49, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.blog-details-con table th,
.blog-details-con table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid rgba(221, 156, 118, 0.2);
    color: #efd4b7;
}

.blog-details-con table th {
    background: rgba(221, 156, 118, 0.2);
    color: #dd9c76;
    font-weight: 600;
}

/* Code blocks mystiques */
.blog-details-con pre,
.blog-details-con code {
    background: rgba(10, 14, 20, 0.8);
    border: 1px solid rgba(221, 156, 118, 0.3);
    border-radius: 5px;
    color: #efd4b7;
    font-family: 'Courier New', monospace;
}

.blog-details-con pre {
    padding: 20px;
    overflow-x: auto;
    margin: 20px 0;
}

.blog-details-con code {
    padding: 2px 6px;
    font-size: 0.9em;
}

/* Colonnes de texte pour contenu long */
.blog-details-con .text-columns {
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid rgba(221, 156, 118, 0.2);
}

@media (max-width: 768px) {
    .blog-details-con .text-columns {
        column-count: 1;
    }
}

/* Encadrés d'information */
.blog-details-con .info-box {
    background: linear-gradient(135deg, rgba(221, 156, 118, 0.1) 0%, transparent 100%);
    border: 1px solid rgba(221, 156, 118, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
    position: relative;
}

.blog-details-con .info-box::before {
    content: '💡';
    position: absolute;
    top: -12px;
    left: 20px;
    background: #132031;
    padding: 0 8px;
    font-size: 20px;
}

.blog-details-con .info-box.warning::before {
    content: '⚠️';
}

.blog-details-con .info-box.tip::before {
    content: '✨';
}

/* Animation d'entrée douce */
.blog-details-con {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
