@import url(https://db.onlinewebfonts.com/c/b2fa2a4eb6f996bdab8e86031e224af9?family=Throhand+W01+Pen+Roman);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap");
/**{ outline: 1px solid rgba(255,0,0,0.2); }*/
/* Change text selection background color */
@font-face {
  font-family: 'hbs'; /* Name for the font */
  src: url('Graphik-Black.ttf');
  font-weight: normal; /* Optional: Set the weight */
  font-style: normal; /* Optional: Set the style */
}

@font-face {
  font-family: 'hbs-reg'; /* Name for the font */
  src: url('graphik-regular.ttf');
  font-weight: normal; /* Optional: Set the weight */
  font-style: normal; /* Optional: Set the style */
}

@font-face {
  font-family: 'hbs-head'; /* Name for the font */
  src: url('Graphik/GraphikSemibold.otf');
  font-weight: normal; /* Optional: Set the weight */
  font-style: normal; /* Optional: Set the style */
}
@font-face {
  font-family: 'hbs-scroll'; /* Name for the font */
  src: url('Graphik/GraphikThin.otf');
  font-weight: normal; /* Optional: Set the weight */
  font-style: normal; /* Optional: Set the style */
}

@font-face {
  font-family: 'Jomolhari';
  src: url('https://fonts.googleapis.com/css2?family=Jomolhari&display=swap');
}

  /* Define the Pak Nastaleeq font */
  @font-face {
  font-family: 'urdu';
  src: url('XBSolsIt.ttf');
}
::selection {
  background: var(--header-bg); /* Set the background color for selected text */
  color: var(--header-hd);; /* Optional: Set the text color for better contrast */
}

/* For Firefox compatibility */
::-moz-selection {
  background: var(--header-bg); /* Same background color for Firefox */
  color: var(--header-hd);; /* Optional: Set the text color */
}

.theme-purple{

    /* Header Section */
    --header-bg: #1a1a1a; /* Dark background */
    --header-hd: #bab4b4; /* White */
    --header-text: #e0e0e0;
    --header-subtext: #bbbbbb;
  
    /* Menu Section */
    --bg: #1a1a1a;
    --hd: #1a1a1a;
    --c1: #bab4b4;
    --c2: #bab4b4;
    --c3: #e0e0e0;
    --black: #1a1a1a;
    --charcoal: #1e1e1e;
    --hd-rgb: 248, 248, 248;
    --head-transperant: transparent;
    
    /* Body Section */
    --body-bg: #1a1a1a;
    --body-hd: #bab4b4;
    --body-text: #cccccc;
    --body-subtext: #888888;
  
    /* Top head Section */
    --topsection-bg: #1a1a1a;  /* Dark Gray */
    --topsection-subbg: #5b5757;
    --topsection-hd: #bab4b4;
    --topsection-text: #bab4b4;
    --topsection-subtext: #999999;
  
    /* Section Areas */
    --section-bg: #1a1a1a;
    --section-subbg: #1a1a1a;
    --section-hd: #bab4b4;
    --section-text: #dddddd;
    --section-subtext: #999999;
  
    /* Section gray bgArea */
    --section-gray-bg: #1a1a1a;
    --section-gray-hd: #bab4b4;
    --section-gray-text: #cccccc;
    --section-gray-subtext: #999999;
  
    /* Section light bg */
    --section-light-bg: #1c1c1c;
    --section-light-hd: #bab4b4;
    --section-light-text: #dddddd;
    --section-light-subtext: #888888;
  
    /* Section black bg */
    --section-black-bg: #000;
    --section-black-hd: #bab4b4;
    --section-black-text: #e0e0e0;
    --section-black-subtext: #aaaaaa;
  
    /* Cards */
    --card-bg: #1e1e1e;
    --card-hd: #bab4b4;
    --card-text: #a19c9c;
    --card-subtext: #888888;
    --card-hd-rgb: 180, 177, 177;
    --card-bg1: #1a1a1a;
    --card-hd1: #bab4b4;
    --card-text1: #cccccc;
    --card-subtext1: #888888;
  
    --card-bg2: #bab4b4;
    --card-hd2: #0b0b0b;
    --card-text2: #373838;
    --card-subtext2: #3b3b3c;
  
    --card-bg3: #141414;
    --card-hd3: #d7d4d4;
    --card-text3: #eeeeee;
    --card-subtext3: #aaaaaa;
  
    /* Footer */
       --footer-bg: #1a1a1a; 
       --footer-text: #f0f6fc;
       --footer-accent: #58a6ff;
       --footer-subtext: #7d8590;
       --footer-card: rgba(110, 118, 129, 0.15);
       --footer-border: rgba(240, 246, 252, 0.1);
       --footer-highlight: rgba(56, 139, 253, 0.2);
       --footer-gradient: linear-gradient(135deg, #1a1a1a 0%, #0a0e14 100%);

  
    /* Subfooter */
    --subfooter-bg: #1a1a1a;
    --subfooter-text: #cccccc;
  }
  
  :root {
    --header-bg: #5c00e6;
    --header-hd: #ffffff;
    --header-text: #f0f0f0;
    --header-subtext: #dddddd;
  
    --bg: #5c00e6;
    --hd: #5c00e6;
    --c1: #ffffff;
    --c2: #f2f2f2;
    --c3: #ffffff;
    --black: #ffffff;
    --charcoal: #dddddd;
    --hd-rgb: 92, 0, 230;
    --head-transperant: transparent;

    --body-bg: #eeeeff;
    --body-hd: #5c00e6;
    --body-text: #333333;
    --body-subtext: #777777;
  
    --topsection-bg: #f5f5ff;
    --topsection-subbg: #5c00e6;
    --topsection-hd: #5c00e6;
    --topsection-text: #5c00e6;
    --topsection-subtext: #888888;
  
    --section-bg: #f5f5ff;
    --section-subbg: #ffffff;
    --section-hd: #5c00e6;
    --section-text: #444444;
    --section-subtext: #888888;
  
    --section-gray-bg: #eeeeee;
    --section-gray-hd: #5c00e6;
    --section-gray-text: #444444;
    --section-gray-subtext: #777777;
  
    --section-light-bg: #ffffff;
    --section-light-hd: #5c00e6;
    --section-light-text: #333333;
    --section-light-subtext: #666666;
  
    --section-black-bg: #5c00e6;
    --section-black-hd: #ffffff;
    --section-black-text: #f2f2f2;
    --section-black-subtext: #cccccc;
  
    --card-bg: #f9f9ff;
    --card-hd: #5c00e6;
    --card-text: #555555;
    --card-subtext: #888888;
  

  /* --card-bg: #f4f7ff; 
  --card-hd: #5c00e6;  
  --card-text: #8947eb;  
  --card-subtext: #8947eb;   */
  
    --card-bg2: #eaeaff;
    --card-hd2: #5c00e6;
    --card-text2: #333333;
    --card-subtext2: #666666;
  
    --card-bg3: #f4f4ff;
    --card-hd3: #5c00e6;
    --card-text3: #333333;
    --card-subtext3: #777777;
  
    --footer-bg: #5c00e6;
    --footer-text: #ffffff;
    --footer-accent: #ffffff;
    --footer-subtext: #dddddd;
    --footer-card: rgba(255, 255, 255, 0.1);
    --footer-border: rgba(255, 255, 255, 0.2);
    --footer-highlight: rgba(255, 255, 255, 0.1);
    --footer-gradient: linear-gradient(135deg, #5c00e6 0%, #3a00b3 100%);
  
    --subfooter-bg: #5c00e6;
    --subfooter-text: #ffffff;
  }
  
  



/* ////////////////////////////////////////////////////////////////// */





.topper-title{
  margin-top: 12vmin;
}

.section-bg{
  height: fit-content !important;
  background: var(--section-bg);
  padding:100px;
  position: relative;
}
.section-header-bg{
  height: 92vh !important;
  background: var(--section-bg);
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  position: relative;
}

.section-gray-bg{
  background: var(--section-gray-bg);
  padding:100px;
  position: relative;
}

.section-light-bg{
  background: var(--section-light-bg);
  padding:100px;
  position: relative;
}

.section-black-bg{
  background: var(--section-black-bg);
  padding:100px;
  z-index:2;
  position: relative;
}
.section-sblack-bg{
  background: var(--section-black-bg);
  padding:0px;
  z-index:2;
  position: relative;
}

.expand-section-auto{
height: fit-content !important;
/* min-height: 100vmin; */
}

@media screen and (max-width: 767px) {
  .large-table{
    display: none;
  }
  .table-mid-sub tr{
    font-size: 0.4rem;
    width: 100%;
  }

  .table-mid-sub tr td{
    font-size: 0.3rem;
    width: 100%;
  }


  .table-mid tr td{
    font-size: 0.5rem;
    width: 100%;
  }

  .table-mid tr{
    font-size: 0.5rem;
    width: 100%;
  }
  .table-top tr td{
    font-size: 0.8rem;
  }

    .line-container1 {
      top: 2.2rem;
      margin-right:-1rem;
    }

    .line-container1 > .text-box{
      font-size: 14px;
    }
  .facility-sliderX::before {
    background: none;
  }
  
  .facility-sliderX::after {
    background: none;
  }

  /* .section-header-bg{
    padding-left:20px;
    padding-right:20px;
    padding-top:90px;
    padding-bottom:90px;
    
  } */
  .section-bg{
    padding-left:20px;
    padding-right:20px;
    padding-top:90px;
    padding-bottom:90px;
  }
  .topper-title{
    margin-top: 50px;
  }
  .section-gray-bg{
    padding-left:20px;
    padding-right:20px;
    padding-top:90px;
    padding-bottom:90px;

  }
  
  .section-light-bg{
    padding-left:20px;
    padding-right:20px;
    padding-top:90px;
    padding-bottom:90px;

  }
  .section-black-bg{
    padding-left:20px;
    padding-right:20px;
    padding-top:90px;
    padding-bottom:90px;

  }
}
 /* {  */
  /* --hd: #096f63;      
  --c1: #2A9D8F;      
  --c2: #E9C46A;      
  --c3: #bab4b4;     
   */


  /* --hd: #2F3E46;
  --c1: #52796F;       
  --c2: #84A98C;    
  --c3: #CAD2C5;      
   */
/*   
--hd: #112;
--c1: blue;
--c2: var(--c1);
--c3: #eef; 
*/
/* } */
/* Universal selector to apply fonts globally */

:root {
  --font-serif: 'hbs-head', 'Times New Roman', Times, serif;
  --font-sans: 'hbs', Arial, sans-serif;
  --font-serif-reg: 'hbs-reg', 'Times New Roman', Times, serif;
  --font-sans-reg: 'hbs-reg', Arial, sans-serif;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --line-height: 1.6; /* Standard line height for better readability */
  --letter-spacing: 0.5px; /* Slight letter spacing for better clarity */
  --heading-line-height: 1.3; /* Slightly smaller line height for headings */
}

/* Universal selector to apply fonts globally */
*,
*::before,
*::after {
  font-family: var(--font-serif); /* Applying serif font globally */
  box-sizing: border-box; /* Ensure consistent sizing across elements */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  text-rendering: optimizeLegibility; /* Enhance text rendering for smoother fonts */
  letter-spacing: var(--letter-spacing); /* Apply slight letter spacing for better clarity */
}
*, *::before, *::after {
  box-sizing: border-box;
}

.sec-para{
   flex: 1; /* Allow equal space between elements */
  margin-left:3vw;
   width:40vw;
   text-align: justify;
   color: var(--section-light-subtext)
}
.div-para{
  flex: 1; /* Allow equal space between elements */
  width:80vw;
  color: var(--section-light-subtext)
}
.subhead{
  flex: 1; /* Allow equal space between elements */

   width:80vw;
}
.expand-section > .section-content {
  flex: 1; /* Allow equal space between elements */
 padding-left:80px;

}

.sec-para-span {
 
  margin-top: 3vw;
 background: #222222;
 
 padding: 6vmin;
  font-size: 0.9rem;

  color: var(--section-text);
  max-width: 80vmin;
  /* Add quotation style */
  font-style: normal; /* Ensure it's not italic */
  quotes: "“" "”"; /* Define opening and closing quotes */
}

.sec-para-span::before {
  content: open-quote; /* Adds the opening quotation mark */
  font-size: 1.5em; /* Adjust size for emphasis */
  margin-right: 5px;
  color: var(--section-light-subtext); /* Same color as text */
}

.sec-para-span::after {
  content: close-quote; /* Adds the closing quotation mark */
  font-size: 1.5em; /* Adjust size for emphasis */
  margin-left: 5px;
  color: var(--section-light-subtext); /* Same color as text */
}


/* Body styling */
html{
  height: auto;
  background-color: var(--body-bg); 
 
}
body {
  height: auto;
  background-color: var(--body-bg); 
  cursor:crosshair;
  line-height: var(--line-height); /* Apply standard line height */
  font-weight: var(--font-weight-regular); /* Regular font weight for body text */
  color: var(--body-text); /* Default text color */

}
button {

font-family: var(--font-serif); /* Applying sans-serif font to headings */
}

/* Headings styling */
h1, h2, h3, h4, h5, h6, li {
  font-family: var(--font-serif); /* Applying sans-serif font to headings */
  font-weight: var(--font-weight-bold); /* Bold font for headings */
  line-height: var(--heading-line-height); /* Adjust line height for headings */
  letter-spacing: 0.8px; /* Slightly more letter spacing for headings */
  margin-bottom: 1rem; /* Space below headings */
  color: var(--body-hd); /* Set heading color to the background color */
}

/* Links styling */
a {
  font-family: 'hbs-reg', Arial, sans-serif; /* Applying sans-serif font to links */
 
  font-weight: var(--font-weight-bold); /* Regular font weight for links */
  transition: color 0.3s ease; /* Smooth color transition for hover effect */
}

a:hover {
  color: var(--body-hd); /* Hover effect to change link color */
}

/* Paragraphs styling */
p {
  font-family: var(--font-serif-reg); /* Applying serif font to paragraphs */
  line-height: var(--line-height); /* Apply standard line height for readability */
  font-weight: var(--font-weight-regular); /* Regular font weight for body text */
  margin-bottom: 1rem; /* Space below paragraphs */
  color: var(--body-text); /* Set paragraph text color */
}

/* Improve typography for form elements */
input, select, textarea {
  font-family: var(--font-sans-reg); /* Use sans-serif font for form elements */
  font-weight: var(--font-weight-regular); /* Regular weight for form fields */
  padding: 8px 12px; /* Padding for comfort */
  border-radius: 4px; /* Rounded corners for form fields */
  border: 1px solid var(--body-hd); /* Border styling using --c1 */
  width: 100%; /* Make form elements take full width */
  box-sizing: border-box; /* Include padding and border in width/height */
  color: var(--body-text); /* Text color for form elements */
  background: var(--body-bg); /* Light background color for form elements */
}

/* Text styling for quotes or emphasis */
blockquote {
  font-family: var(--font-serif-reg); /* Serif font for blockquotes */
  font-style: italic; /* Italic style for blockquotes */
  margin: 1rem 0; /* Margin around blockquote */
  padding-left: 20px; /* Add some padding to the left */
  border-left: 4px solid var(--body-hd); /* Add a left border to blockquotes */
  color: var(--body-hd); /* Blockquote text color */
}

blockquote.style4 {
  font: 14px/20px italic Times, serif;
  padding-left: 70px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 10px;
  background: #dadada;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px;
  background-image: url(images/openquote4.gif);
  background-position: middle left;
  background-repeat: no-repeat;
  text-indent: 23px;
}
body, a, p, h1, h2, h3, li, input, textarea {
  transition: font-size 0.3s ease; /* Smooth transition for font size change */
}
/* Ends the Global font and colors here */
.a-link{
  color: var(--body-hd) !important;
}


.grow, .grow-smallx{
  transform: scale(18);
  background: var(--c1);
  mix-blend-mode: difference;
  border: none;
}
.grow-smallx{
  transform: scale(8);
}
.img-fluid{
  /*     filter: grayscale(100%) brightness(100%) sepia(50%) hue-rotate(130deg);  */
  transition: filter 0.5s ease;
border-radius: 20px;

}

.over-text{
  position: absolute;
}
.img-fluid:hover{
  filter: grayscale(0%) brightness(100%) hue-rotate(0deg);
  transition: filter 0.5s ease;
}
.bc {
  /* filter: Grayscale(100%); */
  /* filter: saturate(200%); */
  /*     filter: grayscale(100%) brightness(100%) sepia(50%) hue-rotate(130deg);  */
  transition: filter 0.5s ease;
}
.bc:hover{
  filter: grayscale(0%) brightness(100%) hue-rotate(0deg);
  transition: filter 0.5s ease;
}


.label {
  height: 60px;
  width: 120px;
  background:  var(--c1);
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 5px 4px rgba(255, 255, 255, 1),
    inset 0 0 20px 1px rgba(0, 0, 0, 0.488), 10px 20px 30px rgba(0, 0, 0, 0.096),
    inset 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px 4px rgba(255, 255, 255, 1),
    inset 0 0 20px 1px rgba(0, 0, 0, 0.488), 10px 20px 30px rgba(0, 0, 0, 0.096),
    inset 0 0 0 3px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.label:hover {
  -webkit-transform: perspective(100px) rotateX(5deg) rotateY(-5deg);
  transform: perspective(100px) rotateX(5deg) rotateY(-5deg);
}

#checkbox:checked ~ .label:hover {
  -webkit-transform: perspective(100px) rotateX(-5deg) rotateY(5deg);
  transform: perspective(100px) rotateX(-5deg) rotateY(5deg);
}

#checkbox {
  display: none;
}

#checkbox:checked ~ .label::before {
  left: 70px;
  background:  var(--c1);
  background-image: linear-gradient(315deg, var(--hd) 0%, #414141 70%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.label::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background:  var(--c1);
  background-image: linear-gradient(
    130deg,
    #757272 10%,
    var(--c1)fff 11%,
    #726f6f 62%
  );
  left: 10px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),
    10px 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


.text {
  position: absolute;
  font-size: 0.7em;
  transition: 0.4s ease-in-out;
  color:  var(--body-text);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.33em;
  z-index: 3;
}


.display-5 {
  hyphens: auto; /* Enable automatic hyphenation */
  overflow-wrap: break-word; /* Allows breaking words at the end of the line */
  word-wrap: break-word; /* Ensures long words break to the next line */
  letter-spacing: 1px;
  font-size: 0.9em;
}

#custom-btn-green {
  font-size: 0.8em;
  color:  var(--card-hd); /* Change to black on hover if needed */
  padding: 12px 25px; /* Adjust padding for overall button size */
  width: 100px; /* Set explicit width */
  height: 50px; /* Set explicit height */
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid  var(--card-hd);
  border-radius: 0px;
  transition: all 0.5s ease;
  margin-right: 20px;
  margin-top:2vmin;
  margin-bottom:2vmin;
}

#custom-btn-green:hover {
  background:  var(--card-hd);
  color:  var(--card-bg); /* Change to black on hover if needed */
  text-decoration: none; /* Remove underline on hover */
}

