
/* 
DataUpskill website CSS styles
*/

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #2184e0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #2184e0;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #2184e0;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #2184e0;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #2184e0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */
.sub-header {
	background-color: #2184e0;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}

/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #2184e0!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #2184e0!important;
}

/* logo stylings */
.navbar-brand{
	height: 70px;
	margin-right: 10px;
	margin-left: -230px; 
	margin-top: -15px;
}

.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #2184e0;
	border-bottom: 3px solid #2184e0;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #2184e0;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/slide_01.jpg);
  	/* background-image: url(/img/Blur\ imagey.png); */
	
}


.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_02.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/slide_03.jpg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#2184e0;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* Request Form */

.request-form {
	background-color: #2184e0;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}

/* Services */

.services {
	margin-top: 140px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}

/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #2184e0;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #2184e0;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

      /* Apply Modal Styling */
#applyModal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

#applyModal .nav-tabs {
  border-bottom: 2px solid #2184e0;
}

#applyModal .nav-link {
  color: #555;
  font-weight: 600;
  border: none;
}

#applyModal .nav-link.active {
  color: #2184e0;
  background: transparent;
  border-bottom: 3px solid #2184e0;
}

/* Student Counters */
.student-counters {
  margin: 40px 0;
}

.counter-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  height: 100%;
}

.counter-icon {
  font-size: 2.5rem;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(33, 132, 224, 0.1);
}

.counter-content span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2184e0;
}

.counter-content p {
  margin: 5px 0 0;
  color: #666;
}

/* Announcement Cards */
.announcement-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.announcement-card .card-header {
  background: #2184e0;
  color: white;
  padding: 15px;
}

.announcement-card .card-header h4 {
  margin: 0;
  font-size: 1.2rem;
}

.announcement-card .card-image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.announcement-card .card-image img {
  max-height: 250px;
  width: auto;
  object-fit: contain;
}

.announcement-card .card-body {
  padding: 15px;
  background: #f9f9f9;
}

/* Background Graphics */
.background-graphics {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  pointer-events: none;
}

.graph-line {
  position: absolute;
  background: rgba(33, 132, 224, 0.3);
  animation: float 15s infinite linear;
}

.line-1 {
  width: 150px;
  height: 2px;
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}

.line-2 {
  width: 100px;
  height: 2px;
  top: 50%;
  right: 10%;
  animation-delay: 3s;
}

.line-3 {
  width: 200px;
  height: 2px;
  bottom: 30%;
  left: 15%;
  animation-delay: 6s;
}

.graph-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed rgba(33, 132, 224, 0.3);
  animation: pulse 10s infinite ease-in-out;
}

.circle-1 {
  width: 100px;
  height: 100px;
  top: 15%;
  right: 5%;
  animation-delay: 2s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  bottom: 10%;
  left: 5%;
}

/* Animations */
@keyframes float {
  0%, 100% { transform: translateX(0) translateY(0); }
  25% { transform: translateX(50px) translateY(-30px); }
  50% { transform: translateX(100px) translateY(0); }
  75% { transform: translateX(50px) translateY(30px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.2); opacity: 0.1; }
}

/* Counter Animation */
.counter {
  display: inline-block;
}

