* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
--primary-orange: #ff7a00;
--dark-orange: #cc6300;
--light-orange: #fff4e8;
--text-dark: #333;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Kumbh Sans", sans-serif !important;
}

.small-head {
    font-family: "Krona One", sans-serif;
}

/*  navigation  */
.navigation ul li {
    padding: 0px 15px;
}

.navigation ul li a {
    color: #000 !important;
}

/*  color  */

.light-blue {
    color: #306CDB;
}

.light-blue-bg {
    background-color: #388CFF;
}

.dark-yellow {
    color: #F08022;
}

.dark-yellow-bg {
    background-color: #F08022;
}

.dark-black {
    color: #000;
}

.dark-light-grey {
    color: #6D6F72;
}

.dark-light-grey-bg {
    background-color: #6D6F72;
}

.dark-blue {
    color: #1C2042;
}

.blue-clr {
    color: #22426F;
}

.blue-bg {
    background-color: #22426F;
}

.dark-blue-bg {
    background-color: #1C2042;
}

.light-grey {
    color: #84868D;
}

.light-grey-bg {
    background-color: #84868D;
}

.dark-light-blue {
    color: #0F0F0F;
}

.dark-light-blue-bg {
    background-color: #0F0F0F;
}

.clr-grey {
    color: #D9D9D9;
}

.clr-grey-bg {
    background-color: #D9D9D9;
}

.clr-a7 {
    color: #A7A7A7;
}

.clr-a7-bg {
    background-color: #A7A7A7;
}

.clr-574 {
    color: #757574;
}

.clr-574-bg {
    background-color: #757574;
}

/* .grey-light-shade { */
/* background-color:#f4f4f4; */
/* } */

.line-clr {
    color: #A6A6A6;
}

/*  line/height  */
.line-height-24 {
    line-height: 24px;
}

.line-height-115 {
    line-height: 115%;
}

.line-height-90 {
    line-height: 90%;
}

