/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 10:19:33 */
:root {
  --primary: #ff6505;
  --secondary: #0F0F0F;
	--green: #4ad66d;
	--hover: #D36027;
	--lightbg: #fbf9f7;
	--background: #fff6f0;
}

a:focus{
	outline: none !important;
}
.elementor-lightbox .elementor-swiper-button:focus{
	outline-width: 0 !important;
}

div[data-elementor-type="wp-page"] p a {
    color: var(--primary);
}


h1.page-header-title.clr {
    text-align: center;
}

nav.site-breadcrumbs.clr.position- {
    text-align: center;
}


/* Cookies consent */

button.cky-btn.cky-btn-customize {
    display: none;
}


/* Topbar */

div#top-bar {
    max-width: 1400px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

div#top-bar li a {
    color: #B4B4B9;
}

div#top-bar li a:hover {
    color: var(--primary);
}

div#top-bar-inner {
    display: flex;
    justify-content: flex-end;
}

span.topbar-content input {
    height: 35px !important;
    min-height: 35px;
    color: #B4B4B9;
	border-radius: 8px !important;
}

ul#menu-topbar-menu li {
    margin-right: 25px;
}


span.topbar-content {
    display: flex;
}

div#top-bar-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* Header */

header#site-header {
    position: sticky;
    top: 0;
}

div#site-navigation-wrap li a {
    letter-spacing: 0 !important;
}

.header_btn a span {
    background: var(--primary);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    transition: .3s all;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 35px;
	position: relative;
    z-index: 1;
	overflow: hidden;
}

.header_btn a span:hover {
    background: var(--hover);
}

header ul.sub-menu {
    border: none !important;
/*     border-radius: 12px; */
}

/* header ul.sub-menu li:first-child a, 
header ul.sub-menu li:last-child a {
    border-radius: 12px !important;
}

header ul.sub-menu a:hover {
    color: var(--primary) !important;
}
 */

/* .header_btn a span:before {
    display: block;
    content: "";
    height: 100%;
    width: 0;
    background: var(--secondary);
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s all;
    z-index: -1;
}

.header_btn a span:hover {
    background: var(--primary);
}

.header_btn a span:hover::before {
    width: 100%;
} */

ul#menu-main-menu {
    display: flex;
    align-items: center;
}

#site-navigation-wrap {
    right: 0;
}

nav#site-navigation > ul > li:last-child > a {
    padding-right: 0;
}

div#site-header-inner {
    max-width: 1400px;
    margin: 0 auto;
}

/* Section heading */


/* container */
.section_heading .elementor-heading-title {
  display: inline-block; /* allow wrapping & line breaks naturally */
  line-height: 1.1;      /* tweak to taste */
  font-weight: 700;      /* optional */
/*   font-size: 36px;       /* optional */ */
}

/* keep words grouped so spacing is preserved between words */
.section_heading .elementor-heading-title .word {
  display: inline; /* inline so words flow naturally */
}

/* each character: inline-block so it animates but does not collapse */
.section_heading .elementor-heading-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.45em);
  /* don't set animation-name here; it will be applied when .animate is toggled */
}

/* when this class is added, animation runs for each .char with delays set inline */
.section_heading .elementor-heading-title.animate .char {
  animation-name: waveUp;
  animation-duration: 0.48s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.2,.8,.2,1);
}

@keyframes waveUp {
  from {
    opacity: 0;
    transform: translateY(0.45em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* .section_heading .elementor-heading-title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.section_heading .elementor-heading-title span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: waveUp 0.6s ease forwards;
}

@keyframes waveUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.section_heading .elementor-heading-title.animate span {
  animation-name: waveUp;
} */


/* Button effect */

/* a.elementor-button,
.event-content a.btn-readmore,
.important_links_accordion .elementor-accordion .elementor-tab-content ul li a {
    position: relative;
    z-index: 1;
    overflow: hidden;
	border-radius: 8px;
}

a.elementor-button:hover,
.event-content a.btn-readmore:hover,
.important_links_accordion .elementor-accordion .elementor-tab-content ul li a:hover{
    background: var(--primary);
}

a.elementor-button:before,
.event-content a.btn-readmore:before,
.important_links_accordion .elementor-accordion .elementor-tab-content ul li a:before{
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: var(--secondary);
    transition: .3s all;
}

a.elementor-button:hover::before,
.event-content a.btn-readmore:hover::before,
.important_links_accordion .elementor-accordion .elementor-tab-content ul li a:hover::before{
    background: var(--secondary);
    width: 100%;
}

.dark_bg_btn a.elementor-button:hover::before{
	background: #fff !important;
}

.dark_bg_btn a.elementor-button:hover{
	background: var(--primary) !important;
} */


/* Hero section  */

.hero_section_main span.eael-fancy-text-prefix {
    display: block;
    line-height: 1 !important;
}

/* About icon section  */

.section_subheading h4.elementor-heading-title {
    position: relative;
    border-left: 3px solid;
    padding-left: 8px;
}


.after_about_icon_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
/*     grid-gap: 20px; */
}

.after_about_icon_cards .elementor-container > .elementor-column {
    width: 100%;
    border-right: 1px solid #e2e2e2;
/*     padding-left: 40px; */
}

.after_about_icon_cards .elementor-container > .elementor-column:first-child {
    padding-left: 0;
}

.after_about_icon_cards .elementor-container > .elementor-column:last-child {
    border: none;
}

.after_about_icon_cards .elementor-container {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 12px;
}

.after_about_icon_cards figure.elementor-image-box-img a:before {
    transition: .3s all;
    content: "";
    height: 60px;
    width: 60px;
    background: #fff1ea;
    position: absolute;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.after_about_icon_cards figure.elementor-image-box-img {
    position: relative;
    z-index: 1;
}

.after_about_icon_cards .elementor-image-box-wrapper:hover figure.elementor-image-box-img a:before {
    height: 75px;
	width: 75px;
    top: 40%;
}

.after_about_icon_cards h3.elementor-image-box-title {
    margin-bottom: 0;
}

/* News Events cards */

.event-card a {
    border-radius: 12px;
    overflow: hidden;
	font-size: 16px;
}

.event-content {
    border-radius: 0 0 12px 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.event-content {
    max-width: 90%;
    background: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
        padding: 20px 15px;
    top: -30px;
}

span.event-date {
    position: absolute;
    top: -15px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    padding: 2px 15px;
    left: 0;
    top: -25px;
}

.event-content h3 {
   margin-bottom: 15px;
    font-weight: 700;
}

.event-content h3 a {
  font-size: 14px !important;
}


.event-content a.btn-readmore {
    background: var(--primary);
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.event-content a.btn-readmore:hover {
    background: var(--secondary);
}

.event-card {
    display: flex;
    flex-direction: column;
}

.event-content {
    flex: 1;
}


.btn-readmore-custom .button-text {
	position: relative;margin-right: 0;display: inline-block;vertical-align: middle;text-indent: -110px;visibility: hidden;white-space: nowrap;opacity: 0;font-weight: 700;font-size: 16px;color: var(--secondary);
}

.btn-readmore-custom {
    background: transparent;
    display: inline-flex;
    align-items: center;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: var(--theme-color-text_dark);
    z-index: 1;
    overflow: hidden;
}

.event-card:hover .btn-readmore-custom .button-text,
ul.statutory-pdf-list li:hover .btn-readmore-custom .button-text{
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
}

.btn-readmore-custom .button-text {
    transition: .3s all;
}

.btn-readmore-custom span.button-icon {
    transition: .3s all;
}

.btn-readmore-custom span.button-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    position: relative;
    top: 5px;
}

.btn-readmore-custom span.button-icon svg {
    width: 16px;
    fill: var(--primary);
}

.btn-readmore-custom span.button-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}

.btn-readmore-custom span.button-icon {
    position: relative;
    top: 5px;
}


/* news & event tabs */

ul.event-tabs {
    margin: 0;
    margin-bottom: 30px;
}

ul.event-tabs li.tab-button {
    background: #f3f3f3 !important;
    border: 1px solid #ddd !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
    color: #414141 !important;
    font-size: 16px !important;
}

ul.event-tabs li.tab-button.active, ul.event-tabs li.tab-button:hover {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

.event-description-item h3.event-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}


/* Announcement cards */

.announcement_cards_homepage button.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
	background: var(--primary);
	color: #fff;
}

.announcement_cards_homepage ul.slick-dots {
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 25px;
}

.announcement_cards_homepage ul.slick-dots li button {
    display: none;
}

.announcement_cards_homepage ul.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #a5a5a5;
    margin: 0 3px;
}

.announcement_cards_homepage ul.slick-dots li.slick-active {
    background: var(--primary);
}

.announcement_cards_homepage button.slick-next.pull-right.slick-arrow {
    right: 0;
}

.announcement_cards_homepage .announcement-grid:hover button.slick-arrow {
	opacity: 1;
}


