.container {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1440px
}

button {
    font-family: 'Satoshi', sans-serif;
}

.header-inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.header-right,
.site-branding {
    flex: 0 0 330px;
}

.header-action-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}

.site-logo .custom-logo-link {
    display: flex;
}

.custom-logo {
    display: block;
}

.header-middle .main-menu {
    background: linear-gradient(45deg, #20282433, #2028241A);
    border-radius: 50px;
    padding: 1px;
}

.header-middle .main-menu .menu {
display: flex;
    background: #f4f4f4a8;
    padding: 6px;
    border-radius: 50px;
    gap: 5px;
    backdrop-filter: blur(5px);
}

.header-middle .main-menu .menu a {
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    display: block;
    color: #202824;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.header-middle .main-menu .menu .current-menu-item>a,
.header-middle .main-menu .menu li:hover a {
    color: #fff;
}

.header-middle .main-menu .menu li {
    position: relative;
}

.header-middle .main-menu .menu li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #202824;
    border-radius: 50px;
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.header-middle .main-menu .menu .current-menu-item:before,
.header-middle .main-menu .menu li:hover:before {
    left: 0;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.header-action-wrap a {
    color: #202824;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-book a {
    padding: 11px 22px;
    border-radius: 40px;
    background: linear-gradient(45deg, #202824, #2F3833);
    color: #fff;
	white-space:nowrap;
}

/* hero banner css */
.heroBanner-inr {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.heroBanner-img img {
    width: 100%;
    display: block;
    min-height: 750px;
    max-height: 750px;
    object-fit: cover;
}

.heroBanner-img {
    position: relative;
}

.heroBanner-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #20282480;
}

.heroBanner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.bannerContent-wrap {
    display: flex;
    align-items: end;
    height: 100%;
    position: relative;
    justify-content: space-between;
}

.heroBanner-inr .bannerContent-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2025/10/camera-layer.svg) no-repeat;
    /*     opacity: 0; */
    visibility: hidden;
    transition: 300ms all;
    background-size: 100%;
    background-position: bottom;
}

.heroBanner-inr:hover .bannerContent-wrap:before {
    /*     opacity: 1; */
    visibility: visible;
}

.bannerContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    position: relative;
    max-width: 665px;
}

.bannerContent-right {
    position: relative;
    padding: 15px;
}

.bannerContent-top h1 b {
    font-size: 200px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 100px;
    text-transform: lowercase;
}

.bannerContent-top h1 span {
    font-size: 30px;
    text-align: right;
    text-transform: lowercase;
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
	display:block;
}

.recent-shootWrap {
    position: relative;
}

.recent-shoot-content {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	background: linear-gradient(180deg, rgb(32 40 36 / 40%) 5%, rgb(47 56 51 / 0%) 100%);
}

.recent-shootWrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(255 255 255 / 35%) 0%, rgb(255 255 255 / 10%) 100%);
    padding: 1px;
/* 	    width: 320px; */
/*     height: 370px; */
}

.recent-shootWrap img {
    display: block;
    border-radius: 20px;
    max-width: 300px;
/* 	aspect-ratio: 1; */
    object-fit: cover;
}
.bannerContent-right p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
}

.recent-shoot-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Satoshi', sans-serif;
    line-height: 30px;
}

.shoot-tag p {
    text-align: center;
    margin: 0;
    background: #20282499;
    padding: 6px 10px;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.5px;
    display: inline-block;
    border-radius: 50px;
    background: linear-gradient(135deg, rgb(32 40 36 / 30%), rgb(32 40 36 / 60%));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bannerContent-btm p {
    font-size: 26px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
    line-height: 37px;
    margin-bottom: 27px;
}

.bannerContent-btm p b {
    color: #fff;
}

.mc-btn {
    color: #202824;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #F1F1F1;
    background: #F1F1F1;
    text-align: center;
    padding: 11px 22px;
    border-radius: 40px;
}

.bannerContent-btm .mc-btn {
    box-shadow: 0 4px 4px 0 #0000001A;
}

.mc-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15) !important;
}

.action-book .mc-btn:hover {
	transform: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07) !important;
    background: linear-gradient(180deg, #202824, #2F3833);
}

.mc-section {
    padding: 70px 0;
}

h4.sec-subHeading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Satoshi', sans-serif;
    padding: 8px 15px;
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
}

h2 {
    font-size: 38px;
    line-height: 65px;
    margin: 15px 0 0;
    font-weight: 400;
	    letter-spacing: 0.5px;
}

/* about section css */
.about-sec-inr {
    display: flex;
    gap: 45px;
}

