/*--------------------------------*/
/* COLOR: #f7931a  */
/*--------------------------------*/


/*--------------------------------*/
/* INITIAL SETUP */
/*--------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #4b5320;
    color: #f5f5dc;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*--------------------------------*/
/* REUSABLE PROPERTIES */
/*--------------------------------*/

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section { padding: 80px 0; }

/*Headings*/

h1 {
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 240%;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 2px;
    word-spacing: 1px;
}

h2 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 180%;
    font-weight: 500;
    letter-spacing: 1px;
}


h2:after {
    display: block;
    height: 2px;
    background-color: #f7931a;
    content: "";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

h3 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 110%;
    font-weight: 550;
    letter-spacing: 1px;
}


p {
    line-height: 170%;
    text-align: center;
    font-size: 100%;
    font-weight: 350;
    margin-bottom: 50px;;
}

/*Buttons*/

.btn,
.btn:link,
.btn:visited {
    display: inline-block;
    text-decoration: none;
    font-size: 100%;
    color: #fff;
    font-weight: 350;
    margin-right: 20px;
    padding: 10px 2cap;
    text-transform: uppercase;
    background-color: #f7931a;
    border-radius: 15px;
    transition: background-color 0.4s;
}

.btn,
.btn:hover,
.btn:active { background-color: #d67f16; }

/*Icons*/

ion-icon {
    display: inline-block;
    font-size: 250%;
    text-align: center;
    color: #f7931a;
    padding-bottom: 12%;
    vertical-align: middle;
}

/*--------------------------------*/
/* HEADER */
/*--------------------------------*/

header {
    background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url('img/header-img.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    position: relative;
}

/*MAIN NAV*/

.logo {
    height: 50px;
    width: auto;
    float: left;
    margin-top: 25px;
}

.main-nav {
    list-style: none;
    float: right;
    margin-top: 35px;
}

.main-nav li {
    display: inline-block;
    margin-right: 25px;
}

.main-nav li:nth-child(6) { margin-right: 0; }

.main-nav li:last-child { margin-right: 0; }

.main-nav li a:link,
.main-nav li a:visited {
    color: #e0e0e0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 85%;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-bottom 0.4s;
}

.main-nav li a:hover,
.main-nav li a:active {
    color: #fff;
    border-bottom: 2px solid #f7931a;
}

.main-nav li a.active { color: #f7931a; }

.main-nav .btn:link,
.main-nav .btn:visited {
    background-color: #f7931a;
    color: #fff;
    font-weight: 400;
    border-radius: 15px;
    transition: background-color 0.4s, color 0.2s;
}

.main-nav .btn:hover,
.main-nav .btn:active {
    background-color: #fff;
    color: #d67f16;
}

/*Mobile-nav*/

.mobile-nav-icon {
    float: right;
    margin-top: 35px;
    display: none;
}


.mobile-nav-icon i {
    cursor: pointer;
    font-size: 200%;
    color: #f4f4f4;
}


.sticky .mobile-nav-icon i {
    cursor: pointer;
    font-size: 200%;
    color: #767676;
}


/*Sticky-nav*/

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #f5f5dc;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 1px #efefef;
    z-index: 9999;
}

.sticky .logo {
    height: 40px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.sticky .main-nav {
    margin-top: 23px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    color: #555;
}

.sticky .main-nav li a:hover,
.sticky .main-nav li a:active {
    color: #f7931a;
    padding-bottom: 12px;
    border-bottom: 2px solid #f7931a;
}

.sticky .main-nav li a.active {
    padding-bottom: 12px;
    border-bottom: 2px solid #f7931a;
}

/*HERO-BOX*/

.hero-box {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-20%);
    text-align: center;
    color: #b5b5b5;
}

.hero-box p {
    line-height: 170%;
    text-align: center;
    color: #ededed;
    font-size: 95%;
    font-weight: 350;
    margin-top: 10px;
    margin-bottom: 20px;
}

.widget {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Hero Section */
.in-vid {
    text-align: center;
}

/* Fullscreen Video Overlay */
#videoOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 1); /* Black background */
    align-items: center;
    justify-content: center;
}

/* Ensure video fully covers screen */
#introVideo {
    display: block; /* Ensure visibility */
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* Fills screen properly */
}

/* Close Button */
#closeBtn {
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 24px;
    background: red;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
}

