*{
	padding: 0px;
	margin: 0px;
}

/* @font-face {
  font-family: 'PlayfairDisplay';
  src: url('./fonts/PlayfairDisplay.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'DMSans';
  src: url('./fonts/DMSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
  /* font-family: 'PlayfairDisplay', serif; */
   font-family: 'DMSans', sans-serif;
   font-size: 0.93em;
}

/* Body text */
body {
  font-family: 'DMSans', sans-serif;
}

a{
	text-decoration: none;
	display: block;
}
.img-responsive {
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0px;
}
.divider {
	border-top:1px solid #3A3A3A;
	margin-top: 120px;
}

.form-control:focus {
	box-shadow: inherit;
}
.form-control {
	border-radius: 8px;
}
input[type="submit"], input[type="button"], button[type="submit"] {
	border-radius: 8px;
}

.headerBg {
	/* background-color: #1A1A1A; */
    background-color: #16325B;
}
.sticky-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #1A1A1A;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.sticky-header.is-scrolled-transparent,
.sticky-header.is-scrolled-transparent .headerBg {
    background-color: rgba(22, 50, 91, 0.55) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.primaryBtn {
    background-color: #E65100;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 8px;
}
.faqview_Btn a.primaryBtn {
    text-decoration: none;
    display: inline-block;
}
.pd-120 {
	padding-top: 42px;
	padding-bottom: 80px;
}
.pdt-120 {
	padding-top: 80px;
}
.pdt-60 {
	padding-top: 50px;
}
.pdt-40 {
	padding-top: 30px;
}
.pdb-60 {
padding-bottom: 50px;
}
.pdb-120 {
	padding-bottom: 80px
}
button {
	border:none;
	background:transparent;
	border-radius: 8px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nav_menu li{
	display: inline-block;
}
.nav_menu {
    gap: 32px;
}
.primary-outline {
	border:1px solid #FB896D;
	padding: 10px 20px;
	color: #FB896D;
	font-weight: 600;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 8px;
}
.primary-outline:hover {
	/* background-color: #FB896D;
	border:1px solid #FB896D; */
    background-color: #E65100;
	border:1px solid #E65100;
	color: #fff;
}
.nav_menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.nav_menu li a:hover {
    color: #FB896D;
}


.toggle_menu {
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 7px) rotate(-50deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -7px) rotate(45deg);
}

/*------ home page css start ------ */

.Community-sectin-wrapper  {
    background: #51459f;
    color: #fff;
    border-radius: 12px;
}
.cummnity-card-wrapper {
	    background: hsla(0, 0%, 100%, .08);
	    border: 1px solid rgb(81 69 159 / 26%);
	    padding: 24px;
	    text-align: center;
	        border-radius: 12px;
	        margin-bottom: 24px;
}
.cumminty-icon {
    width: 100px;
    height: 100px;
    background: hsla(0, 0%, 100%, .12);
    border: 1px solid hsla(0, 0%, 100%, .6);
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.cumminityHeading {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.tile__icon {
    width: 40px;
    height: 40px;
}
.cumminty-content h4 {
    margin-bottom: 8px;
     font-family: 'DMSans', sans-serif;
}
.cumminityHeading .section_title {
	color: #fff;
}
.cumminityHeading .sectin_text {
    color: rgb(255 255 255 / 80%);
}
.futureBuilding_card {
	padding: 24px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 24px;
}
.futureBuilding_card img {
    margin-bottom: 16px;
    border-radius: 16px;
}
.bottom_cardBtn {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_cardBtn p {
    color: #6C6C6C;
    font-size: 14px;
}

.Balagokulan_wrapper h3 {
    color: #fff;
}
.Balagokulan_wrapper p {
    color: rgb(255 255 255 / 80%);
}
/* Community Outreach – fixed image size for all cards */
.Community_Outreach .products_card_img {
	height: 280px;
	overflow: hidden;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
}
.Community_Outreach .products_card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.Balagokulam_slider .owl-nav button , .Community_Outreach .owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    background: #fb896d !important;
    position: relative;
}
.Balagokulam_slider .owl-nav button span , .Community_Outreach .owl-nav button span{
	font-size: 22px;
	line-height: 24px;
	color: #fff;
}
.Balagokulam_slider .owl-nav {
	margin-top: 24px;
}
.Balagokulam_slider .products_card_img {
	height: 380px;
	overflow: hidden;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
}
.Balagokulam_slider .products_card_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.Balagokulam_slider .products_card_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.addedLable {
	background-color: #ccc;
	color: #6C6C6C;
}
.addedLable {
    background-color: #fff3f0;
    color: #6C6C6C;
    display: inline-block;
    padding: 4px 8px;
}
.ytCard_wrapper {
height: 180px;
}
.ytCard_wrapper img {
    height: 100%;
    object-fit: cover;
}
.tranding_tags_wrapper h4
 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
     font-family: 'DMSans', sans-serif;

}

.Pressrelease_title {
    font-size: 17px;
    line-height: 30px;
    color: #1A1A1A;
    font-family: 'DMSans', sans-serif;
    font-weight: 600;
}
.Pressrelease_decs {
	color: #6C6C6C;
	font-size: 14px;
	line-height: 20px;
}
.shakhaActivities_card {
    background: #fff;
    padding: 24px;
    border-radius: 24px;
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}
.row .col-lg-4 .shakhaActivities_card,
.row .col-md-6 .shakhaActivities_card {
    min-height: 380px;
}
.shakhaActivities_card .shakhaActivities_card_img {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.shakhaActivities_card .shakhaActivities_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.shakhaActivities_card > div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.shakhaActivities_card .Pressrelease_title {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shakhaActivities_card .sectin_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sevikaActivity_wrapper {
background-color: #e8f4f8;
}
.sevikaActivity_card {
    background: #fff;
    border-radius: 16px;
}
.sevikaActivity_image {
    height: 220px;
}

.sevikaActivity_image img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
}
.sevikaActivity_content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
      font-family: 'DMSans', sans-serif;
      color: #1A1A1A;
}
.sevikaActivity_content {
    padding: 16px 24px;
}
.socialBg  {
/* background-color: black ; */
background-color: #16325B; ;
}

.social_card {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px;
}
.social_card img {
    border-radius: 8px;
    margin-bottom: 16px;
    height: 400px;
    object-fit: cover;
}
.social_card_head img {
    width: 50px;
    border-radius: 100%;
    height: inherit;
}
.social_card_head
 {
    display: flex;
    align-items: start;
    gap: 10px;
}
.social_card_content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    line-height: 24px;
     font-family: 'DMSans', sans-serif;
}
.social_card_content p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.clientCard {
	background-color: rgba(13, 142, 250, .05);
	border-radius: 8px;
	padding: 24px;
}
.clientCard-content {
    margin-top: 48px;
}
.clientCard-content h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px;
    margin-bottom: 8px;
    color: #1A1A1A;
     font-family: 'DMSans', sans-serif;
}
.clientCard p {
    font-size: 15px;
    font-style: italic;
}


