@charset "utf-8";
/* CSS Document */

body {
    /* font-family: 'Product Sans'; */
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    font-weight: 400;
    overflow-x:hidden;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

.callbtn {
    background-color: #fff;
    color: #e64a19;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-align: center;
}
.callbtn:hover {
    background-color: #fff;
    color: #e64a19;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-align: center;
}

.orange_color {
    font-weight: bold;
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange_back {
    background: rgb(245, 164, 47);
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
}

.blue_color {
    font-weight: bold;
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue_back {
    background: rgb(48, 50, 127);
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
}

.red_color {
    color: #E93F3A;
}

.red_back {
    background: #E93F3A;
}

.blue_grad {
    background: -webkit-linear-gradient(45deg, #00478D, #0375E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    margin-bottom: 50px;
}
.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}
.banner_form_sec h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}
#loginregister .nav-tabs .nav-link {
    border: 1px solid #d2d8d8 !important;
}
#loginregister {
    position: relative;
    box-shadow: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

/* Form Css Ends */


/* banner section start  */

.banner_section {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/banner_img.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    overflow: unset;
}

.banner_section .navbar-brand img.logo_img {
    width: 100%;
}

.banner_section p.hed-one {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    font-weight: 400;
    line-height: normal;
}
.banner_section p.hed-two {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    background: hsl(0deg 0% 0% / 40%);
    border: 2px solid hsl(0deg 0% 100% / 50%);
    border-radius: 12px;
    width: 200px;
    text-align: center;
    font-weight: 700;
}
.banner_section .banner-des h1 {
    font-size: 58px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}
.banner_section .banner-des h2 span.fnt-one {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.banner_section .banner-des h2 span.fnt-two {
    font-size: 50px;
    display: block;
    font-weight: 700;
    color: #fff;
}
.banner_section .banner-des h2 span.fnt-three {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: block;
}
.banner_section .banner-des h2 {
    margin-top: 30px;
}
.banner_section .banner-line {
    padding: 30px;
    background: linear-gradient(45deg, #A31919, #3D0909);
    position: relative;
        margin-top: -70px;
}
.banner_section .banner-line p {
    font-size: 24px;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.banner_section .banner-center-img img {
    margin-bottom: 65px;
}

@media (min-width:991px) and (max-width:1399px){
.banner_section p.hed-one {
    font-size: 18px;
    margin-top: 15px;
}
.banner_section .banner-des h1 {
    font-size: 40px;
}
.banner_section .banner-des h2 span.fnt-one {
    font-size: 20px;
}
.banner_section .banner-des h2 span.fnt-two {
    font-size: 34px;
}

.banner_section .banner-des h2 span.fnt-three {
    font-size: 16px;
}
.banner_section p.hed-two {
    font-size: 16px;
    padding: 8px;
    width: 160px;
}
.banner_section .banner-line p {
    font-size: 20px;
}
.banner_section .banner-line {
    padding: 25px;
}
.banner_section .banner-center-img img {
    margin-bottom: -40px;
}
}
@media (min-width:767px) and (max-width:991px){
.banner_section p.hed-one {
    font-size: 18px;
    margin-top: 15px;
}
.banner_section .banner-des h1 {
    font-size: 40px;
}
.banner_section .banner-des h2 span.fnt-one {
    font-size: 20px;
}
.banner_section .banner-des h2 span.fnt-two {
    font-size: 34px;
}

.banner_section .banner-des h2 span.fnt-three {
    font-size: 16px;
}
.banner_section p.hed-two {
    font-size: 16px;
    padding: 8px;
    width: 160px;
}

.banner_section .banner-line p {
    font-size: 16px;
}
.banner_section .banner-line {
    padding: 15px;
}
.banner_form_sec .form_title {
    font-size: 18px;
    padding: 0;
}
.banner_section .banner-des h2 {
    margin-top: 10px;
    margin-bottom: 30px;
}
}

@media (min-width:320px) and (max-width:767px){
.banner_section p.hed-one {
    font-size: 18px;
    margin-top: 15px;
}
.banner_section .banner-des h1 {
    font-size: 40px;
}
.banner_section .banner-des h2 span.fnt-one {
    font-size: 20px;
}
.banner_section .banner-des h2 span.fnt-two {
    font-size: 34px;
}

.banner_section .banner-des h2 span.fnt-three {
    font-size: 16px;
}
.banner_section p.hed-two {
    font-size: 16px;
    padding: 8px;
    width: 160px;
}

.banner_section .banner-line p {
    font-size: 16px;
}
.banner_section .banner-line {
    padding: 15px;
}
.banner_form_sec .form_title {
    font-size: 18px;
    padding: 0;
}
.banner_section .banner-des h2 {
    margin-top: 10px;
    margin-bottom: 30px;
}
}

/* banner section end */

/* important dates section start  */

.important_section{
    padding:4% 0%;
}
.important_section .important_dates_div{
    background:url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/calendar.png');
    background-size:50% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    height:auto;
    padding:3% 0%;
}
.important_section .important_dates_div h2{
    font-size:30px;
    font-weight:800;
    text-transform: uppercase;
    color:rgba(0, 0, 0, 0.6);
}
.important_section .important_dates_div h2 span{
    font-size:40px;
    font-weight:800;
}
.important_section .important_dates_div  hr{
    border:1px solid #000;
    width:70%;
}
.important_section .important_dates_div .card1{
    background: rgb(123,24,164);
    background: linear-gradient(38deg, rgba(123,24,164,1) 30%, rgba(86,11,172,1) 85%);
}
.important_section .important_dates_div .card2{
    background: rgb(58,128,194);
    background: linear-gradient(38deg, rgba(58,128,194,1) 30%, rgba(15,52,86,1) 85%);
}
.important_section .important_dates_div .card3{
    background: rgb(109,19,167);
    background: linear-gradient(38deg, rgba(109,19,167,1) 30%, rgba(7,24,40,1) 85%);
}
.important_section .important_dates_div .date-card{
    padding:3%;
    border-radius:10px;
}
.important_section .important_dates_div .date-card h6{
    color:#fff;
    font-weight:300;
    font-size:11px;
}
.important_section .important_dates_div .date-card h3{
    color:#fff;
    font-weight:500;
}
.important_section .important_dates_div .date-card div.emp1{
    background:rgba(255, 255, 255, 0.2);
    padding:10%;
    border-radius:5px;
    width:50%;
    margin-bottom:3%;
}
.important_section .important_dates_div .date-card p{
    color:#000;
    font-weight:400;
    background:#fff;
    border-radius:5px;
    font-size:12px;
    padding:1% 4%;
    margin:5% 0%;
}
.important_section .important_dates_div .date-card div.emp2{
    background:rgba(255, 255, 255, 0.2);
    padding:10%;
    border-radius:5px;
    width:80%;
}
@media (min-width:320px) and (max-width:480px){
    .important_section {
        padding: 10% 0%;
    }
    .important_section .important_dates_div h2 span {
        font-size: 30px;
    }
    .important_section .important_dates_div h2 {
        font-size: 25px;
    }
}

/* important dates section end */

/* exam details section start   */

    .examDetail{
        padding:3% 0%;
    }
    .examDetail .examDetailBox{
        background:url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/examDetailBackImg.png');
        background-size:60% 100%;
        background-position: center right;
        background-repeat: no-repeat;
        height: auto;
        padding:2% 0%;
    }
    .examDetail .examDetailBox h2 span{
        font-weight:800;
        font-size:45px;
    }
    .examDetail .examDetailBox h2{
        font-size:35px;
    }
    .examDetail .examDetailBox .card1{
        background:#fff;
        padding:1% 4%;
        box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
        /* width:400px; */
        border-radius:50px;
    }
    .examDetail .examDetailBox .card2{
        background:#fff;
        padding:1% 4%;
        box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
        width:500px;
        border-radius:50px;
    }
    .examDetail .examDetailBox .card3{
        background:#fff;
        padding:1% 4%;
        box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
        width:400px;
        border-radius:50px;
    }
    .examDetail .examDetailBox .content_div h5{
        font-size:16px;
        font-weight:400;
        text-transform: uppercase;
    }
    .examDetail .examDetailBox .card1 {
        background: #f8f9fa;
        border-radius: 50px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 280px;
        margin: 20px;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
        animation: slideInFromLeft 0.5s ease-out;
    }

    .examDetail .examDetailBox .card2 {
        background: #f8f9fa;
        border-radius: 50px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 400px;
        margin: 20px;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
        animation: slideInFromLeft 0.5s ease-out;
    }
    .examDetail .examDetailBox .card3 {
        background: #f8f9fa;
        border-radius: 50px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 350px;
        margin: 20px;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
        animation: slideInFromLeft 0.5s ease-out;
    }

    .examDetail .examDetailBox .card4 {
        background: #f8f9fa;
        border-radius: 50px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 350px;
        /* margin: 20px; */
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
        animation: slideInFromLeft 0.5s ease-out;
    }

    @keyframes slideInFromLeft {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .examDetail .examDetailBox .exam-card .text {
        flex: 1;
        margin-left: 10px;
    }

    .examDetail .examDetailBox .exam-card .text .title {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
    }

    .examDetail .examDetailBox .exam-card .text .mode {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    @media (min-width:320px) and (max-width:480px){
        .examDetail .examDetailBox {
            background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/examDetailBackImg.png');
            background-size: cover;
            background-position: center center;
            padding:10% 0%;
        }
        .examDetail .examDetailBox h2 span {
            font-size: 40px;
        }
        .examDetail .examDetailBox .exam-card .text .title {
            font-size: 12px;
        }
        .examDetail .examDetailBox .exam-card .text .mode {
            font-size: 12px;
        }
        .examDetail .examDetailBox .card2 {
            max-width: 310px;
            margin: 0px;
        }
        .examDetail .examDetailBox .card3 {
            max-width: 310px;
            margin: 20px 0px;
        }
        .examDetail .examDetailBox .card4 {
            max-width: 260px;
            margin: 10px 0px;
        }
    }

/* exam details section end */

/* sections section start  */

.sections .sections-container {
    background-color: #e9f3fb;
    padding: 50px 0;
    text-align: center;
}

.sections .sections-title {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.sections .section {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

.sections .section img {
    margin-bottom: 10px;
}

.sections .section-title {
    font-size: 16px;
    font-weight: bold;
}

.sections .section-questions {
    font-size: 14px;
    color: #6c757d;
}

.sections .apply-btn {
    margin-top: 30px;
}

.sections .apply-btn button {
    background-color: #fff;
    color: #e64a19;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5); 
}

.sections .apply-btn button:hover {
    background-color: #fff;
}
@media (min-width:320px) and (max-width:480px){
    .sections .sections-title {
        font-size: 30px;
    }
    
}

/* sections section end */

/* advantace section start  */

.advantage{
    padding:60px  0%;
}
.advantage h2{
    font-size: 40px;
    font-weight: 400;
    /* text-transform: uppercase; */
}
.advantage h2 span{
    font-size:35px;
    font-weight:800;
    color:#000;
}
.advantage p{
    font-weight:500;
    color:#000;
}
.advantage .advantage_box p.advantage_text{
    font-size: 14px;
    line-height: 24px;
}

/* advantace section end  */

/*EMPOWER section starts*/

section.empower_section {
    position: relative;
    padding: 60px 0px;
    background:#D5EDF6;
  }
  section.empower_section .empower_head {
    text-align: center;
    margin-bottom: 20px;
  }
  section.empower_section .empower_head h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00000087;
    letter-spacing: 4px;
  }
  section.empower_section .empower_head h2 span {
    display: block;
    letter-spacing: 0;
    font-size: 40px;
  }
  
  section.empower_section .empower_head h2 span {
    display: block;
    letter-spacing: 0;
    font-size: 40px;
  }
  .empower_section .scholarship_inner{
    background:#12397E;
    border-radius:30px;
    border:10px solid #fff;
    height:auto;
    padding:3%;
    margin:3%;
    box-shadow:0px 0px 25px rgba(0, 0, 0, 0.5);
  }
  
  .empower_section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background:rgba(18, 57, 126, 0.4);
    border:0;
  }
  .empower_section .carousel tr th{
    color:#000;
    font-size:12px;
  }
  .empower_section .carousel tr td{
    color:#fff;
    font-size:13px;
  }
  .empower_section .carousel a button{
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
  }
  .empower_section .carousel .carousel-indicators{
    margin-bottom:-4%;
  }
  .empower_section .carousel .carousel-indicators .active {
    background:#12397E;
  }
  .empower_section ol li, .empower_section ul li{
    font-size:12px;
    font-weight:600;
  }
  .empower_section .scholarship_inner h2,.empower_section .scholarship_inner h4,.empower_section .scholarship_inner h5,.empower_section .scholarship_inner p{
    color:#fff;
  }
  .empower_section .scholarship_inner h2{
    font-size:25px;
  }
  .empower_section .scholarship_inner h6{
    font-size:13px;
    font-weight: bold;
    color:rgba(255,255,255,0.6);
  }
  .empower_section .scholarship_inner hr{
    border-top:1px solid rgba(255,255,255,0.4);
  }
  
  @media screen and (max-width: 767.98px) {
    section.exampattern_section .exam_cont {
      position: relative;
      left: 0;
      top: 60px;
      margin-top: -200px;
    }
    section.exampattern_section .examtop_cont {
      width: 100%;
      text-align: center;
    }
    .empower_section .scholarship_inner h2 {
      font-size: 15px;
    }
    section.exampattern_section .examtop_cont h2 {
      font-size: 20px;
    }
    section.exampattern_section .examtop_cont > img {
      width: 250px;
    }
    section.empower_section .empower_head h2 {
      font-size: 16px;
    }
    section.empower_section .empower_head h2 span {
      font-size: 26px;
    }
    section.exampattern_section .exam_cont ul {
      display: block;
      margin-top: 50px;
    }
    section.exampattern_section .exam_cont ul li {
      width: 100% !important;
      margin: 15px 0 !important;
    }
    .empower_section .scholarship_inner{
      padding:10% 1%;
    }
    .empower_section .carousel .carousel-indicators{
      margin-bottom:-7%;
    }
    section.empower_section {
      position: relative;
      padding: 20px 0 0;
    }
  }
  
  /*EMPOWER section ends*/

/* recognized section start  */

.recognizedSection {
    background: #D5EDF6;
    padding: 60px 0% 0% 0%;
}

.recognizedSection h2 {
    font-size: 50px;
    font-weight: 400;
    color: #000;
}

.recognizedSection h2 span {
    font-weight: 800;
}

.recognizedSection .recognizedSection_content {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/back2.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
}

.recognizedSection .recognizedSection_content h6 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.recognizedSection .key_features {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/keyFeturesBack.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
    margin-top: 5%;
}

.recognizedSection .key_features h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    /* line-height:25px; */
}

.recognizedSection .key_features h2 span {
    font-size: 24px;
    font-weight: 400;
}

.recognizedSection .key_features .key_features_box {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/keyFeturesBack2.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
    margin-top: 5%;
}

.recognizedSection .key_features .key_features_box h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.recognizedSection .key_features .key_features_box span {
    font-size: 20px;
}

.recognizedSection .key_features .key_features_box p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.recognizedSection .key_features .key_features_box hr {
    width: 10%;
    border: 2px solid #0375E5;
}

/* recognized section end */

/* How to apply  section start  */

.HowApply .HowApply_box {
    background: rgb(7, 24, 40);
    background: linear-gradient(38deg, rgba(7, 24, 40, 1) 30%, rgba(25, 85, 142, 1) 85%);
    padding: 5%;
    height: auto;
}
.HowApply .HowApply_box h4{
    color:#fff;
    text-align:center;
    font-size:35px;
    font-weight:400;
    text-transform: uppercase;
}
.HowApply .HowApply_box h3{
    color:rgba(255,255,255,0.5);
    text-align:center;
    font-size:20px;
    font-weight:600;
    text-transform: uppercase;
}
.HowApply .HowApply_box .process-container {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    margin-top:5%;
}

.HowApply .HowApply_box .process-step {
    margin-bottom: 20px;
}

.HowApply .HowApply_box .process-step img {
    margin-bottom: 15px;
}

.HowApply .HowApply_box .process-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.HowApply .HowApply_box .process-description {
    font-size: 14px;
    color: #d1d9e6;
}

.HowApply .HowApply_box .process-btn {
    margin-top: 30px;
}

.HowApply .HowApply_box .process-btn button {
    background-color: #fff;
    color: #e64a19;
    border: none;
    border-radius: 20px;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.HowApply .HowApply_box .process-btn button:hover {
    background-color: #fff;
}

.HowApply .HowApply_box ul{
    list-style:none;
}
.HowApply .HowApply_box ul li{
    color:#fff;
    font-size:20px;
    font-weight:400;
}
@media (min-width:320px) and (max-width:480px){
    .HowApply .HowApply_box {
        padding: 10% 5%;
    }
    .HowApply .HowApply_box ul li {
        font-size: 15px;
    }
}

/* How to apply  section end  */



/* global comunity section start  */

.globalComunity {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/global_back.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 3% 0% 3% 4%;
}

.globalComunity .globalComunity_box h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.globalComunity .globalComunity_box h6 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.globalComunity .globalComunity_box h3 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}

.globalComunity .globalComunity_box p span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-style: italic;
    opacity: 0.8;
}

.globalComunity .globalComunity_box p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-style: normal;
}

.globalComunity .globalComunity_box hr {
    border: 1px dotted #fff;
}

.globalComunity .studentClubBack {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/student_clubs.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    padding: 5%;
    border-radius: 20px 20px 0px 0px;
}

.globalComunity .studentClubBack h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.globalComunity .studentClubBack hr {
    border: 1px dotted #fff;
}

.globalComunity button {
    border-radius: 50px;
    background: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #F07E1D;
}

.globalComunity h5 {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
}

.globalComunity .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.globalComunity .text-black {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    margin-right: 10px;
}

.globalComunity .gradient-box {
    font-size: 11px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 5px 10px;
    text-align: left;
}

.globalComunity .globalComunity_box .key_fetures2 {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/fetures_back.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 4%;
}

.globalComunity .globalComunity_box .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 300px;
}

.globalComunity .globalComunity_box .card h5 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-top: 5px;
}

.globalComunity .globalComunity_box .card p {
    color: #000;
    font-size: 12px;
    line-height: 15px;
}

.globalComunity .globalComunity_box .card .card-body {
    padding: 3%;
}

.globalComunity .globalComunity_box .card hr {
    border-top: 1px solid #000;
    width: 40%;
    margin: 10px auto;
}

.globalComunity .globalComunity_box .card-img-top {
    border-radius: 10px 10px 0 0;
}

.globalComunity .globalComunity_box .icon-indicator {
    width: 30px;
    height: 30px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.globalComunity .globalComunity_box .carousel-cell {
    width: 20%;
    margin-right: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.globalComunity .globalComunity_box .carousel-cell img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.globalComunity .globalComunity_box .carousel-cell .card-body {
    padding: 15px;
}

.globalComunity .globalComunity_box .flickity-button {
    background: #ffc107;
    border-radius: 50%;
}

.globalComunity .globalComunity_box .flickity-button:hover {
    background: #e0a800;
}

@media (min-width:320px) and (max-width:480px) {
    .globalComunity .globalComunity_box .carousel-cell {
        width: 100%;
        margin-right: 10px;
    }
}

/* global comunity section end */

/* national level section start  */

.nationalLevel {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/nationalLevelBack.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 4%;
}

/* national level section  */

/* industry tie up section start  */

.industry_tieup {
    background: url('https://sgcprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Sgc/nest/images/tieupBack.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
}

.industry_tieup .industry_tieupContent {
    background: #560BAC;
    padding: 4%;
}

.industry_tieup .industry_tieupContent h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.industry_tieup .industry_tieupContent p {
    color: #fff;
    font-size: 13px;
}

.industry_tieup .industry_tieupContent hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.industry_tieup .advancing_science {
    padding-bottom: 4%;
}

.industry_tieup .advancing_science .image-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.industry_tieup .advancing_science .image-card img {
    width: 100%;
    display: block;
}

.industry_tieup .advancing_science .image-card .overlay {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    background: #E93F3A;
    color: #fff;
    text-align: left;
    padding: 3px 5px;
    font-size: 12px;
    width: fit-content;
    line-height: 14px;
}

.industry_tieup .advancing_science h2 {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
}

.industry_tieup .advancing_science h2 span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.industry_tieup .advancing_science .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.industry_tieup .advancing_science .gradient-box {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 10px 20px;
    text-align: left;
}

.industry_tieup .advancing_science button {
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    padding: 1% 8%;
    margin-top: 5%;
    font-weight: bold;
}

/* industry tie up section end  */

/* choose the people section start  */

.chooseSection {
    padding: 3% 0%;
}

.chooseSection h2 {
    font-size: 40px;
    font-weight: 800;
}

.chooseSection h2 span {
    color: #560BAC;
}

/* choose the people section end  */

/* real stories section start  */

.realStories {
    padding: 3% 0%;
}

.realStories h2 {
    text-align: center;
    font-size: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.1);
}

.realStories .realStoriesbox {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 4%;
}

.realStories .realStoriesbox h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 8%;
}

.realStories .realStoriesbox .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: 100%;
}

.realStories .realStoriesbox .card .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -40px;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.realStories .realStoriesbox .card .title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #007bff;
}

