@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif;
}


/*Comman Css Start*/

html {
    scroll-behavior: smooth;
    margin: 0 !important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: #ffbf63;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ffbf63;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: 5.5rem;
    font-style: normal;
    line-height: 6rem;
    font-weight: bold;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 5rem;
    font-style: normal;
    font-weight: bold;
    line-height: 6rem;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.5rem;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 3.5rem;
    font-style: normal;
    line-height: 4.5rem;
}

h5 {
    font-size: 3rem;
    font-style: normal;
    line-height: 4.5rem;
}

h6 {
    font-size: 24px;
    line-height: 35px;
}

p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

figure {
    margin: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container-fluid,
.container {
    padding: 0 15px;
}

.offcanvas {
    z-index: 1111;
    overflow-y: visaible;
}

.offcanvas::-webkit-scrollbar {
    display: none;
}

.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Comman Css End*/


/* Navigation */

.top-closebar {
    display: none;
}

.header {
    z-index: 1111;
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
}


/* .header.fixed{
  position: sticky!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */

.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #000;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 100px;
    padding: 25px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
    display: block;
}

.navbar-brand img {
    width: 100%;
    max-width: 350px;
}

.navbar-expand-lg .navbar-nav {
    margin: 0 0 0 auto;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 45px 0 0;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0;
    border: none;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-expand-lg .navbar-nav .current_page_item .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffbf63;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    width: 0%;
    height: 5px;
    background-color: #ffbf63;
    position: absolute;
    top: -10px;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-expand-lg .navbar-nav li.current_page_item .nav-link::before,
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.header-top {
    background-color: #ffbf63;
    padding: 10px 0;
}

.header-top-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px 4rem;
}

.header-top-inner h6 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
}

.header-top-inner h6 a {
    color: #000;
}

.header-top-inner ul {
    display: flex;
    gap: 10px;
}

.header-top-inner ul li {
    list-style: none;
}

.header-top-inner ul li a img {
    width: 24px;
    height: 24px;
}

.header-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.header-contact ul li {
    display: block;
    margin: 0 0 2px 0;
}

.header-contact ul li a {
    color: #000;
    font-size: 20px;
    line-height: 30px;
}


/*Common Part*/

body .btn.btn-primary {
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    padding: 15px 20px 17px 30px;
    border: 1px solid #ffbf63;
    background-color: #ffbf63;
    border-radius: 100px;
    min-width: 250px;
    gap: 25px;
    position: relative;
}

body .btn.btn-primary img {
    width: 35px;
    height: 35px;
}

body .btn.btn-primary:hover,
body .btn.btn-primary:focus {
    background-color: #d29a4c;
    color: #000;
    border-color: #d29a4c;
}

body .btn.btn-border {
    border: 1px solid #ff6a00;
    background-color: transparent;
    color: #ff6a00;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.align-centre {
    align-items: center;
}


/* Home Page Css Start */


/* Hero Video Banner */

.hero-video-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.hero-video-banner-inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.hero-video-banner-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.line-bg {
    background-color: #ffbf63;
    width: 100%;
    height: 5rem;
}


/* About Section */

.about-section {
    padding: 10rem 0;
    background-color: #000;
}

.about-inner-text {
    text-align: center;
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
}

.about-inner-text h3 {
    color: #ffbf63;
    margin: 0 0 5rem 0;
}

.about-inner-text h5 {
    color: #fff;
    margin: 16px 0 0 0;
}

.about-inner-text h5 strong {
    color: #ffbf63;
}


/* Image Gallery Section */

.image-gallery-section {
    padding: 4rem 0;
    background-color: #000;
}

.image-gallery-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}

.image-gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/* Full Image Section */

.fullimage-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* Get in Touch Section */

.get-in-touch-section {
    padding: 6rem 0;
    background-color: #000;
    background-size: cover;
    background-position: 40% center;
    background-repeat: no-repeat;
}

.get-in-touch-inner-text {
    max-width: 670px;
    width: 100%;
    margin: 0 5rem 0 auto;
}

.get-in-touch-inner-text h2 {
    color: #ffbf63;
    margin: 0 0 20px 0;
}

.get-in-touch-inner-text h5 {
    color: #fff;
    margin: 0;
}

.get-in-touch-button {
    text-align: center;
}


/* Two Column Section */

.two-column-section {
    padding: 10rem 0 8rem 0;
}

.two-column-item h5 {
    margin: 0 0 20px 0;
}


/* Gallery Light Section */