.about-sec-inr>div {
    flex: 1;
}

.about-img-wrap {
    position: relative;
}

.about-img-wrap img:first-child {
    display: block;
    max-width: calc(100% - 150px);
    margin-left: auto;
    border-radius: 30px;
    width: 100%;
	object-fit:cover;
	height:700px;
}

.about-img-wrap img+img {
    position: absolute;
    left: 0;
    bottom: 32px;
    border-radius: 15px;
    max-width: 300px;
    width: 100%;
	object-fit:cover;
}

.about-sec-content p {
    font-size: 18px;
    line-height: 28px;
}

.info-philosophy-wrap {
    background: linear-gradient(235deg, #20282480 0%, #728E804D 100%);
    padding: 1px;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    margin-top: 30px;
}

.info-cart-wrap {
    background: linear-gradient(235deg, #e8e9e9 0%, #f8f9f9 100%);
    padding: 30px;
    border-radius: 15px;
}

.info-cart-wrap h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 14px;
}

.info-cart-wrap p {
    font-size: 20px;
    font-weight: 500;
}

.info-cart-label {
    font-size: 16px;
    font-weight: 500;
}

.stylePhilosophy-content li,
.about-philosophy-wrapInr li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    line-height: 31px;
}

.stylePhilosophy-content li:before,
.about-philosophy-wrapInr li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(/wp-content/uploads/2025/10/aperture-svgrepo.svg) no-repeat center left / 12px;
    width: 12px;
    height: 12px;
}

.btn-wrapper {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mc-btn.mc-dark-btn {
    background: linear-gradient(45deg, #202824, #2F3833);
    color: #fff;
}

.mc-btn.mc-btn-border {
    background: transparent;
    border: 1px solid #202824;
}

.mc-btn-white {
    background: #fff;
}

/* portfolio section css */
.bg-dark-green {
    position: relative;
}

.mc-portfolio-sec {
    border-radius: 40px;
    position: relative;
}

.bg-dark-green:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2025/10/after-layer.svg) no-repeat center top / contain;
    width: 360px;
    height: 440px;
}