.realStories .realStoriesbox .card .subtitle {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.realStories .realStoriesbox .card .subtitle b {
    font-weight: 700;
}

.realStories .realStoriesbox .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    justify-content: center;
}

.realStories .realStoriesbox .gradient-box {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 2px 20px;
    text-align: left;
}

.realStories .realStoriesbox .card .badge {
    background-color: #ff5722;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 10px 0;
    font-size: 0.9rem;
}

.realStories .realStoriesbox .card .quote {
    font-size: 12px;
    font-style: italic;
    color: #000;
    position: relative;
    font-weight: 500;
    line-height: 20px;
}

.realStories .realStoriesbox .card .quote::before {
    content: "“";
    font-size: 2rem;
    color: #ff5722;
    position: absolute;
    top: -15px;
    left: -10px;
}

.realStories .realStoriesbox button {
    border-radius: 50px;
    color: #000;
    background: #fff;
    margin-top: 4%;
}

/* real stories section end */

/*faq section starts*/

section.faq_section {
    position: relative;
    padding: 60px 0 0;
}

.faq_dv {
    position: relative;
    padding: 60px;
    background: #F3F0F0;
}
.faq_dv h2 {
    font-size: 46px;
    color: #000;
    font-weight: 700;
    position: relative;
}
.faq_dv h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 5px;
    background: #EE7202;
}
.faq_section #faq .card {
    margin: 0 0 0 0;
    border: 0;
    border-bottom: 1px solid #0000003d;
}