.clientCard-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6C6C6C;
}

.social_card_wrapper h4 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
     font-family: 'DMSans', sans-serif;
}

.social_card_head--embed {
    display: block;
}

.social-embed-container {
    width: 100%;
    max-width: 360px;
    height: 500px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}

.social-embed-widget {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.Annual.Reports_card {
    background: #fff;
    box-shadow: 0px 10px 5px 0px rgb(0 0 0 / 6%);
    border-radius: 16px;
}
.Annual.Reports_image {
    height: 320px;
}
.Annual.Reports_image img {
    border-radius: 16px 16px 0 0;
    height: 100%;
    object-fit: cover;
}
.Annual.Reports_content {
    padding: 24px;
}
.Annual.Reports_image img {
    border-radius: 16px 16px 0 0;
}
.futureBuilding_card h4 {
    font-family: 'DMSans', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
}
/* Fixed-size cards for Building Communities section (same box height) */
.futureBuilding_row .col-lg-4,
.futureBuilding_row .col-md-6 {
    display: flex;
}
.futureBuilding_row .col-lg-4 > a,
.futureBuilding_row .col-md-6 > a {
    display: flex;
    width: 100%;
}
.futureBuilding_card--fixed {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.futureBuilding_card--fixed .futureBuilding_card_img {
    height: 220px;
    overflow: hidden;
    border-radius: 16px;
    flex-shrink: 0;
    margin-bottom: 16px;
}
.futureBuilding_card--fixed .futureBuilding_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}
.futureBuilding_card--fixed h4 {
    flex: 1;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.futureBuilding_card--fixed .bottom_cardBtn {
    margin-top: auto;
}
.tranding_tags_wrapper ul {
	margin-top: 16px
}
.tranding_tags_wrapper ul li {
	margin-bottom: 12px;
}
.tranding_tags_wrapper ul li a {
	color: #fb895d;
	font-size: 12px;
	line-height: 18px;
}





/* ------- Footer css start -------- */

.footerwrapper {
	position: relative;
}

.footer_ContactForm {
    background: rgb(255 255 255 / 8%);
    padding: 40px;
}
.footer_ContactForm .form-control {
   background-color: rgb(255 255 255 / 10%);
    padding: 12px 20px;
    color: white;
    border: 0px;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 10%);
}
.footer_ContactForm .form-label {
	color: #fff;
}
.footer_ContactForm .form-label span {
	color: #FB896D;
}
.footer_ContactForm .form-control::placeholder {
	color: #B4B4B4;
}
.title {
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    font-weight: 500;
}
.para {
	color: #6C6C6C;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
}
.socialBtn {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #3A3A3A;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    padding-bottom: 8px;
    position: relative;
    border-radius: 8px;
}
.socialBtn svg {
    flex-shrink: 0;
}
.socialBtn span {
    display: none;
}
.footer_section {
	column-gap: 50px;
}
.footerMenu h4 {
color: #FFFFFF;
font-size: 16px;
line-height: 32px;
font-weight: 600;
margin-bottom: 24px;
font-family: 'DMSans', sans-serif;/
}
.footerMenu  ul li a {
	color: #B4B4B4;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 16px;
}
.footerMenu  ul li a:hover {
	color: #FB896D;
}
footer {
    margin-bottom: 68px;
}
.footerImage {
max-width: 200px;
width: 100%;
padding-top: 40px;
margin: 0 auto;

}
.footerBottom ul {
text-align: center;
}

.footerBottom ul li, .footerBottom ul li a {

	display: inline-block;
	color: #fff;
	    position: relative;
	    font-size: 13px;
	    line-height: 26px;
}
.footerBottom ul li a {
	padding-left: 5px;
	color: #fff;
}
.footerBottom ul li a:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 2px;
    height: 11px;
}