.bg-dark-green {
    background: linear-gradient(45deg, #202824, #2F3833);
}

.bg-dark-green .sec-head {
    color: #fff;
}

.mc-gallery-wrapper {
    text-align: center;
	    position: relative;
    z-index: 1;
}

.sec-head.align-center {
    text-align: center;
}

.sec-head h2 {
    margin: 0;
}

.sec-head p {
    font-size: 18px;
    line-height: 28px;
}

#aniimated-thumbnials {
  column-gap: 20px;
    -webkit-column-width: 33.3%;
    -moz-column-width: 33.3%;
    column-width: 33.3%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.mc-gallery-wrapper .btn-wrap {
	margin-top:40px;
}

.gallery-item-overlay {
    position: absolute;
    background: #0000008C;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}



.gallery-overlay-inr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    align-items: self-start;
    color: #fff;
}

.gallery-overlay-inr p {
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.gallery-overlay-inr h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
}

.tile {
    display: none;
}

.mc-gallery-wrapper .gallery a {
     margin: 0 0 16px;
    width: calc(100% / 3 - 14px);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    aspect-ratio: 3 / 4;
}

.mc-gallery-wrapper .gallery a video {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

.mc-gallery-wrapper .gallery a:hover .gallery-item-overlay {
    opacity: 1;
    visibility: visible;
}

.mc-gallery-wrapper .gallery a:hover {
    border-color: rgb(255 255 255 / 40%);
}

.tile>img {
    max-width: 100%;
    height: 100%;
    display: block;
    width: 100%;
    transition: 300ms all;
	    object-fit: cover;
}

.mc-gallery-wrapper .gallery a:hover img {
    transform: scale(1.02);
}

.mc-portfolio-sec .sec-head {
	margin-bottom:25px;
}

.gallery-filter-wrap {
	max-width: 100%;
    overflow: auto;
    border-radius: 50px;
}

.gallery-filter {
    background: rgb(255 255 255 / 4%);
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    gap: 5px;
    position: relative;
    /*     background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)); */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.15);
	max-width:100%;
	overflow:auto;
}

.right-arrow img, .left-arrow img {
    display: block;
    max-width: 18px;
}

.mc-portfolio-sec.bg-dark-green .right-arrow img, .mc-portfolio-sec.bg-dark-green .left-arrow img {
	filter:invert(1);
}

.gallery-filter::-webkit-scrollbar {
    display: none;
}

.filter-scroll-wrapper {
    display: flex;
    align-items: center;
	justify-content:center;
    gap: 12px;
	margin: 0 0 50px;
}

button.filter {
    background: transparent;
    color: #FFFFFF99;
    box-shadow: none;
    border: 0;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s ease;
}

button.filter:hover {
    color: #fff;
}

button.filter span {
    position: relative;
}

button.filter.active {
    color: #202824;
}

.filter-indicator {
    position: absolute;
    top: 5px;
    left: 0px;
    height: calc(100% - 10px);
    width: 0;
    background: #fff;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
/*     background: #ffffff2e;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.05); */
}

/* service section css  */
.mc-service-sec {
    /*     background: linear-gradient(235deg, rgb(32 40 36 / 10%) 0%, rgb(114 142 128 / 5%) 100%); */
    border-radius: 40px;
    margin-top: 70px;
}

.bg-light-gray {
    background: linear-gradient(235deg, rgb(32 40 36 / 10%) 0%, rgb(114 142 128 / 5%) 100%);
}

.service-content-inr {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.service-content,
.service-sec-img {
    flex: 1;
}

.accordion-container-wrapper {
    background: linear-gradient(272deg, rgb(32 40 36 / 50%), rgb(114 142 128 / 30%));
    padding: 1px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.accordion-container {
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    padding: 5px 25px;
}

.accordion-item {
    border-bottom: 1px solid #2028241A;
    transition: 300ms all;
}

.accordion-item.active {
    padding-bottom: 20px;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    gap: 12px;
    padding: 20px 0;
}

.accordion-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.accordion-icon {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.accordion-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Satoshi', sans-serif;
}

.badge {
    background: linear-gradient(272deg, rgb(32 40 36 / 20%), rgb(114 142 128 / 15%));
    color: #202824;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 15px;
    text-transform: capitalize;
    border: 1px solid #20282480;
	white-space:nowrap;
}

.accordion-toggle {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-toggle svg {
    width: 16px;
    height: 16px;
}

.accordion-item.active .accordion-toggle {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.accordion-item.disabled {
    pointer-events: none;
}

.accordion-item.disabled .accordion-toggle {
    display: none;
}

.accordion-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

/* .mc-section.mc-cta-sec {
    padding-top: 0 !important;
} */

.service-img-wrap {
    display: flex;
    justify-content: end;
    position: relative;
}

.service-img-wrap>img {
    border-radius: 30px;
    max-width: calc(100% - 170px);
    display: block;
	object-fit:cover;
	max-height:700px;
}

.service-small-img {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    height: 100%;
    gap: 15px;
	width:50%;
}

.service-small-img img {
border-radius: 15px;
    display: block;
    height: 40%;
    width: 100%;
    object-fit: cover;
}

.service-small-img img:first-child {
    height: 44%;
}

.stylePhilosophy-content-inr {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 90px;
}

.stylePhilosophy-img {
    width: 70%;
}

.stylePhilosophy-content {
    width: 30%;
}

.stylePhilosophy-img img {
    border-radius: 30px;
	width:100%;
}

/* reviews section css */
.testimonial-slider {
    margin: 0 40px;
    position: relative;
}

.testimonial-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.mc-review-wrapper {
    padding-top: 20px;
}

.mc-review-sec {
    border-radius: 40px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    color: #fff;
    margin: 10px;
    transition: transform 0.3s ease;
    height: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
}

.testimonial-card-inr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff;
}

.testimonial-author h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: 'Satoshi', sans-serif;
}

.testimonial-author span {
    display: block;
    font-size: 16px;
    color: rgb(255 255 255 / 80%);
    margin-top: 5px;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2025/10/chevron-left.svg) rgba(255, 255, 255, 0.15) no-repeat center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    z-index: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.slick-next {
    background-image: url(/wp-content/uploads/2025/10/chevron-right.svg);
    right: -16px;
    left: initial;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 18px;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 0.3;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

/* gears section */
.gears-slider-wrapper {
    margin: 50px auto 0;
    position: relative;
}

.gears-main-slider img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1;
    padding-bottom: 24px;
}

.gears-main-slider .slick-center {
    transform: scale(1.1);
}

.gears-main-slider h3 {
    color: #000;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    line-height: 31px;
}

.gears-main-slider .slick-arrow {
    display: none !important;
}

.gears-main-wrap {
    padding: 0 60px;
    margin-top: 50px;
}

.gears-thumb-slider img {
    object-fit: contain;
    background: #fff;
    padding: 10px;
    transition: 300ms all;
    width: 100%;
    height: 80%;
}

.gears-thumb-slider .gears-item {
    background: #fff;
    border-radius: 12px;
    padding: 1px;
    cursor: pointer;
    transition: 300ms all;
    aspect-ratio: 1;
    margin: 0 7px;
}

.gears-thumb-slider .gears-item.slick-current.slick-active {
    background: linear-gradient(272deg, rgb(32 40 36 / 50%), rgb(114 142 128 / 30%));
}

.gears-thumb-slider .gears-item-inner {
    height: 100%;
    width: 100%;
    padding: 1px;
    border-radius: 11px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gears-thumb-slider img:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

.gears-main-slider .slick-slide {
    opacity: 0.2;
}

.gears-main-slider .slick-slide h3 {
    opacity: 0;
    position: absolute;
    bottom: 24px;
    left: 50%;
	width:100%;
    transform: translateX(-50%);
}

.gears-main-slider .slick-slide.slick-center,
.gears-main-slider .slick-slide.slick-center h3 {
    opacity: 1;
}

.gears-main-slider .slick-track {
    display: flex;
    align-items: center;
    gap: 0px;
}

.gears-main-slider .slick-slide img {
    transform: scale(0.7);
    transition: all 300ms;
}

.gears-main-slider .slick-slide.slick-center img {
    transform: scale(1);
}

.gears-thumb-slider .slick-prev,
.gears-thumb-slider .slick-next,
.mc-shots-wrapper .slick-next,
.mc-shots-wrapper .slick-prev {
    border: 1px solid rgb(32 40 36 / 50%);
}

.gears-thumb-slider .slick-next,
.mc-shots-wrapper .slick-next {
    background-image: url(/wp-content/uploads/2025/10/right-black.svg);
}

.gears-thumb-slider .slick-prev,
.mc-shots-wrapper .slick-prev {
    background-image: url(/wp-content/uploads/2025/10/left-black.svg);
}

/* Shots Section  */
.shots-slider {
    position: relative;
    overflow: hidden;
    height: 650px;
}

.swiper-slide.shots-item {
    border-left: 1px solid #fff;
    height: 100%;
    position: relative;
}

.swiper-slide.shots-item:after {
    position: absolute;
    content: "";
    height: 60%;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: .7;
    transition: all 300ms;
}

.mySwiper .swiper-slide.is-active:after {
    opacity: 0;
}

.shots-item .shots-content {
    /*     aspect-ratio: 3 / 4; */
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
    position: relative;
    max-width: 100%;
    width: 100% !important;
    height: 100%;
}

.swiper-lazy {
    width: 600px;
    height: 300px;
    border: 1px solid #fff;
    background-size: cover;
}

.shots-content h3 {
    color: #fff;
    font-family: 'Satoshi';
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 25px;
    transition: 300ms all;
}

.mySwiper .swiper-slide.is-active .shots-content h3 {
    padding-bottom: 0;
}

.shots-content {
    padding: 25px;
}

.mc-shots-sec {
    position: relative;
}

.mc-shots-sec .slick-prev {
    left: 20px;
    margin: 0px;
}

.mc-shots-sec .slick-next {
    right: 20px;
    margin: 0px;
}

/* Blog Section  */
.mc-blog-sec {
    border-radius: 40px;
/*     margin-top: 50px; */
}

.mc-blog-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.top-50 {
    margin-top: 50px;
}

.blog-item {
    flex: 0 0 calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
}

.blog-image {
    aspect-ratio: 4.3 / 5.1;
    overflow: hidden;
    border-radius: 15px;
}

.blog-image img,
.shots-item-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 300ms;
}

.blog-content div {
    margin: 25px 0 10px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    color: rgb(255 255 255 / 70%);
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.blog-content h4 {
    color: #fff;
    font-family: 'Satoshi';
    font-size: 22px;
    line-height: 30px;
}

.mc-blog-sec .btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.blog-content a {
    color: #fff;
}

.blog-item:hover .blog-content h4 a {
    box-shadow: inset 0 -10px #728e8059;
}

.blog-image a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.blog-item:hover .blog-image img {
    transform: scale(1.02);
}

/* service page */
.page-template-services .service-content-inr {
    margin-top: 0 !important;
    align-items: center;
}

.my-service-list-item {
    padding: 70px 0;
}

.my-service-list-item:nth-child(even) {
    background: linear-gradient(45deg, #202824, #2F3833);
    border-radius: 40px;
    color: #fff;
}

.my-service-list-item:nth-child(even) .service-content-inr {
    flex-direction: row-reverse;
}

.my-service-list-item:nth-child(even) .service-content-inr .service-img-wrap {
    justify-content: start;
}

.my-service-list-item:nth-child(even) .service-content-inr .service-small-img {
    right: 0;
    left: initial;
}

.my-service-list-item:nth-child(even) .service-content-inr a.mc-btn.mc-btn-border {
    background: #fff;
}

/* FAQ Section  */
.mc-faq-sec {
    border-radius: 40px;
    margin-top: 70px;
}

.accordion-panel {
    border-bottom: 1px solid #2028241A;
    transition: 300ms all;
}

.accordion-panel:last-child {
    border-bottom: 0;
}

.accordion-panel-inner {
    overflow: hidden;
    transition: 300ms all;
}

.accordion_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    gap: 12px;
    padding: 20px 0;
}

.mc-faq-wrapper p {
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
}

.mc-faq-wrapper {
    background: linear-gradient(272deg, rgb(32 40 36 / 50%), rgb(114 142 128 / 30%));
    padding: 1px;
    border-radius: 15px;
    max-width: 902px;
    margin: 0 auto;
}

.mc-faq-wrapper .accordion-wrap {
    background: #fff;
    border-radius: 15px;
    padding: 5px 25px;
}

.mc-faq-wrapper .icon span svg {
    transition: all 300ms;
}

.accordion-panel-inner.active {
    padding-bottom: 20px;
}

.accordion-panel-inner.active .icon svg {
    transform: rotate(180deg);
}

.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    transition: 300ms all;
    opacity: 0;
    visibility: hidden;
}

.accordion-panel-inner.active .accordion_content {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

/* CTA Banner  */
.mc-cta-sec .btn-wrap {
    text-align: center;
    margin-top: 30px;
}

.mc-cta-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 40px;
}

.mc-cta-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(32 40 36 / 80%);
    top: 0;
    left: 0;
}

.mc-cta-wrapper .sec-head {
    padding: 70px 50px;
    border-radius: 40px;
}

.mc-cta-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mc-cta-wrapper .sec-head {
    padding: 70px 50px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.mc-cta-wrapper h2 {
    color: #fff;
    max-width: 840px;
    margin: 0 auto;
}

.site-footer {
    border-radius: 40px 40px 0 0;
}

.footer-top-inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}

.footer-btm-inr {
    border-top: 1px solid #FFFFFF1A;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-btm-left p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer-btm-right .menu {
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
}

.footer-col .menu {
    display: flex;
    gap: 50px;
	    flex-wrap: wrap;
    justify-content: center;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
	opacity:0.85;
}

.footer-top-inr .footer-2,
.footer-top-inr .contact-list {
    padding: 40px 0;
}

.footer-btm-right p {
	margin:0;
	color:#fff;
	    font-size: 14px;
}

.footer-btm-right .menu li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
}

.footer-btm-right .menu li a {
    font-size: 14px;
    line-height: 14px;
    display: flex;
}

.footer-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.social-list {
    display: flex;
    gap: 20px;
}

.social-list li {
    background: linear-gradient(235deg, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 10%) 100%);
    padding: 1px;
    border-radius: 50%;
}