.custom-btn {
  font-size: 1em;
  padding: 12px 25px; /* Adjust padding for overall button size */
  width: 100px; /* Set explicit width */
  height: 50px; /* Set explicit height */
  background:  var(--card-bg);
  color:  var(--card-hd);
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.5s ease;
  border: 1px solid  var(--header-hd);
  position: relative;
  bottom: 100px;
}

.custom-btn:hover {
  background: var(--card-hd);
  color:  var(--card-bg); /* Change to black on hover if needed */
  text-decoration: none; /* Remove underline on hover */
  border: 1px solid  var(--card-bg);
}
/*Header Top*/
/* .header-top .nav-item .nav-link{
  border-left: 1px solid  var(--hd);
}
.header-top .nav-item:last-Child .nav-link{
  border-right: 1px solid  var(--hd);
} */

/*Logo Banner*/
.logo-banner{
  background: linear-gradient(90deg,  var(--c2) 0%, var(--c1) 55%,  var(--hd) 100%), url('../imgs/college-website-cover.jpg') no-repeat center;
  background-size: contain;
  background-position: top right;
}
@font-face {
  src: url("https://db.onlinewebfonts.com/t/b2fa2a4eb6f996bdab8e86031e224af9.eot");
  src: url("https://db.onlinewebfonts.com/t/b2fa2a4eb6f996bdab8e86031e224af9.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/b2fa2a4eb6f996bdab8e86031e224af9.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/b2fa2a4eb6f996bdab8e86031e224af9.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/b2fa2a4eb6f996bdab8e86031e224af9.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/b2fa2a4eb6f996bdab8e86031e224af9.svg#Throhand W01 Pen Roman")format("svg");
}

@media screen and (max-width: 767px) {
  .line {
    top:0 !important;

}



  .sec-para-span-dep{
    flex: 1; /* Allow equal space between elements */
   margin:3vw;
    width:fit-content;
  }

  .sec-para-span{
    flex: 1; /* Allow equal space between elements */
   margin:3vw;
    width:fit-content;
  }

  .top {
    margin-top:-7vmin; 
    
}
.sec-para{
  margin:0;
  padding:6vmin;
   width:100%;
   
}
}
/*Navbar*/
@media (min-width: 768px) {
  /* header .navbar-wrapper{
    border-top: 2px solid var(--danger);
  }
  header .navbar{
    padding: 0;
  } */
  #main-navbar .nav-item{
  	font-size: 0.9rem;
    border-bottom: 5px solid transparent;
    transition: 0.2s;
  }
  #main-navbar .nav-item.active,
  #main-navbar .nav-item:hover{
    background:  var(--hd);
    border-bottom-color: var(--danger);
  }
  #main-navbar .nav-link{
    padding: 12px 16px 8px 16px;
    transition: 0.2s;
  }
  /* #main-navbar .dropdown-menu{
    font-size: 0.9rem;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-bottom-color: var(--danger);
    border-bottom-width: 3px;
  }
  #main-navbar .dropdown-item:hover{
    background:  var(--c1);
  }
  #main-navbar .dropdown-item:active{
    background: var(--danger);
  } */
}
@media (max-width: 767.98px) {
  #main-navbar .navbar-nav{
    border-top: 1px solid  var(--c1);
    margin-top: 10px;
  }
  /* #main-navbar .dropdown-item{
    white-space: normal;
    font-size: 0.9rem;
  }
  #main-navbar .dropdown-item:active{
    background: var(--danger);
  } */
}



/*General Carousel*/
.custom-slick-progress {
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  background:  var(--c1);
  background-image: linear-gradient(
    to right,
    var(--secondary),
    var(--secondary)
  );
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.custom-slick-navigation .btn {
  padding: 0 1rem !important;
}
.btn {
  border-color:  var(--hd);
  color:  var(--c1);
}
.btn:hover {
background:  var(--c2);
}
/*Notice & Announcements*/
#notice, #announcements{
  height: 320px;
  overflow-y: auto;
}

section{

  width: 100%;
}


/*News Section*/
.img-card{
  min-width: 200px;
  height: auto;
}
@media (max-width: 767.98px) {
  .img-card{
    width: 100%;
    height: 200px;
  }
}
h3 {
  color:  var(--body-hd);
}
        /* Container for the line with text */
        .line-container {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin: 40px 0;
           
    
            z-index: 10;
        }


.line-container1 {
  display: flex;
  align-items: flex-end; /* Align content to the bottom */
  justify-content: flex-start; /* Align content to the right */
  flex-direction: column; /* Stack items vertically */
  width: fit-content;
  position: sticky;
  left: 90vw; /* Ensure left is not affecting position */
  margin-top: -9vmin;
  z-index: 15;
  top: 2vh;

}







      .top {
        margin-top:-4vh; 
        
    }

        /* Horizontal line */
        .line {
            width: 100%;
            height: 4px;
            background:  var(--header-bg);
            position: absolute;
            top: 50%;
        }
.hide-text-box1 {
  display: none; /* Hides the element */
}

        /* Centered text box */
        .text-box {
    background:  var(--header-bg);
    color:  var(--header-hd);
    padding: 10px;
    font-size: 17px;
    position:relative;
    z-index: 1;
    height:40px;
    letter-spacing: 3px;
    justify-content: center;
    text-transform: uppercase;
    align-items:center;
    align-content:center;
    text-align: center;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); /* Shadow only on upper half */
}

        /* .text-box {
    background:  var(--header-bg);
    color:  var(--header-hd);
    padding: 10px 30px;
    font-size: 17px;
    z-index: 1;
    height:70px;
    letter-spacing: 3px;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    text-align: center;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); /* Shadow only on upper half
*/

.text-box1 {
  background:  var(--topsection-bg);
  color:  var(--header-hd);
  padding: 10px;
  font-size: 17px;
  position:relative;
  z-index: 1;
  height:35px;
  letter-spacing: 3px;
  justify-content: center;
  text-transform: uppercase;
  align-items:normal;
  align-content:normal;
  text-align: center;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); /* Shadow only on upper half */
}






hr {
  background:  var(--header-bg);
  height: 1px; /* Set the thickness of the line */
  border: none; /* Remove the default border */
  margin: 20px 0; /* Optional: add margin for spacing */
}
.showcase{
  background: linear-gradient(0deg,  var(--header-bg)
  , var(--header-hd)
  ), url('../imgs/college-website-cover.jpg') no-repeat center;
  background-size: cover;
}


/*Footer*/
footer .footer-top a{
  color:  var(--footer-hd);
}
footer .footer-top a:hover{
  color:  var(--footer-text);
}






/* Container for image cards */
.image-card {
  position: relative;
  overflow: hidden; /* Ensures no empty space is visible */
  width: 100%; /* Adjust to your image's container width */
  height: 80%; /* Adjust to your image's container height */
}

.image-card1 {
  position: relative;
  overflow: hidden; /* Ensures no empty space is visible */
  width: 100%; /* Adjust to your image's container width */
  height: 100%; /* Adjust to your image's container height */
}

.overlay h1{
  font-size: 2.4em;
  bottom: 0vh;
font-weight:bold;
color:  #bab4b4;
}
/* Title and button overlay on image */
.overlay {
  position: absolute;
  bottom: -3vh;
  left: 1.5vw;
  z-index: 1;
  width: fit-content;

}

.overlay1 {
  position: absolute;
  bottom: -3vh;
  left: 1.5vw;
  z-index: 1;
  width: fit-content;
  

}
.overlay1 h1{
  font-size: 2.4em;
  bottom: 0vh;
font-weight:bold;
color:  #bab4b4;
}
.arrowbtn{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  color:  var(--header-hd);
  margin-bottom: -3vh;
 
}

.arrowbtn1 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  color:  var(--header-hd);
  margin-bottom: -3vh;
}
.arrowbtn a{
  right: -12vw;
  font-size: 2.5em;
  color:  var(--header-hd);
  margin-left: 26.5vw;
  margin-bottom: 40px;
}
.arrowbtn1 a{
  right: 2vw;
  font-size: 2.3em;
  color:  var(--header-hd);
  margin-left: 15.8vw;
  margin-bottom: 4px;
}
.overlay h1{
  font-weight:bold;
}

.row {
  margin-top: -5vh;
}


/* Style the title */


/* Style the arrow button */
.arrow-btn {
  font-size: 24px;
  color:  var(--c2);
  text-decoration: none;
  transition: all 0.3s ease;
}

.arrow-btn:hover {
  transform: scale(1.2);
}

/* Green triangle in bottom-right corner */
/* .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 100px;
  background:  var(--header-bg);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  transition: transform 0.3s ease;
} */
/* Enlarge triangle on hover with scaleX and scaleY */
/* .image-card:hover .triangle {
  transform: translateX(-40px) translateY(-50px) scale(4);

} */


@keyframes wChange {
  0% { 
    opacity: 1; 
    width: 60px; /* Initial width */
  }
  100% { 
    opacity: 1; 
    width: 100%; /* Final width */
  }
}
.triangle1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 60px;
  background: var(--header-bg);
}
.image-card1:hover .triangle1 {
  animation: wChange 0.5s ease forwards;
}

.image-card1:hover .overlay1 h1 {
  color: var(--header-hd);
  transition: color 1s ease; /* Smooth color transition with a 3s delay */
}

.triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 60px;
  background: var(--header-bg);
}
.image-card:hover .triangle {
  animation: wChange 0.5s ease forwards;
}

.image-card:hover .overlay h1 {
  color: var(--header-hd);
  transition: color 1s ease; /* Smooth color transition with a 3s delay */
}



.polygon-vertical-line {
  position: absolute;
  top: -3px;
  right: -2px;
  width: 12px; /* Thickness of the vertical line */
  height: 110%;
  background:  var(--bogy-bg);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 6; /* Ensure the line appears above the image */
}
.polygon-vertical-line1 {
  position: absolute;
  top: -3px;
  right: -2px;
  width: 12px; /* Thickness of the vertical line */
  height: 110%;
  background:  var(--body-bg);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 6; /* Ensure the line appears above the image */
}


/* Ensure the image is responsive */
.image-card img {
  transition: transform 0.3s ease;
    width: 100%; /* Ensures the image fully covers the container */
    height: 100%; /* Ensures the image fully covers the container */
    object-fit: cover; /* Keeps the aspect ratio of the image intact */
}

.image-card1 img {
  transition: transform 0.3s ease;
    width: 100%; /* Ensures the image fully covers the container */
    height: 100%; /* Ensures the image fully covers the container */
    object-fit: cover; /* Keeps the aspect ratio of the image intact */
}

.image-card img {
  transition: transform 0.3s ease;

}

.image-card1 img {
  transition: transform 0.3s ease;

}

.image-card:hover img {
  transform: translateX(-10px); /* Moves the image 20px towards the left */

}

.image-card1:hover img {
  transform: translateX(-10px); /* Moves the image 20px towards the left */

}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&Css uses in website from index to all other resources newly added&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


/* Base Styles */

.quote-position {
  position: absolute;
  margin-left: 5vw;
  top: 20%;
  left: 11vw;
  text-align: left;
  width: 37vw;
  color:  var(--c3);
  z-index: 12;
}

.showcase {
  position: relative;
  margin-top: -14.6vh;
}


.view-content,
.scrollable-content {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  margin-top: 15px;
}
.view-content .event-item {
  display: flex;
  align-items: flex-start;
}

.event-item {
  margin-top: 10px;
}

.event-date {
  flex: 0 0 20%;
  text-align: center;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.event-details {
  flex: 1;
  padding-left: 20px;
}

.date-calendardate {
  background:  var(--body-bg);
  color:  var(--c3);
  padding: 10px;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 
}

.date-calendardate-day {
  font-size: 1.5rem;
  top: 9px;
  color: var(--body-hd);

  position: relative;
}

.date-calendardate-month {
  font-size: 1rem;
  bottom: 5px;
  color: var(--body-text);
  position: relative;
}

.event-title {
  font-size: 1rem;
  color:  var(--c1);
  word-wrap: break-word;
  margin: 0;
  font-weight: bold;
}

#muteButton {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background:  var(--c2);
  padding: 10px;
  border: none;
  border-radius: 5px;
 
  outline: none; /* Removes the default focus outline */
}

button {
  outline: none; /* Removes the default focus outline */
  border: none; /* Optional: removes any border if present */
}

button:focus {
  outline: none; /* Removes outline when focused */
}

button:active {
  outline: none; /* Removes outline when active */
}

#muteButton.active {
  border-color:  var(--hd); /* Change border color */
  color: var(--c1); /* Change text color */
  border: none;
  outline: none; /* Removes the default focus outline */
}

button {
  border: 1px solid  var(--hd); /* Example border */
  border-radius: 5px;
}

.overlayy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:  var(--hd);
  z-index: 2; /* Ensure it's above the image */
  transition: background 0.3s ease; /* Smooth transition */
}

.cont-img {
  position: relative;
}

