@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kameron:wght@400..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kameron:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kameron:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, header, hgroup,  menu,  output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Play', sans-serif;
    font-optical-sizing: auto;
    box-sizing:border-box;
    scrollbar-color: #000 #333;
    scrollbar-width: thin;
}

h1, h2, h3, h4 {
    font-family: "Playfair Display", serif;

}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e9e9e9;
    padding: 10px 20px;
    border: 3px #d57d38 solid;
    border-radius: 10px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 20px;
    width: 1280px;
    
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.logo span {
    color: #fff;
    font-size: 24px;
    /* font-weight: bold; */
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    /* margin: 0 15px; */
    padding: 14px 16px;
}

.nav-links a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    
}

.nav-links a span {
    margin-left: 5px;
}

.dropdown {
    float: left;
    overflow: hidden;
    }

    .dropdown .dropbtn {
    font-size: 20px;
    font-weight: 500;
    color: #333;  
    border: none;
    outline: none;
    /* padding: 14px 16px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    text-transform: capitalize;
    }

    #navbar li:hover, .dropdown:hover .dropbtn {
    background-color: rgb(194, 194, 194);
    border-radius: 8px;
    }

    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    }

    .dropdown-content a {
    float: none;
    color: #333;
    font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    text-transform: capitalize;
    }

    .dropdown-content a:hover {
    background-color: #c4c1c1;
    }

    .dropdown:hover .dropdown-content {
    display: block;
    }

.get-started {
    background-color: #b89f5d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.get-started span {
    margin-left: 10px;
    font-size: 20px;
}

/* -------------------------------- ALL BANNER SECTION ----------------------------  */

.home-banner {
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 100px;
  position: relative;
}

.banner-content {
  width: 60%;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}

/* Different images per slide */
.slide-1 {
  background: linear-gradient(rgba(0,0,0,0.34), rgba(0,0,0,0.49)), url('../images/top-banner-1.jpg') no-repeat center/cover;
}
.slide-2 {
  background: linear-gradient(rgba(0,0,0,0.34), rgba(0,0,0,0.49)), url('../images/top-banner-2.jpg') no-repeat center/cover;
}
.slide-3 {
  background: linear-gradient(rgba(0,0,0,0.34), rgba(0,0,0,0.49)), url('../images/top-banner-3.jpg') no-repeat center/cover;
}
.slide-4 {
  background: linear-gradient(rgba(0,0,0,0.34), rgba(0,0,0,0.49)), url('../images/top-banner-4.jpg') no-repeat center/cover;
}


.expedition-banner {
    width: 100%;
    min-height: 100vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/expedition.jpg) no-repeat;
    background-position:start;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 100px;
    position: relative;
}
.expedition-content {
    background-color: #e9eff1;
    width: 30%;
    position: absolute;
    padding: 25px;
    text-align: center;
    bottom: 250px;
    right: 30px;
    /* transform: translateY(-50%); */
}

.expedition-report-banner {
    width: 100%;
    min-height: 55vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/banner-section.jpg) no-repeat;
    background-position:0% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0 100px;
    position: relative;
}
.expedition-report-content {
    width: 35%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
}

.gallery-banner {
    width: 100%;
    min-height: 55vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/banner-section.jpg) no-repeat;
    background-position:0% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0 100px;
    position: relative;
}
.gallery-content {
    width: 10%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
}

.about-banner {
    width: 100%;
    min-height: 55vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/banner-section.jpg) no-repeat;
    background-position:0% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0 100px;
    position: relative;
}
.about-content {
    width: 20%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
}

.members-banner {
    width: 100%;
    min-height: 55vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/banner-section.jpg) no-repeat;
    background-position:0% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0 100px;
    position: relative;
}
.members-content {
    width: 25%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
}

.donate-banner {
    width: 100%;
    min-height: 55vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/banner-section.jpg) no-repeat;
    background-position:0% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0 100px;
    position: relative;
}
.donate-content {
    width: 20%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
}

.conatct-banner {
    width: 100%;
    min-height: 55vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/banner-section.jpg) no-repeat;
    background-position:0% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0 100px;
    position: relative;
}
.conatct-content {
    width: 20%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
}
.what-we-do-banner {
    width: 100%;
    min-height: 55vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.49)),url(../images/banner-section.jpg) no-repeat;
    background-position:0% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0 100px;
    position: relative;
}
.what-we-do-content {
    width: 30%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
}


