@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Poppins", Sans-serif; 
}

p { line-height: 28px; }
a { text-decoration: none !important; color: #000000 !important; }
a:hover { text-decoration: none !important; color: #bf2727 !important; }

body { margin: 0; padding: 0; font-size: 14px !important; color: #1b1b1b; }

/* --- Header Sections --- */
.head_top {
	width: 100%;
	display: block;
	float: left;
	background-color: #E5E9E5; 
	border-bottom: 1px solid #c4c1c1;
	padding: 0px 0px;
}
.headscndmenu { float: left; background: #E5E9E5; }
.social-icontop { text-align: right; list-style: none; margin-bottom: 5px !important; }
.social-icontop li { display: inline-block; margin-left: 10px; }
.social-icontop li a { color: black; }
.images-icontop { position: relative; top: 2px; }

.head {
	width: 100%;
	display: block;
	float: left;
	padding: 10px;
	background-color: #12670F;
}
#container { width: 100%; display: block; margin: auto; max-width: 1170px; }
.head img { width: 100%; display: block; float: left; }
.logo_block { background: #ffffff; }

/* --- Navigation & Separators --- */
.navbar-nav .nav-item,
.scndmenu .nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

/* Red Vertical Bar | */
.navbar-nav .nav-item::after,
.scndmenu .nav-item::after {
    content: "|";
    color: #B60909; 
    margin-left: 2px;
    font-size: 14px;
}
.navbar-nav .nav-item:last-child::after,
.scndmenu .nav-item:last-child::after { content: none !important; }

/* --- FIXED HOVER LOGIC --- */
@media (min-width: 992px) {
    /* Target the container to keep menu open while moving mouse down */
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block !important;
        margin-top: 0; /* REMOVES GAP to fix "vanishing" menu */
    font-size: 1rem;

    }
}

.navbar-expand-lg .nav-link {
	padding: 7px;
    margin: 0px 0px 0px 0px;
	color: #000;
    font-size: 1rem;
}
.navbar-nav .nav-link.active { color: #B60909 !important; font-weight: bold; }
.navbar-nav .nav-link:hover { color: #B60909 !important; }

/* --- Dropdown Menus --- */
.dropdown-menu { border-radius: 0; border: 1px solid #c4c1c1; }
.dropdown-menu li a:hover { background-color: #B60909; color: #fff !important; }
.dropdown-item.active { background-color: #B60909 !important; }

/* --- Second Menu --- */
.nav-link { color: #000 !important; }
.scndmenu .nav-link { padding: 5px 10px; margin: 3px 0; }
.scndmenu .nav-link.active { color: #b60909 !important; font-weight: 500; }
.sub_link { font-size: 14px !important; color: #b60909 !important; font-weight: 500 !important; }

/* --- Titles & Utility --- */
.heading-tittle { margin-top: 10px; margin-bottom: 0 !important; }
.breadcrumb-item { color: #000; font-size: 18px; }
.breadcrumb-item.active { color: #B60909 !important; font-weight: 600; }
hr { margin: 0 !important; border-top: 1px solid rgba(0,0,0,.25); }
.upr_lnk a { padding: 10px; color: #000; }
.btnsearch { display: flex; justify-content: flex-end; padding-right: 3px; color: #000; }

/* --- Background Classes --- */
.setbgcolor {
    background: #e0ded9; 
    border-top: 1px solid #c3bdb7; 
    border-bottom: 1px solid #c3bdb7;
    padding: 1em 0;
}
.setbgcolorcount {
    background: rgb(52, 116, 51); 
    border-top: 1px solid #c3bdb7; 
    border-bottom: 1px solid #c3bdb7;
    padding: 1em 0;
}
.lightbordr { background-color: #f0f9ff; padding: 10px; }


/* Container Layout */
.custom-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
}

/* Text & Mail Links */
.nav-text-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-text-links a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* social media Base Circle Styling for Icons */

/* Layout Container */


.custom-nav-container {
    display: flex;
    justify-content: flex-end; /* Pushes everything to the right */
    align-items: center;
    gap: 30px; /* Space between the text links and social group */
    padding: 10px 0;
}

/* Text Links Styling */
.nav-text-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-text-links a {
    text-decoration: none;
    color: #333; /* Dark grey for readability */
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-text-links a:hover {
    color: #006b3d; /* PAU Green or your brand color */
}

/* Social Icons - Square with Rounded Edges */

.nav-text-links li:first-child a {
    font-size: 1rem;
    font-weight: 500;
    color: #c36 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* - Hover State */
.nav-text-links li:first-child a:hover {
    color: #336 !important; /* Specific Gold/Yellow */
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); /* Shadow gets deeper */
    transform: scale(1.02); /* Slight pop out */
}

/* Mail style Start Align the text and the 3D box */

.pau-mail-text {
    font-size: 1rem;
    font-weight: 500;
    color: #000; /* PAU Mail Red */
    text-decoration: none;
    transition: all 0.3s ease;

    /* Professional Drop Shadow */
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */
.mail-link a:hover .pau-mail-text {
    color: #b31217; /* Darker red on hover */
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); /* Shadow gets deeper */
    transform: scale(1.02); /* Slight pop out */
}

/*Mail style End*/

/* 3D Social Icons */
.nav-social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    
    /* 3D Depth: Darker shade of the background at the bottom */
    position: relative;
    box-shadow: 0 4px 0 rgba(0,0,0,0.2); 
}


/* Hover: Lift the button */
.nav-social-icons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0,0,0,0.15);
    filter: brightness(1.1);
}

/* Active: Press the button down */
.nav-social-icons a:active {
    transform: translateY(2px);
    box-shadow: 0 0px 0 rgba(0,0,0,0.2);
}

/* Background Colors with individual 3D bottom shadows */
.nav-social-icons a[title="Facebook"]  { background-color: #3b5998; border-bottom: 2px solid #2d4373; }
.nav-social-icons a[title="Twitter"]   { background-color: #000000; border-bottom: 2px solid #222; }
.nav-social-icons a[title="YouTube"]   { background-color: #ff0000; border-bottom: 2px solid #b30000; }
.nav-social-icons a[title="Instagram"] { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-bottom: 2px solid #8a145b; }
.nav-social-icons a[title="WhatsApp"]  { background-color: #25d366; border-bottom: 2px solid #128c7e; }
.nav-social-icons a[title="Wikipedia"] { background-color: #636466; border-bottom: 2px solid #444; }



/* social media Base Circle Styling for Icons end*/


/*banner*/
 
    .carousel-control-prev-icon{background-color:#12670F;}
    .carousel-control-next-icon{background-color:#12670F;}

    .blink-bg{ 
		animation: blinkingBackground 2s infinite;
	}
	@keyframes blinkingBackground{
		0%		{ color: #254878;}
		25%		{ color: #ef0a1a;}
		/*50%		{ color: #ef0a1a;}
		75%		{ color: #254878;}
		100%	{ color: #04a1d5;}*/
	}
	
	.bxslider img {
			width: 100%;
			height:400px;
		}

	
	.bx-wrapper{box-shadow: none!important;}


/*footer*/    
.footer-container{
	background-color: #E5E9E5;
	/*margin-top:20px;*/
}

.infotext
{
	line-height: 30px;

}
.ftitle{
	color: black;
    font-weight: 600;
	text-transform: uppercase;
    margin: 15px 0 15px 0;
    text-decoration: underline;
}
.fcontact ul{
	    list-style-type: none;
}

.flink{
	font-size: 16px;
	color:#000;
	padding: 0 !important;
}
 
.fdropmenu_usefullnk{
    height: 200px;
    overflow-y: auto;
}
.fdropmenu li a{
	color:#000;
	font-size: 14px;
	padding: 5px 5px;
}

.cpyrght{font-size: 12px;
    padding:5px 5px;
    color:#000000;
}
.cpyrght span{
    color:#000000;
}
.btnvideo{
    border: 1px solid #000;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: 5px 5px;
    padding: 5px;
    text-align: center;
}

/*faculty*/
.facultyinfo{
	color:#000;
	text-decoration: none;
}
.facultyinfo:hover{
	color:#254878;
}

/*marquee*/
.title {
    background: #b60909;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.title a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
}

.title a:hover {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline !important;
}
.txt-wp {
    background: #C4C1C1;
    color: #000;
}
#newsmove {
    margin-top: 15px;
    color: #640000;
}
.txt-wp a {
    color: #000;
    font-size: 14px !important;
	text-decoration: none !important;
}
.txt-wp a:hover{
	text-decoration: underline !important;
}

.event_info{
	background: rgb(52, 116, 51);
	padding: 0px 0px 10px 0px;
}


.btninfo {
   /* width: 100%;
    padding: .4rem 1rem; 
    font-weight: 800;
    line-height: 1.5;
    border-radius: .4rem;
    transition: all 40ms linear;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #f9f9f9;
	color:#000;*/

  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #000;
  /*background-color: #ec5221;*/
  background-color: #fff;
  border: none;
  border-radius: 15px;
  /*box-shadow: 0 9px #999;*/
    border:1px solid #000;
}
.btninfo:hover {
    background-color: #000;
    color:#fff !important;
    box-shadow: 0 9px #fff;
}

.btninfo:active {
  background-color: #000;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  color:#fff;
}
 
.viewbutn{
	font-size: 13px;
	background:#b60909;
	color:#fff !important;
	padding: 5px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	text-align: center;
}
.viewbutn:hover{
	font-size: 13px;
	background: #fff;
	color:#b60909;
	border: 1px solid #b60909;
	padding: 5px;
	border-radius: 5px;
}

.eventbtn{padding: 20px 20px;}

.bx-wrapper img{
    padding: 7px;
}


.bx-wrapper {
    max-width: 100% !important;
}

div.bxslider {
    margin-left: 25%;
    margin-right: 25%;
}

.bxslider_1 li{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	min-height: 290px;
    border: 1px solid #000;
}
/* .bxslider_1 li img:hover{ 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
   
    transform: scale(1.2);
} */

.bxslider_2 li{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	min-height: 300px;
}

/* .bxslider_2 li img:hover{ 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

    transform: scale(1.2);
} */
.bxslider_2 .postnews{text-align: center;}

.bxslider_3 li{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	min-height: 270px;
    border: 1px solid #000;
}
.bxslider_3 li img{ 
	min-height: 190px;
	max-height: 160px;
    /*min-width: 260px;*/
}
/* .bxslider_3 li img:hover{ 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.2);
} */

.bxslider_3 .postnews{text-align: center;}

.bxslider_4 li{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	min-height: 200px;
}

.bxslider_5 li{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	min-height: 240px;
    border:1px solid #000;
}
.bxslider_5 li img{ 
	min-height: 180px;
	max-height: 180px;
}
/* .bxslider_5 li img:hover{ 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.2);
} */

.bxslider_6 li{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	min-height: 240px;
    border:1px solid #000;
}
.bxslider_6 li img{ 
	min-height: 190px;
	max-height: 160px;
   /* min-width: 260px;*/
}
/* .bxslider_6 li img:hover{ 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.2);
} */
.blocktitle{
    font-family: ui-serif;
    padding: 7px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    font-size: 38px;
}
.blockfrst{
	color: #b60909 !important;
}
.blocksnd{
	color:#000 !important;
}

.blockmore{
	margin-top:30px;
}
.postnews{
	/*padding: 15px 10px 15px 10px;*/
	padding: 0px 5px 9px 5px;
	text-align: justify;
} 

.newsdate{
	background: #b60909 !important;
    color: #fff;
    padding: 10px;
    border-radius: 12px;
	font-size:12px;
	margin-top:10px;
}
.newstitle{
	padding: 10px 0px 10px 0px;
	color:#000; 
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: normal;
}

.newstitleinfo{
    padding: 0px 0px 0px 0px;
	color:#000; 
}



.bgreview{
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}


/*counter start*/
.counter_1{
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    text-align: center;
}
.counter_1 h2 {
    font-size: 18px;
    font-weight: 600;
}

.count_box{
	padding-top: 30px;
	margin:20px 0px 10px 0px;
}

/*recruitment partner*/
.recruiter-compy img{
	max-width: 160px;
	padding:10px;
}

.underorderlistinfo{color:#000;}
.underorderlistinfo a {color:#000000 !important; transition: color 0.3s ease;}
.underorderlistinfo a:hover {color: #bf2727 !important;}


.underorderlistinfo ul{color:#000;}
.underorderlistinfo li{color:#000000;}
.underorderlistinfo li a {color:#000000 !important; transition: color 0.3s ease;}
.underorderlistinfo li a:hover {color: #bf2727 !important;}


.logo_block p{
    color:#fff;;
}
.blocktext{
    text-align: justify;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}


/*subtags*/
.subtag_info{
	border-radius: 7px; 
	padding: 10px 8px 10px 8px;
	width: 90%;  
	background: #fff; 
	text-align: center;
}
.subtag_info:hover{
	/*background-color: #ec5221;*/
	/*border:1px solid #002147;*/
	  
    background: #000;
    box-shadow: 6px 6px 0 #fff;
}

.subtag{
	text-align: center;
	padding: 30px 20px; 
}
.subtag a{
    color:#000 !important;
}
.subtag a:hover{
    color:#fff !important;
    background: #000;
}

 .counter11 {  
    /*transform: translate(0%,0%); */
    text-decoration: none;
   /* box-shadow: 0 20px 30px rgba(0,0,0,.5);
    overflow: hidden;*/
}

/*
.counter11:before {    
    background: rgba(255,255,255,0.05);
}

.counter11 span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0c002b, #1779ff);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.counter11 span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #0c002b, #1779ff);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.counter11 span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #0c002b, #1779ff);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.counter11 span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #0c002b, #1779ff);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}*/

/*.subtag2{
	text-align: center;
	padding: 20px 20px;
}
.subtag2 span{
	border-radius: 7px; 
	padding: 10px 8px 10px 8px;
	width: 90%; 
	 
	text-align: center; 
	background: white;
	background: linear-gradient(to right, white 50%, #002147 50%);
    background-size: 200% 100%;
    background-position:left bottom;
    margin-left:10px;
    transition:all 2s ease;
}
.subtag2 span:hover {
    background-position:right bottom;
}
.subtag2_info a{
color:#000;
}*/

/*quick link start*/
.bg-qucklnk{
	/*background-image: url(../images/quklink.jpg);*/
    background: rgb(52, 116, 51);
}

.qucklink{
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0px;
    background-color: #b60909 !important; 
    border-color:  #b60909 !important; 
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; 

    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.quicklnkbg{
    background-color: #b60909 !important; 
    color:#fff;
}
 
.offcanvas-body ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-align: left;
    font-size: 16px;
    position: relative; 
}

.offcanvas-body ul li a {
    width: 100%;
    background: none;
    padding: 0 10px 0 10px;
    line-height: 36px;
    font-weight: 700;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase; 
    display: inline-block;
    position: relative;
    outline: 0;
    z-index: 1;
    transition-delay: 0.1s;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
 
.offcanvas-body ul li a:hover {
    background: #b60909;
    width: 100%;
    color: #fff !important;
    transition: all .3s ease-in-out;
}
/*quick link end*/



/*right menu*/
.rightmenu a{
	border:1px solid #999;
}
.rightmenu a:hover{
	background-color:#B60909 !important;
    color:#ffffff !important;
}


.rightmenu a.active{
	background-color:#B60909 !important;
    color:#ffffff !important;
}

h4.details {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.img-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.details a{
    color:#000;
}
.sub-tittle {
    font-size: 18px;
    color: #001A57; font-weight: 700;
    margin: 10px 0px 10px 0px; 
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 100%; 
  min-height: 400px;
    height: 70vh;
    object-fit: cover;
    object-position:center;
    max-height: 1080px;
}

.flash_btn{ 
              background-color: #b60909!important;
              border-radius: 10px;
              border: none;
              color: #FFFFFF;
              cursor: pointer;
              display: inline-block;
              padding: 5px 10px;
              text-align: center;
              text-decoration: none;
              -webkit-animation: glowing 1500ms infinite;
              -moz-animation: glowing 1500ms infinite;
              -o-animation: glowing 1500ms infinite;
              animation: glowing 1500ms infinite;
}
            @keyframes glowing {
              0% { background-color: var(--maroon); -webkit-box-shadow: 0 0 3px var(--maroon); }
              50% { background-color: #b70606; -webkit-box-shadow: 0 0 40px #b70606; }
              100% { background-color: var(--maroon); -webkit-box-shadow: 0 0 3px var(--maroon); }
            }



/*timeline start*/
/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #B60909 !important;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #117704;
  border: 5px solid #B60909;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.title_histry{
    font-size:16px; color:#000;
    font-weight:bold;
    color: #B60909;
}

.card-body>h3{
    color: #B60909;
}
.card-body>p{
    text-align: justify;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/*timeline end*/


/*facts start*/

.tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.tab-btn:hover {
    background: #e9ecef;
}

.tab-btn.active {
    background: #B60909;
    color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

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

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}

.grid-item {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.factbg{
    background-color: #000;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*facts end*/




    .divider {
      display: flex;
      align-items: center;
      text-align: center;
      margin: 0px 0 10px 0;
    }

    .divider::before,
    .divider::after {
      content: '';
      flex: 1;
      border-bottom: 4px solid black; /* Adjust thickness */
    }

    .divider-icon {
      padding: 0 15px;
      color: darkred;
      font-size: 20px;
    }


    .videopop{
        color:#b60909;
        cursor: pointer;
    }
