 .rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
  /* border: 2px solid #9f0100; */
}
.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 16px 16px 18px 17px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  background: #f48e18;
  position: absolute;
  top: -44px;
  left: 44px;
  right: 1px;
  text-align: center;
  justify-content: center;
  padding: 11px 0 9px;
  margin: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin  {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  padding-right: 4px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 44px solid #d57a10;
  border-left: 45px solid transparent;
  left: -45px;
  display: block;
  top: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #191919;
  font-weight: 700;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #2e65ad !important;
}
.rs-blog.blog-main-home .blog-item .blog-content .desc {
  margin-bottom: 14px;
}

.blog-single .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	/* box-shadow:0px 0px 15px rgba(0,0,0,0.20); */
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding: 24px 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:18px;
	padding-bottom:16px;
	border-bottom:1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:2px;
	width:40px;
	background-color:#3241ff;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#333333;
	font-size:14px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .lower-content .post-meta li .fa{
	position:absolute;
	left:0px;
	top:0px;
	color:#303ef9;
	font-size:14px;
}

.blog-single .inner-box .lower-content h4{
	position:relative;
	color: #463f40;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:13px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text .news-gallery{
	position:relative;
	margin-top:30px;
}

.blog-single .inner-box .lower-content .text .news-gallery .row{
	margin:0px -12px;
}

.blog-single .inner-box .lower-content .text .news-gallery .column{
	padding:0px 12px;
	margin-bottom:24px;
}

.blog-single .inner-box .lower-content .text h5{
	position:relative;
	color:#1a1e66;
	font-weight:500;
	line-height:1.4em;
	margin-top:15px;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	/* color:#1a1e66; */
	font-size:16px;
	line-height:1.9em;
	margin-bottom: 14px;
}

