body{
    margin:0;
    padding:0;
    background-color: #fafff9;
}

*{
    user-select:none;
}

#preloader{
    background:rgb(250, 255, 249) url('Loading.gif') no-repeat center;
    background-size:20%;
    height:100vh;
    width:100%;
    top:0;
    position:fixed;
    z-index:500000000000;
}

.parentnav{
     width:100%;
      align-items: center;
     background-color:white;
     top:0;
         position: fixed;
         z-index:20000000;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav{
    width:90%;
    margin-left:5%;
    margin-right:5%;
    font-family:sans-serif;
    display:flex;
    justify-content: space-around;
    background:white;
    align-items: center;

}



.brand{
    width:160px;
    padding-top:5px;
    padding-bottom:5px;
    
}



.men{
    list-style:none;
    display: flex;
    justify-content: space-around;
    width:60%;
}

.online-b > a{
    text-decoration:none;
    color:white;
   
}

.online-b{
    font-weight:bolder;
    font-size:15px;
     background-color:#176900;
     padding:15px;
     border-radius:5px;
}

#firstboostrap{
    padding-right:5px;
}

.menu, .online-b{
    float:left;
}

.menu{
    font-size:13px;
}

.menu a{
    text-decoration:none;
    color:black;
    transition:0.5s;
}

.menu a:hover{
   border-bottom: 2px solid #176900;
    transition-duration:0.5s;
}


.button{
    display:none;
    background-color: #acd723;
    padding:5px;
}


.line1, .line2, .line3{
    width:15px;
    height:2px;
    background-color:black;
    margin:5px;
    transition:0.5s;
}

.bgx{
     transition:0.5s;
    background-color:black;
}


.button:hover .line1{
    animation-name:line1;
    animation-duration:2s;
}

.button:hover .line2{
    animation-name:line2;
    animation-duration:2s;
}

.button:hover .line3{
    animation-name:line3;
    animation-duration:8s;
}

@keyframes line1{
    0%{margin-right:0px;}
    50%{margin-right:15px;}
    100%{margin-right:0px;}
}

@keyframes line2{
    0%{margin-left:0px;
}
    50%{margin-left:15px;}
    100%{margin-left:0px;
        background-color:#21710b;
    }
}

@keyframes line3{
    0%{margin-right:0px;}
    50%{margin-right:1px;}
    100%{margin-right:0px;}
}

@media screen and (max-width:1000px){
    .men{
        width:60%;
    }

    li{
        padding:5px;
    }

}

@media screen and (max-width:768px){
    #preloader{
         background-size:30%;
    }

    .nav{
        width:95%;
    }

    .brand{
        width:120px;
    }

    .men{
        position:absolute;
        display:flex;
        width:100%;
        height:80vh;
        padding-bottom:150px;
        flex-direction: column;
        right:0;
        color: black;
        top:55px;
        transform: translateX(100%);
        transition:0.5s;
        background-color:white;
        
    }

    li a:hover{
    border-bottom:none;
}

li a{
    transition:1s;
    color: black;
}

    li a:hover{
 color: #083f25;
 border-bottom:0px;
}

    .menactive{
        transform: translateX(0%);
        transition:0.5s;
    }


    .button{
        display:block;
    }

    li{
        text-align:center;
        padding-top: 20px;
        width:100%;
        color: black;
    }

    li a{
        color: black;
    }
}

.landing-divider{
    margin-top:10%;
    padding-bottom:5%;
    position:relative;
}


.landing-divider-child{
    column-count:2;
    width:90%;
    margin-left:5%;
    margin-right:5%;
}

.landing-divider-child-first{
    font-family:sans-serif;
    margin-right:5%;
}

.landing-divider-child-first > .first{
    font-weight:100;
    margin-top:10%;
    color: #176900;
    font-size:15px;
    letter-spacing:4px;
}

.landing-divider-child-first > .second{
    font-weight:700;
    color: black;
    font-size:48px;
     margin-top:-5px;
}

.landing-divider-child-first > .third{
    font-weight:400;
    color: rgb(92, 92, 92);
    font-size:14px;
    margin-top:-30px;
    line-height:20px;
}

.landing-divider-child-first > .ldcfone{
    column-count:2;
    width:70%;
    display:flex;
    margin-top:20px;
    align-content:center;

}

.online-c > a{
    text-decoration:none;
    color:white;
   
}

