@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;;700;900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ul,
ul li {
  list-style: none;
}
title {
  text-transform: capitalize;
}
html {
  scroll-behavior: smooth;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
}
body {
  font-family: "Source Sans Pro", sans-serif;
}
header {
  background-color: #ea953b;
}
.top-header {
  padding: 15px 0;
}
.logo img {
  max-width: 250px;
}
.navigation ul li {
  margin: 0 25px;
}
.navigation ul li a {
  font-size: 17px;
  color: #f1f1f1;
}
.make-appointment a {
  background: #f7a44d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
}
.banner .carousel-item {
  background-size: cover !important;
  background-position: right !important;
  height: calc(100vh - 90px);
  position: relative;
}
.banner .carousel-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
}

.banner .banner-content {
  position: relative;
  z-index: 99;
  text-align: center;
}
.banner-content h1 {
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1px #000;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.banner-content p {
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  max-width: 800px;
  text-align: center;
  margin: auto;
}
.banner {
  position: relative;
}
.banner ul {
  padding: 5px;
  background: #333 none repeat scroll 0 0;
  border: 1px solid #071527;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: auto;
}

.banner ul li a {
  border-right: 1px dashed #565656;
  color: #ffffff;
  display: block;
  margin: 7px 0;
  padding: 5px 35px;
}
.banner ul li:last-child {
  border: 0;
}
.banner ul li a.custom_btn__block::before {
  background: #333 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -11px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  width: 26px;
}

.banner ul li a.custom_btn__block {
  background: #008595 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: 700;
  padding-right: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.banner ul li a.custom_btn__block:hover {
  background-color: #228a97;
}

footer h2 {
  color: #343c5c;
  font-size: 19px;
  line-height: 1.14;
  margin-bottom: 15px;
  font-family: "Lora", serif;
  font-weight: 900;
}

footer ul li {
  margin-bottom: 15px;
  font-size: 17px;
}
.cprt {
  padding-top: 25px;
  display: block;
}

.dir {
  margin-bottom: 15px;
}

.dir img {
  max-width: 16px;
  margin-right: 15px;
  margin-bottom: 0;
}

.dir p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
}

.dir p a {
  color: #222;
}
.dir i {
  padding-right: 10px;
  color: #f79332;
  font-size: 19px;
}

footer .apply {
  margin-top: 25px;
  background: #25ad60;
  border: 0;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
}

.social i {
  color: #f79332;
  margin-left: 25px;
  font-size: 21px;
}
.footer-bottom {
  padding: 10px;
  background: #ccc;
}
.footer-bottom p {
  font-family: "Lora", serif;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  line-height: 15px;
}
.inner-banner {
  height: 350px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner:after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  background: rgb(0 0 0 / 20%);
  z-index: 0;
}
.inner-banner h1 {
  font-size: 50px;
  color: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.founder {
  padding: 75px 0;
}
.founder h2 {
  font-size: 45px;
  margin-bottom: 25px;
}
.founder p {
  font-size: 17px;
  line-height: 25px;
  max-width: 650px;
  text-align: justify;
}
.founder .message {
  padding: 0 50px;
}
.events .img-block h3 {
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
  color: #000;
  font-weight: 700 !important;
  padding: 10px;
  margin: 0;
  text-align: center;
  height: 35px;
}

.events .img-block span {
  background-color: #000;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 700 !important;
  padding: 10px;
  margin: 0;
  height: 35px;
}

.events .img-block {
  text-align: center;
  min-height: 250px;
  background-image: url(../img/banner.jpg);
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat;
  position: relative;
  padding: 15px;
  border-radius: 7px;
}

.events .img-block h5 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  font-weight: ;
  background-color: #ff0000;
  color: #fff;
  height: 25px;
  padding: 3px 5px;
  margin-top: 15px;
}

.events .block .content {
  padding: 15px 0;
}

.events .block img {
  max-width: 100%;
}

.events .block .date p {
  color: #ffb71b;
  font-weight: ;
  font-size: 13px;
  padding: 13px 0 10px 0;
}

.events .block .date p i {
  margin-right: 5px;
}

.events .block h3 {
  color: #000;
  font-size: 15px;
  font-weight: ;
}