.announcement_cards_homepage .announcement-card {
    background: #FFF7F1;
    margin: 0 10px;
    padding: 40px 30px 10px 30px;
    border-radius: 0 0 12px 12px;
    border: 1px solid var(--primary);
    border-top: 5px solid var(--primary);
    height: inherit;
}

.announcement_cards_homepage .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
}

.announcement_cards_homepage h3.announcement-title a {
    font-size: 14px;
    font-weight: 400;
}

.announcement_cards_homepage span.announcement-date {
    color: var(--primary);
    padding: 0;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

.announcement_cards_homepage .slick-track {
    display: flex;
}

.announcement_cards_homepage h3.announcement-title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.announcement_cards_homepage .announcement-card {
    padding-bottom: 30px;
}

/* .announcement-header {
    position: relative;
	padding-left: 40px;
}

.announcement-header:before {
    content: "";
    height: 35px;
    width: 35px;
    background: url(/wp-content/uploads/2025/10/NEWBADGE.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    margin-right: 10px;
	left: 0;
} */

.announcement_cards_homepage button.slick-prev.pull-left.slick-arrow {
    left: -20px;
}

.announcement_cards_homepage button.slick-next.slick-arrow {
    right: -20px !important;
}

.announcement_cards_homepage button.slick-arrow:hover {
    background: #fff;
    color: var(--secondary);
}

.announcement_cards_homepage button.slick-arrow.slick-disabled {
    opacity: 0 !important;
}

/* .announcement_cards_homepage .announcement-card:before {
    content: "NEW";
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 1px 30px;
    position: absolute;
    top: 5px;
    left: -28px;
    transform: rotate(-45deg);
} */

.announcement_cards_homepage .announcement-card {
    position: relative;
    overflow: hidden;
}

/* What we do section  */

.what_we_do_section .elementor-widget-text-editor ul li::marker {
	color: var(--primary);
}

.what_we_do_section .elementor-widget-text-editor ul li {
    margin-bottom: 8px;
}


/* Green energy section  */

.green_energy_list ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    max-width: 450px;
    line-height: 1.4;
}

.green_energy_list ul li {
    background: #fff;
    padding: 30px;
    margin: 0 !important;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}


.what_we_do_section .elementor-widget-text-editor ul li:first-child {
    border-radius: 100px 100px 0 100px;
	background: #fff2da;
}

.what_we_do_section .elementor-widget-text-editor ul li:nth-child(2) {
    border-radius: 100px 100px 100px 0;
	background: #b9fdc9;
	border: 2px solid var(--green);

}

.what_we_do_section .elementor-widget-text-editor ul li:nth-child(3) {
    border-radius: 100px 0 100px 100px;
	background: #b9fdc9;
	border: 2px solid var(--green);
}

.what_we_do_section .elementor-widget-text-editor ul li:nth-child(4) {
    border-radius: 0 100px 100px 100px;
	background: #fff2da;
}

.what_we_do_section .elementor-widget-text-editor ul li {
    border: 2px solid var(--primary);
    text-align: center;
}

/* .what_we_do_section .elementor-widget-text-editor ul li:hover{
	border-color: var(--green);
} */



/* Footer logo section  */

.footer_logo_section figure.swiper-slide-inner img {
    height: 80px;
    object-fit: contain;
}

/* Footer */

.custom_footer ul.menu {
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.custom_footer ul.menu li a {
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
	-webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom_footer ul.menu li a:hover {
    margin-left: 12px;
	position: relative;
	transition: all 0.3s ease;
}

.custom_footer ul.menu li a:after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -5px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
}

.custom_footer ul.menu li a:hover::after {
    width: 100%;
    opacity: 1;
}


.footer_contact p a {
    color: #fff;
}

.footer_contact p em {
    font-style: normal;
    color: var(--primary);
}

.footer_contact p {
    margin-bottom: 10px;
}

.footer_contact p a:hover {
    color: var(--primary);
}

div#footer-bottom a:hover {
    color: var(--secondary) !important;
}


/* Inner page page title */

h1.page-header-title.clr {
    font-weight: 800 !important;
}

nav.site-breadcrumbs.clr.position- {
    margin-top: 10px;
}

/* Important link page */

.important_links_accordion .elementor-accordion-item {
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px;
    margin-bottom: 10px;
}

.important_links_accordion .elementor-accordion .elementor-tab-title {
      padding: 25px;
    font-size: 18px;
}

.important_links_accordion .elementor-accordion .elementor-tab-content {
    border: none;
}

.important_links_accordion .elementor-accordion .elementor-tab-title.elementor-active {
    border-bottom: 1px solid #e2e2e2;
}

.important_links_accordion .elementor-accordion .elementor-tab-content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    grid-gap: 10px;
}

.important_links_accordion .elementor-accordion .elementor-tab-content ul li a {
    background: transparent;
    padding: 8px;
    border-radius: 100px;
    color: var(--secondary);
    text-align: center;
    font-size: 14px;
    position: relative;
    height: 100%;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary) !important;
}

.important_links_accordion .elementor-accordion .elementor-tab-content ul li a:hover{
	background: var(--primary);
	color: #fff;
}

.important_links_accordion .elementor-accordion .elementor-tab-content h4{
	margin-top: 25px;;
	margin-bottom: 10px;
}

/* Career page */

.career_page_content table {
    border-radius: 8px !important;
    overflow: hidden;
}

.career_page_content tbody th {
    font-weight: 600;
}

.career_page_content tbody tr:first-child {
    background: var(--primary) !important;
    color: #fff;
}

.career_page_content tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.career_page_content tbody tr td, 
.career_page_content tbody tr th{
	text-align: center;
}

.career_page_content tbody tr td{
padding-top: 18px;
    padding-bottom: 18px;
}



.career_page_content tbody tr td:first-child,
.career_page_content tbody tr th:first-child{
    font-weight: 600;
	text-align: left;
}

.career_page_content tbody tr td a {
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
}

.career_page_content tbody tr td a:hover {
    background: var(--secondary);
    color: #fff;
}

.career_page_content tbody tr td:last-child a {
    background:#4bba67;
}

.career_page_content tbody tr td:last-child a:hover {
    background: var(--secondary) !important;
}

.sticky-image {
    position: sticky;
    top: 50px;
}

/* Gallery page */

.gallery_tab_section .elementor-tab-title.elementor-active:before, .elementor-tab-title.elementor-active:after {
    display: none !IMPORTANT;
}

.gallery_tab_section .elementor-tab-title.elementor-active {border: none;}

.gallery_tab_section .elementor-tab-content {
    border: none !important;
    padding: 0 !important;
}

/* .gallery_tab_section figure.gallery-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.gallery_tab_section .elementor-image-gallery .gallery-item {
    width: 100% !important;
}

.gallery_tab_section figure.gallery-item a {
    width: 100%;
} */

.gallery_tab_section .elementor-tabs-wrapper .elementor-tab-title {
    border: 1px solid #e2e2e2 !important;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 8px;
}

.gallery_tab_section .elementor-tabs-wrapper .elementor-tab-title:hover{
	background: #f5f5f5;
}

.gallery_tab_section .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: var(--primary);
    color: #fff;
}


/* Button Animation */

span.elementor-button-icon {
    position: absolute;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    top: 50%;
    opacity: 0;
    will-change: right, opacity;
    transition: .3s all;
}

a.elementor-button.elementor-button-link {
    position: relative;
    transition: .3s all !important;
}

a.elementor-button.elementor-button-link:hover span.elementor-button-icon {
    opacity: 1;
    right: 20px;
}

a.elementor-button:hover span.elementor-button-text {
    transform: translateX(-15px);
	
}

a.elementor-button span.elementor-button-text {
    transition: .3s all;
	top: 1px;
    position: relative;
}


/* About page */

/* .fixed_about_content .elementor-widget-image {
    position: sticky;
    top: 40px;
} */

.fixed_about_content p em {
    color: var(--primary);
    font-weight: 800 !important;
    font-style: normal;
    /* font-size: 20px; */
    line-height: ;
}

.fixed_about_content h6 {
    font-size: 12px;
}

/* mission vision section  */

.mission_vision_section .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.mission_vision_section .elementor-column {
    width: 100%;
}

.mission_vision_section .elementor-column:nth-child(2) .elementor-element-populated {
    padding: 30px;
    border-radius: 12px;
}

.mission_vision_section .elementor-column:nth-child(2) li {
    margin-bottom: 5px;
    line-height: 1.5;
}


