.header.style2 .header-inner {
  border-top: 2px solid #eee;
}

.college-name {
  color: rgb(3, 3, 111);
  font-weight: 600;
  font-size: 18px;
  /* font-family: 'Poppins', sans-serif; */
  text-transform: uppercase;
}

/* Responsive styles for the college name */
@media (max-width: 576px) {
  .college-name {
    font-size: 16px;
  }
}

/* Styling for the dropdown and sub-submenu */
.dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown li {
  position: relative;
}

.dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.dropdown li a:hover {
  background-color: #f5f5f5;
}

/* Sub-submenu styling */
.sub-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}

.test {
  color: #000;
}

.dropdown li:hover > .sub-submenu {
  display: block;
}

/* Show dropdown on hover for desktop */
li:hover > .dropdown {
  display: block;
}

/* .header .nav li .dropdown li a:hover {
			border-color: transparent;
			background-color: lemonchiffon;
		} */
.header .nav li .dropdown li a:hover {
  border-color: transparent;
  background-color: #32b87d;
  color: #fdf4f4;
}

/* Responsive design */
@media screen and (max-width: 768px) {
  .dropdown {
    position: static;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #eee;
  }

  .sub-submenu {
    position: static;
    width: 100%;
    padding-left: 20px;
    box-shadow: none;
  }

  .dropdown li a,
  .sub-submenu li a {
    padding: 12px 20px;
  }

  /* Toggle display for mobile */
  .dropdown,
  .sub-submenu {
    display: none;
  }

  .dropdown.active,
  .sub-submenu.active {
    display: block;
  }

  /* Adjust icon for mobile toggle */
  .icofont-rounded-down {
    float: right;
    transition: transform 0.3s ease;
  }

  .icofont-rounded-down.active {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 480px) {
  .dropdown li a,
  .sub-submenu li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

/* Arrow indicator styling */
.arrow-indicator {
  float: right;
  font-size: 12px;
  line-height: 20px;
  transition: transform 0.3s ease;
}

/* Topbar */
.headerTop .toolbar-area {
  padding: 4px 0;
  border-bottom: 1px solid #2c2e2a;
  background: #fff;
}

.headerTop .toolbar-area .toolbar-contact {
  margin-top: 8px;
}

.headerTop .toolbar-area .toolbar-contact p {
  display: inline-block;
  margin-right: 8px !important;
  margin-top: 2px;
  margin: 0;
  text-align: center;
  line-height: 0;
  font-size: 14px;
  color: #aaa;
}

.headerTop .toolbar-area .toolbar-contact p:last-child {
  margin-right: 0 !important;
}

.headerTop .toolbar-area .toolbar-contact p a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
  margin-right: 7px;
}

.headerTop .toolbar-area .toolbar-contact p i {
  display: inline-block;
  margin-right: 6px;
  color: #3e54ff;
  font-size: 15px;
}

.headerTop .toolbar-area .toolbar-contact p a:hover {
  color: #4d6de6;
}

.headerTop .toolbar-area .toolbar-contact ul li p {
  margin: 0;
  float: right;
  font-size: 13px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 18px;
  color: #777;
}

.headerTop .toolbar-area .toolbar-contact ul li:last-child p {
  margin-right: 0;
}

.headerTop .toolbar-area .toolbar-sl-share ul {
  float: right;
}

.headerTop .toolbar-area .toolbar-sl-share ul li {
  margin: 0;
  text-align: center;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
}

.headerTop .toolbar-area .toolbar-sl-share ul li:last-child {
  margin-right: 0;
}

.headerTop .toolbar-area .toolbar-sl-share ul li a {
  color: #aaa;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  line-height: 35px;
}

.headerTop .toolbar-area .toolbar-sl-share ul li a i {
  font-size: inherit;
}

.headerTop .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #4d6de6;
}

.headerTop .button .btn {
  padding: 13px 30px;
}

.headerTop .button {
  margin-left: 40px;
}

/* Marquee Area */
.simple-marquee-container {
  display: flex;
  align-items: center;
  background-color: #000;
  padding: 12px;
  overflow: hidden;
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* border-radius: 8px; */
  margin-top: 0px;
}

.container1 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(10px, 2vw, 15px);
  /* Fluid padding */
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

/* Responsive breakpoints */
@media screen and (max-width: 1200px) {
  .container1 {
    max-width: 1140px;
    /* Slightly smaller for medium screens */
    padding: 0 clamp(8px, 1.5vw, 12px);
  }
}

@media screen and (max-width: 992px) {
  .container1 {
    max-width: 960px;
    /* Adjust for tablets */
    padding: 0 clamp(6px, 1.2vw, 10px);
  }
}

@media screen and (max-width: 768px) {
  .container1 {
    max-width: 720px;
    /* Adjust for smaller tablets */
    padding: 0 clamp(5px, 1vw, 8px);
  }
}

@media screen and (max-width: 576px) {
  .container1 {
    max-width: 100%;
    /* Full width for mobile */
    padding: 0 clamp(4px, 0.8vw, 6px);
  }
}

.marquee-sibling {
  position: fixed;
  top: 22px;
  /* Matches your provided code */
  left: 125px;
  width: 200px;
  background-color: rgb(207, 20, 5);
  padding: 12px;
  border-right: 2px solid #ccc;
  z-index: 10;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px 0 0 6px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
}

.marquee {
  flex-grow: 1;
  margin-left: 10px;
  /* Adjusted for fixed Announcements width */
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  animation: marquee 55s linear infinite;
}

.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

.simple-marquee-container .marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}

