@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --theme-color: #002D34;
  --theme-secondary-color: #FF8900;
  --text-color: #002D34;
  --text-color-1: #FEC536;
  --btn-bg: #FEC536;
  --bg-white: #FFFFFF;
  --bg-2: #E8F1F1;
  --white-text: #FFFFFF;
  --bs-secondary-rgb: #000 !important;
}
body{
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color: #000;
	background-color: #fff;
}
.container{
	max-width: 1320px;
}
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
li{
/* 	list-style: none; */
	padding: 0;
	margin: 0;
}
a{
	transition: .6s;
	-webkit-transition: .6s;
	display: inline-block;
	text-decoration: none;
	color: #363636;
}
a:hover{
	color: var(--theme-secondary-color);
}
h1 {
	font-weight: 600;
	font-size: 38px;
	color: #fff;
	text-transform: unset;
}
h2 {
	font-weight: 600;
	font-size: 22px;
}
h3 {
	font-size: 18px;
	font-weight: 600;
}

h4 {
	font-size: 16px;
	font-weight: 600;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}
b, strong {
    font-weight: 600;
}
p:last-child{
	margin-bottom: 0;
}
.p-tb{
	padding-top: 80px;
	padding-bottom: 80px;
	scroll-margin-top: 70px;
}
.pt{
	padding-top: 80px;
	scroll-margin-top: 70px;
}
.pb{
	padding-bottom: 80px;
	scroll-margin-top: 70px;
}
.bg-theme {
    --bs-bg-opacity: 1;
    background-color: var(--theme-color);
}
.taxt-color-1{
	color: var(--text-color-1);
}
.btn {
  background: var(--theme-secondary-color);;
  padding: 10px 29px;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--white-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  transition: .6s;
  -webkit-transition: .6s;
}
.btn:hover {
	background: var(--theme-secondary-color);
	color: var(--white-text);
}
.btn.bg-white.border:hover {
  background-color: #f8f9fa;
  border-color: #0000002d !important;
  color: #000;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);

}
.textYellow {
	color: #F59C2B;
}
.list li {
    list-style: inside;
}
/*PAGE CSS START*/
.header{
	z-index: 9;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.hero-banner {
	height: 600px !important;
	display: flex !important;
	align-items: center;
	background-size: cover;
}
.social-icon a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #182B44;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}
.footer-box ul li a {
	font-weight: 500;
	margin-bottom: 10px;
}
.slick-slider {
	margin-bottom: 0px !important;
}
.about-mg {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.about-img1 {
	height: 600px;
	object-fit: cover;
}
.about-img2 {
	height: 200px;
	object-fit: cover;
}
.about-img3 {
	height: 384px;
	object-fit: cover;
}
figure {
	margin: 0;
}
.check-icon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 9px;
	height: 15px;
	border: 3px solid #f59c2b;
	border-left: 0;
	border-top: 0;
	transform: rotate(35deg);
}
.hover-eff:hover {
	transform: scale(1.05);
}
.hover-eff {
	transition: .6s !important;
	-webkit-transition: .6s !important;
}

.line-break p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.WhyChooseUs .slick-list {
	margin: 0 -20px;
}
.why-choose-box {
	margin: 20px;
}
.why-choose-box figure {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #00a9e4, #f59c2b);
	padding: 10px;
	transition: .6s;
	-webkit-transition: .6s;
}
.form-control {
    outline: none;
    box-shadow: none !important;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

/*Blog Card*/

.bcard_img {
  height: 220px;
}
.author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.h2lines{
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}


/*Who we are style*/

.icon{
	height: 50px; object-fit: cover;
}
.whoweareimg{
	max-height: 300px;
  width: 100%;
}
.overlay-box {
  background: white;
  padding: 20px;
  border-radius: 15px;
  min-width: 250px;
  width: 60%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: -71px;
  z-index: 1;
  position: relative;
}
.card1-3 .col-md-6 .small-card:last-child{
	margin: 0px !important;
}
.card1-3 .bcard_img {
    height: 350px;
    width: 100%;
}
.small-card .bcard_img{
 height: 100%;
}

.bg-light{ background-color: var(--bg-2); }


.testimonial-slider .slick-slide {
  margin: 10px;
}

.testimonial-slider .slick-list {
  margin: -10px;
}
/* Common arrow styling */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #ddd;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 10;
  transition: all 0.3s ease;
}

/* Position arrows */
.slick-prev { left: -5px; }
.slick-next { right: -5px; }

/* Hover effect */
.slick-prev:hover,
.slick-next:hover {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
  /*transform: translateY(-50%) scale(1.1);*/
}

/* Hide arrows when disabled */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Icon size */
.slick-prev i,
.slick-next i {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

.slick-next:before, .slick-prev:before{
	display: none;
}
.custom-shadow {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.form-control {
  border-radius: 6px;
  padding: 10px 14px;
}
.btn-warning {
  border-radius: 6px;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--bg-white) !important;
  transform: translateX(-50%);
  display: none;
  z-index: 9999;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.3s ease;
  padding: 0px;
}


html {
  scroll-behavior: smooth;
}

.whatsapp-chat {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .chat-btn {
    background-color: #25D366;
    border: none;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.3s;
  }

  .chat-btn:hover {
    transform: scale(1.1);
  }

  .chat-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    padding: 10px;
    min-width: 150px;
  }

  .chat-options a {
    text-decoration: none;
    color: #25D366;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
  }

  .chat-options a:hover {
    background-color: #25D366;
    color: white;
  }

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      animation: slideDown 0.3s ease forwards;
    }
    .dropdown .dropdown-toggle::after {
      transition: transform 0.3s;
    }
    .dropdown:hover .dropdown-toggle::after {
      transform: rotate(180deg);
    }
  }

  /* Slide down animation */
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

 /* ===== Section Heading Styles ===== */