/* Team Member cards */

            .team-members-wrap {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 40px;
            }
            .team-card {
                background: #fff;
                padding: 20px;
                border-radius: 12px;
                box-shadow: 0 2px 8px rgba(0,0,0,0.1);
                text-align: center;
                transition: transform 0.3s ease;
				    margin-top: 40px;
            }
            .team-card:hover { 
				transform: translateY(-5px);
				box-shadow: 0 3px 26px rgba(0,0,0,0.09);
}
            .team-image {
                width: 100%;
                border-radius: 10px;
                margin-bottom: 10px;
            }
          
            /* Overlay */
            .team-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.4s ease;
                z-index: 9998;
            }
            .team-overlay.active {
                opacity: 1;
                visibility: visible;
            }

            /* Drawer */
            .team-drawer {
                position: fixed;
                top: 0;
                right: -100%;
                width: 50%;
                height: 100%;
                background: #fff;
                box-shadow: -5px 0 15px rgba(0,0,0,0.3);
                transition: right 0.4s ease;
                z-index: 9999;
                overflow-y: auto;
            }
            .team-drawer.open { right: 0; }
            .team-drawer-inner {
                padding: 20px;
                position: relative;
            }
            .team-drawer-close {
                font-size: 30px;
                cursor: pointer;
                position: absolute;
                right: 20px;
                top: 10px;
            }
            .team-drawer-content img {
                width: 100%;
                border-radius: 10px;
                margin-bottom: 15px;
            }
            #drawer-description {
                margin-top: 10px;
                line-height: 1.6;
            }

            /* Responsive: full width on mobile */
            @media (max-width: 768px) {
                .team-drawer {
                    width: 100%;
                }
            }

/* .team-drawer-content #drawer-description {
    max-height: 180px;
    overflow-y: scroll;
}

.team-drawer.open {
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 80vh;
} */

.team-card img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #ffffff;
	position: relative;
    top: -70px;
    margin-bottom: -60px;
}

.team-card h3.team-name {
    margin-bottom: 0;
    font-weight: 700;
}

.team-card p.team-designation {
    margin-bottom: 0;
}

.team-card p.team-card-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-card p.team-din {
    margin-bottom: 5px;
	color: var(--primary);
    font-size: 14px;
}

.team-card:hover img {
    border-color: var(--primary);
}

.team-card img {
    transition: .3s all;
}

.team-card button.team-read-more .button-text {
	position: relative;margin-right: 0;display: inline-block;vertical-align: middle;text-indent: -110px;visibility: hidden;white-space: nowrap;opacity: 0;font-weight: 700;font-size: 16px;color: var(--secondary);
}

.team-card button.team-read-more {
    background: transparent;
    display: inline-flex;
    align-items: center;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: var(--primary);
    z-index: 1;
    overflow: hidden;
}

.team-card span.button-icon svg {
    width: 16px;
	fill: var(--primary);
}

.team-card:hover button.team-read-more .button-text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
	color: var(--primary);
}

.team-card button.team-read-more .button-text {
    transition: .3s all;
}

.team-card span.button-icon {
    transition: .3s all;
}

.team-card span.button-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    position: relative;
    top: 5px;
}

/* Team popup */

.team-drawer-content img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid #e2e2e2;
	object-fit: cover;
}

.team-drawer-content h3#drawer-name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
}

.team-drawer-content p#drawer-designation {
    margin-bottom: 0;
}

p#drawer-din {
    color: var(--primary);
    font-size: 14px;
}


/* Ceased team member card */

.team_ceased_member ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    list-style: none;
    margin: 0;
}

.team_ceased_member ul li {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}

/* Custom scrollbar for the drawer */
.team-drawer::-webkit-scrollbar {
    width: 5px;                /* scrollbar width */
}

.team-drawer::-webkit-scrollbar-track {
  background: #f1f1f1;       /* scrollbar track color */
  border-radius: 10px;
}

.team-drawer::-webkit-scrollbar-thumb {
  background: #0073aa;       /* scrollbar thumb color */
  border-radius: 10px;
}

.team-drawer::-webkit-scrollbar-thumb:hover {
  background: #005a87;       /* color when hovered */
}

/* For Firefox */
.team-drawer {
  scrollbar-width: thin;             /* options: auto | thin | none */
  scrollbar-color: #ffffff #f1f1f1;  /* thumb color | track color */
}


a.drawer-more-btn img {
    width: auto !important;
    height: auto;
    border: none;
    border-radius: 0;
}


/* Core value cards */

.core_values_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 20px;
}

.core_values_cards .elementor-container > .elementor-column {
    width: 100%;
    background: var(--lightbg);
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #0000000D;
}

.core_values_cards figure.elementor-image-box-img {
    width: 55px !important;
    height: 55px;
    background: var(--primary);
    padding: 8px;
    border-radius: 12px;
}

.core_values_cards h3.elementor-image-box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.core_values_cards p.elementor-image-box-description {
    font-size: 14px;
}

/* Award page */

#award_gallery figure img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100% !important;
}

#award_gallery figure.gallery-item a {
    display: block;
    width: 100%;
}

.award-accolades-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}

.award-accolades-wrap .award-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.award-accolades-wrap .award_image {
    margin-bottom: 15px;
    max-width: 120px;
}

.award-accolades-wrap .award_image img {
    width: 100%;
    border-radius: 8px;
	height:120px;
}

.award-accolades-wrap h3.award-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.award-accolades-wrap p.award-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}


/* Statutory pdf page */

ul.statutory-pdf-list span.year_card_badge {
    position: absolute;
    right: -5px;
    bottom: 20px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
}

ul.statutory-pdf-list li a {
    position: relative;
    background: #fff;
}

ul.statutory-pdf-list span.year_card_badge:after {
    content: "";
    width: 11px;
    height: 10px;
    background: #000;
    position: absolute;
    bottom: -5px;
    transform: rotate(45deg);
    z-index: -5;
    right: 2px;
}

ul.statutory-pdf-list {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}

ul.statutory-pdf-list li a {
    display: flex;
    align-items: flex-start;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 12px;
	height: 100%;
}

ul.statutory-pdf-list li a img {
    flex: 0 0 20%;
    margin-right: 15px !important;
}

ul.statutory-pdf-list .pdf_content_custom {
    flex: 1 1 auto;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px;
}

ul.statutory-pdf-list li a:hover {
    color: var(--secondary);
}

ul.statutory-pdf-list li a {
    display: flex;
}

ul.statutory-pdf-list .pdf_content_custom {
    display: flex;
    flex-direction: column;
	word-break: unset !important;
}

ul.statutory-pdf-list .pdf_content_custom .button-text {
    font-size: 14px !important;
}

ul.statutory-pdf-list .pdf_content_custom .button-icon svg {
    width: 14px !IMPORTANT;
}

ul.statutory-pdf-list .btn-readmore-custom {
    margin-top: 5px;
}


/* pdf tabs */

.statutory-pdf-tabs ul.statutory-pdf-list li {
    border: none !important;
    padding: 0 !IMPORTANT;
}

.statutory-pdf-tabs ul.statutory-pdf-list {
    grid-gap: 20px !important;
}

.statutory-pdf-tabs button {
    background: var(--lightbg) !important;
    color: var(--secondary) !important;
}

