/**
* 1.0 - Page Builder
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

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

body {
    color: #1e1e1e;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 0;
    overflow-x: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.content-width{
    max-width: 750px;
    margin: 0 auto;
}

h1 {
    font-size: 3.2rem;
    font-family: "Libre Baskerville", serif;
    font-style: normal;
}

h2 {
    font-size: 1.8rem;
    font-family: "Libre Baskerville", serif;
    font-style: normal;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
}

h4 {
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h5 {
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h6 {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05em;
}

p {
    color: #1e1e1e;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 0;

}

@media (max-width: 767px) {
    font-size: 14px;
    line-height: 1.4;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus, a:active {
    outline: none !important;
    box-shadow: none !important;
}

strong {
    font-weight: bold;
}

title {
    display: block !important;
    margin-bottom: 10px;
}


/**
* 1.1 - Form CSS
*/
select,
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
}

label {
    width: 100%;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
    box-shadow: none;
    outline: none;
}

button:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

button::-moz-focus-inner {
    border: 0;
    box-shadow: none;
    outline: none;
}

/**
* 1.3 - Default Css
*/
a.btn-dflt {
    font-family: "Poppins", sans-serif;
    color: #efefef;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    transition: 0.4s all ease-in-out;
}

a.btn-dflt:hover {
    color: #fff;
}

a.btn-dflt-black {
    font-family: "Poppins", sans-serif;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #000;
    transition: 0.4s all ease-in-out;
}

a.btn-dflt-black:hover {
    color: #000;
}

a.btn-calltoaction {
    min-width: 180px;
    display: inline-block;
    background: #b20592;
    padding: 10px 15px;
    border-radius: 24px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    box-shadow: 0 28px 32px #6c6d711a, 0 4px 8px #6c6d710d, 0 8px 16px #6c6d710d;
    transition: 0.4s all ease-in-out;
}

a.btn-calltoaction:hover {
    box-shadow: none;
    transition: 0.4s all ease-in-out;
}

/*----------- Main CSS ---------*/
.site-header {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9;
    padding: 12px 0;
}

.header-logo img {
    width: 150px;
    height: 80px;
    object-fit: contain;
}

.site-header .row {
    align-items: center;
}


#bannerCarousel .carousel-control-prev-icon,
#bannerCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Change control icon color */
    border-radius: 50%; /* Optional: Make control icons circular */
}

/*----------------Header-Menu ----------------------*/
.header-menu {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#primary-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#primary-menu > li {
    position: relative;
    margin: 0 15px;
    padding: 30px 0;
    transition: 0.4s all ease-in-out;
}

#primary-menu > li a {
    font-family: "Poppins", sans-serif;
    color: #1e1e1e;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#primary-menu > li a:hover {
    color: #7d026c;
    text-decoration: none;
}

#primary-menu > li:last-child {
    background: #b20592;
    margin: 0;
    padding: 10px 20px;
    border-radius: 24px;
    margin-left: 20px;
}

#primary-menu > li:last-child:hover {
    background: #7d026c;
}

#primary-menu > li:last-child a {
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

#primary-menu .sub-menu {
    display: none; /* Hide submenus by default */
    position: absolute;
    top: calc(100%);
    left: -50px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    min-width: 200px;
    margin: 0;
    padding: 0;
}

#primary-menu > li:hover .sub-menu {
    display: block; /* Show submenu on hover */
}

#primary-menu ul.sub-menu li {
    list-style: none;
    padding: 8px 15px;
    border-bottom: 1px solid #bdbdbd;
    transition: 0.4s all ease-in-out;
}

#primary-menu ul.sub-menu li:hover {
    background: #7d026c;
}

#primary-menu ul.sub-menu li:hover a {
    color: #fff;
}

#primary-menu ul.sub-menu li a {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
}

#primary-menu .current_page_item a {
    color: #7d026c;
}

.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    width: 30px; /* Width of hamburger icon */
    height: 30px; /* Height of hamburger icon */
}

.line {
    height: 3px; /* Height of each line */
    background-color: black; /* Color of lines */
    margin: 4px 0; /* Spacing between lines */
    transition: all 0.3s ease; /* Smooth transition for effects */
}