.social-list a {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.social-list a:hover {
    border: 1px solid rgb(255 255 255 / 70%);
}

.footer-col .menu a {
    font-size: 18px;
    font-weight: 500;
}

.contact-list li:first-child {
    margin-top: 10px;
}

.contact-list li:nth-child(2) a {
    font-family: 'Gallient', sans-serif;
    font-size: 35px;
}

.contact-list li a {
    font-size: 26px;
    font-weight: 500;
}

.contact-list li:first-child a {
    font-size: 20px;
    font-weight: 300;
}

.footer-wrapper:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: url(/wp-content/uploads/2025/10/footer-layer-left.svg) no-repeat center top / contain;
    width: 360px;
    height: 440px;
}

.footer-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -20px;
    background: url(/wp-content/uploads/2025/10/footer-layer-right.svg) no-repeat center top / contain;
    width: 360px;
    height: 440px;
}

.footer-top,
.footer-btm {
    position: relative;
    z-index: 1;
}

.nav-toggle-btn {
    display: none;
}

.contact-right-wrap ul.address-list a svg {
    min-width: 24px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mc-section.mc-stylePhilosophy-sec.bg-light-gray {
    border-radius: 40px;
    margin: 50px 0;
}

.mc-gears-sec {
    border-radius: 40px;
    margin-top: 70px;
}

.page-template-about .mc-service-sec, .page-template-about .mc-gears-sec {
       margin-top: 0px;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
}

.breadcrumbs a {
    color: rgb(255 255 255);
}

.breadcrumbs a:hover {
    color: rgb(255 255 255 / 80%);
}

.page-template-portfolios .gallery-filter {
    border: 1px solid rgb(0 0 0 / 15%);
}

.page-template-portfolios button.filter {
    color: rgb(0 0 0 / 60%);
}

/* .page-template-portfolios button.filter:hover {
    color: rgb(0 0 0 / 100%);
} */

.page-template-portfolios .filter-indicator,
.page-template-portfolios .mc-btn.load-more-portfolio {
    background: linear-gradient(45deg, #202824, #2F3833);
}

.page-template-portfolios button.filter.active,
.page-template-portfolios .mc-btn.load-more-portfolio {
    color: #fff;
}

/* contact page */
.mc-section.mc-contact-sec {
    border-radius: 40px 40px 0 0;
}

.services-pills input[type="checkbox"] {
    display: none;
}

.services-pills .wpcf7-list-item-label {
    border: 1px solid #202824;
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: 300ms all;
    color: #202824;
    font-weight: 500;
    display: inline-block;
}

.services-pills .wpcf7-list-item-label:hover {
    background: #fff;
    border-color: #000;
}

.services-pills input[type="checkbox"]:checked+.wpcf7-list-item-label {
    background: #2c3530;
    border-color: #000;
    color: #fff;
}

.field-label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px;
}

.services-pills .wpcf7-list-item {
    margin: 0;
	margin-bottom:7px;
}

.services-pills .wpcf7-list-item+.wpcf7-list-item {
    margin-left: 7px;
}

.contact-wrapper {
    display: flex;
    gap: 60px;
    margin-top: 50px;
}

.contact-left {
    width: 55%;
}

.contact-right {
    flex: 1;
}

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

.form-field {
    flex: 1;
    margin-bottom: 24px;
}

.form-field p {
    margin: 0;
}

.form-field .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox) {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 15%);
    padding: 12px 24px;
    border-radius: 50px;
    color: #20282499;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    background: #fff;
}