.events .block p {
  color: #444;
  font-size: 15px;
  text-align: left;
  padding: 0;
  text-align: justify;
  line-height: 19px;
}
.news-events {
  background-color: #fff9f5;
  padding: 75px 0;
  position: relative;
}
.news-events::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #ffffff;
  left: 50%;
  top: 0;
}
.news-events h2 {
  font-size: 35px;
  font-weight: ;
  margin-bottom: 25px;
}

.news-block {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  margin-left: 7.5px;
  border-radius: 7px;
}
.news-block .content {
  padding-left: 15px;
}
.news-block .image-block {
  overflow: hidden;
}
.news-block .image-block .image {
  position: relative;
  width: 100%;
  height: 110px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  transition: all 0.5s ease;
}

.news-block .image-block .image:hover {
  transform: scale(1.1);
}
.news-block .item-date {
  color: #ffb71b;
  margin-top: 15px;
  font-weight: ;
  font-size: 13px;
}
.news-block p {
  color: #444;
  font-size: 15px;
  text-align: left;
  padding: 0;
  text-align: justify;
  line-height: 19px;
}
.news {
  padding: 0 50px;
}

.bearer {
  margin: 25px 0 50px 0;
}
.bearer .block {
  text-align: center;
}
.bearer .block .img-block {
  min-height: 250px;
  max-width: 250px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  background-repeat: no-repeat !important;
  border: 7px solid #fda242;
  border-radius: 50%;
  margin: 25px auto;
}
.bearer .block h5 {
  color: #777;
  font-size: 17px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bearer .block p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #fda242;
  text-align: center;
  line-height: 20px;
  text-transform: capitalize;
}
.bearer-block-sec {
  padding: 75px 0 25px 0;
}
.bearer-block-sec h2 {
  font-size: 40px;
  margin-bottom: 25px;
  text-align: center;
}
.founder {
  position: relative;
}
.founder::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/message.png);
  background-position: 100% !important;
  opacity: 0.07;
}
.founder-message {
  position: relative;
  z-index: 1;
}

.banner ul li a.custom_btn__block img {
  max-width: 15px;
  margin-right: 5px;
  filter: invert(1);
}

.footer-block {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.f-logo img {
  padding: 25px;
}

footer ul li a {
  color: #000;
  font-size: 17px;
}

.top-header {
  max-width: 1140px;
  margin: auto;
}

footer {
  position: relative;
  padding: 75px 0;
}
footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/nss2.jpg);
  background-position: 100% !important;
  opacity: 0.05;
}
.bio-item {
  margin: 15px;
}
.bio-item .image-block {
  background-color: rgba(255, 255, 255, 0.1);
  height: 250px;
  border-radius: 7px 7px 0 0;
  transition: transform 0.3s ease;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.bio-heading {
  background-color: #f2f2f2;
  text-align: center;
  padding: 15px;
  border-radius: 0 0 7px 7px;
}
.bio-heading p {
  font-size: 21px;
  color: rgb(71, 68, 62);
  font-weight: ;
}
.bio {
  padding: 75px 0;
  background-color: #fda242;
  position: relative;
}
.bio::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #ffffff;
  left: 50%;
  top: 0;
}

.about {
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f1f1f1;
}

.about {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  padding: 75px 0;
}
.about-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 75px 0;
  height: 100%;
}
.about h1 {
  color: #fda242;
  font-size: 21px;
  font-weight: 600;
}
.about h2 {
  font-size: 32px;
  color: #000;
  padding: 15px 0;
  position: relative;
}

.about p {
  font-size: 17px;
  color: #444;
  line-height: 25px;
  text-align: justify;
}

.about .content {
  padding: 50px;
}