.cont-img img {
  object-fit: cover;
  /*     filter: grayscale(100%) brightness(100%) sepia(50%) hue-rotate(130deg);  */
  transition: filter 0.5s ease;
}

.cont-img:hover img {

  filter: grayscale(0%) brightness(100%) hue-rotate(0deg);
  transition: filter 0.5s ease;
}

.card-container {
  max-height: 500px;
  overflow-y: scroll;
}

#showimage{
  height: 77vh; 
  object-fit: cover;
}

.card-container::-webkit-scrollbar {
  width: 1px;
}

.card-container::-webkit-scrollbar-thumb {
  background:  var(--hd);
}

.headline {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 0; /* Adjust padding for consistency */
  width: 60%;
  margin: 0 auto;
  color: var(--body-subtext);
  font-size: 1.2rem; /* Larger font for emphasis */
  font-weight: bold; /* Stronger emphasis */
  letter-spacing: 0em; /* Slight spacing for elegance */
  line-height: 1.5; /* Improve readability */
  
  background: var(--body-bg);
  border-radius: 8px; /* Rounded corners */
  /* box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15); */
  
  transition: all 0.3s ease; /* Smooth hover effect */
}

.headline::before,
.headline::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: var(--body-hd);
  top: 50%;
  transform: translateY(-50%);
}

.headline::before {
  left: -60px;
}

.headline::after {
  right: -60px;
}


.hrfac1{
  background:var(--card-bg);
  display:none;
        }
        .hrfac2{
          background:var(--card-bg);
                }
.faculty-container {

  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
  width: 67vw; /* Set width to 80% of the viewport width */
  margin: 0 auto; /* Center the container itself */
  padding: 0px; /* Optional: add some padding */
}


.person {
  background:  var(--card-bg);
  flex: 1 1 calc(47%); /* Two items per row */
  padding: 0px;
  border-radius: 0px;
  /* box-shadow: 0 4px 6px  var(--c1); */
  display: flex;
  align-items: center;


}

.person picture {
  margin-right: -1%;
  height: 30vmin;
}
.person picture img {
  width: 250px;
  height: 100%;

}


.faculty-details {
  padding-bottom: 20px;

  margin-top: 4%;
  padding-left: 10%;
  width: 100%;

}

.person h2 {
  font-size: 2em;
  margin: 0;
  color:  var(--card-hd);
  font-weight: bold;
  margin-bottom: 3%;

}

.positions {
  list-style: none;
  padding: 1%;
  margin: 5px 0;
  font-weight: bold;
  margin-bottom: 5vh;
}

.positions li {
  position: relative; /* Required for positioning the bullet */
  padding-left: 20px; /* Space for custom bullet */
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:  var(--card-text);
}

.positions li::before {
  content: ""; /* Creates the custom bullet */
  position: absolute;
  left: 0; /* Aligns to the left */
  top: 50%; /* Centers vertically */
  transform: translateY(-50%); /* Adjusts vertical alignment */
  width: 8px; /* Size of the circular bullet */
  height: 8px; /* Size of the circular bullet */
  border-radius: 0; /* Makes it circular */
  background:  transparent; /* Color of the bullet */
  color:  var(--card-text);
}


.arrow {
  color:  var(--card-subtext);
  position:relative;
  font-weight: lighter;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.arrow:hover {
  text-decoration: underline;
  color: #bab4b4;
}



.flip {
  flex-direction: row-reverse; /* Flip the layout for odd rows */
}


.flip .faculty-details {
  margin-left: 0;
  padding-right: 15px; /* Right margin for flipped layout */
  padding-bottom: 20px;

  padding-left: 8%;
  width: 100%;
}

.list {
  list-style: none;
  padding-top: 1%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 5vh;
  width: 59vw;

}

.list li {
  position: relative; /* Required for positioning the bullet */
  padding-left: 20px; /* Space for custom bullet */
  margin-top: 1.5vh;
  font-size: 0.9em;
}

.list li::before {
  margin-top: 1vh;
  content: ""; /* Creates the custom bullet */
  position: absolute;
  left: 0; /* Aligns to the left */
  top: 0; /* Centers vertically */
  transform: translateY(-50%); /* Adjusts vertical alignment */
  width: 11px; /* Size of the circular bullet */
  height: 11px; /* Size of the circular bullet */
  border-radius: 0; /* Makes it circular */
  background: var(--c1);; /* Color of the bullet */

}

@media (max-width: 768px) {
  .person {
      flex: 1 1 100%;  /* Full width on mobile */
  }
}


/* Responsive Adjustments */

/* For devices smaller than 768px */

/* For devices smaller than 576px */
@media (max-width: 576px) {

  .quote-position blockquote {
    font-size: 0.6em; /* Smaller font size on small screens */
  }
  
  .quote-position {
    width: 80vw; /* Adjust width for smaller screens */
    left: 0; /* Center text */
    top: 50%; /* Center vertically */
    transform: translateY(-50%);
  }

  .list {
    list-style: none;
    padding-top: 1%;
    margin-left: 20px;
    margin-right: 20px;

    font-weight: bold;
    margin-bottom: 5vh;
    width: 55vw;
  
  }
  .info-text h2 {
    font-size: 2em; /* Adjust header font size */
  }

  .info-text p {
    font-size: 1em; /* Adjust paragraph font size */
  }

  .social-item {
    margin-bottom: 20px;
  }
  .headline {
   margin-bottom: 9%;
  }
  .line-container {
    margin-bottom: 10%;

  }



  #showimage{
    height: 99vh; 
    object-fit: cover;
  }

  .btn {
    padding: 8px 16px;
    font-size: 0.9em; /* Adjust button size */
  }

  .event-title {
    font-size: 0.9rem; /* Adjust event title size */
  }

  .social-section header h2 {
    font-size: 1.2em; /* Adjust header size */
  }

  .arrowbtn{
    position: absolute;
    bottom: -2%;
    left: 57%;
    z-index: 1;
    color:  var(--header-hd);
   
  }
  
  .arrowbtn1 {
    position: absolute;
    bottom: 25px;
    left: 69%;
        z-index: 1;
    color:   var(--header-hd);
    margin-bottom: -3vh;
  }

  .faculty-container {

    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    width: 75vmin; /* Set width to 80% of the viewport width */
    margin: 0 auto; /* Center the container itself */
    padding: 0px; /* Optional: add some padding */
    }  

    .fac{
    bottom:130px;

    }
    .flip .faculty-details {
      padding-left: 5%; /* Remove left margin for mobile */
     
      display: block;
    }
      .person {
          flex: 1 1 100%; /* One item per row */
          flex-direction: column; /* Stack items vertically */
          width:100%;
          height: auto;
          padding-bottom: 30px;
      }
      .hrfac1{
        background:var(--card-hd);
        display:block;
              }
              .hrfac2{
                background:var(--card-hd);
                display: none;
                      }
      .faculty-details {
          padding-left: 5%; /* Remove left margin for mobile */
         padding-top: 50%;
      }
      .faculty-details h2{
font-size: 25px;
      }
      .person picture {
      margin-right: 0;
      width:100%;
    
    }
    .person picture img {
      width: 100%;
      height: 280px;
    }
}



/* Hearder new  */

       
html, body {
  margin: 0;
  padding: 0;
   background-color: var(--body-bg);
}



@keyframes showBars {
  0% { opacity: 0; background-position: -400% 7%, 500% 21%, -400% 35%, 500% 49%, -400% 63%, 500% 77%, -400% 91% ; }
  14% { background-position: 0% 7%, 500% 21%, -400% 35%, 500% 49%, -400% 63%, 500% 77%, -400% 91% ; }
  28% { background-position: 0% 7%, 100% 21%, -400% 35%, 500% 49%, -400% 63%, 500% 77%, -400% 91% ; }
  42% { background-position: 0% 7%, 100% 21%,    0% 35%, 500% 49%, -400% 63%, 500% 77%, -400% 91% ; }
  56% { background-position: 0% 7%, 100% 21%,    0% 35%, 100% 49%, -400% 63%, 500% 77%, -400% 91% ; }
  70% { background-position: 0% 7%, 100% 21%,    0% 35%, 100% 49%,    0% 63%, 500% 77%, -400% 91% ; }
  84% { background-position: 0% 7%, 100% 21%,    0% 35%, 100% 49%,    0% 63%, 100% 77%, -400% 91% ; }
  98%, 100% { opacity: 1; background-position: 0% 7%, 100% 21%, 0% 35%, 100% 49%, 0% 63%, 100% 77%, 0% 91%; }
}

/* header::after {
  content: "";
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  background-repeat: no-repeat;
  background-size: 70% 7%;
  background-image:
    linear-gradient(var(--c1),var(--c1)),
    linear-gradient(var(--c2),var(--c2)),
    linear-gradient(var(--c1),var(--c1)),
    linear-gradient(var(--c2),var(--c2)),
    linear-gradient(var(--c1),var(--c1)),
    linear-gradient(var(--c2),var(--c2)),
    linear-gradient(var(--c1),var(--c1));
  background-position: 0% 7%, 100% 21%, 0% 35%, 100% 49%, 0% 63%, 100% 77%, 0% 91%;
  animation: showBars 3.5s ease-in-out ; Shortened duration
  
} */

@keyframes showText {
  0% { opacity: 0; transform: translate(0, -100%); }
  20% { opacity: 0; }
  100% { opacity: 1; transform: translate(0, 0); }
}

/* header > div {
  position: relative;
  transform: translate(-100%, 0);
  opacity: 0;
  animation: showText 1.4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;           
  text-align: center;
} */

/* header h1 {
  font-weight: 400;
  margin: 0;
  font-size: 15vw;
  color: var(--c2);

} */

/* header p {
  color: var(--c3);
  margin: 0;
  font-size: 5vw;
  margin-bottom: 5vh;

} */

@media all {

  @keyframes showBarsBig {
    0% { opacity: 0; background-position: 7% -400%, 21% 500%, 35% -400%, 49% 500%, 63% -400%, 77% 500%, 91% -400%; }
    14% { background-position: 7% 0%, 21% 500%, 35% -400%, 49% 500%, 63% -400%, 77% 500%, 91% -400%; }
    28% { background-position: 7% 0%, 21% 100%, 35% -400%, 49% 500%, 63% -400%, 77% 500%, 91% -400%; }
    42% { background-position: 7% 0%, 21% 100%, 35% 0%, 49% 500%, 63% -400%, 77% 500%, 91% -400%; }
    56% { background-position: 7% 0%, 21% 100%, 35% 0%, 49% 100%, 63% -400%, 77% 500%, 91% -400%; }
    70% { background-position: 7% 0%, 21% 100%, 35% 0%, 49% 100%, 63% 0%, 77% 500%, 91% -400%; }
    84% { background-position: 7% 0%, 21% 100%, 35% 0%, 49% 100%, 63% 0%, 77% 100%, 91% -400%; }
    98%, 100% { opacity: 1; background-position: 7% 0%, 21% 100%, 35% 0%, 49% 100%, 63% 0%, 77% 100%, 91% 0%; }
  }

  @keyframes showTextBig {
    0% { opacity: 0; transform: translate(-100%, 0); }
    20% { opacity: 0; }
    100% { opacity: 1; transform: translate(0vw, 0); }
  }



  /* header::after {
    width: 20vw;
    height: 100%;
    background-size: 7% 70%;
    background-position: 
      7% 0%, 21% 100%, 35% 0%, 49% 100%, 63% 0%, 77% 100%, 91% 0%;
    animation-name: showBarsBig;
  } */




}



.svg-background {
  /* background-image: url('logo_gdcz.png'); */
  background-image: url('../../../uploads/settings/logo.png');
  background-size: cover;
  width: 200px; /* Set width explicitly */
  height: 200px ;
  transform: scale(1);
  position: absolute;
  z-index:12;
  margin-left:8vmin;
  cursor: pointer;
}



  /* Define the keyframes for the showBars animation */
  @keyframes bookBars {
    0% { opacity: 0; background-position: -400% 7%, 500% 21%, -400% 35%, 500% 49%, -400% 63%, 500% 77%, -400% 91%; }
   
  }

  /* Style the div to apply the animation */
  .book-bars {
    content: "";
    width: 100%;
    height: 15vh;
    position: absolute;
    background: inherit;
    background-repeat: no-repeat;
    background-size: 70% 7%;
    background-image:
      linear-gradient(var(--c2),var(--c2));
    
      background-position: 0% 7%, 100% 21%, 0% 35%, 100% 49%, 0% 63%, 100% 77%, 0% 91%;
    animation: bookBars 4s ease-in-out; /* Apply the animation */
  }

  .photo-h1 {
    position: relative; /* Default position to allow absolute adjustment */
    margin-bottom: 140px; /* Adjust as needed for spacing */
    margin-left: 3vw;
    color: var(--body-hd);
    text-align: left;
    font-size: 2.7rem;
    background: var(--body-bg);
    justify-content: flex-start;
    max-height: 15vmin;
    padding:20px;
    min-width:400px;
 

    border-radius: 20px;
    transform-origin: bottom left; /* Ensures the origin for translation is the bottom-left corner */
    line-height: 1; /* Keeps lines neatly spaced while allowing wrapping */
    white-space: normal; /* Allows wrapping for long text */
  }
  .photo-h1 span{
    font-size: 16px;
  }
  .photo-h1 a{
    font-size: 25px;
    color: var(--body-hd);
  }
 .text-card-p{
  margin-bottom: 40px; 
  margin-left:0vw;
  color: var(--card-hd2);
 } 

 .text-card-h1{
  margin-bottom: 70px; 
  margin-left:0vw;
  color: var(--card-hd2);
  text-align: left;
 } 

 .text-card{
  background: var(--header-hd); padding: 20px; min-height: 100%;
  justify-content:center; align-items: center;

 }




 .simple-table {
     width: 55vw; /* Adjust the width of the table */
     margin: 0 auto; /* Center the table */
     border-collapse: collapse; /* Remove borders between cells */
 
 }
 
 .simple-table th, .simple-table td {
     padding: 10px; /* Add padding for better spacing */
     text-align: left; /* Align text to the left */
 }
 
 .simple-table th {
     font-weight: bold; /* Make the header bold */
 }
 
 
 
 .expand-section {
     margin-bottom: 10px;
     overflow: hidden;
     
     transition: background-color 0.3s ease;
  

 }
 
 .section-header {
     background: var(--card-bg);
     padding: 35px;
     justify-content: space-between;
     align-items: center;  /* Vertically aligns text and arrow */
     display: flex;  /* Adds space between text and arrow */
     transition: background-color 0.3s ease;
     font-family: 'Flaco Ultra Light', sans-serif;
 }
 
 .section-header h3{
   font-family: 'Flaco Ultra Light', sans-serif;
   font-size:1.1em;
   padding: 0;
margin:0;
align-items: center;
   text-transform: uppercase;
   letter-spacing: 2PX;
 }
 .section-header span {
  display: flex; /* Ensures span aligns properly */
  align-items: center;
}
 .arrowdrop {
     font-size: 25px;
     transition: transform 0.5s ease;
     font-family: 'Flaco Ultra Light', sans-serif;
    
 color: var(--header-hd);
     /* Stretch the arrow */
     transform: scale(1.4, 1); /* Adjust scale values as needed */
 }
 
 h5{
  padding-bottom: 1vmin;
  padding-top: 3vmin;
 }
 .section-content {
     display: none; /* Initially hidden */
     padding: 10vmin;;
     background: var(--card-bg);
     padding-top: 4vmin;
 }
 
 .rotate {
     transform: rotate(180deg); /* Rotates the arrow */
 }
 .section-header:hover {
     background: red; /* Change color on hover */
 }
 /* More specific hover rule to override odd/even background color */
 .expand-section .section-header:hover {
     background: var(--card-bg3) !important; /* Change color on hover */
 }
 .expand-section:nth-child(even) .section-header {
     background: var(--black); /* Lighter color for odd sections */
 }
 
 .expand-section:nth-child(odd) .section-header {
     background: var(--card-bg); /* Darker color for even sections */
 }



