h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat !important;
}

body {
    margin: 0 !important;
}

html {
    font-size: 18px;
}

/*


h1 {
    font-size: 12rem;
}

h2 {
    font-size: 9.6rem;
}

h3 {
    font-size: 6.4rem;
}

h4 {
    font-size: 4rem;
}

h5 {
    font-size: 2.5rem;
}

h6 {
    font-size: 2rem;
}

p {
    font-size: 1.6rem;
}

a {
    font-size: 1.8rem;
}

div {
    font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    line-height: 1.3;
}

body {
    margin: 0;
} */

.header-menu a:hover {
    opacity: 0.8 !important;
    color: white !important;
}

.SIU-Dubai-cta-inner h3 {
    color: #141b47;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 600;
}
div#applyNowModal input#apply_phone {
    padding-left: 90px !important;
}
.SIU-Dubai-cta-inner h4 {
    color: #e0001c;
}

.top-bar {
    padding: 20px;
    background: linear-gradient(90deg, #141b47 0.01%, #711c3e 99.98%);
    display: flex;
    justify-content: space-between;
    padding: 12px 2%;
}

.menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 2%; */
}

.inner-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-menu a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    margin-right: 20px;
    font-size: 16px;
}

.header button#dropdownMenuButton {
    font-size: 16px;
}

.header-dropdown.dropdown {
    margin-right: 10px;
}