/*---------- Header Menu CLose ----------*/

.frontpage-banner {
    position: relative;
    overflow: hidden;
}

#bannerCarousel {
    position: relative;
    height: 100vh;
}

#bannerCarousel .carousel-item {
    position: relative;
    height: 100%;
}

#bannerCarousel .carousel-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#bannerCarousel .carousel-inner {
    height: 100%;
}

#bannerCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerCarousel-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate3d(-50%, -35%, 0);
    z-index: 99;
    text-align: center;
}

.bannerCarousel-content h1 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    margin-bottom: 15px;
}

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

.bannerCarousel-content h1,
.bannerCarousel-content p {
    color: #fff;
}

#bannerCarousel .carousel-control-next,
#bannerCarousel .carousel-control-prev {
    z-index: 99999;
    font-size: 22px;
}

.banner-curve-bg {
    position: absolute;
    bottom: -210px;
    width: 100%;
    height: auto;
    z-index: 99;
}

.homepage-about {
    position: relative;
}

.frontbanner-square-box {
    position: absolute;
    width: 100%;
    bottom: -10px;
}

.frontbanner-square-box-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
}

span.square-box-left-one {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 170px;
    background: #b30392;
    box-shadow: 8px 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    z-index: 1;
}

span.square-box-left-two {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    background: #8d0277;
    border-radius: 6px;
    left: -15px;
    z-index: 1;
}

span.square-box-right-one {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 170px;
    background: #e3aad5;
    box-shadow: -8px 0 15px rgba(0, 0, 0, 0.5);;
    border-radius: 6px;
    z-index: 1;
}

span.square-box-right-two {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    background: #e4a9d5;
    border-radius: 6px;
    right: -15px;
    z-index: 1;
}

.homepage-about {
    position: relative;
    padding: 80px 0 20px 0;
}

.frontpage-about-content {
    display: flex;
    justify-content: space-between;
}

.frontpage-about-content-left {
    flex: 0 0 40%;
}

.frontpage-about-content-left h2 {
    line-height: 1.3;
    font-size: 2.2rem;
}

.frontpage-about-content-right {
    flex: 0 0 50%;
}

.frontpage-about-content-right p {
    margin-bottom: 15px;
}

.frontpage-about-image-wrapper {
    display: flex;
    justify-content: center; /* Centers the blocks horizontally */
    margin-top: 70px;
    position: relative; /* Ensure overlapping works smoothly */
}

.frontpage-about-image-block {
    flex: 1;
    position: relative; /* To manage overlapping */
    border-radius: 18px;
    overflow: hidden;
}

.frontpage-about-image-block:first-child {
    border-bottom-left-radius: 0;
}

.frontpage-about-image-block:nth-child(3) {
    border-bottom-right-radius: 0;
}

.frontpage-about-image-block img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Center image scaling */
.frontpage-about-image-block:nth-child(2) {
    transform: scale(1.1);
    z-index: 10;
    position: relative;
    top: 15px;
    box-shadow: -4px 5px 26px -12px rgba(0, 0, 0, .3);
}

/* Optional: Add a smooth transition effect */
.frontpage-about-image-block:nth-child(2) img {
    transition: transform 0.3s ease-in-out; /* Smooth transition for scaling */
}

/* Overlap the center image slightly over the side images */
.frontpage-about-image-block:first-child,
.frontpage-about-image-block:nth-child(3) {
    transform: translateY(20px); /* Adjusts to give an overlap effect */
}

.frontpage-service-wrapper {
    background: #6c014f;
    padding: 90px 0 70px 0;
}

.front-service-heading {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, .3);
    padding: 40px 0;
    border-radius: 18px;
    margin-bottom: 30px;
}

.front-service-heading h2 {
    color: #fff;
    line-height: 1.3;
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.front-service-heading p {
    color: #fff;
}

.front-service-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fron-service-block {
    flex: 0 0 25%;
    padding: 30px;
    margin: 10px 0;
    text-align: center;
    transition: 0.4s all ease-in-out;
}

.fron-service-block img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    box-shadow: -4px 5px 26px -12px rgba(0, 0, 0, .7);
    margin-bottom: 10px;
}

