@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");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;

}

a {
    text-decoration: none !important;
    display: inline-block !important;
}

img {
    width: 100%;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    font-family: var(--f1);
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: var(--f2);
}

:root {
    --c1: #000;
    /* Black */
    --c2: #fff;
    /* White */
    --c3: #535442;
    /* Red */
    --c4: #EADEC6;
    /* Background Color */
    --c5: #947257;
    /* Background Color */
    --c6: #8e8e8e;
    --c7: #FCE1C3;
    --c8: #EADEC6;
    --c9: #A8A8A8;
    --c10: #2B241C;
    --c11: #DEDAF3;
    --f1: 'Poppins';
    --f2: 'Montserrat';
    --f3: 'Libre Baskerville';
}

.container-fluid {
    max-width: 1480px;
}

.wrapper {
    overflow: hidden;
}

.spacing {
    padding: 100px 0;
}

.web-title h2 {
    font-size: 54px;
    color: var(--c3);
    font-weight: 550;
}

::selection {
    background: var(--c5);
}

/* inner-wrapper */

.inner-header {
    height: 500px;
    background-position: center !important;
    background-attachment: fixed !important;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 150px;
}
.header-nav ul>li:nth-child(2) ul {
    height: 200px;
}
.header-nav nav ul>li:hover ul {
    transform: scaleY(1);
}
.header-nav nav>ul>li>ul {
    position: absolute;
    flex-direction: column;
    top: 40px;
    left: -120px;
    width: 260px;
    height: max-content;
    transition: .5s;
    z-index: 9999;
    background: var(--c5);
    box-shadow: 0px 0px 5px 0px var(--c5);
    padding: 20px 20px;
    gap: 12px;
    transform-origin: top;
    transform: scaleY(0);
}
.header-nav nav ul li a:hover i {
    transform: rotate(180deg);
}
.header-nav nav ul li ul li:hover>.sub-menu {
    transform: scaleY(1);
}
.header-nav nav ul li ul li .sub-menu li {
    margin-bottom: 10px;
}

.header-nav nav ul li ul li .sub-menu {
    position: absolute;
    top: 0;
    left: 109%;
    height: max-content;
    width: max-content;
    background: var(--c5);
    box-shadow: 0px 0px 5px 0px var(--c5);
    padding: 15px;
    transform: scaleY(0);
    transform-origin: top;
    transition: .4s ease;
    z-index: 9999;
    display: block !important;
}
.header-nav ul li a i {
    transition: .5s;
    font-size: 14px;
}
.header-nav nav ul li {
    position: relative;
}
.inner-header:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: 0;
    top: 0;
}

.inner-header .container {
    position: relative;
}

.inner-header .inner-header-title h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

/* end inner-wrapper */
/* Header-start */
header.main-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-socials {
    display: flex;
    gap: 30px;
}

.header-icon a i {
    font-size: 20px;
    color: var(--c4);
    transition: .5s;
}

.header-icon a span {
    font-size: 14px;
    font-family: var(--f1);
    color: var(--c2);
    transition: .5s;
}

.header-socials-icon a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid;
    color: var(--c2);
    font-size: 14px;
    display: inline-flex !important;
    transition: .5s;
    align-items: center;
    justify-content: center;
}

.header-socials-icon {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.banner {
    position: relative;
    z-index: -0;
    height: 870px;
}

.banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000085;
    z-index: -1;
}

.header-top {
    padding: 30px 0;
    border-bottom: 2px solid #ffffff4d;
    margin-bottom: 30px;
}

.header-nav nav ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.header-nav nav ul li a {
    font-size: 18px;
    font-family: var(--f1);
    font-weight: 400;
    color: var(--c2);
    position: relative;
    transition: .5s;
}

.header-btn a {
    background: var(--c7);
    padding: 15px 25px;
    font-family: var(--f2);
    text-transform: unset;
    font-size: 16px;
    color: var(--c1);
    border-radius: 50px;
    font-weight: 500;
    transition: .5s;
    line-height: 1;
}

section.main-home {
    position: relative;
    z-index: 0;
}

.banner-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.banner-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-title.text-center h2 {
    font-size: 46px;
    margin-bottom: 20px;
}

.banner-title {
    color: var(--c2);
    overflow: hidden;
}

