﻿body{
  font-family: Lato !important;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Lato', sans-serif;
}

.header-section2 {
  /* background-image: url('/app/images/static_pages/greeksoft/bg_banner.png'); */
  background-size: 100% 70%;
  background-repeat: no-repeat;
  padding: 0 0 0 0 ;
  margin-top:12px; 
  z-index: 0;       
}

.header-section2
.lead {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000000 !important;
}
.btn-primary {
  color: #fff;
  background-color: #97144D !important;
  border-color: #97144D !important;
}
.btn-white {
  color: #97144D !important;
  background-color: #fff !important;
  border-color: #97144D !important;
}
.btn-dark {
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-md{
  font-size: 16px !important;
  font-weight: 500 !important;
  width: auto!important;
  float: none !important;
}
.terminal-image {
  border: 10px solid #050505;
  border-radius: 20px;      
}



.link_sec a:hover{
  color: #000000;
}
.link_sec a{
  color:#000000;
  text-decoration: underline !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}


.link_sec a:first-of-type {
  border-right: 1px solid #000; /* Adjust the color and width as needed */
  padding-right: 10px; /* Optional: Add some padding for spacing */
}
.section_container{
  margin-top:50px;
}
.sec_discover_the_power{
   margin: 0px 0px 50px 0px; 
}
.display-6{
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #000000 !important;
}





 /* accordion web view css starts here */
/* Hide list-style (bullets) and border for li items */
.list-group li {
  list-style: none;
  border-bottom: 2px solid #dcdcdc;
  text-align: left;
  position: relative; /* For positioning the arrow on active item */
}

/* Hide all content images initially except the first one */
.content-img {
  display: none;
  width: 100%;
  height: auto;
}

/* Hide all paragraph texts initially except the first one */
.list-group li p {
  display: none;
}

/* Add arrow to the active list item */
.list-group li.active::after {
  content: '➔'; /* Unicode arrow */
  position: absolute;
  right: 10px; /* Adjust positioning as needed */
  top: 10%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #97144D;
}

/* Active list item and image */
.active img,
.active p {
  display: block;
}

/* Highlight active list item text */
.list-group-item.active {
  font-weight: bold;
  background-color:transparent !important;
}
.list-group-item{
    border:none !important;
    background-color: transparent !important;
}
.list-group-item-action:focus, .list-group-item-action:hover{
    background-color: transparent !important;
}
.list-group-item-action{
    width: 90%;
    color: #97144D !important;
    font-size: 22px;
    font-weight: 700;
}
li p{
  color: #414141 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 30px 0px 14px;
    text-align: justify;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh; 
}

.content img {
  max-width: 100%; 
  height: auto; 
}
 /* accordion web view ends here */

 .accordion-button:focus{
  border-color: transparent !important;
  box-shadow: none !important;
 }
 .accordion-button:not(.collapsed) {
  color: #97144D !important;
  background-color: #f5f5f5 !important;
 }
 .accordion-button{
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #97144D !important;
  background-color: #f5f5f5 !important;
  height: 45px;
  padding: 5px 0px 10px 0px !important;
 }
 .accordion-item:not(:last-of-type) {
  border-bottom: 2px solid #dcdcdc !important;/* Change this to your desired border color */
}
 .accordion-item{
  border: none !important;
 }
 .accordion-body {
  padding: 0px 13px 13px 13px !important;
  background: #f5f5f5 !important;
  text-align: left !important;
  /* border-bottom: 2px solid red !important; */
}
.accordion-button:not(.collapsed){
  box-shadow: none !important;
}
.footer_harness_btn{
  display: block;
}

.tuto_para{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.web_harves{
  padding:0px 36px;
}
.img_label{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 10px 10px 25px 10px;
}
.txt_copyright{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin:0px 0px 0px 25px;
}
.quoted_text{
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  /* margin-top: 7px !important; */
}
.social_icons{
  margin:0px 0px 0px 25px;  
  text-align: right;
}
.social_icons a img {
  display: inline-block;
  vertical-align: middle;
}
.img_container{
  width: auto;
  height: auto;
  max-width: none;
}
.social_icons a{
  color: transparent;
  text-decoration: none;
}
.web_btn_new_section {
  padding: 50px 0px 60px 0px;
}
.tutorials_section {
  padding: 50px 0px 20px 0px;
}
.list-group li:last-child {
  border-bottom: none;
}
.btn:active {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: '\f077' !important; 
}
.accordion-button::after{
  background-image: none !important;
  font-family: 'Font Awesome 5 Free' !important;
  content: '\f078' !important; 
  font-weight: 900 !important;
  display: inline-block !important;
  transition: transform 0.2s ease-in-out !important;
}
.accordion-button:not(.collapsed)::after {
  transform: none !important;
}

 
.accordion:hover{
  background-color: #FFF;
}
 .search-area > span{
  margin-left: 0px !important;
}
.first-level-menu > li{
  padding-left: 0px;
}

@media only screen and (max-width:600px){
  
  .header-section2{
    margin-top:50px;
  }
  .txt_web{
    display: none;
  }
 
  .image-wrapper{
    padding: 2px !important;
    margin: 4% 4% 0 4% !important;
  }

  .sec_discover_the_power {
    margin: 0px 0px 20px 0px;
  }
  .mob_btn{
    display: block;
    margin: 26px 0px 0px 0px !important;
  }
  .section_container {
    margin-top: 2px;
  }
  .para_discover_para{
    padding: 0px 23px;
    text-align: justify;
  }
  .accordion_web{
    display: none;
  }
  .accordion_mob{
    display: block;
  }
  .header_left_align{
    text-align: left;
  }
  .new_section {
    padding: 32px 0px 52px 0px;
  }
  .features_section {
    padding: 52px 23px 52px 23px;
  }
  .web_btn{
    display: none;
  }
  .social_icons{
    text-align: center;
    margin: 20px 0px 0px 25px;
  }
  .txt_copyright{
    text-align: center;
  }
  .accordion-body {
    padding: 0px 0px 13px 0px !important;
  }
  .top_btn{
    display: none;
  }
}

@media only screen and (max-width:374px){
  .btn-md {
    font-size: 14px !important;
  }
  .display-6 {
    font-size: 25px !important;
  }
  .header-section2 {
    margin-top: 22px;
  }
}

@media only screen and (max-width:600px){
  .row {
    width: auto;
    margin-bottom: 15px !important;
  }
  .header-section2{
    padding: 0 0 0 0;
    background-size: 100% 100%;
  }
} 




.landing_top_sec{
  display: flex;
      flex-wrap: wrap;
      background-image: url('/app/images/static_pages/greeksoft/bg_banner.png'); 
      background-size: cover;
      background-position: center;
      min-height: 100vh;
      padding: 20px;
      align-items:center;
}
.top_left_sec{
  text-align:left;
}
.top_left_sec h1{
  font-size: 60px;
  font-weight:700;
  line-height:70px;
  margin-bottom: 20px;
  font-family:lato !important;
  color:#000000 !important;
}
.top_left_sec p{
  font-size: 20px;
  font-weight:700;
  line-height:24px;
  color:#000000 !important;
}
.top_right_sec img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .main-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .button-container {
      display: flex; 
      gap: 10px;
      align-items:center;
    }
    .display_view_strategy{
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    .button-container-bottom {
      
      align-items:center;
    }
    .btn {
      display: inline-block;
      text-align: center;
      padding: 10px 15px;
      text-decoration: none;
      color: white;
      background-color: #007bff;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      flex: 1; 
      min-width: 150px;
      max-width: 160px;
      height:48px;
    }
    a.link_View_Strategies{
      font-size:16px;
      font-weight:500;
      color:#000000 !important;
      text-decoration:underline !important;
      margin-left:30px;
    }
    section {
      padding-top: 50px; /* Adjust the value as needed */
      padding-bottom: 50px;
    }
    
    .ctcl_left p{
      font-size:25px;
      font-weight:700;
      color:#000000;
      line-height:35px;
    }
    .ctcl_right p{
      font-size:16px;
      font-weight:400;
      color:#000000;
      line-height:25px;
    }
    .trading{
      background:#f5f5f5;
    }
    .trading_header h1{
      font-size:40px;
      font-weight:700;
      color:#000000;
      line-height: 48px;
    }
    @media only screen and (max-width:600px){
      .top_left_sec h1 {
        font-size: 40px;
        text-align: center;
        line-height: 48px;
      }
    }
    .feature-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
      gap: 20px;
    }

    .feature-card {
      flex: 0 1 calc(33.33% - 20px);
      padding: 0px 20px 20px 20px;
      border-left: 2px solid #dcdcdc;
      /* transition: transform 0.3s ease-in-out; */
    }

    .feature-card:hover {
      /* transform: translateY(-5px); */
    }

    .feature-icon {
      background-color: #99003d; /* Icon background color */
      color: white;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      margin-left: 15px;
      font-size: 30px;
    }

    .feature-title {
      color: #99003d; /* Title color */
      font-size: 16px;
      font-weight: 700 !important;
      font-weight: bold;
      margin-bottom: 10px;
      margin-left: 15px;
    }

    .feature-description {
      font-size: 16px;
      line-height: 25px;
      font-weight: 400;
      color: #414141;
      margin-left: 15px;
    }
    .row_mt{
      margin-top:20px;
    }
    .algorithmic_trading h1{
      color:#ffffff;
      font-size:30px;
      font-weight:700;
      line-height:40px;
      padding: 0px 65px;
      text-align: left;
    }
    @media (max-width: 992px) {
      .feature-card {
        flex: 0 1 calc(50% - 20px); /* 2 cards per row */
      }
    }

    @media (max-width: 576px) {
      .feature-card {
        flex: 0 1 100%; /* 1 card per row */
      }
    }

    /* Banner Styling */
    .banner_web_container{
      display:block;
    }
    .banner_mob_container{
      display:none;
    }
    .banner-web {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.5rem;
      background-image: url('/app/images/static_pages/greeksoft/banner_img.png');
      border-radius: 20px;
      color: white;
      text-align: left;
      /* background-repeat: no-repeat; */
      background-repeat:round;
      width: 100%;
    }
    .banner-mob {
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.5rem;
      background-image: url('/app/images/static_pages/greeksoft/mob_power_btn.png');
      border-radius: 20px;
      color: white;
      text-align: left;
      background-repeat: no-repeat;
      width: 100%;
    }
    .greeksodt_algos_mob{
      padding: 1rem 1.5rem;
      background-image: url(/app/images/static_pages/greeksoft/mob_power_btn.png);
      border-radius: 20px;
      color: white;
      width: 100%;
      /* max-height: 100vh; */
      /* padding: 100px; */
      background-repeat: round;
      height: 240px;
    }
    .greeksodt_harness_mob{
      padding: 1rem 1.5rem;
      background-image: url(/app/images/static_pages/greeksoft/banner_algo.png);
      border-radius: 20px;
      color: white;
      width: 100%;
      /* max-height: 100vh; */
      /* padding: 100px; */
      background-repeat: round;
      height: 280px;
      padding-top: 15px !important;
    }
    .algorithmic_trading{
      padding: 1rem 1.5rem;
      background-image: url(/app/images/static_pages/greeksoft/banner_algo.png);
      border-radius: 20px;
      color: white;
      width: 100%;
      background-repeat: round;
    }
    .banner-text {
      font-size: 28px;
      font-weight: 700;
      color:#ffffff;
    }

    .greeksodt_algos_mob .banner-text {
      font-size: 30px;
      font-weight: 700;
      color:#ffffff;
      text-align:center;
    }

    /* Buttons Section */
    .banner-buttons {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .banner-button {
      background-color: #ffffff;
      color: #97144D;
      text-decoration: none;
      padding: 0.5rem 1rem;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap;
    }

    .banner-buttons a:hover{
      color: #97144D;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .banner {
        flex-direction: column;
        text-align: center;
      }

      .banner-text {
        font-size: 1.2rem;
        margin-bottom: 1rem;
      }

      .banner-buttons {
        gap: 0.5rem;
      }
    }

    @media (max-width: 600px) {
      .banner-button {
        font-size: 16px;
        font-weight:500;
        line-height:24px;
        padding: 12px;
        width:100%;
        text-align:center;
      }

    }

    @media (max-width: 600px) {
      .banner_web_container{
        display:none;
      }
      .banner_mob_container{
        display:block;
      }
    }

    @media (min-width: 600px) {
      .greeksodt_algos_mob{
        display:none;
      }
      .greeksodt_harness_mob{
        display:none;
      }
  }
    
  /* Trading strategy section css strats here */
  .hero-section {
      width: 100%;
      min-height: 60vh;
      color: #ffffff;
      text-align: center;
      padding: 50px 0px;
      border-radius: 20px;
      background-image: url('/app/images/static_pages/greeksoft/strategy_banner.png'); 
      background-repeat: round;
      background-size: contain; 
    }
    .hero-section h1{
      font-size:40px;
      font-weight:700;
      line-height:48px;
      text-align:center;
      color: #ffffff;
    }
    .hero-section p{
      font-size:20px;
      font-weight:700;
      line-height:30px;
      text-align:center;
      color: #ffffff;
    }

    .strategy-card {
      border: 1px solid #E1E1E1;
      border-radius: 10px;
      padding: 1.5rem;
      /* transition: transform 0.3s ease-in-out; */
      height: 100%;
    }

    .strategy-card:hover {
      /* transform: translateY(-5px); */
    }

    .card-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #C61855; /* Highlighted Text Color */
    }
    .algo_mt{
      margin-top: 25px !important;
    }
    .btn-load-more {
      background-color: #0C1C3D;
      color: #fff;
      border-radius: 8px;
      padding: 0.75rem 1.5rem;
    }

    .btn-load-more:hover {
      background-color: #97144D;
    }
    .justify_cont{
      justify-content: space-between;
    }
    .footer_para{
      font-size:18px;
      font-weight:400;
      color:#000000;
    }
    .social-icons img{
      margin-left:30px;
    }
    .trading_strategy{
      padding-top:0px;
    }
   
   /* show and hide data code starts here */
    #small_data, #large_data {
      display: block;
      transition: all 0.3s ease;
    }

    #large_data {
      display: none;
    }
    #small_data, #large_data {
      opacity: 1;
    }
    /* show and hide data code ends here */

    


    @media only screen and (max-width:600px){
      .display_view_strategy{
        display: block;
      }
      a.link_View_Strategies {
        margin: 10px 0px 30px 0px;
      }
      .top_left_sec p{
        line-height: 20px;
        text-align: center;
      }
      .sec_ctcl{
        padding: 50px 36px;
      }
      .ctcl_left p{
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
      }
      .ctcl_right p{
        line-height: 25px;
      }
      .trading_header h1 {
          font-size: 25px;
          font-weight: 700;
          color: #000000;
          line-height: 30px;
      }
      .trading{
        padding: 50px 36px;
      }
      .greeksodt_algos_mob .banner-text {
        font-size: 25px;
      }
      .greeksodt_harness_mob .banner-text {
        font-size: 25px;
      }
      .hero-section h1 {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        padding: 0px 15px;
      }
      .hero-section p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        padding: 0px 15px;
      }
      .trading_strategy{
        padding: 0px 36px;
      }
      .greeksodt_algos_mob_mt{
        margin-top:40px;
      }
      .hero-section{
        background-size: cover;
        padding: 20px 11px;
        margin-bottom: 13px;
      }
      .strategy_p_0{
        padding: 0px !important;
      }
      .harness_web{
        display: none;
      }
      .footer_harness_btn{
        display: none;
      }
    }

    @media only screen and (max-width: 424px){
      .greeksodt_algos_mob{
        height: 278px;
      }
      .greeksodt_harness_mob{
        background-repeat: no-repeat;
        background-size: cover;
        height: 315px;
      }
      .sec_ctcl{
        padding: 50px 5px;
      }
      .btn{
        font-size: 14px !important;
        min-width: 138px !important;
        white-space: nowrap;
      }
      .ml_btn{
        margin-left: 10px;
      }
      .trading{
        padding: 50px 0px;
      }
      .trading_strategy{
        padding: 0px 10px;
      }
      .web_harves{
        padding:0px 10px;
      }
      .top_left_sec h1{
        font-size: 31px;
      }
    }