
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    scroll-behavior: smooth;
}






.video-section {
  text-align: center;
  padding: 40px 20px;
}

.video-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.video-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.mute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mute-btn:hover {
  background: rgba(0,0,0,0.7);
}



/* صندوق القسم الكامل */
.info-box {
  position: relative;
  height: auto;
  overflow: hidden;
  direction: rtl;
}

/* الخلفية كصورة */
.bg-image {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* الطبقة الزرقاء الشفافة */
.overlay-box {
  position: relative;
  background-color: rgba(0, 51, 102, 0.6);
  display: flex;
  justify-content: flex-start; /* لعرض الصندوق في اليسار */
  align-items: center;
  padding: 50px 5%;
  z-index: 2;
  flex-wrap: wrap;
  min-height: 400px;
}

/* الصندوق الأبيض */
.content-box {
  background-color: white;
  color: #222;
  padding: 30px 25px;
  border-radius: 10px;
  max-width: 550px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Tajawal', sans-serif;
  z-index: 3;
  font-weight: 900;
}

/* العناوين */
.content-box h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #003366;
  letter-spacing: 1px;
}

.content-box h3 {
  font-size: 22px;
    color: #368a59;
  margin-bottom: 15px;
}

/* الفقرات */
.content-box p {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 10px;
  color: #333;
}

/* استجابة للجوال */
@media (max-width: 768px) {
  .overlay-box {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }

  .content-box {
    max-width: 100%;
    text-align: center;
  }
}



/* hero section */

.hero-section{
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 4rem;
    padding-top: 180px;
}

.hero-section .left{
    width: 50%;
}

.hero-section .left h1{
    font-size: 42px;
}

.hero-section .left p{
    font-size: 18px;
    color: #888;
    padding-block: 20px;
}

.hero-section .left a{
    font-weight: 600;
}

.btn{
    background:#0d6145 ;
    padding: 12px 30px;
    display: inline-block;
    transition: 0.4s;
    cursor: pointer;
}

.btn:hover{
    background: #0d6145;
}

.hero-section .right{
    width: 50%;
}

.hero-section .right img{
    width: 100%;
}


/* menu Section */

#menuSection{
  padding:41px 4rem ;
    color: #25473c;
}

#menuSection h2{
    text-align: center;
    font-size: 42px;
}

.menu-container{
     padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:45px ;
    flex-direction: row-reverse;
    flex-wrap: wrap;

}

.menu-item{
    width: 320px;
    background: #fff;
    padding: 20px;
      background-color: #236954;
  left: 147px;
  top: -955px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}


.menu-item2{
    width: 320px;
    background: #fff;
    padding: 20px;
   background-color: #7c7d7e;
  left: -179px;
  top: -1407px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}


.menu-item3{
    width: 320px;
    background: #fff;
    padding: 20px;
  background-color: rgb(80, 125, 156);
  left: -500px;
  top: -1860px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}


.menu-item4{
    width: 320px;
    background: #fff;
    padding: 20px;
  background-color: #bbc3cb;
  left: -820px;
  top: -2315px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}


.menu-item5{
    width: 320px;
    background: #fff;
    padding: 20px;
    background-color: #7c9ca6;
  left: -10px;
  top: -2510px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}



.menu-item6{
    width: 320px;
    background: #fff;
    padding: 20px;
    background-color:#39626f ;
  left: -349px;
  top: -2966px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}


.menu-item7{
    width: 320px;
    background: #fff;
    padding: 20px;
  background-color: #ffffff;
  left: -677px; 
  top: -3420px;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}


.menu-item h4{
    padding-block: 15px;
      color: #473c3c7d;
  font-size: 19px;
}



.menu-item2 h4{
  padding-block: 15px;
      color: #473c3c7d;
  font-size: 19px;
}



.menu-item3 h4{
  padding-block: 15px;
     color: #473c3c7d;
  font-size: 19px;
}



.menu-item4 h4{
  padding-block: 15px;
   color: #473c3c7d;
  font-size: 19px;
}




.menu-item5 h4{
  padding-block: 15px;
     color: #473c3c7d;
  font-size: 19px;
}



.menu-item6 h4{
  padding-block: 15px;
  color: #473c3c7d;
  font-size: 19px;
}




.menu-item7 h4{
  padding-block: 15px;
    color: #473c3c7d;
  font-size: 19px;
}



.cards  p.tip {
    font-size: 20;
    font-weight: 700;
    color: #000000 ;
}


.cards  p.second-text {
    font-size: 16;
    color: #0b281b;
    text-align: center;
    top: 30px;
}


.cards .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 400ms;
    height: 200px;
}


.wide-image-section img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}





/* trending food section */

#trendSection{
    padding: 100px 4rem;
    
}

#trendSection h2{
    font-size: 28px;
    text-align: center;
        color: black;
}

.line2 {
font-size: 19px;
    text-align: center;
    color: #042b3d;
        font-family: ui-monospace;
    font-weight: 700;
}


.staff-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center; /* يوسّط كل الصفوف */
  max-width: 1200px;
  margin: 0 auto;
}

