
/*New updates*/



@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');

section.slider {
    position: relative;
}

.scroll-indicator-controller>div {
    display: block !important;
}

div[data-indi-controller-id="indiEnd"] {
    display: none !important;
}

.slider .owl-item h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    max-width: 700px;
    display: flex;
    justify-content: center;
}

.tab-section .card {
    background-color: #eff1f4;
    border-radius: 30px;
    margin-bottom: 35px;
    margin-top: 30px;
    overflow: hidden;
    cursor: default;
    position: relative;
    top: 0px;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    border: none;
}

.tab-section .card:hover {
    -webkit-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
    animation-name: bounce;
    -moz-animation-name: bounce;

}

.tab-section .card-body {
    padding: 60px 50px 30px;
    color: #000;
    font-weight: 400;
    position: initial;
    margin-bottom: 30px;
    width: 100%;
}

.tab-section .card-body {
    height: 100%;
}

.tab-section h5.card-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #747474;
    text-align: left;
    font-size: 24px;
}

.card-body p.card-text {
    text-align: left;
    min-height: 100px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 60px;
}

a.arrow-button i.fa-solid.fa-arrow-right-long {
    font-size: 34px;
    float: left;
}

.tab-section .card.core-1:before {
    background: url(.../../wp-content/themes/cgu-child/images/core-slider-mask-1.png);
    0 0 no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    width: 211px;
    height: 122px;
    right: 15px;
    top: 0;
}