.online-c{
    font-weight:bolder;
    font-size:15px;
     background-color:#176900;
     padding:15px;
     border-radius:5px;
 
}

#secondboostrap{
    padding-right:5px;
}

.online-d > a{
    text-decoration:none;
    color:#176900;
    display:flex;
     align-items:center;
}



.online-d{
    font-weight:bolder;
    font-size:15px;
     border-radius:5px;
    margin-left:30px;
    margin-top:15px;
}

#thirdboostrap{
    padding-right:20px;
     color:#176900;
     font-size:45px;
  
}

  #miniPlayer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 170px;
    background: #000;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    border-radius: 8px;
    overflow: hidden;
  }

  #miniPlayer iframe {
    width: 100%;
    height: 100%;
  }

  #miniPlayer button {
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
  }

  .ldcftwo{
    width:75%;
}

.ldcftwo > div{
float:left;
}

.support-img-container{
    width:35%;
}

.support-txt-container{
    width:65%;
}

  .support{
    margin-top:30px;
    width:30%;
    float:left;
    border-radius:100%;
    border:2px solid #fafff9;
     display:flex;
    align-content:center;
    margin-left:-6%;
  }

  .support-txt{
    font-weight:400;
    color: rgb(92, 92, 92);
    font-size:14px;
        margin-top:30px;
    line-height:20px;
}

.support-txt a{
    color: #acd723;
}

.landing-divider-child-second{
    position:relative;
}

.landing-divider-child-second > img{
    width:95%;
}

.landing-divider-child-second > div{
    position:absolute;
    background-color: #fafff9;
    animation-name:landinganime;
    animation-duration:2s;
    animation-iteration-count:infinite;
    display:block;
    margin-left:35%;
     margin-right: auto;
     padding:0 20px 10px 20px;
     border-radius:10px;
}

@keyframes landinganime{
    0%{top:70%}
    50%{top:68%}
    100%{top:70%}
}

.landing-divider-child-second > div > p > i{
    color: #083f25;
    font-size:25px;
    font-weight:bolder;
    margin-right:10px;
}

.landing-divider-child-second > div > .first{
    font-family: sans-serif;
    font-size:20px;
    font-weight:700;
}

.landing-divider-child-second > div > .second{
     font-family: sans-serif;
    font-size:12px;
    text-align:right;
    margin-top:-20px;
}


.landing-divider-childtwo > div{
   position: absolute;
       top:6%;
    z-index:-2;
     pointer-events: none;
  transition: transform 0.1s ease-out;
   width:60%;
   margin-left:40%;
}

.landing-divider-childtwo > div > img{
    width:80%;
    transform:rotate(-3deg);
}

@media screen and (max-width:600px){
.landing-divider-child{
    column-count:1;
    width:95%;
}

.landing-divider-child-first{
    padding-bottom:35%;
}


.landing-divider-child-first > .first{
    font-weight:100;
    margin-top:30%;
    color: #176900;
    font-size:12px;
    letter-spacing:4px;
}

.landing-divider-child-first > .second{
    font-weight:700;
    color: black;
    font-size:38px;
     margin-top:5px;
}

.landing-divider-child-first > .third{
    font-weight:400;
    color: rgb(92, 92, 92);
    font-size:12px;
    margin-top:-20px;
}

.landing-divider-child-first > .ldcfone{
    column-count:2;
    width:100%;
    display:flex;
    margin-top:20px;
    align-content:center;

}

.online-c{
    font-size:12px;
}

.online-d{
    font-size:12px;
}

#thirdboostrap{
    padding-right:10px;
     color:#083f25;
     font-size:35px;
}

.ldcftwo{
    width:95%;
}

.support-img-container{
    width:40%;
}

.support-txt-container{
    width:60%;
}

 .support-txt{
    font-size:14px;
}

.landing-divider-child-second > div{
    animation-name:landinganimation;
    animation-duration:2s;
    animation-iteration-count:infinite;
    margin-left:30%;
     margin-right: auto;
     padding:0 20px 10px 20px;
     border-radius:10px;
}

@keyframes landinganimation{
    0%{top:50%}
    50%{top:48%}
    100%{top:50%}
}

.landing-divider-child-second > div > p > i{
    font-size:20px;
}

.landing-divider-child-second > div > .first{
    font-size:18px;
}

.landing-divider-child-second > div > .second{
    font-size:11px;
}

.landing-divider-childtwo{
    display:none;
}
}

.second-body{
    padding-top:5%;
    background-color:white;
    padding-bottom:5%;
}