.banner-btn a {
    padding: 20px 50px !important;
    background: var(--c7);
}
.banner-title{
	margin-top: 120px;
}
.banner-title p {
    padding: 0 50px;
    margin-bottom: 40px;
    color: var(--c2);
}

a.btn-1 {
    color: var(--c1) !important;
    background: var(--c4) !important;
}

a.btn-2 {
    border: 1px solid;
    color: var(--c2);
}

.banner-btn.web-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

a.btn-2 {
    background: none !important;
}

/* About-con */
.btn-hed span {
    font-family: var(--f2);
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 20px 2px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 500;
}

.about-con.web-title {
    padding-left: 15px;
	padding-bottom:40px;
}

.about-con.web-title h2 {
    margin-bottom: 30px;
}

.web-btn a {
    background: var(--c3);
    padding: 20px 40px;
    font-family: var(--f2);
    color: var(--c2);
    transition: .5s;
    line-height: 1;
    text-transform: unset;
}

.about-img {
    overflow: hidden;
}

.about-inner {
    border-bottom: 1px solid;
    padding-bottom: 70px;
}

.about-con .btn-hed span {
    margin-bottom: 30px;
}

.about-img img {
    transition: .5s;
    height: 800px;
    object-fit: cover;
}

.about-img:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

/* service-sec */
.service-top-con.web-title .btn-hed {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.service-top h2 {
    margin-bottom: 30px;
}

.service-top-con.web-title h2 {
    margin-bottom: 20px;
}

.about-con.web-title p {
    margin-bottom: 20px;
}

.service-inner-con {
    background: var(--c8);
    padding: 143px 100px;
	height:100%;
}

.service-top-con {
    margin-bottom: 80px;
}

.service-inner-con h2 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.service-inner-con h2:before {
    position: absolute;
    content: '';
    border: 1px solid #94725773;
    width: 75%;
    bottom: 0;
}

.service-inner-con .web-btn a {
    margin-top: 20px;
}

/* section-marquee */

.marquee-slider .marquee {
    overflow: hidden !important;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 150px;
}

.marquee-slider .marquee-inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 20s linear infinite;
    display: flex;
}

.marquee-slider .marquee-inner:hover {
    animation-play-state: paused;
}

.marquee-slider .marquee span {
    color: #94725733;
    font-weight: 500;
    font-size: 100px;
    font-family: var(--f2);
    word-spacing: 8px;
    font-weight: 700;
}

.marquee-slider .slider-right-left {
    transition: all 0.7s;
}

.marquee-inner span div span {
    font-family: var(--fblack);
}

.marquee-slider .slider-right-left:hover .marquee span {
    color: #fff;
}

.marquee-slider .slider-right-left {
    margin-top: 10px;
}

.marquee-slider .slider-right-left:hover {
    background: #111;
}

.marquee-slider .slider-right-left .marquee-inner {
    animation: marquee-right 20s linear infinite;
}

.marquee-slider .slider-right-left .marquee-inner:hover {
    animation-play-state: paused;
    color: red;
}

.marquee-slider {
    position: relative;
}

.marquee-inner>span div span {
    position: relative;
}

.marquee-slider .slider-right-left:hover .marquee-inner>span div span:after {
    filter: invert(1);
}

.marquee-slider .slider-right-left .marquee-inner>span div span:after {
    transition: all 0.7s;
}