.form-field .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    border-radius: 15px;
    resize: none;
}

.contact-right-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 16px;
}

.contact-right-wrap ul+h4 {
    margin-top: 32px;
}

.contact-right-wrap ul.address-list a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-right-wrap ul.address-list li+li {
    margin-top: 16px;
}


.contact-right-wrap ul.address-list li a span {
    font-size: 18px;
    font-weight: 500;
    color: #232B27;
}

/* .contact-right-wrap ul.address-list li:first-child a span, .contact-right-wrap ul.address-list li:nth-child(2) a span {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Gallient', sans-serif;
} */

.contact-right-wrap .social-list a {
    border: 1px solid #00000026;
    background: #FFFFFF26;
}

body .wpcf7-not-valid-tip {
    font-size: 14px;
    margin: 5px;
}

.form-btn-wrap p {
    position: relative;
    margin: 0;
    display: inline-block;
}

body span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

/* blog page */
.mc-blogs-sec .blog-content a {
    color: #000000;
}

.mc-blogs-sec .blog-content div {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    color: rgb(0 0 0 / 70%);
}

.mc-blogs-sec .btn-wrap.align-center {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.mc-blog-wrapper.top-36 {
    margin-top: 36px;
}

.filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-filters {
    background: rgb(255 255 255 / 4%);
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    gap: 5px;
    position: relative;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)); */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgb(0 0 0 / 15%);
}