/*------ Faq section css start --------- */

.herobanner_wrapper {
position: relative;
}
.bannerContent{
	    max-width: 800px;
    position: absolute;
    top: 32px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.breadcrumblist {
   display: flex;
   align-items: center;
       gap: 10px;
}
.breadcrumb_item a{
color: #949494;
display: inline-block;
}
.breadcrumb-nav {
    margin-bottom: 0;
}
.breadcrumb-nav .breadcrumb_item a {
    color: #6C6C6C;
    font-size: 12px;
    text-decoration: none;
}
.breadcrumb-nav .breadcrumb_item a:hover {
    color: #FB896D;
}
.bannerContent h2 {
	font-size: 66px;
	line-height: 90px;
	font-weight: 500;
color: #fff;
}

.sectionhead_wrapper {
margin-bottom: 60px;
}
.section_title {
/* font-size: 40px;
line-height: 50px;
font-weight: 500;
color: #1A1A1A;
margin-bottom: 10px; */
    font-size: 29px;
    line-height: 50px;
    font-weight: 800;
    color: #E65100;
    margin-bottom: 10px;

}
.sectin_text , .sectin_text-1 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #6C6C6C;
}

/* Reduce font-size for CMS-injected rich text inside sectin_text */
.sectin_text h1,
.sectin_text h2,
.sectin_text h3,
.sectin_text h4,
.sectin_text h5,
.sectin_text h6 {
    font-size: 0.85em;
    line-height: 1.25;
    margin: 0 0 8px;
}
.sectin_text p,
.sectin_text span,
.sectin_text strong,
.sectin_text b {
    font-size: 0.92em;
    line-height: 1.5;
}
.sectin_text-1 {
font-size: 14px;
	line-height: 24px;
}

/*---- accordian css ---- */

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: inherit;
    color: inherit;
    margin-bottom: 16px;
}
.accordion-button:focus {
	box-shadow: inherit;
}
.accordion-item:not(:first-of-type) {
	border-top: inherit;
}
.accordion-item {
    border: 1px solid #ccc!important;
    margin-bottom: 24px;
        padding: 32px;
}
.accordion-item:first-of-type {
	border-radius: 0px;
}
.accordion-button {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    font-family: 'DMSans', sans-serif;
    align-items: flex-start;
}
.accordion-button {
    padding: 0px;
}
.accordion-body {
    padding: 0px;
    padding-right: 100px;
}

.accordion-button::after {
	padding-right: -24px;
}