.marquee-slider .marquee span {
    margin: 0 35px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

@keyframes marquee-right {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee-slider .marquee span:after {
    position: absolute;
    content: '';
    background-image: url(https://dev-personal-edge.pantheonsite.io/wp-content/uploads/2025/12/Vector.png);
    width: 70px;
    height: 70px;
    top: 30px;
    left: -87px;
}

.event-main {
    position: relative;
    overflow: hidden;
    transition: .5s;
    z-index: 999;
}


.event-main h6 {
    font-size: 35px;
    font-family: var(--f2);
    color: var(--c2);
    position: absolute;
    bottom: 20px;
    left: 40px;
}

/* Guide-sec */
section.Guide-sec {
    background: var(--c8);
}

.guide-con.web-title {
    padding-left: 50px;
}

.guide-point {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--c9);
    padding: 15px;
    transition: .5s;
    margin-bottom: 15px;
}

.guide-point p {
    font-size: 14px;
}

.guide-point-con h6 {
    font-size: 25px;
    margin-bottom: 10px;
}

.guide-point-con span {
    font-size: 45px;
}

.guide-point span {
    font-size: 45px;
    font-family: var(--f1);
    -webkit-text-stroke: 1px rgb(114 103 103 / 45%);
    color: transparent;
    font-weight: 800;
    transition: .5s;
}

.guide-con.web-title h2 {
    margin-bottom: 45px;
}

.guide-point:hover {
    background: var(--c2);
    border: 1px solid var(--c2);
    cursor: pointer;
    box-shadow: 0px 0px 3px #0000001f;
}

.guide-point:hover span {
    color: var(--c1);
    -webkit-text-stroke: var(--c1);
}

.event-img {
    position: relative;
    z-index: 9999;
}

.event-img:before {
    position: absolute;
    content: '';
    background: var(--c10);
    width: 17%;
    height: 533px;
    left: -70px;
    z-index: 0;
    top: 30px;
}

.event-img img {
    position: relative;
}

/* Get-in-touch-sec */
section.get-in-touch-sec {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

section.get-in-touch-sec:before {
    position: absolute;
    content: '';
    background-image: url(http://personaledge.com.au/wp-content/uploads/2025/12/get-img_compressed.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.get-in-touch-con.web-title {
    color: var(--c2);
}

.get-in-touch-con.web-title h2 {
    color: var(--c2);
    margin-bottom: 30px;
}

.get-in-touch-con.web-title p {
    color: var(--c2);
}

.touch-socials-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 40px 0px;
}

.touch-socials-inner span {
    width: 60px;
    height: 60px;
    background: var(--c11);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .5s;
    display: inline-flex !important;
}

.touch-socials-inner span i {
    font-size: 20px;
    transition: .5s;
}

.touch-con h6 {
    font-size: 20px;
    color: var(--c2);
    margin-bottom: 5px;
}

.touch-con a {
    font-size: 16px;
    font-family: var(--f1);
    color: var(--c2);
    transition: .5s;
}

.touch-socials-inner p {
    color: var(--c2);
    margin: 0;
}

.input-type button,
input,
optgroup,
select,
textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #00000014;
}
.input-type textarea {
    height: 130px;
}

.input-type button,
input,
optgroup,
select,
textarea::placeholder {
    font-family: var(--f2);
    font-size: 16px;
}

/* map-sec */
.goggle-map iframe {
    width: 100%;

    display: block;
}

.goggle-map {
    border: 15px solid var(--c8);
    height: 100%;
}

.main-form {
    border: 20px solid var(--c8);
    padding: 32px;
    background: var(--c2);
    padding-bottom: 50px;
}

section.form-sec {
    margin: -120px 0;
    position: relative;
    z-index: 999;
    padding-bottom: 200px;
}

/* Fotter */
footer.main-footer {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99999;
    background-position: bottom;
}

footer.main-footer:before {
    position: absolute;
    content: '';
    background-color: #000000b8;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.footer-logo p {
    color: var(--c2);
    margin-top: 20px;
}

.quick-links h6 {
    font-size: 20px;
    font-family: var(--f2);
    color: var(--c2);
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}

.quick-links h6:before {
    position: absolute;
    content: '';
}

.quick-links ul li a {
    font-size: 16px;
    font-family: var(--f2);
    color: var(--c2);
    position: relative;
    transition: .5s;
}

.quick-links ul li,.quick-links li {
    padding-bottom: 15px;
}

.footer-loc span img {
    width: 18px;
}

.footer-loc {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.footer-loc p {
    font-size: 19px;
    color: var(--c2);
    margin: 0;
}

.footer-loc a {
    font-size: 16px;
    font-family: var(--f1);
    color: var(--c2);
}

.email-box {
    width: 100%;
    height: 44px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: transparent;
}

.email-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.email-box input::placeholder {
    color: #fff;
}

.email-box button {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

p.copy-right {
    color: var(--c2);
}

.footer-bottm-links ul li a {
    font-size: 15px;
    color: var(--c2);
    font-family: var(--f2);
    position: relative;
    transition: .5s;
}

.footer-bottm-links ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.footer-top {
    border-top: 2px solid #ffffff59;
    padding-top: 70px;
}

.footer-bottom {
    border-top: 2px solid #ffffff73;
    padding-top: 25px;
    margin-top: 40px;
}

.submit-button button {
    border: 0;
    background: var(--c3);
    font-family: var(--f1);
    padding: 9px 20px;
    color: var(--c2);
    transition: .5s;
}

.main-form .web-title h2 {
    font-size: 50px;
    margin-bottom: 22px;
}

.goggle-map iframe {
    height: 100%;
    object-fit: cover;
}

.service-top-con .btn-hed span {
    margin-bottom: 0px;
}

.service-top-con.web-title.text-center p {
    margin-bottom: 30px;
}

.header-icon a span:hover {
    color: var(--c4);
}

.header-icon a:hover i {
    color: var(--c2);
}

.header-socials-icon a:hover {
    background: var(--c1);
    border-color: var(--c1);
}

.header-btn a:hover {
    background: var(--c1);
    color: var(--c2);
}

a.btn-1:hover {
    background: var(--c1) !important;
    color: var(--c2) !important;
}

a.btn-2:hover {
    background: var(--c2) !important;
    color: var(--c1) !important;
    border-color: var(--c2);
}

.web-btn a:hover {
    background: var(--c1);
    color: var(--c2);
}

.event-main:hover img {
    transform: scale(1.1);
    filter: brightness(1);
}

.event-main img {
    transition: .5s;
    cursor: pointer;
    filter: brightness(0.5);
}

.header-btn {
    display: flex;
    justify-content: end;
}

.service-img {
    width: 100%;
    height: 100%;
    display: flex;
}
.touch-socials {
    width: max-content;
    margin-left: auto;
    margin: 0 auto;
}

.main-form .web-title p {
    margin-bottom: 40px;
}

.footer-bottm-links ul li:nth-of-type(2) a {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.service-img:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.service-img img {
    transition: .5s;
	object-fit:cover;
}

.touch-socials-inner span:hover {
    background: var(--c1);
    cursor: pointer;
}

.touch-socials-inner span:hover i {
    color: var(--c2);
}

.touch-con:hover a {
    color: var(--c7);
}

.service-img {
    overflow: hidden;
}

.header-nav nav ul li a:before {
    position: absolute;
    content: '';
    background: var(--c7);
    height: 1px;
    width: 0;
    bottom: 0;
    transition: .5s;
}

.header-nav nav ul li a:hover::before {
    width: 100%;
}

.header-nav nav ul li a:hover {
    color: var(--c7);
}

.quick-links ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    background: var(--c7);
    bottom: 0;
    transition: .5s;
    transform: translate(-6px, -10px);
}

.quick-links ul li a:hover::before {
    width: 16px;
}

.quick-links ul li a:hover {
    padding-left: 14px;
    color: var(--c7);
}

.submit-button button:hover {
    background: var(--c1);
}

.footer-bottm-links ul li a:hover {
    color: var(--c7);
}

.header-logo a img {
    width: 100%;
    height: 100%;
    max-width: 60px;
}

.footer-logo a img {
    height: 100%;
    max-width: 80px;
}

.header-icon a {
    display: flex !important;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

/* responsive-menu */
/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
    width: 32px;
    height: 3px;
    background-color: var(--c2);
}

.ham-menu-btn a {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 99999;
    transition: all .5s;
}

.responsive-menu-inner {
    height: 100%;
    padding: 30px;
    position: relative;
    width: 80%;
    background-color: var(--c5);
    left: -100%;
}

.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 50px;
    height: 50px;
    border: 1px solid var(--c2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--c2);
    transition: all .5s;
}

.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}

.respon-logo a {
    display: block;
}

.respon-logo {
    width: 80px;
}

.responsive-links ul li a {
    color: var(--c2);
    transition: all .5s;
    font-size: 23px;
    font-weight: 600;
    font-family: var(--f2);
    display: block !important;
    border-bottom: 1px solid #80808047;
    padding: 10px 0px;
}

.responsive-links {
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 232px);
}

.responsive-links ul li ul {
    display: none;
    padding-left: 14px;
}

.responsive-links ul li a:hover {
    color: var(--c1);
}

.responsive-links ul li ul li a {
    padding-left: 10px;
    font-size: 18px;
}

.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 10px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: var(--c2);
}

