@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Yellowtail&display=swap');

::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background: var(--clr-white);
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #b24d31;
}

::selection {
    background-color: #b24d31;
    color: var(--clr-white);
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
}

img {
    max-width: 100%;
}

input::placeholder {
    color: #000;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    z-index: 1;
}


.mb0 {
    margin-bottom: 0 !important;
}

/* page-content-section */

.page-content-section {
    padding: 90px 0;
}

.page-content-section h2 {
    text-align: center;
}

.page-content-section p:last-child {
    margin-bottom: 0;
}

.page-content-section p {
    margin-bottom: 20px;
}


/* header */

.topbar {
    background-color: #445140;
    color: #fff;
    padding: 12px 0;
}

.tobar-block {
    display: flex;
    row-gap: 20px;
    column-gap: 40px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.tobar-action {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
}

.tobar-action div {
    text-align: right;
}

.tobar-action a,
.topbar a {
    color: #fff;
    gap: 10px;
    display: flex;
    align-items: center;
    min-width: 177px;
    justify-content: center;
}

.tobar-btn {
    min-width: 77px;
    position: absolute;
    right: 0;
}

.header-navbar {
    padding-top: 20px;
}

header {
    position: sticky;
    width: 100%;
    z-index: 111111;
    left: 0;
    top: 0;
    padding: 0px 0 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

header .nav-link {
    color: #000;
    font-size: 18px;
}

header .nav-link {
    border-radius: 50px;
    padding-right: 14px !important;
    padding-left: 14px !important;
}

header .nav-link:hover {
    background-color: black !important;
    color: #fff !important;
    border-radius: 50px;
}

header .nav-item .active {
    background-color: #b24d31 !important;
    color: #fff !important;
    border-radius: 50px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
}

.sticky {
    background-color: #fff;
    box-shadow: -1px 0px 47px -8px rgba(191, 187, 191, 0.37);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header .book-action a {
    color: #445140;
    background-color: #f0b558;
    padding: 10px 25px;
}

header .book-action a:hover {
    background-color: #445140;
    color: #f0b558;
    border: solid 4px #445140;
}

.header-logo {
    max-width: 180px;
}

/* hero section */
.hero-section {
    position: relative;
}

.hero-section::after {
    bottom: -25px;
    width: 100%;
    right: 0;
    height: 25px;
    content: '';
    position: absolute;
    max-width: 600px;
    background: #efb358;
    background: linear-gradient(93deg, #efb358 52%, #c06439 87%);
    border-radius: 0 0 0 50px;
    z-index: 11;
}

.header-logo {
    max-width: 180px;
}

.hero-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 1111;
    height: 100%;
}

.hero-section .item {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section .item .img-slider {
    width: 100%;
}

.img-slider {
    width: 100%;
}

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


.hero-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #2c2c2c63;*/
}

.hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    top: 0;
    left: 0;
    z-index: 111;
}

.hero-info {
    margin-top: 40px;
    z-index: 111;
    position: relative;
}

.hero-info h1 {
    font-size: 42px;
    line-height: normal;
    text-align: left;
    font-weight: 800;
    color: #fff;
}

.hero-info p {
    line-height: normal;
    margin: 0 auto;
    text-align: left;
    font-family: "Yellowtail", cursive;
    font-size: 32px;
    color: #fff;
    line-height: 42px;
    max-width: 750px;
}

.navbar-nav {
    gap: 5px;
}

/* mobile  */
.header-hamburger {
    width: 40px;
    display: flex;
    align-items: center;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: #b24d31; */
    background-color: #455241;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1111111;
}

.mobile-menu .nav-link {
    color: #fff !important;
}

.menu-close {
    padding: 1rem 2.5rem 1rem 2rem;
    font-size: 1.5rem;
    text-align: right;
    cursor: pointer;
}

.menu-content {
    padding: 2rem 2rem 0;
}

.mobile-menu .menu-content .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mobile-menu .menu-content .navbar-nav li.nav-item {
    flex-direction: column;
}

.mobile-menu .menu-content .dropdown-toggle::before {
    display: none;
}

.mobile-menu ul.navbar-nav>li.nav-item.dropdown>a::after {
    display: inline-block;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "";
    border-top: .4em solid #fff !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0;
    border-left: .3em solid transparent !important;
    right: -12px;
    position: relative !important;
    margin-right: -2px !important;
    margin-top: 7px;
    max-width: 2px;
    top: 3px;
}


.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.menu-list .nav-item.dropdown .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0px, 10px, 0px) !important;
    width: 100%;
}