html, body {
  height: 100%;
  font-family: Arial, sans-serif;
   background-color: var(--body-bg);
}

body {
  overflow-x: hidden;
  scroll-snap-type: y mandatory; /* Enable snap scrolling */
  scroll-behavior: smooth; /* Smooth scrolling behavior */
   background-color: var(--body-bg);
}

section {
  height: fit-content !important;
  scroll-snap-align: start; /* Snap each section to the top of the viewport */
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Custom cubic-bezier transition for smooth snapping */
}


/* Optional: Add a smooth scroll transition for the entire page */
html {
  scroll-behavior: smooth;
}


/* section:nth-child(odd) {
  background: lightblue;
}
section:nth-child(even) {
  background: lightcoral;
} */

.top-section{
  height:fit-content !important;
  padding-left:0;
  padding-right:0;
  padding-top:0;
    padding-bottom:0px;
}

/* Scroll Container */
.scroll-container {
  position: relative;
  overflow: hidden; /* Ensure lines stay within the container */
  width: 100%; /* Adjusted as per your request */
  height: 47vmin; /* Fixed height for consistent appearance */
  margin-top:12vh;
  background: transparent;
  align-items: center; /* Center content vertically */
  z-index: 2;
  white-space: nowrap; /* Ensure text doesn't wrap */
}






/* Apply font to .scroll-line */
.scroll-line span {
  z-index: 3;
  font-family: 'hbs-scroll' !important;
}
.scroll-line {
  position: absolute;
  font-family: 'hbs-scroll' !important;
  font-size: 7rem; /* Large text size for visibility */
  color: rgb(0, 0, 0); /* White text */
  z-index: 4;
  /* animation: scroll-line 40s linear infinite;  */
  
}

/* Optional: Styling for cloned lines (if necessary) */
.scroll-line.cloned {
  opacity: 0.8; /* Slightly transparent to distinguish cloned lines */
}

/* Distinct separator styling */
.scroll-line span.separator {
  color: red;
  font-weight: bold;
}

/* Prevent jittery behavior */
.scroll-line {
  will-change: transform;
}


/* Apply font to .scroll-line */
.scroll-lineX span {
  z-index: 3;
  font-family: 'hbs-scroll' !important;
}
.scroll-lineX {
  position: absolute;
  font-family: 'hbs-scroll' !important;
  font-size: 7rem; /* Large text size for visibility */
  color: rgb(255, 255, 255); /* White text */
  z-index: 4;
  
  
}

/* Optional: Styling for cloned lines (if necessary) */
.scroll-lineX.cloned {
  opacity: 0.8; /* Slightly transparent to distinguish cloned lines */
}

/* Distinct separator styling */
.scroll-lineX span.separator {
  color: red;
  font-weight: bold;
}

/* Prevent jittery behavior */
.scroll-lineX {
  will-change: transform;
}

/* Scroll Line Animation */
@keyframes scroll-line {
  0% {
    left: 100vw; /* Start from the right */
  }
  100% {
    left: -100%; /* Move all the way to the left */
  }
}

/* Adjust positions to avoid overlap */
.scroll-left {
  top: 0; /* Place line1 at the top */
}

.scroll-right {
  top: 16vmin; /* Position line2 slightly lower to create space */
  background: var(--header-bg);
}

.scroll-left:nth-child(3) {
  top: 32vmin; /* Place line3 even lower to avoid overlap */
}


@media screen and (max-width: 767px) {
  /* Scroll Container */
.scroll-container {
position: relative;
overflow: hidden; /* Ensure lines stay within the container */
width: 100%; /* Adjusted as per your request */
height: 45vmin; /* Fixed height for consistent appearance */
margin-top:14vmin;
background: transparent;
align-items: center; /* Center content vertically */
z-index: 2;
white-space: nowrap; /* Ensure text doesn't wrap */
}






/* Apply font to .scroll-line */
.scroll-line span {
z-index: 3;
font-family: 'hbs-scroll' !important;
}
.scroll-line {
position: absolute;
font-family: 'hbs-scroll' !important;
font-size: 3rem; /* Large text size for visibility */
color: rgb(0, 0, 0); /* White text */
z-index: 4;
/* animation: scroll-line 40s linear infinite;  */

}

/* Optional: Styling for cloned lines (if necessary) */
.scroll-line.cloned {
opacity: 0.8; /* Slightly transparent to distinguish cloned lines */
}

/* Distinct separator styling */
.scroll-line span.separator {
color: red;
font-weight: bold;
}

/* Prevent jittery behavior */
.scroll-line {
will-change: transform;
}


/* Apply font to .scroll-line */
.scroll-lineX span {
z-index: 3;
font-family: 'hbs-scroll' !important;
}
.scroll-lineX {
position: absolute;
font-family: 'hbs-scroll' !important;
font-size: 3rem; /* Large text size for visibility */
color: rgb(255, 255, 255); /* White text */
z-index: 4;


}

/* Optional: Styling for cloned lines (if necessary) */
.scroll-lineX.cloned {
opacity: 0.8; /* Slightly transparent to distinguish cloned lines */
}

/* Distinct separator styling */
.scroll-lineX span.separator {
color: red;
font-weight: bold;
}

/* Prevent jittery behavior */
.scroll-lineX {
will-change: transform;
}

/* Scroll Line Animation */

@keyframes scroll-line {
0% {
 left: 100vw; /* Start from the right */
}
100% {
 left: -100%; /* Move all the way to the left */
}

}

/* Adjust positions to avoid overlap */
.scroll-left {
top: 0; /* Place line1 at the top */
}

.scroll-right {
top: 15vmin; /* Position line2 slightly lower to create space */
background: var(--header-bg);
}

.scroll-left:nth-child(3) {
top: 29vmin; /* Place line3 even lower to avoid overlap */
}
}





/* 
body.index {
  margin-top:0;
} */

.point-arrow {
  display: inline-block;
  position: relative;
  width: 15px; /* Length of the arrow tail */
  height: 2px; /* Thickness of the arrow tail */
  background: var(--topsection-hd, black); /* Color of the arrow tail */
  margin-left: 8px; /* Adjust spacing from surrounding content */

  /* Create the V-shaped head */
  &::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px; /* Position the head at the end of the tail */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent; /* Top border of the V-shape */
    border-bottom: 8px solid transparent; /* Bottom border of the V-shape */
    border-left: 8px solid var(--topsection-hd, black); /* Color and width of the V-shape border */
  }
}


  .image-container {
  display: flex;
  position: relative;
}

figure {
  position: relative;
  width: 100%;
  
  overflow: hidden;
  transition: transform 0.1s ease;
}

.black-box {
  background: black; /* Black background */
  width: 34vw; /* Set width to 30% of the viewport width */
  padding: 4vmin; /* Add some padding around the content */
  box-sizing: border-box; /* Ensure padding doesn't affect the width */
  position: absolute; /* Position it relative to its nearest positioned ancestor */
  left: 4vmin; /* Adjust position from the left */
  z-index: 11; /* Ensure it stays above other elements */
  bottom: 5vmin; 

  display: flex; /* Use flexbox for vertical alignment */
  flex-direction: column; /* Stack children vertically */
  gap: 15px; /* Add vertical spacing between child elements */
}





  
  
  
  /* General Styles */
.intro-area {

  max-width: 1200px;
}

.intro-header {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  color: #1a1a1a; /* Black header */
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px; /* Slight letter spacing for a more refined look */
}

.intro-subtext {
  font-size: 1.4rem;
  color: #555555; /* Lighter grey for subtext */
  text-align: left;
  margin-bottom: 1.5rem;
}

.intro-divider {
  width: 80px;
  height: 3px;
  background: var(--primary-color);
  margin: 1.5rem auto;
}

.intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--section-subtext);
  text-align: left;
  margin-bottom: 2rem;
}

/* Intro Content */
.intro-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 2rem;
}

@media (min-width: 768px) {
  .intro-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}

/* Image Section */
.intro-image {
  flex: 1;
  max-width: 100%;
}

.image-frame {
  margin: 0;
}

.image-fluid {
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow to make image pop */
}

/* Text Section */
.intro-info {
  flex: 1;
  padding: 0 1rem;
  line-height: 1.8;

}

.info-header {
    font-size: 4rem;
    text-align: left;
    color: var(--section-hd);
    line-height: 1; 
      }
      .info-header span{
    font-family: 'hbs', sans-serif; font-weight: 500;
    color: var(--section-subtext);
      }

/* Magazine Style */
.intro-header {
  font-weight: 700;
}

.intro-subtext {
  font-weight: 700;
  color: var(--section-text);
  margin-bottom: 1rem;
  font-size: 4rem;
    text-align: left;
}

.intro-text {
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  color: #555555;
  max-width: 900px;
  line-height: 1.8;

}

/* Enhancing the layout with more elegant spacing */
.intro-area {
  padding: 3rem 0;
}

.intro-info {
  padding-left: 20px;
  padding-right: 20px;
}

/* Add a soft border on the text section for elegance */
.intro-info {
  border-left: 2px solid #ddd;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .intro-header {
    font-size: 2rem;
  }

  .intro-subtext {
    font-size: 1.2rem;
  }
}




.event-header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Pushes elements to opposite ends */
}

.date-calendardate {

    display: flex;
    flex-direction: column;
    align-items: left;
}

.title {
    margin-left: auto;
    font-size: 0.8em;
    font-weight: bold;
   
}


.recent-tag {
    bottom: 0vh; /* Keeps a small space at the bottom */
    color: var(--card-hd);
    font-weight: bold;
    font-size: 1em;
    position: relative;
    width: fit-content;
    padding:5px;
    padding:4px;
    background: #bab4b4;
    z-index: 7;
  
}

    @media screen and (max-width: 767px) {
     
      .section-gray-bg{
        z-index:2;
      }

      .section-black-bg{
        z-index:2;
      }
      .front{
        z-index:2;
      }

     

      .img-fluid {
        position: relative;
        z-index:-1;
      
          /*     filter: grayscale(100%) brightness(100%) sepia(50%) hue-rotate(130deg);  */
        border-radius: 0px;
        }
      
      .button-white {
     
        top: 1vmin !important;


}

      .black-box {
position:relative;
width:100%;
left:0;
bottom: 0; 
      }
  .journals > .service-container {
    
    overflow-x: hidden; /* Hide the horizontal scrollbar on mobile */
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    justify-content:left;
    justify-items:left;
    gap:12px;
  }

  .journals > .service-container > .service-card {
    min-width:330px;
    height: auto;

  }
}

.journals > .service-container {
  display: flex;
  gap: 16px; /* Add spacing between cards */
  padding-bottom: 10px; /* Ensure there's no issue with scrolling */
  justify-content: space-between; /* Spread cards evenly across the container */
  overflow: hidden; /* Hide the horizontal scrollbar on mobile */
  flex-wrap: nowrap; /* Prevent wrapping */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  width: 100%; /* Ensure the container takes the full width of its parent */
  margin: 0;
}


/* j11 */
.journals >  .service-container > .service-card {
  flex: 1; /* Allow cards to grow and fill available space equally */
  cursor: pointer;
  scroll-snap-align: start; /* Snap alignment for smooth scrolling */
  flex-shrink: 0; /* Prevent shrinking */
  padding: 2rem 1.5rem; /* Padding inside the card */
  background: var(--card-bg);
  /* border-radius: 10px; Rounded corners */

  /* box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); Soft shadow */
  display: flex;
  flex-direction: column;

  gap: 12px; /* Spacing between child elements */
  transition: all 300ms ease;
  background-size: cover;
    background-position: center;
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; /* Ensures gradient stays within the card */

  justify-content: flex-end;  /* Pushes content to the bottom */

  
}
.journals > .service-container > .X {
  position: relative; /* Ensures the pseudo-element is relative to this element */
  border: 1px solid var(--card-bg); /* Corrected border style */
  border-radius: 20px;
  overflow: hidden; /* Prevents any overflow from the pseudo-element */


}
.X {
  position: relative; /* Ensures the pseudo-element is relative to this element */
  border: 1px solid var(--card-bg); /* Corrected border style */
  border-radius: 20px;
  overflow: hidden; /* Prevents any overflow from the pseudo-element */
  z-index: 1;
}

.X::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%; /* Adjust the height of the gradient */

  /* background: linear-gradient(to top, rgba(var(--hd-rgb), 0.9), rgba(var(--card-hd-rgb), 0));  */
  background: linear-gradient(to top, var(--header-bg), var(--header-bg)); 


  pointer-events: none; /* Ensures it doesn't interfere with interactions */
  z-index: -1;
}


/* Hover effect c77 */
 .X:hover::after {
  /* background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0)); Smooth fade from #222222 */
}


.journals > .service-container > .X::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%; /* Adjust the height of the gradient */

  background: linear-gradient(to top, rgba(var(--card-hd-rgb), 0.9), rgba(var(--card-hd-rgb), 0));
  
  /* background:transparent; */
  pointer-events: none; /* Ensures it doesn't interfere with interactions */
  z-index: 0;
}


/* Hover effect c77 */
.journals > .service-container > .X:hover::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* Smooth fade from #222222 */
}


/* Heading Text */
.journals >  .service-container > .service-card p:nth-of-type(1) {
  font-weight: bold; /* Equivalent to font-bold */
  font-size: 0.8rem; /* Equivalent to text-2xl */
  color: var(--card-hd); /* Equivalent to text-black/80 */
  z-index: 3;
  position: relative;
}

/* Description Text */
.journals >  .service-container > .service-card p:nth-of-type(2) {
  color: var(--card-hd); /* Equivalent to text-gray-400 */
  font-size: 0.875rem; /* Equivalent to text-sm */
  z-index: 3;
  position: relative;
}
.quoteY >  .service-container > .service-card{
color: var(--section-hd);
}
.page-content, .card, .list-group-item{
    background: var(--body-bg);
}
/* Description Text */
.journals >  .service-container > .service-card p:nth-of-type(3) {
  color: var(--card-hd); /* Equivalent to text-gray-400 */
  font-size: 1rem; /* Equivalent to text-sm */
  z-index: 3;
  position: relative;
}


.journals >  .service-container > .service-card p:nth-of-type(4) {
  color: var(--card-hd); /* Equivalent to text-gray-400 */
  font-size: 0.89rem; /* Equivalent to text-sm */
  z-index: 3;
  position: relative;
}
.journals >  .service-container > .service-card p:nth-of-type(5) {
  color: var(--card-hd); /* Equivalent to text-gray-400 */
  font-size: 1rem; /* Equivalent to text-sm */
  font-weight: bold;
  z-index: 3;
  position: relative;
}



.journals > .service-container > .service-card:hover .meta-inf,
.journals > .service-container > .service-card:hover .read-more,
.journals > .service-container > .service-card:hover .title,
.journals > .service-container > .service-card:hover .source,
.journals > .service-container > .service-card:hover .author,
.journals > .service-container > .service-card:hover .press{
  color: var(--card-bg) !important;
}
.journals > .service-container > .service-card:hover{
  background-color: var(--card-hd);
}
/* Apply to all <p> elements inside .service-card on hover */
.journals > .service-container > .service-card:hover p {
  color: var(--card-hd) !important;
  transition: color 0.3s ease-in-out;
}

 .service-container > .service-card {

  border: 1px solid var(--card-bg); /* Corrected border style */
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  
  .journals1 > .service-container {
    
    overflow-x: hidden; /* Hide the horizontal scrollbar on mobile */
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    justify-content:left;
    justify-items:left;
    gap:12px;
  }

  .journals1 > .service-container > .service-card {
    min-width:330px;
    height: auto;
    
  }
}

.journals1 > .service-container {
  display: flex;
  gap: 16px; /* Add spacing between cards */
  padding-bottom: 10px; /* Ensure there's no issue with scrolling */
  justify-content: space-between; /* Spread cards evenly across the container */
  overflow: hidden; /* Hide the horizontal scrollbar on mobile */
  flex-wrap: nowrap; /* Prevent wrapping */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  width: 100%; /* Ensure the container takes the full width of its parent */
  margin: 0;
}