.responsive-links ul li {
    position: relative;
}

.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}

.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c1);
    padding: 12px 0px;
}

.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.responsive-socials ul li a {
    color: var(--c5);
    font-size: 20px;
}

.responsive-menu.active {
    left: 0;
}

.head-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.head-numb a {
    display: flex;
    gap: 10px;
    color: var(--c2);
    font-weight: 500;
    transition: all .5s;
}

.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}

.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 50px;
    height: 50px;
    border: 1px solid var(--c2);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--c2);
    transition: all .5s;
}

.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}

.head-btns {
    display: none;
}

.about-img.about-page-img img {
    height: 400px;
}

.service-page.service-inner-con {
    background: var(--c8);
    /* padding: 0px 100px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	
}

.service-inner-con ul {
    padding-left: 20px;
    color: var(--c1);
    margin-bottom: 20px;
}

.service-inner-con ul li {
    list-style: disc;
}

.service-inner-con p a {
    padding: 0px 5px;
    text-decoration: underline !important;
}

.testi-item {
    text-align: center;
}

.testi-item p {
    margin: 20px 0px;
    font-size: 22px;
    font-style: italic;
}

.testi-icon i {
    font-size: 70px;
    color: var(--c1);
}

.testi-footer h5 {
    color: var(--c1);
    font-style: italic;
    font-size: 25px;
}

.testi-dots {
    text-align: center;
    margin-top: 30px;
}

.testi-dots span {
    width: 30px;
    height: 5px;
    border-radius: 50px;
    background: var(--c3);
    transition: all .5s;
}

.testi-dots span.swiper-pagination-bullet-active {
    width: 50px;
}

/* Contact Us */

.contact-title {
    margin-bottom: 60px;
    width: 70%;
}

.contact-item input,
.contact-item textarea {
    background: unset;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 15px 0px;
    color: var(--c1);
    border-bottom: 1px solid var(--c3);
    transition: all 0.5s;
}

.contact-item input::placeholder,
.contact-item textarea::placeholder {
    color: var(--c);
}

.contact-item-main .contact-item {
    margin-bottom: 20px;
}

.contact-item textarea {
    height: 150px;
}

.contact-info-item {
    display: flex;
    width: 50%;
    gap: 20px;
    margin-bottom: 50px;
}

.contact-info-items-main {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
}

.info-item-icon {
    width: 50px;
    height: 50px;
    background-color: var(--c2);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: var(--c5);
    font-size: 20px;
}

.info-item-content a,
.info-item-content p {
    color: var(--c2);
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.info-item-content span {
    color: var(--c3);
    font-weight: 600;
    display: block;
    margin-bottom: 9px;
}

.info-item-content {
    width: 70%;
}

.info-item-content a {
    transition: all 0.5s;
    margin-bottom: 5px;
}

.info-item-content a:hover {
    color: var(--c3);
}

.contact-us .web-title {
    margin-bottom: 60px;
}

.wrap-form-submit input,
.contact-submit-btn input {
    background: unset;
    outline: 0;
    border: 1px solid var(--c1);
    width: 100%;
    color: var(--c1);
    padding: 15px 20px;
    transition: all 0.5s;
    font-weight: 700;
    background: var(--c2);
}

.wrap-form-submit input:hover,
.contact-submit-btn input:hover {
    background: var(--c3);
    color: var(--c2);
    border-color: transparent;
}

.contact-submit-btn input {
    border-radius: 50px;
    padding: 18px 30px;
    width: 40%;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-img img {
    height: 550px;
    object-fit: cover;
}

.contact-img-border {
    border: 1px solid var(--c3);
}

.contact-img {
    padding: 40px;
    margin-left: 20px;
    border-radius: 6px;
}

/*SINGLE PAGE CSS*/

.single-cont-inner {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    align-items: center;

}

.single-inner-img,
.single-inner-list {
    width: 50%;
}

.single-content-img img {
    height: 450px;
    object-fit: cover;
    transition: all .8s;
}

.single-content h4 {
    color: var(--c3);
    padding: 0px 0 15px;
    font-family: var(--f1);
    font-size: 30px;
}

.single-content-img {
    margin-bottom: 30px;
}

.single-content-main p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #383838;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: unset;
}

.single-content-main h3 {
    font-size: 20px;
    color: var(--c3);
    margin-bottom: 15px;
    font-weight: 700;
}

.single-inner-list ul li {
    color: var(--c2);
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
}

.single-w-date h3 {
    color: var(--c3);
    font-weight: 700;
    margin-bottom: 8px;
}

.single-w-date {
    margin: 30px 0;
}

.single-inner-list ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 13px;
    color: var(--c3);
    content:
        "\f00c";
    font-family: "Font Awesome 5 Pro";
}

.single-inner-img,
.single-content-img {
    overflow: hidden;
    border-radius: 8px;
}

.side-links-main {
    margin-bottom: 30px;
}

.single-content h2 {
    color: var(--c5);
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}

.single-content h2 span {
    color: var(--c1);
}

.single-content-img:hover img {
    transform: scale(1.1);
}

.single-sidebar {
    position: sticky;
    top: 0;
}

.single-content ul li,
.single-content ol li {
    line-height: 1.6;
    font-size: 18px;
    list-style: disc;
    margin-bottom: 5px;
    font-family: var(--f1);
}

.single-content ul,
.single-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
    font-family: var(--f2);
}