#closeBtn:hover {
    background: darkred;
}

/* Improve small screen experience */
@media (max-width: 768px) {
    #introVideo {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    #closeBtn {
        top: 5px;
        right: 10px;
        font-size: 16px;
        padding: 6px 10px;
    }
}


/*--------------------------------*/
/* ABOUT */
/*--------------------------------*/

.features_img {
    width: 90%;
    margin-left: 5%;
    padding: 5px;
    border-radius: 15px;
}

.features_about {
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

.features_about p {
    line-height: 170%;
    text-align: justify;
    font-size: 95%;
    font-weight: 350;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*How It Works*/

.how-box {
    width: 80%;
    height: auto;
    margin-left: 10%;
    padding: 10%;
    text-align: center;
    color: #f5f5dc;
    background: linear-gradient(135deg, #4b5320, #556b2f);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.how-box h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7931a;
}

.how-box p { margin-bottom: 0; }
.how-box:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }

/*--------------------------------*/
/* SECTION-BANNER */
/*--------------------------------*/

.section-banner {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/banner-img.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.banner-box {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-85%);
    text-align: center;
    color: #b5b5b5;
}

.banner-box h2 {
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 240%;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 2px;
    word-spacing: 1px;
}

.banner-box p {
    line-height: 170%;
    text-align: center;
    color: #ededed;
    font-size: 95%;
    font-weight: 350;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*--------------------------------*/
/* INVEST */
/*--------------------------------*/

.section-invest p { padding: 0 20%; }

.plan-box {
    width: 90%;
    margin: 5%;
    height: auto;
    padding: 10%;
    text-align: left;
    color: #f5f5dc;
    background: linear-gradient(135deg, #4b5320, #556b2f);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #f7931a;
}

.plan-box div:last-child {
    text-align: center;
    border: 0;
}

.plan-box h3 {
    font-size: 150%;
    font-weight: 400;
}

.plan-box:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }
.plan-box ul { list-style: none; }
.plan-box ul li { padding: 5px; }

/*--------------------------------*/
/* WHY CHOOSE US */
/*--------------------------------*/

.section-why p { padding: 0 20%; }

.why-inner {
    width: 95%;
    margin-left: 2.5%;
    height: 270px;
    padding: 10%;
    color: #f5f5dc;
    background: linear-gradient(135deg, #4b5320, #556b2f);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.why-inner:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }

.why-icon {
    display: block;
    float: left;
    width: 10%;
    text-align: left;
}

.why-text {
    display: block;
    float: right;
    width: 90%;
    text-align: right;
}

.why-text h3 {
    margin-bottom: 2%;
    position: relative;
}

.why-text h3:after {
    display: block;
    height: 1px;
    background-color: #f7931a;
    content: "";
    width: 85%;
    position: absolute;
    top: 40%;
    right: 0;
    margin-top: 25px;
}

.why-text p {
    text-align: justify;
    padding: 0;
    padding-top: 5%;
    padding-left: 15%;
    font-size: 90%;
}

/*--------------------------------*/
/* TESTIMONIALS */
/*--------------------------------*/


.section-testimonials {
    padding-top: 80px;
}

.box-review {
    position: relative;
    cursor: pointer;
    margin-top: 15%;
    margin-bottom: 40px;
    width: 90%;
    margin-left: 5%;
    height: auto;
    padding: 10% 10%;
    border-bottom: 3px solid transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s, border-bottom 0.5s;
}

.box-review:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #f7931a;
}

.client {
    position: absolute;
    top: -10%;
    left: 34.6%;
}

.client img {
    width: auto;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 5px 8px #2a2a2a;
}

blockquote {
    font-style: italic;
    margin-top: 20%;
    width: 90%;
    margin-left: 5%;
    height: auto;
    font-size: 100%;
    font-weight: 300;
    text-align: center;
    line-height: 150%;
    position: relative;
}

blockquote:before {
    content: "\201C";
    display: block;
    position: absolute;
    top: -5px;
    left: -20px;
    font-size: 500%;
    font-weight: 300;
    text-align: left;
}

blockquote cite {
    border-top: 1px solid #9e9e9e;
    padding-top: 20px;
    display: block;
    margin-top: 20px;
    font-style: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 90%;
    text-align: right;
}

blockquote cite span {
    display: block;
    text-transform: none;
    margin-top: -5px;
}

/*--------------------------------*/
/* TRADE */
/*--------------------------------*/

.section-trade p { padding: 0 20%; }

.trade {
    width: 90%;
    margin: 5%;
    height: 350px;
    padding: 10%;
    text-align: left;
    color: #f5f5dc;
    background: linear-gradient(135deg, #4b5320, #556b2f);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.trade:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }

/*--------------------------------*/
/* FAQ */
/*--------------------------------*/

.section-faq {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/faq.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.section-faq p { padding: 0 20%; }

.accordion {
    cursor: pointer;
    background-color: inherit;
    padding: 18px;
    width: 80%;
    margin-left: 10%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
  
.active, .accordion:hover {
    background: linear-gradient(135deg, #4b5320, #556b2f);
}
  
.panel {
    padding: 0 18px;
    font-size: 100%;
    line-height: 140%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
  
.accordion:after {
    content: '\02795';
    font-size: 70%;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
}

/*--------------------------------*/
/* CONTACT */
/*--------------------------------*/

.box-contact {
    cursor: pointer;
    width: 95%;
    margin-left: 2.5%;
    height: auto;
    padding: 10% 10%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

.box-contact:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }
.contact-details { list-style: none; }
.contact-details li { padding-bottom: 10px; }

.contact-icons {
    display: inline-block;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 120%;
}

.contact-details li a:link,
.contact-details li a:visited {
    text-decoration: none;
    font-size: 90%;
    font-weight: 300;
    color: inherit;
    transition: color 0.3s;
}

.contact-details li a:hover,
.contact-details li a:active { color: #f7931a; }

input,
textarea {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #9e9e9e;
    background-color: transparent;

}

input:last-of-type {
    width: auto;
    border: 1px solid transparent;
    margin-bottom: 0;

}

input[type=submit] {
    text-decoration: none;
    font-size: 100%;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px 2cap;
    text-transform: uppercase;
    background-color: #f7931a;
    border-radius: 15px;
    transition: background-color 0.4s;
}

input[type=submit]:hover { background-color: #d67f16; }

textarea {
    max-width: 100%;
    max-height: 200px;
}

*:focus { outline: none; }

.form-messages {
    width: auto;
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10%;
}

.success { background-color: green; }
.error { background-color: red; }

/*--------------------------------*/
/* FOOTER */
/*--------------------------------*/

footer {
    margin-top: 100px;
    padding-top: 25px;
    border-top: 1px solid #feb051;;
    color: #fff;
}

footer p {
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 85%;
    font-weight: 300;
}


/* Back to Top Button Styles */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #f7931a;
  z-index: 10000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: none;
  transition: all 0.5s ease;
}

#backToTop:hover {
  background-color: #4b5320;
  color: #fff;
  transform: scale(1.05);
}

/*--------------------------------*/
/* ADDITIONAL */
/*--------------------------------*/

/* Intro Video*/
    .fixed-video-container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .fixed-video {
        margin-left: 5%;
        border-radius: 10px;
    }
/* Intro Video End*/


/* Whatsapp Widget */

#whatsapp-chat {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 10000;
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Ensures it doesn't take up space when hidden */
  transform: scale(0.9); /* Initial scale for transition effect */
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

#whatsapp-chat.visible {
  opacity: 1; /* Fully visible */
  visibility: visible;
  transform: scale(1); /* Restores scale */
}

#whatsapp-chat img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#whatsapp-chat img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Whatsapp Widget end */