.journals1 > .service-container > .X {
  position: relative; /* Ensures the pseudo-element is relative to this element */
  border: 1px solid var(--card-bg); /* Corrected border style */
  border-radius: 20px;
  overflow: hidden; /* Prevents any overflow from the pseudo-element */

}

.journals1 > .service-container > .X::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* Adjust the height of the gradient */

  background: linear-gradient(to top, rgba(var(--card-hd-rgb), 0.9), rgba(var(--card-hd-rgb), 0)); /* Using the card background color */
  

  pointer-events: none; /* Ensures it doesn't interfere with interactions */
  z-index: 0;
}


/* Hover effect c77 */
.journals1 > .service-container > .X:hover::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* Smooth fade from #222222 */
}

.journals1 >  .service-container > .service-card {
  flex: 1; /* Allow cards to grow and fill available space equally */
  cursor: pointer;
  scroll-snap-align: start; /* Snap alignment for smooth scrolling */
  flex-shrink: 0; /* Prevent shrinking */
  padding: 2rem 1.5rem; /* Padding inside the card */
  background: var(--card-bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px; /* Spacing between child elements */
  transition: all 300ms ease;
}

/* Hover effect c77 */
.journals1 >  .service-container > .service-card:hover {
  background: var(--card-hd); /* Equivalent to hover:bg-[#202127] */
}

/* Heading Text */
.journals1 >  .service-container > .service-card p:first-of-type {
  font-weight: bold; /* Equivalent to font-bold */
  font-size: 1rem; /* Equivalent to text-2xl */
  color: var(--card-hd); /* Equivalent to text-black/80 */
}

.journals1 >  .service-container > .service-card:hover p:first-of-type {
  color: var(--card-bg); /* Equivalent to group-hover:text-white */
}

/* Description Text */
.journals1 >  .service-container > .service-card p:nth-of-type(2) {
  color: var(--card-hd); /* Equivalent to text-gray-400 */
  font-size: 0.875rem; /* Equivalent to text-sm */
}

.journals1 >  .service-container > .service-card:hover p:nth-of-type(2) {
  color: var(--card-bg); /* Equivalent to group-hover:text-white */
}
/* Description Text */
.journals1 >  .service-container > .service-card p:nth-of-type(3) {
  color: var(--card-hd); /* Equivalent to text-gray-400 */
  font-size: 2rem; /* Equivalent to text-sm */
}
.journals1 >  .service-container > .service-card:hover p:nth-of-type(3) {
  color: var(--card-bg); /* Equivalent to group-hover:text-white */
}
/* Number Text c66 */
.journals1 >  .service-container > .service-card p:last-of-type(4) {
  font-size: 1.3rem; /* Equivalent to text-5xl */
  font-weight: bold; /* Equivalent to font-bold */
  display: flex; /* Enables flexible layout for child elements */
  justify-content: space-between; /* Distributes words between start, middle, and end */
  width: 100%; /* Ensure the container spans the full width */
  -webkit-text-stroke: 0px var(--card-hd); /* Custom style */
   -webkit-text-fill-color: var(--card-hd);  /* Custom style */
}

@media screen and (max-width: 767px) {
  


  .expand-section > .section-content {
   padding-left:30px;
   padding-right:5px;
  
  }
  #faculty-Dep{
    padding-left:0px !important;
  }

  .journals2 > .service-containerX {
    display: block !important; /* Remove flex on mobile */
    overflow-x: hidden; /* Hide the horizontal scrollbar on mobile */
    display: block;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    justify-content:left;
    justify-items:left;
    gap:20px;
  }

  .journals2 > .service-containerX > .service-card {
    width:100%;
    height: auto;
margin-bottom:3vmin !important;

padding:4vmin !important;
    display: flex;
  flex-direction: column;
  align-items: flex-start;
    
  }

  .journals2 > .service-containerX > .service-card p:nth-of-type(2) {
  font-size: 1.3rem; /* Equivalent to text-sm */
  margin-top: 1vmin !important;

}

  .journals2 >  .service-containerX > .service-card p:nth-of-type(3) {
  font-size: 0.5rem !important; /* Equivalent to text-5xl */
  font-weight: normal; /* Equivalent to font-bold */
  -webkit-text-stroke: 0px var(--topsection-text); /* Custom style */
   -webkit-text-fill-color: var(--topsection-text);  /* Custom style */
}


}

.journals2 > .service-containerX {
  display: flex;
  gap: 16px; /* Add spacing between cards */
  padding-bottom: 10px; /* Ensure there's no issue with scrolling */
  justify-content: space-between; /* Spread cards evenly across the container */
  overflow: hidden; /* Hide the horizontal scrollbar on mobile */
  flex-wrap: nowrap; /* Prevent wrapping */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  width: 100%; /* Ensure the container takes the full width of its parent */
  margin: 0;
}


/* c11 */ /* card 1st */
.journals2 >  .service-containerX > .service-card:nth-of-type(1) {
  background: var(--card-bg3);
}

/* card 2nd */
.journals2 >  .service-containerX > .service-card:nth-of-type(2) {
  background: var(--card-bg2);
}
.journals2 >  .service-containerX > .service-card:nth-of-type(2) p:nth-of-type(2) {
  color: var(--card-hd2);
}
.journals2 >  .service-containerX > .service-card:nth-of-type(2) p:nth-of-type(3) {
  color: var(--card-bg2);
  -webkit-text-stroke: 0px var(--card-text2); /* Custom style */
  -webkit-text-fill-color: var(--card-text2); /* Custom style */
}

/* card 3rd */
.journals2 >  .service-containerX > .service-card:nth-of-type(3) {
  background: var(--card-bg);
}
.journals2 >  .service-containerX > .service-card:nth-of-type(3) p:nth-of-type(2) {
  color: var(--card-hd3);
}
.journals2 >  .service-containerX > .service-card:nth-of-type(3) p:nth-of-type(3) {
  color: var(--card-bg3);
  -webkit-text-stroke: 0px var(--card-text3); /* Custom style */
  -webkit-text-fill-color: var(--card-text3); /* Custom style */
}
.journals2 >  .service-containerX > .service-card:nth-of-type(3):hover p:nth-of-type(2) {
  color: var(--card-text3);
}
.journals2 >  .service-containerX > .service-card:nth-of-type(3):hover p:nth-of-type(3) {
  color: var(--card-text3);
  -webkit-text-stroke: 0px var(--card-text3); /* Custom style */
  -webkit-text-fill-color: var(--card-text3); /* Custom style */
}
.journals2 >  .service-containerX > .service-card {
  flex: 1; /* Allow cards to grow and fill available space equally */
  cursor: pointer;
  scroll-snap-align: start; /* Snap alignment for smooth scrolling */
  flex-shrink: 0; /* Prevent shrinking */
  padding:2vmin;
  padding-bottom:0.3vmin  !important;
  background: var(--section-bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px; /* Spacing between child elements */
  transition: all 300ms ease;
}

/* Hover effect c77 */
.journals2 >  .service-containerX > .service-card:hover {
  background: transparent; /* Equivalent to hover:bg-[#202127] */
}

/* Date */
.journals2 >  .service-containerX > .service-card p:first-of-type {
  font-weight: bold; /* Equivalent to font-bold */
  font-size: 1rem; /* Equivalent to text-2xl */
  color: var(--section-text); /* Equivalent to text-black/80 */
}

.journals2 > .service-containerX > .service-card p:nth-of-type(2) {
  color: var(--section-text); /* Equivalent to text-gray-400 */
  font-size: 1.3rem; /* Equivalent to text-sm */
  margin-bottom: 0;
  margin-top: 4vmin;
font-weight: bold;
  display: flex; /* Enables flexible layout for child elements */
  text-align: left; /* Aligns text content to the left */
  justify-content: flex-start; /* Moves the entire content to the left within the flex container */
}


/* foot */
.journals2 >  .service-containerX > .service-card p:nth-of-type(3) {
  font-size: 1rem; /* Equivalent to text-5xl */
  font-weight: normal; /* Equivalent to font-bold */
  display: flex; /* Enables flexible layout for child elements */
  justify-content: space-between; /* Distributes words between start, middle, and end */
  width: 100%; /* Ensure the container spans the full width */
  -webkit-text-stroke: 0px var(--topsection-text); /* Custom style */
  -webkit-text-fill-color: var(--topsection-text); /* Custom style */
}


.fa-map-marker-alt {
    margin-right: 8px; /* Adjust this value for desired space */
    color: var(--card-hd);
}

.notice-carousel {
    transform: scaleX(-1); /* Flip the carousel direction */
}

.notice-carousel .slick-slide {
    transform: scaleX(-1); /* Flip each slide back to normal */
}

.events-carousel {
    transform: scaleX(-1); /* Flip the carousel direction */
}

.events-carousel .slick-slide {
    transform: scaleX(-1); /* Flip each slide back to normal */
}

       
.slick-prev, .slick-next {
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.2)); /* Elegant gradient */
    color: #bab4b4; /* White arrows */
    border: none; /* No border for a clean look */
    font-size: 24px; /* Adjusted size for a minimalist look */
    width: 50px; /* Smaller width for modern design */
    height: 50px; /* Smaller height to match width */
    text-align: center; /* Center arrow content horizontally */
    position: absolute; /* Use absolute positioning */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Ensure perfect vertical centering */
    z-index: 10; /* Ensure it stays above carousel content */
    cursor: pointer; /* Pointer for interactivity */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
    transition: all 0.3s ease; /* Smooth hover transitions */
    visibility: hidden;
}

/* Hover effect */
.slick-prev:hover, .slick-next:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.2)); /* Reverse gradient */
    color: #000; /* Change arrow color to black */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Increase shadow intensity */
}

/* Position the arrows */
.slick-prev {
    left: 10px; /* Adjust spacing from the left edge */
   
}

.slick-next {
    right: 10px; /* Adjust spacing from the right edge */
   
}


.journals{
  margin-bottom:2vh;
}
.journals1{
  margin-bottom:2vh;
}
.journals2{
  margin-bottom:2vh;
}
    




        h1 {
            text-align: center;
            margin: 30px 0;
            font-size: 2em;
        }

       .notice-container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
    gap: 50px; /* Spacing between items */
    padding: 0px; /* Padding around the container */
    justify-content: center; /* Centers the items horizontally */
    max-width: 10vw;
    
}

.events-container {
  display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
    gap: 50px; /* Spacing between items */
    padding: 0px; /* Padding around the container */
    justify-content: center; /* Centers the items horizontally */
    max-width: 100vw;
    
    
    
}
.notice-container .notice-item {
    flex: 0.5 0.5 100px; /* Items will grow, shrink, and have a minimum width of 250px */
    max-width: 100px; /* Optionally set a max width for items */
}

.events-container .events-item {
    flex: 0.5 0.5 200px; /* Items will grow, shrink, and have a minimum width of 250px */
    max-width: 350px; /* Optionally set a max width for items */
   
}




.news-container .news-item {
    flex: 0.5 0.5 100px; /* Items will grow, shrink, and have a minimum width of 250px */
    max-width: 100px; /* Optionally set a max width for items */
}


.events-item .source i{
  color: var(--card-hd);
}

.events-item:hover .source i{
  color: var(--bg);
}
/* Black gradient background using ::after */
.events-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  var(--card-bg);
    z-index: -2; /* Place it below ::before but above content */

}

/* Colored gradient hover effect using ::before */
.events-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 100%;
    background: var(--hd);
   

    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.events-item:hover::before {
    width: 100%;
}

.events-item:hover {
    box-shadow: none;
}



.events-item:hover .org {
    display: flex !important;
}

        .events-item:hover h3 {
        color: var(--bg);
        }

        .events-item:hover p {
        color: var(--bg);
        }

        .events-item:hover  {
        color: var(--bg);
        }

        .events-item h3 {
            margin-bottom: 1vh;
            font-size: 1em;
            color: var(--card-hd);
            padding-left: 10px;
            padding-right: 10px;
            hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
        }

        .events-item p {
            margin: 5px 0;
            color: var(--card-text);
            font-size: 0.8em;
            padding-left: 10px;
            padding-right: 10px;
        }

        .events-item .read-more {
    padding:0;
    color: var(--card-hd);
        text-decoration: none;
    margin-bottom: -10vh;
    font-size: 1em;
    display: inline-block;
    width: auto; /* Adjust width to content */
   height:auto;
    margin-top: 4px;
    font-weight: bold;
    background: transparent; /* Transparent background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
        }

        .events-item .read-more:hover {
            color: red; /* White text on hover */
            
        }

.events-item{
  min-width: 10vw;
    height: 130px;
    padding: 20px;
    margin: 0.5vw;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    color: var(--card-hd);
}

.news-container {
    display: grid;
    gap: 50px; /* Adjust spacing as needed */
    padding: 0px;
    justify-content: center;
    width: 100%; /* Use full width of container */
    max-width: 1000px; /* Adjust to control max container width */
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));

}

.news-item {
    padding: 20px;
    display: flex;
    margin: 0.5vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    color: var(--card-hd);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    min-height: 400px; /* Set minimum height for equal card size */
    position: relative;
}
.news-item .title {
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* Black gradient background using ::after */
.notice-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--card-bg);
    z-index: -2; /* Place it below ::before but above content */
}

/* Colored gradient hover effect using ::before */
.notice-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 100%;
       background: var(--hd);

    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.notice-item:hover::before {
    width: 100%;
}

.notice-item:hover {
    box-shadow: none;
}

.citation-count {
    display: none;
}

.notice-item:hover .org {
    display: flex !important;
}

        .notice-item:hover h3 {
        color: var(--card-hd);
        }

        .notice-item h3 {
            margin-bottom: 1vh;
            font-size: 1em;
            color: var(--card-hd);
            padding-left: 10px;
            padding-right: 10px;
            hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
        }

        .notice-item p {
            margin: 5px 0;
            color: var(--card-text);
            font-size: 0.8em;
            padding-left: 10px;
            padding-right: 10px;
        }

        .notice-item .read-more {
    padding:0;
    color: var(--card-hd);
        text-decoration: none;
    margin-bottom: -10vh;
    font-size: 1em;
    display: inline-block;
    width: auto; /* Adjust width to content */
   height:auto;
    margin-top: 4px;
    font-weight: bold;
    background: transparent; /* Transparent background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
        }

        .notice-item .read-more:hover {
            color: var(--hd); /* White text on hover */
            
        }

     .news-item:hover .date {
      color: var(--bg);
     }   
     .news-item:hover .source {
      color: var(--bg);
     }  .news-item:hover .title {
      color: var(--bg);
     }  .news-item:hover .author {
      color: var(--bg);
     }  .news-item:hover .journal {
      color: var(--card-bg);
      background: var(--hd);
     } 
     .news-item .journal {
      color: var(--card-hd);
      background: var(--card-bg);
     } 


     .notice-item:hover .date {
      color: var(--bg);
     }   
     .notice-item:hover .source {
      color: var(--bg);
     }  .notice-item:hover .title {
      color: var(--bg);
     }  .notice-item:hover .author {
      color: var(--bg);
     }  .notice-item:hover .journal {
      color: var(--bg);
      background: var(--hd);
     } 
     .notice-item .journal {
      color: var(--card-text);
      background: var(--card-bg);
     } 
.notice-item {
    height: 100%;
    min-width: 3vw;
    height: 160px;
    padding: 20px;
    margin: 0.5vw;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    color:var(--card-hd);
}
/* Black gradient background using ::after */
.news-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  var(--card-bg);
    z-index: -2; /* Place it below ::before but above content */
}

/* Colored gradient hover effect using ::before */
.news-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 100%;
    background: var(--hd);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.news-item:hover::before {
    width: 100%;
}

.news-item:hover {
    box-shadow: none;
}



