 body {
     margin: 0;
     background-color: rgb(243, 247, 252);
     font-family: "Libre Baskerville", serif;
 }

 .group {
     background-image: url('images/pages/about-image.jpg');
     width: 100%;
     background-size: cover;
     height: 100vh;
     background-attachment: fixed;
     background-repeat: no-repeat;
 }

 .group .overlay {
     background-image: linear-gradient(to right, rgba(156, 222, 244, 0.372), rgba(0, 2, 3, 0.231));
     width: 100%;
     height: 100vh;
     margin: 0;
     background-attachment: fixed;
 }

 .intro {
     display: grid;
     grid-template-columns: 3fr 2fr;
     gap: 1rem;
     padding: 50px 20px 0px 0px;
     margin: 0;
 }

 .intro .trip h1 {
     text-align: left;
     letter-spacing: 3px;
     padding: 150px 0px 0px 20px;
     font-family: "Grechen Fuemen", cursive;
 }

 .trip h1 strong {
     color: rgb(255, 255, 255);
     font-size: 75px;
     font-weight: 500;
 }

 .trip h1 b {
     color: rgb(255, 255, 255);
     font-size: 50px;
     line-height: 120px;
     font-weight: 400;
 }

 .travel h1 {
     text-align: center;
     word-spacing: 2px;
     font-size: 50px;
     padding-top: 60px;
     color: #9cdef4;
     text-transform: capitalize;
 }

 .travel-plan {
     display: grid;
     grid-template-columns: 1fr 1fr;
     /* grid-template-areas: "travel1 travel2"; */
     gap: 1rem;
     padding: 20px 40px 0px 40px;
 }

 .box {
     display: grid;
     grid-template-columns: 1fr 4fr;
     padding: 20px 20px 10px 10px;
     text-align: center;
     border-radius: 10px;
     margin-top: 20px;
     gap: 2rem;

 }

 .box .sections1 {
     text-align: center;
     font-size: 25px;

 }

 .box .sections1 i {
     background-color: #9cdef4;
     border-radius: 50%;
     padding: 20px;
     color: white;
 }

 .box .sections2 h4 {
     font-size: 20px;
     font-weight: 600;
     color: #9cdef4;
     letter-spacing: 1px;
     text-align: center;
 }


 .box .sections2 h4 b {
     font-size: 22px;
     text-transform: capitalize;
 }

 .box .sections2 p {
     font-size: 0.9rem;
 }

 .section2 {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 1rem;
     padding: 0px 20px 20px 30px;
     height: 220px;
 }

 .section2 div {
     padding: 5px 10px 5px 10px;
 }

 .section2 div img {
     width: 25%;
 }

 .section2 h2 {
     font-size: 1.3rem;
     padding-top: 10px;
 }

 .section2 p {
     font-size: 1rem;
     padding: 0;
     text-align: center;
 }

 .recommend {
     margin-top: 100px;
 }

 .recommend .recommend-title {
     text-align: center;
     word-spacing: 2px;
     font-size: 50px;
     padding-top: 60px;
     color: #9cdef4;
     text-transform: capitalize;
 }

 .rec_trips {
     margin-top: 50px;
     padding: 10px 20px;
 }

 .rec {
     display: grid;
     grid-template-columns: 2fr 2fr;
     gap: 1rem;
     height: 70vh;
     margin: 20px 0;
 }

 .rec .picture {
     width: 100%;
     height: auto;
     overflow: hidden;


 }

 .rec .picture img {
     width: 100%;
     border-radius: 50px;
 }

 .rec .rec-info {
     background: #9cdef43c;
     backdrop-filter: blur(10px);
     border-radius: 20px;
     padding: 2.5rem;
     text-align: center;
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     position: relative;
     overflow: hidden;
     border: 1px solid rgba(255, 255, 255, 0.2);
     color: #20292c;
     height: 60vh;
 }

 .rec .rec-info .description {
     line-height: 1.5rem;
     font-weight: 200;
     margin: 20px 0px 0px 0px;
 }

 .rec .rec-info .title {
     font-size: 1.5rem;
     font-weight: 400;
     color: #20292c;
 }

 .rec .rec-info .location i,
 .rec .rec-info .time i {
     text-align: center;
     font-size: 20px;

     border-radius: 50%;
     padding: 10px 10px;
 }



 .rec .rec-info .link {
     background: none;
     border: none;
     color: black;
     padding: 15px 35px;
     font-size: 1.2rem;
     font-weight: 600;
     /* border-radius: 50px; */
     cursor: pointer;
     border: 2px solid black;
     transition: all 0.3s ease;
     /* box-shadow: 0 4px 15px #9cdef4a5; */
     position: relative;
     overflow: hidden;
     text-decoration: none;
     font-family: "Grechen Fuemen", cursive;
 }

 .rec .rec-info .link span {
     margin-top: 20px;

 }

 .questions {
     margin-top: 100px;
 }

 .questions h1 {
     text-align: center;
     word-spacing: 2px;
     font-size: 50px;
     padding-top: 60px;
     color: #9cdef4;
     text-transform: capitalize;
 }

 .question_underline {
     width: 60%;
     border: 2px solid #9cdef4;
     margin: 10px 0px 50px 240px;
 }

 .question {
     padding: 0px 200px;
 }

 .accordion {
     font-size: 1rem;
 }

 .accordion-item {
     background-color: rgba(255, 255, 255, 0);
 }

 .accordion-button {
     background-color: rgba(44, 2, 2, 0);
 }

 .accordion-header {
     background-color: rgba(255, 255, 255, 0);
 }

 .accordion-button {
     padding: 0px;
 }

 .accordion-button .line {
     background-color: #9cdef4;
     height: 8vh;
     width: 10px;
     border: 0;
 }

 .accordion-button p {
     padding: 30px 0px 0px 20px;
 }

 .bottom li a i {
     font-size: 1.5rem;
 }

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


     .intro {
         display: grid;
         grid-template-columns: 4fr 2fr;
         gap: 1rem;
         padding: 150px 20px 0px 10px;
         margin: 0;
     }

     .rec .picture {
         background-repeat: no-repeat;
         height: 50vh;
     }

 }

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

     .intro {
         padding: 50px 20px 0px 0px;
     }

     .intro .trip h1 {
         padding: 220px 0px 0px 20px;
     }

     .recommend {
         margin-top: 80px;
     }

     .rec {
         margin-top: 20px;
         height: 50vh;
         display: grid;
         grid-template-columns: 2fr 2fr;
         gap: 1rem;
     }

     .rec .picture {
         height: 40vh;
     }

     .blogs {
         gap: 2rem;
         padding: 20px 70px;
     }
 }

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

     .intro {
         grid-template-columns: 3fr 1fr;
         padding: 10px 0px 0px 0px;
     }

     .intro .trip h1 {
         text-align: left;
         letter-spacing: 3px;
         padding: 150px 0px 0px 20px;
     }

     .travel {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 1rem;
         padding: 50px 50px 0px 50px;
     }

     .travel1 {
         padding-top: 20px;
         height: 100vh;
         background-repeat: no-repeat;
     }


     .trip h1 strong {
         font-size: 65px;
     }

     .trip h1 b {
         font-size: 45px;
     }

     .travel {
         grid-template-columns: 1fr;
     }

     .travel2 {
         display: grid;
         grid-template-columns: 1fr;
         gap: 1rem;
     }

     .travels {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 1rem;
     }

     .travel-plan {
         padding: 20px 20px 0px 20px;
     }

     .box {
         grid-template-columns: 1fr;
     }

     .rec .picture {
         height: 50vh;
     }

     .question {
         padding: 40px 80px;
     }
 }

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

     .intro {
         grid-template-columns: 3fr 1fr;
         padding: 0px;
     }

     .trip h1 strong {
         font-size: 60px;
     }

     .trip h1 b {
         font-size: 40px;
     }


     .travel {
         display: grid;
         grid-template-columns: 1fr;
         gap: 1rem;
         padding: 10px 20px;
     }

     .travel2 {
         display: grid;
         grid-template-columns: 1fr;
         gap: 1rem;
     }

     .travels {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 1rem;
     }

     .section2 div {
         padding: 5px 10px 5px 10px;
         height: 300px;
     }

     .section2 div p {
         font-size: 1px;
     }

     .section2 {
         display: grid;
         grid-template-columns: 1fr;
         gap: 1rem;
         padding: 0px 20px 20px 10px;
         height: 20px;
         margin-top: 10px;
     }

     .recommend {
         margin-top: 100px;
     }

     .rec {
         margin-top: 20px;
         height: 350px;
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 1rem;
     }

     .rec .picture {
         background-repeat: no-repeat;
         background-size: cover;
         width: 100%;
         color: white;
         height: 100vh;
     }

     .rec .rec-info {
         padding: 0px 20px 0px 10px;
     }

     .rec .rec-info .description {
         margin: 10px 0px 0px 0px;
     }

     .question {
         padding: 40px 80px;
     }

 }

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

     .intro {
         padding: 0px 2px 0px 10px;
     }

     .intro .trip h1 {
         text-align: left;
         letter-spacing: 3px;
         padding: 150px 0px 0px 20px;
     }

     .section2 div {
         padding: 5px 10px 5px 10px;
         height: 300px;
     }

     .travel h1 {
         font-size: 40px;
     }

     .travel-plan {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 2rem;
         padding: 20px 20px 0px 20px;
     }

     .recommend .recommend-title {
         font-size: 40px;
         padding-top: 0px;
     }

     .rec {
         margin-top: 30px;
         display: grid;
         grid-template-columns: 1fr 1fr;
     }

     .rec .picture {
         height: 100vh;
     }

     .question {
         padding: 40px 100px;
     }

     .questions h1 {

         font-size: 30px;
         padding-top: 0px;

     }
 }

 @media screen and (max-width:600px) {
     .group {
         background-position: center center;
         background-repeat: no-repeat;
         width: 100%;
     }

     .intro {
         padding: 0px;
     }

     .intro .trip h1 {
         padding: 150px 0px 0px 20px;
     }

     .trip h1 strong {
         font-size: 48px;
     }

     .trip h1 b {
         font-size: 38px;
         line-height: 50px;
     }

     .travel {
         display: grid;
         grid-template-columns: 1fr;
         gap: 1rem;
         padding: 10px 20px;
     }

     .section2 div {
         height: 250px;
     }

     .recommend {
         margin-top: 50px;
     }

     .recommend h1 {
         font-size: 2rem;
     }

     .rec {
         grid-template-columns: 1fr;
         padding: 0px 20px 0px 20px;
         height: 650px;
     }

     .rec .rec-info {
         padding: 0px;
     }


     .rec .picture img {
         width: 100%;
     }

     .rec .picture {
         height: 70vh;
         width: 100%;
     }

     .rec p .title {
         font-size: 1.7rem;
         font-weight: 400;
     }

     .destinations {
         grid-template-columns: 1fr;
     }

     .questions h1 {
         font-size: 1.6rem;
     }

     .question {
         padding: 10px 20px;
     }
 }

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

     .intro {
         gap: 0rem;
         padding: 0px;
         margin: 0;
         grid-template-columns: 1fr;
     }

     .trip h1 strong {
         font-size: 45px;
     }

     .trip h1 b {
         font-size: 28px;
     }

     .travel {
         display: grid;
         grid-template-columns: 1fr;
         gap: 0rem;
     }

     .box {
         display: grid;
         grid-template-columns: 1fr;
         padding: 0px;
         gap: 1rem;
     }

     .section2 h2 {
         font-size: 1rem;
     }

     .section2 p {
         font-size: 0.9rem;
     }

     .section2 div img {
         width: 20%;
     }

     .section2 div {
         padding: 0px 10px 5px 10px;
     }

     .recommend {
         margin-top: 0px;
     }

     .recommend .recommend-title {
         margin-top: 100px;
         font-size: 1.5rem;
         letter-spacing: 1px;
         font-weight: 500;
     }

     .rec {
         height: 600px;
     }

     .rec .picture {
         height: 50vh;
     }

     .rec p {
         padding: 0px 10px 0px 10px;
     }

     .rec p .title {
         font-size: 1.3rem;
     }

     .questions h1 {
         font-size: 1.5rem;
         margin-top: 10px;
     }

     .accordion {
         font-size: 0.9rem;
     }
 }



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

     .intro {
         padding: 50px 0px 0px 0px;
     }

     .intro .trip h1 {
         padding-left: 10px;
     }

     .trip h1 strong {
         font-size: 40px;
     }

     .trip h1 b {
         font-size: 30px;
         font-weight: 400;
         line-height: 25px;
     }

     .recommend h1 {
         font-size: 1.2rem;
     }

     .rec p .title {
         font-size: 1.1rem;
     }

     .box .sections2 {
         text-align: center;
     }


     .recommend .recommend-title {
         font-size: 25px;
         font-weight: 800;
     }

     .rec {
         margin: 40px 0;
         height: 550px;
     }

     .rec p .title {
         font-size: 1.5rem;
     }

     .questions {
         margin-top: 150px;
     }
 }

 @media screen and (max-width:320px) {
     .intro {
         padding: 38px 0px 0px 0px;
     }

     .trip h1 strong {
         font-size: 32px;
     }

     .trip h1 b {
         font-size: 25px;
     }

     .travel h5 {
         font-size: 25px;
     }

     .travel1 {
         height: 60vh;
     }

     .box .sections2 h4 b {
         font-size: 18px;
         text-transform: capitalize;
     }

     .recommend .recommend-title {
         font-size: 25px;
     }

     .rec {
         margin: 40px 0;
         height: 550px;
         padding: 0px 10px 0px 10px;
     }

     .rec .picture {
         height: 40vh;
     }

     .rec .rec-info .title {
         font-size: 1.2rem;
     }



     .questions {
         margin-top: 80px;
     }
 }


 .safari-card {
     background: white;
     border-radius: 24px;
     overflow: hidden;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
     max-width: 100%;
     width: 100%;
     display: grid;
     grid-template-columns: 3fr 2fr;
     min-height: 500px;
     position: relative;
     transition: transform 0.3s ease;
 }

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

 .image-section {
     background: linear-gradient(45deg, #9cdef4, #9cdef4);
     position: relative;
     overflow: hidden;
 }

 .image-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
     opacity: 0.3;
 }

 .turtle-placeholder {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
 }

 .turtle-placeholder img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     border-radius: 0;
     transition: transform 0.3s ease;
 }

 .turtle-placeholder img:hover {
     transform: scale(1.05);
 }


 .content-section {
     padding: 48px 40px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     background: linear-gradient(135deg, #656565 0%, #9cdef4 100%);
     position: relative;
 }

 .content-section::before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     width: 100px;
     height: 100px;
     background: linear-gradient(45deg, #9cdef4, #9cdef4);
     border-radius: 50%;
     transform: translate(50%, -50%);
     opacity: 0.1;
 }

 .safari-title {
     font-size: 2.5rem;
     font-weight: 700;
     color: white;
     margin-bottom: 32px;
     line-height: 1.2;
     letter-spacing: -0.02em;
 }

 .safari-details {
     display: flex;
     flex-direction: column;
     gap: 24px;
     margin-bottom: 32px;

 }

 .detail-row {
     display: flex;
     align-items: center;
     gap: 16px;
 }

 .detail-icon {
     /* width: 40px;
            height: 40px; */
     /* background: linear-gradient(135deg, #9cdef4, #9cdef4); */
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-weight: bold;
     font-size: 20px;
     flex-shrink: 0;
 }

 .detail-text {
     font-size: 1.125rem;
     color: white;
     font-weight: 500;
 }

 .price-section {
     margin-bottom: 32px;
 }

 .price-label {
     font-size: 0.875rem;
     color: #9cdef4;
     text-transform: uppercase;
     letter-spacing: 0.05em;
     font-weight: 600;
     margin-bottom: 8px;
 }

 .price {
     font-size: 2.25rem;
     font-weight: 800;
     color: white;
     margin-bottom: 4px;
 }

 .price-currency {
     color: #9cdef4
 }

 .explore-button {
     background: linear-gradient(135deg, #9cdef4, #9cdef4);
     color: white;
     border: none;
     padding: 16px 32px;
     border-radius: 12px;
     font-size: 1.125rem;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
     text-transform: uppercase;
     letter-spacing: 0.05em;
 }

 .explore-button a {
     text-decoration: none;
     color: inherit;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .explore-button::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
     transition: left 0.5s ease;
 }

 .explore-button:hover::before {
     left: 100%;
 }

 .explore-button:hover {
     transform: translateY(-2px);
     box-shadow: 0 12px 24px #ffffffcc;
 }

 .explore-button .arrow {
     margin-left: 8px;
     transition: transform 0.3s ease;
 }

 .explore-button:hover .arrow {
     transform: translateX(4px);
 }


 @media (max-width: 768px) {
     .safari-card {
         grid-template-columns: 3fr 2fr;
     }

     .content-section {
         padding: 32px 24px;
     }

     .safari-title {
         font-size: 1.8rem;
         margin-bottom: 24px;
     }

     .price {
         font-size: 1.8rem;
     }

     .explore-button {
         padding: 16px 22px;
         border-radius: 12px;
         font-size: 1.125rem;
     }
 }

 @media (max-width: 600px) {
    
 .travel-plan {
     grid-template-columns: 1fr;
     padding: 20px;
 }

     .safari-card {
         grid-template-columns: 1fr;
         grid-template-rows: 300px 1fr;
         max-width: 500px;
     }

     .image-section {
         order: 1;
         min-height: 300px;
     }

     .content-section {
         order: 2;
         padding: 28px 20px;
     }

     .safari-title {
         font-size: 1.6rem;
         margin-bottom: 20px;
     }

     .price {
         font-size: 1.6rem;
     }

     .explore-button {
         padding: 14px 20px;
         font-size: 1rem;
     }
 }

 @media (max-width: 480px) {
     .safari-card {
         margin: 10px;
         grid-template-rows: 250px 1fr;
         border-radius: 16px;
     }

     .image-section {
         min-height: 250px;
     }

     .content-section {
         padding: 24px 16px;
     }

     .safari-title {
         font-size: 1.4rem;
         margin-bottom: 16px;
     }

     .safari-details {
         gap: 16px;
         margin-bottom: 24px;
     }

     .detail-text {
         font-size: 1rem;
     }

     .price {
         font-size: 1.4rem;
     }

     .explore-button {
         padding: 12px 18px;
         font-size: 0.9rem;
     }

     .badge {
         top: 16px;
         right: 16px;
         padding: 6px 12px;
         font-size: 0.75rem;
     }
 }

 @media (max-width: 360px) {
     .safari-card {
         margin: 5px;
         grid-template-rows: 200px 1fr;
         border-radius: 12px;
     }

     .image-section {
         min-height: 200px;
     }

     .content-section {
         padding: 20px 12px;
     }

     .safari-title {
         font-size: 1.2rem;
         margin-bottom: 12px;
     }

     .safari-details {
         gap: 12px;
         margin-bottom: 20px;
     }

     .detail-text {
         font-size: 0.9rem;
     }

     .price-section {
         margin-bottom: 20px;
     }

     .price {
         font-size: 1.2rem;
     }

     .explore-button {
         padding: 10px 16px;
         font-size: 0.85rem;
         width: 100%;
     }

     .badge {
         top: 12px;
         right: 12px;
         padding: 4px 8px;
         font-size: 0.7rem;
     }
 }