.gallery-light-section {
    padding: 3rem 0 10rem 0;
    background-color: #fff;
}


/* Footer */

.footer {
    padding: 6rem 0;
    background-color: #000;
}

.footer-inner-logo img {
    width: 100%;
    max-width: 350px;
}

.footer-inner-address {
    padding: 0 0 0 8rem;
}

.footer-inner-address h6,
.footer-inner-contact h6 {
    color: #ffbf63;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.footer-inner-address p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.footer-inner-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-inner-contact ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.footer-inner-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-inner-social ul li a img {
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(66%) saturate(343%) hue-rotate(351deg) brightness(109%) contrast(101%);
}


/* Return to Top Button */

.return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
    background-color: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.return-to-top.show {
    opacity: 1;
    visibility: visible;
}

.return-to-top svg {
    width: 24px;
    height: 24px;
    color: #d29a4c;
}

.inside-banner-section {
    padding: 6rem 0;
    background-color: #4e4b4c;
}

.inside-banner-inner h1,
.inside-banner-inner h2 {
    color: #ffbf63;
    font-size: 5.5rem;
    margin: 0 0 30px 0;
    font-weight: normal;
}

.inside-banner-inner h1,
strong,
.inside-banner-inner h2 strong {
    font-weight: bold;
}

.inside-banner-inner p {
    color: #fff;
    margin: 0;
    max-width: 690px;
    width: 100%;
}

.inside-banner-inner p strong {
    color: #ffbf63;
    font-weight: bold;
}

.inside-banner-list {
    display: flex;
    gap: 20px 5rem;
}

.inside-banner-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inside-banner-list ul li {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #fff;
}

.inside-banner-inner p {
    max-width: 720px;
}

.inside-banner-inner p strong {
    color: #fff;
}

.inside-banner-button {
    text-align: center;
}


/* Projects Section */

.projects-section {
    padding: 6rem 0;
}

.projects-item {
    position: relative;
    background-color: #f3f2f2;
    transition: all 0.3s ease;
}

.projects-item-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.projects-item-text {
    padding: 3rem 2.5rem;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projects-item-text h3 {
    color: #4e4b4c;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 4.3rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.projects-item-text h3 a {
    color: #4e4b4c;
}

.projects-item-text h5 {
    color: #4e4b4c;
}

.arrow-link img {
    width: 35px;
    height: 35px;
    opacity: 0.6;
}

.projects-item:hover {
    background-color: #4e4b4c;
}

.projects-item:hover .projects-item-text h3,
.projects-item:hover .projects-item-text h3 a {
    color: #ffbf63;
}

.projects-item:hover .projects-item-text h5 {
    color: #fff;
}

.projects-item:hover .arrow-link img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7484%) hue-rotate(180deg) brightness(119%) contrast(98%);
}


/* Project Description Section */

.project-description-section {
    padding: 6rem 0;
}

.project-description-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.project-description-text h5 {
    color: #000;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.project-description-text h5 strong {
    font-weight: bold;
    color: #ffbf63;
}

.project-description-text p {
    margin: 0 0 20px 0;
    font-size: 2.6rem;
    line-height: 4rem;
    font-weight: 300;
    color: #4e4b4c;
}


/* Project Slider Image Section */

.project-slider-image-section {
    padding: 6rem 0;
}

.project-slider-image-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.project-image-slider .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}


/* Project Slider Navigation */

.project-slider-image-navigation,
.project-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 5rem;
    margin: 5rem 0 0 0;
}

.project-slider-image-text {
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #000;
    font-weight: bold;
}

.project-slider-image-prev,
.project-slider-image-next
.project-pagination .prev-project, 
.project-pagination .next-project {
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.project-slider-image-prev,
.project-pagination .prev-project {
    transform: rotate(180deg);
}

.project-slider-image-prev img,
.project-slider-image-next img,
.project-pagination .prev-project img,
.project-pagination .next-project img {
    width: 35px;
    height: 35px;
    opacity: 0.6;
}


/* Project Slider Pagination */

.project-slider-image-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 30px 0 0 0;
}

.project-slider-image-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid #4e4b4c;
    background-color: #4e4b4c;
    opacity: 1;
    margin: 0;
    transition: all 0.3s ease;
}

.project-slider-image-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
}


/* Project Slider Section */

.project-slider-section {
    padding: 10rem 0;
}

.project-slider-title {
    margin: 0 0 4rem 0;
    border-top: 1px solid #4e4b4c;
    padding: 2rem 0 0 0;
}