.staff-box {
  flex: 0 1 calc(20% - 25px); /* 5 عناصر في الصف الأول */
}

.staff-box:nth-child(n+6) {
  flex: 0 1 calc(20% - 25px); /* نفس العرض، لكن سيتم توسيطها تلقائياً */
}
.staff-grid .staff-box:nth-child(7) {
  grid-column: 3;
}
.staff-grid .staff-box:nth-child(8) {
  grid-column: 4;
}
.staff-grid .staff-box:nth-child(9) {
  grid-column: 5;
}

.staff-box {
  background: #ffffff5e;
  color: #000;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.staff-box:hover {
  transform: translateY(-5px);
}

.staff-img {
  width:97px ;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.staff-box h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0b214a;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.icons img {
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: transform 0.3s;
}

.icons img:hover {
  transform: scale(1.2);
}

/* الجوال */
@media (max-width: 768px) {
  .staff-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .staff-grid .staff-box:nth-child(6),
  .staff-grid .staff-box:nth-child(7),
  .staff-grid .staff-box:nth-child(8),
  .staff-grid .staff-box:nth-child(9) {
    grid-column: auto;
  }
}

.staf-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 900;
}



.double-section {
  display: flex;
  justify-content: space-evenly; /* يوزع الصناديق بالتساوي على الكمبيوتر */
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 120px 5%;
  gap: 80px; /* مسافة بين الصفوف */
  background-color: transparent;
  font-family: 'Tajawal', sans-serif;
}

.person-box {
  flex: 0 1 250px;
  max-width: 250px;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.person-box:hover {
  transform: scale(1.05);
}

.person-box img {
 width: 100%;
    max-width: 180px;
    height: auto;
    border-radius:65px ;
    object-fit: cover;
    margin-bottom: -11px;
}

.person-box h3 {
  font-size: 20px;
  color: #1c3c2e;
  margin-bottom: 5px;
}

.person-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  font-weight: 900;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.icons img {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.icons img:hover {
  transform: scale(1.2);
}

/* 📱 للجوال */
@media (max-width: 768px) {
  .double-section {
    flex-direction: column; /* ✅ كل الصناديق تحت بعض */
    align-items: center;
    gap: 60px; /* مسافة بين الصناديق */
  }

  .person-box {
    width: 90%; /* تأخذ العرض تقريباً كامل الشاشة */
    max-width: 300px;
  }

  .person-box img {
    max-width: 160px;
    height: auto;
    
  }
}

/* 🖥 أيباد */
@media (min-width: 769px) and (max-width: 1024px) {
  .person-box {
    flex: 0 1 45%;
    max-width: 45%;
  }

  .person-box img {
    max-width: 170px;
    
  }
}

.housing-team {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  direction: rtl;
}

.member-box {
     flex: 1 1 300px;
    max-width: 273px;
    background: #fff;
    text-align: center;
    background-color: rgb(255 255 255 / 0%);
    border-radius: 132px;
    padding: 18px;
    width: 20%;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.member-box img {
width: 63%;
    height: 129px;
    object-fit: cover;
    border-radius:45px ;
    margin-bottom: 8px;
}

.member-box h3 {
  font-size: 20px;
  color: #003366;
  margin-bottom: 5px;
}

.member-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
      font-weight: bolder;
}

.icons a {
  margin: 0 10px;
  display: inline-block;
}

.icons img {
  width: 28px;
  height: 28px;
  
}




.sectio-title {
      text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin:-1px 0 30px ;
  font-family: 'Tajawal', sans-serif;
}

.suggestions-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  direction: rtl;
}

.staf-box {
  flex: 1 1 300px;
    max-width: 273px;
    background: #fff;
    text-align: center;
    background-color: rgb(255 255 255 / 0%);
    border-radius: 132px;
    padding: 18px;
    width: 20%;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.staf-box img {
width: 63%;
    height: 129px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 8px;
}

.staf-box h3 {
  font-size: 20px;
  color: #003366;
  margin: 8px 0 4px;
}



.staf-box img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 50%;
    margin-bottom: -9px;
}


.contact-icon {
  margin-top: 10px;
}

.contact-icon a {
  margin: 0 10px;
  display: inline-block;
}

.contact-icon img {
   width: 28px;
  height: 28px;
}



.countries-section {
  text-align: center;
  padding: 30px;
  background:#f5f5f500 ;
  color:#1c3c2e ;
      font-size: 23px;
    margin-top: 3%;
}


.countries-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
}

.country {
  flex: 0 0 auto;
  width:213px ;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background:#ffffff00 ;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.country img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  max-width: 125%;
}

.country span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  
}

@media (min-width: 768px) {
  .countries-slider {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
  }
  .country {
    width: 200px;
  }
}





.countrie-section {
  text-align: center;
  padding: 30px;
  background:#f5f5f500 ;
  color:#1c3c2e ;
      font-size: 23px;
    margin-top: 3%;
}


.countrie-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
}

.country {
  flex: 0 0 auto;
  width:213px ;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background:#ffffff00 ;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.country img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  max-width: 125%;
}

.country span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  
}

@media (min-width: 768px) {
  .countrie-slider {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
  }
  .country {
    width: 200px;
  }
}