.carousel {
  overflow: hidden;
  width:90%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:70px;
}

.track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
  animation-play-state: running; /* default */
}

.group {
  display: flex;
}

.logo {
  flex: 0 0 auto;
  margin: 0 20px;
}

.logo img {
  height: 60px;
  width: auto;
  display: block;
  opacity:0.3;
  transition:0.5s;
}

.logo img:hover{
    opacity:1;
      transition-duration:0.5s;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


.about-f-div{
    width:90%;
    column-count:2;
    margin-left:5%;
     font-family:sans-serif;
}

.about-f-div-child{
    position: relative;
}

.about-f-div-child > img{
    width:95%;
     z-index:10;
}

.about-f-div-child > div{
    position:absolute;
    width:8%;
    top:25%;
    margin-left:10%;
}

.about-f-div-child > div > img{
    width:100%;
}

.about-f-div-secondchild > .txtone{
    font-weight:100;
    margin-top:10%;
    color:#176900;
    font-size:15px;
    letter-spacing:5px;
}

.about-f-div-secondchild > .txttwo{
        font-weight:800;
    color: black;
    font-size:30px;
    margin-top:-5px;
}

.about-f-div-secondchild > .txtthree{
 font-weight:400;
    color: rgb(92, 92, 92);
    font-size:16px;
    margin-top:-15px;
    line-height:30px;
    margin-right:10%;
}

.about-f-div-secondchild-grand > div{
    float:left;
}

.about-f-div-secondchild-grand-icon{
    margin-top:28px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    width:10%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background-color:white;
    background: linear-gradient(to bottom, #176900 50%, white 50%);
  background-size: 100% 200%;
  background-position: bottom;   /* start from bottom */
  transition: background-position 0.3s ease-in-out;
}

.about-f-div-secondchild-grand-icon > i{
    font-size:30px;
    font-weight: 900;
    color: #176900;
    transition:0.3s;
}

.about-f-div-secondchild-grand-text{
    width:85%;
    margin-left:5%;
}

.about-f-div-secondchild-grand-text > .txtone{
            font-weight:800;
    color: black;
    font-size:23px;
    transition:0.3s;
}

.about-f-div-secondchild-grand-text > .txttwo{
 font-weight:400;
    color: rgb(92, 92, 92);
    font-size:16px;
    margin-top:-15px;
    line-height:30px;
    margin-right:10%;
}

.about-f-div-secondchild-grand:hover .about-f-div-secondchild-grand-icon{
    background-color: #176900;
    background-position: top;    
    transition:0.3s;
}

.about-f-div-secondchild-grand:hover .about-f-div-secondchild-grand-icon > i{
    color:white;
    transition:0.3s;
}

.about-f-div-secondchild-grand:hover .about-f-div-secondchild-grand-text > .txtone{
    color:#176900;
    transition:0.3s;
}

.online-ff > a{
    text-decoration:none;
    color:white;
   
}

.online-ff{
    margin-top:40px;
    display:inline-block;
    font-weight:200;
    font-size:15px;
     background-color:#176900;
     padding:15px;
     border-radius:5px;
}

.online-ff > a > i{
     font-size:12px;
     margin-left:3px;
}

@media screen and (max-width:600px){
    .about-f-div{
        column-count:1;
        width:90%;
    }

    .about-f-div-secondchild > .txtone{
    font-weight:100;
    margin-top:10%;
    color:#176900;
    font-size:13px;
    letter-spacing:5px;
}

.about-f-div-secondchild > .txttwo{
        font-weight:800;
    font-size:25px;
    margin-top:-5px;
}

.about-f-div-secondchild > .txtthree{
    font-size:15px;
    line-height:25px;
    margin-right:2%;
}

    .about-f-div-secondchild-grand-icon{
        width:15%;
    }

    .about-f-div-secondchild-grand-text{
    width:80%;
    margin-left:5%;
}

.about-f-div-secondchild-grand-icon > i{
    font-size:30px;
    font-weight: 900;
    color: #176900;
    transition:0.3s;
}

.about-f-div-secondchild-grand-text > .txtone{
            font-weight:800;
    color: black;
    font-size:16px;
}

.about-f-div-secondchild-grand-text > .txttwo{
    font-size:15px;
    line-height:25px;
    margin-right:2%;
}

}

.pct{
     font-weight:100;
    margin-top:5%;
    color:#21710b;
    font-size:15px;
    font-family:sans-serif;
    letter-spacing:5px;
    text-align: center;
}

.suem{
     margin-top:-10px;
     font-weight:800;
    color:black;
    font-size:25px;
    font-family:sans-serif;
    text-align: center;
    margin-left:30%;
    margin-right:30%;
}

.scroll-wrapper {
  width: 95%;
  overflow: hidden;
  margin: auto;
}

/* Horizontal scroll container */
.scroll-container {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 30px 10px;
}

/* Hide scrollbar for clean look */
.scroll-container::-webkit-scrollbar {
  display: none;
}
.scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Individual cards */
.card {
    font-family:sans-serif;
  background-color: #fff;
   background: linear-gradient(to left, white 50%, #176900 50%);
  background-size: 200% 100%;
  background-position: right;   /* start from bottom */
  transition: background-position 0.3s ease-in-out;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 25px;
  width: 350px;
  flex: 0 0 auto; /* Prevent shrinking */
  transition: all 0.3s ease;
}

.card:hover {
   background-color: #176900;
    background-position:left;   
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

.icon {
  color: #176900;
  margin-bottom: 15px;
   transition:0.3s;
}

.icon i {
  font-size:35px;
  stroke-width: 2.3px;
}

.card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
   transition:0.3s;
}

.card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
   transition:0.3s;
}

.aviator {
  color: #176900;
  font-weight: 600;
  letter-spacing: 0.3px;
   transition:0.3s;
}

.card:hover .icon{
    color:white;
    transition:0.3s;
}

.card:hover h3{
    color:white;
    transition:0.3s;
}

.card:hover .cardtxt{
    color:rgb(214, 214, 214);
    transition:0.3s;
}

.card:hover .aviator{
    color:white;
    transition:0.3s;
}

@media screen and (max-width:600px){
    .pct{
        font-size:14px;
    }

    .suem{
        font-weight:700;
        font-size:20px;
         margin-left:10%;
      margin-right:10%;
    }

    .scroll-container {
  gap: 15px;
  padding: 30px 0px;
}

    .card{
        width:200px;
        max-width:2000px;
    }

    .cardtxt{
      max-width:200px;
    }

    .icon i{
        font-size:20px;
    }
}

.third-body{
    padding-top:10%;
    background-color:white;
    padding-bottom:5%;
}

.choose-f-div{
    width:90%;
    column-count:2;
    margin-left:5%;
     font-family:sans-serif;
}

.choose-f-div-child{
    position: relative;
}

.choose-f-div-child > img{

    width:95%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    z-index:10;
}

.shape{
    position:absolute;
    width:12%;
    top:90%; 
     margin-left:-5%;
     animation-name: first-shape;
     animation-iteration-count: infinite;
     animation-duration:5s;
}

@keyframes first-shape{
    0%{margin-left:-5%;}
    50%{margin-left:0%;}
    100%{margin-left:-5%;}
}

.shape > img{
    width:90%;
    margin-left:10%;
    transform: rotate(285deg);
}

.shapes{
    position:absolute;
    width:12%;
    top:23%; 
    margin-left:88%;
     animation-name: second-shape;
     animation-iteration-count: infinite;
     animation-duration:5s;
}

@keyframes second-shape{
    0%{top:23%}
    50%{top:32%}
    100%{top:23%}
}

.shapes > img{
    width:90%;
    margin-left:10%;
}

.choose-f-div-secondchild{
    margin-top:-10%;
    margin-bottom:20%;
}

.choose-f-div-secondchild > .txtone{
    font-weight:100;
    margin-top:10%;
    color:#176900;
    font-size:15px;
    letter-spacing:5px;
}

.choose-f-div-secondchild > .txttwo{
        font-weight:800;
    color: black;
    font-size:30px;
    margin-top:-5px;
}

.choose-f-div-secondchild > .txtthree{
 font-weight:400;
    color: rgb(92, 92, 92);
    font-size:16px;
    margin-top:-15px;
    line-height:30px;
    margin-right:10%;
}

.choose-f-div-secondchild-grand > div{
    float:left;
}

.choose-f-div-secondchild-grand-icon{
    margin-top:15px;
    text-align:center;
    padding-top:12px;
    padding-bottom:12px;
    width:12%;
    border-radius:50%;
    background: linear-gradient(to bottom, #176900 50%, #e6fff7 50%);
  background-size: 100% 200%;
  background-position: bottom;   /* start from bottom */
  transition: background-position 0.3s ease-in-out;
}

.choose-f-div-secondchild-grand-icon > i{
    font-size:30px;
    font-weight: 900;
    color: #176900;
    transition:0.3s;
}

.choose-f-div-secondchild-grand-text{
    width:85%;
    margin-left:3%;
}

.choose-f-div-secondchild-grand-text > .txtone{
    font-weight:700;
    color: black;
    font-size:22px;
    transition:0.3s;
    margin-bottom:50px;
}


.choose-f-div-secondchild-grand:hover .choose-f-div-secondchild-grand-icon{
    background-color: #176900;
    background-position: top;    
    transition:0.3s;
}

.choose-f-div-secondchild-grand:hover .choose-f-div-secondchild-grand-icon > i{
    color:white;
    transition:0.3s;
}

.choose-f-div-secondchild-grand:hover .choose-f-div-secondchild-grand-text > .txtone{
    color:#176900;
    transition:0.3s;
}



@media screen and (max-width:600px){
    .choose-f-div{
        column-count:1;
        width:90%;
    }

    .choose-f-div-secondchild > .txtone{
    font-weight:100;
    margin-top:10%;
    color:#176900;
    font-size:13px;
    letter-spacing:5px;
}

.choose-f-div-secondchild > .txttwo{
        font-weight:800;
    font-size:25px;
    margin-top:-5px;
}

.choose-f-div-secondchild > .txtthree{
    font-size:15px;
    line-height:25px;
    margin-right:2%;
}

    .choose-f-div-secondchild-grand-icon{
        width:15%;
    }

    .choose-f-div-secondchild-grand-text{
    width:80%;
    margin-left:5%;
}

.choose-f-div-secondchild-grand-icon > i{
    font-size:30px;
    font-weight: 900;
    color: #176900;
    transition:0.3s;
}

.choose-f-div-secondchild-grand-text > .txtone{
            font-weight:800;
    color: black;
    font-size:16px;
}

.choose-f-div-secondchild-grand-text > .txttwo{
    font-size:15px;
    line-height:25px;
    margin-right:2%;
}

}

.exchange{
    font-family:sans-serif;
    text-align: center;
}

.exchange-first{
    color: #176900;
    font-weight:400;
    margin-top:10%;
    font-size:16px;
    letter-spacing:5px;
}

.exchange-second{
    color:black;
    font-weight:700;
    margin-top:0;
    font-size:35px;
    margin-right:25%;
    margin-left:25%;
}


.table-container {
    width: 90%;
    margin: 40px auto;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    font-family:sans-serif;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  thead {
    background: black;
    color: white;
    border-radius:10px;
  }

  thead th {
    padding: 15px 10px;
    text-align: left;
  }

  thead th:last-child {
    text-align: right;
  }

  tbody tr {
    border-bottom: 1px solid #eee;
  }

  tbody td {
    padding: 15px 10px;
    vertical-align:middle;
  }

  td button{
    float:right;
  }

  .flag-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
  }

  .flag-name img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    filter: brightness(90%);
  }

  .change-positive {
    color: #007bff;
    font-weight: 600;
  }

  .change-negative {
    color: #e74c3c;
    font-weight: 600;
  }

  .chart {
    width: 150px;
    height: 40px;
  }

  .chart img {
    width: 100%;
    height: 100%;
    object-fit:cover;
  }

  .btn {
    background:#68d723;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
  }

  .btn:hover {
    background: #5d7314;
  }

  .edit-btn {
    background: #68d723;
    float: right;
  }

  .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
    color: white;
    padding: 10px 20px;
  }

  .toggle {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .toggle span {
    font-weight: 600;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 18px; width: 18px;
    left: 3px; bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: #68d723;
  }

  input:checked + .slider:before {
    transform: translateX(21px);
  }

  .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    padding: 20px 0;
    font-family:sans-serif;
  }

  .left-section {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .icon-circle {
    width: 35px;
    height: 35px;
    background-color:#68d723;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .left-section span {
    font-weight: 600;
    color: #000;
  }

  .right-section {
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 8px;
    color: black;
    font-size: 15px;
  }

  .dot {
    width: 10px;
    height: 10px;
    background-color: #68d723;
    border-radius: 50%;
  }


 @media screen and (max-width:600px){
    .table-container{
    overflow-x:scroll;
    }

    table {
    width: 200%;
    border-collapse: collapse;
  }

  .exchange-first{
    font-size:14px;
    letter-spacing:4px;
      margin-top:20%;
}

.exchange-second{
    font-size:25px;
    margin-right:10%;
    margin-left:10%;
      margin-bottom:20%;
}

.left-section span, .right-section span{
    font-weight: 400;
    font-size:14px;
    color: #000;
  }

}

.features {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width:90%;
  margin-left:5%;
  margin-right:5%;
  margin-bottom:2%;
}

.cardval {
  background: #fff;
  border-radius: 12px;
  width:30%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s ease;
}

.cardval:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icon {
  width: 50px;
  margin-bottom: 15px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 255, 0.1));
}