.project-slider-title h2 {
    color: #4e4b4c;
    font-weight: normal;
    margin: 0;
}

.project-slider-wrapper {
    position: relative;
}

.project-slider-prev,
.project-slider-next {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.project-slider-next {
    left: auto;
    right: -50px;
}

.project-slider-prev img,
.project-slider-next img {
    width: 35px;
    height: 35px;
    opacity: 0.6;
}

.project-slider-prev {
    transform: translateY(-50%) rotate(180deg);
}


/* Title Section */

.title-section {
    padding: 8rem 0;
}

.title-inner-text {
    border-top: 1px solid #4e4b4c;
    padding: 2rem 0 0 0;
}

.title-inner-text h1 {
    color: #4e4b4c;
    font-size: 7rem;
    line-height: normal;
    font-weight: normal;
    margin: 0 0 0 0;
}

.why-choose-section {
    padding: 8rem 0;
}

.why-choose-title {
    text-align: center;
    margin: 0 0 4rem 0;
}

.why-choose-title h2 {
    color: #4e4b4c;
    margin: 0;
}

.why-choose-block {
    background-color: #4e4b4c;
    padding: 7rem;
    min-height: 100%;
}

.why-choose-block h5,
.experience-block h5 {
    color: #ffbf63;
    margin: 0 0 3.5rem 0;
    font-weight: bold;
}

.why-choose-block p,
.experience-block p {
    margin: 0;
    color: #fff;
    font-size: 2.4rem;
    line-height: 3.5rem;
}

.experience-section {
    padding: 8rem 0;
    background-color: #e8e8e8;
}

.experience-title {
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8rem;
}

.experience-title h2 {
    color: #4e4b4c;
    margin: 0 0 3rem 0;
}

.experience-title p {
    margin: 0;
    color: #4e4b4c;
    font-size: 2.4rem;
    line-height: 3.5rem;
}

.experience-block {
    padding: 7rem;
    min-height: 100%;
    border: 2px solid #ffbf63;
}

.experience-block h5 {
    color: #4e4b4c;
}

.experience-block p {
    color: #4e4b4c;
}

.commitment-section {
    padding: 8rem 0;
    background-color: #4e4b4c;
}

.commitment-item-text {
    text-align: center;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}

.commitment-item-text h2 {
    color: #fff;
    margin: 0 0 5rem 0;
}

.commitment-item-text h6 {
    margin: 0 0 5rem 0;
    color: #fff;
}

.commitment-item-text h4 {
    color: #ffbf63;
    margin: 0;
    font-weight: bold;
}

.team-section {
    padding: 8rem 0;
    background-color: #e8e8e8;
}

.team-title {
    margin: 0 0 4rem 0;
}

.team-title h2 {
    color: #4e4b4c;
    margin: 0;
    font-weight: normal;
}

.team-block {
    min-height: 100%;
    background-color: #fff;
}

.team-block-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.team-block-text {
    padding: 3rem 2rem;
}

.team-block-text h4 {
    margin: 0 0 0 0;
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 600;
    color: #4e4b4c;
}

.team-block-text h6 {
    margin: 0 0 2rem 0;
    color: #4e4b4c;
}

.team-block-text p {
    margin: 0 0 1.5rem 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #4e4b4c;
}

.project-slider-text-section {
    padding: 5rem 0 10rem 0;
}

.project-slider-text-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-slider-text-item p {
    font-weight: 300;
    color: #4e4b4c;
    margin: 2rem 0 0 0;
}

.project-slider-text-wrapper {
    position: relative;
}

.project-slider-text-prev,
.project-slider-text-next {
    position: absolute;
    bottom: 4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.project-slider-text-prev {
    left: -50px;
}

.project-slider-text-next {
    right: -50px;
}

.project-slider-text-prev img,
.project-slider-text-next img {
    width: 35px;
    height: 35px;
    opacity: 0.6;
}

.project-slider-text-prev {
    transform: rotate(180deg);
}


/* Reviews Section */

.reviews-section {
    padding: 10rem 0;
    background-color: #e8e8e8;
}

.review-card {
    background-color: #fff;
    padding: 4rem 3rem;
    min-height: 300px;
}

.review-stars {
    display: flex;
    gap: 15px;
}

.review-stars img {
    width: 35px;
    height: 35px;
}

.review-card p {
    font-weight: 300;
    color: #4e4b4c;
    margin: 2rem 0 0 0;
}

.reviews-wrapper {
    position: relative;
}

.reviews-prev,
.reviews-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.reviews-prev {
    left: -50px;
    transform: translateY(-50%) rotate(180deg);
}

.reviews-next {
    right: -50px;
}

.reviews-prev img,
.reviews-next img {
    width: 35px;
    height: 35px;
    opacity: 0.6;
}

.reviews-prev:hover img,
.reviews-next:hover img {
    opacity: 1;
}

.error-section {
    padding: 10rem 0;
    background-color: #f9f9f9;
    text-align: center;
}

.error-data img {
    text-align: center;
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
}

.error-data h1 {
    color: #000;
    margin: 2rem 0;
}

.error-data p {
    color: #4e4b4c;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.page-content-section {
    padding: 10rem 0;
    background-color: #f9f9f9;
}

.page-content-text h1 {
    color: #000;
    margin: 0 0 2rem 0;
}

.page-content-text p {
    color: #4e4b4c;
    margin: 0 0 2rem 0;
}

.page-content-text ul,
.page-content-text ol {
    margin: 0 0 2rem 30px;
}

.page-content-text ul li,
.page-content-text ol li {
    color: #4e4b4c;
    margin: 0 0 0 0;
}

.hero-image-banner img {
    width: 100%;
}

.glightbox-mobile .goverlay {
    background: #000c !important;
}

.gslide-media {
    padding: 15px;
}

.inside-banner-section.about-banner {
    background-color: #000;
    padding: 8rem 0;
}

.about-banner .inside-banner-list {
    display: block;
}

.about-banner .inside-banner-list p {
    font-size: 3.2rem;
    line-height: 4.2rem;
    max-width: 100%;
    text-align: left;
    font-weight: 400;
    color: #fff;
}

.about-banner .inside-banner-list p strong {
    color: #ffbf63;
    font-weight: bold;
}

.about-banner .about-top-text {
    text-align: center;
    margin: 0 0 4.8rem 0;
}

.about-banner .about-top-text p {
    text-align: center;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}

.gx-24 {
    --bs-gutter-x: 24px;
}

.contact-section {
    padding: 8rem 0;
    background-color: #f3f3f4;
}

.contact-block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.form-group {
    margin: 0 0 20px 0;
}

.form-group p {
    margin: 0;
}

.form-group .wpcf7-form-control {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #000;
    padding-left: 15px;
}

.form-group .wpcf7-form-control:focus {
    border-color: #ffbf63;
}

.form-group textarea.wpcf7-form-control {
    width: 100%;
    height: 150px;
    padding-top: 12px;
}

body .form-submit .btn.btn-primary {
    font-size: 18px;
    min-width: 100%;
    padding: 12px 20px;
}

.accreditations-section {
    padding: 8rem 0;
    background-color: #f3f3f4;
}

.accreditations-block {
    background-color: #e6e7e8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.accreditations-image {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 135px;
    padding: 10px;
}

.accreditations-image img {
    height: 90px;
    object-fit: contain;
}

.accreditations-content {
    padding: 30px 30px 20px 30px;
    text-align: center;
}

.accreditations-content h5 {
    font-weight: bold;
    margin: 0 0 20px 0;
}

.accreditations-content p {
    color: #4e4b4c;
    margin: 0 0 30px 0;
}

.accreditations-block-bottom {
    border-top: 1px solid #d3d3d3;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accreditations-btn {
    display: table;
    width: 100%;
    max-width: 40px;
    margin: 0 auto;
}

.map-wrapper iframe {
    width: 100%;
    height: 450px;
}

.contact-link li {
    list-style: none !important;
}

.contact-link a {
    color: #000 !important;
}

.contact-link h6 {
    color: #ffbf63 !important;
}

.contact-wrapper-inner {
    padding-bottom: 50px;
}


/* Form Messages */
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
    border: none;
}

/* Success Message */
.wpcf7 form.sent .wpcf7-response-output {
    background: #e8f8ec;
    color: #1e7e34;
    border-left: 5px solid #28a745;
}

/* Validation Error */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #fff3f3;
    color: #d93025;
    border-left: 5px solid #dc3545;
}

/* Spam Message */
.wpcf7 form.spam .wpcf7-response-output {
    background: #fff8e5;
    color: #b7791f;
    border-left: 5px solid #ffc107;
}

/* Validation Error Text */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}

/* Invalid Input Fields */
.wpcf7-not-valid {
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Focus State */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* Hide spinner if not needed */
.wpcf7-spinner {
    display: none;
}
.screen-reader-response{
	display:none !important;
}

.accreditations-image img {
    height: 140px;
    object-fit: contain;
}