.single-content ol li {
    list-style: auto;
    font-size: 18px;
}

.other-services ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.other-services ul li a {
    color: var(--c2);
    padding: 25px 0px;
    transition: all .5s;
    background-color: var(--c5);
    display: block !important;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.quote-form-main {
    padding: 25px 20px;
    background-color: #e9e9e980;
}

.quote-form-main h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--c1);
}

.other-services ul li.active-care a {
    background-color: var(--c3);
}

.other-services ul li {
    width: 100%;
}

.other-services ul li a:hover {
    background-color: var(--c3);
}

.banner-title {
  position: relative;
}

.taxonomy-service-content h3 a {transition: all.4s; color: var(--c1);font-size: 26px;font-weight: 500;margin-bottom: 10px;text-decoration: none !important;}
.taxonomy-service-img {
    margin-bottom: 20px;
}
.taxonomy-service-content a {
    color: var(--c5);
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline !important;
}
.taxonomy-service-content p {
    margin-bottom: 12px;
}

.taxonomy-service-img img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.taxonomy-service-box:hover .taxonomy-service-img img {
    transform: scale(1.1);
}
.taxonomy-service-img{
    overflow:hidden;
    border-radius:10px;
}
.taxonomy-service-img img{
    transition: all.4s;
}
.taxonomy-service-content h3 a:hover {
    color: var(--c5);
}