/*------ news letter css start ------ */

.newsletter_note p {
	font-size: 22px;
	line-height: 32px;
	color: #E2680A;
	font-style: italic;
}
.newsletter_note {
	margin-bottom: 60px;
}
.subs_content {
    margin-bottom: 32px;
}
.subs_event h4 {
    font-size: 18px;
    color: #1A1A1A;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'DMSans', sans-serif;
}

.newsletter_form_rapper .footer_ContactForm {
    background: #1A1A1A0D;
}
.newsletter_form_rapper .footer_ContactForm .form-label {
    color: #1A1A1A;
}
.newsletter_form_rapper .footer_ContactForm .form-control {
	background-color:#fff;
}
.newsletter_form_rapper .footer_ContactForm .form-control::placeholder {
	color: #B4B4B4;
}
.more {
  display: none;
}
.readmoreBtn {
    display: inline;
    font-size: 14px;
    line-height: 24px;
    color: #E2680A;
    font-weight: 600;
}
/*---- slider css start -- */

.products_card_img {
	margin-bottom: 20px;
}
.product_card_title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.product_card_title h4 {
	font-size: 22px;
	line-height: 32px;
	color: #1A1A1A;
	font-family: 'DMSans', sans-serif;
	    font-weight: 600;
}
.products_card_content p {
    color: #424242;
}
.btnview {
    color: #FB896D;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
    font-weight: 600;
    border-radius: 8px;
}
.faqview_Btn {
text-align: right;
}
/*---------- annual report css start ---------- */

.annualreport_card_wrapper {
    border: 1px solid #E8E8E8;
    padding: 24px;
        margin-bottom: 32px;
}
.reportDate {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #1A1A1A;
}
.reportTitle {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}

/*---- contact form css start -----*/


.contactCard {
    border: 1px solid #E8E8E8;
    padding: 64px;
    display: flex;
    align-items: center;
  gap: 24px;
   /* flex-wrap: wrap*/
}
.contactCard h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #1A1A1A;
    font-family: 'DMSans', sans-serif;
}
.contactCard p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #1A1A1A;
}

.contactForm_wrapper {
    border: 1px solid #E8E8E8;
    padding: 64px;
}
.contactForm_wrapper .form-control {
    background: #1A1A1A0D;
    border: 0px;
    border-radius: 8px;
    margin-bottom: 24px;
}
.contactForm_wrapper .form-control::placeholder {
    color: #B4B4B4;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/*----counter css-----*/


.counter-box {
   display: block;
    border: 1px solid #E8E8E8;
    padding: 40px 30px;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.counter-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.counter-box p {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
    font-family: 'DMSans', sans-serif;
}

.counter {
    display: block;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    /* font-family: 'PlayfairDisplay', serif; */
     font-family: 'DMSans',sans-serif;
}
.red {
 color: #FF3500;
}
.counter-box.red {
    border-top: 3px solid #FF3500;
}
.green {
 color: #006C67;
}
.counter-box.green {
    border-top: 3px solid #006C67;
}
.lightBlue {
 color: #0D8EF7;
}
.counter-box.lightBlue {
    border-top: 3px solid #0D8EF7;
}

.blue {
 color: #3F78CE;
}
.counter-box.blue {
    border-top: 3px solid #3F78CE;
}

/* Homepage statistics cards */
.home-stats-cards .counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 175px;
    text-align: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    /* padding: 28px 20px; */
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    min-height: 177px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-stats-cards .counter-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
    border-color: rgba(234, 88, 12, 0.35);
}

.home-stats-cards .stat-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.08);
    color: #EA580C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.home-stats-cards .stat-icon {
    width: 30px;
    height: 30px;
}

.home-stats-cards .counter {
    color: #EA580C;
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.home-stats-cards .counter-box p {
    color: #16325B;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    font-family: 'DMSans', sans-serif;
    margin: 0;
}

/* About section stats strip */
.hss-about-stats-strip {
    background: #FFF7ED;
    border-radius: 0;
    overflow: hidden;
}

.hss-about-stat-item {
    text-align: left;
    color: #16325B;
    padding: 16px 18px;
    min-height: 128px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    transition: transform 0.25s ease;
}

.hss-about-stat-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #16325B;
    opacity: 0.95;
    flex-shrink: 0;
}

.hss-about-stat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hss-about-stat-number {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 4px;
    color: #EA580C;
    font-family: 'DMSans', sans-serif;
}