.tab-section .card.core-2:before {
    background: url(.../../wp-content/themes/cgu-child/images/core-slider-mask-2.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    width: 155px;
    height: 90px;
    right: 15px;
    top: 0;
}

.tab-section .card.core-3:before {
    background: url(.../../wp-content/themes/cgu-child/images/core-slider-mask-3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    width: 100px;
    height: 190px;
    right: 0;
    top: -30px;
}

.tab-section button.owl-prev {
    position: absolute;
    left: 45%;
}

.tab-section button.owl-prev i.fa.fa-angle-left {
    font-size: 28px;
    background: #373737;
    width: 32px;
    height: 32px;
    border-radius: 35px;
    color: white;
}


.tab-section button.owl-next {
    position: absolute;
    right: 45%;
}

.tab-section button.owl-next i.fa.fa-angle-right {
    font-size: 28px;
    background: #373737;
    width: 32px;
    height: 32px;
    border-radius: 35px;
    color: white;
}



.tab-section .arrow-button {
    width: 48px;
    height: 20px;
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: all ease 0.3s;
    text-indent: -9999px;
    position: relative;
    transform-origin: 0 0;
    background: url(.../../wp-content/themes/cgu-child/images/link-arrow.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.tab-section .arrow-button {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.tab-section .arrow-button:hover {
    transform: scale(1.3);
    transform-origin: 0 0;
    background: url(.../../wp-content/themes/cgu-child/images/link-arrow-hover.png) no-repeat 0 0;
    background-size: 100% 100%;
}

a:hover {
    text-decoration: none;
    color: #000;
}


/* ---------------------------------------- */



.reg-card {
    position: absolute;
    top: 135px;
    right: 70px;
    z-index: 9;
}

/* ------------------------------------------ */
.form-wrapper {
    width: 380px;
    background: #8e0d1a;
    padding: 28px;
    border-radius: 14px;
    color: #fff;
}

/* headings */

.form-wrapper h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-wrapper h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.form-wrapper h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

/* inputs */

.form-control,
.form-select {
    height: 38px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

/* phone group */

.phone-group {
    display: flex;
    gap: 10px;
}

.phone-code {
    width: 80px;
}

/* captcha */

.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.refresh-icon {
    font-size: 22px;
    color: #ffc107;
    cursor: pointer;
}

.captcha-box {
    background: #7c8b76;
    padding: 7px 18px;
    font-weight: 600;
    color: #000;
}

/* submit button */

.submit-btn {
    width: 100%;
    background: #ffc107;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}

/* login text */

.login-text {
    text-align: center;
    margin-top: 8px;
}

.login-text span {
    font-weight: 700;
    font-size: 18px;
}

/* checkbox spacing */

.form-check {
    margin-top: 4px;
}

.quote-box {
    position: absolute;
    z-index: 9;
    top: 180px;
    color: #FFF;
    left: 90px;
}

.quote-box h3 {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 60px;
    margin-bottom: 20px;
}

.quote-box h4 {
    color: #fff;
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #fff;
}

.quote-box li {
    color: #fff;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;


}

.quote-list {
    margin-top: 20px;
    padding: 0;
}

.quote-list li {
    list-style: none;

    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.5;
}



.quote-list li::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #f5a623;
    border-radius: 50%;
    margin-right: 2px;
}

.quote-list span {
    font-size: 18px;
    font-weight: 600;
    color: #f5a623;
    white-space: nowrap;
}

.admission {
    margin-top: 25px;
    font-size: 26px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.admission span {
    font-weight: 400;
    color: #ccc;
    margin-left: 5px;
}

.shade {
    width: 100%;
    height: auto;
}

.shade::after {
    content: "";
    position: relative;
    background: #ddd;
}

section.slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(90deg, rgb(0 0 0 / 85%) 0%, rgba(0, 0, 0, 0) 78%);
}
.shadedisplay {
    display: block;
}

.shadedisplay2 {
    display: none;
}


@media (max-width: 1700px) {
    .tab-section .card-body {
        padding: 50px 30px 30px;
    }

    .tab-section .arrow-button {

        left: 30px;
        bottom: 30px;
    }
	
	
	.applynow{width:100px; height:40px; 
background: linear-gradient(90deg,rgba(155, 46, 42, 1) 0%, rgba(237, 147, 83, 1) 100%); 
display:none; border:none!important; }


}

@media (max-width:1500px) {}

@media (max-width: 1400px) {
    .tab-section .card-body {
        padding: 60px 40px 30px;
    }

}

@media (max-width: 1366px) {
    .tab-section .card-body {
        padding: 50px 30px 30px;
    }

    .tab-section .arrow-button {

        left: 30px;
        bottom: 30px;
    }
     .quote-box h3 {
    font-size: 52px;
}







}

@media (max-width:1200px) {
 .quote-box h3 {
    font-size: 50px;
}

    .quote-box h4 {
        font-size: 22px;

    }

    .form-wrapper {
        width: 310px;
    }




}

@media (max-width:992px) {
    .reg-card {
        right: 42px;
    }

    .form-wrapper {
        width: 330px;
    }

    .quote-box h3 {
        font-size: 38px;
    }

    .quote-box h4 {
        font-size: 20px;
    }

    .quote-list span {
        font-size: 16px;
    }

    .quote-list li {
        font-size: 12px;
    }

}

@media (max-width: 768px) {
    .reg-card {
        display: none;
    }

    .quote-box h3 {
        font-size: 26px;
    }

    .quote-box h4 {
        font-size: 18px;
    }

    .quote-box {
        top: 180px;
        left: 40px;
    }

    .admission {
        font-size: 24px;
    }
}

@media (max-width:576px) {
   .quote-box {
    top: 90px;

    left: 26px;
}

    .quote-box h3 {
    font-size: 22px;
    margin-bottom: 2px;
}

    .quote-box h4 {
        font-size: 16px;
    }

    .quote-list li {
        font-size: 10px;
    }

.quote-list span {
    font-size: 14px;
    font-weight: 500;
}

    .quote-list {
        margin-top: 4px;
    }

    .admission {
        font-size: 18px;
        margin-top: 0px;
    }
	 .shadedisplay {
        display: none !important;
    }

    .shadedisplay2 {
        display: block !important;
    }



}

@media (max-width: 420px) {
    .tab-section button.owl-prev {

        left: 33%;
    }

    .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
    }
      .quote-box {
    top: 80px;
    left: 16px;
}
  .shadedisplay {
        display: none !important;
    }

    .shadedisplay2 {
        display: block !important;
    }


.applynow{width: 160px;
        height: 40px;
        background: linear-gradient(90deg, rgba(155, 46, 42, 1) 0%, rgb(203 84 0) 100%);
        display: block;
        border: none !important;
        margin-left: 30px;
        color: #fff;
        border-radius: 25px; }



}


@media(max-width:380px) {

   .quote-box h3 {
    font-size: 18px;
}

   .quote-box h4 {
    font-size: 14px;
}
.quote-list span {
    font-size: 10px;
    font-weight: 500;
}
.quote-list li::before {
    content: "";
    width: 10px;
    height: 10px;
}
.admission {
    font-size: 14px;
    margin-top: 0px;
}
 .shadedisplay {
        display: none !important;
    }

    .shadedisplay2 {
        display: block !important;
    }





}