.fron-service-block h3 {
    color: #ffa9ea;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

.fron-service-block p {
    color: #f6f6f6;
    font-size: 15px;
    line-height: 1.6;
    margin: 5px 0 10px 0;
    min-height: auto;
    opacity: 0.6;
    transition: 0.4s all ease-in-out;
}

.fron-service-block:hover p {
    color: #fff;
    opacity: 1;
    transition: 0.4s all ease-in-out;
}

.aks-calltoaction {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background-image: url('http://aks.prabhavanait.com/wp-content/uploads/2024/10/aks-calltoaction.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 -10px 15px rgba(42, 2, 31, 0.4);
    text-align: center;
}

.aks-calltoaction:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: linear-gradient(
            325deg,
            hsl(311, 97%, 36%),
            hsl(315, 52%, 78%)
    );
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.aks-calltoaction .container {
    position: relative;
    z-index: 66;
}

.aks-calltoaction h2 {
    color: #fff;
    line-height: 1.6;
}

.frontpage-testimonial-wrapper {
    position: relative;
    padding: 90px 0;
}

.front-testimonial-heading {
    position: relative;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.front-testimonial-heading h2 {
    line-height: 1.3;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.front-testimonial-block {
    text-align: center;
}

.testimonial-client-top {
    position: relative;
    width: 70%;
    margin: 0 auto;
    border: 5px solid #ffa9ea;
    border-radius: 8px;
    box-shadow: -4px 5px 26px -12px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.testimonial-client-top img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.testimonial-client-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffa9ea;
    color: #fff;
    padding: 5px 0 0 0;
}

.testimonial-client-name h3 {
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #6c014f;
}

.testimonial-client-content {
    font-size: 14px;
    line-height: 23px;
    margin-top: 20px;
}

.site-footer {
    background: #51215d;
    padding: 70px 0 0 0;
}

.footer-branch-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-branch-list {
    position: relative;
    width: 91%;
}

.footer-branch-list ul {
    margin: 0;
    padding: 0;
}

.footer-branch-list ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 1px;
    line-height: 24px;
}

.footer4-img__wrapper {
    display: flex;
    gap: 12px;
    justify-content: start;
}

.footer4-img__wrapper img {
    border-radius: 13px;
    height: 140px;
    object-fit: contain;
    width: 140px;
}

.footer-branch-list ul li .fa-solid {
    margin-right: 5px;
}

.footer-branch-list ul li a {
    color: #fff;
}

.footer-branch-list ul li a:hover {
    text-decoration: underline;
}

.footer-link-wrapper {
    position: relative;
}

.footer-bottom-wrapper {
    padding: 10px 0;
    background: #b30392;
    margin-top: 70px;
}

.footer-poweredtext {
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.footer-poweredtext a {
    color: #fff;
    opacity: 0.8;
    transition: 0.4s all ease-in-out;
}

.footer-poweredtext a:hover {
    text-decoration: none;
    opacity: 1;
    transition: 0.4s all ease-in-out;
}

.menu-footer-menu-container ul {
    margin: 0;
    padding: 0;
}

.menu-footer-menu-container ul li {
    list-style: none;
}

.menu-footer-menu-container ul li a {
    color: #fff;
    opacity: 0.8;
    transition: 0.4s all ease-in-out;
}

.menu-footer-menu-container ul li a:hover {
    opacity: 1;
    transition: 0.4s all ease-in-out;
}

.footer-copyright-text {
    font-size: 12px;
    color: #000;
}
.footer-item-single:nth-child(3){
    margin-left: 32px;
}
.footer-items__wrapper{
    display: flex;
    gap: 24px;
}
.footer-item-single{
    width: calc((100% - 72px)/4);
}


.btn-primary {
    color: #fff;
    min-width: 180px;
    display: inline-block;
    background: #b20592;
    padding: 10px 15px;
    border-radius: 24px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 28px 32px #6c6d711a, 0 4px 8px #6c6d710d, 0 8px 16px #6c6d710d;
    transition: 0.4s all ease-in-out;
}

.btn-primary:hover {
    box-shadow: none;
    transition: 0.4s all ease-in-out;
    background: #51215d;
}

.btn-primary:focus,
.btn-primary:visited {
    color: #fff;
}


/*about template css starts*/

.about-us {
    padding: 80px 0;
}

.about-us__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 48px;
}

.about-us__left {
    width: calc((100% - 48px) / 2);
}

.about-us__right {
    width: calc((100% - 48px) / 2);
}

.about-us__lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 32px;
}

.about-us__lists li {
    padding: 4px 0;
}

.about-us__lists li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 20.42L2.79 14.21L5.62 11.38L9 14.77L18.88 4.88L21.71 7.71L9 20.42Z' fill='%237D026C'/%3E%3C/svg%3E%0A");
    content: "";
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

.about-us__title {
    margin: 16px 0;
}
.about-us__bottom{
    padding: 80px 0;

}
.about-us__bottom h2{
    margin-bottom: 24px;
}

.section-tagline {
    color: #7d026c;
    font-weight: 600;
}

.about-features{
    background: #eee;
    padding: 80px 0;}

.about-features__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: start;
}

.about-features h2 {
    text-align: center;
    margin-bottom: 36px;
}

.about-feature__item {
    width: calc((100% - 108px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-feature__item img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.about-feature__title {
    margin: 16px 0;
}

.about-fetaure__desc {
    text-align: center;
}

.about-features {
    padding: 40px 0;
}

/*contact template css starts*/
.contact-info__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    margin-top: 24px;
}

.contact-info__title {
    font-size: 20px;
    margin: 12px 0;
    font-weight: 500;
}

.contact-info-form__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 48px;
    padding-top: 100px;
}
.contact-info__item{
    display: flex;
    width: calc((100% - 96px)/3);
    gap: 12px;
    align-items: center;
}
.contact-info-imgtitle__wrapper{
    display: flex;
    gap: 12px;
    align-items: center;
}
.contact-info-imgtitle__wrapper img{
    height: 30px;
}

.contact-info__outside:first-child{
    margin-top: 0;
}

.contact-info__outside{
    margin-top: 48px;
}

.contact-info-item__content {
    align-content: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: calc((100% - 12px)/2);
}
.contact-info__qr{
    width: calc((100% - 12px)/2);
}
.contact-info__qr img {
    width: 80px;
}

.contact-info {
    padding: 60px 0;
}

.contact-form {
    padding: 40px;
    width: calc(50% - 24px);
}
.google-maps{
    width: calc(50% - 24px);

}

.content-width {
    max-width: 720px;
    margin: 0 auto;
}

/*contact templates css ends*/

/*breadcrumbs css starts*/
.breadcrumbs {
    position: relative;
}

.breadcrumbs:before {
    content: "";
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.breadcrumbs img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.breadcrumbs h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*breadcrumbs css ends*/

@media screen and (max-width: 767px) {

}


/* Gallery */
.custom-gallery {
    display: flex;
    flex-wrap: wrap;
}

.custom-gallery img {
    width: 18.33%;
    object-fit: cover;
    margin: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.custom-gallery img:hover {
    transform: scale(1.1);
}

/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
}

#popup-img {
    width: 100%;
    height: 85vh;
    display: block;
    margin: auto;
}

/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 30px;
    padding: 16px;
    cursor: pointer;
    z-index: 1;
}

.prev {
    left: 10px;
    transform: translateY(-50%);
}

.next {
    right: 10px;
    transform: translateY(-50%);
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.close:hover {
    color: white;
}

/*packages css starts*/
.packages__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.packages-lists {
    width: calc((100% - 48px) / 2);
}

.packages__lists--2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    grid-auto-rows: 36px;
}


.packages-images__wrapper {
    width: calc((100% - 48px) / 2);
}

.packages {
    padding: 60px 0;
}

/*packages css ends*/

/*owl carousel styling*/

.main-carousel {
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item {
    height: 100px;
    width: 150px;
    overflow: hidden;
}

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

.packages:nth-child(even) .packages__wrapper {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {



    .frontpage-about-content {
        flex-direction: column;
    }

    .frontpage-about-image-wrapper {
        flex-direction: column;
        gap: 36px;
    }
    .content-width{
        max-width: 85%;
    }
    .frontpage-about-content-left h2{
        font-size: 30px;
    }
    .homepage-about{
        padding: 40px 0 20px 0;
    }
    .front-service-heading{
        padding: 0;
    }
    .front-service-list-wrapper{
        flex-direction: column;
    }
    .fron-service-block{
        padding: 0;
    }
    .aks-calltoaction h2{
        font-size: 18px;
    }
    .aks-calltoaction{
        padding: 40px 0;
    }
    .frontpage-testimonial-wrapper{
        padding: 40px 0;

    }
    .front-testimonial-heading h2{
        font-size: 30px;
    }
    .front-testimonial-heading{
        width: 100%;
    }
    .front-testimonial-block-wrapper{
        gap: 24px;
        flex-direction: column;
    }
    .about-us{
        padding: 40px 0;
    }
    .about-features__wrapper{
        flex-direction: column;
    }
    .about-feature__item{
        width: 100%
    }
    .footer-items__wrapper{
        flex-direction: column;
    }
    .footer-item-single{
        width:100%
    }
    .about-us__bottom{
        padding: 40px 0;
    }
    .footer-item-single:nth-child(3) {
        margin-left: 0;
    }
    .contact-form{
        width: 100%;
    }
    .google-maps{
        width: 100%
    }

    .contact-info__qr img {
        width: 110px;
    }
    .contact-form{
        padding: 0;
    }
    .breadcrumbs h1{
        font-size: 32px;
    }
    .breadcrumbs img {
        height: 160px;
    }
    .main-carousel{
        min-height: 260px;
    }

    .packages__lists--2col{
        grid-template-columns: 1fr;
    }
    }
@media (max-width: 992px) {
    .custom-gallery img{
        object-fit: contain;
    }
    #popup-img{
        height: auto;
    }
    .footer-item-single {
        width: calc((100% - 24px)/2);
    }
    .footer-items__wrapper{
        flex-wrap: wrap;
    }
    .footer-item-single:nth-child(3) {
        margin-left: 0;
    }

    #bannerCarousel {
        height: 50vh !important;
    }

    .bannerCarousel-content h1 {
        font-size: 30px;
    }

    .bannerCarousel-content {
        width: 90%;
    }


    #primary-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: white; /* Background color for menu */
        top: 50px; /* Adjust based on your header height */
        left: 0;
        right: 0;
    }

    #primary-menu.open {
        display: flex; /* Show menu when open */
        height: 100vh;
    }

    #primary-menu .sub-menu {
        display: none; /* Hide submenus in mobile view */
        flex-direction: column; /* Stack submenu items vertically */
        width: 100%; /* Full width of the parent */
    }

    #primary-menu > li.open .sub-menu {
        display: flex; /* Show submenu when parent is open */
    }

    .hamburger {
        display: flex; /* Show hamburger icon */
    }

    .hamburger.open .line:nth-child(1) {
        transform: translateY(7px) rotate(45deg); /* Rotate first line */
    }

    .hamburger.open .line:nth-child(2) {
        opacity: 0; /* Hide second line */
    }

    .hamburger.open .line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg); /* Rotate third line */
    }

    .header-menu {
        position: static;
        width: 100%;
        left: 0;
        padding: 0 40px;
        top: 30px;
    }

    #primary-menu > li {
        padding: 16px 0px;
    }

    .header-logo {
        height: auto;
        width: 80px;
    }

    span.square-box-left-one,
    span.square-box-left-two,
    span.square-box-right-one,
    span.square-box-right-two {
        display: none !important;
    }
    .about-us__wrapper{
        flex-direction: column;
        gap: 24px;
    }
    .about-us__left,
    .about-us__right{
        width: 100%;
    }
    .packages:nth-child(2n) .packages__wrapper{
        flex-direction: column-reverse;
    }
    .packages__wrapper{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .packages-images__wrapper,
    .package-list__wrapper{
        width: 100%;
    }

    .packages__title{
        font-size: 32px;
    }
    .contact-info__wrapper{
        flex-direction: column;
    }

    .contact-info__item{
        width: 100%
    }
    .contact-info-form__wrapper{
        flex-direction: column-reverse;
    }
}

.full-content {
    display: none;
}