.faq_section #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.faq_section #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #F3F0F0;
    color: #000;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
}

.faq_section #faq .card .card-body {
   padding-top:0px;
}

.faq_section #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Fontawesome';
  font-weight: 900;
  float: right;
  color: #ee7202;
}

.faq_section #faq .card .card-header .btn-header-link.collapsed {
  background: #F3F0F0;
  color: #000;
}

.faq_section #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.faq_section #faq .card .collapsing {
  background: #F3F0F0;
  line-height: 30px;
}

.faq_section #faq .card .collapse {
  border: 0;
}

.faq_section #faq .card .collapse.show {
  background: #F3F0F0;
  line-height: 30px;
  color: #222;
}
@media screen and (max-width: 767.98px) {
    .faq_dv {
        padding:25px 0px;
    }
}

/*faq section ends*/

/* footer section start  */

.footer {
    background: rgb(25, 85, 142);
    background: linear-gradient(38deg, #1E377A 30%, #160A5B);
    color: white;
    padding: 20px 0;
    font-size: 0.9rem;
}

.footer-logo {
    max-width: 150px;
}

.footer-line {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px 0;
}

.footer-social-icons a {
    color: white;
    font-size: 1.2rem;
    margin: 0 10px;
    text-decoration: none;
}

.footer-social-icons a:hover {
    color: #FFC107;
}

@media (max-width: 767px) {
    .footer .text-left,
    .footer .text-right {
        text-align: center;
    }
    .footer .footer-line {
        display: none;
    }
}

/* footer section end */

@media screen and (max-width: 767.98px) {
    .banner_section {
        height: auto;
        padding: 20px 10px 0;
    }
    .banner-center-img {
        margin-top: 15px;
    }
    .recognizedSection h2 {
        font-size: 26px;
    }
    .recognizedSection .recognizedSection_content h6 {
        display: none;
    }
    .recognizedSection img {
        width: 100%;
    }
    section.recognizedSection .row {
        align-items: center;
    }
    .recognizedSection .key_features h2 {
        font-size: 30px;
    }
    .recognizedSection .key_features h2 span {
        font-size: 16px;
        font-weight: 400;
    }
    .recognizedSection .key_features .key_features_box h3 {
        font-size: 25px;
    }
    .recognizedSection .key_features .key_features_box p {
        font-size: 15px;
    }
    .recognizedSection .key_features {
        padding: 10% 5%;
    }
    .global_edge h2,
    .global_edge .text-black {
        font-weight: 800;
        font-size: 28px;
        color: #000;
    }
    .global_edge .design-container {
        display: block;
    }
    .global_edge .gradient-box {
        text-align: left;
        margin: 15px 0;
    }
    .fueling_future .fueling_future_box h2 {
        font-size: 28px;
    }
    .globalComunity {
        height: auto;
        padding: 60px 20px;
    }
    .globalComunity .design-container {
        display: block;
    }
    .globalComunity .text-black {
        font-size: 64px;
        font-weight: 800;
        color: #fff;
        margin-right: 10px;
        display: block;
        margin-bottom: 30px;
    }
    .industry_tieup .advancing_science h2 {
        color: #fff;
        font-size: 26px;
        line-height: 35px;
    }
    .chooseSection h2 {
        font-size: 26px;
        font-weight: bold;
    }
    .industry_tieup .industry_tieupContent {
        padding: 10% 5%;
    }
    .realStories h2 {
        display: none;
    }
    .industry_tieup {
        padding: 10% 2%;
    }
    .realStories .realStoriesbox h3 {
        font-size: 28px;
    }
    section.footer {
        padding: 20px;
    }
    .chooseSection {
        padding: 10% 0%;
    }
    section.footer * {
        text-align: center;
        margin: 5px 0;
        font-size: 16px;
    }
 
    .banner_form_sec h2 {
        font-size: 20px !important;
        text-align: center;
        margin: 10px 0 20px;
    }
    .globalComunity .globalComunity_box h3 {
        font-size: 26px;
    }
    .globalComunity .globalComunity_box p {
        font-size: 14px;
        line-height: normal;
    }
    .globalComunity .globalComunity_box p br {
        display: none;
    }
    .globalComunity .globalComunity_box .key_fetures2 {
        background: #000;
        padding: 10px 0;
    }
    .globalComunity .globalComunity_box .key_fetures2 .row img {
        height: 30px;
    }
}

.globalComunity .globalComunity_box .key_fetures2 .row img {
    height: 30px;
}

/* ============== Landing Page css ends ===================== */

.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #30327f, #30327f);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #30327f;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.btn-style-five,
.btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #30327f;
    border: 1px solid #30327f;
}

