body{
    font-size: 14px;
	line-height: 1.4;
}
a{
    color: #2b2b2b;
}
.btn{
	font-size:15px
}
.btn-primary {
    color: #fff;
    background-color: #1e4291;
    border-color: #1e4291;
}
.btn-secondary {
   color: #00184c;
    background-color: #F59837;
    border-color: #fff;
    border-radius: 0;
    padding: 4px 9px
}
.arrows_top .owl-nav{
    position: absolute;
    right: 0;
    top: -40px;
}
.arrows_top .owl-nav button{
    width: 30px;
    height: 30px;
    border: solid 1px #ccc !important;
    margin-left: 1px;
    border-radius: 5px;
    font-size: larger !important;
}
/* .arrows_top .owl-nav button span{
    line-height: 19px;
    font-size: 35px;
} */
.owl-carousel .owl-dots{
    display: flex
;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}
.owl-carousel button.owl-dot {
    width: 15px;
     
    color: inherit;
    border: solid 1px #505050 !important;
    padding: 0 !important;
    font: inherit;
    height: 15px;
    background: #eaeaea !important;
     margin-right: 0px; 
    border-radius: 11px;
}
.owl-carousel button.owl-dot.active{
    background: #F59837 !important;
}
section{
    padding-top: 30px;
     padding-bottom: 20px;
}
.vertical_scroller{height: 300px;
    padding-left: 0;
    list-style: none;
    padding: 0 2px;}