a.cta-btn-red {
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.program-inner-slide a.cta-btn-red {
    margin-left: 20px;
}

.program-inner-slide h6 {
    margin: 30px 0px;
    font-weight: 700;
}

.cta-btn-blue {
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.cta-btn-blue.button-hover {
    background: linear-gradient(to right, #f3223c 50%, #141b47 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}

.why-box-inner img {
    margin-bottom: 20px;
}

.top-bar a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.cta-box {
    width: 200px;
    text-align: center;
}

.header-menu {
    display: flex;
    align-items: center;
}

.top-bar a {
    margin-left: 40px;
}

footer.footer {
    display: flex;
    padding: 80px 5%;
    border-radius: 95px 95px 0px 0px;
    background: white;
    margin-top: -100px;
    /*border: 1px solid #91919173;*/
}

.footer-logo {
    width: 30%;
}

.footer-menu {
    width: 60%;
    display: flex;
    justify-content: space-around;
}

.footer .footer-menu a {
    display: block;
    margin-right: 60px;
    margin-bottom: 10px;
}

.footer .footer-menu .menu-title {
    font-weight: 600;
    margin-bottom: 11px;
}

.social-links img {
    padding: 5px;
    border-radius: 50px;
    border: 0;
    margin-right: 10px;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
}

.button-hover {
    background: linear-gradient(to right, #141b47 50%, #f3223c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}

.button-hover:hover {
    background-position: left bottom;
}

.text-white {
    color: white !important;
}

/*Home Banner*/

section.home-banner {
    padding: 0 !important;
    position: relative;
}

.home-banner h4 {
    font-weight: 500;
    color: white;
    margin: 0;
    font-size: 1.8rem;
}

.home-banner h1 ,.home-banner h3{
    margin-top: 0;
    color: white;
    margin-bottom: 0;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.home-banner .title-3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.home-banner .title-3 span {
    color: white;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 8px;
}

.home-banner .title-3 h3 {
    font-size: 5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 0px !important;
}

section.home-banner {
    padding: 15% 5%;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 99;
}

.banner-title {
    width: fit-content;
    position: absolute;
    z-index: 99;
    top: 20%;
    padding: 50px;
}

section {
    padding: 80px 5%;
}

.slider-section-inner {
    display: flex;
    align-items: center;
}

.slider-content {
    width: 60%;
}

.slider-section-right-img {
    width: 35%;
    margin: auto;
}

.slider-section h2 {
    font-size: 4rem;
    color: #e0001c;
    margin: 0;
    font-weight: 600;
}

.slider-section h3 {
    font-size: 2rem;
    color: #e0001c;
    margin: 0;
    font-weight: 600;
}

.slider-section h4 {
    font-weight: 600;
    margin-bottom: 30px;
}

.slider-images {
    margin-top: 40px;
}

.SIU-Dubai-cta-inner h4 {
    margin-bottom: 10px;
    font-weight: 400;
}

a.cta-red-arrow {
    font-size: 22px !important;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background: #e0001c;
    text-decoration: none;
}

.SIU-Dubai-cta-inner {
    width: 50%;
    color: white;
}

section.SIU-Dubai-cta {
    display: flex;
    justify-content: flex-end;
    padding: 8% 5% 30%;
    background-position: right bottom;
}

section.SIU-Dubai-cta2 {
    display: flex;
    justify-content: flex-start;
    /* padding: 8% 5% 30%; */
    background-position: center;
    padding-top: 10em;
}

section.SIU-Dubai-cta22 {
    display: flex;
    justify-content: flex-start;
    /* padding: 8% 5% 30%; */
    background-position: center;
    padding-top: 10em;
}
.light-title {
    font-weight: 400 !important;
}

section.why-choose {
    display: flex;
    align-items: center;
    padding: 5% 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

section.why-choose .why-title {
    width: 40%;
    color: white;
    text-align: center;
}

.why-boxs {
    width: 60%;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.why-boxs .why-box-inner {
    width: 40%;
    margin-bottom: 10px;
}

.why-box-inner h6 {
    margin-bottom: 10px;
    font-weight: 700;
}

.why-title h1 {
    margin: 0;
    /* font-size: 14rem !important; */
      font-size: 5rem !important;
    line-height: 1;
    font-weight: 700;
}

.why-title h3 {
    letter-spacing: 30px;
    font-weight: 700;
    font-size: 3rem;
}

.why-title h4.light-title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 300 !important;
}

.slider-tab-section button.tablinks {
    background-color: #141b47;
    padding: 15px 40px;
    border: 0px;
    line-height: 1;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    border: 1px solid #141b47;
    background-color: white;
    transition-duration: 0.5s;
    margin-right: 20px;
}

button.tablinks.active {
    color: white;
    background-color: #141b47;
}

button.tablinks:hover {
    background-color: #141b47;
    color: white;
}

.program-slider {
    margin-top: 60px;
    width: 100% !important;
}

/*blogs-section */

section.blogs-section {
    background: #141b47;
    margin-bottom: -15px !important;
}

section.blogs-section .blogs-inner h3 {
    color: white;
    font-weight: 400;
}

section.blogs-section .box-slide {
    background: white;
    padding: 20px;
    margin: 20px;
    border-radius: 30px;
}

.box-slide img {
    border-radius: 30px;
    width: 100%;
}

.right-red-arrow {
    background: #e0001c;
    padding: 15px 10px;
    border-radius: 80px;
    margin-left: 20px;
}

.slide-box-inner-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}

section.blogs-section .box-content {
    font-weight: 600;
    line-height: 1.5;
}

/*end blogs-section */

/*International_Partners*/

.International_Partners h3 {
    color: #141b47;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 3rem;
}

section.International_Partners {
    padding: 60px 0 !important;
}

.International_Partners p {
    max-width: 60%;
    line-height: 1.5;
    margin-bottom: 6%;
}

/*end International_Partners */

section.Campuses-section {
    display: flex;
    background-color: #141b47;
}

.left-image-sec {
    width: 55%;
}

.right-campuse-content {
    color: white;
    margin-left: 20px;
    width: 40%;
}

.right-campuse-content h2 {
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-size: 4rem;
    line-height: 1.14 !important;
}

.right-campuse-content p {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 2rem;
}

a.right-arrow-btn-blue {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background: #009cd3;
    text-decoration: none;
}

.right-arrow-btn-blue img {
    margin-left: 10px !important;
}

.cta-red-arrow img {
    margin-left: 10px;
}

.slider-tab-section .tabcontent {
    display: none;
}

.slider-tab-section .program-inner-slide img {
    border-radius: 32px;
    margin: auto;
    width: 100%;
}

.slider-tab-section .program-inner-slide {
    text-align: center !important;
    border: 1px solid #ccc;
    margin: 40px;
    padding: 20px 20px 40px 20px;
    border-radius: 32px;
}

.International_Partners-INNER {
    padding: 0px 10%;
    padding-bottom: 40px !important;
}

.program-inner-slide .button-box {
    display: flex;
    justify-content: center;
}

.partnership-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 1px;
}

.partnership-slider img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    display: block;
}

.partnership-slider .slick-track {
    display: flex !important;
    align-items: center;
}

@media (max-width: 768px) {
    .partnership-slider img {
        max-height: 60px;
    }
}
@media (max-width: 576px) {
    .partnership-slider img {
        max-height: 50px;
    }
}

.partnership-slider .partnership-card1 .text-center {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px; 
    background-color: #fff;
    height: 180px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnership-slider img {
    max-width: 100%;
    max-height: 120px; 
    object-fit: contain;
    display: block;
}

/* Journeys siu*/

section.Journeys-siu {
    display: flex;
    background-size: cover;
    background-position: center;
    margin-bottom: -20px;
    color: white;
    padding: 10% 5%;
    justify-content: space-between;
    align-items: center;
}

.Journeys-siu-content {
    width: 50%;
}

.Journeys-siu-content h4 {
    font-weight: 400;
    margin-bottom: 0;
}

.Journeys-siu-content h2 {
    font-weight: 600;
    font-size: 4rem;
    text-align: left;
    color: #141b47;
    margin-left: 1em;
}
.ug-Admissionss h3 {
    font-size: 3rem;
    color: #141b47;
    font-weight: 600;
    /* margin: 1px !important; */
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.Journeys-siu-slider {
    width: 40%;
}

.Journeys-siu-slider h5 {
    margin-bottom: 10px;
    font-weight: 500;
}

.Journeys-siu-slider p {
    line-height: 1.6;
}

.Journeys-siu-slider img {
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
}

.Journeys-siu-slide {
    position: relative;
    padding-left: 90px;
    padding-top: 60px;
}

.Journeys-siu-slider .slick-dots li button:before {
    font-size: 12px !important;
    opacity: 1 !important;
    color: #fff !important;
}

.Journeys-siu-slider .slick-dots li.slick-active button:before {
    color: #e0001c !important;
}

.Journeys-siu-slider .slick-dots {
    text-align: left !important;
    left: 90px !important;
    width: auto;
}

.Journeys-siu-slider .slick-dots li {
    width: 10px !important;
}

/*END Journeys siu*/

/*END Scholarship siu*/

section.comprehensive-scholarship {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
}

section.comprehensive-scholarship .content-box {
    width: 60%;
    margin-bottom: 60px;
}

section.comprehensive-scholarship .image-box {
    width: 40%;
}

section.comprehensive-scholarship h4 {
    margin: 0;
    color: #e0001c;
    font-weight: 400;
}

section.comprehensive-scholarship h3 {
    color: #141b47;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
}

section.comprehensive-scholarship p {
    color: #141b47;
    margin: 30px 0px;
}

section.comprehensive-scholarship .image-box img {
    width: 100% !important;
}

/*END Scholarship siu*/

/* academic-journey-SIU */

section.academic-journey-SIU {
    padding: 80px 0px;
    background: #141b47;
    padding-bottom: 10%;
    padding-top: 0px !important;
}

section.academic-journey-SIU .academic-journey-SIU .icon-sept-sec img {
    width: 100%;
}

section.academic-journey-SIU .icon-sept-box img {
    max-width: 100px;
}

section.academic-journey-SIU .icon-sept-sec {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

section.academic-journey-SIU .icon-sept-box {
    width: 18% !important;
    max-width: 20% !important;
    position: absolute;
}

section.academic-journey-SIU .icon-sept-sec img {
    width: 100%;
}

section.academic-journey-SIU h6 {
    color: white;
    margin: 0;
    font-weight: 600;
}

section.academic-journey-SIU p {
    color: white;
    font-weight: 300;
    margin-top: 20px;
}

section.academic-journey-SIU h6 {
    margin: 0;
    color: white;
}

section.academic-journey-SIU .p {
    color: white;
    font-weight: 300;
    margin-top: 20px;
}

.icon-sept-box.\31 {
    left: 2%;
    bottom: -5%;
}

.icon-sept-box.\32 {
    left: 22%;
    bottom: -12%;
}

.icon-sept-box.\33 {
    left: 42%;
    bottom: 2%;
}

.icon-sept-box.\34 {
    left: 62%;
    bottom: 23%;
}

.icon-sept-box.\35 {
    left: 82%;
    bottom: 43%;
}

section.academic-journey-SIU .vertical-line {
    height: 100px;
    border: 1px solid #ccc;
    width: 0px;
    margin-left: 10%;
}

.academic-journey-SIU .icon-sept-box p {
    margin-right: 10px;
}

section.academic-journey-SIU .journey-content-box {
    padding-bottom: 100px;
}

section.academic-journey-SIU .btn-box a.cta-red-arrow {
    margin-right: 20px;
    font-size: 16px;
}

section.academic-journey-SIU .journey-content-box h6 {
    padding: 3% 0px;
    font-size: 1.4rem;
}

.journey-content-box {
    padding: 0px 5% 120px;
}

/*END academic-journey-SIU*/

/*ug Admissions*/

section.ug-Admissions {
    background-position: center bottom;
    padding-top: 40%;
    margin-bottom: -2px;
}

.ug-Admissions h4 {
    margin-bottom: 10px;
    color: white;
    font-weight: 400;
}

.ug-Admissions h3 {
    font-size: 3rem;
    color: white;
    font-weight: 600;
    margin: 0 !important;
}

.slider-section-right-img img {
    width: 100%;
}

.left-image-sec img {
    width: 100%;
}

/*END ug Admissions*/

.footer-logo > img {
    width: 100%;
}

.footer-logo p {
    margin-bottom: 20px;
}

.footer-menu {
    margin-top: 30px;
}

.btn-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.academic-journey-SIU .btn-box a.cta-red-arrow {
    margin-bottom: 20px;
}

/*mobile menu*/

/* * {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
} */

body {
    background: #fff;
}

.container {
    position: relative;
    width: 100%;
}

.mobile-popup .section {
    display: none;
}

.container .section {
    position: relative;
    width: 100%;
    height: 500px;
}

.container .section:nth-of-type(1) {
    background: #95a5a6;
}

.container .section:nth-of-type(2) {
    background: #7f8c8d;
}

/**********ul.toogle*********/

.container ul.toggle {
    position: fixed;
    z-index: 5;
    top: 2%;
    right: 5%;
    width: 0px;
    height: 30px;
    cursor: pointer;
}

.container ul.toggle li {
    position: absolute;
    left: 5%;
    transform: translateY(-50%);
    height: 3px;
    width: 90%;
    list-style: none;
    background: #000 !important;
    transition: 0.9s;
}

.container ul.toggle li:nth-of-type(1) {
    top: 20%;
}

.container ul.toggle li:nth-of-type(2) {
    top: 50%;
}

.container ul.toggle li:nth-of-type(3) {
    top: 80%;
}

.container ul.toggle.active li:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.container ul.toggle.active li:nth-of-type(2) {
    left: -100%;
    opacity: 0;
}

.container ul.toggle.active li:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/******Sidebar******/

.container .sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    background: #141b47;
    width: 350px;
    height: 100vh;
    box-sizing: border-box;
    padding: 50px 40px;
    text-align: center;
    transition: 0.9s;
    z-index: 4;
}

.container .sidebar.active {
    left: 0;
}

/* .container .sidebar img {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
} */

.container .sidebar img:hover {
    background: #ff5722;
}

.container .sidebar ul.menu {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.container .sidebar ul.menu li {
    list-style: none;
}

.container .sidebar ul.menu li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
}

.container .sidebar ul.menu li:hover a {
    background: #f3223c;
}

.container .sidebar ul.social-icon {
    position: relative;
    margin-top: 30%;
    width: 100%;
    height: 55px;
}

.container .sidebar ul.social-icon li {
    list-style: none;
    width: calc(100% / 5);
    height: 100%;
    float: left;
}

.container .sidebar ul.social-icon li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
}

.container .sidebar ul.social-icon li:hover a {
    background: #ff5722;
}

.container .sidebar ul.social-icon a .fa {
    line-height: 55px;
}

.menu-bar img {
    max-width: 500px;
}

/*****************************ABOUT US****************************************/

section.aboutus-banner {
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutus-banner-heading h1 {
    color: white;
    padding-top: 12%;
    padding-bottom: 7%;
}

section.aboutus-overview {
    background-color: #54191e;
    padding: 0;
}

.aboutus-overview-inner {
    padding: 60px 5%;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.about-o-title {
    width: 35%;
    font-size: 5rem;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

span.under-line {
    width: 80px;
    padding: 1px;
    background: white;
    height: 0px;
    margin-top: 10px;
}

.about-o-content-box {
    width: 65%;
    background: white;
    padding: 40px;
    border-radius: 16px;
}

.extra-hide {
    display: none;
}

.read-more-btn {
    font-weight: 700;
    color: #c4161c;
}

/*****************************END ABOUT US****************************************/

.bg-circle-pink {
    position: absolute;
    width: 500px;
    height: 500px;
    right: 0px;
    bottom: 0px;
    background: #e31e2485;
    opacity: 0.3;
    filter: blur(150px);
    z-index: -1;
}

/*****************************ABOUT US Leadership****************************************/

section.aboutus-leadership {
    position: relative;
}

.Leadership-box {
    display: flex;
    background: #121b45;
    border-radius: 12px;
    align-items: center;
}

.Leadership-image {
    margin-left: -100px;
    position: relative;
    /* border-radius: 12px !important; */
}

.Leadership-image img {
    max-width: 400px;
    /* margin-left: -100px; */
    border-radius: 12px;
}

.Leadership-image-content {
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin: 10px;
    width: 95%;
}

.Leadership-image-name {
    color: white;
    font-weight: 600;
    font-size: 2.4rem !important;
}

.Leadership-image-designation {
    color: white;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

.Leadership-box .Leadership-contant {
    margin-left: 40px;
    color: white;
    padding: 40px 20px;
}

.aboutus-leadership .tabcontent {
    padding: 7% 10px;
    padding-bottom: 12%;
    margin-left: 100px;
}

.about-o-title.red span.under-line {
    background: #000;
    margin-bottom: 40px;
}

.about-o-title.red {
    color: #e0001c;
    font-weight: 500;
}

.aboutus-leadership .Leadership-image {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*****************************END ABOUT US Leadership****************************************/

.blogs-section {
    display: none;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.header-dropdown .btn-secondary {
    color: #000;
    background-color: #ffffff;
    font-weight: 500;
    border-color: #ffffff;
}

.header-dropdown.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f3223c;
    border-color: #f3223c;
    box-shadow: 0px 0px 0px 0px !important;
}

.header-menu .form-group {
    margin-bottom: 0px !important;
    margin-left: 30px;
    z-index: 99999;
}

.header-menu input.form-control {
    border-radius: 50px !important;
}

.header .inner-menu a:hover {
    color: #f3223c;
}

.header .inner-menu .cta-box a:hover {
    color: #ffffff !important;
}

.header .inner-menu .btn-secondary:hover {
    background-color: #f3223c;
    border-color: #f3223c;
}

.footer .footer-menu a:hover {
    color: #f3223c !important;
}

a.cta-red-arrow:hover,
.right-arrow-btn-blue:hover,
.cta-red-arrow:hover {
    opacity: 0.8 !important;
    color: white !important;
}

.slider-images .slick-slide img {
    margin: auto !important;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.overflow-text {
    width: 100%;
    overflow-x: hidden;
}

/* .horizontal-scrolling-items {
    display: flex;
    font-size: 40px;
    width: 2600px;
    animation-name: infiniteScroll;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  } */

.horizontal-scrolling-items {
    display: flex;
    font-size: 40px;
    width: 50000px;
    animation-name: infiniteScroll;
    animation-duration: 180s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
    white-space: nowrap;
}

section.lifinity-scroll {
    padding: 0px;
    margin: 0;
}

section.lifinity-scroll .container.overflow-text {
    width: 100% !important;
    max-width: 100%;
    background-color: #c4161c;
}

section.lifinity-scroll .horizontal-scrolling-items__item {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    padding: 5px 0px;
}

.footer-logo img {
    margin-bottom: 20px;
}

.footer-logo {
    width: 100% !important;
    max-width: 400px;
}

.footer-menu a {
    color: #000;
}

@media screen and (min-width: 991px) {
    .cus-nav-bar ul.dropdown-menu {
        margin-top: -5px !important;
    }
}

span.last-scroll {
    padding-left: 1000px;
}

/* Enquiry Button Css Start */

.dsu-form {
    top: 14.5rem;
}

.dsu-form {
    z-index: 100000 !important;
}

.dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 308px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: -310px;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}

.form-clickOuter {
    left: -34%;
    position: absolute;
    top: 13%;
    right: 78%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    background: rgb(180, 0, 47);
}

.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: #141b47;
}

.frmBg-success {
    text-align: center;
    padding: 10px 15px;
    background-color: #006300;
}

.frmBg span,
.frmBg-success span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

/*
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}*/

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.thankyou-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    margin: auto;
}

.thankyou-text .head1 {
    color: #fff;
    font-size: 2.3rem !important;
    font-weight: 400;
}

.thankyou-text .head {
    color: #fff;
    font-size: 3rem !important;
    font-weight: 700;
}

/*student page*/

.cus-student-box.image-sec,
.cus-student-box.last {
    width: 50%;
}

.student-Process .list-items-arrow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.cus-student-box.last {
    padding-bottom: 40px;
}

body .student-Process {
    padding-bottom: 30px !important;
}

.students-FACILITIES p {
    font-size: 20px;
    line-height: 1.5;
}

.students-FACILITIES .ae-box {
    padding: 40px 40px;
}

.cus-student-box {
    margin-bottom: 40px;
}

.cus-student-box.image-sec {
    max-width: 400px;
}

@media screen and (max-width: 1250px) {
    .cus-student-box.image-sec,
    .cus-student-box.last {
        width: 100%;
    }
    .cus-student-box.last {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    section.academic-eligibility.students-FACILITIES {
        padding: 20px;
    }
    .students-FACILITIES .ae-box {
        padding: 40px 10px;
    }
}

/*student page ends*/

/* input#submit_btn {
    background: #393185;
    margin: auto;
    display: block;
} */

#top-button {
    /* display: none !important; */
}

@media screen and (max-width: 1500px) {
    .dsu-form {
        top: 22%;
    }
    .thankyou-text .head1 {
        color: #fff;
        font-size: 2rem !important;
        font-weight: 400;
    }
    .thankyou-text .head {
        color: #fff;
        font-size: 2.8rem !important;
        font-weight: 700;
    }
}

@media screen and (max-width: 991px) {
    .thankyou-text .head1 {
        font-size: 1.5rem !important;
    }
    .thankyou-text .head {
        font-size: 2.3rem !important;
    }
}

@media screen and (max-width: 400px) {
    .thankyou-text .head1 {
        font-size: 1rem !important;
    }
    .thankyou-text .head {
        font-size: 1.8rem !important;
    }
}

/* Enquiry Button Css End */

/* Accommodation Page */

section.facilities-include,
section.red-banner {
    padding-left: 5%;
    padding-right: 5%;
}

.shadow-box .row {
    margin: 5%;
    margin-bottom: 0px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #ccc;
    padding-bottom: 0px;
    border-radius: 12px 12px 0px 0px;
}

section.red-banner {
    padding: 20px;
    padding-left: 5%;
    padding-right: 5%;
    background: #eb2024;
    color: white;
    font-weight: 600;
    font-size: 22px;
}

section.red-banner a {
    color: white;
    margin-left: 20px !important;
    font-size: 22px;
}

.shadow-box-top .row {
    margin: 5%;
    margin-top: 0px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #ccc;
    padding-top: 0px;
    border-radius: 0px 0px 12px 12px;
}

.accommodation-facilities img,
.Glimpses-images img {
    width: 100%;
}

.Glimpses-images-1 img {
    width: 100%;
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: 5px 5px 20px -5px #ccc;
}

.accommodation-facilities img {
    max-width: 500px;
}

@media screen and (max-width: 800px) {
    section.Glimpses-images.shadow-box-top.last-section {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 500px) {
    .accommodation-facilities h2,
    .Glimpses-images h2,
    .facilities-box h2 {
        font-size: 1.1rem;
    }
    section.red-banner a {
        font-size: 16px;
    }
    section.red-banner {
        font-size: 16px;
    }
    section.Glimpses-images.shadow-box-top,
    section.facilities-box.shadow-box,
    section.accommodation-facilities.shadow-box {
        padding: 0;
    }
    .shadow-box-top .row {
        padding: 0;
    }
}

/*Accommodation page End */

/* popup form */

/* Popup container */

.popup-box label {
    margin-top: 0.5rem;
    margin-bottom: 0px !important;
}

.popup-box .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
    /* white color */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    /* Adjust width based on screen size */
    max-width: 400px;
    /* Set maximum width */
}

/* .popup-box .mobile-number {
    display: flex;
}

.popup-box .country-code {
    flex: 1;
    margin-right: 10px;
}

.popup-box .mobile-input {
    flex: 2;
} */

/* Form styling */

.popup-box select#countryCode {
    min-height: 50px;
    width: 100%;
}

.popup-box form {
    display: grid;
    grid-gap: 10px;
}

.popup-box input[type="text"],
.popup-box input[type="email"],
.popup-box input[type="tel"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.popup-box input[type="submit"] {
    background-color: #f3223c;
    /* Dark red color */
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
}

.popup-box {
    z-index: 999999 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000f0;
    top: 0;
    left: 0;
    display: none;
}

/* Responsive adjustments */

@media screen and (max-width: 600px) {
    .popup-box .popup {
        padding: 10px;
        width: 95%;
        max-width: none;
    }
    .popup-box input[type="submit"] {
        width: 100%;
    }
    .popup-box h2 {
        text-align: center;
        font-size: 1.6rem !important;
    }
}

/* popup form ends   */

/* visa page */

body .mass-list.list-none li {
    background-image: unset !important;
}

.cus-red-title {
    font-weight: 600;
    font-size: 30px;
    color: #f3223c;
    padding: 0px !important;
    display: inline-block;
}

.cus-red-title:after {
    content: "";
    border-bottom: 2px solid #f3223c;
    width: 40%;
    display: block;
}

.cus-title {
    font-weight: 600;
    font-size: 30px;
    color: #003366;
    padding: 0px !important;
    display: inline-block;
}

.cus-title:after {
    content: "";
    border-bottom: 2px solid #003366;
    width: 40%;
    display: block;
}

.bg-red-line {
    background-image: url(../../images/visa/Maskgroup.webp);
    background-size: 100% 70%;
    background-position: bottom;
    padding: 0px !important;
}

body .Timelines_sec {
    background-image: url(../../images/visa/Timelines.webp) !important;
    background-size: cover;
    background-position: right center;
}

.color-white {
    color: white !important;
}

.visa-sec .mass_box_new {
    overflow-y: scroll;
}

.visa-sec .mass_box_new::-webkit-scrollbar {
    width: 0px !important;
}

.bg-red-line .mid_pic img {
    max-width: 400px !important;
}

.shadow-box.visa-sec .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #ccc;
    padding-bottom: 20px;
    border-radius: 12px 12px 12px 12px;
}

.sec-padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.sec-padding .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    body .cus-mass-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .visa-sec .list-items {
        padding: 0 !important;
    }
    .Timelines_sec .mass-list {
        padding: 0 !important;
    }
    body .Timelines_sec {
        background-image: unset !important;
    }
    body.visa-page h2 {
        font-size: 24px !important;
    }
}

/* visa page end  */

#countryCode {
    color: #999;
    /* Placeholder color */
}

#countryCode option:first-child {
    display: none;
    /* Hide the first option (placeholder) */
}

.up {
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateY(-0.4em);
        opacity: 0.9;
    }
}

.thankyou-popup h4 {
    color: green;
    text-align: center;
}

.thankyou-popup p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#countdown {
    text-align: center;
}

/*popup banner*/

.popup_banner {
    margin: auto;
    text-align: center;
    position: fixed;
    top: 15%;
    padding: 20px;
    width: 100%;
    z-index: 9999999999;
    display: none;
    justify-content: center;
}

.popup_banner img {
    max-width: 100%;
    /* border: 1px solid white; */
    border-radius: 5px;
}

@media screen and (min-width: 800px) {
    .popup_banner img {
        height: 70vh;
    }
}

@media screen and (max-width: 600px) {
    .popup_banner {
        padding: 10px;
    }
    .popup_banner .close-btn {
        margin-right: -10px !important;
    }
}

.popup-inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.popup_banner .close-btn {
    background: red;
    padding: 9px 13px;
    border-radius: 50px;
    line-height: 1;
    color: white;
    margin-bottom: -20px;
    z-index: 9999;
    margin-right: -17px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

button.close {
    position: relative;
    left: 90% !important;
    margin-top: -3rem;
}

/*popup banner ends*/

/* dropdown  */

@media screen and (min-width: 1251px) {
    .navbar-hover .collapse ul.dropdown-menu.catalog {
        left: -84%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
    .navbar-hover .collapse ul.dropdown-menu.catalog {
        left: -94%;
    }
}

/*  */

.infrapic img {
    margin-bottom: 30px;
    border-radius: 45px;
}

.aboutus-approvals-banner-new {
    padding: 0rem !important;
}

h2.aboutus-approvals.ae-title {
    font-weight: 600;
    font-size: 30px;
    color: #f3223c;
}

h2.aboutus-approvals .doc-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #f3223c;
    margin-top: 1rem;
}

.approval-text {
    margin-top: 2rem;
}

.bottom-text {
    margin-bottom: 2rem;
}

/* faculty profile css start */

.aboutus_banner {
    margin: 0;
    padding: 0;
    position: relative;
}

.aboutus_body,
.faculty_achivement,
.faculty_profile_single_top,
.programme_highlight,
.programme_highlight_sec4,
.programme_highlight_sec6,
.trainning_sec {
    padding: 60px 0;
}

.aboutus_left_sec {
    padding: 0;
    margin: 0;
}

.aboutus_left_sec h2,
.faculty_achivement h1,
.wordshop_mid {
    padding-bottom: 20px;
}

.faculty_profile {
    padding-top: 60px !important;
}

.aboutus_left_sec,
p {
    text-align: justify;
}

.facult_profile_box {
    padding: 30px 30px 60px;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin-bottom: 70px;
    position: relative;
    cursor: pointer;
    height: 17rem;
}

.facult_profile_box img {
    display: block;
    margin: -60px auto 15px;
}

.facult_profile_box h4 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.facult_profile_box p {
    text-align: center;
    font-size: 16px;
}

.facult_profile_box span {
    display: block;
    position: absolute;
    right: -20px;
    top: 20px;
    background: #fff;
}

.facult_profile_box span a {
    display: block;
    width: 48px;
    height: 48px;
}

.faculty_profile_single_top h1 {
    font-size: 70px;
    padding-bottom: 0;
}

.faculty_profile_single_top ul {
    padding: 0 0 20px;
}

.faculty_profile_single_top ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

.faculty_profile_single_top a {
    color: #eb2024;
    text-decoration: none;
}

.faculty_profile_single_top a img {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.faculty_profile_single_top h3 {
    padding-bottom: 30px;
    font-size: 40px;
}

.profile_pic_single img {
    width: 100%;
    display: block;
    border-radius: 30px;
    max-width: 300px;
    margin-top: 30px;
    webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.social_single_profile {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.profile_single_details ol li {
    background: 0 0;
    padding: 0 30px 10px 0;
    list-style: number;
}

.programs_tabs {
    border-radius: 99.5px;
    margin-top: -54px;
    background: #fff;
    padding: 30px 10px;
    z-index: 99;
    position: relative;
}

.cell-obj-box {
    min-height: 530px !important;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
}

.tab-link {
    margin: 0 1.5%;
    list-style: none;
    padding: 10px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.5s;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    letter-spacing: 1px;
}

.tab-link:hover {
    color: #919191;
    border-color: #0f366c;
}

.aboutus_left_sec h1,
.aboutus_left_sec h2,
.trainning_sec h1,
h2.subheading2 {
    border-bottom: 2px solid #eb2024;
}

.tab-link.active {
    border: none;
    color: #fff;
    border-radius: 20px;
    background: #0f366c;
}

.content-wrapper {
    padding: 40px 80px;
}

.tab-content {
    display: none;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    opacity: 0;
    padding: 0;
    transform: translateY(15px);
    animation: 0.5s forwards fadeIn;
}

.activecard,
.logosection .responsive-tabs.nav-tabs.open > li,
.logosection .responsive-tabs.nav-tabs > li.active,
.tab-content.active {
    display: block !important;
}

/*  */

.custom-container {
    width: 90%;
    margin: 0 5%;
    margin: 0 auto;
}

.cell-banner1,
.programme_banner {
    background: url(../images/programme_bannner.webp) center center/cover
        no-repeat;
    min-height: 600px;
}

.programme_banner h1 {
    padding-top: 8%;
    font-size: 90px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-family: Lato, sans-serif !important;
    font-weight: 700;
}

.programme_banner h1.subheading,
.programme_banner h3 {
    font-size: 32px;
    color: #fff;
    font-family: Lato, sans-serif !important;
    font-weight: 700;
}

.programme_banner h1.subheading {
    padding-top: 0;
}

.programme_banner p {
    max-width: 600px;
    text-align: justify;
    font-family: Lato, sans-serif !important;
    color: #fff;
}

.library_right_sec .tab-link:last-child.active1 {
    border-bottom: none;
}

.library_right_sec .tab-link.active1 {
    border-radius: 0;
    background: 0 0;
    border-bottom: 2px solid #fff;
    color: #fff !important;
}

.facultyprof_cont {
    min-width: 14rem;
    max-width: 18rem !important;
}

@media only screen and (max-width: 768px) {
    .cta-button-group {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-button-group a {
        width: 100%;
    }

    .cta-btn-red {
        font-size: 14px;
        padding: 12px 18px;
    }
    .facultyprof_cont {
        margin: 0 auto;
    }
    h3.mb-0.mt-5.text-red.heading1 {
        font-size: 20px;
    }
    h2.mb-0.mt-5.text-red.heading1 {
        font-size: 24px;
    }
    /* Section padding (top/bottom + left/right consistent) */
    .sec-padding.infrapicMain {
        padding: 40px 20px !important;
    }
    /* Heading h3 */
    .sec-padding.infrapicMain h3 {
        font-size: 20px !important;
    }
    /* Heading h4 */
    .infrapicMain h4 {
        font-size: 18px !important;
    }
    /* Paragraph */
    .infrapicMain p {
        font-size: 16px !important;
    }
    /* h3 heading inside current-openings */
    .current-openings h3 {
        font-size: 20px !important;
    }
    /* Job card titles */
    .job-card .job-title {
        font-size: 16px !important;
        padding: 10px !important;
    }
    .siu-testimonial-card {
        height: 550px;
    }

    .modal-content {
        max-height: 80vh; /* restrict height */
        overflow-y: auto; /* enable scroll inside modal */
        -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    }

    /* Make sure form fits nicely */
    .responsive-form {
        padding-right: 10px; /* little space for scrollbar */
    }
}

/*  */

.caution-btn {
    position: fixed !important;
    top: 165px;
    z-index: 99999 !important;
    padding: 5px 10px;
    box-shadow: 0px 5px 8px #00000029;
    border: 2px solid #ffffff;
    border-radius: 7px 7px 7px 7px;
    right: 0 !important;
    /* background-color: #c52f33; */
    background: rgb(180, 0, 47);
    /* font-weight: bold; */
    /* width: 155px; */
    font-size: 19px;
}

/* tab panel css  start*/

.custom-tab-container {
    display: flex;
    flex-wrap: wrap;
}

.custom-tabs {
    flex: 0 0 250px;
    padding-right: 20px;
}

.custom-tabs button {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
    text-align: left;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
}

.custom-tabs button.active {
    background: #141b47;
    color: white;
}

.custom-tab-content {
    flex: 1;
    padding-left: 30px;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

/* ✅ MOBILE: stack tabs vertically and align full-width */

@media (max-width: 768px) {
    .custom-tab-container {
        flex-direction: column;
    }
    h3.mb-o.mt-5.text-red.heading1 {
        font-size: 24px;
    }
    h2.mb-o.mt-5.text-red.heading1 {
        font-size: 24px;
    }
    .custom-tabs {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .custom-tabs button {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 6px;
    }
    .custom-tab-content {
        padding-left: 0;
    }
    .academic-heading {
        font-size: 24px;
        /* smaller font size for mobile */
        margin: 10px 0;
        /* adjust spacing if needed */
    }
}

/* end  */

/* General styles */

/* General styles */

.database-card {
    border: 1px solid #ddd;
    /* Border for the card */
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    /* Space between the image & text and the button */
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    /* Space between cards */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Shadow for depth */
}

.card-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    /* Align items vertically */
}

.card-left {
    display: flex;
    align-items: center;
    flex: 1;
    /* Allow this section to take remaining space */
    margin-right: 15px;
    /* Space between text and button */
    min-width: 0;
    /* Prevent text overflow causing layout issues */
    flex-wrap: wrap;
    /* Allow wrapping on small screens */
}

.ebsco-logo {
    width: 150px;
    /* Adjust image size */
    height: auto;
    margin-right: 15px;
    /* Space between logo and text */
}

.text-content {
    display: flex;
    flex-direction: column;
    /* Stack the category and name vertically */
    overflow: hidden;
    /* Prevent overflow */
}

.category {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    /* Space below the category */
}

.database-name {
    font-size: 20px;
    /* Adjust font size */
    font-weight: bold;
    color: #026682;
}

.card-right {
    display: flex;
    justify-content: flex-start;
    /* Align button to the left */
    align-items: center;
    flex-shrink: 0;
    /* Prevent shrinking */
    min-width: 120px;
    /* Ensure the button doesn't overlap */
}

.view-details-btn {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #026682;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.view-details-btn:hover {
    background-color: #025a61;
    color: #fff;
    text-decoration: none;
}

/* Mobile Responsive Design */

@media (max-width: 768px) {
    .database-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .card-body {
        flex-direction: column;
        align-items: flex-start;
    }
    .card-left {
        margin-bottom: 10px;
    }
    .card-right {
        text-align: center;
        /* Centers the button */
        width: 100%;
        /* Ensures button doesn't overflow */
    }
    /* .view-details-btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    } */
    .view-details-btn {
        margin-top: 10px;
        width: auto;
        /* Keeps button size appropriate */
        padding: 10px 20px;
        /* Adds space inside the button */
        display: inline-block;
        /* Allows the button to be centered */
        text-align: center;
        /* Centers the text inside the button */
        margin-left: auto !important;
        /* Centers horizontally */
        margin-right: auto !important;
        /* Centers horizontally */
    }
}

ul li {
    margin-bottom: 10px;
    /* Adds spacing between list items */
    word-wrap: break-word;
    /* Ensures long URLs or text break correctly */
    word-break: break-all;
    /* Ensures long URLs or unbreakable content break */
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* Adjust text color if needed */
    text-align: center;
}

.banner-text h1 {
    font-size: 3rem;
    /* Adjust font size for desktop */
}

.banner-text p {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .banner-text h1 {
        font-size: 2rem;
        /* Adjust font size for mobile */
    }
    .banner-text p {
        font-size: 1rem;
    }
}

/* Responsive Table Styling */

.table-container {
    overflow-x: auto;
    /* Enables horizontal scrolling */
}

.responsive-table {
    min-width: 600px;
    /* Set a minimum width for the table */
}

@media (max-width: 768px) {
    .responsive-table {
        /* Additional styles for mobile view can be added here */
    }
}

.ae-box {
    margin: 40px 0px 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px -0.609px 2.214px 0px rgba(0, 0, 0, 0.02),
        0px -1.463px 5.32px 0px rgba(0, 0, 0, 0.03),
        0px -2.755px 10.017px 0px rgba(0, 0, 0, 0.04),
        0px -4.914px 17.869px 0px rgba(0, 0, 0, 0.04),
        0px -9.191px 33.422px 0px rgba(0, 0, 0, 0.05),
        0px -22px 80px 0px rgba(0, 0, 0, 0.07);
}

/*-------card--------*/

.cust-box-grad {
    background: linear-gradient(90.02deg, #141b47 0.01%, #711c3e 99.98%);
    border-radius: 0.5rem;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.about-dubai-box .cust-box-grad {
    padding: 1.5rem !important;
}

.text-center {
    text-align: center !important;
    font-color: #fff !important;
}

.cust-box-grad {
    min-height: auto !important;
}

@media screen and (max-width: 600px) {
    .students-FACILITIES .ae-box {
        padding: 40px !important;
    }
}

.admission-process .cust-box-blue {
    background: #141b47;
    color: white;
    border-radius: 1rem;
}

ul.lib_form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

ul.lib_services li p {
    color: #141b47 !important;
}

ul.lib_services li {
    padding: 1.2rem;
}

.lib_form li {
    list-style: none;
    background: #fff !important;
    border-radius: 1rem;
    padding: 0.5rem;
    width: 48% !important;
    box-shadow: 0 0 9px 2px rgb(255 255 255 / 50%);
}

.lib_form li span a {
    font-size: 0.85rem !important;
}

@media screen and (max-width: 600px) {
    .lib_form li {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    ul.lib_form {
        padding: 0 !important;
    }
}

.academics_fees table tr:first-child td {
    background: #cc0000;
    color: #ffffff !important;
}

.sec2_mass_comm_box ul li,
.mass_box_1 ul li {
    background-image: url(/../images/mass_bullet.svg);
    padding-left: 35px;
    list-style-type: none;
    font-size: 18px;
    padding-bottom: 10px;
    /* line-height: 2; */
    background-repeat: no-repeat;
    background-position: 0% 11px;
}

.sec2_mass_comm ul li {
    color: #ffffff;
}

ul li {
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-word;
}

/* current opening css start */

/* Current Openings Section */

.current-openings {
    background-color: #f9f9f9;
    /* light grey background */
    /* padding: 60px 0; */
}

.current-openings h2 {
    font-size: 32px;
    font-weight: 700;
    color: #003366;
    /* SIU Dubai Blue tone */
    /* margin-bottom: 30px; */
}

.current-openings h4 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    /* margin-bottom: 20px; */
}

.job-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Hover Effect */

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image Styling */

.job-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Job Title Styling */

.job-title {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    color: #333;
}

/* Mobile Responsive Tweaks */

@media (max-width: 576px) {
    .section-title {
        font-size: 20px;
    }
    .job-title {
        font-size: 1rem;
        padding: 10px;
    }
}

/* end */

.section1 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #e0001c;
    font-weight: 600;
}

.section1 h3 {
    margin-top: 40px;
    font-size: 1.4rem;
    color: #e0001c;
}

.section1 p,
.section1 ul {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

/* Section background and spacing */

.research-pillars-section {
    /* background: linear-gradient(to right, #f9fcff, #eaf1f8); */
    padding: 80px 20px;
}

/* Section heading */

.research-pillars-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #e0001c;
    margin-bottom: 50px;
    font-weight: 600;
}

/* Responsive grid for pillars */

.pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Pillar card styling */

.pillar {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #141b47;
    transition: all 0.3s ease;
}

.pillar:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Pillar heading */

.pillar h3 {
    font-size: 1.25rem;
    color: #141b47;
    /* color: linear-gradient(90.02deg, #141b47 0.01%, #711c3e 99.98%); */
    margin-bottom: 10px;
}

/* Pillar paragraph */

.pillar p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.research-cards-section {
    padding: 80px 20px;
    /* background: linear-gradient(to right, #f0f6fc, #e5edf7); */
    background-color: #141b47;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #fff;
}

.research-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.research-card {
    background: white;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.research-card:hover {
    transform: translateY(-8px);
}

.research-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #003366;
    border-bottom: 2px solid #dceaff;
    padding-bottom: 10px;
}

.research-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.research-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
    font-size: 0.95rem;
}

.research-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #003366;
    font-size: 0.9rem;
}

.ednex-img {
    overflow: hidden;
    animation: fadeIn 1s ease-in;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* subtle shadow */
    border-radius: 10px;
    /* optional: smooth corners */
    transition: box-shadow 0.3s ease;
}

.ednex-img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    /* deeper shadow on hover */
}

.ednex-img img {
    transition: transform 0.5s ease;
    will-change: transform;
    border-radius: 10px;
    /* match container if needed */
}

.ednex-img img:hover {
    transform: scale(1.1);
    /* Zoom effect */
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 2s ease-out forwards;
    animation-delay: 0.5s;
}

/* Media query for viewport size - Trigger on scroll-like behavior */

@media (min-height: 800px) {
    .animated:nth-child(1) {
        animation-delay: 0.5s;
    }
    .animated:nth-child(2) {
        animation-delay: 1s;
    }
    .animated:nth-child(3) {
        animation-delay: 1.5s;
    }
    .animated:nth-child(4) {
        animation-delay: 2s;
    }
    .animated:nth-child(5) {
        animation-delay: 2.5s;
    }
}

/*----------------------------------------*/

a.cta-btn-red.button-hover1,
a.cta-btn-red.button-hover11 , input#submitBtn{
    background-color: #f3223c;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    /* optional: remove underline */
    padding: 8px 26px;
    /* optional spacing */
    border-radius: 50px;
    /* optional rounded corners */
    display: inline-block;
}

/* On hover, focus, and active */

a.cta-btn-red.button-hover1:hover,
a.cta-btn-red.button-hover1:focus,
a.cta-btn-red.button-hover1:active,
a.cta-btn-red.button-hover11:hover,
a.cta-btn-red.button-hover11:focus,
a.cta-btn-red.button-hover11:active {
    background-color: #141b47;
    color: #fff;
    outline: none;
    box-shadow: none;
}

/* staff css start  */

.staff-card {
    border-radius: 15px;
    /* background: linear-gradient(135deg, #f8f9fa, #e3f2fd); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    padding: 30px;
    cursor: pointer;
}

.staff-card:hover {
    /* background: linear-gradient(135deg, #e3f2fd, #d1c4e9); */
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.staff-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.facultyprof_cont img {
    width: 100%;
    border-radius: 10px;
    width: 250px;
    height: 250px;
}

.facult_profile_box {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: box-shadow 0.3s;
}

.facult_profile_box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.facult_profile_box h4 {
    font-weight: 600;
    margin-top: 10px;
}

.facult_profile_box p {
    font-size: 0.9rem;
    color: #666;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-load {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    /* Initially hidden before animation */
}

.staff-card {
    /* Slightly darker background for better contrast */
    /* background: linear-gradient(90deg, rgba(20, 27, 71, 0.3) 0.01%, rgba(113, 28, 62, 0.3) 99.98%); */
    background-color: #f3223c !important;
    /* rest remains same */
    position: relative;
    color: #fff !important;
    border-radius: 20px;
    padding: 30px;
    cursor: pointer;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(113, 28, 62, 0.3);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.staff-title {
    font-size: 1.6rem;
    font-weight: 700;
    /* darker gradient colors */
    /* background: linear-gradient(90deg, #0e1340 0%, #5a1433 100%); */
    background-color: #fff !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* fallback solid color */
    margin: 0;
}

@media (max-width: 1200px) and (min-width: 800px) {
    /* Fix card width to prevent resizing */
    .staff-card {
        min-height: 140px;
        /* or desired fixed width */
    }
    .staff-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 1300px) and (min-width: 800px) {
    .staff-title {
        font-size: 1.3rem;
    }
}

/* academic staff css start */

.academic-staff-card {
    background: #f7f7f7;
    /* border-radius: 2px; */
    padding: 25px 20px;
    text-align: center;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    width: 100%;
    max-width: 450px;
    max-height: 450px;
    /* padding: 15px 0px 15px 0px; */
}

.academic-staff-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 4px solid #000;
}

.academic-staff-name {
    font-weight: bold;
    color: #001f5c;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.academic-staff-designation {
    color: #333;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
}

.btn-academic-view {
    background-color: #0d1d67 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: none !important;
    margin-top: auto;
    /* Pushes button to the bottom inside a flex column */
}

.btn-academic-view:hover,
.btn-academic-view:focus,
.btn-academic-view:active {
    background-color: #0d1d67 !important;
    color: #fff !important;
    text-decoration: none;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .academic-staff-card {
        margin-bottom: 20px;
    }
}

.academic-heading {
    color: #f3223c;
    font-weight: 500;
}

/* Form Wrapper Styling */

.formsec {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    overflow: hidden;
}

.contact_fild {
    padding: 20px;
}

.responsive-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.responsive-form input,
.responsive-form select,
.responsive-form textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.responsive-form input:focus,
.responsive-form select:focus,
.responsive-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

.responsive-form textarea {
    resize: vertical;
    min-height: 100px;
}

.responsive-form button[type="submit"] {
    background-color: #c4002e;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    width: auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.responsive-form button[type="submit"]:hover {
    background-color: #a30025;
}

/* Responsive tweaks */

@media (max-width: 768px) {
    .formsec {
        margin: 15px;
    }
    .contact_fild {
        padding: 15px;
    }
    .responsive-form input,
    .responsive-form select,
    .responsive-form textarea,
    .responsive-form button {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .frmBg {
        font-size: 18px;
        padding: 12px;
    }
    .responsive-form button[type="submit"] {
        font-size: 15px;
        padding: 10px;
    }
}

.bba-section {
    position: relative;
    color: #fff;
}

.bba-section .card {
    margin-bottom: 1rem;
    border: none;
}

.bba-section .btn-link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.bba-section .btn-link:hover {
    text-decoration: none;
}

.bba-section .card-body {
    border-top: 1px solid #ddd;
}

@media (max-width: 576px) {
    .bba-section h3 {
        font-size: 1.5rem;
    }
}

.programs-accordion-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
    color: #fff;
}

.programs-accordion-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.programs-accordion-section .container {
    position: relative;
    z-index: 2;
}

.programs-accordion-section h3 {
    font-size: 2rem;
    font-weight: 600;
}

.accordion-card {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-header {
    /* background-color: #ffffff; */
    padding: 0;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.accordion-toggle {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    color: #212529;
    border: none;
    border-radius: 10px 10px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-toggle:hover,
.accordion-toggle:focus {
    background-color: #e2e6ea;
    text-decoration: none;
    outline: none;
}

.accordion-body {
    background-color: #ffffff;
    color: #212529;
    padding: 1.25rem;
    border-radius: 0 0 10px 10px;
}

.accordion-body ul {
    padding-left: 1rem;
    margin-bottom: 0;
}

.accordion-body li {
    margin-bottom: 0.5rem;
}

/* Responsive */

@media (max-width: 576px) {
    .programs-accordion-section h3 {
        font-size: 1.5rem;
        text-align: center;
    }
    .accordion-toggle {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
    .accordion-body {
        padding: 1rem;
    }
}

.programs-accordion-section {
    position: relative;
    background-image: url("images/Homepage/Your-gateway-to-success.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 1rem;
    min-height: 100vh;
    /* Ensures it's tall */
    color: #fff;
    overflow: hidden;
}

.programs-accordion-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.programs-accordion-section .container {
    position: relative;
    z-index: 2;
}

/* testimonail css */

.testimonial-wrapper {
    max-width: 700px;
    margin: 40px auto;
}

.testimonial-box {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 20px;
    min-height: 400px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #000;
}

.testimonial-content h5 {
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}

.testimonial-content p {
    margin-bottom: 0;
    color: white;
}

.custom-carousel-control {
    background-color: #666;
    /* Gray background */
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    transform: translateY(330%);
    border-radius: 5% !important;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.custom-carousel-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid #fff;
    /* White arrow */
    border-width: 0 3px 3px 0;
    padding: 3px;
}

.custom-prev-icon {
    transform: rotate(135deg);
}

.custom-next-icon {
    transform: rotate(-45deg);
}

/* .carousel-control-next {
    right: -22px !important;
} */

/* .carousel-control-prev {
    left: -39px !important;
} */

@media (max-width: 576px) {
    .testimonial-content {
        text-align: center;
        margin-top: 15px;
    }
}

/* Student council section css */

.council-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.council-card img {
    max-width: 100%;
    border-radius: 8px;
}

.council-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #b51e1e;
}

.council-role {
    font-size: 1rem;
    font-weight: 600;
}

.council-course {
    font-style: italic;
    color: #555;
}

/* Student Ambassadors css */

section.academic-eligibility {
    /* padding: 40px; */
    padding: 0px 10px 10px 10px;
}

.council-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.council-card img {
    max-width: 100%;
    border-radius: 8px;
}

.council-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #b51e1e;
}

.council-role {
    font-size: 1rem;
    font-weight: 600;
}

.council-course {
    font-style: italic;
    color: #555;
}

.council-card .email {
    font-size: 16px;
    font-weight: 500;
    color: #007bff;
    /* Blue tone */
    margin: 5px 0;
    word-break: break-all;
}

.council-card .email:hover {
    text-decoration: underline;
}

/* home page accordian css start */

/* Title Styling */

.cus-red-title {
    color: #b80000;
    font-weight: bold;
}

/* Accordion Button Styling */

.custom-accordion .accordion-button {
    background-color: #c90000;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 14px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    /* Equal Height */
    width: 100%;
    text-align: left;
}

.custom-accordion .accordion-button span:first-child {
    flex-grow: 1;
    text-align: left;
}

.custom-accordion .accordion-button::after {
    display: none;
}

.custom-accordion .accordion-icon {
    font-size: 1.5rem;
    color: #fff;
    margin-left: 10px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.custom-accordion .accordion-button.collapsed {
    background-color: #c90000;
}

.custom-accordion .accordion-body {
    /* background: #d3d3d3; */
    background-color: #141b47;
    border-radius: 0 0 8px 8px;
    padding: 16px 20px;
    color: #fff;
}

.accordion-body li a {
    color: #fff;
}

/* Remove border & space between items */

.accordion-item {
    border: none;
    margin-bottom: 12px;
}

/* ✅ Responsive Adjustments */

@media (max-width: 768px) {
    .custom-accordion .accordion-button {
        font-size: 1rem;
        min-height: 60px;
        padding: 12px 16px;
    }
    .custom-accordion .accordion-icon {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .custom-accordion .accordion-button {
        flex-direction: row;
        font-size: 0.95rem;
        padding: 10px 14px;
        min-height: 55px;
    }
    .custom-accordion .accordion-icon {
        font-size: 1rem;
    }
}

/* css for first home page first slider section  */

.slider-section-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Image box styling */

.slider-section-inner .col-md-6 {
    flex: 1 1 45%;
    max-width: 45%;
}

.slider-section-inner .slider-content {
    flex: 1 1 50%;
    max-width: 50%;
}

@media (max-width: 768px) {
    .slider-section-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .slider-section-inner .slider-content,
    .slider-section-inner .col-md-6 {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .slider-section-inner .col-md-6 img {
        margin-top: 20px;
    }
}

/* dwonload form button css */

button#submit {
    background-color: rgb(180, 0, 47);
    color: white;
    padding: 8px 40px;
    width: auto;
    /* margin-left: 173px; */
    font-size: 14px;
}

.button-container-getslatupdate {
    text-align: center;
    justify-items: center;
}

/* new testimonial css start */

.testimonial-box {
    padding: 20px;
    /* border: 1px solid #ccc; */
    background-color: transparent;
    margin-top: 20px;
}

.carousel-indicators li {
    background-color: #333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 65px;
    /* background: red; */
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .testimonial-box {
        flex-direction: column;
        text-align: center;
    }
    .testimonial-box .col-md-4,
    .testimonial-box .col-md-8 {
        padding: 10px;
    }
}

.testimonial-box img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

/* Remove white lines */

.carousel-inner,
.carousel-item,
hr {
    border-top: none !important;
    border-bottom: none !important;
}

hr {
    display: none;
}

/* Center prev/next buttons vertically */

#testimonialCarousel {
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(319%);
    position: absolute;
}

/* testimonial css end */

.no-bullets {
    list-style: none;
    padding-left: 0;
    /* Optional: removes left indentation */
}

.underline-link {
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
    text-decoration: none;
    color: inherit;
}

.underline-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #007bff;
    /* Bootstrap blue or change to #00baff */
}

@media (max-width: 500px) and (min-width: 325px) {
    .carousel-indicators {
        bottom: -19px !important;
    }
}

/* style for student testimonials on index page */

.siu-testimonial-section {
    /* background-color: #e0f2ff; */
    /* blueish bg */
    background: linear-gradient(to top, #141b47, transparent);
    padding: 50px 20px;
}

.siu-testimonial-card {
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    /* max-width: 75%; */
    margin: 0 auto;
    padding: 70px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 17px 18px 18px 18px;
}

.siu-testimonial-left {
    flex: 0 0 150px;
    text-align: center;
}

.siu-testimonial-left img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.siu-testimonial-title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.siu-testimonial-name {
    font-weight: bold;
    text-align: center;
}

.siu-testimonial-designation {
    font-size: 14px;
    color: #666;
}

.siu-testimonial-content {
    flex: 1;
    padding-left: 20px;
}

.siu-testimonial-content p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* Responsive */

@media (max-width: 600px) {
    .siu-testimonial-card {
        flex-direction: column;
        text-align: center;
        height: 1000px;
        padding: 20px;
    }
    .siu-testimonial-content {
        padding-left: 0;
        margin-top: 15px;
    }
}

.siu-testimonial-navigation {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.siu-testimonial-button-prev,
.siu-testimonial-button-next {
    background-color: #fff;
    color: #141b47;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, transform 0.2s;
}

.siu-testimonial-button-prev:hover,
.siu-testimonial-button-next:hover {
    /* background-color: #141b47; */
    /* color: #fff; */
    transform: scale(1.05);
}
/* Keyframes for zoom and slide from bottom */
@keyframes autoSlideIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Default state for all slides */
.swiper-slide {
    opacity: 0;
    transform: scale(0.9) translateY(50px);
}

/* Apply animation only when slide becomes active */
.swiper-slide-active,
.swiper-slide-duplicate-active {
    animation: autoSlideIn 0.7s ease-out forwards;
}

/* Optional: Slight shadow for all cards */
.siu-testimonial-card {
    transition: box-shadow 0.4s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.swiper-slide-active .siu-testimonial-card {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Optional: name underline (without hover) */
/* .siu-testimonial-name {
    position: relative;
    display: inline-block;
    font-weight: bold;
} */

/* .siu-testimonial-name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #d40000;
  animation: underlineGrow 1s ease forwards;
} */

/* .siu-testimonial-name {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
} */
section.SIU-Dubai-cta22 {
    min-height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
}
@media (max-width: 768px) {
    .SIU-Dubai-cta2,
    section.SIU-Dubai-cta22.fade-in {
        background-image: none !important;
        padding-top: 3em !important;
    }
    .ug-Admissionss h3 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 600px) {
    section.SIU-Dubai-cta {
        background-image: url("images/icons/image8.webp");
    }
    .SIU-Dubai-cta-inner {
        width: 100%;
        background: #ffffffa3;
        padding: 20px;
    }
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    border-radius: 8px;
    position: relative;
    margin: 40px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10000;
}

.close-btn:hover {
    /* color: red; */
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    height: auto;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
.text-wrap {
    word-break: break-all;
    word-wrap: break-word;
}
/* 
.cta-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 20px;
      margin-bottom: 10px;
}

.cta-button-group a {
    text-decoration: none;
    flex: 1 1 auto;
}

.cta-btn-accomodation:hover {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: #d32f2f;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.cta-btn-accomodation:hover {
    background-color: #d32f2f;
    text-decoration: none;

}


.cta-button-group a .cta-btn-accomodation:hover {
    text-decoration: none;
}
 */

.cta-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cta-btn-accomodation {
    display: block;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: #d32f2f;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    flex: 1 1 auto;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.cta-btn-accomodation:hover {
    background-color: #d32f2f;
    text-decoration: none;
    color: #fff;
}

.download-btn {
    background-color: transparent;
    color: #cc0000;
    border: 2px solid #cc0000;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.download-btn:hover {
    background-color: #cc0000;
    color: #fff;
}

.download-btn-program {
    background-color: #f3223c;
    color: #fff;
    border: 2px solid #f3223c;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.download-btn-program:hover {
    background-color: #f3223c;
    color: #fff;
}

.accordion-custom .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-custom .accordion-header {
    font-size: 1.1rem;
    font-weight: 500;
}

.accordion-custom .accordion-button {
    background-color: transparent;
    color: #111;
    box-shadow: none;
    padding: 1rem;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: none !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 6px;
}

/* Plus icon default */
.accordion-custom .accordion-button::after {
    content: "+";
    font-size: 1.2rem;
    color: #e40046;
    background-image: none;
    transform: none;
    border: none !important;
    transition: color 0.3s ease;
}

/* Minus icon when active */
.accordion-custom .accordion-button:not(.collapsed)::after {
    content: "−";
    color: white;
}

/* Hover effect for button */
.accordion-custom .accordion-button:hover {
    color: white;
    background-color: #cc0000;
}

.accordion-custom .accordion-button:hover::after {
    color: white;
}

/* Active button style */
.accordion-custom .accordion-button:not(.collapsed) {
    color: white;
    background-color: #cc0000;
}

/* Remove focus outline */
.accordion-custom .accordion-button:focus,
.accordion-custom .accordion-button:focus-visible {
    box-shadow: none;
    border: none;
    outline: none;
}

.accordion-custom .accordion-body {
    padding: 0 0 1rem 0;
    font-size: 0.95rem;
    color: #444;
}

.section-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: left;
    color: #f3223c !important;
}

.accordion-body h5 {
    color: black;
}

/* accordion ends here  */

.bba-intro-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .bba-intro-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* For screens ≤ 991px (Tablets and small desktops) */
@media (max-width: 991px) {
    .accordion-custom .accordion-button {
        font-size: 1rem;
        padding: 0.85rem;
    }

    .accordion-custom .accordion-body {
        font-size: 0.9rem;
    }

    .bba-intro-text {
        font-size: 0.95rem;
    }

    .section-title {
        font-size: 1.1rem;
    }
}

/* For screens ≤ 768px (Tablets) */
@media (max-width: 768px) {
    .accordion-custom .accordion-button {
        font-size: 0.95rem;
        padding: 0.75rem;
    }

    .accordion-custom .accordion-body {
        font-size: 0.875rem;
    }

    .bba-intro-text {
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1rem;
    }
}

/* For screens ≤ 480px (Mobile phones) */
@media (max-width: 480px) {
    .accordion-custom .accordion-button {
        font-size: 14px;
        padding: 0.65rem;
    }

    .accordion-custom .accordion-body p {
        font-size: 12px;
    }

    .accordion-custom .accordion-body h5 {
        font-size: 14px;
    }

    .accordion-custom .accordion-body li {
        font-size: 12px;
    }

    .bba-intro-text p {
        font-size: 14px;
    }

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

@media (max-width: 375px) {
    /* Sticky button */
    .enquire-sticky {
        top: 311px !important;
    }
    .enquire-btn {
        padding: 10px 16px;
        font-size: 14px;
        border-radius: 4px;
    }
}
/* Optional: For screens ≤ 320px (Smallest devices) */
@media (max-width: 320px) {
    .accordion-custom .accordion-button {
        font-size: 14px;
        padding: 0.6rem;
    }

    .accordion-custom .accordion-body p {
        font-size: 12px;
    }

    .accordion-custom .accordion-body li {
        font-size: 12px;
    }

    .accordion-custom .accordion-body h5 {
        font-size: 14px;
    }

    .bba-intro-text p {
        font-size: 14px;
    }

    .section-title {
        font-size: 16px;
    }
    .enquire-sticky {
        top: 311px;
    }
}
.hover-preview-container {
    position: relative;
    cursor: pointer;
}

.hover-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 140px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.hover-preview img {
    height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 2px solid #fff;
    object-fit: cover;
}

.hover-preview-container:hover .hover-preview {
    opacity: 1;
}

.custom-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}

.lightbox-image {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 8px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.lightbox-nav.prev {
    left: 30px;
}

.lightbox-nav.next {
    right: 30px;
}

img.w-100.mb-2.main-image {
    border-radius: 15px;
}
.legacy-bg {
    background-image: url("../../images/Homepage/bg-new.png"); /* absolute path for CSS compatibility */
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 400px;
}

/* Optional: apply width styling that was previously inline */
.content-width {
    width: 70%;
}

/* Hide background on mobile */
@media (max-width: 767px) {
    .legacy-bg {
        background-image: none;
    }

    .content-width {
        width: 100%;
    }
    .siu-cta-banner {
        background-image: none;
    }
    .btn-box {
        flex-direction: column;
        align-items: center;
    }

    .btn-box .cta-red-arrow {
        width: auto;
    }
}

.academic_calendar table tr:nth-child(odd) td {
    background-color: #a1a1a1;
}
.academic_calendar table td {
    text-align: center;
    font-weight: 500;
    font-size: 19px;
}
.academic_calendar table tr:nth-child(even) td {
    background-color: #e6e6e6;
}

.academic-calender th {
    background-color: #a1a1a1;
    color: #000;
}

.note {
    margin-top: 20px;
    padding: 15px;
    background: #f1f1f1#141b47;
    border-left: 4px solid #141b47;
}

.ug-banner {
    background-image: url("../../images/Homepage/ug-bg-banner.webp"); /* absolute path for CSS compatibility */
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    /* min-height: 400px; */
}

.siu-cta-banner {
    background-image: url("../../images/Homepage/Your-future-awaits-you.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.why-choose-banner {
    background-image: url("../../images/Homepage/banner-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 9999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
    transition: all 0.3s ease-in-out;
}


/* Scrollable modal content */
.modal-content {
  position: relative;
  background: #fff;
  max-width: 600px;
  max-height: 85vh;          /* restrict height */
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;
  z-index: 1;
  overflow-y: auto;          /* enable scrolling when fields are long */
  -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
}
/* Close Button */
.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/*  */

/* Sticky button */
.enquire-sticky {
    position: fixed;
    right: -53px;
    /* bottom: 30px; */
    z-index: 9999999999999;
    top: 266px;
    transform: rotate(90deg);
}

.enquire-btn {
    background: rgb(180, 0, 47);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 19px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}
.enquire-btn:hover {
    background: rgb(180, 0, 47);
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
}
.modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}


.modal-close {
    position: absolute;
    top: -7px;
    right: 6px;
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
}
.modal-header {
  display: flex;
  align-items: center !important;
  justify-content:center !important;
  padding: 14px 20px;
  /* background: #f6f6f8; */
  border-bottom: 1px solid #ddd;
}

.modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #003366;
  display: flex;
  text-align: center;
}




/* ===== Form layout ===== */
.contact_fild { padding: 18px 20px 22px; }
.responsive-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px; /* row / column gaps */
}

/* Any .form-group without --half spans both columns by default */
.form-group { grid-column: 1 / -1; }

.form-group--half { grid-column: auto; } /* will sit side-by-side in the 2-col grid */

@media (max-width: 640px) {
  .responsive-form { grid-template-columns: 1fr; }
  .form-group, .form-group--half { grid-column: 1 / -1; }
}

/* ===== Field anatomy ===== */
.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #222;
}
.req { color: #d10000; }

.field,
.select-wrap,
.phone-wrap {
  position: relative;
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  height: 42px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  background: #fff;
}
input:focus,
select:focus {
  border-color: #b92b27; /* danger tone */
  box-shadow: 0 0 0 3px rgba(185, 43, 39, .12);
}

/* Right icon slot (if you use it) */
/* .has-right-icon { padding-right: 36px; }
.icon-right {
  position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; background-repeat: no-repeat; background-size: contain;
} */



/* Errors */
.error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #b00020;
  min-height: 1px; /* keeps layout from jumping when error appears */
}

/* ===== Radios (Zoho-like alignment) ===== */
.radio-wrap.choice-table-row {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4px;
}
.choice-table-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.choice-label-text {
  font-size: 14px;
  cursor: pointer;
}

/* Optional: nicer custom radio look (keeps native input accessible) */
.choice-table-cell input[type="radio"] {
  appearance: none;
  width: 18px; height: 18px;
  border: 2px solid #bdbdbd; border-radius: 50%;
  display: inline-grid; place-items: center;
  margin: 0;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.choice-table-cell input[type="radio"]::before {
  content: ""; width: 10px; height: 10px; border-radius: 50%; transform: scale(0);
  transition: transform .12s ease-in-out;
  background: #b92b27;
}
.choice-table-cell input[type="radio"]:checked {
  border-color: #b92b27; box-shadow: 0 0 0 3px rgba(185,43,39,.12);
}
.choice-table-cell input[type="radio"]:checked::before { transform: scale(1); }

/* ===== Actions ===== */
.form-actions-row {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 4px;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 16px; border-radius: 8px; border: none; cursor: pointer;
  font-weight: 600; font-size: 14px;
}
.btn-danger { background: #b92b27; color: #fff; }
.btn-danger:hover { filter: brightness(.95); }
.form-group {
  margin-bottom: 8px; /* tiny gap instead of none */
}
.responsive-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;   /* keep only horizontal spacing */
  row-gap: 0;         /* remove vertical spacing */
}

.form-group {
  margin-bottom: 0;   /* reset bottom margin if any */
}

.form-group label {
  margin-bottom: 4px; /* keep a little breathing space for labels */
}
#referralCodeGroup {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Make plugin wrapper and input span full width */
.iti { width: 100%; }
.iti input { width: 100%; box-sizing: border-box; }

/* Ensure space for flag + dial code (tweak 52–64px if your UI is tighter) */
.iti input { padding-left: 58px !important; }

/* If your form-control adds extra left padding, neutralize only inside iti */
.iti .form-control { padding-left: 58px !important; }

/* Keep the dial code visually separated when separateDialCode is on */
.iti--separate-dial-code .iti__selected-dial-code { margin-left: 6px; }
/* Target the intl-tel-input wrapper with #phone */
.iti input#phone, .iti input#phonenew{
  padding-left: 90px !important;
  width: 100%;
  box-sizing: border-box;
}


.tab-content { display: none; }
.tab-content.active { display: block; }
/* make sure at least one .tab-content has .active in the HTML */