button.blog-filter {
    background: transparent;
    color: #00000099;
    box-shadow: none;
    border: 0;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s ease;
}

button.blog-filter.active {
    color: #fff !important;
}

.blog-filter-indicator {
    position: absolute;
    top: 5px;
    left: 0px;
    height: calc(100% - 10px);
    width: 0;
    background: linear-gradient(45deg, #202824, #2F3833);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

button.blog-filter:hover {
    color: rgb(0 0 0 / 100%);
}

.filter-head-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

select#sortBy {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 15%);
    padding: 12px 24px;
    border-radius: 50px;
    color: #00000099;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    background: #fff;
}

.filter-head-right .form-field {
    margin: 0;
}

.post-category {
    color: #202824;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 10px 22px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #202824;
    margin-bottom: 10px;
}

.single-post-section {
    border-radius: 40px;
    margin: 70px 0 0;
}

.single-post-wrapper {
    display: flex;
    gap: 24px;
}

.single-post-right {
    min-width: 420px;
    flex: 0 0 420px;
}

.single-post-left {
    flex: 1;
}

.single-post-content {
    padding: 24px;
    background: #fff;
    border-radius: 15px;
}

.single-post-content img {
    width: 100%;
    border-radius: 15px;
}

.single-post-content * {
    font-family: 'Satoshi', sans-serif;
}

.single-post-content h3 {
    font-size: 32px;
    line-height: 40px;
	margin-bottom: 10px;
}

.single-post-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.single-post-content ul {
    margin: 0 0 20px;
    list-style: disc;
    padding-left: 30px;
}

.single-post-content ol {
    margin: 0 0 20px;
    list-style: numeric;
    padding-left: 30px;
}

.post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.post-navigation .nav-btn {
    background: linear-gradient(272deg, rgb(32 40 36 / 20%), rgb(114 142 128 / 15%));
    color: #202824;
    font-size: 14px;
    font-weight: 500;
    border-radius: 40px;
    text-transform: capitalize;
    border: 1px solid #20282480;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    max-width: 275px;
}

.post-navigation .nav-btn:hover {
	background: linear-gradient(45deg, #202824, #2F3833);
    color: #fff;
}

.post-navigation .nav-btn:hover path {
	stroke:#fff;
}

.post-navigation .arrow svg {
    display: flex;
}

.post-navigation .nav-btn.next-post {
    margin-left: auto;
}

.author-share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 15px;
    padding: 24px;
}

.author-info {
    display: flex;
    gap: 8px;
    align-items: center;
}

.author-avatar img {
    display: block;
    border-radius: 50%;
}

.author-details p {
    margin: 0;
}

.author-details h4 {
    font-family: 'Satoshi', sans-serif;
    font-size: 24px;
}

.share-section span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
}