.about .content a {
  background: linear-gradient(135deg, #f7f5e9, #e4e2c7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px 15px;
  color: #333;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  max-width: 175px;
  margin: 25px 0;
  transition: all 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.about .content a img {
  margin-left: 15px;
}

.hamburger-menu {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 30px;
  height: 50px;
  display: none;
  z-index: 999999;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 5px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 13px;
}

.hamburger-menu span:nth-child(4) {
  top: 22px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 15px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 15px;
  width: 0;
  left: 50%;
}

.about-content {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  padding: 75px 0;
  text-align: center;
  background-attachment: fixed;
  padding-bottom: 250px;
}

.about-content h2 {
  color: #fda242;
  font-size: 21px;
  font-weight: 600;
}
.about-content h3 {
  font-size: 32px;
  color: #000;
  padding: 15px 0;
  position: relative;
}

.about-content p {
  font-size: 21px;
  line-height: 30px;
  color: #000;
  text-align: center;
  max-width: 1100px;
  margin: 15px auto;
}
.about-inner-image {
  padding: 0 0 75px 0;
}
.about-inner-image .image {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 600px;
  margin-top: -150px;
}

.team {
  padding: 35px 0;
  z-index: 9;
  background-image: #fafafa;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.team .image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  height: 400px;
  position: relative;
}
.team .content {
  padding: 15px 35px;
}
.team h2 {
  font-size: 40px;
  color: #444;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 1px;
}
.team h3 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.team p {
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  padding-bottom: 25px;
}

.founder-committee .block {
  text-align: center;
}
.founder-committee .block .img-block {
  min-height: 250px;
  max-width: 250px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  background-repeat: no-repeat !important;
  border: 7px solid #fda242;
  border-radius: 50%;
  margin: 25px auto;
}
.founder-committee .block h5 {
  color: #777;
  font-size: 17px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.founder-committee .block p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #fda242;
  text-align: center;
  line-height: 20px;
  text-transform: capitalize;
}
.founder-committee {
  padding: 0 0 75px 0;
}
.founder-committee h2 {
  font-size: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.infra-contact .block {
  margin: 15px;
}

.infra-contact-image {
  background-size: cover !important;
  background-position: center !important;
  height: 350px;
  position: relative;
}
.contact-infra-interior .content {
  position: relative;
  text-align: center;
  top: -75px;
  margin: 0 50px;
  padding: 25px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  min-height: 215px;
}
.contact-infra-interior .content h2 {
  font-size: 27px;
  margin-bottom: 15px;
  text-align: center;
}
.contact-infra-interior .content a {
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
  color: #222;
}
.contact-infra-interior .content img {
  max-width: 40px;
  margin-bottom: 15px;
}
.contact-infra-interior .content p {
  font-size: 15px;
  line-height: 25px;
  color: #222;
}
.inframe-about h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
}

.card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 35px;
  text-align: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-image: url(../img/about-page.png);
  overflow: hidden;
  margin: 10px;
}
.card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05) 10%,
    transparent 10.01%
  );
  transform: rotate(45deg);
  pointer-events: none;
}
.card h1 {
  font-size: 28px;
  margin: 0 0 15px;
  color: #333;
  font-weight: bold;
}
.card h2 {
  font-size: 20px;
  margin: 10px 0;
  color: #555;
  font-weight: 600;
}
.card img {
  width: 125px;
  height: 125px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #fda242;
  margin-bottom: 15px;
}
.card .details {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgb(254 249 243) 0%,
    rgba(253, 162, 66, 0.15) 65%
  );
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.card .details p {
  font-size: 19px;
  font-weight: 600;
  color: #555;
  margin: 15px 0;
}
.card .details i {
  margin-right: 13px;
  color: #fda242;
  font-size: 30px;
  text-align: center;
}
.card .details p span {
  font-weight: 600;
  color: #333;
}

.member {
  padding: 75px 0;
}

.fa-phone {
  transform: rotate(90deg);
}

.navigation .nav li:last-child {
  display: none;
}
.samajam {
  padding: 75px 0;
}
.samajam p {
  font-size: 21px;
  line-height: 30px;
  color: #000;
  text-align: center;
  max-width: 1100px;
  margin: 15px auto;
}

.nss-gallery .block {
  height: 450px;
  background-size: cover !important;
  background-position: center !important;
  margin: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.nss-gallery {
  padding: 0 0 75px 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 162, 66, 0.05) 65%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 162, 66, 0.05) 65%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 162, 66, 0.05) 65%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fda242",GradientType=1);
}

.founder-committee p {
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  padding-bottom: 25px;
}
.founder-committee p strong {
  font-style: italic;
  color: #2a9d8f;
  font-weight: 600;
}

.about-detail-sec p {
  font-size: 1.1em;
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
}

.about-detail-sec i {
  font-style: italic;
  color: #2a9d8f;
}

.about-detail-sec span {
  font-weight: bold;
  color: #1d3557;
}

.about-detail-sec .founder-paragraph {
  text-align: center;
  margin-top: 30px;
  font-size: 1em;
  color: #555;
}