.hss-about-stat-item p {
    margin: 0;
    color: #16325B;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    font-family: 'DMSans', sans-serif;
    max-width: 240px;
}

.hss-about-stats-strip .row > div:not(:last-child) .hss-about-stat-item {
    border-right: 1px solid rgba(22, 50, 91, 0.12);
}

.hss-about-stat-item:hover {
    transform: translateY(-4px);
}

@media (max-width: 1199px) {
    .hss-about-stat-number {
        font-size: 35px;
    }

    .hss-about-stat-item p {
        font-size: 18px;
    }

    .hss-about-stat-icon {
        width: 30px;
        height: 30px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .hss-about-stat-item {
        padding: 14px 12px;
        min-height: 108px;
        gap: 8px;
    }

    .hss-about-stat-icon {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }

    .hss-about-stat-number {
        font-size: 34px;
    }

    .hss-about-stat-item p {
        font-size: 14px;
        line-height: 1.2;
        max-width: 170px;
    }

    .hss-about-stats-strip .row > div:nth-child(2) .hss-about-stat-item,
    .hss-about-stats-strip .row > div:last-child .hss-about-stat-item {
        border-right: 0;
    }
}
.mission_img, .vission_content{
    margin-right: 30px;
}
.mission_content, .vission_img {
    margin-left: 30px;
}
.mission_content ul, .vission_content ul {
    margin-top: 24px;
    margin-left: 16px;
}
.mission_content ul li, .vission_content ul li {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    list-style-type: disc;
    margin-bottom: 10px;
}


.about_player {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border: 1px dashed #FFFFFF80;
    padding: 10px;
    border-radius: 100%;
}
.howTagline_wrapper {
   max-width: 520px;
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: right;
}
.howTagline_wrapper h3 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
}


/*
.navigationMenu .nav .nav-item .nav-link {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}*/
/*.navigationMenu {
    position: relative;
}*/
.megamenunews_wrapper_content {
    margin-bottom: 16px;
}
.megaMenu_tabs {
   padding: 12px 0px;
    background: #f9f9f9;
    max-width: 180px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.megaMenu_tabs ul li {
    display: block;
    padding: 6px 16px;
    cursor: pointer;
    color: #666;
    font-weight: 500;
    line-height: 1.4;
}
.megaMenu_tabs .active {
    background: #ffff;
    color: #000;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.megamenu_list .megaMenu_section {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    top: 75px;
    border: 1px solid #dadada;
        box-shadow: 0px 10px 4px 0px rgb(16 16 16 / 50%);
    z-index: 99;
}
.megamenu_list:hover .megaMenu_section {
  opacity: 1;
  visibility: visible;
}
.megaMenu_section {
    display: flex;
    width: 100%;
    column-gap: 20px;
}
.tabContent {
    display: none;
}
.show_active {
  display: block;
}
.megaMenuContent .tabContent { display: none; }
/* adjust to your layout: block / flex / grid etc. */
.megaMenuContent .tabContent.show_active { display: block; }

/* Simple Submenu for Who we are */
.submenu_list {
    position: relative;
}
.submenu_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e5e5e5;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 99;
    border-radius: 8px;
    overflow: hidden;
}
.submenu_list:hover .submenu_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.submenu_dropdown li {
    margin: 0;
    padding: 0;
    position: relative;
}
.submenu_dropdown li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: linear-gradient(to right, transparent, #e5e5e5, transparent);
}
.submenu_dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 16px;
    color: #1A1A1A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'DMSans', sans-serif;
    position: relative;
    overflow: hidden;
}
.submenu_dropdown li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, #FB896D 0%, #ff9d7d 100%);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}
.submenu_dropdown li a svg {
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
}
.submenu_dropdown li a span {
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.submenu_dropdown li a:hover {
    color: #fff;
    padding-left: 20px;
}
.submenu_dropdown li a:hover::before {
    width: 100%;
}
.submenu_dropdown li a:hover svg {
    transform: translateX(4px) scale(1.1);
    filter: brightness(0) invert(1);
}
.submenu_dropdown li a:hover span {
    transform: translateX(2px);
}

.Mobile_Menu {
display: none;
}

.megaMenuContent{
    padding: 20px 0px;
}
.megamenu_news_wrapper {
    display: flex;
    gap: 16px;
}
.tranding_tags_wrapper {
    max-width: 150px;
    width: 100%;
    border-left: 1px solid #ededed;
    padding: 10px;
}
.megamenunews_wrapper_content p {
    font-size: 12px;
    margin-bottom: 8px;
}
.megamenunews_wrapper_content img {
margin-bottom: 8px;
}

/*trending news marquee css start */
.trending_news_section {
    background-color: #2a2a2a;
    padding: 12px 0;
    position: relative;
    z-index: 10;
}
.trending_label {
    color: #FB896D;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'DMSans', sans-serif;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
.trending_label::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #FB896D;
}
.trending_marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 12px;
}
.trending_marquee_content {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: scrollTrending 60s linear infinite;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'DMSans', sans-serif;
}
.trending_marquee:hover .trending_marquee_content {
    animation-play-state: paused;
}
@keyframes scrollTrending {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.trending_item {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
}
.trending_separator {
    color: #3b82f6;
    margin: 0 10px;
    font-weight: bold;
    font-size: 14px;
}
/*trending news marquee css end */

/*hero slider css start */

.hero_slider_wrapper .owl-carousel .item {
	min-height: 600px;
	display: flex;
	align-items: center;
}

.hero_banner_slide {
background-image: url(../image/banner.jpeg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
padding-top: 150px;
padding-bottom: 150px;
min-height: 600px;
display: flex;
align-items: center;
width: 100%;
}
.hero_banner_slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: 1;
}
.banner_content_info {
position: relative;
z-index: 9;
}
.herobanner_label {
	background-color: #E65100;
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
}
.banner_content_info h1 {
    background: #0000008f;
    padding: 12px 20px;
    color: #fff;
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 24px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
.hero_banner_button svg{
width: 20px;
    height: 20px;
    background: #3b82f6;
    border-radius: 50%;
    padding: 4px;
}
.hero_banner_button svg path {
    fill: #fff;
}
.hero_banner_button {
    display: flex;
    gap: 8px;
    align-items: center;
}
.hero_banner_button h5, .hero_banner_button p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
     font-family: 'DMSans', sans-serif;
}
.hero_slider_wrapper .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
}