h3 {
  font-size: 1.2rem;
  color: #111;
  font-weight: 600;
}

#benefit-icon-one, #benefit-icon-two, #benefit-icon-three{
    font-size:35px;
}



.currency-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 20px;
      width: 90%;
      margin: 0 auto;
      padding-bottom:70px;
    }

    .currency-card {
      display: flex;
      align-items: center;
      background: white;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      padding: 15px 20px;
      transition: all 0.3s ease;
    }

    .currency-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }

    .currency-card img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px;
      object-fit: cover;
    }

    .currency-text {
      font-size: 21px;
      font-weight: 700;
      color: #000;
      font-family: sans-serif;
    }

    @media (max-width: 600px) {
      .currency-container {
        grid-template-columns: 1fr;
      }
      .currency-card {
        justify-content: flex-start;
      }

      .features {
  display:grid;
  grid-template-columns:repeat(1, 1fr);
  margin-bottom:20px;
}

      .cardval {
  width:100%;
}
    }

    .fourth-body{
        background-color:white;
        
    }

    .reviewer{
    font-family:sans-serif;
    text-align: center;
}

.review-first{
    color: #176900;
    font-weight:400;
    margin-top:2.5%;
    font-size:16px;
    letter-spacing:5px;
    padding-top:5%;
}