.share-icons {
    display: flex;
    gap: 10px;
}

.share-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #20282480;
	justify-content: center;
    align-items: center;
}

.share-icons a img {
    width: 20px;
    height: 20px;
}

.author-details p {
    margin: 0;
    font-weight: 500;
}

.comment-head {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 15px;
}

.comment-head-left h4, .comment-list-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
}

.comment-head-right ul {
    display: flex;
    align-items: center;
	    background: #fff;
    border-radius: 30px;
	   border-left: 1px solid #00000033;
}

.comment-head-right ul li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;
}

.comment-head-right ul li + li {
    border-left: 1px solid #00000033;
}

.reply-form-wrapper .comment-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.reply-form-wrapper .comment-form p {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 5px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    flex: 0 0 calc(33% - 9px);
}

.comment-form-comment, .comment-form-cookies-consent {
    flex: 0 0 100%;
}

.reply-form-wrapper .comment-form p input, .reply-form-wrapper .comment-form textarea {
    border: 1px solid rgb(32 40 36 / 20%);
    padding: 12px 24px;
    border-radius: 20px;
	    font-size: 14px;
}

.reply-form-wrapper .comment-form p label {
    font-size: 14px;
    font-weight: 700;
}

.reply-form-wrapper .comment-form textarea {
	resize:none;
}

.reply-form-wrapper .comment-form p.comment-form-cookies-consent {
    flex-direction: row;
	align-items:center;
    gap: 10px;
}

.reply-form-wrapper .comment-form p.comment-form-cookies-consent label {
	cursor:pointer;
	font-weight:400;
}

.reply-form-wrapper .comment-form #wp-comment-cookies-consent {
    margin: 0;
    border: 1px solid rgb(0 0 0 / 18%);
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.reply-form-wrapper .comment-form, ol.comment-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    background: #fff;
    padding: 32px 24px;
    border-radius: 15px;
}

.form-submit input#submit {
    background: linear-gradient(45deg, #202824, #2F3833);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 30px;
}

.comment-list-wrap {
  display: none;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  max-height: 0;
  opacity: 0;
}

.reply-form-wrapper.active .comment-list-wrap {
  display: block;
  max-height: 1000px; /* enough to fit full form */
  opacity: 1;
	    margin-top: 30px;
}

.toggle-comment-form {
    cursor: pointer;
}

ol.comment-list {
    flex-direction: column;
	gap:0;
}

ol.comment-list > li {
 list-style:none;
}

.comment-body img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.comment-author.vcard {
    display: flex;
    align-items: center;
    gap: 3px;
	    margin-bottom: 5px;
}

.recent-blogs-wrap, .recent-blog-list-wrap {
    padding: 24px;
    border-radius: 15px;
    background: #fff;
}

.recent-blog-list-wrap {
	margin-top:24px;
}

.recent-blogs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.recent-blogs-header h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
}

.recent-blogs-header .view-all-btn {
    padding: 6px 20px;
}

.single-post-rightInr {
    position: sticky;
    top: 50px;
}