.news-item:hover .org {
    display: flex !important;
}

        .news-item:hover .btn {
        color: #212121;
        background: #e8e8e8;
        }

        .news-item h3 {
            margin-bottom: 1vh;
            font-size: 1.9em;
            color: var(--card-hd);
            padding-left: 10px;
            padding-right: 10px;
            hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
        }

        .news-item p {
            margin: 5px 0;
            color: var(--card-text);
            font-size: 0.8em;
            padding-left: 10px;
            padding-right: 10px;
        }

        .news-item .read-more {
    padding: 10px 20px;
    color: var(--card-hd);
    text-decoration: none;
    margin-bottom: -10vh;
    font-size: 1em;
    display: inline-block;
    width: auto; /* Adjust width to content */
    border: 2px solid var(--card-text);
    border-radius: 5px;
    margin-top: 4px;
    font-weight: bold;
    background: transparent; /* Transparent background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
        }

        .news-item .read-more:hover {
            background: var(--hd); /* Black background on hover */
            color:var(--c3); /* White text on hover */
            border: 2px solid var(--c1) ; /* White border */
        }


        .citation-count{
            display:none;
        }

        .meta-info {
          color: var(--card-text);
            text-decoration: none;
            font-size: 0.8em;
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 9vh; /* Push this to the bottom of the container */
        }
        .meta-info:hover {
            color: var(--bg);
            text-decoration: none;
            font-size: 0.8em;
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 9vh; /* Push this to the bottom of the container */
        }

        .news-item .meta-inf {
          color: var(--card-hd);
            text-decoration: none;
            font-size: 0.8em;
            padding-left: 10px;
            padding-right: 10px;
        }
        .meta-inf {
    display: flex;
    justify-content: space-between; /* This will space out the elements */
    align-items: center;  /* Aligns items vertically to the center */
    
        }





  /* Default (Desktop) view: Show iframe and hide image */
  .mob-img {
    display: none ;
  }

  .iframe-container {
    display: block;
    position: relative;
        width: 100vw;
        height: 100vh; /* Make the iframe full screen */
        overflow: hidden;
  }

  /* Mobile view: Show image and hide iframe */
  @media (max-width: 768px) {


.slick-next, .slick-prev  {
    visibility: visible ;
}
    .mob-img {
      display: block;
      height: 99vh;
      object-fit: cover;
    }

    .iframe-container {
      display: none;
    }
  }



@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Josefin+Sans:400,600,700,400italic,600italic);
      body{
    font-size: 16px;
    background: var(--header-bg); 
  }
  .heros{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    transition: all 1.6s cubic-bezier(0.86, 0, 0.07, 1);
  }

  .heros-inner {
  background-size: cover;
  background-position: center;
  display: table;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: background-image 0.5s ease; /* Smooth transition */
}

.arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  color: #bab4b4;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

  .heros-title{
    display: table-cell;
    vertical-align: middle;	
    text-align: center;
  }
 
  .font-2{
    font-weight: 700;
  }
  .titles{ letter-spacing: .3em; text-transform: uppercase; }
  .text-light{ color: var(--c3) }
  .font-alt{
    font-style: italic;
    color: var(--hd);
  }
  .heros{
    overflow: hidden;
    z-index: 1;
  }
  .contents{
    position: relative;
    
    border-top: 10px solid black;
    padding: 0;	
    margin: 0;
    transition: all 1.6s cubic-bezier(0.86, 0, 0.07, 1);
    transform: translate3d(0, 20px, 0) scale(.75);
    opacity: 0;
  }


.contents.scrolledd {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.heros.scrolledd {
  -webkit-transform: translate3d(0, -100%, 0) scale(0.75);
  transform: translate3d(0, -100%, 0) scale(0.75);
  opacity: 0;
}

  
  .sd{
    color: #bab4b4;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sd:hover, .sd:focus{
    color: #bab4b4;
    opacity: .7;
    text-decoration: none;
  }
  @media (max-width: 768px) {
  /* .heros {
    opacity: 0;
  }
  /* .contents {
    position: relative;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    z-index: 10;
} */ 

}

  


  
@import url("https://fonts.googleapis.com/css?family=Lora:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
:root {
  --z-distance: 8.519vw;
  --from-left: 1;
  --mobile-bkp: 650px;
}



body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
   background-color: var(--body-bg);
  /* overflow-x: hidden; */
  /* font-size: calc(14px + .3vw); */
}

.slider {
  width: 100vw;
  height: 100vh;
  display: flex;
  perspective: 1000px;
  transform-style: preserve-3d;
 
}
.slider::before, .slider::after {
  content: '';
  left: -1vw;
  top: -1vh;
  display: block;
  position: absolute;
  width: 102vw;
  height: 102vh;
  background-position: center;
  background-size: cover;
  will-change: opacity;
  z-index: -1;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.7) inset;
}
.slider::before {
  background-image: var(--img-prev);
}
.slider::after {
  transition: opacity 0.7s;
  opacity: 0;
  background-image: var(--img-next);
}
.slider--hd-next::after {
  opacity: 1;
}
.slider__content {
   padding-top:12vh;
  margin: auto;
  width: 65vw;
  height: 32.5vw;
  max-height: 52vh;
  will-change: transform;
  transform-style: preserve-3d;
  pointer-events: none;
  transform: translateZ(var(--z-distance));
}
.slider__images {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0 0 5em #000;
}
.slider__images-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
  transition-timing-function: ease-in;
  visibility: hidden;
}
.slider__images-item img {
  display: block;
  position: relative;
  left: -1em;
  top: -1em;
  width: calc(100% + 1em * 2);
  height: calc(100% + 1em * 2);
  object-fit: cover;
  will-change: transform;
}
.slider__images-item--active {
  z-index: 20;
  visibility: visible;
}
.slider__images-item--subactive {
  z-index: 15;
  visibility: visible;
}
.slider__images-item--next {
  transform: translateX(100%);
}
.slider__images-item--prev {
  transform: translateX(-100%);
}
.slider__images-item--transit {
  transition: transform 0.7s, opacity 0.7s;
}
.slider__text {
  position: relative;
  height: 100%;
}
.slider__text-item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.slider__text-item > * {
  overflow: hidden;
  position: absolute;
}
.slider__text-item h3, .slider__text-item p {
  transition: transform 0.35s ease-out;
  line-height: 1.5;
  overflow: hidden;
}
.slider__text-item h3 {
  background: rgba(255, 255, 255, 0.5);
}
.slider__text-item p {
  padding: 1em;
  color: #bab4b4;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.slider__text-item h3::before, .slider__text-item p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.35s ease-out 0.28s;
}
.slider__text-item h3::before {
  background: #000;
}
.slider__text-item p::before {
  background: #bab4b4;
}
.slider__text-item h3 {
  margin: 0;
  font-size: 3.5em;
  padding: 0 .3em;
  position: relative;
  font-weight: 700;
  transform: translateX(-100%);
}
.slider__text-item p {
  margin: 0;
  transform: translateX(100%);
}
.slider__text-item-head {
  top: -0.5em;
  transform: translateZ(3em);
}
.slider__text-item-info {
  bottom: 0;
  right: 0;
  max-width: 75%;
  min-width: min-content;
  transform: translateZ(2em);
}
.slider__text-item--active h3, .slider__text-item--active p {
  transform: translateX(0);
}
.slider__text-item--active h3::before {
  transform: translateX(102%);
}
.slider__text-item--active p::before {
  transform: translateX(-102%);
}
.slider__text-item--backwards h3::before, .slider__text-item--backwards p::before {
  transition: transform 0.35s ease-in;
}
.slider__text-item--backwards h3, .slider__text-item--backwards p {
  transition: transform 0.35s ease-in 0.35s;
}
.slider__nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider__nav-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__nav-arrow {
  height: 100vh;
  width: 50vw;
  text-indent: -9999px;
  white-space: nowrap;
}
.slider__nav-arrow--left {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='3 1 1 2 3 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-arrow--right {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='1 1 3 2 1 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-dots {
  margin-top: 95vh;
  display: inline-flex;
  position: relative;
  padding: 1em;
  pointer-events: none;
}
.slider__nav-dots::before {
  content: '';
  position: absolute;
  left: calc(1em + 1em + 2px);
  top: calc(1em + 2px);
  width: calc(1em - 2px * 2);
  height: calc(1em / 2 - 2px * 2);
  background: rgba(255, 255, 255, 0.9);
  transition: transform 0.7s ease-out;
  transform: translateX(calc((1em + 1em * 2) * (var(--from-left) - 1)));
}
.slider__nav-dot {
  margin: 0 1em;
  width: 1em;
  height: 0.5em;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: crosshair;
  pointer-events: all;
  display: inline-block;
}
.slider__nav-dot:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.slider__nav-dot:active {
  border-color: rgba(255, 255, 255, 0.5);
}
.notice-container {
  /* overflow-x: hidden; Prevent horizontal overflow */
  position: relative; /* Ensure it acts as a containing block */
  min-width: 100vw; /* Make sure it stays within the viewport width */
}

.carousel-wrapper {
  overflow: hidden; /* Prevent the inner content from spilling over */
  width: 100vw;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.events-carousel {
  display: flex; /* Make items align horizontally */
  overflow-x: auto; /* Allows horizontal scrolling if needed */
  scroll-snap-type: x mandatory; /* Snap to each item when scrolling */
}

.events-item {
  min-width: 200px; /* Make each item take full width of the container */
  box-sizing: border-box; /* Ensures padding doesn't increase width */
  scroll-snap-align: start; /* Snap to start of each item */
}


@media only screen and (max-width: 650px) {
  .slider::before,
  .slider::after {
    display: none;
  }
  .events-container .events-item {
    flex: 0.5 0.5 200px; /* Items will grow, shrink, and have a minimum width of 250px */
    max-width: 300px; /* Optionally set a max width for items */
   
}
.notice-container .notice-item {
    flex: 0.5 0.5 200px; /* Items will grow, shrink, and have a minimum width of 250px */
    max-width: 300px; /* Optionally set a max width for items */
   
}
.news-container .news-item {
    flex: 0.5 0.5 200px; /* Items will grow, shrink, and have a minimum width of 250px */
    max-width: 300px; /* Optionally set a max width for items */
   
}
 .news-item .read-more {
    flex: 0.5 0.5 100px; /* Items will grow, shrink, and have a minimum width of 250px */
    max-width: 250px; /* Optionally set a max width for items */
   
}
.news-item .read-more .title {
    font-size: 1.2em;
   
}
.notice-item .read-more .title {
    font-size: 0.9em;
   
}
  .slider__content {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }

  .slider__text-item-info {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .slider__text-item-info p {
    padding: 1em .8em;
  }

  .slider__text-item-head {
    top: 5vh;
    left: 10vw;
    transform: translateZ(0);
  }
  .slider__text-item-head h3 {
    font-size: 2.5em;
  }

  .slider__nav-dots {
    background: rgba(0, 0, 0, 0.3);
  }

  .slider__nav-arrow {
    width: 10vw;
    position: relative;
    cursor: auto;
  }
  .slider__nav-arrow:active {
    filter: brightness(0.5);
  }
  .slider__nav-arrow::before {
    content: '';
    background-image: var(--arrow);
    background-size: cover;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slider__nav-arrow--left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, transparent 100%);
  }
  .slider__nav-arrow--left:active {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  }
  .slider__nav-arrow--right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0, transparent 100%);
  }
  .slider__nav-arrow--right:active {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  }
}


  
  

   .h2-header-bg {
color: var(--topsection-hd)
   }
   .p-header-bg {
color: var(--topsection-text)
   }
      .large-h2 {
    
    font-size: 4rem;
    text-align: left;
    
    color: var(--topsection-hd);
      }
      .large-h2 span{
    font-family: 'hbs', sans-serif; font-weight: 500;
    
      }
      .large-h2-header-bg {
        flex: 1; /* Allow equal space between elements */
    font-size: 4rem;
    text-align: left;
   
    color: var(--section-hd);
      }
      .large-h2-header-bg span{
    font-family: 'hbs', sans-serif; font-weight: 500;
    
      }

      .large-h1 {
    
font-size: 8.7vmin;
text-align: left;
letter-spacing: 3px;
color: var(--section-gray-text);
  }
  .large-h1 span{
font-family: 'hbs', sans-serif; font-weight: 500;

  }

  .graph-h1{

    font-size: 3rem;
    text-align: left;
    margin-top:20px;
    margin-bottom: 90px;
    color: var(--black);
  }
  
  * {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}
/* p {
	text-decoration: none;
	color: #000;
} */
*:focus {
  outline: 0;
}
/* Primary Style
--------------------------------*/
.main {
	width: 100%;
	
}


/* Slider Style
--------------------------------------*/
.cd-slider {
	position: relative;
	width: 100%;
	height: 76vmin;
	overflow: hidden;
	margin-bottom: 10vmin;
  
}
.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;

  width: 76.4%;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s 1s;
  will-change: visibility;
  z-index:2;
}


/* c33 */
.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100vh;
	background-size: 100% 100%;
  image-rendering: auto; 
	clip: rect(0, 85rem, 50rem, 85rem);
	transition: clip .5s cubic-bezier(1, 0.5, 0.5, 0.5) .5s;
  will-change: clip;
}
.content {
  position: absolute; /* Use relative positioning to establish stacking context */
  top: 0;
  right: -31%;
  width: 21vw;
  height: 100vh;
  padding: 2rem 1rem 0 2rem;
  text-align: right;
  z-index: 2;
  background: var(--topsection-hd);
  
}

.content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--topsection-bg);
  transition: width 0.4s ease;
  z-index: 0; /* Place behind content */
}

.content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--topsection-bg);
  z-index: 1; /* Ensure it's above `::after` */
}

.content:hover::after {
  width: 100%;
  left: 0;
}

.content h2,
.content .text-link,
.content .custom-btn-top {
  position: relative; /* Ensure they appear above `::after` */
  z-index: 2; /* Keep interactive elements above pseudo-elements */
  color: var(--topsection-bg);
}

.content .custom-btn-top{
  padding:1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 1px solid var(--topsection-bg);;

}
.content:hover h2 {
  color: var(--topsection-hd);
}

.content:hover a {
  color: var(--topsection-hd);
}

.content:hover .custom-btn-top {
  border: 1px solid var(--topsection-hd);
  color: var(--topsection-hd);
}

.custom-btn-top:hover {
  border: 1px solid var(--topsection-hd);
  color: var(--topsection-bg) !important;
}

.content h2 {
  display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
  color: var(--topsection-bg);
	transform: translateY(-30%);
	opacity: 0;
	transition: transform .5s, opacity .5s;
  will-change: transform, opacity;

}


.content .text-link {
	display: inline-block;
	font-size: 1.3vmin;
	color: var(--topsection-bg);
	padding: 1.5rem;
  padding-right:0;
	transform: translateY(-100%);
	transition: transform .5s .1s, opacity .5s .1s;
  will-change: transform;
  
}

/* Current Slide 
-------------------------------------*/
li.current {
	visibility: visible;
  height: 60rem;
	transition-delay: 0s;
  width: 76.4%;
}
/* c33 */
.content {
  position: absolute; /* Use relative positioning to establish stacking context */
  top: 0;
  right: -31%;
  width: 21vw;
  height: 100vh;
  padding: 2rem 1rem 0 2rem;
  text-align: right;
  z-index: 2;
  background: var(--topsection-hd);
  
}

li.current .image {
	clip: rect(0, 85rem, 50rem, 0rem);
  /*     filter: grayscale(100%) brightness(100%) sepia(50%) hue-rotate(130deg);  */
 

}

li.current .image:hover{
  filter: grayscale(0%) brightness(100%) hue-rotate(0deg);
  transition: filter 0.5s ease;
}
li.current .content h2 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1s;

}
li.current .content .text-link  {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1.1s;
}

/* Prev Slide 
------------------------------------*/
li.prev_slide .image {
	clip: rect(0, 0, 50rem, 0);
}
nav {
	position: absolute;
	top: 3vh;
	right: 23vw;
	background: transparent;
	z-index: 2;
}
.prev, .next {
  display: inline-flex; /* Use flex for alignment */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  margin: 0 5px; /* Space between buttons */
  width: 3rem; /* Square size */
  height: 3rem; /* Square size */
  border-radius: 6px; /* Smooth edges */
  background: var(--topsection-bg); /* Default background color */
  border: none; /* Remove border for cleaner look */
  cursor: pointer; /* Pointer cursor on hover */
  position: relative; /* Needed for pseudo-elements positioning */
  transition: background-color 0.3s ease; /* Smooth background transition */
}


