/*====================== Global style start =================*/
html{
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  background: #010101;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
}
a:focus, a:hover {
  color: #23527c;
  text-decoration: none;
}
.btn{
  font-size: 16px;
}
 @media (min-width: 1200px) {
  .container {
    width: 1450px;
    padding: 0 15px;
  }
  
} 
.main_section{
  padding: 50px 0;
}
@media(max-width: 1199px){ 
  .main_section {
    padding: 40px 0;
  }
  .narrow-container{
    width: 950px;
    margin: 0 auto;
  }
}
@media(max-width: 991px){ 
  .main_section {
    padding: 30px 0;
  }
}
@media(max-width: 767px){ 
  .main_section {
    padding: 20px 0;
  }
}


/*====================== hero-with-header =================*/
.logo img {
  width: 100%;
}
.header-top-main {
  padding: 25px 0;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header-top-right img {
  width: 100%;
}
.menu-list {
  background-color: #F3D39A;
  padding: 16px 0;
}
.menu-list ul {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 0;
}
.menu-list .container{
  display: flex;
  justify-content: center;
}
.menu-list ul li{
  color: #111;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  list-style-type: none;
}
.hero-image img{
  width: 100%;
}
section.main_section.hero-with-header {
  padding-top: 0;
}
@media (max-width: 767px) {
 
  .menu-list ul{
    white-space: nowrap;
    overflow-x: auto;
  }
  .menu-list {
    padding: 12px 0;
}
}
/*====================== image-with-text =================*/
.image-with-text-main {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.common-title {
  color: #F3D39A;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.9px;
  margin-bottom: 25px;
}
.image-with-text-content p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
}
.image-with-text-content {
  background-image: url("../images/bg-common.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 200px;
  max-width: 50%;
}
.image-with-text-image{
  width: 50%;
}
.image-with-text-image img {
  width: 100%;
}
.image-with-text-image {
  position: relative;
  overflow: hidden; /* Prevent the image from going outside the div */
  display: inline-block;
}

.image-with-text-image img {
  transition: transform 0.5s ease; /* Smooth transition for scaling */
  width: 100%; /* Ensure the image fits the container */
  height: auto;
  border-radius: 10px;
}

.image-with-text-image:hover img {
  transform: scale(1.1); /* Scale the image slightly on hover */
  border-radius: 10px;
}
.image-with-text-second .image-with-text-content{
  background-position: center !important;
}
.image-with-text-second .image-with-text-content .btn {
  border-radius: 5px;
  background: #F3D39A;
  padding: 8px 35px;
  color: #111;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .image-with-text-main {
    flex-direction: column;
    text-align: center;
  }
  .common-title {
    font-size: 32px;
    line-height: 40px;
  }
  .image-with-text-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .image-with-text-image img {
    width: 100%;
    height: auto;
  }
  .image-with-text-image {
    width: 100%;
}
  .image-with-text-content {
    max-width: 100%;
  }
}

/* Small Tablet: max-width 767px */
@media (max-width: 767px) {
  .common-title {
    font-size: 28px;
    line-height: 36px;
  }
  .image-with-text-content p {
    font-size: 15px;
    line-height: 26px;
  }
  .image-with-text-main {
    gap: 20px;
  }
  .image-with-text-image img {
    width: 90%;
  }
}

/* Mobile: max-width 543px */
@media (max-width: 543px) {
  .common-title {
    font-size: 24px;
    line-height: 32px;
  }
  .image-with-text-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .image-with-text-image img {
    width: 100%;
  }
  .image-with-text-content {
    background-size: 150px;
  }
}
/*====================== our-mission =================*/
.our-mission-wrapper{
  border-radius: 10px;
  border: 1px solid #FCF3E3;
  background: #FEFBF5;
  padding: 45px 100px;
  text-align: center;
}
.our-mission-wrap .common-title{
  color: #111;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px; 
  letter-spacing: 0.9px;
  margin-top: 0;
  margin-bottom: 10px;
}
.our-mission-wrap span{
  color: #111;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px; 
  letter-spacing: 0.5px;
}
.our-mission-wrap p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.6px;
  max-width: 90%;
  margin: 15px auto 0;
}
.our-mission-wrap-main {
  margin-top: 40px;
}
.our-mission-wrap-main span{
  color: #111;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.our-mission-box{
  border-radius: 10px;
  border: 1px solid #FCF3E3;
  background: #FFF;
  background-image: url("../images/bg-common.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  padding: 20px 35px;
}
.our-mission-box span{
  color: #111;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.414px;
}
.our-mission-box p{
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.54px;
}
.our-mission-box-main {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.our-mission-box span{
  padding-bottom: 10px;
  display: block;
}
.our-mission-box p {
  margin: 0;
}

/* Base Desktop Styles (already provided) */

/* Tablet: max-width 991px */
@media (max-width: 991px) {
  .our-mission-wrapper {
    padding: 20px 15px;
  }
  .our-mission-wrap .common-title {
    font-size: 30px;
    line-height: 40px;
  }
  .our-mission-wrap span {
    font-size: 22px;
    line-height: 28px;
  }
  .our-mission-wrap p {
    font-size: 14px;
    line-height: 26px;
    max-width: 100%;
  }
  .our-mission-box-main {
    gap: 20px;
  }
  .our-mission-box {
    padding: 15px 20px;
    background-size: 100px;
  }
}

/* Small Tablet: max-width 767px */
@media (max-width: 767px) {
  .our-mission-wrapper {
    padding: 20px;
  }
  .our-mission-wrap .common-title {
    font-size: 26px;
    line-height: 35px;
  }
  .our-mission-wrap span {
    font-size: 20px;
  }
  .our-mission-wrap p {
    font-size: 13px;
    line-height: 24px;
  }
  .our-mission-box-main {
    flex-direction: column;
  }
  .our-mission-box {
    padding: 15px;
    background-size: 80px;
  }
}

/* Mobile: max-width 543px */
@media (max-width: 543px) {
  .our-mission-wrapper {
    padding: 15px;
  }
  .our-mission-wrap .common-title {
    font-size: 22px;
    line-height: 30px;
  }
  .our-mission-wrap span {
    font-size: 18px;
  }
  .our-mission-wrap p {
    font-size: 12px;
    line-height: 22px;
  }
  .our-mission-box-main {
    flex-direction: column;
    gap: 15px;
  }
  .our-mission-box {
    padding: 10px;
    background-size: 60px;
  }
}

/*====================== bar-package=================*/


.bar-packages {
  background-image: url("../images/package-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 20px;
  margin: 50px 0;
}

.bar-packages .common-title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.9px;
  text-align: center;
  margin-top: 0;
}

.packages {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
}

.package {
  background-color: white;
  color: black;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
  max-width: calc(25% - 10px);
}
.package {
  background-image: url("../images/package-card.png");
  background-size: cover;
  background-position: center;
  background-size: 270px;
  background-repeat: no-repeat;
}
.package-inner-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
}
.package h3 {
  color: white;
  padding: 10px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0;
  border-radius: 10px 10px 0 0;
}

.classic h3 {
  background-color: #3b53ff;
}

.platinum h3 {
  background-color: #ffcc00;
}

.premium h3 {
  background-color: #33cc99;
}

.bespoke h3 {
  background-color: #ff3366;
}

.package ul {
  list-style-type: none;
  padding: 30px 35px;
  text-align: left;
}

.package ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  color: #111;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: left;
}
.package p {
  padding: 0px 35px;
}
.package p {
  margin: 30px 0;
  color: #111;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: left;
}
.package ul strong {
  color: #111;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  padding-bottom: 15px;
}
.package ul li::before {
  content: "✔";
  color: green;
  margin-right: 10px;
}