/* ------------------------------------ BUTTON CSS ------------------------------------ */

/* -------- 1ST BUTTON ------- */

.btn {
    /* width: 170px; */
    height: 60px;
    position: relative;
    background-color: #28abe2;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1; 
    padding: 0 20px;
}
.btn:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 50px;
    background-color: #d57d38;
    /* transform: rotate(10deg); */
    top: -80px;
    left: 20%;
    transition: 0.5s ease-in-out;                       
}
.btn:after {
    content: "";
    position: absolute;
    width: 140%;
    height: 60px;
    background-color: #d57d38;
    /* transform: rotate(10deg); */
    top: 80px;
    left: -20%;
    transition: 0.5s ease-in-out;
}
.btn:hover {
    background-color: #28abe2;
    transition: 0s linear;
    transition-delay: 0.5s;
}
.btn:hover:before {
    top: -20px;
    left: -20%;
    transition: 0.5s ease-in-out;
}
.btn:hover:after {
    top: 10px;
    left: -23%;
    transition: 0.5s ease-in-out;
}
.btn:hover > .btn-content {
    color: #e9eff1;
    transition: 0.3s ease-in-out;
}
.btn .btn-content {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: "Cinzel", serif;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 999;
    transition: 0.3s ease-in-out;
}

/* -------- 2ND BUTTON ------- */

.btn-2 {
    width: 210px;
    height: 60px;
    position: relative;
    background-color: #303566 ;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
.btn-2:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 50px;
    background-color: #3ab349;
    /* transform: rotate(10deg); */
    top: -80px;
    left: 20%;
    transition: 0.5s ease-in-out;                       
}
.btn-2:after {
    content: "";
    position: absolute;
    width: 140%;
    height: 60px;
    background-color: #3ab349;
    /* transform: rotate(10deg); */
    top: 80px;
    left: -20%;
    transition: 0.5s ease-in-out;
}
.btn-2:hover {
    /* background-color: ; */
    transition: 0s linear;
    transition-delay: 0.001s;
}
.btn-2:hover:before {
    top: -20px;
    left: -20%;
    transition: 0.5s ease-in-out;
}
.btn-2:hover:after {
    top: 10px;
    left: -23%;
    transition: 0.5s ease-in-out;
}
.btn-2:hover > .btn-2-content {
    color: #fff;
    transition: 0.8s ease-in-out;
}
.btn-2 .btn-2-content {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: "Cinzel", serif;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 999;
    transition: 0.3s ease-in-out;
}



.card-list .card-item .card-link {
    user-select: none;
    display: block;
    background: #e7e7e7e7;
    border: 3px #d57d38 solid;
    border-radius: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
    transition: 0.2s ease;
    padding: 25px;
}

.card-list .card-link .card-img {
    width: 100%;
    border-radius: 18px;

    /* aspect-ratio: 4 / 3; */
    object-fit: cover;
    object-position: bottom;
    height: 650px;
}

.rotate:hover {
    transform: rotateY(180deg);
}

/* ------------------------------- CALL TO ACTION BUTTON -------------------------- */