/* Font Awesome Icons Colors */
.fa-user-graduate { color: #2184e0; }
.fa-users { color: #28a745; }
.fa-calendar-alt { color: #ffc107; }
.fa-bullhorn { color: #dc3545; }
.fa-trophy { color: #ffc107; }
.fa-award { color: #6f42c1; }
.fa-headset { color: #20c997; }
.fa-share-alt { color: #616d69; }
.fa-thumbs-up { color: #2184e0; }
.fa-star { color: #ffc107; }
.fa-user  { color: #2184e0; }
.fa-calendar  { color: #2184e0; }
.fa-chart-line{ color: #ffc107;}
/* Testimonials Animation */
.owl-testimonials {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.owl-testimonials .owl-stage {
  display: flex;
  animation: scrollTestimonials 30s linear infinite;
}

.owl-testimonials .testimonial-item {
  flex-shrink: 0;
  margin-right: 30px;
  transition: transform 0.3s ease;
}

.owl-testimonials .testimonial-item:hover {
  transform: translateY(-10px) scale(1.02);
}

@keyframes scrollTestimonials {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 30px));
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .counter-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  
  .counter-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .announcements-section .col-md-6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .student-counters .col-md-6 {
    margin-bottom: 20px;
  }
  
  .counter-content span {
    font-size: 2rem;
  }
  
  .announcement-card .card-image img {
    max-height: 200px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img{
    margin-left: -30px;
    margin-top: -10px;
    width: 260px;
  }
  .counter-card {
    padding: 15px;
  }
  
  .counter-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
  
  .counter-content span {
    font-size: 1.8rem;
  }
  
  .background-graphics {
    display: none;
  }
}
.alumni-btn-container{
visibility: hidden;
}
/* Alumni Button Styles */
.testimonials .alumni-btn-container {
  text-align: center;
  margin-top: 40px;
}

.testimonials .alumni-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background: linear-gradient(135deg, #2184e0 0%, #1a67b5 100%);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(33, 132, 224, 0.3);
  z-index: 1;
}

.testimonials .alumni-btn i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.testimonials .alumni-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(33, 132, 224, 0.4);
}

.testimonials .alumni-btn:hover i {
  transform: translateX(5px);
}

.testimonials .alumni-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.testimonials .alumni-btn:hover::after {
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .owl-testimonials .owl-stage {
    animation: scrollTestimonials 25s linear infinite;
  }
  
  .owl-testimonials .testimonial-item {
    margin-right: 20px;
  }
  
  .testimonials .alumni-btn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .owl-testimonials .owl-stage {
    animation: scrollTestimonials 20s linear infinite;
  }
  
  .testimonials .alumni-btn {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
}
/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #2184e0;
}

.more-info .right-content p {
	margin-bottom: 30px;
}

/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #2184e0;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}

/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #2184e0;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #2184e0;
}

.contact-us .contact-form button.filled-button {
	background-color: #2184e0;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #2184e0;
}

/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}

/* Footer Style */

footer {
	background-color: #106ae0;
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #2184e0;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #fded04;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #4d4a4a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #2184e0;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #2184e0;
}

/* Sub-footer Style */

.sub-footer {
	/* background-color: #343434; */
	background-color:#021d41;;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}

.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}

/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #2184e0;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}

/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #2184e0;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #2184e0;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #2184e0;
	font-size: 15px;
}

/* Responsive Style */

@media (max-width: 580px) {
/* logo designs */
.navbar-brand img{
    margin-left: -30px;
    margin-top: -10px;
    width: 260px
}
.collaborators-section h2{
  font-size: 20px;

}
.collaborators-section h4{
  font-size: 15px;

}
	.sub-header {
		/* display: none; */
	}
}

@media (max-width: 768px) {
	.navbar-brand img{
        margin-left: -30px;
    margin-top: -10px;
    width: 260px
  }
  }
.collaborators-section h2{
  font-size: 20px;

}
.collaborators-section h4{
  font-size: 15px;

}
	.sub-header {
		/* display: none; */
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}


@media (max-width: 992px) {
	/* logo designs */
      .navbar-brand{
		margin-left: 200px;
		width: 2px;
	}
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #2184e0!important;
		border-bottom: none!important;
	}
}

/* Collaborators Section */
.collaborators-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.collaborators-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}

.collaborators-track {
  display: flex;
  align-items: center;
  width: calc(250px * 12); /* Double the width for seamless looping */
  animation: scroll 30s linear infinite;
}

.collaborator-item {
  width: 200px;
  height: 100px;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.collaborator-item img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.collaborator-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 6)); /* Move by half the width */
  }
}

/* Responsive Styles */
@media (max-width: 992px) {

  .collaborator-item {
    width: 180px;
    margin: 0 15px;
  }
}
@media (max-width: 790px) {
	.navbar-brand{
	margin-left: 10px;
  }
  .icon{
	margin-left: -100px;
  }
}


@media (max-width: 768px) {
	.navbar-brand img{
    margin-left: -30px;
    margin-top: -10px;
    width: 260px
}
  .col-md-6 .right-content h2{
  font-size: 22px;
}
 .col-md-6  .left-content h2{
   font-size: 22px;

}
.col-md-12 h2{ 
  font-size: 25px;
}
.section-heading h2{
  font-size: 22px;
}
  .icon{
	margin-left: -100px;
  }
  .collaborators-track {
    animation: scroll 20s linear infinite;
  }
  
  .collaborator-item {
    width: 150px;
    height: 80px;
    margin: 0 10px;
  }
}

@media (max-width: 576px) {
/* logo designs */
.navbar-brand img{
    margin-left: -30px;
    margin-top: -50px;
    width: 260px;
    /* height: 60px; */
}
.col-md-6 .right-content h2{
  font-size: 20px;
}
.collaborators-section h2{
  font-size: 20px;

}
.collaborators-section h4{
  font-size: 15px;

}
 .col-md-6  .left-content h2{
   font-size: 22px;
}
.col-md-12 h2{ 
  font-size: 25px;
}
.section-heading h2{
  font-size: 22px;
}

.col-md-12 h2{
  font-size: 20px;

}
.col-md-12 h6{
  font-size: 15px;
  line-height: 22px;
  
}
  .icon{
	margin-left: -100px;
  }
  .collaborators-section {
    padding: 40px 0;
  }
  
  .collaborator-item {
    width: 120px;
    height: 60px;
    margin: 0 8px;
  }
  
  .collaborators-track {
    animation: scroll 15s linear infinite;
  }
}

/* About Page Specific Styles */
.page-heading.header-text {
  /* background-image: url(/img/about-banner.jpg); */
  	/* background-image: url(../images/bout-banner.jpg); */
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px;
  text-align: center;
  color: #fff;
  position: relative;
}

.page-heading.header-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-heading.header-text h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.page-heading.header-text span {
  font-size: 18px;
  position: relative;
}

/* Vision & Mission Cards */
.vision-mission .service-item {
  height: 100%;
  transition: transform 0.3s ease;
}

.vision-mission .service-item:hover {
  transform: translateY(-10px);
}

.vision-mission .icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #2184e0;
}

.vision-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 5px solid #2184e0;
}

.mission-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 5px solid #f1d901;
}

/* Core Values */
.core-values {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.value-item {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.value-item:hover {
  transform: translateY(-10px);
}

.value-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(33, 132, 224, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #2184e0;
}

.value-item h4 {
  margin-bottom: 15px;
  color: #1e1e1e;
}

/* Difference Section */
.difference-section {
  padding: 80px 0;
  background-color: #fff;
}

.difference-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

/* Service Cards */
.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.service-icon {
  font-size: 40px;
  color: #2184e0;
  margin-bottom: 20px;
}

.service-card h4 {
  margin-bottom: 15px;
  color: #1e1e1e;
}

/* MD Message Section */
.md-message {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.md-image-container {
  position: relative;
  text-align: center;
}

.md-image-container img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #2184e0;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #1a67b5;
  transform: translateY(-5px);
}

.md-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.md-content h4 {
  font-size: 20px;
  color: #2184e0;
  margin-bottom: 20px;
}

.md-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}

blockquote {
  border-left: 4px solid #2184e0;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555;
}

/* Timeline Section */
.timeline-section {
  padding: 80px 0;
  background-color: #fff;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #2184e0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}

.timeline-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #fff;
  border: 4px solid #2184e0;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f8f9fa;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f8f9fa;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f8f9fa;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f8f9fa transparent transparent;
}

.right::after {
  left: -16px;
}

.timeline-content {
  padding: 20px 30px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.timeline-content h3 {
  color: #2184e0;
  margin-bottom: 10px;
}

/* Credibility Section */
.credibility {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.credibility-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.certifications {
  margin: 40px 0;
}

.cert-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.cert-item i {
  font-size: 24px;
  color: #2184e0;
  margin-right: 15px;
  min-width: 40px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.partner-logos img {
  height: 80px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partner-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Special Offer Popup */
.special-offer-popup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding: 20px;
  z-index: 9999;
  display: none;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
  max-width: 350px;
}

.special-offer-popup.show {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.offer-content {
  position: relative;
}

.close-offer {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #2184e0;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.discount-badge {
  width: 100px;
  height: 100px;
  background: #f1d901;
  color: #1e1e1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 20px auto;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .timeline::after {
    left: 31px;
  }
  
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .timeline-container::before {
    left: 60px;
    border: medium solid #f8f9fa;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f8f9fa transparent transparent;
  }
  
  .left::after, .right::after {
    left: 15px;
  }
  
  .right {
    left: 0%;
  }
  
  .md-image-container {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
   .col-md-6  .left-content h2{
   font-size: 22px;
}
.col-md-12 h2{ 
  font-size: 25px;
}
.section-heading h2{
  font-size: 22px;
}

.col-md-12 h2{
  font-size: 20px;

}
.col-md-12 h6{
  font-size: 15px;
  line-height: 22px;
  
}
  .page-heading.header-text h1 {
    font-size: 36px;
  }
  
  .value-item {
    padding: 20px 15px;
  }
  
  .value-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .md-image-container img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 576px) {
  .page-heading.header-text {
    padding: 100px 0 60px;
  }
  
  .page-heading.header-text h1 {
    font-size: 28px;
  }
  
  .page-heading.header-text span {
    font-size: 16px;
  }
  
  .special-offer-popup {
    max-width: 280px;
    right: 15px;
    bottom: 15px;
  }
  
  .partner-logos {
    gap: 15px;
  }
  
  .partner-logos img {
    height: 50px;
  }
}

/* Careers html */
.careers-hero {
            background: linear-gradient(rgba(43, 44, 44, 0.8), rgba(33, 132, 224, 0.8)), url('/img/about-banner.jpg');
            background-size: cover;
            background-position: center;
            padding: 150px 0 100px;
            color: white;
            text-align: center;
        }
        
        .careers-hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            animation: fadeInDown 1s;
        }
        
        .careers-hero p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto 30px;
            animation: fadeInUp 1s;
        }
        
        .opportunity-intro {
            padding: 80px 0;
            background-color: #f9f9f9;
        }
        
        .opportunity-intro h2 {
            text-align: center;
            margin-bottom: 50px;
            color: #2184e0;
            position: relative;
        }
        
        .opportunity-intro h2:after {
            content: '';
            display: block;
            width: 100px;
            height: 4px;
            background: #f1d901;
            margin: 15px auto;
        }
        
        .opportunity-intro p {
            text-align: center;
            font-size: 1.1rem;
            max-width: 800px;
            margin: 0 auto 50px;
        }
        
        /* Job Cards Section */
        .job-cards-section {
            padding: 80px 0;
            background-color: white;
        }
        
        .job-card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 50px;
        }
        
        .career-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            width: 350px;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .career-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .career-card-img {
            height: 200px;
            overflow: hidden;
        }
        
        .career-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .career-card:hover .career-card-img img {
            transform: scale(1.1);
        }
        
        .career-card-content {
            padding: 25px;
        }
        
        .career-card h3 {
            color: #2184e0;
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        .career-card p {
            color: #666;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        
        .benefits-list {
            margin-bottom: 25px;
        }
        
        .benefits-list li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }
        
        .benefits-list i {
            color: #f1d901;
            margin-right: 10px;
        }
        
        .apply-btn {
            display: inline-block;
            background: #2184e0;
            color: white;
            padding: 12px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            width: 100%;
            text-align: center;
        }
        
        .apply-btn:hover {
            background: #1a67b5;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(33, 132, 224, 0.3);
        }
        
        /* Job Postings Section */
        .job-postings-section {
            padding: 80px 0;
            background-color: #f9f9f9;
        }
        
        .job-postings-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 50px;
        }
        
        .job-posting-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            width: 100%;
            max-width: 600px;
            transition: all 0.3s ease;
        }
        
        .job-posting-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .job-posting-img {
            height: 300px;
            overflow: hidden;
            position: relative;
        }
        
        .job-posting-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .job-posting-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 15px;
        }
        
        .job-posting-overlay h3 {
            margin: 0;
            font-size: 1.3rem;
        }
        
        .job-posting-overlay p {
            margin: 5px 0 0;
            font-size: 0.9rem;
            opacity: 0.9;
        }
        
        .job-posting-content {
            padding: 25px;
        }
        
        .job-posting-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 20px;
        }
        
        .job-meta-item {
            display: flex;
            align-items: center;
            color: #666;
        }
        
        .job-meta-item i {
            margin-right: 8px;
            color: #2184e0;
        }
        
        .job-posting-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 25px;
        }
        
        .view-details-btn {
            background: #f1d901;
            color: #1e1e1e;
            padding: 10px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .view-details-btn:hover {
            background: #e0c801;
            transform: translateY(-3px);
        }
        
        .urgent-badge {
            background: #e74c3c;
            color: white;
            padding: 5px 15px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        /* Modal Styles */
        .career-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.8);
        }
        
        .modal-content {
            background-color: white;
            margin: 5% auto;
            padding: 30px;
            border-radius: 10px;
            width: 80%;
            max-width: 700px;
            position: relative;
            animation: modalFadeIn 0.4s;
        }
        
        @keyframes modalFadeIn {
            from {opacity: 0; transform: translateY(-50px);}
            to {opacity: 1; transform: translateY(0);}
        }
        
        .close-modal {
            position: absolute;
            top: 15px;
            right: 25px;
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s;
        }
        
        .close-modal:hover {
            color: #333;
        }
        
        .modal-header {
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .modal-header h2 {
            color: #2184e0;
            margin-bottom: 10px;
        }
        
        .modal-body {
            margin-bottom: 30px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .form-control {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .form-control:focus {
            border-color: #2184e0;
            outline: none;
            box-shadow: 0 0 0 3px rgba(33, 132, 224, 0.2);
        }
        
        .submit-btn {
            background: #2184e0;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .submit-btn:hover {
            background: #1a67b5;
        }
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            .careers-hero h1 {
                font-size: 2.8rem;
            }
            
            .career-card {
                width: 300px;
            }
        }
        
        @media (max-width: 768px) {
            .careers-hero {
                padding: 120px 0 80px;
            }
            
            .careers-hero h1 {
                font-size: 2.2rem;
            }
            
            .careers-hero p {
                font-size: 1rem;
            }
            
            .opportunity-intro {
                padding: 60px 0;
            }
            
            .job-cards-section, .job-postings-section {
                padding: 60px 0;
            }
            
            .modal-content {
                width: 90%;
                margin: 10% auto;
            }
        }
        
        @media (max-width: 576px) {
          /* logo designs */
.navbar-brand img{
    margin-left: -30px;
    margin-top: -10px;
    width: 260px
}
.collaborators-section h2{
  font-size: 20px;

}
.collaborators-section h4{
  font-size: 15px;

}
}
            .careers-hero h1 {
                font-size: 1.8rem;
            }
            
            .career-card {
                width: 100%;
            }
            
            .job-posting-img {
                height: 200px;
            }
            
            .modal-content {
                width: 95%;
                padding: 20px;
            }
        

        /* blog css */
        /* Blog Page Styles */
.page-heading.header-text {
  background-image: url('../img/blog-banner.jpg');
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px;
  text-align: center;
  color: #fff;
  position: relative;
}

.page-heading.header-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-heading.header-text h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.page-heading.header-text span {
  font-size: 18px;
  position: relative;
}

/* Blog Content */
.blog-content {
  padding: 80px 0;
}

/* Featured Post */
.featured-post {
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.featured-post-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-post:hover .featured-post-image img {
  transform: scale(1.05);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #2184e0;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.featured-post-content {
  padding: 30px;
  background: #fff;
}

.featured-post-content .post-meta {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  color: #666;
  font-size: 14px;
}

.featured-post-content .post-meta .category {
  background: #f1d901;
  color: #1e1e1e;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 600;
}

.featured-post-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.featured-post-content h2 a {
  color: inherit;
  transition: color 0.3s ease;
}

.featured-post-content h2 a:hover {
  color: #2184e0;
  text-decoration: none;
}

.featured-post-content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.8;
}

.post-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-share {
  display: flex;
  align-items: center;
  gap: 15px;
}

.like-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.like-btn i {
  font-size: 18px;
}

.like-btn.liked, .like-btn:hover {
  color: #2184e0;
}

.like-btn.liked i {
  color: #2184e0;
}

.share-dropdown {
  position: relative;
}

.share-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.share-btn:hover {
  color: #2184e0;
}

.share-dropdown-content {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  z-index: 100;
}

.share-dropdown-content.show {
  display: flex;
  gap: 10px;
}

.share-dropdown-content a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
}

.share-dropdown-content a:hover {
  transform: translateY(-3px);
}

.share-dropdown-content a i {
  font-size: 14px;
}

.share-dropdown-content a:nth-child(1) { background: #3b5998; } /* Facebook */
.share-dropdown-content a:nth-child(2) { background: #1da1f2; } /* Twitter */
.share-dropdown-content a:nth-child(3) { background: #0077b5; } /* LinkedIn */
.share-dropdown-content a:nth-child(4) { background: #25d366; } /* WhatsApp */

/* Blog Grid */
.blog-grid {
  margin-bottom: 50px;
}

.blog-post-card {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background: #fff;
}

.blog-post-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-post-image {
  height: 200px;
  overflow: hidden;
}

.blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-post-card:hover .blog-post-image img {
  transform: scale(1.1);
}

.blog-post-content {
  padding: 20px;
}

.blog-post-content .post-meta {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 13px;
}

.blog-post-content .post-meta .category {
  background: rgba(33, 132, 224, 0.1);
  color: #2184e0;
  padding: 3px 10px;
  border-radius: 30px;
  font-weight: 600;
}

.blog-post-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.blog-post-content h3 a {
  color: inherit;
  transition: color 0.3s ease;
}

.blog-post-content h3 a:hover {
  color: #2184e0;
  text-decoration: none;
}

.blog-post-content p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.read-more {
  color: #2184e0;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.read-more:hover {
  color: #1a67b5;
  text-decoration: none;
}

.read-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(3px);
}

.post-stats {
  display: flex;
  gap: 15px;
  color: #999;
  font-size: 13px;
}

.post-stats span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post-stats i {
  font-size: 14px;
}

/* Pagination */
.blog-pagination {
  margin-top: 50px;
}

.pagination {
  justify-content: center;
}

.page-item.active .page-link {
  background-color: #2184e0;
  border-color: #2184e0;
}

.page-link {
  color: #2184e0;
  margin: 0 5px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}

.page-link:hover {
  color: #1a67b5;
  background-color: #f8f9fa;
  border-color: #ddd;
}

/* Sidebar */
.blog-sidebar {
  padding-left: 30px;
}

.sidebar-widget {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.widget-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1d901;
}

.widget-header h4 {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 0;
}

/* Search Widget */
.search-form {
  position: relative;
}

.search-form .form-group {
  margin-bottom: 0;
}

.search-form input {
  padding-right: 40px;
  border-radius: 30px;
}

.search-form button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
}

/* Categories Widget */
.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.categories-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.categories-list a {
  display: flex;
  justify-content: space-between;
  color: #666;
  transition: all 0.3s ease;
}

.categories-list a:hover {
  color: #2184e0;
  text-decoration: none;
}

.categories-list a span {
  background: #f8f9fa;
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 12px;
}

/* Popular Posts Widget */
.popular-post-item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.popular-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.popular-post-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
}

.popular-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.popular-post-item:hover .popular-post-image img {
  transform: scale(1.1);
}

.popular-post-content h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.popular-post-content h5 a {
  color: #1e1e1e;
  transition: color 0.3s ease;
}

.popular-post-content h5 a:hover {
  color: #2184e0;
  text-decoration: none;
}

.popular-post-content span {
  font-size: 13px;
  color: #999;
}

/* Tags Widget */
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags-list a {
  display: inline-block;
  padding: 5px 15px;
  background: #f8f9fa;
  color: #666;
  border-radius: 30px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.tags-list a:hover {
  background: #2184e0;
  color: #fff;
  text-decoration: none;
}

/* Newsletter Widget */
.newsletter-form .form-group {
  margin-bottom: 15px;
}

.newsletter-form input {
  border-radius: 30px;
  padding: 12px 20px;
}

/* Animations */
.blog-post-card, .popular-post-item, .sidebar-widget {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.blog-post-card.animated, .popular-post-item.animated, .sidebar-widget.animated {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .blog-sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  
  .featured-post-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .page-heading.header-text h1 {
    font-size: 36px;
  }
  
  .featured-post-content h2 {
    font-size: 24px;
  }
  
  .blog-post-content h3 {
    font-size: 18px;
  }
  
  .post-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .page-heading.header-text {
    padding: 100px 0 60px;
  }
  
  .page-heading.header-text h1 {
    font-size: 28px;
  }
  
  .page-heading.header-text span {
    font-size: 16px;
  }
  
  .featured-post-image {
    height: 200px;
  }
  
  .featured-post-content {
    padding: 20px;
  }
  
  .blog-post-content {
    padding: 15px;
  }
  
  .post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .post-stats {
    width: 100%;
    justify-content: space-between;
  }
}

/* Privacy Policy Page Styles */
.page-heading.header-text {
  background-image: url('../images/about-banner.jpg');
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px;
  text-align: center;
  color: #fff;
  position: relative;
}

.page-heading.header-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-heading.header-text h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.page-heading.header-text span {
  font-size: 18px;
  position: relative;
}

/* Privacy Content */
.privacy-policy {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.privacy-content {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.effective-date {
  background: #f8f9fa;
  padding: 15px;
  border-left: 4px solid #2184e0;
  margin-bottom: 30px;
}

.effective-date p {
  margin-bottom: 0;
  color: #1e1e1e;
  font-weight: 500;
}

.privacy-section {
  margin-bottom: 40px;
}

.section-title {
  color: #2184e0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1d901;
  position: relative;
}

.styled-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.styled-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.styled-list li:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #2184e0;
  font-size: 12px;
}

.notice-box {
  background: #fff8e6;
  border-left: 4px solid #f1d901;
  padding: 15px;
  margin: 20px 0;
  display: flex;
  border-radius: 4px;
}

.notice-icon {
  color: #f1d901;
  font-size: 24px;
  margin-right: 15px;
}

.notice-content p {
  margin-bottom: 0;
}

/* Rights Accordion */
.rights-accordion {
  margin: 30px 0;
}

.right-card {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.right-header {
  background: #f8f9fa;
  padding: 15px;
}

.right-header h3 {
  margin-bottom: 0;
}

.right-header button {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  color: #1e1e1e;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}

.right-header button i {
  margin-right: 10px;
  color: #2184e0;
}

.right-header button.collapsed i {
  color: #666;
}

.right-header button:not(.collapsed) {
  color: #2184e0;
}

.right-body {
  padding: 15px;
  background: #fff;
}

/* Privacy Sidebar */
.privacy-sidebar {
  position: sticky;
  top: 120px;
}

.sidebar-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-card h4 {
  color: #1e1e1e;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1d901;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li {
  margin-bottom: 10px;
  position: relative;
}

.nav-links li.active a {
  color: #2184e0;
  font-weight: 600;
}

.nav-links li.active a:before {
  content: '\f0da';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #2184e0;
}

.nav-links a {
  color: #666;
  display: block;
  padding: 8px 0;
  transition: all 0.3s ease;
  text-decoration: none;
}

.nav-links a:hover {
  color: #2184e0;
  padding-left: 5px;
}

.nav-links a i {
  margin-right: 8px;
  font-size: 12px;
  color: #2184e0;
}

.download-card {
  background: linear-gradient(135deg, #2184e0 0%, #1a67b5 100%);
  color: #fff;
}

.download-card h4 {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.download-card p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.download-card .filled-button {
  background: #fff;
  color: #2184e0;
  width: 100%;
  text-align: center;
}

.download-card .filled-button:hover {
  background: #f8f9fa;
}

.contact-card {
  background: #f8f9fa;
  border: 1px solid #eee;
}

.contact-card p {
  margin-bottom: 20px;
}

.contact-card .border-button {
  border-color: #2184e0;
  color: #2184e0;
  width: 100%;
  text-align: center;
}

.contact-card .border-button:hover {
  background: #2184e0;
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .privacy-content {
    padding: 30px;
  }
  
  .privacy-sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .page-heading.header-text h1 {
    font-size: 36px;
  }
  
  .privacy-policy {
    padding: 60px 0;
  }
  
  .privacy-content {
    padding: 25px;
  }
  
  .section-title {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .page-heading.header-text {
    padding: 100px 0 60px;
  }
  
  .page-heading.header-text h1 {
    font-size: 28px;
  }
  
  .page-heading.header-text span {
    font-size: 16px;
  }
  
  .privacy-content {
    padding: 20px;
  }
  
  .right-header h3 {
    font-size: 16px;
  }
  
  .right-header button i {
    margin-right: 8px;
  }
}

/* FAQ Page Styles */
:root {
    --primary-color: #2184e0;
    --primary-hover: #1a67b5;
    --secondary-color: #f1d901;
    --text-color: #333;
    --light-gray: #f8f9fa;
    --border-color: #eee;
    --shadow: 0 3px 10px rgba(0,0,0,0.08);
    --shadow-hover: 0 5px 15px rgba(0,0,0,0.1);
    --transition: all 0.3s ease;
}

/* Skip Link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary-color);
    color: white;
    padding: 8px;
    z-index: 100;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}

/* FAQ Header */
.faq-header {
    background: linear-gradient(rgba(33, 132, 224, 0.8), rgba(33, 132, 224, 0.9)), url('../img/faq-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.faq-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    animation: fadeInDown 1s;
}

.faq-header p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    animation: fadeInUp 1s;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto 80px;
}

.faq-search {
    margin-bottom: 40px;
    position: relative;
}

.faq-search input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid var(--border-color);
    border-radius: 50px;
    font-size: 16px;
    transition: var(--transition);
    padding-left: 50px;
}

.faq-search input:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(33, 132, 224, 0.2);
}

.faq-search i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 20px;
}

.faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-hover);
}

.faq-question {
    background-color: var(--primary-color);
    color: white;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    transition: var(--transition);
}

.faq-question:hover {
    background-color: var(--primary-hover);
}

.faq-question:focus {
    outline: 2px solid var(--secondary-color);
    outline-offset: 2px;
}

.faq-question::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    transition: var(--transition);
}

.faq-question.active::after {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
}

.faq-answer.show {
    padding: 25px;
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.faq-answer p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--text-color);
}

.faq-answer ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.faq-answer ol li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.faq-answer ol li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 12px;
}

.faq-categories {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.faq-category {
    background: var(--light-gray);
    border: 1px solid var(--border-color);
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 500;
}

.faq-category:hover,
.faq-category.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.faq-category:focus {
    outline: 2px solid var(--secondary-color);
    outline-offset: 2px;
}

.no-results {
    text-align: center;
    padding: 50px;
    display: none;
}

.no-results i {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.no-results h3 {
    color: #1e1e1e;
    margin-bottom: 15px;
}

.no-results p {
    color: #666;
}

.contact-prompt {
    background: var(--light-gray);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    border-left: 5px solid var(--secondary-color);
}

.contact-prompt h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contact-prompt p {
    margin-bottom: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-btn {
    background: var(--primary-color);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    transition: var(--transition);
    text-decoration: none;
}

.contact-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(33, 132, 224, 0.3);
    color: white;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .faq-header {
        padding: 100px 0 60px;
    }
    
    .faq-header h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .faq-header {
        padding: 80px 0 50px;
    }
    
    .faq-header h1 {
        font-size: 32px;
    }
    
    .faq-header p {
        font-size: 16px;
    }
    
    .faq-question {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .faq-answer.show {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .faq-header {
        padding: 70px 0 40px;
    }
    
    .faq-header h1 {
        font-size: 28px;
    }
    
    .faq-question {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .faq-question::after {
        right: 15px;
    }
    
    .faq-answer.show {
        padding: 15px;
    }
    
    .contact-prompt {
        padding: 30px 20px;
    }
    
    .faq-categories {
        gap: 8px;
    }
    
    .faq-category {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}