.section-heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.section-heading h2 {
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
  line-height: 1.3;
}

.section-heading span {
  display: block;
  font-weight: 600;
  color: #0078ff;
}

.section-heading::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background-color: #ccc;
  border-radius: 0px;
  margin: 20px auto 0px;
  opacity: 0.4;
}
#about img {
    height: 320px;
    object-fit: cover;
}
.image-wrapper {
  width: 80%;
  margin: 0 auto;
}

.image-wrapper img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .image-wrapper {
    width: 100%; /* On mobile, full width for responsiveness */
  }
}

.mb-n3 { margin-bottom: -15rem !important; padding-bottom:15rem !important }
.bg-shape {
  position: relative;
  /*background-color: #013A43;*/
  color: #fff;
  padding: 60px 80px;
  border-radius: 40px;
  max-width: 1200px;
  margin: 30px auto;
  text-align: center;
  line-height: 1.8;
  font-size: 1.1rem;
  overflow: hidden;
}

/* Add the slanted effect */
.bg-shape::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  border-radius: inherit;
  transform: skewY(-2.5deg);
  transform-origin: bottom left;
  z-index: -1;
}

.features-section {
  background-color: #edf5f5; /* light teal/gray background */
}

.feature-box {
  padding: 20px;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.icon i {
  transition: transform 0.3s ease;
}

.feature-box:hover .icon i {
  transform: scale(1.1);
}


.blog-section {
  background-color: #f9fafa;
}
.blog-section p{
	text-align: justify;
}
.blog-card img {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.blog-card .card-body {
  padding: 1.25rem;
}
.blog-card:hover .hover-eff {
  transform: scale(1.05);
}



.sidebar ul li {
  margin-bottom: 8px;
}

.sidebar ul li a:hover {
  color: #007bff;
}

.card-img-top {
  height: 320px;
  object-fit: cover;
}

.follow-us a:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  transition: 0.2s;
}
.social-btn {
  background: #f2f6f8;
  color: #212529;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

.newsletter {
  background-color: #022b2f;
}

 .top-stories-header {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}

.top-stories-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #f4c542; /* yellow line color */
  border-radius: 2px;
}

 .top-stories {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.story-item {
  background-color: #F9F9F7;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.story-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ccc;
}
.story-title {
  font-weight: 600;
  color: #1a2a49;
  font-size: 1rem;
}
.story-date {
  font-size: 0.875rem;
  color: #999;
}
.story-date i {
  margin-right: 5px;
}





@media (max-width: 1199px){
	/*Header Menu Css Start*/
	.menuToggle {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		z-index: 9;
	}

	.header-menu.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}

	.header-menu {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		height: 100vh;
		background: var(--theme-color);
		z-index: 9;
		opacity: 0;
		visibility: hidden;
		transition: .6s;
		transform: translateX(-105%);
		width: 80%;
	}

	.menuToggle i {
		font-size: 30px;
	}

	.menuToggle .fa-xmark,
	.menuToggle.active .fa-bars {
		display: none;
	}

	.menuToggle.active .fa-xmark {
		display: block;
		filter: invert(1);
	}

	.menu-item {
		color: #fff;
	}

	.menu-item {
		border-bottom: 1px solid #ffffff40;
		display: block;
		padding: 15px 20px;
	}

	body.active {
		overflow: hidden;
	}

	body.active:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		z-index: 8;
		opacity: .8;
	}
	/*Header Menu Css End*/
	.menu-item.btn {
	    margin: 20px;
	}
}
a.custom-logo-link img {
    height: auto;
}
@media (max-width: 767px){
	.testimonial-item {
		margin: 10px;
	}
	.testimonial-slider {
		margin-left: 0;
	}
	a.custom-logo-link img {
		height: auto;
		width: 220px;
	}
}

@media (max-width: 575px){
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 22px;
	}
	.p-tb {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pt {
		padding-top: 50px;
	}
	.pb {
		padding-bottom: 50px;
	}
	.hero-banner {
		height: 350px !important;
	}
	.why-choose-box {
		margin: 15px;
	}
	.btn {
    padding: 8px 25px;
    font-size: 15px;
}
.card1-3 .bcard_img {
    height: 170px;
    width: 100%;
}
.bcard_img {
    height: 170px;
}
}
.header-menu.active li a
 {
    color: #fff;
}
.post-title-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: calc(1.4em * 2);
}
.text-justify {
  text-align: justify;
}

.cat-wap {
    width: max-content;
}
.cat-wap img {
    height: 122px;
}
.small-card .bcard_img {
    height: 154px !important;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