.statutory-pdf-tabs button.active, .statutory-pdf-tabs button:hover {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

.statutory-pdf-tabs h3.financial-year-heading {
    font-size: 24px;
    margin-top: 30px;
    font-weight: 800;
}


/* Composition of CSR */

.custom_table-design tbody tr:first-child {
    background: var(--primary) !important;
    color: #fff;
}

.custom_table-design table {
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.custom_table-design table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

/* Tender Page */

table.tender-table thead tr,
table.commercial-bill-table thead tr{
    background: var(--primary);
    color: #fff;
    font-size: 14px;
}

table.tender-table thead tr th,
table.commercial-bill-table thead tr th{
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.3;
    text-align: center;
	    min-width: 120px;
}

table.tender-table thead tr th{
	min-width: unset !important;
}

table.tender-table tbody tr td:first-child{
min-width: 400px;
}

table.tender-table tbody tr:nth-child(even),
table.commercial-bill-table tbody tr:nth-child(even){
    background: var(--lightbg);
}

table.tender-table,
table.commercial-bill-table{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    overflow: hidden;
}

table.tender-table tbody tr td:first-child,
table.commercial-bill-table tbody tr td:first-child{
    max-width: 400px;
/*     font-weight: 600; */
    text-align: left;
}

table.tender-table tbody tr td,
table.commercial-bill-table tbody tr td{
    text-align: center;
    font-size: 14px;
/*     vertical-align: middle; */
}

table.tender-table tbody tr td:nth-child(2),
table.commercial-bill-table tbody tr td:nth-child(2){
    max-width: 300px;
    line-height: 1.5;
}

table.tender-table thead tr th:first-child,
table.commercial-bill-table thead tr th:first-child{
	text-align: left;
    min-width: 200px;
}

table.tender-table thead tr th,
table.commercial-bill-table thead tr th{
    padding-top: 15px;
    padding-bottom: 15px;
}

table.tender-table tbody tr td a,
table.commercial-bill-table tbody tr td a{
   width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px !important;
    border-radius: 10px;
    background: #fff;
}

table.tender-table tbody tr td a:hover,
table.commercial-bill-table tbody tr td a:hover{
    background: var(--primary);
    color: #fff;
}

table.commercial-bill-table thead tr th:last-child {
    text-align: right;
}

table.commercial-bill-table tbody tr td:last-child {
    text-align: right;
}

table.commercial-bill-table tbody tr td {
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}




table.tender-table.tender-archived td:nth-child(2) {
    word-break: break-all;
}

table.tender-table.tender-archived td {
    min-width: 120px;
}

table.tender-table.tender-archived th {
    font-size: 12px;
}

table.tender-table.tender-archived button.view-more-annexures {
    background: transparent;
    color: var(--primary);
    text-decoration: underline;
    padding: 0;
    margin-top: 5px;
}

table.tender-table.tender-archived button.view-more-annexures:hover {
    color: var(--secondary);
}

table.tender-table.tender-archived td a {
    line-height: 1.3;
	
}

p.not-found-text {
    margin: 0;
    text-align: center;
}

table.tender-table.tender-archived td a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Policy pages */

.policy_content h3 {
    font-size: 22px;
    font-weight: 700;
	margin-top: 30px;
}

.policy_content h4 {
    font-size: 18px;
    font-weight: 700;
	
}

/* Homepage About Section */ 

.homepage_about_section .elementor-container{
	border-radius: 12px;
    overflow: hidden;
}

/* Investor page */

.shareholding_pattern_section figure.elementor-image-box-img {
    flex: 0 0 60px;
    background: var(--primary);
    border-radius: 8px;
    padding: 10px;
}

.shareholding_pattern_section .elementor-image-box-wrapper {
    align-items: center !important;
}

.shareholding_pattern_section .elementor-image-box-content h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.shareholding_pattern_section table {
    margin-bottom: 10px;
}

.shareholding_pattern_section table tr td:first-child {
    font-weight: 700;
}

.shareholding_pattern_section table tr td:last-child {
    color: var(--primary);
    font-weight: 700;
	text-align: right;
}

.shareholding_pattern_section tr.total {
    background: var(--primary);
    color: #fff;
}

.shareholding_pattern_section tr.total td {
    font-size: 20px;
    color: #fff !important;
}

.shareholding_pattern_section table {
    border-radius: 12px;
    overflow: hidden;
/*     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}


.shareholder_meeting_section figure.elementor-image-box-img {
    flex: 0 0 50px;
}

.shareholder_meeting_section .elementor-image-box-wrapper {
    max-width: 300px;
    background: var(--primary);
    padding: 12px;
    border-radius: 12px;
	margin: 0 auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.shareholder_meeting_section h3.elementor-image-box-title {
    margin: 0;
    font-size: 15px !important;
	color: #fff;
}

.shareholder_meeting_section .elementor-image-box-wrapper:hover {
    background:  var(--secondary);
}

.shareholder_meeting_section .elementor-image-box-wrapper:hover h3 {
    color: #fff !important;
}

.annual_return_section table {
    color: var(--secondary);
}

.annual_return_section table td, .annual_return_section table th {
    border-color:#e5e5e5;
}

.annual_return_section table thead tr {
    background: var(--primary);
}

.annual_return_section table thead tr th {
    font-weight: 700;
	color: #fff !important;
}

.annual_return_section table {
    border-radius: 12px;
    overflow: hidden;
}

.annual_return_section table td a {
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
}

.annual_return_section table td a:hover {
    background: var(--secondary);
    color: #fff;
}


/* Shareholder page */

.shareholders_cards_innerpage .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}

.shareholders_cards_innerpage .elementor-widget-wrap.elementor-element-populated > .elementor-element {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}

.shareholders_cards_innerpage figure.elementor-image-box-img img {
    height: 80px;
    object-fit: contain;
    margin-left: 0;
    object-position: left;
}

.shareholders_cards_innerpage h3.elementor-image-box-title {
    font-size: 20px;
    font-weight: 700;
}

/* Archive meeting page */

.meeting_list_li_custom_inner ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.meeting_list_li_custom_inner ul li {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 20px;
    font-weight: 500;
    line-height: 1.5;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.meeting_list_li_custom_inner ul li strong {
    display: block;
    color: var(--primary);
    font-size: 14px;
}

/* Our Business page */

.about_rationale_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.about_rationale_cards .elementor-container > div.elementor-column {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
}

.about_rationale_cards .elementor-container > div.elementor-column:first-child {
    background: var(--background);
}

.about_rationale_cards .elementor-container > div.elementor-column:last-child {
    background: var(--lightbg);
}

.bold_orange_text p strong, .bold_orange_text p b {
    color: var(--primary);
}

.allocation_table_inner table {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
}

.allocation_table_inner table tbody tr:first-child {
    background: var(--primary);
    color: #fff;
}

.allocation_table_inner table tbody tr td:last-child{
	text-align: right;
}

.allocation_table_inner table.table.table-striped td {
    padding-left: 0;
}

.allocation_table_inner table.table.table-striped td:last-child {
    text-align: center;
}

.allocation_state_table table td:first-child {
    padding-left: 0;
}

.allocation_state_table table td:last-child {
    text-align: center;
}

.india_map_locations {
    position: sticky;
    top: 60px;
}

.source_of_fuel_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.source_of_fuel_cards .elementor-container .elementor-column {
    width: 100%;
    border-radius: 12px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.source_of_fuel_cards h3.elementor-image-box-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.source_of_fuel_cards figure.elementor-image-box-img {
    width: 55px !important;
    height: 55px !important;
    background: var(--primary);
    padding: 8px;
    border-radius: 8px;
}

.project_strengths_accordion .elementor-accordion-item {
    border: 1px solid #e2e2e2 !important;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
	    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #fff;
}

.project_strengths_accordion .elementor-active a.elementor-accordion-title:hover {
    color: #fff !important;
}

.project_strengths_accordion .elementor-tab-title {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-weight: 600 !important;
	line-height: 1.4;
	
}

.project_strengths_accordion .elementor-tab-title.elementor-active {
    background: var(--primary);
    color: #fff;
}

.project_strengths_accordion span.elementor-accordion-icon-opened svg {
    fill: #fff;
}


.sustainablity_section .overlay-inner.overlay-inner-show {
    padding: 50px;
}


/* Step form */

.forminator-all-group-copies {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin-top: 20px;
}

label.forminator-label.forminator-repeater-label {
    font-size: 22px !IMPORTANT;
}

.forminator-all-group-copies.forminator-repeater-field .forminator-row {
    margin-bottom: 15px !important;
}

.forminator-row input {
    height: 50px !important;
    border-radius: 8px !IMPORTANT;
}

.forminator-pagination-footer {
    margin-top: 10px !important;
}

button.forminator-button.forminator-button-next,
button#forminator-submit{
    background: var(--primary);
    color: #fff;
    border-radius: 8px !IMPORTANT;
    height: 50px !important;
}

button.forminator-button.forminator-button-next:hover,
button#forminator-submit:hover{
    background: var(--hover) !important;
}

.forminator-button {
    box-shadow: none !important;
}

.forminator-design--default .forminator-button-back {
    height: 50px !IMPORTANT;
    border-radius: 8px !important;
    background: var(--secondary);
    color: #fff;
}

.forminator-design--default .forminator-button-back:hover {
    background: #e2e2e2;
	color: var(--secondary);
}

div#html-1 label.forminator-label {
    font-size: 22px !important;
}

.forminator-pagination--content > .forminator-row {
    margin-bottom: 15px !IMPORTANT;
}

.forminator-field-consent .forminator-checkbox__wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
}


/* saving calculator */

.saving_calculator thead {
    background: var(--primary);
}

