body {
  font-family: 'Poppins', sans-serif;
}

html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}


h1, h2, h3 {
  font-family: 'Lato', sans-serif;
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 700;
}

p {
  font-weight: 400;
}
.sticky-icon  {
		z-index:2;
		position:fixed;
		top:25%;
		right:0%;
		width:210px;
		display:flex;
		flex-direction:column;}  
	.sticky-icon a  {
		transform:translate(165px,0px);
		border-radius:50px 0px 0px 50px;
		text-align:left;
		margin:2px;
		text-decoration:none;
		text-transform:uppercase;
		padding:5px;
		font-size:21px;
		
		transition:all 0.8s;}
	.sticky-icon a:hover  {
		color:rgb(211, 199, 26);
		transform:translate(0px,0px);}	
	.sticky-icon a:hover i  {
		transform:rotate(360deg);}
	/*.search_icon a:hover i  {
		transform:rotate(360deg);}*/
	
	.sticky-icon a i {
		background-color:white;
		height:35px;
		width:35px;
		color:#007bb6;
		text-align:center;
		line-height:35px;
		border-radius:50%;
		margin-right:15px;
		transition:all 0.5s;}
		.sticky-icon a i.fa-whatsapp {
			background-color:#FFF;
		color:#2da033;}
		
	.sticky-icon a i.fa-facebook-f  {
		background-color:#FFF;
		color:#2C80D3;}
		
	.sticky-icon a i.fa-google-plus-g  {
		background-color:#FFF;
		color:#d34836;}

		.sticky-icon a i.fa-Linkedin-in  {
		background-color: blue;
        color: #FFF;  
                       }
		
	.sticky-icon a i.fa-instagram  {
		background-color:#FFF;
		color:#FD1D1D;}
		
	.sticky-icon a i.fa-youtube  {
		background-color:#FFF;
		color:#fa0910;}
		
	.sticky-icon a i.fa-x-twitter {
		background-color:#FFF;
		color:#000;}

		
/* Top Header */
.top-header {
  background: #264676;
  color: #ffffff;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}

/* Navbar */
.navbar {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.navbar-brand {
  font-weight: bold;
  color: #0d6efd !important;
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
  transition: 0.3s;
}

.nav-link:hover {
  color: #0d6efd !important;
}

/* Banner (Hero) */
.hero {
  background: linear-gradient(rgba(13,110,253,0.7), rgba(13,110,253,0.7)),
              url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d');
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.2rem;
}

/* Buttons */
.btn-primary {
  background: #0d6efd;
  border: none;
}

.btn-primary:hover {
  background: #084298;
}

/* Section */
.section {
  padding: 60px 0;
}

.section h2 {
  color: #0d6efd;
}

/* Cards */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-6px);
}

.card h5 {
  color: #0d6efd;
}

/* Footer */
.footer {
  background: #00356e;
  color: #ffffff;
  padding: 40px 0;
}

.footer a {
  color: #adb5bd;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}


    .slider-img {
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  bottom: 30%;
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1.2rem;
}
.about-creative {
  background: linear-gradient(135deg, #f5f7fb, #e9f1ff);
  padding: 100px 0;
}

/* Image */
.image-wrapper {
  position: relative;
  z-index: 2;
}

.image-wrapper img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}



.content-box p {
  line-height: 1.8;
  color: #444;
}

.content-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-left: -30px;
  position: relative;
  z-index: 1;
}

.image-wrapper {
  position: relative;
  z-index: 2;
}



.achievements-section {
  background: #f5f7fb;
  padding: 60px 0;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: rgb(13 110 253);
}

.achievement-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  height: 100%;
}

.achievement-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.achievement-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.achievement-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.achievement-card p {
  font-size: 14px;
  color: #666;
}
.counter-section {
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
}

.counter-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  transition: 0.4s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

/* Gradient top border */
.counter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #4f46e5, #06b6d4);
}

.counter-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Icon Style */
.counter-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #4f46e5, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Number */
.counter-card h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}

/* Text */
.counter-card p {
  color: #666;
  font-size: 15px;
  margin: 0;
}
.event-card {
  border-radius: 15px;
  transition: all 0.3s ease;
}

.event-card img {
  transition: transform 0.4s ease;
  height: 100%;
  object-fit: cover;
}

.event-card:hover img {
  transform: scale(1.1);
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.btn-primary {
  border-radius: 30px;
  padding: 6px 18px;
}

.mission-img-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.mission-img-wrapper img {
  transition: transform 0.4s ease;
  width: 100%;
}

.mission-img-wrapper:hover img {
  transform: scale(1.08);
}

.divider {
  width: 60px;
  height: 4px;
  background: #0d6efd;
  border-radius: 10px;
}

.mission-list {
  list-style: none;
  padding-left: 0;
}

.mission-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #555;
}

.mission-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

.section-title_view {
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(13 110 253);
}
.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
}

.gallery img:hover {
    transform: scale(1.05);
}   
.content-box {
  background: #fff;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 8px 24px rgba(11, 93, 122, 0.08);
  border: 1px solid #e1edf3;
  margin: 5px 10px;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper div {
  width: 100% !important;
  height: 100% !important;
}

.events-video-section {
  background: #eaf4ff; /* light blue */
}



.gallery img {
  width: 100%;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #0d6efd;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 20px;
  display: none;
  z-index: 999;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background: #0b5ed7;
  color: #fff;
}