.menu-list .nav-item.dropdown li a {
    color: #fff;
}

.menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu svg path {
    fill: #fff;
}



/* faq-section */

.faq-section {
    padding: 90px 0 0;
}

.faq-section .section-header {
    text-align: center;
}

.faq-section .section-header p {
    max-width: 800px;
    margin: 0 auto;
}

.faq-accordion {
    margin-top: 80px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #24b24e;
    box-shadow: none;
    border-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 15px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion-item {
    margin-bottom: 25px;
    border: none;
}

.accordion-header button {
    padding: 15px 30px;
    font-size: 22px;
    min-height: 56px;
    background-color: #e1e1e1;
    border-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 15px;
}

.accordion-body {
    padding: 15px 25px 25px;
    font-size: 18px;
    font-weight: 400;
}

.accordion-button::after {
    display: none;
}

/* about-section */

.about-section {
    margin: 60px 0;
}

.our-mission p {
    font-size: 18px;
    line-height: 28px;
}

.our-mission {
    max-width: 800px;
    margin: 0 auto;
}

.our-mission p {
    text-align: center;
}

.our-mission h2 {
    text-align: center;
}



.who-we-are p {
    font-size: 18px;
    line-height: 28px;
}

.who-we-are {
    max-width: 940px;
    margin: 40px auto 0;
}

.who-we-are p {
    text-align: center;
}

.who-we-are h2 {
    text-align: center;
}

.about-section .owner-row {
    margin-top: 60px;
    max-width: auto;
}

.about-section .welcome-info h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* team-section */

.team-section {
    background-color: #edeeec;
    padding: 90px 0;
}

.team-section .container {
    max-width: 900px;
}

.team-section .row {
    --bs-gutter-y: 30px;
}

.team-img {
    border-radius: 50%;
    width: 230px;
    height: 230px;
    overflow: hidden;
    padding: 6px;
    background-color: #edeeec;
    border: solid 10px transparent;
    background-clip: padding-box;
    background-image: linear-gradient(180deg, #788175 12%, #d8d8d8 87%);
    margin: 0 auto;
}

.team-img img {
    border-radius: 50%;
}

.team-info {
    text-align: center;
}

.team-info label {
    font-family: "Yellowtail", cursive;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.team-info p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.team-info a {
    color: #b24d31;
    border-bottom: solid 1px #b24d31;
    display: block;
    max-width: max-content;
    margin: 10px auto;
}

/* content-section */

.content-section {
    padding: 60px 0 0;
}

.content-section .section-header h2 {
    text-align: center;
}


.content-section p:last-child {
    margin-bottom: 0;
}


.content-text {
    margin-top: 30px;
}

.content-text p {
    text-align: center;
    font-family: "Yellowtail", cursive;
    font-size: 28px !important;
    font-weight: 400;
}

.content-link {
    text-align: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.content-link a {
    padding: 10px 20px;
    border-radius: 20px;
}

.content-link a:hover {
    padding: 10px 20px;
    border-radius: 20px;
}

/* footer */


.mobile-content {
    overflow-y: auto;
    height: 90%;
}

.mobile-footer {
    padding: 2rem 2rem ;
}

.mobile-link {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.mobile-link a {
    color: #fff;
    line-height: normal;
}
.mobile-footer {
    padding: 1rem 1rem;
    border-top: solid 1px #fff;
    margin: 20px 10px 5px;
}
.mobile-footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer-tobar {
    background: linear-gradient(180deg, #fcfcfc 12%, #d8d8d8 87%);
    padding: 90px 0 80px;
}

.footer-logo {
    max-width: 380px;
    display: block;
}

.footer-bottom {
    background-color: #455241;
    padding: 20px 0;
}

.footer-bottom p {
    font-size: 16px;
    color: #fff;
}

.footer-list {
    max-width: 440px;
    margin-top: 40px;
}

.footer-list ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    column-gap: 20px;
    align-items: center;
    justify-content: center;

}

.footer-list ul li a {
    color: #000;
    font-size: 16px;
}

.footer-tobar .footer-contact {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-tobar .footer-contact a {
    font-size: 18px;
    font-weight: 400;
}

.footer-tobar .footer-contact p {
    font-size: 18px;
    font-weight: 400;
}

.footer-tobar .btn-action {
    margin-top: 25px;
    gap: 15px;
    display: flex;
}

.footer-tobar .btn-action a {
    padding: 10px 20px;
    border-radius: 20px;
}

.btn-primery {
    border: solid 4px #f0b558;
    background-color: #f0b558;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 16px;
    min-width: 120px;
    color: #fff;
}

.btn-primery:hover {
    border: solid 4px #b24d31;
    border-radius: 50px;
    background-color: #b24d31;
    color: #fff;
}

.btn-secondary {
    background-color: #b24d31;
    border: solid 4px #b24d31;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 16px;
    min-width: 120px;
    color: #fff;
}

.btn-secondary:hover {
    border: solid 4px #f0b558;
    background-color: #f0b558;
    border-radius: 50px;
    color: #fff;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    border: solid 4px #f0b558;
    background-color: #f0b558;
}


/* contact-section */

.contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
}



.contact-form input {
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #e1e1e1;
    border-radius: 16px;
    border: none;
    width: 100%;
}

.contact-form input:focus {
    border: solid 2px #fdc80b;
}


.contact-form {
    margin-top: 60px;
}

.contact-form input:focus {
    outline: none;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.form-fild .form-group {
    display: flex;
    gap: 30px;
}

.submit-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.submit-btn button {
    background-color: #262626;
    border-color: #262626;
    border-radius: 25px;
    font-size: 25px;
    padding: 10px 30px;
}

.submit-btn button:hover {
    background-color: #f0b558;
    border-color: #f0b558;
    border-radius: 25px;
    font-size: 25px;
}

.right {
    position: relative;
    z-index: 0;
}

.right .bg {
    left: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
}

.right .bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e9e9e9;
    opacity: 1;
    border-radius: 20px 0 0 20px;
}

/* videos-section */

.videos-section {
    padding: 90px 0;
    background-color: #edeeec;
    position: relative;
}

.videos-inner {
    overflow: hidden;
}

.videos-section h2 {
    text-align: center;
}

.videos-section::after {
    bottom: -25px;
    width: 100%;
    right: 0;
    height: 25px;
    content: '';
    position: absolute;
    max-width: 600px;
    background: #efb358;
    background: linear-gradient(93deg, #efb358 52%, #fcf0dc 87%);
    border-radius: 0 0 0 50px;
}

.videos-section::before {
    top: -25px;
    width: 100%;
    right: 0;
    height: 25px;
    content: '';
    position: absolute;
    max-width: 600px;
    background: #efb358;
    background: linear-gradient(93deg, #efb358 52%, #fcf0dc 87%);
    border-radius: 50px 0 0 0;
}


.videos-section h2 {
    margin-bottom: 60px;
}

.owl-scrollbar {
    margin-top: 20px;
    border-radius: 10px;
    height: 10px;
    width: 80%;
    background: #dddcdc;
    border: 1px solid #dddcdc;
    box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
    position: relative;
}

.owl-scrollbar .owl-scroll-handle {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    background: #bfbbbb;
    position: absolute;
    top: 0px;
    left: -1px;
}

.owl-scrollbar .owl-scroll-progress {
    background: #333;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.video-slider {
    width: 100vw;
}

.services-video {
    border-radius: 16px;
    overflow: hidden;
}

.services-video img {
    width: 100%;
}

.videos-section label {
    margin-top: 10px;
    font-size: 18px;
}

/* join-section */

.join-section {
    padding: 25px 0 0;
    overflow: hidden;
}

.client-item {
    border-radius: 20px 0 0 20px;
    padding: 60px;
    min-height: 230px;
}

.join-section .container {
    max-width: 900px;
}

.client-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}



.client-content p {
    z-index: 11;
    position: relative;
    font-family: "Yellowtail", cursive;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    text-align: center;
    max-width: 700px;
    left: 81px;
}

.icon-qoute {
    position: absolute;
    max-width: 150px;
    left: 0;
    top: -10px;
    z-index: 0;
}

/* upcoming-events-section */

.upcoming-events-section {
    margin-top: 40px;
}

.upcoming-events-section .section-header h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 40px;
}

.upcoming-events-section .container {
    max-width: 900px;
}

.upcoming-events-list {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.upcoming-events-list li {
    display: flex;
    flex-direction: column;
}

.upcoming-events-list li h3 {
    font-family: "Yellowtail", cursive;
    font-size: 36px;
    line-height: 36px;
}

.upcoming-events-list li span {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.upcoming-events-list li label {
    font-size: 18px;
    margin-bottom: 5px;
}

.upcoming-events-list li p {
    font-size: 18px;
}

.mb90 {
    margin-bottom: 90px;
}

/* contact-video-section */

.contact-video-section {
    max-width: 900px;
    margin: 30px auto 0;
}

.video-info h2 {
    font-family: "Yellowtail", cursive;
    font-size: 36px;
    line-height: 36px;
}

.video-info p {
    font-size: 18px;
    line-height: 28px;
}


/* ministries-section */

.ministries-section .container {
    max-width: 900px;
}

.ministries-img {
    padding: 8px;
    border-radius: 8px;
    background: linear-gradient(180deg, #c9836e 12%, #f4cb8a 87%);
    display: flex;
    max-width: 500px;
}

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

.ministries-section .row {
    display: flex;
    align-items: center;
    margin-top: 0;
    --bs-gutter-y: 40px;
}

.ministries-section .row:first-child {
    --bs-gutter-y: 0;
}

.ministries-section .ministries-info h2 {
    font-family: "Yellowtail", cursive;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.ministries-section .ministries-info p {
    line-height: 28px;
    font-size: 18px;
}


/* welcome-section */

.owner-section {
    background-color: #ffffff;
    padding: 60px 0;
    position: relative;
}

.owner-section .section-header>h2 {
    text-align: center;
    margin-bottom: 30px;
}

.owner-row {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 auto;
    max-width: 900px;
}

.owner-info h2 {
    text-align: left;
    margin-bottom: 10px;
    font-family: "Yellowtail", cursive;
    font-weight: 500;
    font-size: 36px;
}

.owner-info span {
    font-weight: 500;
}

.owner-info p {
    margin-bottom: 15px;
    font-size: 18px;
}

.owner-img {
    width: 290px;
    height: 290px;
    min-width: 290px;
}

.owner-img img {
    border-radius: 50%;
    border: solid 6px #d19073;
}

.house-imgs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.house-item {
    border-radius: 20px;
    overflow: hidden;
}

.join-us {
    margin-top: 60px;
    max-width: 900px;
    margin: 60px auto 0;

}

.join-content {
    background-color: #d06b4d;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
}

.join-header {
    position: absolute;
    top: 0;
    left: 0;
}

.join-header h2 {
    font-family: "Yellowtail", cursive;
    font-size: 50px;
    line-height: 36px;
    color: #fff;
    border-bottom: solid 3px #fff;
    transform: rotate(337deg);
    top: 50px;
    position: relative;
    left: 40px;
}

.join-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

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

.join-item {
    color: #fff;
}

.join-item label {
    font-size: 24px;
    font-weight: 700;
}

.join-item span {
    font-style: italic;
    font-weight: 600;
}


/* about */

.about-section .about-author {
    max-width: 900px;
    margin: 0 auto;
}

.about-section .about-author p {
    font-size: 18px;
    line-height: 28px;
}

.about-author .owner-row {
    margin-bottom: 20px;
}


/* inner hero */

.inner-hero {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.inner-hero::before {
    content: '';
    background-color: rgb(0 0 0 / 42%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-hero::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    background-repeat: repeat-x;
    background-position-y: none;
    background-size: 200px;
    /* height: 300px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 1) 100%); */
}

.inner-hero-content {
    position: relative;
    z-index: 11;
    width: 100%;
}

.inner-hero-content h1 {
    font-size: 42px;
    line-height: normal;
    text-align: left;
    font-weight: 800;
    color: #fff;
    max-width: 700px;
}

.inner-hero-content p {
    line-height: normal;
    text-align: left;
    font-family: "Yellowtail", cursive;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    max-width: 750px;

}

.inner-hero {
    position: relative;
}

.inner-hero-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.inner-hero-wrapper::after {
    bottom: -20px;
    width: 100%;
    right: 0;
    height: 20px;
    content: '';
    position: absolute;
    max-width: 600px;
    background: rgb(38, 179, 79);
    background: linear-gradient(93deg, #efb357 52%, #bf643a 87%);
    border-radius: 0 0 0 50px;
}


/* contact-section */

.contact-section .section-header {
    margin-bottom: 30px;
}

/* contact-address */


.contact-address .container {
    max-width: 900px;
}

.join-content {
    padding: 60px 30px;
}

.address-bg {
    background-color: #5e6a5b;
}

/* map-section */

.map-section .container {
    max-width: 900px;
    margin-top: 25px;
}

.map-section .container iframe {
    border-radius: 20px;
}

/* reposnive */
@media (max-width: 1360px) {
    header .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media (max-width: 1260px) {
    .tobar-btn {
        position: relative;
    }

    .tobar-action {
        display: none;
    }
}

@media (max-width: 767px) {
    header {
        position: static !important;
    }
    .icon-qoute {
        position: absolute;
        max-width: max-content;
        left: 0;
        top: -67px;
        z-index: 0;
    }

    .client-content p {
        z-index: 11;
        position: relative;
        font-family: "Yellowtail", cursive;
        font-size: 24px;
        line-height: 27px;
        color: #000;
        text-align: center;
        max-width: 700px;
        left: 0px;
    }

    .footer-tobar .btn-action {
        flex-direction: column;
    }

    .footer-bottom {
        text-align: center;
    }

    .content-section .section-header h2 {
        display: flex;
        flex-direction: column;
    }

    .tobar-action {
        display: none;
    }

    .footer-tobar .footer-contact a {
        font-size: 16px;
    }

    .footer-tobar .footer-contact p {
        font-size: 18px;
    }

    .footer-logo {
        max-width: 320px;
    }

    .contact-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }



}

@media (max-width: 1160px) {

    .ministries-section .row:first-child {
        --bs-gutter-y: 40px;
    }

    .ministries-section .row:first-child .col-md-5 {
        margin-top: 0;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .content-text p {
        font-size: 20px;
    }

    .tobar-action {
        font-size: 14PX;
    }

    .inner-hero-content h1 {
        font-size: 36px;
    }

    .inner-hero-content p {
        font-size: 24px;
        line-height: normal;
    }

    .owner-row {
        flex-direction: column;
    }

    .house-imgs {
        margin-bottom: 30px;
    }

    .owner-info h2 {
        font-size: 32px;
    }

    .videos-section::before {
        width: 70%;
    }

    .videos-section::after {
        width: 70%;
    }

    .inner-hero-wrapper::after {
        width: 70%;
    }

    .contact-address .row {
        --bs-gutter-y: 30px;
    }

    .contact-video-section .row {
        --bs-gutter-y: 20px;
    }

    .join-header h2 {
        font-size: 40px;
    }
    .scroll-top {
        bottom: 75px !important;
    }

}

.scroll-top {
    position: fixed;
    bottom: 48px;
    right: 15px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: none;
    border-radius: 50%;
    color: #fff;
}

.mobile-logo-container {
    text-align: center;
}

.mobile-logo-container a.m-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto 40px;
}

.mobile-logo-container .btn-action {
    gap: 20px;
    display: flex;
    justify-content: center;
    background-color: #000;
}

.mobile-logo-container .btn-action a {
    background-color: #000;
    border: none;
}

.mobile-logo-container .btn-action a:hover {
    background-color: #000;
}



.main_content :last-child:not(.btn),
.ck-content :last-child:not(.btn) {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.main_content{
    width: 80%;
    margin: auto;
}

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

@media (max-width: 750px) {
    width: 100%;
    margin: auto;
}

.main_content h1, .ck-content h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_content h2, .ck-content h2 {
    padding-top: 18px;
    margin-bottom: 15px;
    font-size: 42px;
}

.main_content h3, .ck-content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}

.main_content h4, .ck-content h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.main_content p, .ck-content p {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
}

.main_content div, .ck-content div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content span, .ck-content span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content ul, .ck-content ul,
.main_content ol, .ck-content ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    list-style-position: inside;
    line-height: 20px;
    margin: 0px !important;
    font-size: 18px;
}

.main_content li, .ck-content li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: inherit;
    font-size: 18px;
}

.main_content ul, .ck-content ul {
    padding-left: 40px;
    line-height: 20px;
}

.main_content ul li, .ck-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: disc;
    padding-left: 10px;
    line-height: 27px;
    filter: url(#white-text-shadow);
    font-size: 18px;
}


blockquote {
    padding-left: 20px;
    border-left: solid 6px #b3ded8;
    margin-top: 15px;
}


.main_content a:not(.btn),
.ck-content a:not(.btn) {
    position: relative;
    text-decoration: none;
    color: #008cc1 !important;
    transition: color 0.15s ease-in-out;
}

.main_content a:not(.btn):hover,
.main_content a:not(.btn):focus,
.main_content a:not(.btn):active,
.ck-content a:not(.btn):hover,
.ck-content a:not(.btn):focus,
.ck-content a:not(.btn):active {
    color: black;
    cursor: pointer;
}

.main_content a:not(.btn)::after,
.ck-content a:not(.btn)::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    background-color: #fdd252;
    bottom: -2px;
}

.main_content a:not(.btn):hover::after,
.main_content a:not(.btn):focus::after,
.main_content a:not(.btn):active::after,
.ck-content a:not(.btn):hover::after,
.ck-content a:not(.btn):focus::after,
.ck-content a:not(.btn):active::after {
    transform: translateX(0);
    opacity: 1;
    color: #008cc1;
}

.learn-more-section {
    float: right;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 12 16'%3e%3cpath fill-rule='evenodd' d='M6.5 0C3 0 0 3 0 6.5S3 13 6.5 13 13 10 13 6.5 10 0 6.5 0zm0 11.5c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM7 4.75v-2h-1v2h1zM7 6v1h-1V6h1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(1.5em + 0.375rem) calc(1.5em + 0.375rem);
}

.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.is-invalid + .invalid-feedback {
    display: block;
}

tbody{
    font-size: 18px;
}
u{
    text-decoration: none;
    border-bottom: 4px solid #f0b558;
    display: inline-block;
}

.modal_head{
    font-size: 1.85rem !important;
    color: #b24d31;
}
.testimonial {
    font-size: 32px !important;
    line-height: 42px !important;
}

.social-icon-img{
    height: 35px;
}
.socials-icon{
    max-height: 35px;
}

.socials-icon a {
    margin-right: 5px;
    margin-left: 5px;
}
/* =========================================================
   CKEditor Image Rendering – FRONTEND
   Scope: .ck-content only
   ========================================================= */

/* Base image behavior */
.ck-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 4px;
    object-fit: contain;
}


/* If an image is the ONLY image inside a paragraph, center it */
.ck-content p > img:only-child {
    display: block;
    margin: 1em auto;
}

/* When multiple images appear inline (like two images side-by-side), keep them inline */
.ck-content p > img {
    vertical-align: top;
}

/* Add a small gap between inline images (but do not affect floated images) */
.ck-content img:not([align]):not(.align-left):not(.align-right):not(.align-center) {
    margin: 0 0.35rem 0.5rem;
}

/* Old CKEditor 4 align attributes */
.ck-content img[align="left"] {
    float: left;
    margin: 1em 1em 1em 0;
}

.ck-content img[align="right"] {
    float: right;
    margin: 1em 0 1em 1em;
}

.ck-content img[align="center"] {
    display: block;
    margin: 1em auto;
    float: none;
}

/* CKEditor class-based alignment */
.ck-content img.align-left,
.ck-content .align-left {
    float: left;
    margin: 1em 1em 1em 0;
}

.ck-content img.align-right,
.ck-content .align-right {
    float: right;
    margin: 1em 0 1em 1em;
}

.ck-content img.align-center,
.ck-content .align-center {
    display: block;
    margin: 1em auto;
    float: none;
}

/* Figure-based images (common in CKEditor) */
.ck-content figure.image {
    display: table;
    margin: 1.25em auto;
}

.ck-content figure.image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Image captions */
.ck-content figure.image figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-size: 0.875rem;
    opacity: 0.75;
    margin-top: 0.5rem;
}

/* Prevent float breaking layout */
.ck-content::after {
    content: "";
    display: block;
    clear: both;
}

/* Mobile safety: disable floats */
@media (max-width: 768px) {
    .ck-content img[align],
    .ck-content img.align-left,
    .ck-content img.align-right,
    .ck-content .align-left,
    .ck-content .align-right {
        float: none;
        display: block;
        margin: 1em auto;
    }
}