.vertical_scroller li{
    padding: 2px 5px;
    border-bottom: dashed 1px #000;
}
.vertical_scroller li a{
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    position: relative;
    /* padding-left: 20px; */
}
.vscroll_navs{
   position: absolute;
    right: 1px;
    top: 1px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.vscroll_navs i{
    width: 30px;
    border: solid 1px #ccc;
    text-align: center;
    height: 29px;
    margin-left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	background: #001c59;
}
.vertical_scroller li a::before{
 position: absolute;
    /* content: "\f105"; */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 32px;
    height: 32px;
    top: 0px;
    left: 1px;
    color: #f59837;
    font-size: 18px;
}
.section_title{
    font-size: 18px;
    /* text-transform: uppercase; */
    color: #1e4291;
}
.section_title {
    position: relative;
    padding-bottom: 8px;
}

.section_title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 120px; /* control line width */
    height: 3px;
    background-color: #c39c46;
    border-radius: 2px;
}
.widget .widget_inner{
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: 0 3px 5px #00000014;
}
.widget .widget_title{
    background: #1e4291;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
    border-bottom: solid 2px #f59837;
    margin: 0;
    position: relative;
}
.top_bar{
background: #2e4274;
    color: #fff;
    padding: 3px 0;
    border-bottom: solid 1px #ffffff45;}
.top_bar  .sm.sm-blue{

}
.top_bar  .sm.sm-blue a{
    padding: 0;
    border-right: solid 4px #f59837;
    line-height: 1;
    padding-right: 5px;
    margin-right: 5px;
	font-size:14px;
}
.top_bar  .sm.sm-blue a:hover{
    background-color: transparent;
}
.top_bar  .sm.sm-blue li:last-child a{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.accesbilities{
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 2px;
}
.accesbilities li:not(:last-child){
    margin-right: 1px !important;
}
.accesbilities li a{color: #1e4291;
    background: #fff;
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    display: flex
;
    align-items: center;
    justify-content: center;
	border: solid 1px #fff;}
.logo_wrap{
    padding: 5px 0;
    background: #2e4274;
    color: #fff;
}
.logo_wrap .left_logo{width: 130px;}
.logo_wrap .right_logo{width: 100px;
    border-radius: 50%;
    border: solid 2px #ffffff;
    background: #dbdbdb;
	    margin-left: 15px;
		    height: auto !important;}
.logo_wrap .site_title{    display: flex
;align-items: center;
    justify-content: center;}
.logo_wrap .site_title img{    height: 107px;margin-right: 15px;}
.logo_wrap .site_title h2.telugu{font-weight: bold;
    font-size: 22px;}
.logo_wrap .site_title h2.english{
    /* text-transform: uppercase; */
    letter-spacing: 1.2px;
    font-size: 28px;
}
.logo_wrap .site_title h6{
    color: #F59837;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
}
.btn-language img{width: 19px;
    margin-top: -2px;
    padding-right: 3px;
    border-right: solid 1px #000;
    margin-right: 3px;}
.main_menu_bar{
   background:  #F1F4F9;padding:   0;
}
.main_menu_bar .sm-blue a{
  font-weight: 500 !important;   
 color:#1E4291 !important
}
.scroll_title {
background: #1e4291;
    position: absolute;
    padding: 5px 10px;
    top: 0;
    color: #ffffff;
    font-weight: 500;
}
ul.er-controls > li {
   display: inline-block;
    padding: 0;
    background: #1e4291;
    margin: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    border-right: solid 1px #fff;
    color: #ffffff;
    line-height: 2;
}
ul.newsticker li a{
    color: #1e4291;
    text-decoration: none;
}
ul.newsticker li a i {
    color:#de903c;
}
/* .intro_slider{ */
    /* background: #1E4291 url(../media/hexeas_bg.png); */
    /* background-size: 50%;
    background-repeat: no-repeat;
}
.intro_slider .carousel-item .img_wrap{ */
    /* width:50%;
    float:right; */
    /* position: relative;
    
   
}
.intro_slider .carousel-indicators .active {
    opacity: 1;
    background-color: #FFB60D;
}
.intro_slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    margin-left: 8.33333333%;display: block;
}
.intro_slider .carousel-indicators [data-bs-target]{
    width:20px;
    height: 20px;
    border-radius: 50%;
    opacity: 1;    margin: 0;
}
 
.intro_slider .carousel-item .img_wrap img{width:100%;clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);}
.intro_slider .carousel-item .carousel_caption{
    position:absolute;
    width: 100%;
    top:0;
    left:0;
    color: #fff;
    height: 100%;
}
.intro_slider .carousel-item .carousel_caption .container,
.intro_slider .carousel-item .carousel_caption .container .row
{
    height: 100%; 
}
.intro_slider .carousel-item .row .col-md-6{position: relative;}
.intro_slider .carousel-item .img_wrap::before{
position: absolute;
    content: "";
    background: #f59837f0;
    width: 20px;
    height: 80%;
    top: 10%;
    left: 1.9%; */
    /* width: 300px; */
    /* clip-path: polygon(0% 0%, 100% 0%, 0% 100%); */
    /* background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    transform: skew(-7deg, 0deg);
} */
.majors{
    background: #eef3ff;
	    padding-top: 60px;
}
.m_item{
    box-shadow: 1px 2px 5px #0000005c;
    transition: all 0.5s;
}
.m_item:hover{transform: translateY(-10px);
    box-shadow: 0 18px 26px -10px;}
.m_item .thumb{
    position: relative;
    padding: 5px;
    background-color: #fff;
}
.m_item .thumb img{
    height: 125px;
}
.m_item .thumb h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0;
    background: linear-gradient(357deg, #001b54, transparent);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 32px;
    padding-bottom: 5px;
}
.m_item  a{
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0;
    position: relative;
    /* text-transform: uppercase; */
    height: 45px;
    color: #f24421;
}
/* .m_item  a::after{
    position: absolute;
    content: "\f0da";
    width: 20px;
    height: 20px;
    top: 3px;
    right: 7px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
} */
.about_wrap{}
.vc_messages .item{
    /* text-align: center; */
} 
.vc_messages .item h5{
    position: relative;
    margin-bottom: 20px;
}
.vc_messages .item h5::after{
 position: absolute;
    content: "";
    background: #f59837f0;
    width: 80px;
    height: 2px;
    bottom: -10px;
    left: calc(50% - 40px);
}
.message_container * {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    text-align: justify;
}
.about_wrap .widget .widget_inner{height:calc(100% - 34px)}
.vc_profile{
border: solid 1px #ccc;
    background: #fff;
    box-shadow: 0 3px 5px #00000014;
    padding: 10px;
    text-align: center;
    height: 100%;
}
.vc_profile h5{    font-size: 16px;
    color: #1e4291;
    margin-top: 5px;
    margin-bottom: 3px;}
.vc_profile p{    margin: 0;
    font-weight: 500;
    font-size: 13px;
    color: #6d7ea8;}
.statistics_counter .count_item{
    border: solid 1px #c5cbdb;
    padding: 10px;
    min-height: 121px;
    background: #eef3ffc2;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: 0 0 5px #00000036;
    margin: 5px;
    position: relative;
}
.statistics_counter .count_item .hanger{
    position: absolute;
    width: 10px;
    right: 15px;
    top: 15px;
    animation-name: move;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.statistics_counter.arrows_top .owl-nav button{
	background: #efa700 !important;
    color: #fff !important;
}

.statistics_card .count_item {
    /* background: #fff; */
    padding: 15px;
    /* border-radius: 8px; */
    /* border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-wrap {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff3cd;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
}

.statistics_card .count_item .stat-icon {
    padding: 20px; /* spacing */
    color: #c39c46;
    font-size: 22px;
}

.statistics_card .count_item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.statistics_card .count_item h6 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

@keyframes move{
  50%{
    transform: translateY(100%);;
  }
}
.welcome_wrap{
    background: #EEF3FF;
    padding-bottom: 0;
}
.information_Section{background:#f7f7f7}
.information_Section .nav.nav-tabs{
        background: #1e4291;
    color: #fff;
    
    font-size: 18px;
    border-bottom: solid 2px #f59837;
    margin: 0;
    position: relative;
}
.information_Section .nav.nav-tabs .nav-link{
padding: 6px 6px;
    border-radius: 0;
    font-weight: 500;
    background: #eef3ff;
    font-size: 13px;
    color: #8290b1;
    margin: 0;
    border: 0;
}
.information_Section .nav.nav-tabs .nav-link.active{background: #001c59;
    color: #fff;}
.information_Section .tab-content > .tab-pane {
    border: solid 1px #f59837;
    padding: 5px;position: relative;
    padding-bottom: 0;
    padding-top: 0;
        box-shadow: 0 3px 5px #00000014;
}
.information_Section .tab-content > .tab-pane .vscroll_navs{
        top: -33px;color: #fff;
}
.upcom_evs.widget .widget_inner{
	 
}
.upcom_evs .eve_info{
	display: flex;
    font-size: 11px;
    gap: 5px;
	color: #1e4291;
	margin-top: 6px;
}
.upcom_evs .news_date{
	background: #1e4291;
    color: #f49737;
    padding: 2px 5px;
    font-size: 12px;
    display: inline-block;
    border-radius: 2px;
}
.upcom_evs .eve_info .fas{
	color:#f49737
}
.upcom_evs ul{
	padding: 2px;
}
.upcom_evs li{padding: 5px;
    border: solid 1px #ccc;
    margin-bottom: 3px;}
.upcom_evs li a{padding-left:0}
.upcom_evs li a:before{display:none}
.oc_section{
    background: #FAF5EB;
}
.ext-act-img {
    height: 230px;
}
.owl-carousel .owl-item .oc_title img{width:30px;
height: 30px;}
.oc_item{
    position: relative;
}
.oc_item .thumbnail{
    height: 235px;
}
.oc_title{
    display: flex
;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: linear-gradient(3deg, black, transparent);
    color: #fff;
    align-items: end;
    gap: 10px;
}
.oc_title_text {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    max-width: 80%;
}
/* text */
.oc_title_text .title_text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

/* caret */
.oc_title_text .caret {
    margin-left: 8px;
    font-size: x-large;
    transition: transform 0.3s ease;
}

/* expanded state */
.oc_title_text.expanded .title_text {
    white-space: normal;     /* multiline */
}

.oc_title_text.expanded .caret {
    transform: rotate(270deg); /* ▼ → ▲ */
}
.oc_title h6{
    font-size: 14px;
    margin: 0;
	font-weight: 400;
}
.online_clases .item p{
    font-size: 12px;
}
.online_clases.arrows_top .owl-nav button{
	background: #efa700 !important;
    color: #fff !important;
}
.online_clases.arrows_top .owl-nav{
    display: flex !important;
}
.lessons_section .nav-tabs .nav-link{
   font-weight: bold;
    border: none;
    border-right: solid 3px #1e4291;
    border-radius: 0;
    padding: 0 10px;
    margin-bottom: 9px;
    text-transform: uppercase;
    color: #868383;
}
.lessons_section .nav-tabs .nav-link.active{
    color:#1e4291
}
.lessons_section .tab-content > .tab-pane{
padding: 0;
}
.lessons_section .nav-tabs .nav-item:last-child .nav-link{
    border: none;
}
.lessons_section .nav-tabs .nav-item:first-child .nav-link{
    padding-left: 0;
}
.less_item{
     background: #1e4291;
    padding: 5px;
    text-align: center;
    
}
.less_item .thumb img{border:solid 1px #FFB60D}
.lessons_section
.less_item .thumb{position: relative;}
.less_item .thumb span{
    position: absolute;
    bottom: 0;
    right:0;
    width: 42px;
    height: 42px;
    background: #FFB60D;
    border-top-left-radius: 50px;
        display: flex
;
    align-items: flex-end;
    justify-content: end;
    padding: 3px;
}
.lessons_scroll h6{
	font-weight:500px
}
.less_item .thumb span img{width:22px}
.less_item h6{color: #fff;
font-size: 13px;
font-weight: normal;
padding-top: 5px;}
.ext_section{
    background: #EEF3FF;
}
.ext_item{
    background: #fff;
    /* padding: 8px; */
    text-align: center;
}
.ext_item img{
	/* border:solid 1px #FFB60D; */
    height: 120px;
}
.ext_item h6{
    /* color: #FFB60D; */
    /* color: white; */
    margin: 5px 0;
    font-size: 14px;
    /* font-weight: bold; */
    height: 45px;
    /* text-decoration: none; */
    color: #f24421;
}
.extenstion_acts.arrows_top .owl-nav button {
    background: #fff !important;
    
}
.extenstion_acts .owl-item {
    opacity: 0.4;
    transition: opacity 0.6s ease-in-out;
    height: auto;
}

.extenstion_acts .owl-item.active {
    opacity: 1;
}

.extenstion_acts a {
    text-decoration: none;
}

.testimonial_section{}
.testi-top {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 150px;
}
.alumni-msg {
    word-break: break-word;
    overflow-wrap: anywhere;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    transition: max-height 0.3s ease;
}
.alumni-name {
    overflow-wrap: anywhere;
    /* text-align: justify; */
}

.alumni-link-btn {
    display: inline-block;
    margin-top: 15px;
    float: right;

    background: linear-gradient(135deg, #4f46e5, #3b82f6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;

    font-size: 14px;
    font-weight: 500;
    text-decoration: none;

    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover effect */
.alumni-link-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* Optional icon arrow */
.alumni-link-btn::after {
    content: " →";
    transition: margin-left 0.3s ease;
}

.alumni-link-btn:hover::after {
    margin-left: 5px;
}
.owl-carousel .owl-item .testi-top img{
    width: 65px;
    border-radius: 4px;
}
.testimonials .owl-item .testi_item {
    border: solid 1px #dfdfdf;
    padding: 15px;
    margin: 8px;
    position: relative;
    margin-top: 28px;
    box-shadow: 0 3px 6px #00000024;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    height: 350px;
}
.testimonials .owl-item .testi_item a{
	background: #adbcdf;
    text-decoration: unset;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1;
    color: #011951;
}
.testimonials .owl-item .testi_item::before{
position: absolute;
    content: "\f10d";
    color: #adbcdf;
    top: -40px;
    right: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 56px;
   
}
 
.testimonials .owl-item .testi_item p{
    line-height: 1.4;
    font-size: 14px;
    margin-top: 15px;
}
.testimonials .owl-item .testi_itemh6{color: #1e4291;
margin: 0;}
.testimonials .owl-item .testi_item h6 p{font-size: 13px;
    color: #6e6e6e;
margin: 0;}

.clients_section{
    background: #FAF5EB;
}
.client_logos.owl-carousel img{
    border-radius: 6px;border: solid 1px #afafaf;
        width: 99% !important;
            margin-left: 1px;
}
.toll-free{
    background: #1E4291;
    padding: 30px 0;
    color:#fff;
    
    font-weight: 500;
    text-align: center;
}
.toll-free p{
	font-size:20px;
	font-weight:normal;
	    margin-bottom: 6px;
}
footer{
    background: #1F1F1F;
    color: #fff;padding-top: 25px;
}
footer ul{ list-style: none;
padding-left: 0;
margin-left: 0;}
footer ul li{}
footer ul li a{    color: #fff;
    text-decoration: none;
    font-size: 14px;}
footer ul li a .fas{margin-right: 5px;}
.social_links li{}
.social_links li a{width: 28px;
    height: 28px;
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 2;
    border-radius: 20px;
    margin-right: 5px;}
.social_links li a i{}
.social_links {display: flex;margin-top:15px}
.footer-bottom{
    border-top: solid 1px #ffffff63;
}
.footer-bottom .container{
    
}
.app_links{margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;}
.main-menu-btn {
    background: #00184c;
    margin: 0 !important;
    width: 36px !important;
    height: 36px !important;
}
.main-menu-btn-icon{left: 6px !important;}
 .main-menu-btn-icon:before, 
 .main-menu-btn-icon:after{
	left: 0px !important;
}
.page_header{    background: #727d97;
    color: #fff;
    padding: 18px 0;}
.page_header h3{font-size:20px;margin:0}
.page_header p{text-align:right;
margin:0}


.sidebar-menu {
    padding: 0;
    border: solid 0px #ccc;
    
    position: relative;
	background: #ebebeb;
}.sidebar-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    
}
.sidebar-menu .sm-blue.sm-vertical a {
        padding: 8px 23px;
        text-align: left;
        border-bottom: solid 1px #6185c9;
        font-size: 14px;background: #3155a3;
		border-radius: 0 !important;
    }
.sidebar-menu .sm-blue.sm-vertical a:hover{
	 background: #dd7c16;
} 
 
@media (max-width:480px){
	.btn {
    font-size: 12px;
}
	#main-menu-1{
		display:none
	}
    .logo_wrap .col-md-2{
        padding: 0 !important;
    }
	.logo_wrap .col-md-2 img{
		 width: 55px;
	}
	 .logo_wrap .site_title img {
	 height: 50px;
	 margin-right: 4px;}
	 .logo_wrap .site_title h2.english {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 15px;
}
.logo_wrap .right_logo{margin-left:0;}
.logo_wrap .site_title h2.telugu
 
 {
    font-weight: bold;
    font-size: 10px;
}
.logo_wrap .site_title h6 {
     
    font-size: 7px;
}
.intro_slider .carousel-item .img_wrap::before {
    display: none;
}
	.intro_slider .carousel-item .img_wrap img {
		clip-path: unset;

	}
	.intro_slider .carousel-item  .col-md-4{display:none}
	.m_item {
    margin-bottom: 15px;
	}
	.information_Section .nav.nav-tabs .nav-link {
    padding: 6px 16px;
	}
	.app_links {
    width: 48%;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
}


/* Title must wrap even if no spaces */
.slider-title {
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #ffc400;
}

.slider-title a {
    color: #ffc400;
    text-decoration: none;
}

/* Description wrapping */
.slider-description {
    word-break: break-word;
    overflow-wrap: anywhere;

    display: -webkit-box;
    -webkit-line-clamp: 3;      /* max 3 lines */
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 4.5em;          /* 3 lines × line-height */
    transition: max-height 0.3s ease;
}

/* Expanded state */
.slider-description.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

/* Read more emphasis */
.read-more {
    display: inline-block;
    /* margin-top: 6px; */
    color: #ffd700;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}


.alumni-read-more {
    display: inline-block;
    color: rgb(30, 66, 145);
    font-weight: 600;
    cursor: pointer;  
}

/* Image wrapper */
.img_wrap {
    position: relative;
    overflow: hidden;
}

.slider-img {
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    width: 100%;
    display: block;
}

.carousel-item.active .slider-img {
    opacity: 1;
    transform: scale(1);
}

/* during movement */
.carousel-item-start .slider-img,
.carousel-item-end .slider-img {
    opacity: 0;
    transform: scale(1.05);
}

/* SLIDER MODAL STYLES */
.slider-modal-fixed {
    min-height: 50vh;
    max-height: 80vh;
}

.slider-modal-body {
    overflow-y: auto;
}

#sliderModal #sliderTitleLink, #sliderModal #sliderModalDescription {
    word-break: break-word;
    overflow-wrap: anywhere;
}

#sliderModal #sliderTitleLink {
    color: #ff9900;
    text-decoration: none;
}

.editor-content table, .editor-content table tr, .editor-content table td, .editor-content table th {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

/* modal scrollbar  */
#sliderModal .modal-body::-webkit-scrollbar {
    width: 5px;
}

#sliderModal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#sliderModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #ffd700;
    border-radius: 10px;
}

.banner-img {
    max-width: 100%;      /* never overflow modal */
    height: auto;         /* keep aspect ratio */
    display: inline-block;
    max-height: 700px !important;
}

/* .vc_messages p,
.vc-desc {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.message_section {
    height: 20px !important;
    overflow: auto;
}

.message_section::-webkit-scrollbar {
    width: 4px;
}

.message_section::-webkit-scrollbar-track {
    background: transparent;
}

.message_section::-webkit-scrollbar-thumb {
    background-color: #ffd700;
    border-radius: 10px;
} */

.vc-preview {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
}

.vc-read-more {
    cursor: pointer;
    color: #0d6efd;
    font-size: 13px;
    white-space: nowrap;
}

.slide-bside{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.initiatives_wrap a{
    display: flex;
    gap: 5px;
    background: #fff;
    align-items: center;
    padding: 5px 7px;
    border-radius: 10px;
    border: solid 1px #d9d9d9;
    box-shadow: 0 2px 3px #0000002b;
    margin-bottom: 4px;
    height: 100%;
}
.initiatives_wrap {
    position: relative;
    overflow: hidden;
}
.initiatives_wrap::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    position: absolute;
    right: 25px;
    top: 100%;

    transform: translateY(-20%); /* start slightly hidden below */
    opacity: 0;

    font-size: 60px;
    color: rgba(0, 0, 0, 0.08);

    pointer-events: none;
    transition: all 0.4s ease;
}
.initiatives_wrap:hover::after {
    top: 50%;
    transform: translateY(-50%) scale(1.2); /* 🔥 combine both */
    opacity: 1;
}
.initiatives_wrap a img{
    width: 100px !important;
    /* border: solid 1px #9eb0df; */
    /* height: auto !important; */
    height: 50px;
    object-fit: contain;
}
.vc-preview p{margin-bottom: 2px;}
.initiatives_wrap a h6{
    text-align: left;
}

.quote-box {
    position: relative;
    padding: 20px 25px;
    margin-top: 10px;
    width: 75%;
}

.quote-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin: 10px 0;
}

/* LEFT QUOTE */
.quote-box::before {
    content: "\f10d"; /* left quote */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    position: absolute;
    left: 0;
    top: -10px;

    font-size: 28px;
    color: #8b6f47;
}

/* RIGHT QUOTE */
.quote-box::after {
    content: "\f10e"; /* right quote */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    position: absolute;
    right: 0;
    bottom: 100px;

    font-size: 28px;
    color: #8b6f47;
}

.quote-author {
    font-weight: 600;
    /* margin-top: 8px; */
    color: #555;
}

.quote-img {
    height: 65px;
}

.ambedkar_img {
    height: 220px;
    border-radius: 50%;
}

#nt-example1,#nt-example4{
    height:170px;
}

.circle-grid {
    display: grid;
    grid-template-columns: repeat(3, 120px);
    gap: 24px;
    padding: 35px;
}

.info-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Text */
.circle-text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.circle-text strong {
    font-size: 16px;
}

/* Soft backgrounds */
.info-circle.blue {
    background-color: #cfeaf1;
    top: -50%;
}

.info-circle.peach {
    background-color: #f8dfd1;
    left: 15%;
}

.info-circle.pink {
    background-color: #f7cfcf;
    right: 15%;
    /* top: 55%; */
}

.info-circle.yellow {
    background-color: #e2e1a9;
    left: 55%;
}

.info-circle.purple {
    background-color: #e4bee7;
    left: 55%;
}

/* Arc stroke */
.info-circle::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid transparent;
    bottom: 2px;
    right: 2px;
    transform: rotate(315deg);
}

/* Arc colors */
.info-circle.blue::after {
    border-bottom-color: #1e88e5;
}

.info-circle.peach::after {
    border-bottom-color: #f57c00;
}

.info-circle.pink::after {
    border-bottom-color: #e53935;
}

.info-circle.yellow::after {
    border-bottom-color: #ffd51d;
}

.info-circle.purple::after {
    border-bottom-color: #e54ef0;
}
@media (max-width: 480px) {
    .circle-grid {
        justify-content: center;
        gap: 25px;
        grid-template-columns: repeat(2, 120px);
    }

    .info-circle {
       width: 120px;
        height: 120px;
        left: unset !important;
        right: unset !important;
        top: unset !important;
    }

    .circle-text {
        font-size: 12px;
    }

    .circle-text strong {
        font-size: 14px;
    }
}

/* INITIATIVES :: START */

/* .initiative-box {
    border-radius: 16px;
    transition: all 0.3s ease;
    background: #e8f0f8;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #ff9800;
    border-left: 3px solid #ff9800;
}

.initiative-card .card {
    height: 100%;
} */

.initiative-title {
    font-family: var(--bs-font-sans-serif);
    color: #222;
    font-weight: 600;
}

/* .initiative-card:hover .initiative-box {
    transform: scale(1.02);
    background: linear-gradient(135deg, #1E4291, #3b82f6);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: none;
}

.initiative-card:hover .initiative-title {
    color: #fff;
}

.initiative-card {
    display: block;
}

.arrow {
    margin-left: auto;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.initiative-card:hover .arrow {
    opacity: 1;
} */

/* INITIATIVES :: END */


/* SOCIAL MEDIA ICONS :: START */

/* Container */
.sticky-icon {
    position: fixed;
    top: 35%;
    right: 15px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

/* Each link */
.sticky-icon a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
}

/* Icon styling (circle) */
.sticky-icon a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    display: inline-block;
}

/* Hover effect */
.sticky-icon a i:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/* SOCIAL MEDIA ICONS :: END */

/* Mobile Responsive */
@media (max-width: 768px) {

    /* Stack all columns */
    .main-head > div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    /* Date & time */
    #liveDateTime {
        font-size: 12px;
    }

    /* Menu */
    #main-menu-1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        /* gap: 5px; */
    }

    #main-menu-1 li a {
        font-size: 14px;
        padding: 5px 0;
    }

    /* Dropdown + buttons spacing */
    .content-div {
        flex-direction: row !important;
    }

    /* Accessibility buttons */
    .accesbilities {
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .accesbilities .btn {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.visitor-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: 13px;
}

.visitor-label {
    margin-bottom: 3px;
    color: #ff9800;
    font-weight: bold;
    font-size: medium;
}

.visitor-counter {
    display: flex;
    gap: 3px;
}

.visitor-digit {
    background-color: black;
    color: white;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    padding: 5px 7px;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: inset 0 0 5px rgba(0,255,0,0.5);
}

.slider-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.75); /* black opacity */
    color: #fff;
}

.slider-title-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    flex: 1;
}

.width80 {
    width: 80%;
}

.stat-wrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}