@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body{
  font-family: "Inter", serif; overflow-x: hidden;
}
.gradientBG{
  background: #8735f8;
  background-image: -webkit-linear-gradient(left, #8735f8 0%, #4858ef 100%);
  background-image: linear-gradient(to right, #4858ef 0%, #8735f8 100%);
}
.first_Sec {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.first_Sec_inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/gcc-indore-2025-img-1.png);
  background-size: cover;
  background-position: top  center;
  background-repeat: no-repeat;
}
.first_Sec_inner:after{
  background: #000;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0.6;
}
.yash_Gcc{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.yash_Gcc img{
  max-width: 300px;
}
.bannerSec {
  position: relative;
  top: 0;
  bottom: 0;
  /* background: rgb(7 0 106 / 82%); */
  padding-top: 3rem;
  padding-bottom: 2rem;
  min-height: 90vh;
}
.bannerSec .logo img{width: 110px;height: auto;filter: brightness(0) invert(1);}
.bannerSec .Sap_logo img{
width: 190px;
  height: auto;
  padding-top: 15px;
     filter: brightness(0) invert(1);
 }
 .banner_Content{
  padding-top: 1rem;
 }
 .banner_Content   h6 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.5;
}

 .banner_Content h6 span{
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: 500;
 }
 .banner_Content h6 span::before{
  content: '';
  background-color: #3700e3;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .3s ease-in-out;
 }
 /* .banner_Content h6 span:hover::before{
  bottom: 0;
  height: 100%;
 } */
 .bannerContent ul.logos{
  display: flex;
  padding-left: 0;
  list-style: none;
 }
 .bannerContent ul.logos li:nth-child(2){
  margin-left: 45px;
 }
 .bannerContent h2{
  font-size: 4rem;
  color: #B3F804;
  
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
 }
 .banner_Content .knowMore.gren_btn{
  margin-left: 10px;
  font-weight: 500;
 }
 .banner_Content ul{
  padding-left: 0;
  color: #fff;
  list-style: none;
  margin-bottom: 2rem;
 }
 .banner_Content ul i{
  color: #B3F804;;
    font-size: 1.6rem;
    margin-right: 5px;
 }
 .banner_Content ul li{
  color: #d8d8d8;
  font-size: 1.2rem;
 }
 section{
  position: relative;
 }
 .intro{
  background-color: #f9f5fc;
  padding: 3rem;
 }
 .intro h4{
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 1rem;
 }
 .intro p{
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
 }

 .knowMore {
  color: #ffffff;
  border: 2px solid #ccc;
  padding: 10px 30px;
  border-radius: 40px;
  text-decoration: none;
}
.gren_btn{
  background-color: #B3F804;;
  color: #000;
  border: 2px solid #B3F804; !important;
}
.gren_btn:hover{
  background-color: #3700e3;
  border: 2px solid #3700e3!important;
  color: #ffffff;
}
.purple_btn{
  background-color: #8735f8;
  color: #fff;
  border:  2px solid #8735f8!important; 
}
.purple_btn:hover{
  background-color: #5d00de;
  border:  2px solid #5d00de!important;
  color: #fff;
  
}

.threeWays p{
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;

}
.overview p{
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
 }
.threeWays p span{
  font-weight: 800;
  display: block;

}
.overview  h4{
  margin: 20px 0;
}
.threeWays{
  margin-top: 3rem;
}
.threeWay{
  padding: 10px;
  background: #f8f0ff;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sec3{
  background: url(../images/Insider_right_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 3rem 0;
}
.sec3bg{
  background: url(../images/Insider_left_bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  max-width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 ;
  height: 100%;
  width: 50%; z-index: -1;
}
.sec3 h2{
  color: #212529;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.sec3 .card{
  padding: 20px;
}
.sec3 .card i{
  font-size: 3rem;
  color: #8735f8;
}
.sec3 .card h4{
  font-size: 1.8rem;
}
.overview{
  background: #000;
  color: #f2f2f2;
}
.expert{
  padding: 2rem;
  text-align: center;
}
.expert img{
  border-radius: 100%;
  border: 8px solid #ffffff69;
}
.expert .rsvpContent {
position: relative;
}
.expert .rsvpContent 
.expert .rsvpContent h6 {
 font-size: 1.3rem;
 color: #fff;
}
.expert .rsvpContent h6 p{
  font-size: 1rem;
  color: #ccc;
  font-weight: 300;
 }
.expert .rsvpContent .web {
 position: absolute;
 top: 0;
}
.expert .rsvpContent .web {
  position: absolute;
  top: -108px;
  color: #fff;
  right: -3px;
  background: #4858ef;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.expert .rsvpContent .web i{
  font-size: 1.2rem;
}
.expert .rsvpContent h6{
  font-size: 1.4rem;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.expert .rsvpContent p{
  font-size: 0.9rem;
  color: #e3e3e3;
  font-weight: 300;
}
.form_sec{
  padding: 0;
    background: #0b2038;
    color: #ffffff;
    background: url(../images/bottom_form_bg.jpg);
    background-size: cover;
}
.formBox {
  background: #fff;
  padding: 2rem;
  padding-bottom: 2rem;
  border-radius: 0 0 0 0;
}
.formBox .form-group {
  margin-bottom: 1.5rem;
}
.formBox .form-group .form-control {
  min-height: 51px;
  background: transparent;
  color: #000;
  border: 1px solid #636363;
}
.formBox .form-group .form-control::placeholder,
.formBox .form-group select.form-control  
{
  color: #999;
}
.formBox .form-group .form-control  option{
  color: #d9d9d9;
}
.formBox .btn.btn-primary {
  width: 100%;
  min-height: 56px;
  background: #B3F804;
  border-color: #B3F804;
}
.formBox .btn.btn-primary:hover {
  width: 100%;
  min-height: 56px;
  background: #3700e3;
  border-color: #3700e3;
}
footer {
  background: #000;
  padding: 15px 0;
  position: relative;
}
footer ul li {
  display: inline-flex
;
  margin-right: 15px;
}
footer ul li a img {
  width: 20px;
  height: auto;
}
.fLogo img {
  filter: brightness(0) invert(1);
  max-width: 100px;
}
footer p {
  color: #b1b1b1;
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
}
.text-right {
  text-align: right !important;
}
section.service_Offering {
  padding: 3rem 0 5rem;
  background: url(../images/gcc-conclave-2025_2.png); background-size: cover;
}
.section.service_Offering .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
li{ list-style-type: none;}
ul{ padding: 0;}
section.service_Offering h2,
.plan_Visit h2,
.abt_YASH h2,
.rsvp .heading_sec{
  font-weight: 600;
  font-size: 3rem;
}
.service_Box {
  position: relative;
  overflow: hidden;
}
.service_Box .s_Content{
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000b3;
  z-index: 2;
  color: #fff;
  padding: 10px;

}

.service_Box:hover .s_Content{
  top: 0;
  transition: all 2s;
}
.service_Box .s_Content ul{
  opacity: 0;
  height: 0;
  padding-left: 15px;
  color: #e6e1e1;

}
.service_Box .s_Content ul li{
  margin-bottom: 10px;
}
.service_Box:hover .s_Content ul{
  opacity: 1;
}
.service_Box .s_Content ul{

}


.plan_Visit{
 background: url(../images/gcc-conclave-2025_2.png);
 background-repeat: no-repeat;
 background-size: cover;
 padding: 3rem 0;
 background-position: top;
}
.planVisit_box {
  background: #000;
  padding: 30px ;
  color: #fff;
}
.planVisit_box h6{
  font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 2.4rem;
}
.planVisit_box h6 span{
  font-weight: 300;
  color: #ccc;
  display: block;
  text-align: right;
  font-size: 2rem;
}
.planVisit_box p,
.planVisit_box ul li{
  color: #212529;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.planVisit_box ul li i{
  color: #b3f800;
}
.planVisit_box ul{
  list-style: none;
  padding-left: 0;
}
.planVisit_box ul li{
  margin-bottom: 10px;
}
.planVisit_box a.knowMore{
  display: inline-block;
}
.abt_YASH{
  padding: 3rem 0;
}
.abt_YASH p{
  line-height: 1.8;
}
.abt_YASH p span{
  font-weight: 600;
}
.abt_YASH .knowMore{
  display: inline-block;
}
.rsvp .heading_sec{
  color: #fff;
}
.form_sec .heading_sec{
  font-size: 3rem;
  font-weight: 600;
}
.invite_only {
  color: #777777;
  font-size: 0.9rem;
  padding-bottom: 10px;
}
.agendas p{
  font-size: 1rem;
  line-height: 1.7;
}
.radio_input label{
  color: #aaa;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .service_Offering .col-sm-3 {
      flex: 0 0 auto;
      width: 20%;
  }
 
}
@media (max-width: 600px) {
  .yash_Gcc {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .yash_Gcc img {
    max-width: 160px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .bannerSec{
    background: #04092a;
    padding-top: 1.5rem;
  }
  .service_Offering .col-sm-3 {
      flex: 0 0 auto;
      width: 20%;
  }
  .bannerContent h2{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
  }
  .bannerSec .logo img{
    width: 80px;
    filter: brightness(0) invert(1);
  }
  .bannerSec .Sap_logo img{
    width: 150px;
  }
  .banner_Content h6{
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.5;
  }
  .banner_Content ul li {
    color: #e2e2e2;
    font-size: 1rem;
    font-weight: 300;
}
  .banner_Content h6 span{
    color: #000;
    display: inline-block;
  }
  .banner_Content .knowMore{
    display: flex;
            margin-bottom: 10px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        color: #fff;
  }
  .banner_Content .knowMore.gren_btn{
    color: #000;
  }
  .banner_Content {
    padding-top: 1rem;
}
.sec3bg{
  display: none;
}
.sec3 {
  background: url(../images/Insider_right_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 3rem 0;
  background-size: cover;
}
.first_Sec{
  min-height: 100vh;
}
.intro{
  padding: 2rem 0;
}
.intro p{
  font-size: 1rem;
}
.sec3 h2{
  font-size: 2rem;
    margin-bottom: 2rem;
}
.service_Offering .col-sm-3 {
  flex: 0 0 auto;
  width: 100%;
}
section.service_Offering h2, .plan_Visit h2, .abt_YASH h2, .rsvp .heading_sec {
  font-weight: 600;
  font-size: 2rem;
}
.rsvp .col-sm-3 {
  flex: 0 0 auto;
  width: 50%;
}
.expert {
  padding: 10px;
  text-align: center;
}
.expert .rsvpContent .web{
  right: -6px;
}
.expert .rsvpContent .web i {
  font-size: 1rem;
}
.expert .rsvpContent h6{
  font-size: 1.2rem;
}
.form_sec .heading_sec {
  font-size: 2rem;
}
}
a.close_Modal {
  color: #c4c4c4;
  right: -11px;
  position: absolute;
  top: -21px;
  font-size: 1.8rem;
  z-index: 2;
  transform: rotate(45deg);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  border-radius: 20px;
}
.modal-body img{
  border-radius: 20px;
}
.modal-content{
  background: transparent;
}
@media (min-width: 800px) {
  .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto;
  }
}
.agendas{
  text-align: left;
  z-index: 3;
  position: relative;
}
.agendas .time p{
  font-size: 1.2rem;
  margin-bottom: 0;
}
.agendas .time p span{
  font-size: 0.8rem;
  display: block;
  color: #666;
  display: none;
}
.agendas .agenda h6{
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}
.agenda_list{
  padding-top: 12px;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.agenda_list .col-sm-8{
  border-left: 1px solid #a7a7a7;
}
.agenda_list{
  border: 1px solid #ccc;
  margin-left: 0;
  padding-left: 0;
  background: #ffffff59;
  margin-bottom: 10px;
  border-radius: 8px;
}
.coutDown_timer{
  /* position: absolute;
  right: 30px;
  top: -40px; */
  display: flex;
  padding: 10px;
  /* border: 1px solid #ccc; */
}
.coutDown_timer div{
 font-size: 2rem;
 margin-right: 1rem;
 background: #000; color: #fff;
 padding: 15px;
 text-align: center;
 border-radius: 8px;
 min-width: 80px;
}
.coutDown_timer div span{
 display: block;
 font-size: 1rem;
 font-weight: 300;
 color: #000;
}
.formBox h3{
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 600px) {
  .planVisit_box h6{
    font-size: 2rem;
  }
  .planVisit_box h6 span{
    font-size: 1.2rem;
    padding-top: 20px;
  }
}
.slider-with-gcc{ background: #160f20; color: #fff; padding: 3rem;} 
.gcc-heading h3{ font-size: 2.4rem;  text-align: left;  margin-bottom: 1rem;}
.gcc-slider-sm-text ul{ padding: 0; margin: 0;}
.gcc-slider-sm-text ul li {
  list-style-type: none;
  font-size: 1.1rem; margin-bottom: 5px;
}

.gcc-slider-sm-text ul li i{ font-size: 1.5rem; margin-right: 15px;}
#carouselExampleIndicators img, #carouselExampleIndicators  iframe{ border-radius: 30px;}
.service_Box {
  border-radius: 30px;
}

.gcc-agenda{  padding: 2rem; background: #000000; color: #fff;} 
.logo_box img{ opacity: 0.6;}
.logo_box:hover img{ opacity: 1;}
.logo_box{ overflow: hidden;}
.gcc-agenda .planVisit_box li, .gcc-agenda  .planVisit_box p{ color: #ffffff !important;}