/* Default arrow design */
.prev::before, .next::before {
  content: ''; /* Empty content to create the arrow */
  position: absolute;
  border-style: solid; /* Use borders to create triangles */
  width: 0;
  height: 0;
}

/* Arrow pointing left */
.prev::before {
  border-width: 6px 8px 6px 0; /* Top, right, bottom, left */
  border-color: transparent var(--topsection-hd) transparent transparent; /* Default arrow color */
}

/* Arrow pointing right */
.next::before {
  border-width: 6px 0 6px 8px; /* Top, right, bottom, left */
  border-color: transparent transparent transparent var(--topsection-hd); /* Default arrow color */
}

/* Hover effect */
.prev:hover, .next:hover {
  background: var(--topsection-subbg); /* Change button background */
}

.prev:hover::before, .next:hover::before {
  border-color: transparent transparent transparent var(--topsection-hd); /* Change arrow color on hover */
}

.next:hover::before {
  border-color: transparent transparent transparent var(--topsection-hd); /* Right arrow hover */
}

.prev:hover::before {
  border-color: transparent var(--topsection-hd) transparent transparent; /* Left arrow hover */
}



.prev, .next, .counter {
	vertical-align: middle;
}
/* .prev, .next {
	position: relative;
	display: inline-block;
	height: 2rem;
	width: 5rem;
  border: 0;
  cursor: pointer;
  background: transparent;
} */
/* .prev::before, .next::before {
	content: '';
	position: absolute;
	top: 50%;
  left: 0;
	transform: translateY(-50%);
	border: .8rem solid transparent;
	border-right-width: 1rem;
	border-right-color: #000;
	border-left-width: 0;
	width: 0;
	height: 0;
} */
/* .prev::after, .next::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(0);
	left: .5rem;
	background: #000;
	height: .1rem;
	min-height: 1px;
	width: 2.5rem;
	transition: width .3s;
} */
/* .next::before {
	right: 0;
  left: auto;
	border-left-width: 1rem;
	border-left-color: #000;
	border-right-width: 0;
} */
/* .next::after {
	right: .5rem;
	left: auto;
} */
.counter {
	display: inline-block;
	font-size: 1rem;
	font-family: serif;


}
.counter span:last-child::before {
	content: '/';
	margin: 0 1rem;
}
.prev:hover::after, .next:hover::after {
	width: 3.5rem;
}
.card-container > .card > .content .text-link {
    display:none;
  }

@media screen and (max-width: 767px) {



  li.current {
    visibility: visible;
    height: 100vmin;
    transition-delay: 0s;
    width: 100%;
  }
  /* c33 */

  
  .cd-slider {
    position: relative;
    width: 100%;
    height: 160vmin;
    overflow: hidden;
    margin-bottom: 10vmin;
    
  }
  .cd-slider li {
    width: 100%;
  }
  li.current .image {
  filter: grayscale(0%) contrast(130%) brightness(80%);

}
.bc {
  filter: Grayscale(0%);
}

 .card-container > .card >  .front-content {
    margin-bottom:0;
    padding:0;
  }
  .card-container > .card > .content {
    height:40vmin;
    margin-top:-24vmin;
  }
  .card-container{
    height:100vmin;
    z-index:2;
  }
 
iframe{
  height: 50vmin !important;
}
.button-container {
  left: -19px !important;

}

#mute-btn {
 
  color: #ff0000 !important;
  border: none !important;
  padding: 5px !important;
  border-radius: 0px !important;
  font-size: 5px !important;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1px !important;
  opacity: 0.5 !important;
}
	.image { width: 100%; height:50vh; }



  .content {
  width: 100%;
  height: 100vmin;
  min-height: 20vmin;
 
  text-align: left;
top: 100%;
 
 right: 0%;
   
 padding: 5vmin;
}

.content .text-link{
font-size: 2.5vmin;
padding-bottom: 10px;
margin-bottom: 0;
padding-top: 5px;
padding-left: 0rem;


}
.content .custom-btn-top{
  font-size: 3vmin;
padding: 0.5rem;

}
.content h2{
  font-size: 6vmin;
  padding-bottom: 0;
  margin-bottom: 0;
}
nav{
  right:1rem;

}
}
.custom-btn-top {
  font-size: 0.9rem;
  color:  var(--topsection-hd); /* Change to black on hover if needed */
 
  width: fit-content; /* Set explicit width */
  height:fit-content;/* Set explicit height */
  background: transparent;
  letter-spacing: 4px;
  text-decoration: none;
  border: 1px solid  var(--topsection-hd);
  border-radius: 0px;
  transition: all 0.5s ease;
}

.custom-btn-top:hover {
  background:  var(--topsection-hd);
  color:  var(--topsection-subbg); /* Change to black on hover if needed */
  text-decoration: none; /* Remove underline on hover */
}


.btn-white {
  font-size: 0.9rem;
  color:  var(--topsection-hd); /* Change to black on hover if needed */
 padding:2vmin;
  width: fit-content; /* Set explicit width */
  height:fit-content;/* Set explicit height */
  background: transparent;
  margin-top:5vmin;
  text-decoration: none;
  border: 1px solid  var(--topsection-hd);
  border-radius: 0px;
  transition: all 0.5s ease;
}

.btn-white:hover {
  background:  var(--header-hd);
  color:  var(--header-bg); /* Change to black on hover if needed */
  text-decoration: none; /* Remove underline on hover */
}


.btn-foot {
  font-size: 0.9rem;
  color:  var(--footer-text); /* Change to black on hover if needed */
 padding:2vmin;
  width: fit-content; /* Set explicit width */
  height:fit-content;/* Set explicit height */
  background: transparent;
  margin-top:5vmin;
  text-decoration: none;
  border: 1px solid  var(--footer-text);
  border-radius: 0px;
  transition: all 0.5s ease;
}

.btn-foot:hover, .btn-foot:active, .btn-foot:focus {
  background: var(--footer-text) !important;
  color: var(--footer-bg) !important;
  text-decoration: none !important;
}

.textbg{
  background-image: url('https://img.freepik.com/premium-photo/forest-lake-with-forest-background_662214-60309.jpg') ;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
 text-align: left;
  font-size: 7rem;
  margin-left:5vw;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .large-h1 {
font-size: 2rem;

  }
  .large-h2 {
font-size: 2rem;

  }
  .large-h2-header-bg {
    font-size:2.8rem;
  }
}




.notification-header {
    display: flex;
    justify-content: space-between; /* Push items to the edges */
    align-items: flex-end; /* Vertically align items */
    
}

.notification-header h2 {
    font-size: 2.5rem; /* Adjust as needed */
}

.notification-header p {
    font-size: 1rem; /* Adjust as needed */
    font-weight: bold;
    text-decoration: none; /* Remove underline */
    color: var(--section-hd); /* Use your preferred color variable */
    transition: color 0.3s ease;
}

.notification-header p:hover {
    color: var(--section-bg); /* Change on hover */
}

/* Keep default color for the button text */
.has-details {
  
  background: none; /* Remove default button background */
  border: none; /* Remove default button border */
  font-size: inherit; /* Match the parent font size */
  font-family: inherit; /* Match the parent font family */
  color: inherit; /* Default color */
  cursor: pointer; /* Pointer cursor on hover */
  position: relative; /* For underline positioning */
  padding: 0; /* Remove default padding */
  text-decoration: none; /* Remove default text underline */
 
}
/* Make sure active button text color is correct with a smooth transition */
.has-details.active {
  color: var(--topsection-subbg); /* Active text color */
  transition: color 0.3s ease; /* Smooth color transition */
}


/* Underline styling for the buttons */
.has-details::after {
  content: ""; /* The underline */
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px; /* Position the underline slightly below the text */
  height: 10px; /* Thickness of the underline */
  background: var(--topsection-subtext); /* Default underline color */
  transform: scaleX(1); /* Default scale */
  transform-origin: left; /* Animation starts from the left */
  color: var(--topsection-subbg); /* Default color */
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Smooth color and scale transition */
}

/* Underline and button text color change on hover */
.has-details:hover::after,
.has-details:focus::after {
  background: var(--topsection-hd); /* Underline color on hover */
  transform: scaleX(1.1); /* Slightly enlarge the underline on hover */
}

/* Active button's underline and text color */
.has-details.active::after {
  background: var(--topsection-hd); /* Active button's underline color */
  transform: scaleX(1); /* Full underline for active button */
}

.has-details span {
  font-weight: bold; /* Optional: make the text bold */
}

.has-details:focus {
  color: var(--topsection-subbg); 
  transition:  color 2.1s ease; /* Smooth color and scale transition */

}


.ext {
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
  transform: rotate(45deg); /* Apply 45-degree rotation for elevation */
}



.custom-btn-top:hover .ext {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

/* external link arrow */

.button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;

  > span {
    position: absolute;
    transform: rotate(calc(19deg * var(--index)));
    inset: 7px;
  }
}

.button__circle {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-self: right;
  align-items: center;
  justify-content: center;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.custom-btn-top:hover {

  transform: scale(1.05);
}

.custom-btn-top:hover .button__icon {
  color: #fffdfd;
}

.custom-btn-top:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.custom-btn-top:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
/* c55 */

.button {

  display: inline-block;
  position: relative;
  width: 40px;
  height: 24px;
  margin: 0;
  padding:0;
  overflow: hidden;
  outline: none;
  background: transparent;
  cursor: pointer;
  border: 0;
    transform: rotate(180deg);
    
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
 
}

.button:before {
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button:after {
 
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
div:hover > p > span > button:before,
div:focus > p > span > button:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    
}

div:hover > p > span > button:after,
div:focus > p > span > button:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
 
}

div:hover > p > span > button .button-box,
div:focus > p > span > button .button-box {
  transition: 0.4s;
  transform: translateX(-56px);
  
}
div:hover > p > span > button .button-box .button-elem ,
div:focus > p > span > button .button-box .button-elem {
  fill: var(--card-text);
}

.button-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin:0;
  
}

.button-elem {
  display: block;
  width: 20px;
  height: 20px;
  margin: 28px 18px 0 18px;
  transform: rotate(180deg);
  fill: var(--card-hd);
}



 .service-container {
  display: flex;
  gap: 16px; /* Add spacing between cards */
  padding-bottom: 10px; /* Ensure there's no issue with scrolling */
  justify-content: space-between; /* Spread cards evenly across the container */
  overflow: hidden; /* Hide the horizontal scrollbar on mobile */
  flex-wrap: nowrap; /* Prevent wrapping */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  width: 100%; /* Ensure the container takes the full width of its parent */
  margin: 0;
}