.package a {
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  background: #4CAF50;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.package button:hover {
  background-color: #28a745;
}

.additional-info {
  margin-top: 60px;
  text-align: left;
  }

.additional-info ul li p {
  margin: 5px 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.54px;
  margin-bottom: 15px;
}
.additional-info .highlight{
  color: #F3D39A;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; 
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.additional-info ul {
  padding-left: 40px;
}
/* Base Desktop Styles (already provided) */
@media (max-width: 1199px){
  .package ul{
    padding: 20px;
  }
  
  .package {
    max-width: calc(50% - 10px);
    width: 100%;
}
}
/* Tablet: max-width 991px */
@media (max-width: 991px) {
  .bar-packages {
    padding: 60px 0 20px;
  }
  .bar-packages .common-title {
    font-size: 30px;
    line-height: 40px;
  }
  
  .package {
    padding-bottom: 30px;
  }
  .package h3 {
    font-size: 22px;
  }
  .package ul {
    padding: 20px;
  }
  .package ul li {
    font-size: 14px;
  }
  .package button {
    font-size: 15px;
  }
  .additional-info {
    margin-top: 50px;
  }
  .additional-info ul li p {
    font-size: 14px;
  }
  .package{
    max-width: calc(50% - 10px);
  }
}

/* Small Tablet: max-width 767px */
@media (max-width: 767px) {
  .bar-packages {
    padding: 50px 0 20px;
  }
  .bar-packages .common-title {
    font-size: 28px;
  }
  .package {
    padding-bottom: 25px;
    height: 100%;
  }
  .package h3 {
    font-size: 20px;
  }
  .package ul {
    padding: 15px;
  }
  .package ul li {
    font-size: 13px;
  }
  .package button {
    font-size: 14px;
  }
  .additional-info ul li p {
    font-size: 13px;
  }
  .package {
    max-width: 100%;
}
.additional-info ul {
  padding-left: 20px;
}
}

/* Mobile: max-width 543px */
@media (max-width: 543px) {
  .bar-packages {
    padding: 40px 0 20px;
    margin: 0;
  }
  .bar-packages .common-title {
    font-size: 24px;
  }
  .packages {
    gap: 15px;
  }
  .package {
    padding-bottom: 20px;
  }
  .package h3 {
    font-size: 18px;
  }
  .package ul {
    padding: 10px;
  }
  .package ul li {
    font-size: 12px;
  }
  .package button {
    font-size: 13px;
  }
  .additional-info ul li p {
    font-size: 12px;
  }
  .additional-info .highlight {
    font-size: 18px;
  }
 
}


/*====================== Our Team=================*/

.alternative-container{
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
.our-team-wrapp .common-title {
  margin: 0 0 15px;
}
.our-team-wrapp .sub-text{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 20px 0;
}
.our-team-wrapp p{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  letter-spacing: 0.6px;
  margin: 15px 0 40px;
}
.co-founder-cards .card {
  position: relative;
  overflow: hidden; /* Prevent the image from going outside the card */
  display: inline-block;
  width: 100%; /* Ensure the card takes up the available width */
}

.co-founder-cards .card-img {
  width: 100%; /* Ensure the image fits within the card */
  height: auto;
  transition: transform 0.5s ease; /* Smooth transition for the scale effect */
}

.co-founder-cards .card:hover .card-img {
  transform: scale(1.1); /* Scale the image slightly on hover */
}
.co-founder-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  
}

.card {
  position: relative;
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.card-img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  display: block;
}
.card-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.00) 58.32%, #111 100%);
}