.quick-links h5 {
    color: var(--c2);
    margin-bottom: 28px;
    font-weight: 500;
    width: 100%;
    font-size: 20px;
}
.footer-logo {
    margin-bottom: 40px;
}
.cource-list ul {
    display: flex;
    flex-wrap: wrap;
}

.cource-list ul li {
    width: 50%;
}

.whatsapp-chat {
    animation: ring 6s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(10deg); }
  3% { transform: rotate(-18deg); }
  5% { transform: rotate(14deg); }
  7% { transform: rotate(-12deg); }
  9% { transform: rotate(10deg); }
  11% { transform: rotate(-18deg); }
  13% { transform: rotate(16deg); }
  15% { transform: rotate(-14deg); }
  17% { transform: rotate(12deg); }
  19% { transform: rotate(-10deg); }
  21% { transform: rotate(8deg); }
  23% { transform: rotate(-6deg); }
  25% { transform: rotate(4deg); }
  27% { transform: rotate(-2deg); }
  29% { transform: rotate(5deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }
  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
.whatsapp-chat {
    position: fixed;
    bottom: 3%;
    left: 2%;
    z-index: 999999;
}
.whatsapp-chat a {
    font-size: 35px;
    color: #fff;
    padding: 4px 14px;
    border-radius: 8px;
    background-color: #3ed53e;
}

.whatsapp-chat {
    position: fixed;
    bottom: 24px;
    right: 24px;
    animation: floaty 4s ease-in-out infinite;
    width: 250px;
}

.whatsapp-chat a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--c5);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