.service-card {
  flex: 1; /* Allow cards to grow and fill available space equally */
  cursor: pointer;
  scroll-snap-align: start; /* Snap alignment for smooth scrolling */
  flex-shrink: 0; /* Prevent shrinking */
  padding: 2rem 1.5rem; /* Padding inside the card */
  background: var(--card-bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px; /* Spacing between child elements */
  transition: all 300ms ease;
}

/* Hover effect press1 */
.academic-block > .service-container > .service-card:hover {
    background: var(--card-hd); /* Equivalent to hover:bg-[#202127] */
  }
  
  /* Heading Text */
  .academic-block > .service-container > .service-card p:first-of-type {
    font-weight: bold; /* Equivalent to font-bold */
    font-size: 1.5rem; /* Equivalent to text-2xl */
    color: var(--card-hd); /* Equivalent to text-black/80 */
  }
  
  .academic-block > .service-container > .service-card:hover p:first-of-type {
    color: var(--card-bg); /* Equivalent to group-hover:text-white */
  }
  
  /* Description Text */
  .academic-block > .service-container > .service-card p:nth-of-type(2) {
    color: var(--card-hd); /* Equivalent to text-gray-400 */
    font-size: 0.875rem; /* Equivalent to text-sm */
  }
  .academic-block > .service-container > .service-card:hover p:nth-of-type(2) {
    color: var(--card-bg); /* Equivalent to group-hover:text-white */
  }
  
  /* Number Text c66 */
  .academic-block > .service-container > .service-card p:last-of-type {
    font-size: 3rem; /* Equivalent to text-5xl */
    font-weight: bold; /* Equivalent to font-bold */
    display: flex; /* Enables flexible layout for child elements */
    justify-content: space-between; /* Distributes words between start, middle, and end */
    width: 100%; /* Ensure the container spans the full width */
    -webkit-text-stroke: 0px var(--card-hd); /* Custom style */
     -webkit-text-fill-color: var(--card-hd);  /* Custom style */
  }
  .academic-block > .service-container > .service-card:hover p:last-of-type {
    -webkit-text-stroke: 0px var(--card-bg); /* Custom style */
    -webkit-text-fill-color: var(--card-bg);  /* Custom style */
  }
  @media screen and (max-width: 767px) {



.notification-header h2 {
    font-size: 1.7rem; /* Adjust as needed */
}

.notification-header p {
    font-size: 0.8rem; /* Adjust as needed */
   
    position:relative;
}
  .service-container {
    overflow-x: hidden; /* Hide the horizontal scrollbar on mobile */
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    justify-content:left;
    justify-items:left;
    gap:12px;
  }
  .service-card {
    flex: 0 0 80%;
    height: fit-content;
  }
}





.button-white {

display: inline-block;
position: relative;
width: 14px;
height: 14px;
margin: 0;
padding:0;
overflow: hidden;
outline: none;
background: transparent;
cursor: pointer;
border: 0;
  transform: rotate(180deg);
}

.button-white:before,
.button-white:after {
content: "";
position: absolute;
border-radius: 50%;
inset: 7px;
}

.button-white:before {
transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
  transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-white:after {

transform: scale(1.3);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
  transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0;
}
div:hover > p > span > button:before,
div:focus > p > span > button:before {
opacity: 0;
transform: scale(0.7);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
  transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

div:hover > p > span > button:after,
div:focus > p > span > button:after {
opacity: 1;
transform: scale(1);
transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
  transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}
div:hover > p > span > button > .button-white-box >.button-white-elem,
div:focus > p > span > button > .button-white-box >.button-white-elem {
  fill: var(--section-bg);
}

div:hover > p > span > button .button-white-box,
div:focus > p > span > button .button-white-box {
transition: 0.4s;
transform: translateX(-56px);
}


.button-white-box {
display: flex;
position: absolute;
top: 0;
left: 0;
padding: 0;
margin:0;
}

.button-white-elem {
display: block;
width: 14px;
height: 14px;
margin: 4px 42px 0 0px;
transform: rotate(180deg);
fill: var(--section-hd);
}

body.dep {
  background: var(--header-bg);
  margin-top: 70vh;
}

.quote {
  display: flex;
  align-items: flex-start;
  gap: 20px; /* Adds space between text and image */
  font-size: 1.2em;
  line-height: 1.5;
  padding: 0px;
  border-left: 0px solid var(--header-bg); /* Optional: Stylize the blockquote */
  font-style: italic;
 
  margin-top: 3vw;
 background: var(--black);


}

.shadow-grad{
 background: linear-gradient(135deg, var(--section-hd), var(--topsection-subbg)); color: #bab4b4; border-radius: 15px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.quote-content {
  flex: 1; /* Makes the text container take up available space */
  color: var(--header-hd);
  padding:20px;
}
.quote-content p:nth-of-type(1) {
   color: var(--header-subtext);
}
.quote-content p:nth-of-type(2) {
    color: var(--header-hd);
}
.quote img.quote-image {
  max-width: 450px; /* Adjust the image width */
  max-height: 450px;

  object-fit: cover; /* Ensures the image doesn't distort */
  border-radius: 0px; /* Optional: Add rounded corners */
}

.quote > .quote-content > .author {
  text-align: left;
  margin-top: 60px;
  font-weight: bold;
  color: var(--header-hd);
}

.service-card:hover .meta-inf .author {

  color: var(--card-bg);
}
.img-txt{
position: relative; z-index:4; margin-top: 150px ;margin-bottom: 100px; left: 30px; border-radius: 20px; padding:30px; width:40%; background: var(--card-bg);
}

.double-section{

 height: 200vh !important;
}


.mouse-warp {
	margin: 40px auto;
	display: block;
	width: 28px;
	opacity: 0.5;
}

.mouse {
 
	width: 28px;
	height: 50px;
	border: 2px solid #bab4b4;
	border-radius: 14px;
}

.scroll {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #bab4b4;
	position: relative;
	left: 10px;
	-webkit-animation: scrolls 1.3s ease-out infinite;
}

.mouse-warp-rev {
	margin: 40px auto;
	display: none;
	width: 28px;
	opacity: 1;
  position: fixed;
  bottom:0px;
  right:40px;

  top: 800px;
 
}
.mouse-rev {
	width: 28px;
	height: 50px;
	border: 2px solid #bab4b4;
	border-radius: 14px;
  background: #1a1a1a;
 
}




.scroll-rev {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #bab4b4;
	position: relative;
	left: 10px;
	-webkit-animation: scrolls-rev 1.3s ease-out infinite;
}


.mouse-warp-rev2 {

	margin: 40px auto;
	display: none;
	width: 28px;
	opacity: 0.5;
  position: fixed;
 
  right:40px;

  top: -140px;
 
}
.mouse-rev2 {
	width: 28px;
	height: 50px;
	border: 2px solid #bab4b4;
	border-radius: 14px;
  
 
}
@-webkit-keyframes scrolls-rev {
  0% {
    top: 30px;
    opacity: 0;
    -webkit-transform: scaleY(1.2) scaleX(0.8);
  }
  30% {
    top: 15px;
    opacity: 1;
    -webkit-transform: scaleY(1.2) scaleX(1.2);
  }
  50% {
    top: 8px;
    opacity: 1;
    -webkit-transform: scaleY(1.2) scaleX(1.2);
  }
  70% {
    top: 8px;
    opacity: 1;
    -webkit-transform: scaleY(1.6) scaleX(1.6);
  }
  85% {
    top: 8px;
    opacity: 0.8;
    -webkit-transform: scaleY(1.2) scaleX(1.2);
  }
  100% {
    top: 8px;
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes scrolls {
	0% {
		top: 8px;
		opacity: 0;
		-webkit-transform: scaleY(1) scaleX(1);
	}
	5% {
		top: 8px;
		opacity: 0.8;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	10% {
		top: 8px;
		opacity: 1;
		-webkit-transform: scaleY(1.6) scaleX(1.6);
	}
	15% {
		top: 8px;
		opacity: 1;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	20% {
		top: 8px;
		opacity: 1;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	30% {
		top: 15px;
		opacity: 1;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	100% {
		top: 30px;
		opacity: 0;
		-webkit-transform: scaleY(1.2) scaleX(0.8);
	}
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes scrolls {
    0% {
      top: 30px;
      opacity: 0;
      -webkit-transform: scaleY(1.2) scaleX(0.8);
    }
    30% {
      top: 15px;
      opacity: 1;
      -webkit-transform: scaleY(1.2) scaleX(1.2);
    }
    50% {
      top: 8px;
      opacity: 1;
      -webkit-transform: scaleY(1.2) scaleX(1.2);
    }
    70% {
      top: 8px;
      opacity: 1;
      -webkit-transform: scaleY(1.6) scaleX(1.6);
    }
    85% {
      top: 8px;
      opacity: 0.8;
      -webkit-transform: scaleY(1.2) scaleX(1.2);
    }
    100% {
      top: 8px;
      opacity: 0;
      -webkit-transform: scaleY(1) scaleX(1);
    }
  }
  .mouse-rev2 {
    width: 28px;
    height: 50px;
    border: 2px solid #bab4b4;
    border-radius: 14px;
    background: #1a1a1a;
    
  }

  .mouse-warp-rev2 {
    position: relative !important;
    top:-35px;
   left:0px; 
    opacity:0.8;
    bottom:0px;
    display: none;
  }

  .mouse-warp-rev {
    display: none;
   
  }
  .double-section{

    height: 260vh !important;
   }
  .img-txt{
     margin-top:-220px; 
     margin-bottom: 0px; 
     left: 0px; 
   
     width:100%; 
    
    }

  .quote {
    display: block;
    align-items: flex-start;
    gap: 20px; /* Adds space between text and image */
    font-size: 0.8rem;
    line-height: 1.5;

    border-left: 0px solid var(--header-bg); /* Optional: Stylize the blockquote */
    font-style: italic;
   
    margin-top: 3vw;
   background: var(--black);
  
  
  }
  
  #image2{
    display:none;
  }
  .quote-content {
    flex: 1; /* Makes the text container take up available space */
    color: var(--header-hd);
  }
 
  .quote img.quote-image {
    max-width: 100%; /* Adjust the image width */
    max-height: 200px;
    background-image: cover;
    border-radius:0px; /* Optional: Add rounded corners */
  }
  .photo-h1 {
    margin-bottom: 130px; /* Adjust as needed for spacing */
font-size: 2rem;

  }
  .posterX {
    height: 100vmin !important;
    background: url("../imgs/gmdc/img153.jpg");
    /* background: url("https://cdnbbsr.s3waas.gov.in/s395192c98732387165bf8e396c0f2dad2/uploads/2019/10/2019102861-1.jpg"); */
    background-size: COVER;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .quoteX {
    display: flex;
    align-items: center;
    height: 100vmin !important;
    left:0vmin;
    font-family: "Raleway", sans-serif;
    font-size: 6vmin !important;
    line-height: 6vmin !important;

  }

}




/* Target laptops & mid-sized desktops */
@media screen and (min-width: 768px) and (max-width: 1600px) { 
  /* header.loaded {
    background: black;      
    height: 10vh; 
    transition: height 1.5s ease, background-color 2s ease 2s;
  } */



}

/* <button id="scrollToTopBtn" class="scroll-to-top-btn">
  <span class="arrow-up">&#8593;</span>
  <span style="position: relative; margin-top:-15px; font-family">TOP</span>
</button> */
#button {
  display: inline-block;
  background: var(--header-bg);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;

}
#button::after {
  content: "\f077";  /* Unicode for FontAwesome arrow */
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: var(--header-hd);
}

#button:hover::after {  /* Directly target the ::after pseudo-element on hover */
  color: var(--header-bg);
}

#button:hover {
  cursor: pointer;
  background: var(--header-subtext);
}
#button:active {
  background: var(--header-subtext);
}
#button.show {
  opacity: 1;
  visibility: visible;
}





/* .poster {
	width: 100%;
	height: 60vmin;
	background: url("https://s1.1zoom.me/big0/993/Opatija_Croatia_Sea_Houses_Monuments_Night_Crag_515437_1280x720.jpg");
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: relative;
} */


.quote1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60vmin;
  width: 100%;
  padding-right: 2vmin;
  font-family: "Raleway", sans-serif;
  font-size: 5.5vmin;
  line-height: 5.5vmin;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  z-index: 2;
  color: var(--section-light-hd); /* Dark text */
  background-color: transparent;
}

  

.quotemark {
	position: absolute;
	top: -10px;
	left: 0vmin;
	z-index: 3;
}
.quotemark svg {
	width: 10vmin;
	height: 10vmin;
  fill: var(--section-light-hd);
}

.signature {
	height: clamp(70px, 10vw, 120px);
	position: absolute;
	bottom: -60px;
	left: 6vmin;
	z-index: 4;
}
.signature svg {
	width: 100%;
	height: 100%;
}
.signature svg path {
	fill: var(--section-light-hd);
}


.posterX {
	width: 100%;
	height: 70vmin;
  background: url("../imgs/gmdc/img153.jpg");
	/* background: url("https://cdnbbsr.s3waas.gov.in/s395192c98732387165bf8e396c0f2dad2/uploads/2019/10/2019102861-1.jpg"); */
	background-size: COVER;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: relative;
}

.quoteX {
	display: flex;
	align-items: center;
	height: 70vmin;
	width: 50%;
  left:0vmin;
	font-family: "Raleway", sans-serif;
	font-size: 13vmin;
	line-height: 11vmin;
	text-transform: uppercase;
	text-align: right;
	padding-right: 0.3em;
	position: relative;
	z-index: 2;
	color: #1a1a1a;
	background: var(--white);
	mix-blend-mode: lighten;
}
.posterB {
	width: 100%;
	height: 70vmin;
  background: url("https://www.1001inventions.com/wp-content/uploads/2018/05/hayy-ibn-yaqzan-07-1133x560.jpg");
	/* background: url("https://cdnbbsr.s3waas.gov.in/s395192c98732387165bf8e396c0f2dad2/uploads/2019/10/2019102861-1.jpg"); */
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: relative;
}
.quote-big{
  display: block;
}

.quote-mob{
  display: none;
}
.quoteB {
	display: flex;
	align-items: center;
	height: 70vmin;
	width: 50%;
  left:0vmin;
	font-family: "Raleway", sans-serif;
	font-size: 5vmin;
	line-height: 5vmin;
	text-transform: uppercase;
	text-align: left;
	padding-right: 0.3em;
	position: relative;
  padding: 14px;
	z-index: 2;
	color: #1a1a1a;
	background: var(--white);
	mix-blend-mode: lighten;
}
.posterY {
	width: 100%;
	height: 73vmin;
	background: url("../imgs/gmdc/img153.jpg");
	background-size: cover;
	background-position: left 0% top 0%;
	background-repeat: no-repeat;
	position: relative;
}


.quoteY {
	display: flex;
	align-items: flex-start;
	height: 73vmin;
	width: 50%;
  left:0vmin;
	
	font-size: 14px;
	line-height: 14px;

	text-align: left;
	padding-right: 0.3em;
	position: relative;
	z-index: 2;
	color: var(--black);
	background: var(--section-bg);
  padding:20px;
  padding-top:0 !important;
	/* mix-blend-mode: lighten; */
}

@media screen and (max-width: 767px) {


  .quote-big{
    display: none;
  }
  .quote-mob{
    display: block;
  }
  .posterY{
    margin-bottom: 160vmin;
    
  }
  .img-fluid{
    height: 300px;
  }

  .quoteY {
font-size: 10px;;
    width: 100%; /* Full width below image */
    height: auto; /* Auto height */
   top:70vmin !important;
   position: relative;
   font-weight: lighter;
   text-transform:none;
   align-items:flex-start;
   padding:0;
   padding-top: 50px !important;
   
  }

  .quote1 {
width:100%;
      }
    .poster > .sec-para {
      padding:0;

      }
}

.link {
  color: var(--header-bg);
  text-decoration: underline;
}






  /* header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
} */



/* header.scrolled .header-d .vertical-line {
display: none;
}
header.scroll-up .header-d .vertical-line {
  display: none;
}

header.index-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
} */

  iframe.skiptranslate { visibility: hidden !important; }
    /* Hide Google Translate top bar */
    .goog-te-banner-frame {
        display: none !important;
    }
    
    body.index {
      margin-top:0;
    } 
    
    body.dep {
      background: var(--body-bg);
      margin-top: 70vh;
    }
    body {
      height: auto;
   
      }
      body.index {
        height: auto;

      }
    /* Hide translation popups */
    .goog-te-balloon-frame {
        display: none !important;
    }
    .container-fluid{
        background: transparent;
    }
    .row, .col-12{
background: transparent;
    }
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
       background-color: var(--body-bg);
      color: #333;
    }

    .containerX {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background: #bab4b4;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .headerX {
      text-align: center;
      margin-bottom: 20px;
    }

    .headerX h1 {
      font-size: 24px;
      margin: 0;
    }

    .notice-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .notice {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
    }

    .notice:last-child {
      border-bottom: none;
    }

    .notice h2 {
      font-size: 18px;
      margin: 0 0 8px;
    }

    .notice p {
      margin: 5px 0;
    }

    .notice .meta {
      font-size: 14px;
      color: #666;
    }

    .notice a {
      display: inline-block;
      margin-top: 10px;
      color: #007bff;
      text-decoration: none;
    }

    .notice a:hover {
      text-decoration: underline;
    }


.login-linkshead {
    display: flex;
    position: absolute;
    justify-content: space-between; /* Puts space between both links */
    align-items: center; /* Aligns them properly */
    gap: 20px; /* Optional: Adds a gap between them */
    bottom:210px;
    width: 100%;
    left:0;
}


.login-linkshead aside {
    flex: 1; /* Ensures both take equal width */
    text-align: center; /* Centers the text inside each aside */
    width: 100%;
    justify-content: center;
    justify-items: center;
}




.login-linkshead1 {
 
   position: relative;
    align-items: center; /* Aligns them properly */
  justify-content: center;
  justify-items: center;
    margin-bottom: 200px;
    width: 90%;
    left:20px;
    gap: 0;
}
.login-linkshead1 a{
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 1.3em;
  justify-content: center;
  justify-items: center;
}

.login-linkshead1 a:active, .login-linkshead1 a:focus {
background: var(--header-hd);
color: var(--header-bg);
}
  
.submenu-toggle {
  font-size: 35px;
  position: absolute; /* Position it absolutely inside the parent */
  right: 10px; /* Push to the right end */
  margin-top:-4vmin;
  color: #007bff;
  font-weight: bold;
  cursor: pointer;
  color: var(--header-hd);
  display: inline-flex; /* Ensures the symbol aligns vertically to the text */
  align-items: start; /* Centers the symbol vertically */
}




#sub1_mobile > .menu__item_mobile > .menu__link_mobile:active, #sub1_mobile > .menu__item_mobile > .menu__link_mobile:focus {

  color: var(--header-hd);

}
.menu__link_mobile:active {
  color: var(--header-hd);
}
.menu__item_mobile > .submenu_mob:active a {
    color: var(--header-hd);
  }
  .submenu_mob {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    position: relative;
    width: 100%;
    z-index: 1000;
  }

  .submenu_mob a {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .menu__item_mobile > .submenu_mob a {
    text-decoration: none;
    color: #bab4b4;
    display: block;
    margin-left: 3vmin;
    font-size: 13px;
    padding:5px;
  }

  .submenu_mob li a:hover {
    background: #ddd;
  }

  .menu__item_mobile {
    position: relative;
  }



@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.cardss {
    max-width: 900px;
    background: #bab4b4;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	
}
.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Pathway Gothic One", sans-serif;
  color: #bab4b4;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: Cardo;
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: "Pathway Gothic One", sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);

}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
  filter: grayscale(100%) contrast(150%);
  opacity: 0.8;

}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #bab4b4;
  font-size: 46px;
  font-family: Cardo;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: Cardo;
}

#mobile_div{
  display: none;
}
  /* Mobile-Specific Styles */
  @media screen and (max-width: 767px) {


    #mobile_div{
  display: block;
  top:20vmin;

}
#desktop_div{
  display: none;
}
  .mobile {
    display: block;
    background: #f8f9fa; /* Light background for mobile nav */
    padding: 10px;
  }

  .menu_mobile {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu__item_mobile {
    border-bottom: 1px solid #ddd; /* Separator between items */
    padding: 8px 10px;
    list-style: none;
  }

  .menu__link_mobile {
    text-decoration: none;
    color: #bab4b4; /* Dark text for contrast */
    font-size: 16px;
    display: block;
    transition: color 0.3s ease;
  }

  .menu__link_mobile:hover {
    color: #0056b3; /* Highlight link on hover */
  }


  /* Show submenu items when a parent item is clicked */
  .menu__item_mobile:active + div,
  .menu__item_mobile:focus + div {
    display: block;
  }



}

.scroll-hidden {
  opacity: 0;
 overflow: hidden;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.drag-in {
  opacity: 1 !important;
  transform: translateY(0) translateX(0) !important;
  transition:  opacity 1.1s ease-out, transform 1s ease-in-out;

}


.container {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
 
}
@media (min-width: 700px) and (max-width: 1599px) {
  .container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}