.saving_calculator thead th {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.saving_calculator thead th:first-child {
    text-align: left;
}

.saving_calculator table.table {
    border-radius: 12px;
    overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.saving_calculator tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.saving_calculator tbody tr td {
    vertical-align: middle;
}

.saving_calculator tbody tr td:first-child {
    font-weight: 700;
	min-width: 300px;
}

.saving_calculator tbody tr td:nth-child(2){
	text-align: center;
}

.saving_calculator tbody tr td h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    margin-top: 10px;
}

.saving_calculator tbody tr:last-child {
    background: var(--primary);
}

.saving_calculator tbody tr:last-child td {
    color: #fff;
}

.saving_calculator tbody tr:last-child td input {
    background: transparent;
    border: none !important;
    color: #fff !important;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    text-align: center;
    font-weight: 700;
}

/* PDF flipbook */

.flipbook_section .dflip-books.df-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.flipbook_section .dflip-books.df-posts > div {
    width: 100%;
}

.flipbook_section span.df-book-title {
    position: unset !IMPORTANT;
    opacity: 1 !important;
    padding: 12px !important;
    font-size: 16px !IMPORTANT;
    line-height: 1.5;
}

.flipbook_section span.df-book-title span {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
}

.flipbook_section span.df-book-title {
    font-weight: 700;
    color: var(--secondary);
}



/* Changes 28-10-2025 */

header ul.sub-menu li a {
    background: var(--lightbg);
    color: var(--secondary) !important;
}

header ul.sub-menu li a:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

header .dropdown-menu li .sub-menu li.menu-item {
    border-color: #e2e2e2 !important;
}


header ul.sub-menu {
    background: transparent !important;
}

/* header ul.sub-menu li a {
    background: var(--primary);
}

header ul.sub-menu li a:hover{
	background: var(--lightbg);
}
 */
header .sfHover > ul.sub-menu > li:first-child > a {
    border-radius: 0;
}

header .sfHover > ul.sub-menu > li:last-child > a{
    border-radius: 0 0 12px 12px;
}

header ul.sub-menu ul.sub-menu li:first-child > a{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

header ul.sub-menu ul.sub-menu li:last-child > a{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}


/* about page logo section  */

.about_page_shareholders_logo .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
}

.about_page_shareholders_logo .elementor-container > div {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about_page_shareholders_logo figure.elementor-image-box-img {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.about_page_shareholders_logo figure.elementor-image-box-img img {
    height: 80px;
    object-fit: contain;
    max-width: 150px;
    width: 100%;
}

.about_page_shareholders_logo p.elementor-image-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about_page_shareholders_logo h3.elementor-image-box-title {
    margin-bottom: 10px;
}

.about_page_shareholders_logo a.btn-readmore-custom {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
	
}

.about_page_shareholders_logo .elementor-image-box-wrapper {
    height: 100% !important;
}

.about_page_shareholders_logo .elementor-widget-image-box {
    height: 100%;
}

.about_page_shareholders_logo .elementor-image-box-wrapper {
    padding-bottom: 40px;
}

.about_page_shareholders_logo a.btn-readmore-custom .button-text {
	position: relative;margin-right: 0;display: inline-block;vertical-align: middle;text-indent: -110px;visibility: hidden;white-space: nowrap;opacity: 0;font-weight: 700;font-size: 16px;color: var(--secondary);
}

.about_page_shareholders_logo a.btn-readmore-custom {
    background: transparent;
    display: inline-flex;
    align-items: center;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: var(--theme-color-text_dark);
    z-index: 1;
    overflow: hidden;
}

.about_page_shareholders_logo a.btn-readmore-custom .button-text {
    transition: .3s all;
}

.about_page_shareholders_logo a.btn-readmore-custom span.button-icon {
    transition: .3s all;
}

.about_page_shareholders_logo a.btn-readmore-custom span.button-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    position: relative;
    top: 5px;
}

.about_page_shareholders_logo a.btn-readmore-custom span.button-icon svg {
    width: 18px;
    fill: var(--primary);
}

.about_page_shareholders_logo a.btn-readmore-custom span.button-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}

.about_page_shareholders_logo a.btn-readmore-custom span.button-icon {
    position: relative;
    top: 5px;
}

.about_page_shareholders_logo .elementor-widget-image-box:hover a.btn-readmore-custom .button-text{
    opacity: 1 !important;
    text-indent: 0 !important;
    margin-right: 6px !important;
    visibility: visible !important;
}

a.btn-readmore-custom{
	border-radius: 0 !important;
}

/* About us section homepage new */

.about_us_sectino_homepage .elementor-counter {
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about_us_sectino_homepage .elementor-counter .elementor-counter-title {
    line-height: 1 !important;
    display: block;
    flex: unset !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
}

.about_us_sectino_homepage .elementor-counter-number-wrapper {
    flex: unset !important;
}

.about_us_sectino_homepage .elementor-counter-number-wrapper span {
    font-size: 50px;
}

.about_us_sectino_homepage .elementor-counter:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
}

/* Announcemnt cards inner page */

.announcement_cards_inner_page .announcement-grid .announcement-card {border-bottom: 1px solid #e2e2e2;margin-bottom: 20px;padding-bottom: 10px;}

.announcement_cards_inner_page span.announcement-date {
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 15px;
}

.announcement_cards_inner_page h3.announcement-title {
    font-size: 16px;
    font-weight: 400;
}

.announcement_cards_inner_page .announcement-grid .announcement-card:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

a.detail_read_more_button {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    margin-top: -10px;
    display: block;
}

a.detail_read_more_button:hover {
    color: var(--secondary);
}


/* Contact page */

.contact_cards_inner .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.contact_cards_inner .elementor-container > .elementor-column {
    width: 100%;
    background: var(--lightbg);
    padding: 20px;
    border-radius: 12px;
}


.contact_cards_inner .elementor-container > .elementor-column:nth-child(2) {
    background: var(--primary);
    color: #fff;
}

.contact_cards_inner .elementor-container > .elementor-column:nth-child(2) svg {
    fill: #fff;
}

.contact_cards_inner .elementor-container > .elementor-column:nth-child(2) h3.elementor-icon-box-title {
    color: #fff;
}

.contact_cards_inner .elementor-container > .elementor-column  h3.elementor-icon-box-title {
    font-weight: 800;
}

.contact_cards_inner .card_custom_icon {
    position: absolute;
    right: -15px;
    top: -20px;
    display: inline-block;
    width: auto !important;
    transform: rotate(45deg);
    opacity: .05;
}

.contact_cards_inner .elementor-container > .elementor-column:hover .card_custom_icon {
    transform: scale(1.5) rotate(45deg) translate(0px, 20px);
}


/* Inner page title section  */

header.page-header.background-image-page-header {
    position: relative;
	overflow: hidden;
}

header.page-header.background-image-page-header:after {
    content: "";
    width: 180px;
    height: 180px;
    background: url(/wp-content/uploads/2025/11/right-image.webp) no-repeat;
    position: absolute;
    right: -15px;
    background-size: contain;
    z-index: 9;
    background-position: bottom right;
    bottom: 0;
}

header.page-header.background-image-page-header:before {
    content: "";
    width: 180px;
    height: 180px;
    background: url(/wp-content/uploads/2025/11/left-image.webp) no-repeat;
    position: absolute;
    left: -15px;
    background-size: contain;
    z-index: 9;
    background-position: bottom left;
    top: 0;
}



/* header.page-header.background-image-page-header:after {
    content: "";
    width: 120px;
    height: 120px;
    background: var(--primary);
    z-index: 9;
    position: absolute;
    right: -35px;
    top: 45%;
    transform: rotate(45deg) translateY(-50%);
}

header.page-header.background-image-page-header:before {
 content: "";
    width: 150px;
    height: 150px;
    background: #ffffff;
    z-index: 9;
    position: absolute;
    right: -5%;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
} */


/* About otpc */

.mission_vision_cards_inner .elementor-container.elementor-column-gap-default {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.mission_vision_cards_inner .elementor-container.elementor-column-gap-default > div {
    background: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 30px;
    overflow: hidden;
}

.mission_vision_cards_inner h3.elementor-image-box-title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.mission_vision_cards_inner figure.elementor-image-box-img {
    width: 100% !important;
    max-width: 100px;
    height: 60px;
}

.mission_vision_cards_inner figure.elementor-image-box-img img {
    height: 100%;
    object-fit: contain;
}

.mission_vision_cards_inner .elementor-container.elementor-column-gap-default > div:before {
    content: "";
    height: 200px;
    width: 200px;
    position: absolute;
    background: #fff6f0;
    border-radius: 100%;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
	transition: .3s all;
}

.mission_vision_cards_inner .elementor-container.elementor-column-gap-default > div:hover::before {
    width: 225px;
    height: 225px;
}

.mission_vision_cards_inner figure.elementor-image-box-img {
    position: relative;
    top: -10px;
}


.clip-arrow-path-image img{
	    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.about_us_sectino_homepage.about_inner_content .elementor-counter {
   left: 75px;
    bottom: 40px !important;
    top: unset;
}

.about_inner_content .elementor-widget-image {
    position: relative;
}

.about_inner_content .elementor-widget-image:before {
    content: "";
    height: 50px;
    width: 50px;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
}

.about_inner_content .elementor-widget-image:after {
    content: "";
    height: 30px;
    width: 30px;
    background: #e8e8e8;
    position: absolute;
    top: 30px;
    left: 30px;
}


.inner_page_counter_section span.elementor-counter-number-suffix {
    font-size: 20px;
}

.inner_page_counter_section span.elementor-counter-number {
    font-size: 42px;
    color: var(--primary);
}

.inner_page_counter_section .elementor-counter-title {
	margin-top: 10px !important;
}

.inner_page_counter_section  .elementor-container.elementor-column-gap-default .elementor-column {
    border-right: 1px solid #e2e2e2;
}

.inner_page_counter_section .elementor-container.elementor-column-gap-default .elementor-column:last-child {
    border: none;
}

.clip-arrow-path-image-right img {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}


.experience_counter_right {
    width: 180px !important;
    height: 180px !important;
    background: var(--primary);
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 65px;
    right: 0;
}

.experience_counter_right .elementor-counter-number-wrapper span {
    font-size: 38px;
    color: #fff;
}

.experience_counter_right .elementor-counter-title {
    flex: unset !important;
    color: #fff;
    font-size: 16px !important;
}

.experience_counter_right:before {
    content: "";
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
}


.clip-arrow-path-image-right .elementor-widget-image {
    position: relative;
}

.clip-arrow-path-image-right .elementor-widget-image:before {
    content: "";
    height: 50px;
    width: 50px;
    background: var(--primary);
    position: absolute;
    top: 0;
    right: 0;
}

.clip-arrow-path-image-right .elementor-widget-image:after {
    content: "";
    height: 30px;
    width: 30px;
    background: #e8e8e8;
    position: absolute;
    top: 30px;
    right: 30px;
}

.core_values_cards .elementor-container > .elementor-column:hover {
    background: var(--primary);
    color: #fff;
}

.core_values_cards .elementor-container > .elementor-column:hover h3.elementor-image-box-title {
    color: #fff;
}

.core_values_cards .elementor-container > .elementor-column:hover figure.elementor-image-box-img {
    background: var(--secondary);
}


/* Business page */

.edge-cut-clip-path img {
    clip-path: polygon(0% 0%, 100% 0, 100% 76%, 75% 100%, 0% 100%);
}

.edge-cut-clip-path:after {
    content: "";
    height: 100px;
    width: 30px;
    position: absolute;
    background: var(--primary);
    bottom: 0;
    right: 20px;
}

.edge-cut-clip-path {
    position: relative;
}

.edge-cut-clip-path:before {
    content: "";
    height: 80px;
    width: 30px;
    background: var(--secondary);
    position: absolute;
    bottom: 20px;
    right: 60px;
    z-index: 9;
}



/* Plant detail page */

.allocation_power_counter .elementor-counter-number-wrapper span {
    color: var(--primary);
    font-size: 42px;
    text-align: left;
}

.allocation_power_counter span.elementor-counter-number-prefix {
    display: none;
}

.allocation_power_counter span.elementor-counter-number-suffix {
    font-size: 20px !important;
    color: var(--secondary) !important;
}

.allocation_power_counter .elementor-counter-title {
    justify-content: flex-start !important;
    font-size: 16px !important;
    line-height: 1 !important;
    margin-top: 10px !important;
}

.total_counter_item .elementor-counter-title {
    font-weight: 800;
}

.allocation_power_counter .elementor-container.elementor-column-gap-default .elementor-column {
    border-right: 1px solid #e0e0e0;
}

.allocation_power_counter .elementor-container.elementor-column-gap-default .elementor-column:last-child {
    border: none;
    padding-left: 40px;
}


/* Composition of CSR */

.member_cards_items .elementor-container {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.member_cards_items .elementor-container > div {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 80px;
}

.member_cards_items h3.elementor-image-box-title {
    margin-bottom: 5px;
    font-size: 20px !important;
}

.member_cards_items p.elementor-image-box-description {
    color: var(--primary);
    font-size: 14px;
}

.member_cards_items figure.elementor-image-box-img {
    width: 100% !important;
    width: 160px !important;
    height: 160px;
    border-radius: 100%;
    margin: 0 !important;
    position: relative;
    top: -80px;
    margin-bottom: -70px !important;
}

.member_cards_items figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


/* Sidebar */

.sidebar-content {
    border: 1px solid #e2e2e2;
    padding: 12px;
    border-radius: 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar-content .menu {
    list-style: none;
    margin: 0;
}

.sidebar-content .menu li {
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-content .menu li {
    padding-bottom: 10px !IMPORTANT;
    display: block;
    padding-top: 10px;
}

.sidebar-content .menu li:last-child {
    border: none !important;
    padding-bottom: 0 !important;
}

.sidebar-content .current-menu-item a {
    color: var(--primary);
}


/* About page timeline section  */

.timeline_section {
    max-width: 1500px;
    margin: 0 auto;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated {
    flex-wrap: nowrap;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box {
    margin: 0 !important;
}

.timeline_section h3.elementor-image-box-title {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin: 0 auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background: #fff;
}

.timeline_section p.elementor-image-box-description {
    font-size: 14px;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) .elementor-image-box-content {
    display: flex;
    flex-direction: column-reverse;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) .elementor-image-box-content p {
    margin-bottom: 25px;
    line-height: 1.5;
	font-weight: 500;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(odd) .elementor-image-box-content p {
    margin-top: 25px;
	line-height: 1.5;
	font-weight: 500;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(odd)  .elementor-image-box-content:after {
   content: "";
    width: 100%;
    height: 50px;
    /* border-bottom: 2px dotted #000; */
    position: absolute;
    left: 40%;
    top: 15%;
    z-index: -2;
    transform: rotate(20deg);
    background: url(/wp-content/uploads/2025/10/dotted-line.webp) no-repeat;
    background-size: contain;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even)  .elementor-image-box-content:after {
 content: "";
    width: 100%;
    height: 50px;
    /* border-bottom: 2px dotted #000; */
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: -2;
    transform: scaleY(-1) rotate(20deg);
    background: url(/wp-content/uploads/2025/10/dotted-line.webp) no-repeat;
    background-size: contain;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:last-child  .elementor-image-box-content:after{
	display: none;
}

.timeline_section h3.elementor-image-box-title {
    position: relative;
}

.timeline_section h3.elementor-image-box-title:after {
    content: "";
    width: calc(100% + 25px);
    height: calc(100% + 25px);
    background: transparent;
    border: 2px dotted;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
	color: #000;
	transition: .3s all;
	
}


.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active h3.elementor-image-box-title:after{
	animation: spin360 15s linear infinite;
}


@keyframes spin360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* .timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active h3.elementor-image-box-title {
    background: var(--primary);
    color: #fff;
    transition: .5s all;
} */

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(odd) p.elementor-image-box-description {
    position: relative;
    padding-top: 45px;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) p.elementor-image-box-description {
    position: relative;
    padding-bottom: 45px;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(odd) p.elementor-image-box-description:before {
    content: "";
    height: 50px;
    width: 2px;
    border-right: 2px dotted;
    position: absolute;
    left: 50%;
    top: -18px;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) p.elementor-image-box-description:before {
    content: "";
    height: 50px;
    width: 2px;
    border-right: 2px dotted;
    position: absolute;
    left: 50%;
    bottom: -18px;
}


.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(odd) p.elementor-image-box-description:after {
    width: 16px;
    height: 16px;
    background: #e2e2e2;
    position: absolute;
    content:
    "";
    border-radius: 100%;
    top: 20px;
    left: calc(50% + 1px);
    transform: translateX(-50%);
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) p.elementor-image-box-description:after {
    width: 16px;
    height: 16px;
    background: #e2e2e2;
    position: absolute;
    content:"";
    border-radius: 100%;
    bottom: 20px;
    left: calc(50% + 1px);
    transform: translateX(-50%);
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) {
    top: -50px;
}



.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:first-child h3,
.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:first-child p:after,
.assest_overview_items_cards ul.elementor-icon-list-items li:first-child{
    background: #ffc9a8 !important;
}


.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(2) h3,
.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(2) p:after,
.assest_overview_items_cards ul.elementor-icon-list-items li:nth-child(2){
   
	background: #dbc5f8 !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(3) h3,
.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(3) p:after,
.assest_overview_items_cards ul.elementor-icon-list-items li:nth-child(3){
    background: #d6ff8a !important;
}


.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(4) h3,
.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(4) p:after,
.assest_overview_items_cards ul.elementor-icon-list-items li:nth-child(4){
    background: #a7ffda !important;
}


.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(5) h3,
.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(5) p:after,
.assest_overview_items_cards ul.elementor-icon-list-items li:nth-child(5){
    background: #a7f3ff !important;
}


.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(6) h3,
.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(6) p:after,
.assest_overview_items_cards ul.elementor-icon-list-items li:nth-child(6){
    background: #a7c2ff !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(7) h3,
.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(7) p:after,
.assest_overview_items_cards ul.elementor-icon-list-items li:nth-child(7){
     background: #fff074 !important;
}

.timeline_section .elementor-widget-image-box.active h3.elementor-image-box-title:after {
    
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-width: 4px;
	transition: .3s all;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active:first-child h3:after{
	border-color: #ffc9a8;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active:nth-child(2) h3:after{
	border-color: #dbc5f8;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active:nth-child(3) h3:after{
	border-color: #d6ff8a;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active:nth-child(4) h3:after{
	border-color: #a7ffda;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active:nth-child(5) h3:after{
	border-color: #a7f3ff;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active:nth-child(6) h3:after{
	border-color: #a7c2ff;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box.active:nth-child(7) h3:after{
	border-color: #fff074;
}


.assest_overview_items_cards ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 12px;
}

.assest_overview_items_cards ul.elementor-icon-list-items li {
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    padding: 10px;
    border-radius: 12px;
}




/* International Awards */

.international_certificate_cards figure.elementor-image-box-img img {
    width: 100% !important;
}

.international_certificate_cards figure.elementor-image-box-img {
    width: 50px !IMPORTANT;
    HEIGHT: 50PX !important;
    background: var(--primary);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px !important;
}

.international_certificate_cards .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
}

.international_certificate_cards .elementor-image-box-content {
    text-align: left;
}

.international_certificate_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.international_certificate_cards .elementor-container > div {
    background: var(--lightbg);
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #0000000D;
    width: 100%;
}


/* Award page */

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}

figure.gallery-item img {
    border-radius: 12px;
}

figcaption {
    margin-top: 5px !important;
    border-radius: 12px;
    font-weight: 500 !important;
    font-style: normal !important;
}

.award-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.award-tabs button {
    border: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
    background: var(--lightbg) !important;
    color: var(--secondary) !important;
    margin: 0 5px;
}

.award-tabs button:hover, .award-tabs button.active {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

/* Job list */

.job-listings article {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.job-listings article .job_place {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--primary);
}

.job-listings article:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.job-listings h3.job-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.job-buttons a {
    background: var(--primary);
    margin-top: 15px;
}

.job-buttons a:hover {
    background: var(--hover);
}

/* Job detail page */

.single-job header.page-header.background-image-page-header {
    display: none;
}

.single-job aside#right-sidebar {
    display: none;
}

.single-job div#primary {
    width: 100%;
    border: none;
    padding-right: 0;
}

.single-job .job-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px;
}

.single-job .job-content-wrapper {
    display: flex;
/*     align-items: flex-start; */
}

/* .single-job aside.job-sidebar {
    position: sticky;
    top: 60px;
} */

.single-job .job-main {
    padding-right: 50px;
	padding-top: 50px;
    border-right: 1px solid #e2e2e2;
    flex: 0 0 55%;
}

.single-job aside.job-sidebar {
    flex: 1 1 auto;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.single-job a.elementor-button.elementor-button-link.elementor-size-sm.download_btn {
    background: var(--secondary);
    margin-bottom: 10px;
}

.single-job a.elementor-button.elementor-button-link.elementor-size-sm.download_btn:hover {
    background: var(--hover);
}

.single-job a.elementor-button.elementor-button-link.elementor-size-sm.applynow_btn {
    background: #2cd56a;
}

.single-job a.elementor-button.elementor-button-link.elementor-size-sm.applynow_btn:hover {
    background: #21b256;
}

.single-job a.back_to_page {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.single-job a.back_to_page:hover{
	color: var(--secondary);
}

.single-job h1.job-title {
    font-size: 32px;
    font-weight: 700;
}


.single-job .job-description h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
	margin-top: 40px;
}

.single-job .job-description ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-job .job-meta div {
    font-size: 16px;
    margin-bottom: 5px;
}

.single-job .job_place {
    margin-bottom: 20px;
}

.single-job .job_place i {
    color: var(--primary);
}

.single-job h1.job-title {
    margin-bottom: 10px;
}

aside.job-sidebar {
    background: var(--lightbg);
    height: 100vh;
    padding: 30px 50px 120px 50px;
    position: fixed !important;
    right: 0;
    width: calc(50vw - 68px);
/*     padding-right: 8%; */
	overflow-y: auto;
}

.single-job div#top-bar-wrap {
    position: sticky;
    top: 0;
}

.single-job header#site-header {
    top: 52px;
}

.career_form_section h2 {
    font-size: 20px;
    line-height: 1.3;
}

.careerform .forminator-col-6 {
    flex: 0 0 49%;
    margin-bottom: 0 !important;
}

.careerform .forminator-row {
    display: flex;
    justify-content: space-between;
}

.careerform .forminator-col-12 {
    flex: 0 0 100%;
}


.careerform div#html-1.upload-message-custom label.forminator-label {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-top: -12px;
}

.careerform button.forminator-button.forminator-button-submit {
    width: 100% !important;
    background: var(--primary);
    color: #fff;
    border-radius: 3px !important;
    margin-top: !important;
    display: block;
}

.careerform button.forminator-button.forminator-button-submit:hover {
    background: var(--secondary);
}

aside.job-sidebar::-webkit-scrollbar {
    width: 0;
}


.job-content-wrapper.single_side_layout .job-main {
    padding-bottom: 50px;
    flex: 0 0 100%;
    border: none !important;
    padding-right: 0 !important;
}


/* OTPC Shareholders */

.shareholders_cards_innerpage p.elementor-image-box-description {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.shareholders_cards_innerpage p.elementor-image-box-description.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.shareholders_cards_innerpage span.read-more-btn {
    color: var(--primary);
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}

.shareholders_cards_innerpage span.read-more-btn:hover {
    color: var(--secondary);
}




/* Important link page */

.important_links_tabs .elementor-tab-title {
    border: none !important;
    font-size: 14px;
    font-weight: 500 !important;
    margin-bottom: 3px;
}

.important_links_tabs .elementor-tab-title:before, 
.important_links_tabs .elementor-tab-title:after {
    display: none;
}

.important_links_tabs .elementor-tab-title.elementor-active {
    background: var(--primary) !important;
    color: #fff !IMPORTANT;
}

.important_links_tabs .elementor-tab-title:hover {
    background: var(--lightbg);
}

.important_links_tabs .elementor-tabs-content-wrapper {
    border: none !important;
    border-left: 1px solid #e2e2e2 !important;
    margin-left: 30px;
}

.important_links_tabs .elementor-tabs-content-wrapper ul {
    margin: 0;
    list-style: none;
}

.important_links_tabs .elementor-tab-content {
    padding-top: 0 !important;
	padding-left: 30px !important;
}

.important_links_tabs .elementor-tabs-content-wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.important_links_tabs .elementor-tabs-content-wrapper ul li {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.important_links_tabs .elementor-tabs-content-wrapper ul li:nth-last-child(-n + 2) {
    border: none;
}

.important_links_tabs ul li a:before {
    content: "\f0c1";
    font-family: 'FontAwesome';
    color: var(--primary);
    margin-right: 8px;
    position: absolute;
    left: 0;
}

.important_links_tabs ul li a {
    position: relative;
    padding-left: 25px;
    display: block;
    line-height: 1.4;
}

.important_links_tabs .elementor-tab-content h4 {
    margin-bottom: 5px !important;
    margin-top: 30px;
}

.important_links_tabs .elementor-tab-content h4:first-child {
    margin-top: 0;
}

.important_links_tabs .elementor-tabs-wrapper {
    border: 1px solid #e2e2e2;
    /* padding: 12px; */
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.important_links_tabs .elementor-tab-title {
    line-height: 1.4 !important;
    padding: 15px !important;
}

.important_links_tabs .elementor-tab-title:last-child {
    margin-bottom: 0;
}

.important_links_tabs .elementor-tabs {
    align-items: flex-start;
}


/* Homepage green energy section new */

.green_energy_new_cards .elementor-container.elementor-column-gap-default {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
	color: #fff;
}

.green_energy_new_cards .elementor-container.elementor-column-gap-default > div {
    background: #fff;
    width: 100%;
    padding: 18px;
    clip-path: polygon(88% 0, 100% 50%, 89% 100%, 0% 100%, 8% 50%, 0% 0%);
}

.green_energy_new_cards p.elementor-image-box-description {
    max-width: 90%;
    text-align: left;
    line-height: 1.3;
    margin: 0 auto !important;
	
}


.green_energy_new_cards .elementor-container.elementor-column-gap-default > div:first-child {
    background:#5195fb;
    
}

.green_energy_new_cards .elementor-container.elementor-column-gap-default > div:nth-child(2) {
    background: #966bd9; 
 
}

.green_energy_new_cards .elementor-container.elementor-column-gap-default > div:nth-child(3) {
    background: var(--primary);
  
}

.green_energy_new_cards .elementor-container.elementor-column-gap-default > div:nth-child(4) {
    background: var(--green);
  
}


/* CSR activities page */

.csr_activities_section .csr-post-card .gallery figure.gallery-item img,
.event-description-item .event-description .gallery figure.gallery-item img{
    min-height: 200px;
    object-fit: cover;
    max-height: 200px;
}

.csr_activities_section .csr-tabs-wrapper button{
	    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
	margin-top: 20px;
}

.csr_activities_section .csr-tabs-wrapper button:hover, 
.csr_activities_section .csr-tabs-wrapper button.active{
	background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

.csr_activities_section .csr-tabs-wrapper .tabs {
    margin-bottom: 30px !important;
}

.csr_activities_section .csr-tab-content .csr-post-content > h5 {
    font-size: 16px;
    color: var(--primary);
}

.csr_activities_section .csr-post-content ol li {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.csr_activities_section .csr-post-content ol li {
    font-size: 14px;
}

.csr_activities_section .csr-post-content ol li strong {
    font-size: 16px;
}

.csr_activities_section .csr-post-content ol li:last-child {
    border: none;
}

.csr_activities_section .csr-post-card a.elementor-button {
    background: var(--primary);
}

.csr_activities_section .csr-post-card a.elementor-button:hover {
    background: var(--hover);
}


body.csr_activities_page_body div#elementor-lightbox-slideshow-single-img,
body.event_tab_gallery_section div#elementor-lightbox-slideshow-single-img{
    display: none !important;
}

.csr_activities_section .csr-post-card .gallery,
.event-description-item .event-description .gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.csr_activities_section .csr-post-card .gallery figure.gallery-item,
.event-description-item .event-description .gallery figure.gallery-item{
    width: 100% !important;
    max-width: unset;
}


/* Tap toggle */

.onetap-container-toggle .onetap-toggle img.design-size2{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}



/* Event gallery */

.event-description figure.gallery-item {
    position: relative;
}

.event-description figcaption {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    background: transparent !important;
    color: #fff !important;
    padding: 0 12px !important;
    opacity: 0;
    visibility: hidden;
}

.event-description .gallery-icon a {
    position: relative;
}

.event-description .gallery-icon a:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
360deg, black, transparent);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}


.event-description figure.gallery-item {
    overflow: hidden;
    border-radius: 12px;
}

.event-description figure.gallery-item:hover a::before {
    visibility: visible;
    opacity: 1;
}

.event-description figure.gallery-item:hover figcaption {
    opacity: 1;
    visibility: visible;
}

.event-description figure.gallery-item img {
    border-radius: 0px;
}


/* homepage news and event gallery images */

.homepage_news_event_images figure.gallery-item .gallery-icon a {
    height: 250px;
}

.homepage_news_event_images figure.gallery-item .gallery-icon a img {
    height: 100%;
    object-fit: cover;
}

.homepage_news_event_images figcaption {
    background: transparent !important;
    padding-bottom: 0 !important;
}

.elementor-lightbox .elementor-swiper-button:focus {
    border: none !important;
}

/* responsive */


@media screen and (max-width:1299px){
	nav#site-navigation li a {
    font-size: 13px !important;
}
}

@media screen and (min-width:1350px){
	#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 290px !important;
}
}


@media screen and (min-width:768px){
	.sidebar-content {
    position: sticky;
    top: 80px;
}
}

@media screen and (max-width:767px){
	
	.csr_activities_section .csr-post-card .gallery,
	.event_gallery_tab_main .gallery{
		grid-template-columns: repeat(2, 1fr);
	}
	
	.forminator-pagination-steps {
    display: flex !important;
    justify-content: center;
}

.forminator-pagination-steps button {
    display: flex !important;
    flex-direction: column-reverse !IMPORTANT;
    margin: 0 5px !important;
}

span.forminator-step-dot {
    margin: 0 !important;
}

span.forminator-step-label {
    overflow: unset !important;
}
	
	.gallery_tab_section .elementor-tabs-wrapper {
    display: flex !important;
    justify-content: center;
}

.gallery_tab_section .elementor-tabs-wrapper .elementor-tab-title {
    font-size: 12px !important;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
}

.gallery_tab_section .elementor-widget-tabs .elementor-tab-mobile-title {
    display: none;
}
	
	.single-job a.elementor-button.elementor-button-link.elementor-size-sm.applynow_btn {
    width: 100%;
    margin-top: 10px !important;
}
	
	.single-job header#site-header{
		top: 0 !important;
	}
	
	.single-job aside.job-sidebar {
    position: unset !important;
    width: 100% !important;
    flex: unset !important;
    display: block !important;
    padding: 15px !important;
    z-index: 1;
}

.single-job .job-main {
    border: none !important;
    flex: unset I!m;
}

.careerform .forminator-row {
    display: block;
}

.single-job form {
    margin-bottom: 0 !important;
}

.single-job a.elementor-button.elementor-button-link.elementor-size-sm.download_btn {
    width: 100%;
}

.job-content-wrapper {
    margin-bottom: 30px !important;
}
	

.experience_counter_right {
    height: 120px !important;
    width: 120px !important;
}

.experience_counter_right .elementor-counter-title {
    font-size: 12px !important;
}

.experience_counter_right .elementor-counter-number-wrapper span {
    font-size: 20px;
}
	
	div#site-header-inner {
    padding-left: 10px;
    padding-right: 10px;
}

#site-logo #site-logo-inner a img {
    max-width: 300px !important;
}
	
	p {
    font-size: 14px;
}
	.timeline_section .elementor-widget-wrap.elementor-element-populated {
    flex-wrap: wrap;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box .elementor-image-box-content:after {
    display: none;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) .elementor-image-box-content {
    flex-direction: column !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) {
    top: unset;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box {
    margin-bottom: 50px !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box:nth-child(even) .elementor-image-box-content p {
    margin: 0;
    padding: 0;
}
	
	.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description {
    padding-top: 45px !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description:before {
    top: -18px !important;
    bottom: unset !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description {
    margin-top: 25px !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description:after {
    top: 20px !important;
}
	
	.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description {
    padding-top: 45px !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description:before {
    top: -18px !important;
    bottom: unset !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description {
    margin-top: 25px !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated > .elementor-widget-image-box p.elementor-image-box-description:after {
    top: 20px !important;
}

.timeline_section {
    margin-top: 15px !important;
}

.timeline_section .elementor-widget-wrap.elementor-element-populated  .elementor-widget-image-box:last-child {
    margin-bottom: 0 !IMPORTANT;
}
	
	.assest_overview_items_cards ul.elementor-icon-list-items {
    grid-gap: 10px;
}

.assest_overview_items_cards ul.elementor-icon-list-items li {
    font-size: 12px !important;
    padding: 20px 12px;
}
	
	.assest_overview_items_cards ul.elementor-icon-list-items {
    grid-gap: 10px;
}

.assest_overview_items_cards ul.elementor-icon-list-items li {
    font-size: 12px !important;
    padding: 20px 12px;
}
	
	.allocation_power_counter .elementor-column:last-child .elementor-widget-wrap.elementor-element-populated {
    padding-left: 50px !important;
    padding-right: 0 !important;
}

.onetap-container-toggle .onetap-toggle img.design-size2 {
    width: 45px !important;
    HEIGHT: 45PX !important;
    padding: 10px !important;
}

.onetap-container-toggle .onetap-toggle {
    left: 0px !IMPORTANT;
	margin-left:15px !important;
	right: unset !important;
}

div#footer-bottom-menu {
    margin-bottom: 5px !important;
}
	
	header.page-header.background-image-page-header:after {
    width: 100px !important;
    height: 100px !important;
}

header.page-header.background-image-page-header:before {
    width: 100px !important;
    height: 100px;
}
	
	.eael-img-accordion {
    flex-direction: column;
    height: auto !important;
}

.eael-image-accordion-hover.eael-image-accordion-item {
    min-height: 280px;
    height: 100% !important;
    flex: unset !important;
}

.overlay-inner p {
    opacity: 1 !important;
    position: unset !important;
    visibility: visible !important;
    transform: unset !important;
    padding: 10px !IMPORTANT;
}

.overlay-inner {
    position: unset !important;
}
	
	.eael-img-accordion .overlay .overlay-inner {
    padding: 0 !important;
}
	
	.overlay {
    position: unset !important;
}

.overlay:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
}
	
	.important_links_tabs .elementor-tab-title a {
    font-size: 14px;
}
	
	.important_links_tabs .elementor-tab-title.elementor-tab-mobile-title {
    background: var(--lightbg);
}

.important_links_tabs .elementor-tabs-content-wrapper {
    border: none !important;
}
	.important_links_tabs .elementor-tab-content {
    border: none !important;
}

.important_links_tabs .elementor-tab-title {
    margin-bottom: 10px;
}

.important_links_tabs .elementor-tab-title.elementor-tab-mobile-title {
    border: 1px solid var(--primary) !important;
    border-radius: 8px !important;
}
	
	.member_cards_items .elementor-container > div {
    margin-bottom: 60px  !important;
}

.member_cards_items .elementor-container > div:last-child {
    margin-bottom: 0 !important;
}
	.green_energy_new_cards p.elementor-image-box-description{
		max-width: unset !important;
	}
	
	.announcement_cards_homepage button.slick-next.slick-arrow {
    right: 0 !important;
}

.announcement_cards_homepage button.slick-prev.slick-arrow {
    left: 0 !important;
}
	
	.section_heading br{
		display: none !important;
	}
	
	footer span.last-updated {
    display: block;
    margin-top: 8px;
}
}