.card-overlay h5 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.075px;
  text-transform: uppercase;
}

.card-overlay h2 {
  margin: 10px 0 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 3px;
}

.whatsapp-link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 5px;
  background: #4CAF50;
  padding: 7px 5px;
}
.card-content a:hover{
  color: #fff;
}
.whatsapp-link img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
/* Base Desktop Styles (already provided) */

/* Tablet: max-width 991px */
@media (max-width: 991px) {
  .alternative-container {
    padding: 20px;
  }
  .our-team-wrapp .common-title {
    font-size: 28px;
  }
  .our-team-wrapp .sub-text {
    font-size: 20px;
  }
  .our-team-wrapp p {
    font-size: 14px;
  }
  .co-founder-cards {
    flex-direction: column;
    gap: 20px;
  }
  .card {
    width: 100%;
  }
}

/* Small Tablet: max-width 767px */
@media (max-width: 767px) {
  .alternative-container {
    padding: 15px;
  }
  .our-team-wrapp .common-title {
    font-size: 26px;
  }
  .our-team-wrapp .sub-text {
    font-size: 18px;
  }
  .our-team-wrapp p {
    font-size: 13px;
  }
  .co-founder-cards {
    flex-direction: column;
    gap: 15px;
  }
  .card {
    width: 100%;
  }
}

/* Mobile: max-width 543px */
@media (max-width: 543px) {
  .alternative-container {
    padding: 10px;
  }
  .our-team-wrapp .common-title {
    font-size: 24px;
  }
  .our-team-wrapp .sub-text {
    font-size: 16px;
  }
  .our-team-wrapp p {
    font-size: 12px;
  }
  .card-img {
    height: 300px; /* Adjusted height for mobile */
  }
  .card {
    width: 100%;
  }
  .card-content {
    flex-direction: column;
}
}

/*====================== why choose=================*/

.why_choose .common-title {
  text-align: center;
}

.why_choose .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 1px solid #FDF7EC;
  background: #FEFBF5;
  padding: 50px 130px;
  text-align: center;
  width: 100%;

}