.blog-single .inner-box .lower-content .text p a{
	color:#1a1e66;
	font-weight:600;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content blockquote{
	position:relative;
	border:none;
	padding:0px;
	margin-top:40px;
	margin-bottom:30px;
	background-color:#f4f7fc;
	padding:45px 30px 45px 110px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	left:-20px;
	top:-20px;
	width:113px;
	height:113px;
	color:#0d179e;
	font-size:40px;
	line-height:113px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.blog-single .inner-box .lower-content blockquote .quote-text{
	position:relative;
	font-size:20px;
	color:#1a1e66;
	font-weight:400;
	line-height:1.7em;
}

/* Post Share Options */

.blog-single .post-share-options{
	position:relative;
	padding-top: 5px;
	/* padding-left:40px; */
	/* padding-right:40px; */
	margin-bottom: 18px;
}

.blog-single .post-share-options .post-share-inner{
	position:relative;
}

.blog-single .post-share-options .post-tags{
	position:relative;
}

.blog-single .post-share-options .post-tags span{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:#1a1e66;
	font-family: 'Poppins', sans-serif;
}

.blog-single .post-share-options .post-tags a{
	position:relative;
	padding:8px 20px;
	color:#1a1e66;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:50px;
	display:inline-block;
	background-color:#f4f7fc;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .post-share-options .post-tags a:hover{
	color:#ffffff;
	background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
    background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: linear-gradient(to bottom, #3140FC 0%, #0b1599 100%);
}

.blog-single .post-share-options .social-links{
	position:relative;
	margin-top:5px;
}

.blog-single .post-share-options .social-links li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.blog-single .post-share-options .social-links li.twitter a{
	background-color:#55acee;
}

.blog-single .post-share-options .social-links li.google-plus a{
	background-color:#dd4b39;
}

.blog-single .post-share-options .social-links li.dribble a{
	background-color:#cd339a;
}
.blog-single .post-share-options .social-links li.whatsapp a{
	background-color:#2DC100;
}.blog-single .post-share-options .social-links li.linkedin a{
	background-color:#0077B7;
}

.blog-single .post-share-options .social-links li a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#3b5998;
}

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height: 70px;
	padding-left:90px;
	margin-bottom:25px;
	border-bottom:1px solid #e7e7eb;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width: 79px;
	 height: 79px;
	 overflow:hidden;
	 /* border-radius:50%; */
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 3px;
	font-weight:600;
	color:#1a1e66;
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.popular-posts .post .text a{
	color: #463f40;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-size: 13px;
	line-height: 22px;
}

.popular-posts .post a:hover{
	color: #00438b;
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color: #d02d2a;
	font-weight: 600;
	padding-left:20px;
}

.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color: #d92d2a;
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

p.date-box {
    position: absolute;
    margin-top: -60px;
    background-color: #d32e30d6;
    padding: 5px 12px 5px 10px;
    color: white;
    font-weight: 700;
}

.sidebar-side.col-lg-4.col-md-12.col-sm-12 {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-left: 0px;
}
.subdate{color: #bb0b0b; font-weight: 600;}

.logo-marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.logo-marquee-wrapper {
    display: flex;
    white-space: nowrap;
    gap: 30px;
    width: max-content;
}

.logo-item {
    flex: 0 0 auto;
    width: 200px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.scroll-left {
    animation: marquee-left 40s linear infinite;
}

@keyframes marquee-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


.scroll-right {
    animation: marquee-right 40s linear infinite;
}

@keyframes marquee-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}


.logo-marquee-container:hover .logo-marquee-wrapper {
    animation-play-state: paused;
}

.logo-item img {
    max-width: 166px;
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}


       
       
        


.box {
    min-width: 250px;
    padding: 11px;
    border-radius: 12px;
    color: white;
    box-sizing: border-box; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);}

.box h3 {
    margin: 10px 0 10px 0;
    font-size: 1rem;
    color: white;
}

.box p {
    line-height: 1.4;
    font-size: 0.85rem;
    opacity: 0.9;
}

.icon {
  font-size: 2rem;
}


.orange-dark {  background: linear-gradient(135deg, #f7941d 0%, #ffb347 100%); }
.blue-dark {background: linear-gradient(135deg, #054b88 0%, #397bfd 100%);}
.blue-light { background: linear-gradient(135deg, #3E78B2 0%, #5a96d4 100%); }
.orange-light { background: linear-gradient(135deg, #f7941d 0%, #ffb347 100%); }

.social-proof-container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: white;
  border: 2px solid #ffffff; /* Creates the overlap gap effect */
  margin-left: -10px; /* Pulls circles together to overlap */
}


.avatar:first-child {
  margin-left: 0;
}

/* Avatar Colors from the image */
.green  { background-color: #43a047; }
.purple { background-color: #5e35b1; }
.gray   { background-color: #b0bec5; color: #333; }

.social-text {
  font-style: italic;
  color: #555;
  font-size: 0.95rem;
  margin: 0;
}
.booking-btn {
    background: #f48e18;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(2 78 146 / 24%);
}

.booking-btn:hover {
    background: #053ba7;
}

.formbox{margin: 20px 0px 0px 0px;
  transition: all 0.3s ease 0s;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.08);
  background-color: #fff;
  padding: 25px 20px 30px 20px;
  border-radius: 20px 20px 20px 20px;}
  
  .formbox h3{color: #004381;font-size: 1.6rem;margin-bottom: 20px;margin-top: 0px;text-align: center;}
  
  
  @media only screen and (max-width : 767px) {
	  
	  .box h3 {
    margin: 10px 0 10px 0;
    font-size: 2rem;
    color: white;
}
.box p {
    line-height: 1.4;
    font-size: 1.55rem;
    opacity: 0.9;
}
.social-text {
  font-style: italic;
  color: #555;
  font-size: 1.35rem;
  margin: 0;
}
  .formbox h3{color: #004381;font-size: 2.2rem;margin-bottom: 20px;margin-top: 0px;text-align: center;}
  	  
  }
  
  
  .blue-hero {
  position: relative;
  background-color: #0b4a8f; /* Main dark blue */
  padding: 80px 20px 60px;
  text-align: center;
  color: white;
  overflow: hidden; /* Clips the curve overlay */
  border-radius: 15px 15px 0 0; /* Matches the card container look */
  /* max-width: 900px; */
  margin: 1px auto 0;
}

/* Floating Checkmark Badge */
.check-badge {
  position: absolute;
  top: 19px; /* Pulls it halfway out of the blue box */
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 2;
}

.checkmark {
  color: #4caf50;
  font-size: 30px;
  font-weight: bold;
  /* Simple CSS checkmark logic if not using an icon */
  transform: rotate(45deg) scaleX(-1); 
  display: inline-block;
  margin-top: -5px;
}

/* Hero Text */
.hero-content {
  position: relative;
  z-index: 1; /* Sits above the curve */
}

.hero-content h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: white;
}

.hero-content p {
  font-size: 1.1rem;
  opacity: 0.9;
  color: rgb(255 216 171);
}




  .white-hero {
  position: relative;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.08);
  background-color: #fff;
  border-radius: 0 0 15px 15px; /* Matches the card container look */
  max-width: 900px;
  margin: 1px auto 0;
  padding: 20px;
}


.bottom-section {
  background-color: #ffffff;
  padding: 60px 20px;
}

.content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

/* Main Column Styling */
.main-column { flex: 2; }

h2, h3 { color: #0b4a8f; margin-bottom: 15px; }

.info-block p {
  color: #555;
  line-height: 1.6;
  font-size: 1.05rem;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

/* Resource Cards */
.resource-card {
  display: flex;
  align-items: center;
  background-color: #f8fafc;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  gap: 20px;
}

.card-icon {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.card-text h4 { margin: 0; color: #333; }
.card-text p { margin: 5px 0 0; font-size: 0.9rem; color: #666; }

/* Sidebar Styling */
.help-sidebar {
  flex: 1;
  background-color: #f8fafc;
  padding: 30px;
  border-radius: 20px;
  height: fit-content;
}

.sidebar-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b4a8f;
}

.contact-group {margin-top: 25px;}

.contact-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: bold;
  color: #889398;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #363636;
  /* font-weight: 600; */
  /* font-size: 0.95rem; */
}

.email-link .icon {
  font-size: 1.1rem;      
  display: flex;        
}

.email-link .text {
  line-height: 1;        
}

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  cursor: pointer;
}


@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column; 
    gap: 30px;
  }
  .hero-content p{font-size: 1.8rem;}
.info-block p{font-size: 1.8rem;}
.card-text p{font-size: 1.55rem;}
.contact-group label{font-size: 1.5rem;}
  .main-column, .help-sidebar {
    flex: 1 1 100%; 
  }
}