.faq-section {
     padding: 53px;
    text-align: center;
    background: #f5f5f500;
}

.faq-section h2 {
 font-size: 33px;
    margin-bottom: 14px;
}


.faq-section p {
     margin-bottom: 26px;
    color:rgb(51 65 75) ;
    font-size: 17px;
    font-weight: 700;
}

/* جعل الأسئلة أعرض */
.faq-item {
  max-width: 95%; /* أخذ تقريبًا كامل عرض الشاشة */
  margin: 10px auto;
  text-align: right;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.faq-question {
width: 100%;
    background: #464953;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    text-align: right;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  padding: 0 18px;
  font-size: 15px;
  color: #333;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 18px;
      font-size: 19px;
}

.arrow {
  transition: transform 0.3s;
  font-size: 18px;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

/* للجوال */
@media (max-width: 768px) {
  .faq-question {
    font-size: 16px;
    padding: 16px;
  }
  .faq-answer {
    font-size: 14px;
  }
}



.partners-section {
  text-align: center;
  padding: 30px;
  background: #f5f5f5;
}

.partners-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.partners-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
}

.partner {
  flex: 0 0 auto;
  width: 150px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 10px;
}

.partner img {
  width: 100%;
  height: auto;
  display: block;
}

/* للجوال */
@media (max-width: 768px) {
  .partners-slider {
    gap: 15px;
  }
  .partner {
    width: 120px;
  }
}



.partners-section {
    text-align: center;
    padding: 6px;
    background: #f5f5f500;
}


.partners-section h2 {
    font-size: 35px;
    margin-bottom: 31px;
    font-family: serif;
    color: #1c3c2e;
}

.partners-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 90%;
}

.partner {
  flex: 0 0 auto;
     width: 207px;
    background: #ffffff61;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.partner img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* للجوال مع السحب */
@media (max-width: 768px) {
  .partners-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 10px;
    justify-content: flex-start;
  }

  .partner {
    flex: 0 0 65%; /* كل شعار يأخذ عرض مناسب */
    scroll-snap-align: center;
    margin-right: 10px;
  }
}


.branches {
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 47px;
    flex-direction: row-reverse;
}

.branch-info {
  flex: 1;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    min-width: 283px;
    text-align: center;
    font-size: 20px;
    line-height:1.6;
        margin-left: 4px;
}

.branch-info h3 {
  margin-bottom: 12px;
     font-size: 28px;
    color: #1a7255;
}

.branch-map {
  flex: 2;
  background: #0000001c; ;
  padding: 15px;
  border-radius: 10px;
  min-width: 280px;
}


.contact-line {
  display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    text-align: end;
    align-items: flex-start;
}

.contact-line p {
  margin: 0;
}

.contact-line img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
}



.map-buttons button {
  background:#1214136e ;
  color: white;
  border: none;
  padding: 8px 16px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.map-container {
  position: relative;
  width: 100%;
  height: 300px;
}

.map-frame {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.map-frame.active {
  display: block;
}

/* ✅ موبايل */
@media (max-width: 768px) {
  .branches {
    flex-direction: column;
    align-items: center;
  }
  .branch-info, .branch-map {
    width: 100%;
    max-width: 95%;
  }
  .map-container {
    height: 220px;
  }
  .contact-icons img {
    width: 40px;
    height: 40px;
  }
}


.footer {
     background-color: #1c3c2e69;
    color: #333030;
    font-weight: 900;
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.col h3 {
 font-size: 26px;
    margin-bottom: 17px;
    font-weight: 900;
}

.col p, .col li, .col a {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: 25px;
    text-decoration: none;
}

.col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col li {
  margin-bottom: 6px;
}

.contact .title {
      font-size: 24px;
    margin-bottom: 17px;
    color: #232323;
}

.contact .number {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  
}

.social-icons a {
  background: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #012a4a;
  font-size: 20px;
  transition: background 0.3s;
}

.social-icons a:hover {
  background: #61a5c2;
  color: #fff;
}

.footer-bottom {
  background:#00000040 ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.footer-bottom p {
  color: #fff;
 font-size: 17px;
    font-weight: 800;
}

.footer-logo {
  width: 60px;
  height: auto;
}

/* 📱 الجوال */
@media (max-width: 768px) {
  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .col {
    width: 100%;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}


/* media query */

@media (max-width:800px) {
    nav ul{
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        overflow: hidden;
        transition: max-height 0.5s;
    }
    nav ul li:last-child{
        padding-bottom: 40px;
    }
    .menu-icon{
        display: block;
    }
    .hero-section{
        flex-direction: column;
        height: auto;
        padding-top: 40px;
        padding-bottom: 0;
    }
    .hero-section .left,.hero-section .right{
        width: 100%;
    }
    #heroSection,#blogsection,#testimonialSection,#trendSection,#blogsection{
        padding: 40px 2rem;
        padding-top: 80px;
    }
    nav{
        padding: 1rem 2rem;
    }
}

@media (max-width:500px) {
    .hero-section .left h1{
        font-size: 30px;
    }
    footer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 0;
    }
}