.line-height-100 {
    line-height: 100%;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-30 {
    line-height: 30px;
}

/*  font/custome  */

.fs-18 {
    font-size: 18px;
}

.fs-35 {
    font-size: 35px;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-54 {
    font-size: 54px;
}

.fs-56 {
    font-size: 56px;
}

.fs-58 {
    font-size: 58px;
}

.fs-64 {
    font-size: 64px;
}

.fs-100 {
    font-size: 100px;
}

.fs-74{
    font-size: 74px;
}

/*  text-alignment  */
.text-justify {
    text-align: justify;
}

/*   font-weight   */

.fw-medium {
    font-weight: 500;
}

.fw-black {
    font-weight: 900;
}

.fw-bold {
    font: weight 800 !important;
}

.fw-semibold {
    font-weight: 600;
}

.border-bottom-cus {
    border-bottom: 1px solid #E5E5E5;
}

.fw-medium {
    font-weight: 500;
}

.fw-black {
    font-weight: 900;
}

/*  section-spacing  */
.section-spacing {
    padding-top: 100px;
    padding-bottom: 64px;
}

/*  letter-spacing  */
.letter-spacing-point8 {
    letter-spacing: 1.8px;
}

.mt-110 {
    margin-top: 110px !important;
}

.border-right-cart {
    border-right: 1px solid #D6D6D6;
}

/* Athena  */

.tradewind-bg-cover {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s linear;
}

.main-atv {
    border-right: 4px solid #fff;
    padding: 10px 22px 10px 0px;
    margin: 10px 0px;
    cursor: pointer;
    transition: all .3s linear;
}

.main-atv h4 {
    font-size: 26px;
    color: #fff;
    transition:all .5s linear;
}
.main-atv p {
  transition:all .5s linear;
}

.border-right-2 {
    border-right: 2px solid #fff;
}

.heading-gap {
    padding: 10px 22px 10px 0px;
}

.un-active {
    color: #ffffff;
    /* border-right: 2px solid #fff; */
    padding: 10px 22px 10px 0px;
    cursor: pointer;
    transition:all .3s linear;
}

/*  our/Director's  */
.directors-card {
    border: 0.5px solid #E6D0BD;
    border-radius: 30px;
}

.directors-card-inner {
    padding: 80px 10px;
    background: #fff;
    display: flex;
}


/*  Award  */
#all-sec-bg {
    background-color: #F9F9F9;
}

#award-sec-bg{
    background-image: url(images/award-section.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
/*     height: 850px; */
}

.head-height {
    height: 65px;
}

.b-1 {
    border: 1px solid #fff;
}

/* Inner/page */
.bg-cover-1 {
    background-image: url(images/bg-cover-2.svg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-cover-11 {
    background-image: url(images/hope-hero.svg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.borderr-right {
    border-right: 1px solid #D6D6D6;
}

.ptt-2 {
    padding-top: 6px;
}

/*  gradient  */
.gradient {
    background: linear-gradient(126deg, #22426F 0%, #388CFF 100%);
}

/*  form    */
.input-bt {
    border: none;
    border-bottom: 2px solid #8B8B8B;
}

.label-clr {
    color: #BDBEC0;
}

.form-input ::placeholder {
    color: #BDBEC0;
}

.h-32 {
    height: 32px;
}

.w-332 {
    width: 332px;
}

.btn-border {
    border: 1px solid #22426F;
}

.form-texture {
    transform: translate(-50%);
    top: 18%;
    right: -180px;
}

.margin-b-8 {
    margin-bottom: -8px;
}

.w-fit-content {
    width: fit-content;
}

.blue-content {
    transform: translate(-50%, -50%);
    top: 15%;
    left: 25%;
    border: 8px solid #fff;
}

.yellow-content {
    bottom: 9%;
    left: 32%;
    border: 8px solid #fff;
}

/*  left to right  */
.gallery-medical {
    direction: ltr !important;
    /* force left-to-right */
}

.shadoww-hover:hover {
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .175) !important;
    background: #fff;
}

.logo img {
    width: 90%;
    height: auto;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55) !important;
    border-color: rgba(0, 0, 0, .1) !important;
}

.navbar-light .navbar-toggler:focus-visible {
    color: rgb(255, 115, 0) !important;
    border-color: rgb(249 249 249 / 10%) !important;
}

.border-radius-8 {
    border-radius: 8px;
}

.h-300 {
    height: 300px;
}

.border-radius-12 {
    border-radius: 12px;
}

/*  animation */
/* .animate-from-top-right {
    transform: translate(30px, -30px);
} */

/* Scroll Animation Styles */
/* .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px); */
/* Default: from bottom */
/* transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
} */


/* Modifier to remove translation */
/* .animate-on-scroll.no-translate {
    transform: translateY(0);
} */

/* Directional modifiers */
/* .animate-from-top {
    transform: translateY(-30px);
} */
/*
.animate-from-left {
    transform: translateX(-30px);
} */

/* .animate-from-top-right {
    transform: translate(30px, -30px);
} */

/* .animate-on-scroll.is-visible {
    opacity: 1;
    transform: translate(0, 0); */
/* Universal reset for all directions */
/* } */

/* Keyframes for the new pulsing animation */
/* @keyframes pulse-subtle {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }
} */

/* Rule to apply the pulsing animation after the element is visible */
/* .animate-on-scroll.is-visible .pulsating-image {
    animation: pulse-subtle 4s infinite ease-in-out;
    animation-delay: 0.6s; */
/* Delay to start after the slide-in finishes */
/* } */

/* Animation for icons inside the cards */
/* .icon-animate-top {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animate-on-scroll.is-visible .icon-animate-top {
    opacity: 1;
    transform: translateY(0);
} */


/* Custom class to hide scrollbar when mobile menu is open */
/* .overflow-hidden-important {
    overflow: hidden !important;
}
.scale-property img{
    scale: 98;
}
.scale-property img:hover{
    scale: 1;
} */

/*  About/section/Hover  */
/* .about-sec-hov .img-w :last-child{
    display: none;
}
.about-sec-hov .img-w :last-child:hover{
    display:inline-block;
}
.about-sec-hov .img-w :first-child:hover{
    display:none;
} */


#scale-property img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: scale(1);
}

#scale-property img:hover {
    transform: scale(1.05);
    /* Zoom IN slightly */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#scale-property .text-center {
    overflow: hidden;
    /* border-radius: 12px; */
}

/*   three-category  */
/*
#three-category img {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform: translateY(0);
} */

/* Hover effect: slow upward movement */
/* #three-category img:hover {
    transform: translateY(-15px) scale(1.05); */
    /* moves up and slightly zooms */
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    /* optional soft shadow */
/* } */

#three-category .img-wrapper {
    overflow: hidden;
    height: 75px; /* adjust to your image */
    position: relative;
    perspective: 1000px; /* required for 3D tilt */
}

#three-category .img-wrapper img {
    position: absolute;
    top: -100%; /* start hidden above */
    width: 20%;
    transition: top 1.5s ease-out, transform 0.2s ease-out;
    transform-style: preserve-3d;
}