.call-to-action {
    width: 100%;
    min-height: 60vh;
    /* display: flex;
    justify-content:center;
    flex-direction: column; */
    background:linear-gradient(rgba(0, 0, 0, 0.49),rgba(0, 0, 0, 0.49)),url(../images/call-to-action.jpg) no-repeat;
    background-position:start;
    background-size: cover;
    background-attachment: fixed;
    /* padding: 0 100px; */
    position: relative;
}
.action-banner-content {
    width: 100%;
    padding: 0 150px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

/* ------------------------------ UPCOMING EVENTS SECTION ------------------------------ */


.card-list-2 .card-item .card-link {
    user-select: none;
    display: block;
    background: #f6f6f6e7;
    border: 3px #d57d38 solid;
    border-radius: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
    transition: 0.2s ease;
    padding: 25px;
}

.card-list-2 .card-link .card-img {
    width: 100%;
    border-radius: 18px;

    /* aspect-ratio: 4 / 3; */
    object-fit: cover;
    object-position: center;
    height: 250px;
}


/* ------------------------------ WHAT WE DO PAGE CSS ------------------------ */

.what-we-contant {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}

/* ----------------------------------- EXPEDITION REPORT SEACTION ---------------------------- */

.expedition-grid {
    background: #fff;
    box-shadow: 0px 0px 20px #c3c3c3;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
  }

.expedition-img {
    position: relative;
}
.dexpedition-report {
    padding: 15px;
}

.dexpedition-report h4 {
    color: #454343;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.dexpedition-report h4:hover {
    color: #303566;

}

.dexpedition-report p {
    font-size: 16px;
    line-height: 28px;
    color: #454343;
}

/* ----------------------------------- GALLERY SEACTION ---------------------------- */

.gallery-grid {
    background: #fff;
    box-shadow: 0px 0px 20px #c3c3c3;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
  }

.gallery-img {
    position: relative;
    border-radius: 15px;
}
.gallery-report {
    padding: 15px;
}

.gallery-report h4 {
    color: #333;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.gallery-report h4:hover {
    color: #303566;

}

.gallery-report p {
    font-size: 16px;
    line-height: 28px;
    color: #454343;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.811); /* Black w/ opacity */
    }
    
/* Modal Content/Box */
.modal-content {
    margin: 17% auto; /* 15% from the top and centered */
    width: 70%; /* Could be more or less, depending on screen size */
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    height: 450px;
    display: flex;
    justify-content: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    cursor: pointer;
}

/* ----------------------------------- FOOTER SEACTION ---------------------------- */

.footer {
  background:#20244a;
  padding:30px 0;
  text-align:center;
}

.footer .row {
  width:100%;
  padding:0.6% 0;
  color:rgb(126,126,126);
}

.footer .row a {
  text-decoration:none;
  color:gray;
  transition:color 0.3s ease;
}

.footer .row a:hover {
  color:#fff;
}

.row.social a i {
  font-size:2em;
  margin:0 1%;
}

.nav-links-footer {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* Footer nav */
/* Footer nav menu */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;              /* flexbox layout */
  justify-content: center;    /* center items horizontally */
  align-items: center;        /* vertical alignment */
  gap: 30px;                  /* spacing between links */
}

.footer-menu li {
  position: relative;         /* needed for drop-up positioning */
}

.footer-menu li a {
  font-size: 18px;
  display: inline-block;
  padding: 8px 10px;
  color: gray;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #fff;
}

/* Drop-up menus stay centered under each parent */
.has-dropup .dropup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: -10px;
  background: #2a2f5e;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  min-width: max-content;   /* 👈 allow width to fit longest item */
  white-space: nowrap;      /* 👈 prevent line breaks */
  list-style: none;
  padding: 8px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 9999;
}


.has-dropup:hover .dropup,
.has-dropup:focus-within .dropup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-2px);
}

.dropup li a {
  display: block;
  padding: 8px 14px;
  color: #c9cbe9;
  text-align: center; /* center submenu text */
}

.dropup li a:hover {
  background: #3a4080;
  color: #fff;
}

/* Responsive: stack vertically on small screens */
@media (max-width:720px) {
  .footer-menu {
    flex-direction: column;
    align-items: flex-start; /* left align on mobile */
    gap: 10px;
  }
}



    @media screen and (max-width:767px) {
        .home-banner {
            min-height: 70vh;
            padding: 0 20px;
        }
        .banner-content {
            top: 20%;
            width: 90%;
        }
        .expedition-banner {
            min-height: 70vh;
        }
        .expedition-content {
            width: 75%;
            right: 55px;
        }
        .call-to-action {
            min-height: 40vh;
        }
        .action-banner-content {
            padding: 0 20px !important;
        }
        .card-list .card-link .card-img {
            height: 350px;
        }
        .modal-content {
            width: 85%; /* Could be more or less, depending on screen size */
            height: auto;
            top: 30%;
        }
    }

    @media (max-width:720px){
        
        .expedition-report-content {
            width: 41%;
        }
        .conatct-content {
            width: 22%;
        }
        .members-content {
            width: 31%;
        }
        .gallery-content {
            width: 15%;
        }
        .footer{
            text-align:left;
            padding:5%;
        }
        .footer .row ul li{
            display:block;
            margin:10px 0px;
            text-align:left;
        }
        .footer .row a i{
            margin:0% 3%;
        }
    }