section.footer h4 {
    font-size: 16px;
}

section.globalComunity a.carousel-control-prev {
    left: -75px;
}

section.globalComunity a.carousel-control-next {
    right: -75px;
}

@media (max-width: 768px) {
    section.globalComunity .carousel-inner .carousel-item>div {
        display: none;
    }
    section.globalComunity .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

section.globalComunity .carousel-inner .carousel-item.active,
section.globalComunity .carousel-inner .carousel-item-next,
section.globalComunity .carousel-inner .carousel-item-prev {
    display: flex;
}

/* large - display 6 */

@media (min-width: 992px) {
    section.globalComunity .carousel-inner .carousel-item-right.active,
    section.globalComunity .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    section.globalComunity .carousel-inner .carousel-item-left.active,
    section.globalComunity .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

section.globalComunity .carousel-inner .carousel-item-right,
section.globalComunity .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

@media (max-width: 767.98px) {
    section.globalComunity a.carousel-control-prev {
        left: 0;
    }
    section.globalComunity a.carousel-control-next {
        right: 0;
    }
}


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#30327f;
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }
  .CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
  }
  .CallButton a:hover{
    text-decoration: none;
    color:#fff;
  }
  
  /* call now button end  */
  
  
  /* Apply Now button start  */
  
  .applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
  }
  
  .applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
  }
  
  .applyNowButton a h5 {
    font-size: 14px;
  }
  
  .applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
  }
  
  .applyNowButton a img {
    max-width: 90%;
  }
  
  
  
  /* Apply Now  button end  */


  form#dataFormRegistration {
    display: block !important;
}