/*  Inner/about */


/* Initial hidden positions */
.animate-from-top-right {
    transform: translateY(-50px); /* start above */
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.blue-content {
    position: absolute;
    top: 0; /* starting at top */
    left: 50px; /* adjust as needed */
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 999;
}
.direc-alnmnt{
    transform: translate(-50%, -50%);
    left: 50%;
    top: 75%;
}
.directors-card-inner {
    position: relative;
    cursor: pointer;
  }

  /*   director's  30/10/25 */
  .header {
    margin-bottom: 60px;
}

.subtitle {
    color: #ff9500;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    
}

.description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

  .cards-wrapper {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    /* padding-bottom: 20px; */
    scroll-behavior: smooth;
    height: 400px;
    justify-content: center;

}

.card-container {
    flex: 0 0 auto;
    height: 400px;
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card {
    width: 280px;
/*     height: 400px; */
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* .card:hover { */
    /* transform: translateY(-5px); */
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
/* } */

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
    padding: 30px 20px 20px;
    /* color: white; */
}

.card-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-title {
    font-size: 12px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

.info-panel {
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    border-radius: 20px;
    padding: 0;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    flex-shrink: 0;
}

.card-container.active .info-panel {
    width: 300px;
    opacity: 1;
    padding: 30px;
    transition: .8s cubic-bezier(0.86, 0, 0.07, 1) ;
}

.info-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.info-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #f0f0f0; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #666;
    font-size: 18px;
}

.social-icon:hover {
    /* background: #ff9500; */
    color: #ff9500;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .title {
        font-size: 32px;
    }

    .card {
        width: 250px;
        height: 350px;
    }

    .card-container.active .info-panel {
        width: 250px;
        padding: 20px;
    }

    .info-text {
        font-size: 13px;
    }
}

.w-755{
    width: 75%;
}
.text-whitee a{
    color: #fff !important;
}
.ptt-12{
    padding-top: 10px;
}
.pbb-12{
    padding-bottom: 10px;
}
.ps-20{
    padding-left: 20px;
}
.pe-20{
    padding-right: 20px;
}
.border-radius-6{
    border-radius: 6px;
}
#shades-design{
    background-image: url(images/Group-53-3.webp);
    height: 600px;
    width: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.mt-280{
    margin-top: 220px;
}
.letter-spacing-1{
    letter-spacing: .1px;
}
.mtt-minus-710{
    margin-top: -710px;
}
.h-section h1{
text-align: center!important;
font-weight: 700!important;
/* width: 75%; */
font-size: 64px !important;
color: #000;
}
.h-section p {
    text-align: center !important;
        font-weight: 400 !important;
            margin-top: 0.5rem !important;
                font-size: 24px;
                line-height: 30px;
                color: #6D6F72;
}
/* Hero Section */
.blog-hero {
    background-color:#FCEFE1;
    /*background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),*/
    url('images/hero-bg.jpg') center/cover;
    padding: 120px 0;
    color: #000;
    text-align: center;
}
.blog-hero-title {
    font-size: 48px;
    font-weight: 700;
}

/* Blog Cards */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    border: 2px solid var(--light-orange);
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}
.blog-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-card-title {
    font-size: 22px;
    color: #ff7a00;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-card-excerpt {
   	color: #6D6F72;
	font-size: 18px;
	font-weight: 400;
}
.btn-read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    background: var(--primary-orange);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-read-more:hover {
    background: #F08022;
}

/* Sidebar Widget */
.blog-sidebar-widget {
    background: var(--light-orange);
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid var(--primary-orange);
    margin-bottom: 30px;
}
.sidebar-widget-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-orange);
    margin-bottom: 15px;
}
.sidebar-category-list li a {
    color: var(--text-dark);
    transition: 0.3s;
}
.sidebar-category-list li a:hover {
    color: var(--primary-orange);
}