.why_choose .image-box {
    position: relative;
    width: calc(40% - 20px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.why_choose .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.why_choose .image-box:hover img {
  transform: scale(1.1); /* Scale the image slightly on hover */
}

.why_choose .overlay-logo {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 50%;
}

.why_choose .overlay-logo img {
  width: 80px;
  height: 80px;
}

.why_choose .accordion {
  width: calc(60% - 20px);
}

.why_choose .accordion-item {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-right: 20px;
}

.why_choose .accordion-button {
  background: none;
  border: none;
  padding: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  color: #111;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  gap: 10px ;
}
.why_choose .accordion-button img{
  width: 28px;
}
.why_choose .accordion-content {
  display: none;
  padding: 15px;
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.6px;
  text-align: left;
}
.why_choose .accordion-content {
  display: none;
}
.why_choose .accordion-item.active .accordion-content {
  display: block;
  margin-left: 35px;
}

.why_choose .accordion-item.active .accordion-content {
  display: block;
}

.why_choose .accordion-button {
  background: url('../images/Vector.png') no-repeat right center;
  background-size: 14px; 
  padding-right: 30px; 
  border: none;
  outline: none;
  cursor: pointer;
}

.why_choose .accordion-item.active .accordion-button {
  background: url('../images/Vectorup.png') no-repeat right center; 
  background-size: 14px; 
}
/* Base Desktop Styles (already provided) */

/* Tablet: max-width 991px */
@media (max-width: 991px) {
  .why_choose .content-wrapper {
    padding: 30px 20px;
    flex-direction: column; /* Stack items vertically */
  }
  .why_choose .image-box {
    width: 100%; /* Full width on smaller screens */
    margin-bottom: 20px; /* Add space between image and accordion */
  }
  .why_choose .accordion {
    width: 100%; /* Full width on smaller screens */
  }
}

/* Small Tablet: max-width 767px */
@media (max-width: 767px) {
  .why_choose .common-title {
    font-size: 26px; /* Adjust title size */
    margin-top: 0;
  }
  .why_choose .accordion-button {
    font-size: 15px; /* Adjust button text size */
  }
  .why_choose .accordion-content {
    font-size: 13px; /* Adjust content text size */
  }
}

/* Mobile: max-width 543px */
@media (max-width: 543px) {
  .why_choose .common-title {
    font-size: 24px; /* Further adjust title size */
  }
  .why_choose .accordion-button {
    font-size: 14px; /* Further adjust button text size */
  }
  .why_choose .accordion-content {
    font-size: 12px; /* Further adjust content text size */
  }
  .why_choose .content-wrapper {
    padding: 20px 15px;
    flex-direction: column;
}
}


/*====================== Happy Customer=================*/

.happy_customer-bg {
  background-image: url("../images/customer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 20px;
}
.testimonials .common-title{
  color:#fff;
  margin-top: 0;
  text-align: center;
}
.customer-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.testimonial-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
  width: 100%;
}

.testimonial {
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #111;
  background-color: #fff;
  width: calc(33.33% - 20px);
}

.testimonial img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial h4 {
  margin-bottom: 15px;
  margin-top: 0;
  color: #111;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.6px;
}

.testimonial p {
  color: #222;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.stars {
  color: gold;
}
.view-all-btn{
  width: 100%;
}

.view-all {
  display: block;
  padding: 8px 35px;
  background-color: transparent;
  color: #F3D39A;
  text-decoration: none;
  border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F3D39A;
  max-width: fit-content;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 35px auto;
}
.view-all:hover{
  background: #F3D39A;
  color: #111;
  transition:3.s;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  background-image: url(../images/quotes.png);
  background-position: right;
  background-repeat: no-repeat;
}
.testimonial h3 {
  margin: 10px 0;
  color: #111;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.7px;
}
/* Base Desktop Styles (already provided) */

/* Tablet: max-width 991px */
@media (max-width: 991px) {
  .testimonial-container {
    flex-direction: column; /* Stack testimonials vertically */
    align-items: center; /* Center align testimonials */
  }
  .testimonial {
    width: 80%; /* Reduce width for smaller screens */
    margin-bottom: 20px; /* Add space between testimonials */
  }
}

/* Small Tablet: max-width 767px */
@media (max-width: 767px) {
  .testimonials .common-title {
    font-size: 26px; /* Adjust title size */
  }
  .testimonial h4 {
    font-size: 18px; /* Adjust name size */
  }
  .testimonial h3 {
    font-size: 17px; /* Adjust testimonial title size */
  }
  .testimonial p {
    font-size: 14px; /* Adjust testimonial text size */
  }
  .testimonial {
    width: 100%; 
  }
  .happy_customer-bg{
    padding: 40px 0 0; 
  }
  .view-all{
    margin: 15px auto;
  }
}

/* Mobile: max-width 543px */
@media (max-width: 543px) {
  .testimonials .common-title {
    font-size: 24px; /* Further adjust title size */
  }
  .testimonial h4 {
    font-size: 16px; /* Further adjust name size */
  }
  .testimonial h3 {
    font-size: 16px; /* Further adjust testimonial title size */
  }
  .testimonial p {
    font-size: 13px; /* Further adjust testimonial text size */
  }
  .view-all {
    padding: 6px 25px; /* Adjust button padding */
    font-size: 14px; /* Adjust button text size */
  }
}

/*====================== Faq Section=================*/


.accordion-container {
  position: relative;
  max-width: 1270px;
  margin: 10px auto;
  padding: 0 15px;
}
.accordion-container > h2 {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.set {
  width: 100%;
  background-color: transparent;
  margin-bottom: 20px;
}
.set > .toggle {
  padding: 10px 15px 30px;
  cursor: pointer;
  border-bottom: 1px solid #3D3526;
  transition: all 0.2s linear;
  color: #FFF;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.set > .toggle i {
  float: right;
  margin-top: 2px;
}
.set > .toggle.active {
  border-radius: 10px;
  background: #F3D39A;
  color: #111;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 20px 15px;
}
.content {
  background-color: transparent;
  border-bottom: 1px solid #3D3526;
  display: none;
}
.set:last-child .content {
  border-bottom: none; 
}
.content p {
  padding: 15px 15px 30px;
  margin: 0;
  color: #EEE;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.6px;
}
.accordion-container .content ul {
  padding-left: 35px;
  margin-bottom: 0;
}
.including.content p:last-of-type {
  padding-bottom: 30px; /* Apply bottom margin only to the second paragraph */
}
.including.content p:first-of-type {
  padding-bottom: 15px; /* Remove bottom margin for the first paragraph */
}
@media (max-width: 991px) {
  
  .set > .toggle {
    padding: 8px 12px 25px;
    font-size: 16px;
  }
  .content p {
    padding: 12px 12px 25px;
    font-size: 14px;
  }
}

/* Responsive styles for 767px */
@media (max-width: 767px) {
 
  .set > .toggle {
    padding: 7px 10px 20px;
    font-size: 15px;
  }
  .content p {
    padding: 10px 10px 20px;
    font-size: 13px;
  }
  
}

/* Responsive styles for 543px */
@media (max-width: 543px) {
  
  .set > .toggle {
    padding: 5px 8px 18px;
    font-size: 14px;
    line-height: 24px;
  }
  .content p {
    padding: 8px 8px 18px;
    font-size: 12px;
    line-height: 22px;
  }
  .set > .toggle.active{
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
  }
}
/*====================== gallery Section=================*/


.gallery-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  
}
.gallery-wrap img {
  
  width: 100%;
  transition: transform 0.5s ease;
}
.gallery-wrap-inner{
  position: relative;
  overflow: hidden;
  max-width: calc(25% - 20px);
}
.gallery-wrap-inner:hover img {
  transform: scale(1.1); 
}
.gallery-wrapper .common-title{
  text-align: center;
}


/* Tablet: max-width 991px */
@media (max-width: 991px) {
  .gallery-wrap-inner {
    max-width: calc(33.33% - 20px); /* 3 images per row */
  }
}

/* Small Tablet: max-width 767px */
@media (max-width: 767px) {
  .gallery-wrap-inner{
    max-width: calc(50% - 20px); /* 2 images per row */
  }
  .gallery-wrap{
    padding: 0 10px;
  }
}

/* Mobile: max-width 543px */
@media (max-width: 543px) {
  .gallery-wrap-inner {
    max-width: 100%; /* 1 image per row */
  }
  .common-title{
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }
}

/*====================== footer=================*/

.footer-wrap ul li {
  margin: 0 10px;
}
.footer-wrap ul {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 60%;
  margin: 35px auto;
}
.footer-wrap ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-wrapper{
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 0;
  text-align: center;
}
.copyright-wrapper{
  border-top: 1px solid #343434;
}
.copyright {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  color: #F3D39A;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  align-items: center;
  gap: 10px;
}
.copyright a{
  color: #F3D39A;
}
@media (max-width: 543px) {
  .copyright{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