.about-detail-sec .founder-paragraph i {
  font-style: italic;
}

.about-detail-sec .highlight {
  color: #e76f51;
}
.nss-events {
  padding: 75px 0;
}

.event-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 15px;
}

.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.event-image {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.upcoming-tag {
  position: absolute;
  top: 25px;
  left: 25px;
  background: rgba(255, 255, 255, 0.9);
  color: #f7a44d;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: flex;
  align-items: center;
}

.upcoming-tag i {
  margin-right: 8px;
  font-size: 16px;
}

.event-card:hover .event-image img {
  transform: scale(1.05);
}

.event-content {
  flex: 1;
  padding: 40px;
  position: relative;
}

.meta-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 25px;
}

.event-date,
.event-place {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.event-date {
  background: #ea953b1a;
  color: #f7a44d;
  margin-right: 10px;
}

.event-place {
  background: rgba(44, 62, 80, 0.1);
  color: #2c3e50;
  margin-left: 10px;
}

.event-date i,
.event-place i {
  margin-right: 8px;
  font-size: 16px;
}

.event-heading {
  font-size: 32px;
  margin: 0 0 20px 0;
  color: #2c3e50;
  font-weight: 700;
  line-height: 1.3;
}

.event-detail {
  color: #7f8c8d;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .event-card {
    flex-direction: column;
  }

  .event-image {
    height: 300px;
  }

  .upcoming-tag {
    top: 15px;
    left: 15px;
    font-size: 12px;
    padding: 6px 15px;
  }

  .event-heading {
    font-size: 28px;
  }

  .meta-row {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }

  .event-date,
  .event-place {
    white-space: normal;
    margin: 5px 0;
  }
}

.news-sec {
  padding: 75px 0;
}

/* News Card */
.news-card {
  display: flex;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05), 0 12px 24px rgba(0, 0, 0, 0.05);
  margin-bottom: 2.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  position: relative;
  z-index: 1;
  margin: 15px;
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(100, 115, 255, 0.03) 0%,
    rgba(100, 115, 255, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08), 0 24px 48px rgba(0, 0, 0, 0.06);
}

.news-card:hover::before {
  opacity: 1;
}

/* Image Section (50%) */
.news-image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}

.news-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.news-card:hover .news-image::after {
  opacity: 1;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-card:hover .news-image img {
  transform: scale(1.08);
}

/* Content Section (50%) */
.news-content {
  flex: 0 0 50%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* Date with Custom Icon */
.news-date {
  display: inline-flex;
  align-items: center;
  color: #ea953b;
  font-size: 0.85rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 24px;
  font-size: 15px;
}

.news-date::before {
  color: #ea953b;
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #ea953b 0%, #f7b773 100%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E")
    center/contain no-repeat;
}

/* News Excerpt */
.news-excerpt {
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Category Tag */
.news-category {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: linear-gradient(135deg, #ea953b, #caa47b);
  color: white;
  padding: 0.35rem 1.2rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(225, 142, 9, 0.3);
  z-index: 2;
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-card {
    flex-direction: column;
  }

  .news-image,
  .news-content {
    flex: 0 0 100%;
  }

  .news-image {
    min-height: 240px;
  }

  .news-content {
    padding: 2rem;
  }
}

.message p {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 15px;
  color: #4b2d16;
}

.message blockquote {
  font-family: "Garamond", serif;
  font-style: italic;
  border-left: 4px solid #4b2d16;
  padding-left: 15px;
  margin-left: 0;
  color: #4b2d16;
  font-size: 19px;
}

.message .signature {
  font-family: "Garamond", serif;
  text-align: right;
  font-style: italic;
  margin-top: 30px;
  color: #4b2d16;
  font-size: 19px;
}

.message .highlight {
  font-family: "Garamond", serif;
  font-weight: bold;
  font-style: italic;
  color: #8b4513;
  font-size: 19px;
}

.abt-btn button {
  padding: 10px 25px;
  text-align: center;
  background: #fda242;
  font-size: 19px;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.search-bar {
  margin-top: 30px;
}

.search-bar .form-control {
  height: 48px;
  border: 1px solid #ced4da;
}

.search-bar .btn {
  background-color: #0056b3;
  border: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.search-bar .btn:hover {
  background-color: #004494;
}