.recent-blog-item + .recent-blog-item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #00000033;
}

.recent-blog-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.recent-blog-item:hover .recent-blog-title a {
    box-shadow: inset 0 -6px #728e8059;
}

.recent-blog-thumb {
    flex: 0 0 80px;
    max-width: 80px;
}

.recent-blog-thumb a {
    display: flex;
}

.recent-blog-thumb a img {
    width: 100%;
    border-radius: 10px;
	transition: 300ms all;
}

.recent-blog-item:hover .recent-blog-thumb img {
    transform: scale(1.05);
}

.recent-blog-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
    line-height: 21px;
    text-transform: capitalize;
}

.recent-blog-title a {
    color: #000000;
}

.recent-blog-content a.read-more {
    font-size: 12px;
    color: #262E2A;
    position: relative;
}

.recent-blog-content a.read-more:before, .reply-form-wrapper .comment-form p.logged-in-as a:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:0;
	background:#262E2A;
	transition:300ms all;
}

.recent-blog-content a.read-more:hover:before, .reply-form-wrapper .comment-form p.logged-in-as a:hover:before {
	width:100%;
}

.event-venue-list li {
    flex-direction: column;
    align-items: self-start;
    padding: 0;
}

.event-venue-list li:before {
display:none;
}

.event-venue-list li + li {
    border-top: 1px solid #00000033;
    padding-top: 14px;
    margin-top: 14px;
}

.event-venue-list li p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
	line-height: 21px;
}

.event-venue-list li h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
}

.time-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reply-form-wrapper .comment-form p.logged-in-as {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.required-field-message {
     display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

.reply-form-wrapper .comment-form p.logged-in-as a {
    color: #000000;
    position: relative;
}

.comment-metadata {
    font-size: 13px;
}

.comment-content p {
    margin: 0;
    padding-top: 10px;
}

ol.comment-list > li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #00000033;
}

footer.comment-meta a {
    color: #202824;
}

.required {
    color: red;
}

.policy-conent-inr h3 {
    font-size: 36px;
    margin: 30px 0 10px;
}

.policy-conent-inr h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

.policy-conent-inr ul {
    list-style: disc;
    padding-left: 25px;
	margin: 0 0 30px;
}

.policy-conent-inr ul li {
    line-height: 24px;
}

.mc-portfolio-page-sec, .mc-section.mc-blogs-sec:not(.bg-dark-green) {
    padding-bottom: 0 !important;
}

.lg-thumb-item {
    background: url(/wp-content/uploads/2025/12/play-icon.svg) center / 20px no-repeat;
    background-color: #000000;
}

.lg-thumb-item img[src=""], .lg-thumb-item img:not([src]) {
    display: none;
}

 .wpcf7-response-output {
    border: 0 !important;
    border-radius: 50px;
    padding: 7px 15px !important;
    display: inline-block;
    margin: 25px 0 0 !important;
}

.invalid .wpcf7-response-output {
    background: #ff000029;
    color: red;
}

.sent .wpcf7-response-output {
    background: rgb(70 180 80 / 10%);
    color: #000;
}

.site-header, .header-inr {
	transition:300ms all;
}

.site-header.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
	width:100%;
}

.site-header.fixed .site-branding, 
.site-header.fixed .header-right {
	opacity:0;
	visibility:hidden;
}

.site-header.fixed .header-inr {
	padding:0;
}

.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background-color: #202824;
    cursor: pointer;
    transition: .3s;
    z-index: 8;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-content: center;
    text-align: center;
    line-height: 0px;
	display:none;
}

.whatsapp-icon {
    background: #25d366;
    position: fixed;
    bottom: 30px;
    right: 15px;
    cursor: pointer;
    transition: .3s;
    z-index: 8;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-content: center;
    text-align: center;
    line-height: 0px;
}

.whatsapp-icon svg {
    width: 30px;
    height: 30px;
}

.gallery-count {
    background: #00000087;
    border-radius: 4px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
}

.icon {
    display: flex;
}

.icon svg {
    width: 20px;
	height: 20px;
}

.glry-img-count {
    position: absolute;
    bottom: 19px;
    left: 20px;
	transition: 300ms all;
}

.gallery-preview {
    display: flex;
    gap: 7px;
}

.mc-gallery-wrapper .gallery a:hover .glry-img-count {
    opacity: 0;
    visibility: hidden;
}

.gallery-preview .thumb {
    width: calc(100%/4 - 5px);
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-preview .thumb img {
    width: 100%;
    display: block;
    height: auto;
	border-radius: 5px;
    transform: scale(1) !important;
}