/* Recent posts */
.recent-post-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-orange);
    margin-top: 10px;
}

/* Pagination */
.pagination .page-link {
    border-radius: 50px;
    border: none;
    margin: 0 5px;
    color: var(--dark-orange);
}
.page-item.active .page-link {
    background: var(--primary-orange);
    color: #fff;
}
.letter-spa-2{
    letter-spacing: .2px;
}
/* .read-less{
    overflow: scroll;
    overflow-x: hidden;
} */
.read-less {
    overflow-y: scroll;
    /* scrolling works */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer/Edge */
}

.read-less::-webkit-scrollbar {
    display: none;
    /* Chrome / Safari */
}
input:focus-visible{
    outline: #fff !important;
}
textarea:focus-visible {
    outline: #fff !important;
}
.footer-acr a:hover{
    color:white;
}

.call-to-action-color a{
	color:#6D6F72 !important;
}

.w-control{
	width:fit-content;
}
.cursor-pointerr{
	cursor:pointer;
}
.border-frame {
    width: fit-content;
    border: 9px solid #202020;
}
.border-frame-row {
    width: fit-content;
    border: 3px solid #202020;
}
.award1 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content: 'prev';
    font-size: 16px;
    background: #F08022;
    padding: 16px 20px;
    border-radius: 100px;
    color: #fff;
}

.award1 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	 content: 'next';
    font-size: 16px;
    background: #F08022;
    padding: 16px 20px;
    border-radius: 100px;
    color: #fff;
}
#archives-dropdown-2,#cat {
	padding:12px;
	 border: none;
	margin-bottom:12px;
	width:100%;
}
.screen-reader-text{
	display:none
}
.recent-posts-list{
	list-style:none
}
#recent-posts-2 ul li a{
	color:gray;
	text-decoration:none;
}
.widgettitle{
	font-size:24px;
	border-bottom: 0.5px solid orange;
    padding: 2px 0px 6px;
}
    /* ================================
   CATEGORY PAGE – ATHENA STYLE
================================ */

.category-page {
  padding: 80px 0;
  background: #f9f9f9;
}

/* Header */
.category-header {
  text-align: center;
  margin-bottom: 60px;
}

.category-title {
  font-size: 42px;
  font-weight: 700;
  color: #f08022;
  margin-bottom: 10px;
}

.category-description {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

/* Posts */
.category-post {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.category-post .post-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#f08022;
}

.category-post .post-title a {
color:#f08022;
  text-decoration: none;
  transition: 0.3s;
}

.category-post .post-title a:hover {
  color: #ff7a00;
}

.post-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}

.post-excerpt {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* Pagination */
.pagination {
  margin-top: 40px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 4px;
  background: #fff;
  border-radius: 4px;
  color: #173478;
  font-weight: 600;
  text-decoration: none;
}

.pagination .current {
  background: #173478;
  color: #fff;
}

/* Sidebar */
.widget {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  list-style:none;
}

.widget-title {
  font-size: 20px;
  font-weight: 600;
  color: #173478;
  margin-bottom: 20px;
}
.archive-tittle2{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px 
}
.read-moreee:hover a{
	color:#fff;
}
.read-moreee:active a{
	color:#fff;
}

.wp-post-image{
width:416px;
height:238px!important;}
.archive-post {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}

.archive-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.archive-title-link {
  color: #f08022;
  font-weight: 600;
}

.archive-title-link:hover {
  color: #0d6efd;
}

.archive-description {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
  color: #555;
}

.post-excerpt {
  color: #444;
  line-height: 1.6;
}
.archive-thumb img {
  height: 200px;
  object-fit: cover;
}

.archive-post {
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.archive-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.archive-title-link {
  color: #173478;
  font-weight: 600;
}

.archive-title-link:hover {
  color: #0d6efd;
}
.location img{
    width: 50px;
    height: 50px;
}
.max-widthh{
	max-width:100% !important;
}