@keyframes floaty {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}
p.copy-right a:hover {
    color: var(--c8) !important;
}
.quote-submit input[type="submit"] {
    background: var(--c1);
    color: var(--c2);
}
p.copy-right a {
    transition: .5s;
}


.bg-brown {
    background-color: var(--c3);
}

.wellness-retreat {
    padding: 250px 0px 100px;
}

.retreat-content h2 {
    text-align: center;
    color: var(--c2);
}

.retreat-emails {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-top: 30px;
}

.wellness-retreat.inner-header {
    display: flex !important;
    height: unset !important;
}
.quote-form-main p {
    margin: 0;
}

/*EVENTS FORM SECTION */
.event-form-sec{
    margin-top:0px !important;
}
.row.footer-loc {
	gap: 0px !important;
}
.post-type-archive-events section.inner-header {
    display: none;
}
section.wellness-retreats.inner-banner {
    position: relative;
}
.retreat-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.retreat-banner-content h2 {
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.4;
}
section.wellness-retreats.inner-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000073;
}

.retreat-banner-img img {
    height: 790px;
}

.retreat-banner-content h3 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 38px;
}

section.get-in-touch-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000ad;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.heading-title h2 {
    font-family: var(--f3);
}

.contact-drawer ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-drawer ul li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
}

.whatsapp-chat {
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

.contact-drawer {
    background-color: var(--c2);
    border-radius: 50px;
    transition: all .5s;
    box-shadow: 0px 0px 10px 0px #00000061;
    width: 0%;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    left: 150px;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.whatsapp-chat:hover .contact-drawer {
    visibility: visible;
    opacity: 1;
    width: 65%;
}

.wellness-video video {
    border-radius: 15px;
    width: 100%;
    margin: 0 auto;
}

.whatsapp-chat > a {
    width: unset;
    height: unset;
    border-radius: 5px;
    padding: 8px 30px;
}
.wellness-img {
    padding-top: 100px;
}
.page-template-wellness-retreat section.inner-header {
    background-position: bottom !important;
}
.wellness-img img {
    border-radius: 20px;
}
.service-inner-con p {
    text-transform: unset;
}

span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0px !important;
}

span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0 !important;
    width: 50%;
}

span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input {
    width: 10% !important;
    margin: 0;
}

span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 14px;
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.quote-form-main .nav-tabs {
    justify-content: center;
}

.quote-form-main .nav-tabs li {
    width: 50%;
    text-align: center;
}

.quote-form-main .nav-tabs li button {
    width: 100%;
}

.quote-form-main .nav-tabs li button.active {
    background-color: var(--c5);
    color: var(--c2);
}
section.privacy-policy ul {
    font-family: var(--f1);
    padding-left: 20px;
}

section.privacy-policy ul li {
    list-style: disc;
    padding-bottom: 10px;
}

section.privacy-policy h2 {
    font-weight: 600;
    padding-bottom: 10px;
}
section.privacy-policy h1 {
    padding-bottom: 20px;
    text-transform: uppercase;
}
section.privacy-policy p a {
    color: var(--c1);
    text-decoration: underline !important;
    padding-bottom: 10px;
}
.quote-form-main .nav-tabs li button {
    transition: all .5s;
    color: var(--c2);
    background-color: var(--c1);
    padding: 15px 0;
}

.custom-gravity-form .gform_heading {
    display: none;
}

.custom-gravity-form  input#input_1_11 {
    pointer-events: none;
}

.custom-gravity-form .ginput_container_textarea textarea {
    max-height: 110px;
}

.custom-gravity-form .gchoice {
    display: flex;
    align-items: center;
    justify-content: start;
}

.custom-gravity-form .gchoice input {
    width: 32px;
    margin: 0;
}


.custom-gravity-form .gform-footer.gform_footer {
    width: 100%;
    display: table;
}

.custom-gravity-form .gform-footer.gform_footer div#gform_ppcp_smart_payment_buttons_1 {
    /*width: 100%;*/
    margin: 0 auto;
}

.custom-gravity-form .ginput_container.ginput_container_total input {
    font-size: 23px !important;
    padding: 0 !important;
}

.quote-form-main h3 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 25px;
}