.marquee-content-items li {
  /* padding: 0 30px; */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 36px;
}

.marquee-content-items li a {
  color: inherit;
  text-decoration: none;
}

.marquee-content-items li a:hover {
  text-decoration: none;
}

.marquee-content-items:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(20%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 767px) {
  .marquee-sibling {
    position: static;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #ccc;
    border-radius: 6px 6px 0 0;
    text-align: center;
    padding: 10px;
  }

  .marquee {
    margin-left: 0;
  }

  .simple-marquee-container {
    flex-direction: column;
    height: auto;
  }

  .header .topbar {
    padding: 0px 0;
  }
}

.header .topbar {
  padding: 0px 0;
}

.marquee-sibling1 {
  background-color: rgb(207, 20, 5);
  padding: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 20px 0 0 20px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
  width: 200px;
  /* flex-shrink: 0; */
  box-sizing: border-box;
  text-align: center;
  /* Center text */
}

/* Responsive breakpoints */
@media screen and (max-width: 992px) {
  .marquee-sibling1 {
    width: 180px;
    font-size: 13px;
    /* padding: 10px; */
  }
}

@media screen and (max-width: 768px) {
  .marquee-sibling1 {
    width: 150px;
    font-size: 12px;
    /* padding: 9px; */
  }
}

@media screen and (max-width: 576px) {
  .marquee-sibling1 {
    width: 120px;
    font-size: 10px;
    /* Specific font-size for mobile */
    /* padding: 8px; */
    /* Specific padding for mobile */
    border-radius: 4px 0 0 4px;
    /* Slightly smaller radius for mobile */
  }
}

/* Vertically center all columns */
.header .middle-header .row {
  display: flex;
  align-items: center;
}

.header .middle-header {
  background: #fff;
  padding: 0px 0px !important;
}

/* Desktop */
.header-logo {
  height: auto;
  width: auto;
  display: block;
}

/* Mobile */
@media (max-width: 767px) {
  .header-logo {
    height: 80px !important;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
  }
}

/*======================================
        College Logo Section
======================================*/
.logo {
  display: flex;
  align-items: center;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
  transition: all 0.3s ease;
}

.logo-wrapper:hover {
  text-decoration: none;
}

/* Logo Image */
.college-logo {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}

.logo-wrapper:hover .college-logo {
  transform: scale(1.05);
}

/* College Details */
.college-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.college-title {
  margin: 0;
  font-size: 45px;
  font-weight: 500;
  color: #0b5e2a;
  letter-spacing: 1px;
  font-family: "Arial, Helvetica, sans-serif";
  text-transform: uppercase;
}

.college-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #2e7d32;
  text-transform: uppercase;
}

.college-location {
  margin-top: 4px;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*======================================
        					Tablet
				======================================*/
@media (max-width: 991px) {
  .college-logo {
    width: 65px;
    height: 65px;
  }

  .college-title {
    font-size: 28px;
  }

  .college-subtitle {
    font-size: 16px;
  }
}

/*======================================
        					Mobile
				======================================*/
@media (max-width: 767px) {
  .logo-wrapper {
    gap: 10px;
  }

  .college-logo {
    width: 50px;
    height: 50px;
  }

  .college-title {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .college-subtitle {
    font-size: 11px;
  }

  .college-location {
    font-size: 9px;
    letter-spacing: 1px;
  }
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* Semi-transparent overlay */
  z-index: 1;
}

/* .single-slider .zoom-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: continuousZoom 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes continuousZoom {
    0% {
        transform: scale(1);
    } 
		 50% {
        transform: scale(1.15);
    } 
		 25% {
		transform: scale(1.05);
	} 
		 50% {
		transform: scale(1.15);
	} 
		 100% {
        transform: scale(1);
    } 
} */
/* Add this CSS for smooth zoom-in effect on slider images */
/* .single-slider {
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    animation: sliderZoomIn 12s ease-in-out  infinite;
	transform-origin: center center;
}

@keyframes sliderZoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
} */
/* responsive stylings for the hero text */
@media (max-width: 768px) {
  .text h1 {
    font-size: 1.5rem !important;
  }

  .text p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .text h1 {
    font-size: 1.2rem !important;
  }

  .text p {
    font-size: 0.7rem;
  }
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
}

/* .single-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; 
    transform-origin: center center;
	animation: sliderZoomIn 12s ease-in-out forwards;
	transition: none;
	opacity: 1;
} */
/* @keyframes sliderZoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
} */

.single-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 1, 1, 0.6);
  /* Background appears 20% visible */
  /* z-index:1; */
}

/* FOOTER CSS */

      .float1 {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        /* right: 20px; */
        margin-top: 0px;
        /* margin-bottom: 50px; */
        left: 20px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        display: flex;
        /* Use Flexbox for centering */
        align-items: center;
        /* Center vertically */
        justify-content: center;
        /* Center horizontally */
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        text-decoration: none;
        /* Remove underline from link */
      }
 
    
  
      .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 20px;
        margin-top: 0px;
        margin-bottom: 50px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        display: flex;
        /* Use Flexbox for centering */
        align-items: center;
        /* Center vertically */
        justify-content: center;
        /* Center horizontally */
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        text-decoration: none;
        /* Remove underline from link */
      }

      .float .fa-whatsapp.my-float {
        line-height: 1;
        /* Ensure icon aligns properly */
      }

      .fa {
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: white;
        -moz-osx-font-smoothing: grayscale;
      }

      /* .float:hover {
	text-decoration: none;
	color: #25d366;
	background-color: #fff;
} */