.hero_slider_wrapper .owl-theme .owl-dots .active span {
	width: 50px;
	border-radius: 8px;
	background: #fb895d!important;
}

/* Responsive height adjustments for hero slider */
@media (max-width: 768px) {
	.hero_slider_wrapper .owl-carousel .item {
		min-height: 500px;
	}
	.hero_banner_slide {
		min-height: 500px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.banner_content_info h1 {
		font-size: 30px;
		min-height: 60px;
	}
}

@media (max-width: 480px) {
	.hero_slider_wrapper .owl-carousel .item {
		min-height: 450px;
	}
	.hero_banner_slide {
		min-height: 450px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.banner_content_info h1 {
		font-size: 26px;
		min-height: 50px;
	}
}

/*---News details start---- */

.recentNewsCard_wrapper{
    display: flex;
    gap: 15px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 24px;
}
.recentNewsCard_content {
    flex: 1;
    min-width: 0;
}
.recentNewsCard_content h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
    font-family: 'DMSans', sans-serif;
}
.recentNewsCard_content p {
    font-size: 12px;
    line-height: 20px;
    color: #1a1a1a;
    font-weight: 400;
}
.readingBtn {
    margin-top: 12px;
    text-decoration: underline;
    color: #E2680A;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}
.newsArtile_title {
	    font-size: 33px;
	    margin-bottom: 24px;
	    color: #1A1A1A;
}
.newsBgimage {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}
.newsDetail_title{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1A1A1A;
}
.newsMeta_wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6C6C6C;
}
.newsMeta_author{
    font-weight: 600;
    color: #F26A21;
}
.newsMeta_separator{
    color: #B1B1B1;
}
.newsMeta_category{
    font-weight: 500;
}
.news-content_wrapper p {
    color: #6C6C6C;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Scroll to Top Button */
.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #E65100;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
    background-color: #e6785a;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-to-top-btn:active {
    transform: translateY(-1px);
}

.scroll-to-top-btn svg {
    width: 24px;
    height: 24px;
}
.Newdetails_bannerContent {
    max-width: 1000px;
    position: absolute;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.Newdetails_bannerContent h2{
    font-size: 66px;
    line-height: 90px;
    font-weight: 500;
    color: #fff;
}
.recentNewsCard_wrapper img {
    width: 181px;
    height: 126px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}

/* Global slight font-size reduction for all frontend text (safe scaling) */
html {
    font-size: 92%;
}
body {
    font-size: 92%;
}