.review-second{
    color:black;
    font-weight:700;
    margin-top:0;
    font-size:35px;
    margin-right:25%;
    margin-left:25%;
}

 .slider-scottish-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
  }

  .slider-scottish-container {
    width: 80%;
    overflow: hidden;
    position: relative;
  }

  .slider-scottish {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .carrd-scottish {
    flex: 0 0 48%;
    background: #fff;
    margin: 1%;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: transform 0.3s;
  }

  .carrd-scottish:hover {
    transform: translateY(-3px);
  }

  .carrd-scottish-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .carrd-scottish-header img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
  }

  .carrd-scottish-header h3 {
    font-size: 18px;
    color: #222;
  }

  .carrd-scottish-header p {
    font-size: 14px;
    color: #777;
  }

  .carrd-scottish-content {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
  }

  .quote {
    font-size: 38px;
    color: #51409c;
    position: absolute;
    top: -20px;
    right: 15px;
    opacity: 0.2;
  }

  /* BULLETS */
  .bullets {
    text-align: center;
    margin-top: 20px;
  }

  .bullets span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .bullets span.active {
    background: #083f25;
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .review-first{
    font-size:14px;
}

.review-second{
    font-size:25px;
    margin-right:10%;
    margin-left:10%;
}

    .carrd-scottish {
      flex: 0 0 100%;
      margin: 0 5px;
    }

    .slider-scottish-container {
      width: 90%;
    }
  }



/* ===== CONTACT SECTION ===== */
.contact-info {
  background: #fafff9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.contain-daddy {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.box-of-info {
  text-align: left;
}

.noci {
  width: 60px;
  height: 60px;
  background: #d0f5eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #008f7a;
}

.box-of-info h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.box-of-info p {
  font-size: 14px;
  color: #555;
}

/* ===== FOOTER ===== */
.footer {
  background: #013d0c;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-img {
  width: 150px;
}

.footer-about p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 20px;
}

.socials i {
  margin-right: 15px;
  background: #111;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.footer-links h3 {
  margin-bottom: 15px;
  color: white;
}

.footer-links ul {
  list-style: none;
  margin-left:-15%;
}

.footer-links li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid #222;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #aaa;
}

.footer-policy span {
  margin-left: 20px;
  cursor: pointer;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .contain-daddy,
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .contain-daddy,
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .footer-policy span {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer-links ul {
  list-style: none;
  margin-left:-15%;
  text-align:left;
}

.footer-links li {
  margin-bottom: 10px;
}
}